.top-border {
    background-color: #0072c6;
    width: 100%;
    height: 8px;
}

.logo {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.full-width {
    background-color: #0072c6;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .full-width img {
        margin-bottom: 45px;
        margin-top: 25px;
    }

.metnav-tile {
    height: 165px;
}

.code-title {
    background-color: #1a66b2;
    width: 100%;
    height: 23px;
}

    .code-title label {
        margin-left: 5px;
    }

.code-desc {
    border-bottom: 2px solid #d6d6d6;
    border-left: 2px solid #d6d6d6;
    border-right: 2px solid #d6d6d6;
    padding-bottom: 5px;
}

.code-tiles {
    position: relative;
    color: #ffffff;
    margin-top: 10px;
}

.metnav2-desc {
    color: #000000;
    font-size: 12px;
    padding: 5px;
    margin-left: 3px;
    margin-right:3px;
}

.feature-area, .get-area, .other-products {
    margin-top: 35px;
}

    .feature-area h1, .get-area h1, .other-products h1 {
        color: #1A66B2;
    }

    .feature-area ul {
        font-family: 'open_sansregular';
        font-size: 15px;
        list-style: square;
        margin-left: 17px;
        margin-top: 10px;
    }

    .get-area p {
        color: #000000;
        font-size: 15px;
        margin-top: 10px;
    }

    .get-area a {
        text-decoration: none;
        color: #1A66B2;
    }

        .get-area a:hover {
            color: #000000;
        }

.footer {
    width: 100%;
    background-color: #1A66B2;
    height: 30px;
    display: block;
    margin-top: 20px;
    text-align:center;
}

    .footer label {
        color: #FFFFFF;
        font-size: 12px;
        position: relative;
        top: 2px;
    }

.product-image {
    margin-top: 10px;
}

.product-image:hover {
    outline: 2px solid #1A66B2;
}

.view-portfolio {
    font-family: 'open_sansbold';
    text-decoration: none;
    font-size: 15px;
    margin-top: 10px;
    color: #1A66B2;
    float:right;
    margin-right: 10px;
}

    .view-portfolio:hover {
        color: #000000;
    }

.fb-likebox {
    border: 2px solid #1A66B2;
    height: 70px;
    margin-top: 10px;
    overflow: hidden;
    width: 188px;
}