﻿/* Contact Info Ribbon */
a {
    text-decoration: none;
}

.blue-ribbon {
    width: 100%;
    height: 32px;
    background-color: #17385a;
    margin: 0;
    color: white;
    font-family: 'Roboto', sans-serif;
}

.blue-ribbon .contacts-wrapper {
    width: 850px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.blue-ribbon .contacts-wrapper .contacts {
    float: right;
    margin: 5px 10px 0 0;
    font-size: 15px; /* 0.9em */
}

.blue-ribbon .contacts-wrapper .contacts i {
    font-size: 1.4em;
    margin-right: 5px;
}

.blue-ribbon .contacts-wrapper .contacts a {
    color: #9cb9da;
    margin-left: 40px;
}

.blue-ribbon .contacts-wrapper .contacts a:hover {
    color: white;
}

/* Header Group */
div.header {
    height: 96px;
    position: relative;
    /* the width and margin are usually overridden in the style tag, but these values have been left as default values */
    width: 850px;
    margin: 0 auto;
}

.header img,
.header div {
    float: left;
}

.header .logo {
    width: 296px;
    margin: -19px 0 0 6px;
    display: inline-block;
}

.header .since {
    /*
    position: absolute;
    left: 380px;
    */
    position: relative;
    left: -65px;
    top: 62px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 0.7em;
    color: #1d4875;
}

.header .motto {
    display: inline-block;
    color: #17385a;
    margin: 42px 0 0 34px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.12em;
}

    .header .motto span {
        color: #BD4848;
    }
