﻿.header-extended 
{
    background-color: #111820; /*#15a4fa*/
    padding: 15px 0;
    margin-top: 20px;
}

.header-extended a
{    
    font-family: "Avenir Next Demi";
    font-weight: 400;
    text-rendering: optimizelegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 1.38em;
    color: #b2b2b2;
}

.header-first-col {
    border-right: 2px solid #b2b2b2
}

.banner+* {
    padding-top: 148px;
}

.banner .nav-offcanvas-header 
{
    height: 128px;
}

.banner .nav-offcanvas 
{
    margin-top: 128px;
}

.modal#primary-modal {
    top: 128px;
}

.link-action-blue:focus i, .link-action-blue:hover i {
    width: 1.8em;
    height: 1.8em;
    color: #fff;
    line-height: 1.5em;
    text-align: center;
    text-indent: 2px;
    border-radius: 50%;
    background-color: #00a0b0;
    display: inline-block;
}

.processing-message {
    padding-left: 20px;
}

.message-result 
{
    padding-top: 10px;
}