/* override base theme breadcrumb positioning */
nav.breadcrumb {
	display: block !important;
}

@media (max-width: 1150px) { 
	nav.breadcrumb {
		margin: 0 24px;
	}
}

.breadcrumb-content-main h2 {
	display: none;
}

/* sticky override */
.sticky-item {
	z-index: 1000;
}

/* override design system since list-style is set to none */
.container ul, .container-full ul {
	list-style: disc;
	margin: 0 0 24px !important;
	padding: revert;
}

.container ol, .container-full ol {
	list-style: decimal;
	margin: 0 0 24px !important;
	padding: revert;
}

/* youtube embed edits */
.embed-container {
	position: relative ;
	padding-bottom: 56.25%;
}

.embed-container iframe {
	position: absolute; 
	top: 0;
	left: 0; 
	width: 100%; 
	height: 100%; 
}

h2 {
	font-size: 2.625rem;
}

h3 {
	font-size: 1.75rem;
} 

/* social icon edits */
.footer-social ul li a {
	font-size: 1.5em;
}

/* override p text in cards */
.card-block-container .block-text-container div p {
	font-size: 1em;
	line-height: 1.5em;
}

/* views reference title */
h2.viewsreference--view-title {
/*	padding: 0 0 1em 3em; */
	text-align: center;
}

/* cheeseburger menu overrides */
ul.cheeseburger-menu__submenu {
	margin: 0 !important;
}

#block-umd-designsystem-cheeseburgermenu {
	margin-top: 44px;
}

#block-umd-designsystem-cheeseburgermenutrigger {
	padding-top: 35px;
}

/* slideshow controls override */
#tns1-iw {
	height: auto !important;
}

/* include background color for unpublished nodes */
.node--unpublished .node__content, .node--unpublished .post-content {
 background-color: #fff4f4 !important;
}

/* three-col and four-col layouts need horizontal padding (remove for mobile) */
.layout--fourcol-section, .layout--threecol-section, .layout--twocol-section {
	padding: 0 24px;
}
@media (max-width: 767px) {
	.layout--fourcol-section, .layout--threecol-section, .layout--twocol-section {
		padding: 0;
	}
}

/* remove max width for ig feed */
.instagram-media {
	max-width: none !important;
}

/* search overrides */
header .area-main-menu .gva-search-region {
	right: 60px !important;
	top: 80% !important;
}

@media (min-width: 1020px) and (max-width: 1240px) { 
	header .area-main-menu .gva-search-region {
		display: none;
	}
}


header .area-main-menu .gva-search-region .search-form__submit {
	width: 100px;
}

@media (max-width: 767px) {
	header .area-main-menu .gva-search-region .icon {
		display: block;
		margin-top: 25px;
	}
}

.search-form .form-search {
	border: 1px solid black;
}

.search-form .search-form__submit {
	width: 100px;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  background: #e21833;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  height: 34px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.search-form .search-form__submit:hover {
  background: #030712 !important;
  color: #FFF;
}

.search-form .search-help-link {
	display: none;
}

/* overrides for vertical spacing */
.umd-layout-vertical-interior {
	margin-bottom: 32px;
}

#page-main-content {
	padding-bottom: 24px !important;
}

@media (min-width: 992px) {
	.container {
  	width: 1150px !important;
  }
}

/* umd header should be behind admin toolbar */
body .umdheader-wrap {
	z-index: 100 !important;
}

/* embedded images within the body of a paragraph component */
.editor-content figure {
  border-top: 1px solid #ccc;
  margin: 10px;
  padding: 5px;
  display: table;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

@media (max-width: 767px) {
  .editor-content figure {
    float: none;
  }
}
.editor-content figcaption {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  max-width: none;
  display: table-caption;
  caption-side: bottom;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/* padding needed for full-width mobile only on card components */
@media (max-width: 767px) {
	.container-full .paragraph--type--card {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* remove extra horizontal padding added in some cases by bootstrap for interior pages */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding: 0 !important;
}

/* bottom margin for event slider */
.events-carousel-slider {
	margin-bottom: 56px;
}

/* logo placement override for mobile */
@media (max-width: 767px) {	
	.page-node-73 .umd-grid-gap-four {
		grid-template-columns: repeat(2,1fr);
	}
}

/* remove vertical spacing from layouts */
.no-margin-bottom-layout .umd-layout-vertical-interior {
	margin-bottom: 0;
}

/* padding when necessary for text container paragraphs and full-width news */
@media (min-width: 768px) {
	.text-container-padding-desktop, .add-horizontal-padding-desktop, .container-full .news-block--2 {
    display:block;
    padding-left:48px;
    padding-right:48px;
  }
}
@media (max-width: 767px) {
  .text-container-padding-mobile, .add-horizontal-padding-mobile, .container-full .news-block--2 {
    display:block;
    margin-left:auto;
    margin-right:auto;
    max-width:1200px;
    padding-left:24px;
    padding-right:24px
  }
}

/* add padding between content and lefthand sub nav */
.gva-navigation {
	padding-right: 30px;
}

/* links in content */
.editor-content a {
	color: #e21833 !important;
	border-color .25s ease-in-out !important;
}

.editor-content a:hover {
	border-bottom: 1px solid #e21833 !important;
}

/* fearlessly forward extra styles */
.statistics-banner{border:solid #000;border:solid #000;border-width:3px 0;margin:24px 0;padding:24px 0}@media (min-width:650px){.statistics-banner{margin:32px 0;padding:32px 0}}@media (min-width:1300px){.statistics-banner{margin:96px 0;padding:60px 0}.statistics-banner .callout-stats{gap:70px}.statistics-banner .callout-stats>*{width:calc(33.333% - 46.66667px)}}

/* form styles */
.form-email, .form-tel, .form-date, .form-time {
	appearance: none;
  background-color: #fff;
  border: 2px solid #d8d8d8;
  border-radius: 0;
  font-size: 1rem;
  line-height: 1.625;
  padding: .875rem 1.25rem .8125rem;
  width: 100%;
}

.webform-submission-form h2 {
	color: #000000;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 1.04em;
  font-family: 'Interstate', Helvetica, Arial, Verdana, sans-serif;
  margin-bottom: 1.5rem;
}

.webform-submission-form p {
	margin: 0 0 1.5rem;
}

 /* override design system since list-style is set to none */
.webform-submission-form ul {
	list-style: disc !important;
	margin: 0 0 24px !important;
}

.webform-submission-form ol {
	list-style: decimal;
	margin: 0 0 24px !important;
}

.webform-submission-form li {
	margin-left: 24px;
}

.webform-submission-form .form-required::after {
  content: "*";
  color: var(--gin-color-danger);
  line-height: 1;
  margin-right: .15em;
  margin-left: .15em;
  vertical-align: text-top;
  background: none;
}

.webform-submission-form .webform-button--submit {
	background-color: #FFFFFF;
	color: #e21833;
	padding: 15px 30px !important;
	width: 50%;
}

.webform-submission-form .webform-button--submit:hover {
	color: #FFFFFF;
	background-color: #e21833;
}

/* restore most headers from bootstrap (overridden in DS) */
h1 {
	font-size: 32px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

h1, h2, h3 {
	margin: 14px 0;
}