/* ----------------- GLOBALS ----------------- */
@import url('NOAH/ComboBox.NOAH.css');
@import url('NOAH/Input.NOAH.css');
@import url('NOAH/ToolTip.NOAH.css');
@import url('NOAH/DropDownList.NOAH.css');
@import url('NOAH/Grid.NOAH.css');
/* --------------- END GLOBALS --------------- */

/* ----------------- COLORS ----------------- */
/*
	red (links): #c30020 / #E81437
	menu red: #ca171d
	blue: #002d62 / #0E478A
	brown (body): #5f5b50
	gray (headings): #161616
*/

/* ----------------- GLOBALS ----------------- */

@import url('css/Donations.css');

html,
body {
    font-family: 'Open Sans', sans-serif;
}

body {
    color: #5f5b50;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bree Serif', serif;
    color: #161616;
}

ul, ol {
    line-height: 1.8em;
}

a,
a:visited,
a:active {
    color: #0066CC;
    text-decoration: none;
}

    a:hover {
        color: #003399;
        text-decoration: none;
    }

header a,
header a:visited,
header a:active,
header a:hover {
    color: #E81437;
    text-decoration: none;
}

label {
    font-weight: 400;
}

.Normal {
    color: inherit;
}

.Normal,
.NormalDisabled,
.NormalDeleted {
    font-family: inherit;
    font-size: inherit;
}

input[disabled],
input.disabled,
textarea[disabled],
textarea.disabled,
button[disabled],
button.disabled,
select[disabled],
select.disabled {
    cursor: not-allowed !important;
}

input[type="checkbox"],
input[type="radio"] {
    margin-right: 5px;
}

ul {
    list-style: disc;
}




/* ----------------- SITE HEADER ----------------- */

#siteHeader {
    padding: 10px 0;
}

    #siteHeader .logo img {
        max-width: 100%;
    }

    #siteHeader .tagline {
        color: #ca171d !important;
        font-family: 'Bree Serif', serif;
        font-size: 1.8em;
        line-height: 1.3;
    }

        #siteHeader .tagline a {
            text-decoration: none;
        }

            #siteHeader .tagline a:hover,
            #siteHeader .tagline a:focus {
                color: #ca171d !important;
            }

            #siteHeader .tagline a > small {
                display: none;
            }

    #siteHeader small {
        margin-top: 0.6em;
    }


    #siteHeader .global {
        margin-top: 10px;
        text-align: center;
    }

    #siteHeader .nav-global {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

        #siteHeader .nav-global li {
            margin-left: 5px;
            margin-right: 5px;
        }

            #siteHeader .nav-global li a {
                background-color: #002d62;
                border: 0;
                color: #fff;
                padding: 8px 15px;
            }

                #siteHeader .nav-global li a:hover,
                #siteHeader .nav-global li a:focus {
                    background-color: #0E478A;
                }

.user-sign-out {
    background-color: #fff !important;
    color: #0E478A !important;
    border: 1px solid transparent;
}

    .user-sign-out:hover,
    .user-sign-out:focus {
        background-color: #EEE !important;
        border: 1px solid #fff;
        opacity: 1;
    }

#siteHeader .nav-global li > div {
    float: left;
    margin-top: 8px;
}

    #siteHeader .nav-global li > div > a {
        padding: 8px 15px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

/* ----------------- NAVBAR ----------------- */

.navbar-custom {
    background-color: #ca171d;
    border-color: transparent;
    border-radius: 0;
}

    .navbar-custom .navbar-header {
        text-align: center;
        display: none;
    }

    /* navbar toggle */
    .navbar-custom .navbar-toggle {
        border-width: 2px;
        color: #fff;
        font-size: 1.1em;
        float: none;
    }

        .navbar-custom .navbar-toggle .fa {
            margin-right: 10px;
        }

        .navbar-custom .navbar-toggle:focus,
        .navbar-custom .navbar-toggle:hover {
            background-color: transparent;
        }

/* main navbar */
#siteNavbar {
    border: 0;
}

    #siteNavbar .navbar-nav {
        background-color: #fff;
        margin-top: 0;
        margin-bottom: 0;
    }

        #siteNavbar .navbar-nav li a {
            border-top: 1px solid #D5D5D5;
            font-family: 'Bree Serif', serif;
            font-size: 1.2em;
            color: #C30020;
        }

            #siteNavbar .navbar-nav li a .fa {
                margin-top: 2px;
            }

        #siteNavbar .navbar-nav li.disabled {
            pointer-events: auto;
        }

            #siteNavbar .navbar-nav li.disabled > a {
                cursor: default;
            }

        #siteNavbar .navbar-nav li ul {
            display: none;
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

            #siteNavbar .navbar-nav li ul li a {
                font-size: 1.1em;
                display: block;
                padding: 10px 0 10px 35px;
                text-decoration: none;
                white-space: nowrap;
            }


/* ----------------- SITE FOOTER ----------------- */

#siteFooter {
    background-color: rgb(202, 23, 29);
    background-image: url(images/background-footer.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    color: #fff;
    padding: 60px 0 15px;
    margin-top: 20px;
    text-align: center;
}

    #siteFooter p,
    #siteFooter h4 {
        color: #fff;
    }

    #siteFooter a {
        color: #fff;
        text-decoration: underline;
    }

        #siteFooter a:hover,
        #siteFooter a:focus {
            color: #e2e2e2;
        }

/* ----------------- NOAH CUSTOM ----------------- */

.FormArea,
.FormRow,
.FormLabelCol,
.FormHelpCol,
.FormControlCol,
.FormButtons {
    display: inline-block;
}

.FormArea {
    width: 100%;
    max-width: 975px;
}

.FormRow {
    clear: both;
    width: 100%;
    margin-top: .5vh;
}

.FormLabelCol {
    float: left;
    width: 94%;
}

.FormHelpCol {
    float: left;
    width: 6%;
    text-align: center;
}

.FormControlCol {
    float: left;
    width: 100%;
}

.FormButtons {
    clear: both;
    width: 100%;
    margin-top: 2vh;
}

.FormHelpImage {
    background-image: url(/images/helpI-icn-grey.png);
    background-repeat: no-repeat;
    border-style: none;
    width: 14px;
    height: 13px;
}

.FormButton,
a.FormButton {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #c30020;
    border-radius: 0;
    color: #fff;
    background-color: #c30020;
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}

    .FormButton:hover,
    .FormButton:active,
    a.FormButton:hover,
    a.FormButton:active {
        border-color: #E81437;
        background-color: #E81437;
        box-shadow: 2px 2px 5px #666;
        color: #fff;
    }

.FormButtonSecondary,
a.FormButtonSecondary {
    background-color: #dfdfdf;
    border-color: #d7d7d7;
    color: #5f5b50;
}

    .FormButtonSecondary:hover,
    .FormButtonSecondary:active,
    a.FormButtonSecondary:hover,
    a.FormButtonSecondary:active {
        background-color: #dfdfdf;
        border-color: #dfdfdf;
        box-shadow: 2px 2px 5px #999;
        color: #6c6961;
    }

    .FormButton.disabled,
    .FormButton[disabled],
    .FormButton.disabled:hover,
    .FormButton[disabled]:hover,
    .FormButtonSecondary.disabled,
    .FormButtonSecondary[disabled],
    .FormButtonSecondary.disabled:hover,
    .FormButtonSecondary[disabled]:hover {
        border-color: #E5E5E5;
        background-color: #efefef;
        box-shadow: none;
        color: #aaa;
        cursor: not-allowed;
    }

.FormHead {
    font-family: 'Bree Serif', serif;
    color: #161616;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 10px;
}

.FormLabel,
.FormError {
    font-weight: 400;
}

.FormError {
    color: #a94442 !important;
}

.FormControl {
    display: inline-block;
    width: 100%;
    padding: 6px 12px;
    font-size: 1em;
    line-height: 1.42857143;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .FormControl:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

    .FormControl::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .FormControl:-ms-input-placeholder,
    .FormControl::-webkit-input-placeholder {
        color: #999;
    }

    .FormControl[disabled],
    .FormControl.disabled,
    .FormControl[readonly] {
        background-color: #EEE;
        opacity: 1;
    }

    .FormControl[disabled],
    .FormControl.disabled {
        cursor: not-allowed;
    }

select.FormControl {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(images/arrow.png) no-repeat;
    background-position: 98.5% 50%;
}

.FormRow label {
    display: inline;
}

/* DNN / NOAH form message box */
.noahFormMessage,
.dnnFormMessage {
    color: #31708f;
    background: #d9edf7;
    border: 1px solid #bce8f1;
    border-radius: 4px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px;
    max-width: none;
}

    .noahFormMessage.noahFormError,
    .noahFormMessage.noahFormValidationSummary,
    .dnnFormMessage.dnnFormError,
    .dnnFormMessage.dnnFormValidationSummary {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

    .noahFormMessage.noahFormWarning,
    .dnnFormMessage.dnnFormWarning {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

    .noahFormMessage.noahFormSuccess,
    .dnnFormMessage.dnnFormSuccess {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }


/* ===== DNN CUSTOM ===== */

/* DNN admin tabs */

ul.dnnAdminTabNav {
    padding: 0;
    margin: 0;
}

    ul.dnnAdminTabNav li a {
        -moz-border-radius: 4px 4px 0 0;
        -webkit-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
        font-size: 1em;
        font-weight: 400;
        padding: 7px 9px;
    }

    ul.dnnAdminTabNav li.ui-tabs-active a {
        border-bottom: 0;
        padding: 9px;
    }

/* DNN panels */

h2.dnnFormSectionHead {
    margin-top: 5px;
    margin-bottom: 10px;
}

    h2.dnnFormSectionHead a {
        outline: none;
    }

/* DNN form popup */

.dnnFormPopup .dnnModalCtrl .ui-dialog-titlebar-close {
    padding: 0;
}

/* DNN dropdown list */

.dnnDropDownList .selected-item {
    padding: 6px !important;
}

    .dnnDropDownList .selected-item a,
    .dnnDropDownList .selected-item a:link,
    .dnnDropDownList .selected-item a:visited,
    .dnnDropDownList .selected-item a:hover,
    .dnnDropDownList .selected-item a:active {
        height: auto !important;
        padding: 3px 2px 2px !important;
        font-size: 12px !important;
    }

/* DNN digital assets management */

#dnnModuleDigitalAssetsMainToolbar {
    height: 40px;
}

#dnnModuleDigitalAssetsSelectionToolbar {
    min-height: 35px;
}

/* NOAH Users and Security */

#SignInUserInfoBox {
    opacity: 1 !important;
}

    #SignInUserInfoBox hr {
        margin: 10px auto;
    }

#siteHeader .nav-global li #SignInUserInfo a.manage-account {
    background-color: transparent;
    color: #c30020;
    padding: 0;
}

    #siteHeader .nav-global li #SignInUserInfo a.manage-account:hover,
    #siteHeader .nav-global li #SignInUserInfo a.manage-account:focus {
        color: #E81437;
    }

#siteHeader .nav-global li #SignInUserInfoSignOut a.user-sign-out {
    margin: 5px auto;
    display: block;
    color: #0066CC;
}

.addrEntry {
    min-height: 200px !important;
    max-height: 500px !important;
    min-width: 400px !important;
    max-width: 400px !important;
}

.addrEntryBottom {
    font-size: 1em !important;
}

.commEntry {
    min-width: 300px !important;
    min-height: 200px !important;
}

.commEntryBottom {
    width: 90% !important;
}

.commEntryInfo input {
    margin-right: 30px;
}

/* RADTOOLTIP OVERRIDE */
.RadToolTip a {
    color: #fff;
}

    .RadToolTip a:hover {
        color: navajowhite;
        text-decoration: underline;
    }

@media (max-width: 768px) {
    .mgmenu {
        display: block !important;
        text-align: left;
        width: 100%;
    }

    .Menu-Top-Level {
        width: 100% !important;
        text-align: left !important;
        padding: 0px !important;
    }

    /*#siteHeader .logo span {
        margin-left: 25%;
    }*/
}

@media (min-width: 0px) {
    #siteHeader .social {
        margin-top: .5em;
        text-align: center;
        width: 100%;
    }

        #siteHeader .social .nav-global li {
            margin-right: 5px;
        }

            #siteHeader .social .nav-global li:last-child {
                margin-right: 0;
            }

            #siteHeader .social .nav-global li a {
                background-color: #dfdfdf;
                border-radius: 4px;
                border: 1px solid #DBDBDB;
                box-shadow: 2px 2px 5px #e7e7e7;
                color: #002D62;
                font-size: 1.2em;
                padding: 2px 8px;
                -webkit-transition: all 150ms ease-in;
                -moz-transition: all 150ms ease-in;
                -o-transition: all 150ms ease-in;
                transition: all 150ms ease-in;
            }

                #siteHeader .social .nav-global li a:hover,
                #siteHeader .social .nav-global li a:focus {
                    box-shadow: 2px 2px 5px #ccc;
                    color: #0E478A;
                    -moz-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                    -o-transform: scale(1.1);
                    -webkit-transform: scale(1.1);
                    transform: scale(1.1);
                }
}

/* ----------------- MEDIA QUERIES ----------------- */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

    /* site header */
    #siteHeader .logo span {
        display: inline-block;
        color: #0d2855;
        font-family: 'Open Sans', sans-serif;
        font-size: 1em;
        font-weight: bold;
        font-style: italic;
        position: relative;
        text-align: center;
        /*padding-right: 15%;*/
        width: 100%;
    }

    #siteHeader .tagline {
        font-size: 1.5em;
    }

        #siteHeader .tagline a > small {
            display: inline-block;
            color: #0d2855;
            font-family: 'Open Sans', sans-serif;
            font-size: 0.6em;
            font-weight: bold;
            font-style: italic;
            vertical-align: text-top;
        }

    #siteHeader .global {
        margin-top: 0;
        text-align: right;
    }

    #siteHeader .nav-global li {
        margin-left: 0;
        margin-right: 0;
    }

        #siteHeader .nav-global li a {
            background-color: transparent;
            border-right: 1px solid #C30020;
            border-radius: 0;
            color: #C30020;
            font-size: 0.9em;
            padding: 5px 6px;
        }

        #siteHeader .nav-global li:last-child a {
            border-right: 0;
        }

        #siteHeader .nav-global li a:hover,
        #siteHeader .nav-global li a:focus {
            background-color: transparent;
            color: #E81437;
        }

        #siteHeader .nav-global li > div {
            margin-top: 3px;
        }

            #siteHeader .nav-global li > div > a {
                padding: 5px 6px;
                -webkit-border-radius: 0;
                border-radius: 0;
            }

    #siteHeader .social {
        margin-top: 45px;
        text-align: right;
    }

        #siteHeader .social .nav-global li {
            margin-right: 5px;
        }

            #siteHeader .social .nav-global li:last-child {
                margin-right: 0;
            }

            #siteHeader .social .nav-global li a {
                background-color: #dfdfdf;
                border-radius: 4px;
                border: 1px solid #DBDBDB;
                box-shadow: 2px 2px 5px #e7e7e7;
                color: #002D62;
                font-size: 1.2em;
                padding: 2px 8px;
                -webkit-transition: all 150ms ease-in;
                -moz-transition: all 150ms ease-in;
                -o-transition: all 150ms ease-in;
                transition: all 150ms ease-in;
            }

                #siteHeader .social .nav-global li a:hover,
                #siteHeader .social .nav-global li a:focus {
                    box-shadow: 2px 2px 5px #ccc;
                    color: #0E478A;
                    -moz-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                    -o-transform: scale(1.1);
                    -webkit-transform: scale(1.1);
                    transform: scale(1.1);
                }

    /* site navigation */
    .navbar-custom {
        margin-bottom: 10px;
    }

    #siteNavbar {
        text-align: center;
    }

        #siteNavbar .navbar-nav {
            background-color: transparent;
            display: inline-block;
            float: none;
            vertical-align: top;
        }

            #siteNavbar .navbar-nav li {
                position: relative;
            }

                #siteNavbar .navbar-nav li a {
                    border-top: 0;
                    color: #ededed;
                    font-size: 1.1em;
                    padding: 15px 10px;
                }

                #siteNavbar .navbar-nav li.active > a,
                #siteNavbar .navbar-nav > li > a:hover,
                #siteNavbar .navbar-nav > li > a:focus {
                    background: #c4001e;
                    background: -moz-linear-gradient(top, #c4001e 0, #6f0025 100%);
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#c4001e), color-stop(100%,#6f0025));
                    background: -webkit-linear-gradient(top, #c4001e 0,#6f0025 100%);
                    background: -o-linear-gradient(top, #c4001e 0,#6f0025 100%);
                    background: linear-gradient(to bottom, #c4001e 0,#6f0025 100%);
                }

                #siteNavbar .navbar-nav li ul {
                    background-color: #fefefe;
                    min-width: 125%;
                    margin: 0;
                    padding: 0;
                    position: absolute;
                    left: 0;
                    top: 100%;
                    z-index: 5;
                    -webkit-box-shadow: 2px 2px 6px #7B7A76;
                    box-shadow: 2px 2px 6px #7B7A76;
                }

                #siteNavbar .navbar-nav li:hover > ul {
                    display: block;
                }

                #siteNavbar .navbar-nav li ul li a,
                #siteNavbar .navbar-nav li.active ul li a {
                    color: #5F5B50;
                    font-size: 1em;
                    text-align: left;
                    padding: 5px 10px;
                }

            #siteNavbar .navbar-nav ul li a:hover {
                background: #e7e7e7;
            }

            #siteNavbar .navbar-nav ul > li.active > a {
                background: #d7d7d7;
            }

            #siteNavbar .navbar-nav li:nth-child(n+6) ul {
                left: inherit;
                right: 0;
            }

            #siteNavbar .navbar-nav li ul li ul {
                left: 100%;
                top: 0;
            }

            #siteNavbar .navbar-nav li:nth-child(n+6) ul li ul {
                right: 100%;
                left: inherit;
            }

    /* breadcrumbs */
    .breadcrumbs a {
        color: #c30020;
        text-decoration: none;
    }

        .breadcrumbs a:visited {
            color: #c30020;
            text-decoration: none;
        }

        .breadcrumbs a:hover {
            color: #c30020;
            text-decoration: none;
        }

        .breadcrumbs a:active {
            color: #c30020;
            text-decoration: none;
        }

    .breadcrumbs {
        font-size: 0.9em;
    }

        .breadcrumbs .fa {
            margin: 0 5px;
        }

    /* site footer */
    #siteFooter {
        font-size: 0.9em;
        padding-top: 75px;
        text-align: left;
    }

    /* NOAH custom */
    .FormLabelCol {
        width: 34%;
    }

    .FormControlCol {
        width: 60%;
    }

    /* NOAH Users and Security */

    #siteHeader .nav-global li #SignInUserInfo a.manage-account {
        border-right: 0;
    }

        #siteHeader .nav-global li #SignInUserInfo a.manage-account:hover,
        #siteHeader .nav-global li #SignInUserInfo a.manage-account:focus {
            color: #E81437;
        }

    #siteHeader .nav-global li #SignInUserInfoSignOut a.user-sign-out {
        padding: 0;
        display: block;
        border-right: 0;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

    /* site header */
    #siteHeader .tagline {
        font-size: 1.8em;
    }

    #siteHeader .nav-global li a {
        border-right-width: 2px;
        font-size: 1em;
        font-weight: 600;
        padding: 8px 15px;
    }

    #siteHeader .social .nav-global li {
        margin-right: 10px;
    }

    #siteHeader .nav-global li > div {
        margin-top: 8px;
    }

        #siteHeader .nav-global li > div > a {
            padding: 8px 15px;
        }

    #siteHeader .social .nav-global li a {
        font-size: 1.5em;
        padding: 2px 10px;
    }

    /* site navigation */
    #siteNavbar .navbar-nav li a {
        font-size: 1.2em;
        padding: 15px;
    }

    /* site footer */
    #siteFooter {
        font-size: 1em;
        padding-top: 100px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    /* site header */
    #siteHeader .tagline {
        font-size: 2em;
    }

    /* site navigation */
    #siteNavbar .navbar-nav li a {
        padding: 15px 25px;
    }

    /* site footer */
    #siteFooter {
        padding-top: 115px;
    }
}

/* X-Large devices (extra large desktops, 1600px and up) */
@media (min-width: 1600px) {

    /* site footer */
    #siteFooter {
        padding-top: 150px;
    }
}




/* RADGRID OVERFLOW ISSUE FIX */
.RadGrid {
    overflow-x: auto !important;
    width: 100% !important;
}

@media (min-width:0) and (max-width: 420px) {

    .global ul, .global ul li, .global ul li div, .global ul li div a, .global ul li a {
        width: 100% !important;
        display: inline-block;
        margin: 0 !important;
    }

        .global ul li {
            margin-bottom: .25em !important;
        }

    
}

/* SHOPPING CART FIX FOR OLD STYLES */
@media (min-width:0) and (max-width: 640px) {
    [id*="ShoppingCart_Cart_DetailsPanel"] div:nth-child(4) > div {
        margin: 0 !important;
        margin-top: .25em !important;
        width: 180px !important;
    }

        [id*="ShoppingCart_Cart_DetailsPanel"] div:nth-child(4) > div input {
            width: 100% !important;
        }

    #siteHeader .logo span {
        /*margin-left: 15%;*/
        font-size: .85em;
        color: #0d2855;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        font-style: italic;
    }
}

/*===== OVERRIDE FOR MODAL CLOSE WINDOW =====*/
.dnnFormPopupExtended {
    top: 25% !important;
    position: fixed;
    left: 25%;
}

div.ui-dialog-titlebar > .ui-dialog-titlebar-close {
    position: absolute;
    background: #585858 url(../../../../../images/closeBtn.png) no-repeat !important;
    background-position: 4px 4px !important;
}

@media (min-width:0px) and (max-width: 380px) {
    #siteHeader .logo span {
        margin-left: 10%;
        font-size: .75em;
        color: #0d2855;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        font-style: italic;
    }
}

.logo {
    text-align: center;
}
