#header-container {
    display: flex;
    margin: auto;
    width: 100%;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 400;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#master-logo {
    margin-top: 14px;
    margin-bottom: 6px;
    width: 158px;
}

#master-logo img {
    width: 158px;
    height: 41px;
}

#master-menu-large {
    margin-top: 2px;
    margin-left: 50px;
}

.master-menuitem {
    float: left;
    padding: 20px 12px;
    margin: 0;
    font-weight: bold;
    color: #c75071 !important;
    font-size: 1rem;
    text-align: center;
}

.master-menuitem a {
    color: #c75071 !important;
}

.master-menuitem a:hover,
.master-menuitem:hover {
    color: #E685A0 !important;
}

#master-menuitem-explore img {
    display: inline-block;
    margin-top: -2px;
    margin-left: 4px;
    margin-right: 0;
    vertical-align: middle;
}

#master-menuitem-explore {
    white-space: nowrap;
}

#master-menustrip-container {
    display: none;
    border-top: 1px solid #FFE6FA;
    border-bottom: 1px solid #f5ddf0;
    position: fixed;
    z-index: 100;
}

#master-menustrip-large .master-menuitem {
    padding-bottom: 10px;
}

#master-menustrip-large div {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: .75rem;
    line-height: .9rem;
    color: #91808C;
}

#master-menustrip-large a {
    font-size: 1rem;
    line-height: .9rem;
    font-weight: bold;
    color: #c75071;
}

#master-menustrip-large a:hover {
    color: #E685A0;
}

#master-menustrip-small-outer {
    padding: 0;
    margin: 0;
}

#master-menustrip-small-container {
    display: none;
    padding: 0;
    margin: 0;
}

#master-menustrip-small .cell {
    border-top: 1px solid #FFE6FA;
    padding-bottom: 12px;
}

#master-menustrip-small .cell div {
    margin-top: 6px;
}

#master-menustrip-small .master-menuitem {
    padding-bottom: 10px;
}

#master-menustrip-small div {
    padding-top: 4px;
    color: #91808C;
}

#master-menustrip-small b {
    font-weight: bold;
    color: #c75071;
}

#master-menustrip-small b:hover {
    color: #E685A0;
}

.master-menu-itemsmall {
    font-weight: bold;
    color: #c75071 !important;
}

.master-menu-itemsmall a {
    color: #c75071 !important;
}

.master-menu-itemsmall a:hover {
    color: #E685A0 !important;
}

.whitebg {
    background-color: #fff;
}

.show-for-small-only {
    display: none !important;
}

@media (max-width: 639px) {
    .show-for-small-only {
        display: block !important;
    }

    .show-for-medium,
    .show-for-large {
        display: none !important;
    }
}

@media (min-width: 640px) {
    .show-for-medium {
        display: block !important;
    }
}

@media (max-width: 1023px) {
    .show-for-large {
        display: none !important;
    }
}

@media (min-width: 1024px) {
    .show-for-large {
        display: block !important;
    }
}

#master-usermenu-container {
    flex-grow: 1;
}

#master-usermenu {
    margin-top: 12px;
}

.nav #master-usermenu-container {
    display: flex;
    justify-content: flex-end;
    min-width: 320px;
}

.nav #master-usermenu {
    position: relative;
    margin-top: 0;
    font-family: Arial, Verdana, sans-serif;
    font-size: 16px;
    line-height: 1.2;
}

#master-usermenu img {
    display: inline-block;
}

.master-usermenu-downarrow {
    text-align: center;
    width: 40px;
    margin-top: 5px;
}

#master-pinkmenu {
    min-height: 65px;
}

.master-pinkmenu {
    border-top: 2px solid #efefef;
    background-color: #fcfcfc;
}

.master-pinkmenu-medsmall {
    text-align: center;
    width: 100%;
    padding: 10px 0;
}

#master-usermenu-avatar img {
    border: 2px solid #fff;
}

.nav #master-usermenu-avatar img {
    border-radius: 4px;
    max-width: none;
}

#master-usermenu-lists {
    text-align: right;
    padding-top: 0;
    font-size: 12px;
    width: 170px;
    background-position: 50px 10px;
    background-repeat: no-repeat;
    min-height: 35px;
    margin-top: 0;
}

#master-usermenu-listslabel {
    width: 40px;
    font-size: 12px;
    position: absolute;
    margin-top: 20px;
    font-weight: bold;
    color: #ABB5BD;
    text-align: center;
}

#master-usermenu-goalslabel {
    width: 40px;
    font-size: 12px;
    position: absolute;
    margin-top: 20px;
    font-weight: bold;
    margin-left: 65px;
    color: #ABB5BD;
    text-align: center;
}

#master-usermenu-donelabel {
    width: 40px;
    font-size: 12px;
    position: absolute;
    margin-top: 20px;
    font-weight: bold;
    margin-left: 123px;
    color: #ABB5BD;
    text-align: center;
}

#master-usermenu-goalsdiv {
    width: 4px;
    position: absolute;
    margin-top: 0;
    margin-left: 114px;
    border-left: 1px solid #ddd;
    height: 38px;
}

#master-usermenu-listsdiv {
    width: 4px;
    position: absolute;
    margin-top: 0;
    margin-left: 54px;
    border-left: 1px solid #ddd;
    height: 38px;
}

#master-usermenu-countlists {
    position: absolute;
    font-weight: bold;
    color: #6D7B85;
    margin-left: 10px;
    text-align: center;
    font-size: 18px;
    margin-top: 0;
    width: 30px;
}

#master-usermenu-countgoals {
    position: absolute;
    font-weight: bold;
    color: #6D7B85;
    margin-left: 54px;
    text-align: center;
    font-size: 18px;
    margin-top: 0;
    width: 60px;
}

#master-usermenu-countdone {
    position: absolute;
    font-weight: bold;
    color: #6D7B85;
    margin-left: 120px;
    text-align: center;
    font-size: 18px;
    margin-top: 0;
    width: 45px;
}

#master-listsmenu-small {
    display: none;
    width: 100%;
    position: fixed;
    z-index: 600;
}

#master-listsmenu-small .menusection {
    padding-left: 10px;
}

@media only screen and (max-width: 670px) {
    .menusection {
        padding-bottom: 10px !important;
    }
}

#master-listnav-container {
    position: absolute;
    right: 20px;
    z-index: 900;
    width: 340px;
    padding: 10px;
    margin-bottom: 40px;
    margin-top: 25px;
    background-color: #fff;
    border-bottom: 1px solid #f3f7f9;
    display: none;
    margin-left: 220px;
    overflow-y: auto;
}

.nav #master-listnav-container {
    right: 0;
    top: 48px;
    z-index: 120;
    margin: 0;
    max-height: calc(100vh - 90px);
}

.nav #master-usermenu:hover #master-listnav-container {
    display: block;
}

.master-listnav-listsbutton-close {
    color: #666;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.master-listnav-listsbutton {
    background-color: #888;
    color: #fff;
    padding: 8px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
}

.master-listnav-listsbutton a {
    color: #fff;
}

.master-listnav-listsbutton a:hover {
    color: #FCEE86;
}

.master-listnav-listsbutton:hover {
    background-color: #666;
}

.master-listnav-divider {
    border-bottom: 1px solid #d2d7e5;
    margin-top: 8px;
    margin-bottom: 2px;
}

.master-listnav-link {
    font-weight: bold;
    margin-top: 6px;
}

.master-listnav-link a {
    color: #1973d3 !important;
    font-weight: bold;
}

.master-listnav-link a:hover {
    color: #1D9BF0 !important;
    font-weight: bold;
}

#master-listnav-container .menusection a,
#master-listnav-container .menusection a:visited,
#master-listnav-container .menusection a:active {
    color: #1973d3;
    /*font-weight: bold;*/
}

#master-listnav-container .menusection a:hover {
    color: #1D9BF0;
    font-weight: bold;
}

.master-listnav-speedlink {
    color: #1973d3;
    font-weight: bold;
    cursor: pointer;
}

.master-listnav-speedlink a:hover {
    color: #1D9BF0;
    font-weight: bold;
    cursor: pointer;
}

.master-listnav-list-number {
    width: 40px;
    height: 40px;
    font-weight: bold;
    background-color: #d5bd99;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.master-listnav-list-listname {
    width: 290px;
    margin-left: 54px;
    margin-top: 18px;
}

.master-listnav-list-listname a:hover {
    color: #1D9BF0;
}

.master-listnav-desc {
    color: #999;
    font-size: .9rem;
    margin-top: 2px;
    line-height: 14px;
    font-weight: normal;
}

.header-button-addnewgoal {
    font-size: .9rem;
    background-color: #5ca26f;
    padding: 8px;
    color: #fff;
}

.header-button-addnewgoal:hover {
    background-color: #75be88;
}

.header-username {
    color: #405163;
}


@media only screen and (max-width: 670px) {
    .master-listnav-desc {
        font-size: 1.1rem;
    }

    .master-listnav-listsbutton {
        font-size: 14px;
    }
}

@media (max-width: 860px) {
    .nav #master-usermenu-container {
        min-width: 0;
    }

    .nav .show-for-medium {
        display: none !important;
    }
}

@media (max-width: 670px) {
    .nav #master-listnav-container {
        right: 0;
        width: min(340px, calc(100vw - 32px));
    }
}


.master-joinbuttonlarge                     {font-size:16px;text-align:right;margin-top:24px;}
.master-joinbuttonlarge a                   {color:#fff;padding:8px;background-color:#44A9EC;font-weight:bold;border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;}
        
.master-joinbuttonsmall                     {text-align:right;margin-top:24px;font-size:12px;}
.master-joinbuttonsmall a                   {color:#fff;padding:2px;background-color:#44A9EC;font-weight:bold;border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;}
.master-signinbuttonlarge                   {font-size:16px;text-align:right;margin-top:25px;font-weight:bold;}
.master-signinbuttonsmall                   {border:0px solid green;text-align:right;margin-top:25px;margin-right:15px;font-weight:bold;font-size:12px;}
    
