/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJjdXN0b20tZWRpdG9yLXN0eWxlLmNzcyIsInNvdXJjZXNDb250ZW50IjpbXX0= */

@import url("https://brand.arizona.edu/sites/default/files/v2/ua-brand-fonts/milo.css");

.serif-medium {
  font-family: MiloSerifWeb, TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-style: normal;
  font-weight: 700 !important;
}
.serif-normal-black {
  font-family: MiloSerifWeb-Black, TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-style: normal;
  font-weight: 900 !important;
}
.miloweb-normal {
  font-family: MiloWeb, Verdana, Geneva, sans-serif;
  font-style: normal;
  font-weight: normal;
}
.miloweb-medium {
  font-family: MiloWeb, Verdana, Geneva, sans-serif;
  font-style: normal;
  font-weight: 500 !important;
}
.miloweb-bold  {
    font-family: MiloWeb, Verdana, Geneva, sans-serif;
    font-style: normal;
    font-weight: bold;
}
.breadcrumbs a {
  	font-family: MiloWeb, Verdana, Geneva, sans-serif;
  	font-style: normal;
  	font-weight: normal;
	color: #031D4A !important;
}
.navbar-light .navbar-nav .nav-link {
	font-size: 18px !important;
	font-family: MiloWeb, Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #031D4A !important;
}
.navbar-light .navbar-nav .active>.nav-link {
	color: #AB0520 !important;
}
section a {
	color: #AB0520;
}
.entry-title a {
	color: #AB0520 !important;
}
.entry-meta {
	display: none;
}
.post {
	padding: 20px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	margin-bottom: 30px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.size-full {
	width: 100%;
}
.btn-secondary a {
	color: #FFFFFF !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: MiloWeb, Verdana, Geneva, sans-serif !important;
}
h1 {
	font-style: normal;
    font-weight: bold;
    font-size: 3.25rem !important;
    line-height: 4rem;
}
h2 {
	font-style: normal;
    font-weight: bold;
	font-size: 3rem !important;
	line-height: 3rem;
}
h3 {
	font-style: normal;
    font-weight: bold;
	font-size: 2.375rem;
	line-height: 3rem;
}
h4 {
	font-weight: 400 !important;
    line-height: 2.2rem !important;
}
.lh-2 {
	line-height: 2rem;
}
.lh-3 {
	line-height: 3rem;
}
.fs-1 {
	font-size: 1.5rem !important;
}
.fs-2 {
	font-size: 2rem !important;
}
.menu-item-15 {
	background-color: #333;
	color: #FFF;
}
.padding-x {
	padding-left: 5rem;
	padding-right: 5rem;
}
.padding-y {
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.py-6 {
	padding-top: 70px;
	padding-bottom: 70px;
}
.text-darkblue {
	color: #031D4A !important;
}
.text-darkred {
	color: #AB0520 !important;
}
#header-interior {
	width: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#header-interior .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.7;
	z-index: 1;
}
#header-interior .container-video {
	position: relative;
	z-index: 2;
}
#header-video {
	height: 70vh;
	min-height: 25rem;
	width: 100%;
	overflow: hidden;
}
#header-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

#header-video .container-video {
	position: relative;
	z-index: 2;
}

#header-video .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.7;
	z-index: 1;
}
.left-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: 0% 100%;
	background-size: 18%;
	z-index: 1;
}
.right-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: 100%;
	background-size: 25%;
	z-index: 1;
}
.left-bg-lg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 30%;
	z-index: 1;
}
.left-bg-img {
	background-image: url("../img/left-brain-small.svg");
}

.owl-prev, .owl-next {
	position: absolute;
}
.owl-prev {
	left: -50px;
	top: 30%;
}
.owl-next {
	right: -50px;
	top: 30%;
}
.bg-blue-cibs {
	background-color: #009CDC !important;
}
.bg-darkblue-cibs {
	background-color: #031D4A !important;
}
.bg-lightbrown-cibs {
	background-color: #F4EDE5 !important;
}
.bg-red-cibs {
	background-color: #AB0520 !important;
}
header .btn-search {
	padding: 9px 14px !important;
}
header .menu-item-15 {
	background-color: #8B0015;
	text-transform: uppercase;
}
header .menu-item-15 a {
	color: #FFFFFF !important;
	font-family: MiloWeb, Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
}
#menu-item-15 .nav-link {
	color: #FFFFFF !important;
}
header .menu-item {
	padding-left: 5px;
    padding-right: 5px;
}
footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
footer li {
  float: left;
}
footer li a {
	margin-left: 20px;
	color: #031D4A;
	font-family: MiloWeb, Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 1.2rem;
}
footer .menu-item-15 {
	display: none;
}
footer .footer-links {
	float: right;
}
.footer-bg-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 344px;
}
.col-bg-img {
	background-position: 30%;
    background-repeat: no-repeat;
    background-size: cover;
}


/* search */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
	z-index: 99999;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}
#search input[type="search"] {
    position: absolute;
    top: 30%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 200;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
	position: absolute;
    top: 32%;
    left: 50%;
    min-width: 100px;
    max-width: 200px;
    margin-top: 61px;
    margin-left: -57px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color: #888;
	border-color: #ccc;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}
.navbar .navbar-nav .nav-link {
	color: #031D4A;
}

#areas img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#areas:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
figure {
	overflow: hidden;
}
.equal {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.rounded-34 {
	border-radius: 34px;
}
.box-left {
	top: 50px;
	left: -50px;
	position: absolute;
	z-index: 1;
}
.box-right {
	top: 50px;
	left: 50px;
	position: absolute;
	z-index: 1;
}
section p, li {
	font-size: 1.25rem !important;
	font-family: MiloWeb, Verdana, Geneva, sans-serif !important;
	font-style: normal;
}
.ellipse-red-lg {
	position: absolute;
    top: 340px;
    right: -110px;
    z-index: 1;
}
.ellipse-blue-md {
    position: absolute;
    top: 920px;
    left: -140px;
    z-index: -1;
}
.ellipse-darkblue-md {
    position: absolute;
    top: -250px;
    right: -90px;
    z-index: 1;
}
.ellipse-red-lg-inner {
    position: absolute;
    top: 660px;
    right: 0;
    z-index: 1;
}
.ellipse-darkblue-md-inner-left {
    position: absolute;
    top: 3130px;
    left: 0;
    z-index: -1;
}
.ellipse-kblue-md-inner-right {
    position: absolute;
    top: 4420px;
    right: 0;
    z-index: 1;
}
.ellipse-darkblue-md-inner-left-r {
    position: absolute;
    top: 440px;
    left: -410px;
    z-index: 1;
}
.ellipse-red-sm-inner-right-r {
	position: absolute;
    top: 360px;
    right: 0;
}
.ellipse-red-lg-inner-right-img-r {
	position: absolute;
    top: 910px;
    right: 0;
    z-index: 1;
}
.ellipse-darkblue-sm-inner-right-r {
	position: absolute;
    top: 4720px;
    right: 0;
}
.ellipse-kblue-md-inner-left-r {
	position: absolute;
    top: 4790px;
    left: -360px;
    z-index: 1;
}
.ellipse-red-md-inner-left-img-r {
	position: absolute;
    top: 6582px;
    left: 0;
    z-index: 1;
}
.ellipse-blue-lg-inner-right-r {
	position: absolute;
    top: 6430px;
    right: 0;
}
.ellipse-red-sm-inner-right-s-r {
    position: absolute;
    top: 360px;
    right: 0;
    z-index: 1;
}
.ellipse-blue-sm-inner-left-r {
	position: absolute;
	top: 7752px;
    left: -290px;
}
.ellipse-kblue-md-inner-left-g {
    position: absolute;
    top: 330px;
    left: 0;
    z-index: 1;
}
.ellipse-red-lg-inner-p {
    position: absolute;
    top: 290px;
    right: 0;
    z-index: 1;
}
.section-bg-right {
	background-repeat: no-repeat; 
	background-position: 100% 100%; 
	background-size: 35%;
}
.section-bg-right-img {
	background-repeat: no-repeat; 
	background-position: 100% 100%; 
	background-size: 36%;
}
.bars li .bar.darkblueBarFlat {
	background-color: #031D4A;
	padding: 4px;
}
.bars li .bar.darkredFlat {
	background-color: #AB0520;
	padding: 4px;
}
.chartBars ul {
	padding: 0 !important;
}
.chartBars .bars li {
	list-style: none;
	padding: 0;
	margin-bottom: 16px;
}
.opacity-80 {
	opacity: 0.8;
}
.z-index-2 {
	z-index: 2;
}
.pill-right {
	right: 40px;
	position: inherit;
}
.footer-bg-img-inner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 554px;
}
/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
/* Horizontal line */
.collapsible-link::before {
  content: '';
  width: 14px;
  height: 2px;
  background: #FFF;
  position: absolute;
  top: calc(50% - 1px);
  right: 1rem;
  display: block;
  transition: all 0.3s;
}

/* Vertical line */
.collapsible-link::after {
  content: '';
  width: 2px;
  height: 14px;
  background: #FFF;
  position: absolute;
  top: calc(50% - 7px);
  right: calc(1rem + 6px);
  display: block;
  transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']::after {
  transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded='true']::before {
  transform: rotate(180deg);
}

/* Horizontal line */
.collapsible-link2::before {
  content: '';
  width: 14px;
  height: 2px;
  background: #9D5324;
  position: absolute;
  top: calc(50% - 1px);
  right: 1rem;
  display: block;
  transition: all 0.3s;
}

/* Vertical line */
.collapsible-link2::after {
  content: '';
  width: 2px;
  height: 14px;
  background: #9D5324;
  position: absolute;
  top: calc(50% - 7px);
  right: calc(1rem + 6px);
  display: block;
  transition: all 0.3s;
}

.collapsible-link2[aria-expanded='true']::after {
  transform: rotate(90deg) translateX(-1px);
}

.collapsible-link2[aria-expanded='true']::before {
  transform: rotate(180deg);
}

.wrap {
  width: 50%;
  margin: 0 auto;
}
.bar {
  background: #ff413d;
  width: 0;
  margin: .25em 0;
  color: #fff;
  position: relative;
  transition: width 2s, background .2s;
  -webkit-transform: translate3d(0, 0, 0);
  clear: both;
}
.bar:nth-of-type(odd) {
  background: #ff6461;
}
.bar .label {
  font-size: .75em;
  padding: 1em;
  background: #212121;
  width: 7em;
  display: inline-block;
  position: relative;
  z-index: 2;
  font-weight: bold;
}
.bar .label.second {
  background: #333;
}
.count {
  position: absolute;
  right: .25em;
  top: .75em;
  padding: .15em;
  font-size: .75em;
  font-weight: bold;
}

.wpcf7 {
    max-width: 100% !important;
}
#wpcf7-f70-p66-o1 label {
	color: #FFFFFF !important;
}
.wpcf7 input[type=submit] {
    color: #FFF;
    border-color: #009CDC;
    background-color: #009CDC;
}
#alert-bar p {
	margin: 0 !important;
}

@media (max-width: 575.98px) { 
	.navbar .cibs-logo {
		width: 70%;
	}
	.padding-x {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
	#header-video {
		background: url('https://cibs.uahs.arizona.edu/wp-content/uploads/2022/04/bg-mobile-img.jpg') black no-repeat center center scroll;
	}
	#header-video video {
		display: none;
	}
	.display-4 {
		font-size: 2.5rem !important;
	}
	.ellipse-blue-sm-inner-left-r, .ellipse-red-sm-inner-right-s-r, .ellipse-blue-lg-inner-right-r, .ellipse-red-md-inner-left-img-r, .ellipse-kblue-md-inner-left-r, .ellipse-darkblue-sm-inner-right-r, .ellipse-red-lg-inner-right-img-r , .ellipse-red-sm-inner-right-r,
	.ellipse-darkblue-md-inner-left-r, .ellipse-kblue-md-inner-right , .ellipse-darkblue-md-inner-left, .ellipse-red-lg-inner, .ellipse-darkblue-md, .ellipse-blue-md, .ellipse-red-lg, .ellipse-kblue-md-inner-left-g, .ellipse-red-lg-inner-p {
		display: none;
	}
	.padding-y {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	h1 {
		font-size: 3.25rem !important;
		line-height: 3rem;
	}
	.mobile-no {
		display: none !important;
	}
	.box-left {
		top: 0;
		left: 0;
		position: relative;
		z-index: 1;
	}
	.box-right {
		top: 0;
		left: 0;
		position: relative;
		z-index: 1;
	}

	.rounded-34 {
		border-radius: 0;
	}
	.pill-right {
		right: 0;
	}
	h3 {
    font-size: 2rem;
    line-height: 2.3rem;
	}
}

@media (min-width: 768px) {
	.p-md-10 {
		padding: 5rem !important;
	}
}
