#agencynamedesktop {
    display: block;
    padding: 10px; <!-- -->
}
#agencynamemobile {
    display: none;
    padding: 10px; <!-- -->
}
@media only screen and (max-width: 500px) {
    #badge {
        display: none;
    }
    #agencynamedesktop {
        display: none;
        padding: 10px;
    }
    #agencynamemobile {
        display: block;
        padding: 10px;
    }
    .ccbodywrapper {
        margin-top: 140px;
        margin-bottom: 100px;
    }
    .ccbodywrapper-new {
        margin-bottom: 100px;
    }

    .menu-main-desktop{
        display: none;
    }

    /*Mobile Menu */
    .topnav {
        overflow: hidden;
        background-color: #333;
        position: relative;
    }

    .topnav #myLinks {
        display: none;
    }

    .topnav a {
        color: white;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        display: block;
    }

    .topnav a.icon {
        background: black;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav a:hover {
        background-color: #ddd;
        color: black;
    }

}

@media only screen and (min-width: 501px) {
    .menu-main-mobile{
        display: none;
    }

}

.cctheme {
    background-color: #0d3c8f; color: #fcfcfd;

}

.ccthemeagencyname {
    background-color: #0d3c8f;
    color: #fcfcfd;
    font-size: 1.9rem;
    font-weight: 500;
}

.ccthemenavbar {
    background-color: #0d3c8f; color: #fcfcfd;
}

.cctheme-recentarticles{
    position: relative;
    top: calc(-1.7rem - 1px);
    margin-left: -1.7rem;
    margin-right: -1.7rem;
    margin-bottom: 0;
    background-color: #0d3c8f;
}

.cctheme-recentarticles-title{
    color: white;
    padding: .94em 1.55em;
    text-transform: uppercase;
}

.ccthemefooter {
    background-color: #0d3c8f ; color: #fcfcfd;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.ccthemebody {
    background-color: #fcfcfd; color: #161616;
    position: relative;
    min-height: 100%;
}

.ccthemeresultbody {
    background-color: #0d3c8f; color: #334e86;
}

a{
    color: #2d2d2d;
}

.ccthemecontainer{ <!-- -->
    display: flex;
    justify-content: right;
}

.ccrowcenter-table{ <!-- -->
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.ccrowwidth-table{ <!-- -->
    width: 100%
}

.percent-loader-text{
    color: red;
}

.link-buttons-main{
    background-color: #e0dfdf;
    color: black;
    box-shadow: 7px 7px 5px #808b9f;
    padding: 10px;
    margin: 5px;
    text-align: center;
}

.item a {
    display: block;
    text-decoration: none !important;
    color: black;
}

/*** Menu ***/

.menu-container-top{
    background-color: #2d2d2d;
    color: white;
}

.menu-container-top a {
    float: left;
    font-size: 12px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.ccthemeagencyname-new {
    color: #eeeaea;
    font-size: 24px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.ccthemeagencypatch-new {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.menu-container-main{
    background-color: #0d3c8f;

}

.navbar-cc-new {
    overflow: hidden;

}

.navbar-cc-new a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropdown-cc-new {
    float: left;
    overflow: hidden;
}

.dropdown-cc-new .dropbtn-cc-new {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.navbar-cc-new a:hover, .dropdown-cc-new:hover .dropbtn-cc-new {
    background-color: #1b4ea8;
}

.dropdown-content-cc-new {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content-cc-new a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content-cc-new a:hover {
    background-color: #ddd;
}

.dropdown-cc-new:hover .dropdown-content-cc-new {
    display: block;
}

.menu-margin-top{
    padding-top: 20px;
}

.index-banner{
    max-width: 100%;
    min-width: 100%;
    height: auto;
}

.footer-cc{
    background-color: #0d3c8f; !important;
    color: white; !important;
    padding: 20px; !important;
}

.footer-cc a {
    color: white;
}

.footer-col{
    padding: 20px;
}

.footer-section-header{
    font-size: 25px;
}

.footer-row-margin-bottom{
    margin-bottom: 15px;
}

.ccthemechiefname {
    color: #eeeaea;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.menu-container-top-col a{
    width: 100%;
    text-align: center;
}

.menu-icon-size{
    font-size: x-large;
}

.badge-image{
    max-width: 100px;
}
