@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');

@media (max-width: 576px) {
    .container-fluid {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .row {
        max-width: 100vw;
    }
    
    .dropdown {
        margin-left: 0px;
        margin-right: 0px;
    }

    .dropdown-menu {
        width: min(96vw, 370px);
    }

    #umbcLogo {
        width: 141px;
        padding-left: 0px;
    }

    .dropdown {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (min-width: 576px) {
    .dropdown-menu {
        min-width: 370px;
    }
}

@media (max-width: 768px) {
    h1 {
        margin-top: 0.5rem;
    }
    
    .navbar-toggler {
        margin-right: 34px;
    }

    .nav-item {
        border-left: 0px !important;
        border-right: 0px !important;
    }
}

@media (min-width: 575px) {
    #umbcLogo {
        width: 175px;
        padding-left: 34px;
    }

    .dropdown {
        margin-left: 34px;
        margin-right: 34px;
    }
}

@media (min-width: 768px) {
    .accordion-collapse button.list-group-item, a.list-group-item {
        padding-left: 45px;
    }
}

#umbcLogo {
    /*width: 175px;*/
    /*padding-left: 34px;*/
    object-fit: contain;
}

.no-transition {
    -webkit-transition: height 0.01s;
    -moz-transition: height 0.01s;
    -ms-transition: height 0.01s;
    -o-transition: height 0.01s;
    transition: height 0.01s;
  }

input[readonly], input[readonly]:focus, input[readonly]:active {
    background-color: rgb(233, 236, 239);
}

.readonly {
    background-color: rgb(233, 236, 239);
}

body {
    font-family: "Inter";
    scrollbar-gutter: stable both-edges;
}

.umbcHelpFormContainer {
    max-width: 1280px !important;
}

.navbar-brand h1 {
    font-size: 20px;
    font-weight: 500;
}

.req-span {
    color: #f00 !important;
}

.btn-primary {
    background: rgb(253, 181, 21);
    color: #000 !important;
    font-weight: 500;
    border-color: rgb(255, 221, 129);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    /*background: #dc3545;
    color: #fff !important;
    border-color: #9d1320 !important;
    box-shadow:0 0 0 .2rem rgba(157,19,32,.25) !important;*/
    background: rgb(255, 221, 129);
    color: #000 !important;
    font-weight: 500;
    border-color: rgb(255, 221, 129);
    transition: 0.05s ease-in-out;
    /*box-shadow: 0 0 0 0.3rem rgba(255, 221, 129, 0.25) !important;*/
}

.btn-primary:active, .btn-primary.active {
    background: #fff !important;
    color: #000 !important;
    border-color: rgb(255, 221, 129) !important;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open > .dropdown-toggle.btn-secondary {
    background: rgb(255, 221, 129);
    color: #000 !important;
    border-color: rgb(255, 221, 129);
    transition: 0.05s ease-in-out;
}

.btn-secondary:active, .btn-secondary.active {
    background: #fff !important;
    color: #000 !important;
    border-color: rgb(255, 221, 129) !important;
}

.btn-round-sm{
    border-radius: 15px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

#reqLabel {
    background-color: #fff !important;
}

#umbcFormHeader {
    min-height: 100px;
    padding: .5rem 1rem;
    padding-top: 50px;
    font-size: 32px !important;
    color: #fff !important;
    background-image: repeating-linear-gradient(90deg, #f7f7f7, rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0), #f7f7f7), linear-gradient(#f7f7f7, rgba(0,0,0,0)), url(https://doit.umbc.edu/files/2012/04/130112785.jpg);
    background-color: rgb(0,0,0);
    background-repeat: none;
    background-size: cover;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}

#umbcSupportFormHeader {
    min-height: 50px;
    color: #fff !important;
    background-color:#000;
    background-image: url("../img/maryland-flag-backgrounds-landscape-black.jpg");
    background-size: auto 1500% !important;
    background-repeat: none;
    font-weight: 500;
}

.navbar-toggler-icon {
    border-color: rgba(255,255,255,1);
}

.accordion-item {
    border: 0 !important;
}

.accordion-header button {
    font-weight: 500;
}

.accordion-button {
    padding-left: 12px;
}

.accordion-button:not(.collapsed) {
    /*background-color: rgba(255, 195, 14, 0.092);*/
    color: rgb(33, 37, 41);
    background-color: rgba(25,25,25,0.00) !important;
    box-shadow: none;
    border-radius: 0.375rem !important;
}
  
.accordion-button:hover {
    /*background-color:rgba(255, 219, 111, 0.25) !important;*/
    background-color: rgba(25,25,25,0.05) !important;
    text-decoration: none !important;
    border: hidden !important;
    box-shadow: 0px !important;
    border-radius: 0.375rem !important;
    transition: 0.05s ease-in-out;
}

.accordion-button:focus {
    background-color: rgba(25,25,25,0.05) !important;
    box-shadow:0 0 0 .1rem rgba(10,10,10,0.1);
    color: rgb(33, 37, 41);
    border-radius: 0.375rem !important;
}

.accordion-button::before {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    text-align: left;
    margin-right: 20px;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}

.accordion-button:not(.collapsed)::before {
	background-image: var(--bs-accordion-btn-active-icon);
	transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::after {
    display:none;
}

.accordion-button:not(.collapsed)::after {
	display:none;
}

a.genSupport {
    text-decoration: none !important;
}

a.genSupport::before {
    background-image: initial !important;
}

#umbcNavAccent {
    background-color: rgb(253, 181, 21);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 2px 0px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.87);
    display: block;
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 4px;
    position: relative
}

article {
    transition: 0.15s ease-in-out !important;
}
article h2 {
    font-size: 24px;
    font-weight: 700;
}
article h3 {
    font-size: 20px;
    font-weight: 500;
}

h2.homeHeader {
    font-size: 30px;
    font-weight: 700;
}
h3.homeHeader {
    font-size: 24px;
    font-weight: 500;
}
h4.homeHeader {
    font-size: 20px;
    font-weight: 500;
}
p.homeDesc {
    font-size: 16px;
}

.nav-pills .nav-link {
    transition: 0.2s ease-in-out !important;
}
.nav-pills .nav-link.active {
    background-color: #444;
}
.nav-pills .nav-link:not(.active):hover {
    background-color: #222;
}

.dropdown {
    position: relative;
    z-index: 100000;
}

.dropdown .nav-link {
    transition: 0.2s ease-in-out !important;
}
.dropdown .nav-link.active {
    background-color: #444;
}
.dropdown .nav-link:not(.active):hover {
    background-color: #444;
}

.btn-round-sm{
    border-radius: 15px;
}

.form-control:focus {
    border-color: #fdb515;
    box-shadow:0 0 0 .2rem rgba(255,194,14,.25);
}

.form-select:focus {
    border-color: #fdb515;
    box-shadow:0 0 0 .2rem rgba(255,194,14,.25);
}

.jsonErrorMsg {
    font-size:18px;
    color: #f00;
}

.hiddenLabel {
    color: #fff;
}

.serviceCategoryButton  {
    background-color: #eeeeee;
    border-color: #eeeeee !important;
}

.serviceCategoryButtonMobile  {
    background-color: #eeeeee;
    border-color: #eeeeee !important;
    font-weight: 500;
}