﻿#top_container .container_inner .top_logo {
    background-image: url('/images/icuk-logo-white.svg');
    background-repeat: no-repeat;
    width: 150px;
    height: 52px;
    display: inline-block;
}

.custom_logo > img {
    max-width: 200px;
    max-height: 60px;
}

  #top_container .container_inner .button_teal {
    border-radius:4px;
    float: right; 
    margin-top: 15px;
    font-size: 13px;
    line-height: 18px;
    padding: 4px 10px;
}

        .grid-container.window-box .box-header {
            font-family: Verdana, ""HelveticaNeue"", Arial, sans-serif;
            font-weight: bold;
            font-size: 14px;
            color: #f6f6f6;
            border-radius: 4px;
            background: #AAAAAA;
            padding: 10px 10px 10px 20px;
            overflow: hidden;
        }

        .grid-container.window-box .date {
            font-size: 10px;
            color: #f6f6f6;
            float: right;
            margin-right: 10px;
        }


        /* Small devices. */
@media (max-width: 768px) {

    .custom_logo > img {
        max-width: 100px !important;
        max-height: 30px !important;
     }
}