/* Responsive CSS For all Bootstrap Breakpoints */

/* XS/SM ----------- */
@media
only screen and (max-width : 991px) {
.navbar-toggler-icon {
  width: 22px;
  height: 16px;
}
.nav-toggle-icon {
  width: 22px;
  height: 16px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: inline-block;
}
.nav-toggle-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #FFF;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.nav-toggle-icon span:nth-child(1) {
  top: 0px;
}
.nav-toggle-icon span:nth-child(2), .nav-toggle-icon span:nth-child(3) {
  top: 7px;
}
.nav-toggle-icon span:nth-child(4) {
  top: 14px;
}
.nav-toggle-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.nav-toggle-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-toggle-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-toggle-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/* Styles */
#wrapper { max-width: 100vw; /*overflow: hidden;*/ }

html { font-size: 16px; }

#site-header .main-nav { justify-content: center; margin-top: 30px; }
.header-right { flex-wrap: wrap; }
.header-right > .btn { width: 100%; }
.header-right > .d-md-flex { flex-direction: column; }
.header-right > .d-md-flex > .btn { width: 100%; margin-top: 15px; }
#header-search { margin: 0; }
#header-search .form-inline { flex-wrap: nowrap; }
#header-search .form-control { display: inline-block; width: auto; }

#site-header .navbar-toggler { margin: 1rem; }
#site-header .navbar > .container-fluid { flex-wrap: nowrap; align-items: flex-start; flex-direction: row-reverse; }
#site-header .navbar .nav-item:not(:last-child)::after { display: none; }
/* #primary-nav .dropdown-menu { display: none !important; visibility: hidden !important; } */

#footer-top .footer-left { display: flex; flex-direction: column; justify-content: space-between; }
#footer-top .footer-right .nav { columns: 2; }
#footer-top .footer-right p:last-child { margin-bottom: 0; }

.card-body { padding: 30px 15px; }
.btn-toolbar > .btn-group > .btn { min-width: 200px; }

#breadcrumb-wrapper { display: none; }

#oral-arguments .col-md-6.d-flex { flex-direction: column; }
#oral-arguments .col-md-6.d-flex > .btn { width: 100%; }
#oral-arguments .col-md-6.d-flex > .btn.btn-outline { margin-left: 0; margin-top: 15px; }
#oral-arguments .col-md-6.d-flex > audio { width: 100%; }


#site-body { flex-wrap: wrap; }
#site-body::after { width: 400px; height: 400px; bottom: -230px; }
.quick-links-wrapper, #wrapper.quick-links-open .quick-links-wrapper { flex: 1 0 100%; max-width: 100%; margin-bottom: 15px; }
.quick-links-wrapper + .body-wrapper, #wrapper.quick-links-open .quick-links-wrapper + .body-wrapper { max-width: 100%; }

.quick-links-wrapper > .btn.collapsed { justify-content: center; }
#quick-links .form-inline { background: none; padding: 0; flex-direction: column; align-items: stretch; }
#quick-links .form-inline .custom-select { padding: .5rem 1.75rem .75rem .75rem; }
#quick-links .form-inline .form-control { padding: .5rem .75rem; margin: 10px 0; }
#quick-links .form-inline .btn { padding: .5rem .75rem; border-color: #9D8748; background-color: #FFF; color: #574324; }
#quick-links .form-inline .btn:hover, #quick-links .form-inline .btn:focus, #quick-links .form-inline .btn:active { border-color: #9D8748; background-color: #FFF; color: #574324; }
#quick-links .card-body .nav {
  columns: 2;
  break-inside: avoid-column;
  page-break-inside: avoid;
  column-gap: 0;
  display: block;
  margin: -30px -16px;
}
#quick-links .card-body .nav > .nav-item {
  border: none;
}
#quick-links .card-body .nav > .nav-item > .nav-link {
  border: solid 1px #FFF;
  border-top: none;
  border-left: none;
  line-height: 1.4;
  padding: 1rem;
}
#quick-links .card:not(:last-child) {
  margin-bottom: 0;
}

}

.nav-payment-options {
  display: none;
}

/* XS - Extra Small Devices ----------- */
@media
only screen and (max-width : 767px) {
/* Styles */
.container { max-width: 100%; }
.navbar-toggler.mobile-search {
  display: block !important;
}
.mobile-search-wrapper { padding: 30px; }
.mobile-search-wrapper > .btn { width: 100%; padding: .75rem; }
.mobile-search-wrapper.open > .btn { margin-bottom: 15px; }
.mobile-search-wrapper:not(.open) > .btn { margin-top: 15px; }
.mobile-search-wrapper.open > #header-search > form { display: none; }
.mobile-search-wrapper.open { display: flex; flex-direction: column-reverse; padding-bottom: 0; }
#search-hints { position: static; margin: 0 -30px; border-radius: 0; border-top: solid 15px #1D1D1D; }
#search-hints .nav-link { padding: 1rem 0 !important; border: none !important; }
#mobile-search-hints.collapsed::after { content: "How Do I?"; }
#mobile-search-hints:not(.collapsed)::after { content: "Back to Search"; }

#site-header { padding: 0; text-align: center; }
#site-header .navbar-toggler { padding: .375rem .75rem; margin: 0; }

#header-top { padding: 30px 0; }
#header-top > .container > .row { flex-flow: row-reverse; }
#header-logo { font-size: 2.5rem; line-height: 0.6; }

#site-header .navbar .nav-item { justify-content: center; /*padding: 0 30px;*/ }
#site-header .navbar .nav-link { flex: 1 0 100%; max-width: 100%; }
/* #site-header .navbar .nav-item:not(:last-child) .nav-link { border-bottom: solid 2px #9D8748; } */
#primary-nav > .d-md-none { padding: 1.5rem 1.25rem; }
#primary-nav .btn { width: 100%; margin-bottom: 30px; padding: .75rem; }

#site-footer .row > .col-12 { text-align: center !important; }
#site-footer .row > .col-12:last-child { margin-top: 15px; }

#footer-top .footer-left .nav { padding-left: 0; border: none; }
#footer-top .footer-left .dropdown .btn { width: 100%; padding: .75rem; }
#footer-top .footer-right .nav { columns: 1; }

.contact-cards > .col-12 { margin-bottom: 15px; }

.navbar-toggler-md { display: none; }
.nav-payment-options { display: block; }
}

.mobile-search {
  display: none;
}


/* XS - XSmall Devices ----------- */
@media only screen
and (max-width : 575px) {
/* Styles */
html { font-size: 15px; }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { line-height: 1; }
.accordion .card-header a::after { right: 20px; }
#press-carousel { padding: 1rem 1.5rem; }
#press-carousel .slick-arrow { display: none !important; }
.contact-cards > .col-12 { margin-bottom: 15px; }
.contact-cards .alert { margin-bottom: 0; }

#form-list .bg-light.rounded { margin: 0 -1.5rem; border-radius: 0 !important; }
#form-list .bg-light.rounded .mr-2 { margin-right: 0 !important; }
.btn-search { width: 100%; justify-content: center; }
#form-list .form-table { margin: 0 -1.5rem; }
#form-list .form-table .table { border-radius: 0; background-color: #FFF; }
#form-list .form-table thead { display: none; }
#form-list .form-table tbody tr { background-color: #F0EDE3; }
#form-list .form-table tbody tr:not(:last-child) { margin-bottom: 15px; display: block; }
#form-list .form-table tbody tr td { display: block; border-right: none; border-top: none; }
#form-list .form-table tbody tr td + td { padding-top: 0; }
#form-list .form-table .col-head { padding: .5rem 0; margin-bottom: .5rem; color: #574324; font-size: .85rem; border-bottom: solid 1px #9D8748; display: block; }
#form-list .form-table .col-head + .d-flex { flex-direction: column; }
#form-list .table .number { padding-bottom: 0; }
#form-list .table .number + .nav-link { padding-top: 0; }
#form-list .form-table .col-head + .nav { margin-top: -0.5rem;}

.quick-links-wrapper > .btn { padding: 12px 20px; height: 58px; }
#quick-links .card-body .nav { columns: 1; }

.card-body .nav-item > .row > .col-12 + .col-12 { margin-top: 20px; }

/* ||| Mobile Collapse */
.mobile-collapse.collapse:not(.show) {
  display: block;
  height: 12.5rem;
  overflow: hidden;
}
.mobile-collapse.collapsing {
  height: 12.5rem;
}
.mobile-collapse + a {
  margin-bottom: 30px;
  display: inline-block;
  font-family: 'Neuton', serif;
  text-transform: uppercase;
}
.mobile-collapse + a.collapsed::after {
  content: "Read More";
}
.mobile-collapse + a:not(.collapsed)::after {
  content: "Read Less";
}

}

/* SM - Small Devices ----------- */
@media only screen
and (min-width : 576px)
and (max-width : 767px) {
/* Styles */


}

/* MD - Small Devices ----------- */
@media only screen
/* and (min-width : 768px) */
and (max-width : 991px) {
/* Styles */
#primary-nav { padding: 20px 0 0 0; }
#primary-nav.collapse:not(.show), #primary-nav.collapsing { display: flex; /*height: 84px;*/ overflow: hidden; align-items: flex-start; }
#primary-nav > .navbar-nav { /*flex-direction: row; flex-wrap: wrap;*/ display: block; width: 100%; }
#primary-nav > .navbar-nav > .nav-item { max-width: 100%; flex: 0 0 25%; justify-content: center; /*margin-bottom: 20px; border-right: solid 1px #9D8748;*/ }
#primary-nav > .navbar-nav .nav-link { /*padding: 0 1.25rem;*/ line-height: 1.2; width: 100%; }
#primary-nav .top-level:not(:last-child) { border-bottom: solid 2px #9D8748; }
}

/* > Tablet */
@media
only screen and (min-width : 768px) {
/* Styles */
#mobile-search { display: none !important; }

}


/* LG - Medium Devices ----------- */
@media only screen
and (min-width : 992px)
and (max-width : 1199px) {
/* Styles */


}


/* XL - Large Devices */
@media
only screen and (min-width : 1200px) {
/* Styles */


}
