﻿.dropdown-toggle, .navbar-menu {font-size:15px}

/* Responsive replacement for iastate-22 outer pad */
.outer-pad-responsive {
    margin-left: 3em;
    margin-right: 3em
}

/* Override site title width restriction */
@media (min-width: 1200px) {
    .site-header__mega-menu-main .site-header__website-title {
        max-width: none;
    }

    .ecosystem-home-hero--atmospheric-image .ecosystem-home-hero__title,
    .ecosystem-home-hero--supporting-image .ecosystem-home-hero__title {
        font-size: 3.4375rem;
    }

}

/* Override menu color (not enough contrast for accessibility) */
@media (min-width: 1200px) {
    .site-header__mega-menu-main-nav>ul>li>a, .site-header__mega-menu-main-nav>ul>li>button {
        color: inherit
    }
}

/* Override yellow lines under headings */
h1, h2, h3, .h2, .h3, .h4 {
    padding-bottom: 0;
}

    h1::after, h2::after, h3::after, .h2::after, .h3::after, .h4::after {
        display: none;
    }

/* Override font size in header for accessibility */
.site-header__website-title {
    font-size: 1.5rem;
}
/*
File input fields

Wrap field in a label and give the label the btn and btn-file classes.

*/
.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

    .vcenter {
        vertical-align: middle;
        float: none;
    }

    .clickableImage {
        cursor: pointer;
    }

    /* Sortable table headers */
    .sortable th {
        cursor: n-resize
    }

    th.sorttable_nosort {
        cursor: auto
    }

    /* 
Adjust to print well
*/
    @media print {
        a[href]:after {
            content: none !important;
        }

        header, footer {
            display: none
        }
    }


    /*** Override ISU template defaults ***/

    span.input-group-btn button {
        height: 34px;
    }

    .navbar-site .container {
        position: relative;
    }

    .site-footer {
        color: white;
    }

    @media screen and (min-width: 992px) {
        .navbar-site .wordmark-unit {
            margin: 22px 0 41px;
        }

        .navbar-site .wordmark-isu {
            display: inline;
        }

        .navbar-site .wordmark-unit-title {
            margin-top: -11px;
        }
    }

    /***  End overrides ***/



    
/*** Accessibility hacks to appease SiteImprove.com ***/

.site-header__utility {background-color:#fff}

.iastate22-breadcrumb__list a { min-height:24px }

body { overflow:visible }

/*** End of Accessibility hacks ***/



hr {
    border-color: #c00;
    background-color: #c00;
    color: #c00;
}

.btn-xl {
    white-space: normal;
    height: 100px;
}

@media only screen and (max-width: 767px) {
    .btn-xl {
        height: auto;
        margin-bottom: 0.5em;
    }
}

.breadcrumb-item a {
    text-decoration: none;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

