@charset "UTF-8";
/* CSS Document */
body{
	color: #5A5A5A;
	font-size: 1.125rem;
}
#uark-site-topnav .dropdown-toggle[aria-expanded="true"] + .dropdown-menu li:first-child, #uark-site-topnav .dropdown-menu.show li:first-child, #uark-mobile-topnav .collapse li:first-child, #uark-mobile-topnav .collapsing li:first-child,
#uark-site-topnav > ul > li > ul > li:nth-child(1){
    display: none !important;
}
#uark-sidebar{
	margin-bottom: 50px;
}
#no-top-padding{
	padding-top: 0 !important;
}
.not-a-link{
	color: #5A5A5A;
	text-decoration: none;
}
p.empty, .cta-menu-container + p, #section-footer + p, .uark-page + p {
    margin-bottom: 0 !important;
}
.table thead tr th{
	background-color: #9D2235;
	color: #fff;
}
.accordion-button {
    font-size: 1.25rem;
}
.cd-container {
  width: 90%;
  max-width: 768px;
  margin: 2em auto;
}
.cd-container::after {
  content: '';
  display: table;
  clear: both;
}
.cd-top {
  color: #fff !important;
  display: inline-block;
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 20px;
  right: 10px;
  box-shadow: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border-radius: 50%;
  border: 2px solid #fff;
  background: rgba(157,34,53, 1) url("https://engineering.uark.edu/_resources/images/angle-up-solid.svg") no-repeat center 50%;
  background-size: 30px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 4;
}
.cd-top a {
	color: #fff;
	}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .9;
}
.no-touch .cd-top:hover {
  background-color: #fff;
  opacity: 1;
}
.collapse.show .selected:before {
    left: 2px;
}
.negative-top-margin{
	margin-top: 12rem;
}
.negative-top-margin .negative-top-margin{
	margin-top: -12rem;
}
h1, p{
	font-family: "Lato" !important;
	line-height: 1.2 !important;
}
p{
	margin-bottom: 16px !important;
}
.col-md-8.col-lg-9 #main-content h2{
	font-size: 2rem;
}
.col-md-8.col-lg-9 #main-content p, .col-md-8.col-lg-9 #main-content ul, .col-md-8.col-lg-9 #main-content ol{
	font-size: 1.125rem;
    line-height: 1.25 !important;
}
.col-md-8.col-lg-9 #main-content ul li, .col-md-8.col-lg-9 #main-content ol li{
	margin-bottom: 5px;
}
h2, .h2{
	font-size: 2.5rem;
}
h3, .h3{
	font-size: 1.875rem;
}
h4, .h4{
	font-size: 1.563rem;
}
h1, .h1, h2, h3, h4, .h2, .h3, .h4, h5, .h5{
	color: #000;
	font-weight: 700;
	margin-bottom: 1.5rem;
}
.directory_people{
	font-size: 1.125rem;
}
.special-heading-section{
	box-shadow: 0 0 1.5rem rgba(0, 0, 0, .12) !important;
	padding: 1.5rem;
	background-color: #fff;
	z-index: 2;
}
.special-heading-section-border{
	border: 2px solid #9D2235;
	display: flex;
    flex-direction: column;
    justify-content: center;
	padding: 1.5rem;
}
.special-heading-section h1:only-child, .special-heading-section h2:only-child, .special-heading-section h3:only-child, .special-heading-section h4:only-child, .special-heading-section h5:only-child{
	margin-bottom: 0;
}
.text-small{
	font-size: 1.125rem !important;
}
.text-medium{
	font-size: 1.25rem !important;
}
.text-large{
	font-size: 1.5rem !important;
}
.text-x-large{
	font-size: 1.75rem !important;
}
.top-shadow::after {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    height: 25px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .10) 0%, rgba(0, 0, 0, 0) 100%);
}
.section{
	padding: 3.75rem 0;
	position: relative;
}
.section.pt-1{
	padding-top: 2rem !important;
}
.section.pt-2{
	padding-top: 4rem !important;
}
.section.pt-3{
	padding-top: 6rem !important;
}
.section.pt-4{
	padding-top: 8rem !important;
}
.section.pt-5{
	padding-top: 10rem !important;
}
.section.pb-1{
	padding-bottom: 2rem !important;
}
.section.pb-2{
	padding-bottom: 4rem !important;
}
.section.pb-3{
	padding-bottom: 6rem !important;
}
.section.pb-4{
	padding-bottom: 8rem !important;
}
.section.pb-5{
	padding-bottom: 10rem !important;
}
.bg-light-gray{
	background-color: #F9F9F9;
}
.bg-medium-gray{
	background-color: #c7c8ca;
}
.bg-dark-gray{
	background-color: #424242;
}
.bg-black{
	background-color: #000000;
}
.bg-red{
	background-color: #9d2235;
}
.bg-light-medium-gray-gradient{
	background: rgb(199,200,202);
    background: linear-gradient(180deg, rgba(242,242,244,1) 0%, rgba(199,200,202,1) 100%);
}
.bg-medium-light-gray-gradient{
	background: rgb(199,200,202);
    background: linear-gradient(180deg, rgba(199,200,202,1) 0%, rgba(242,242,244,1) 100%);
}
.bg-dark-gray-black-gradient{
	background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(66,66,66,1) 0%, rgba(0,0,0,1) 100%); 
}
.bg-black-dark-gray-gradient{
	background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(66,66,66,1) 100%); 
}
.bg-red-gradient{
	background: rgb(97,19,39);
    background: linear-gradient(180deg, rgba(97,19,39,1) 0%, rgba(157,34,53,1) 100%);
}
.bg-dark-gray:not(.special-heading-wrapper), .bg-black:not(.special-heading-wrapper), .bg-red:not(.special-heading-wrapper), .bg-dark-gray-black-gradient:not(.special-heading-wrapper), .bg-black-dark-gray-gradient:not(.special-heading-wrapper), .bg-red-gradient:not(.special-heading-wrapper),
.bg-dark-gray a:not(.btn), .bg-black a:not(.btn), .bg-red a:not(.btn), .bg-dark-gray-black-gradient a:not(.btn), .bg-black-dark-gray-gradient a:not(.btn), .bg-red-gradient a:not(.btn),
.bg-dark-gray h1, .bg-dark-gray .h1, .bg-dark-gray h2, .bg-dark-gray h3, .bg-dark-gray h4, .bg-dark-gray .h2, .bg-dark-gray .h3, .bg-dark-gray .h4, .bg-dark-gray h5, .bg-dark-gray .h5,
.bg-black h1, .bg-black .h1, .bg-black h2, .bg-black h3, .bg-black h4, .bg-black .h2, .bg-black .h3, .bg-black .h4, .bg-black h5, .bg-black .h5,
.bg-red h1, .bg-red .h1, .bg-red h2, .bg-red h3, .bg-red h4, .bg-red .h2, .bg-red .h3, .bg-red .h4, .bg-red h5, .bg-red .h5,
.bg-dark-gray-black-gradient h1, .bg-dark-gray-black-gradient .h1, .bg-dark-gray-black-gradient h2, .bg-dark-gray-black-gradient h3, .bg-dark-gray-black-gradient h4, .bg-dark-gray-black-gradient .h2, .bg-dark-gray-black-gradient .h3, .bg-dark-gray-black-gradient .h4, .bg-dark-gray-black-gradient h5, .bg-dark-gray-black-gradient .h5,
.bg-black-dark-gray-gradient h1, .bg-black-dark-gray-gradient .h1, .bg-black-dark-gray-gradient h2, .bg-black-dark-gray-gradient h3, .bg-black-dark-gray-gradient h4, .bg-black-dark-gray-gradient .h2, .bg-black-dark-gray-gradient .h3, .bg-black-dark-gray-gradient .h4, .bg-black-dark-gray-gradient h5, .bg-black-dark-gray-gradient .h5, 
.bg-red-gradient h1, .bg-red-gradient .h1, .bg-red-gradient h2, .bg-red-gradient h3, .bg-red-gradient h4, .bg-red-gradient .h2, .bg-red-gradient .h3, .bg-red-gradient .h4, .bg-red-gradient h5, .bg-red-gradient .h5, 
.bg-dark-gray .factoid .large-content, .bg-black .factoid .large-content, .bg-red .factoid .large-content, .bg-dark-gray-black-gradient .factoid .large-content, .bg-black-dark-gray-gradient .factoid .large-content, .bg-red-gradient .factoid .large-content{
	color: #fff;
}
.bg-dark-gray.special-heading-wrapper h2, .bg-dark-gray.special-heading-wrapper h3, .bg-dark-gray.special-heading-wrapper h4,
.bg-black.special-heading-wrapper h2, .bg-black.special-heading-wrapper h3, .bg-black.special-heading-wrapper h4,
.bg-red.special-heading-wrapper h2, .bg-red.special-heading-wrapper h3, .bg-red.special-heading-wrapper h4, 
.bg-dark-gray-black-gradient.special-heading-wrapper h2, .bg-dark-gray-black-gradient.special-heading-wrapper h3, .bg-dark-gray-black-gradient.special-heading-wrapper h4, 
.bg-black-dark-gray-gradient.special-heading-wrapper h2, .bg-black-dark-gray-gradient.special-heading-wrapper h3, .bg-black-dark-gray-gradient.special-heading-wrapper h4, 
.bg-red-gradient.special-heading-wrapper h2, .bg-red-gradient.special-heading-wrapper h3, .bg-red-gradient.special-heading-wrapper h4{
	color: #000;
}
.bg-light-gray + .negative-top-margin::before{
	content: "";
    position: absolute;
    top: -12rem;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F9F9F9;
    z-index: -1;
}
.bg-medium-gray + .negative-top-margin::before{
	content: "";
    position: absolute;
    top: -12rem;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #c7c8ca;
    z-index: -1;
}
.bg-dark-gray + .negative-top-margin::before{
	content: "";
    position: absolute;
    top: -12rem;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #424242;
    z-index: -1;
}
.bg-black + .negative-top-margin::before{
	content: "";
    position: absolute;
    top: -12rem;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    z-index: -1;
}
.bg-red + .negative-top-margin::before{
	content: "";
    position: absolute;
    top: -12rem;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #9d2235;
    z-index: -1;
}
.bg-light-medium-gray-gradient + .negative-top-margin::before{
	content: "";
    position: absolute;
    top: -12rem;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(199,200,202);
    background: linear-gradient(180deg, rgba(242,242,244,1) 0%, rgba(199,200,202,1) 100%);
    z-index: -1;
}
.bg-medium-light-gray-gradient + .negative-top-margin::before{
	content: "";
    position: absolute;
    top: -12rem;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(199,200,202);
    background: linear-gradient(180deg, rgba(199,200,202,1) 0%, rgba(242,242,244,1) 100%);
    z-index: -1;
}
.bg-dark-gray-black-gradient + .negative-top-margin::before{
	content: "";
    position: absolute;
    top: -12rem;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(66,66,66,1) 0%, rgba(0,0,0,1) 100%);
    z-index: -1;
}
.bg-black-dark-gray-gradient + .negative-top-margin::before{
	content: "";
    position: absolute;
    top: -12rem;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(66,66,66,1) 100%); 
    z-index: -1;
}
.bg-red-gradient + .negative-top-margin::before{
	content: "";
    position: absolute;
    top: -12rem;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(97,19,39);
    background: linear-gradient(180deg, rgba(97,19,39,1) 0%, rgba(157,34,53,1) 100%);
    z-index: -1;
}
.uark-page .btn{
    border-radius: 5px;
    box-shadow: none;
    padding: 15px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #9D2235;
    border: 2px solid #9D2235;
    background-color: #fff;
    min-width: 250px;
    transition: color .3s ease;
}
.uark-page .btn:before{
    position: absolute;
    content: "";
    width: 0;
    top: 0;
    height: 110%;
    left: -20%;
    z-index: -1;
	transition: all .6s;
}
.uark-page .btn:focus:before, .uark-page .btn:hover:before{
    width: 140%;
}
.uark-page .btn-white:before {
    background-color: #9D2235;
}
.uark-page .btn-white:hover, .uark-page .btn-white:focus {
    color: #ffffff !important;
    border-color: #ffffff;
}
.uark-page .btn-red{
    color: #fff;
    border: 2px solid #fff;
    background-color: #9D2235;
}
.uark-page .btn-red:before{
	background-color: #fff;
}
.uark-page .btn-red:hover, .uark-page .btn-red:focus{
	color: #9D2235 !important;
    border-color: #9D2235;
}
.hero .btn{
	border: 2px solid rgba(255, 255, 255, 0.5);
	background: rgb(157,34,53);
    background: linear-gradient(0deg, rgba(157,34,53,0.7) 0%, rgba(157,34,53,1) 100%);
	color: #fff;
	font-size: 1.563rem;
}
.hero .btn:hover, .hero .btn:focus{
	background: linear-gradient(0deg, rgba(157,34,53,1) 0%, rgba(157,34,53,1) 100%);
	border: 2px solid rgba(157,34,53,1);
	color: #9D2235 !important;
}
.hero .btn.btn-white{
	border: 2px solid rgba(157, 34, 53, 1);
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 100%);
    color: #9D2235;
    font-size: 1.563rem;
}
.hero .btn.btn-white:before {
    background-color: #9D2235;
}
.hero .btn.btn-white:hover, .hero .btn.btn-white:focus{
	border: 2px solid rgba(255,255,255,1);
	color: #ffffff !important;
}
.hero .btn:before {
    background-color: #fff;
}
.hero {
    padding: 0;
    position: relative;
    overflow: hidden;
	margin: 0;
	border: none;
	height: 700px;
	color: #fff;
	background-color: #000;
}
.hero.is-empty{
	height: 650px;
}
.hero .btn-row:empty{
	display: none;
}
.hero:before, .background-video-section:before {
	position: absolute;
    z-index: 2;
    width: 100%;
    display: block;
    left: 0;
    top: 0;
	bottom: 0;
    content: "";
	background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,.2) 0%, rgba(0,0,0,0.7) 100%);
}
.hero .video-image, .background-video-section .video-image {
    position: absolute;
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
	left: 0;
    top: 0;
}
.hero .hero-image {
    position: absolute;
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
}
.hero .hero-image.image-top-center {
    background-position: top center;
}
.hero .hero-image.image-top-left {
    background-position: top left;
}
.hero .hero-image.image-top-right {
    background-position: top right;
}
.hero .hero-image.image-bottom-center {
    background-position: bottom center;
}
.hero .hero-image.image-bottom-left {
    background-position: bottom left;
}
.hero .hero-image.image-bottom-right {
    background-position: bottom right;
}
.hero .hero-content {
    position: absolute;
    bottom: 18%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%,0);
    text-align: center;
    padding: 0 15px;
    width: 100%;
    max-width: 1440px;
}
.hero .hero-content.narrow-width{
	max-width: 1200px;
}
.hero .hero-container {
    height: 100%;
    z-index: 1;
    text-align: center;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    overflow: visible;
	font-size: 1.5rem;
}
.hero .hero-title {
    margin: 50px auto;
	font-weight: 700;
    font-size: 4rem;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.37);
}
.hero h2{
	font-weight: 700;
	font-size: 1.875rem;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.37);
}
.hero .h2, .hero .h3, .hero .h4,
.hero h2, .hero h3, .hero h4{
	color: #fff;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.37);
}
.hero video, .background-video-section video {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    width: auto !important;
    height: auto !important;
    transform: translate(-50%,-50%);
    overflow: hidden;
}
.hero video{
	z-index: 1;
}
.hero .button-wrapper, .background-video-section .button-wrapper{
    position: absolute;
    right: 50px;
    bottom: 50px;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero .pause-play, .hero .play-pause, .background-video-section .pause-play, .background-video-section .play-pause{
	color: #9D2235;
    background-color: #fff;
    width: 64px;
    height: 64px;
    position: absolute;
    cursor: pointer;
    z-index: 2;
    border: none;
    border-radius: 50%;
    font-weight: 700;
    font-size: 1.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero .play-pause .fa-play, .hero .play-pause .fa-pause, .background-video-section .play-pause .fa-play, .background-video-section .play-pause .fa-pause{
	color: #9D2235;
    font-size: 1.75rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 4px;
    padding-top: 2px;
}
.hero .play-pause .fa-pause, .background-video-section .play-pause .fa-pause{
	padding-right: 5px;
}
.hero .play-pause .fa-play:before, .background-video-section .play-pause .fa-play:before {
    content: "\f04b";
}
.hero .play-pause .fa-pause:before, .background-video-section .play-pause .fa-pause:before {
    content: "\f04c";
}
.play-video{
	width: 64px;
    height: 64px;
    background-color: #fff;
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 1;
    border-radius: 50%;
    border: none;
}
.play-video .fa-play{
	color: #9D2235;
	font-size: 1.75rem;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	display: flex;
    justify-content: center;
    align-items: center;
	padding-left: 4px;
    padding-top: 2px;
}
.play-video:hover, .play-video:focus{
	opacity: .75;
	background-color: #fff;
	color: #9D2235;
}
.background-image-carousel-wrapper{
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.background-image-carousel-wrapper .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.background-video-section {
	padding: 6rem 4rem;
    position: relative;
    overflow: hidden;
	min-height: 750px;
	display: flex !important;
    align-items: end;
	background-color: #000;
}
.background-image-carousel-wrapper .slide{
	min-height: 750px;
    display: flex !important;
    align-items: end;
    padding: 6rem 4rem;
    position: relative;
	background-color: #000;
}
.background-image-carousel-wrapper.shorter-height .slide{
	min-height: 550px;
}
.background-image-carousel-wrapper .background-image{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
    height: 100%;
}
.background-image-carousel-wrapper .background-image.image-right{
	background-position: center right;
}
.background-image-carousel-wrapper .background-image.image-left{
	background-position: center left;
}
.background-image-carousel-wrapper .background-image:before {
	position: absolute;
    z-index: 1;
    width: 100%;
    display: block;
    left: 0;
    top: 0;
	bottom: 0;
    content: "";
	background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.7) 100%);
}
.background-image-carousel-wrapper .text-box, .background-video-section .text-box {
    background-color: #ffffff;
    padding: 2rem;
    width: 50%;
    position: relative;
    z-index: 2;
}
.background-image-carousel-wrapper .text-box.text-box-right, .background-video-section .text-box.text-box-right {
    margin-left: auto;
}
.background-image-carousel-wrapper .text-box.text-box-center, .background-video-section .text-box.text-box-center{
	margin: 0 auto;
}
/*Dots and Arrows*/
.slick-next:before {
    content: '\f105' !important;
}
.slick-prev:before {
    content: '\f104' !important;
}
.slick-prev:before, .slick-next:before {
    font-size: 50px !important;
    opacity: 1 !important;
    font-family: "Font Awesome\ 6 Pro" !important;
    font-weight: 900;
    color: #fff !important;
	text-shadow: 0px 2px 5px rgba(0,0,0,0.75);
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25 !important;
}
.slick-prev, .slick-next {
    width: 30px !important;
    height: 55px !important;
    color: #fff !important;
}
.slick-prev{
	left: 60px !important;
    top: unset !important;
    bottom: 0 !important;
    z-index: 1;
}
.slick-next{
	right: unset !important;
    left: 100px !important;
    top: unset !important;
    bottom: 0;
}
.slick-lightbox .slick-prev, .slick-lightbox .slick-next, .slick-lightbox .slick-prev:before, .slick-lightbox .slick-next:before {
    color: #fff !important;
}
.slick-prev:hover:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-next:focus:before{
     opacity: .75 !important;
}
.slick-dots{
	bottom: 45px !important;
	text-align: left !important;
    left: 150px;
}
.slick-dots li {
    margin: 0 5px !important;
}
.slick-dots li button:before{
    font-family: "Font Awesome\ 6 Pro" !important;
    content: "\f111" !important;
    font-weight: 900;
    display: block;
    opacity: 1 !important;
    color: #fff !important;
    font-size: 14px !important;
}
.slick-dots li.slick-active button:before{
    content: "\f111" !important;
    opacity: 1 !important;
    color: #fff !important;
}
.slick-dots li button:focus {
    outline: 1px solid #fff;
}
.section-with-background-image{
	min-height: 750px;
    display: flex;
    align-items: center;
	justify-content: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 6rem 0;
	overflow: hidden;
}
.section-with-background-image .container{
	z-index: 1;
}
.split-background.image-right {
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    left: 30%;
    bottom: 0;
    content: "";
	background-color: #000;
}
.split-background.image-left {
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 30%;
    left: 0;
    bottom: 0;
    content: "";
}
.split-background.image-right::after, .split-background.image-left::after{
	position: absolute;
	content: "";
	top: 0;
	width: 100%;
	height: 100%;
}
.split-background.image-right::after{
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0) 100%);
}
.split-background.image-left::after{
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,1) 100%);
}
.bg-light-gray .split-background.image-right::after{
	background: linear-gradient(to right, rgba(249,249,249,1) 0%,rgba(249,249,249,0.15) 50%,rgba(249,249,249,0) 100%);
}
.bg-light-gray .split-background.image-left::after{
	background: linear-gradient(to right,  rgba(249,249,249,0) 0%,rgba(249,249,249,0.15) 50%,rgba(249,249,249,1) 100%);
}
.bg-medium-gray .split-background.image-right::after{
	background: linear-gradient(to right, rgba(199,200,202,1) 0%,rgba(199,200,202,0.15) 50%,rgba(199,200,202,0) 100%);
}
.bg-medium-gray .split-background.image-left::after{
	background: linear-gradient(to right,  rgba(199,200,202,0) 0%,rgba(199,200,202,0.15) 50%,rgba(199,200,202,1) 100%);
}
.bg-dark-gray .split-background.image-right::after{
	background: linear-gradient(to right, rgba(66,66,66,1) 0%,rgba(66,66,66,0.15) 50%,rgba(66,66,66,0) 100%);
}
.bg-dark-gray .split-background.image-left::after{
	background: linear-gradient(to right,  rgba(66,66,66,0) 0%,rgba(66,66,66,0.15) 50%,rgba(66,66,66,1) 100%);
}
.bg-red .split-background.image-right::after{
	background: linear-gradient(to right, rgba(157,34,53,1) 0%,rgba(157,34,53,0.15) 50%,rgba(157,34,53,0) 100%);
}
.bg-red .split-background.image-left::after{
	background: linear-gradient(to right,  rgba(157,34,53,0) 0%,rgba(157,34,53,0.15) 50%,rgba(157,34,53,1) 100%);
}
.section-with-background-image .watermark{
	display: block;
    width: 500px;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.split-background .caption{
	position: absolute;
    z-index: 1;
    bottom: 4rem;
    left: 0;
    width: 50%;
    color: #fff;
    font-style: italic;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
	background: rgb(0, 0, 0);
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.30155812324929976) 50%, rgba(0, 0, 0, 0.6965161064425771) 100%);
	padding-left: 1rem;
    padding-top: 1rem;
}
.split-background.image-right .caption{
	left: unset;
	right: 4rem;
	text-align: right;
}
.split-background.image-right .caption:empty{
	display: none;
}
.split-background + .container > .row {
	width: 40%;
}
.split-background.image-left + .container > .row {
	margin-left: auto;
}
img.bg-image {
    -o-object-fit: cover;
    object-fit: cover;
}
.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.fullwidth-split {
    padding: 0;
	position: relative;
}
.fullwidth-split-image{
	position: relative;
}
.fullwidth-split .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.fullwidth-split-text {
    display: flex;
	flex-direction: column;
    justify-content: center;
    padding: 5rem;
}
.uark-page .fullwidth-split-text .btn{
	max-width: fit-content;
	margin: 10px auto;
}
.image-caption{
	position: absolute;
	color: #fff;
    top: 0;
    bottom: 0;
    padding: 1.5rem 2rem;
    font-size: 1rem;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
}
/*Stats*/
.factoid{
    text-align: center;
    margin: 10px auto;
	font-size: 1.125rem;
}
.factoid .large-content {
    font-weight: 700;
    font-size: 3.25rem;
	line-height: 1;
    padding-bottom: 15px;
	color: #000;
	width: max-content;
    margin: 0 auto;
}
.factoid p{
    padding-top: 15px;
    display: inline-block;
}
.red-line .large-content{
	border-bottom: 5px solid #9D2235;
}
.red-line .large-content:empty{
	border: none;
	display: none;
}
.icon-set {
    display: flex !important;
    justify-content: space-around;
    clear: both;
    position: relative;
    list-style: none;
    text-align: center;
    padding: 0;
}
.icon-set li {
    padding: 0 2rem;
    position: relative;
}
.icon-set .icon {
    display: flex;
    margin: 10px auto;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    padding: 15px;
    transition: background-color 0.5s ease;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 2.125rem rgba(63, 127, 127, .3) !important;
	color: #9D2235;
}
.icon-set .bg-red.icon{
	color: #fff;
}
.icon-set .icon i, .icon-set .icon span{
	font-size: 5rem;
    text-align: center;
}
.icon-set .icon img{
    max-width: 120px;
    display: block;
    margin: 0 auto;
}
.icon-set a{
    font-weight: normal;
}
.icon-set a:hover .icon, .icon-set a:focus .icon, .icon-carousel a:hover .icon, .icon-carousel a:focus .icon{
    background-color: #fff;
}
.icon-set .icon span {
    display: table-cell;
    vertical-align: middle;
}
.icon-set .icon-text {
    text-align: center;
    margin: 0 auto;
    font-size: 1.125rem;
    padding: 10px 0;
}
/*Resource List*/
.resource-list {
    list-style: none;
    margin: 20px auto;
    padding-left: 0;
    font-size: 1.5rem;
    line-height: 1.25;
    width: 100%;
}
.resource-list li {
    clear: both;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 25px;
}
.resource-list.list-arrow li::after {
    content: "\f105";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome\ 6 Pro";
    font-weight: 900;
    font-size: 1.5rem;
    color: #9D2235;
    position: absolute;
    right: 0;
    top: 2px;
}
.resource-list li a{
    text-decoration: none;
    color: #9D2235;
}
.resource-list li::before{
    content: "";
    position: absolute;
    height: 2px;
    top: unset;
    bottom: 0;
    left: 0;
    width: 100%;
}
.resource-list.red-line li::before{
	background:  #9D2235;
}
.resource-list.black-line li::before{
	background: #000;
}
.resource-list li a:before{
    content: "";
    position: absolute;
    height: 4px;
    bottom: 0;
    left: 0;
    visibility: hidden;
    width: 0;
    transition: width .35s ease-out,visibility .35s ease-out;
    z-index: 1;
    padding: 0;
    top: unset;
    right: unset;
}
.resource-list.red-line li a:before{
	background: #000;
}
.resource-list.black-line li a:before{
	background: #9D2235;
}
.resource-list li a:hover:before, .resource-list li a:focus:before{
    visibility: visible;
    width: 100%;
}
/*Callout Boxes*/
.callout-lined {
    padding: 40px 40px 34px 40px;
    border: 4px solid #9D2235;
    margin: 20px auto;
    position: relative;
}
.callout-lined .icon {
    display: block;
    position: absolute;
    top: -30px;
    left: 40px;
    color: #9D2235;
    font-size: 3rem;
    line-height: 1;
    padding: 5px;
	background-color: #fff;
}
.callout-lined .icon.icon-right{
	left: unset;
	right: 40px;
}
.bg-light-gray .callout-lined .icon{
	background-color: #F9F9F9;
}
.bg-medium-gray .callout-lined .icon{
	background-color: #c7c8ca;
}
.bg-dark-gray .callout-lined .icon{
	background-color: #424242;
	color: #fff;
}
.bg-dark-gray .callout-lined{
	border-color: #fff;
}
.bg-black .callout-lined .icon{
	background-color: #000000;
	color: #fff;
}
.bg-black .callout-lined{
	border-color: #fff;
}
.bg-red .callout-lined .icon{
	background-color: #9d2235;
	color: #fff;
}
.bg-red .callout-lined{
	border-color: #fff;
}
.bg-red-gradient .callout-lined .icon{
	background: rgb(92,11,37);
    background: linear-gradient(180deg, rgba(99,12,39,1) 50%, rgba(110,12,39,0) 90%);
	color: #fff;
}
.bg-red-gradient .callout-lined{
	border-color: #fff;
}
/*Photo Grid*/
.photo-grid-wrapper .slide-dots .slick-dots{
    position: relative;
    bottom: unset !important;
    display: flex;
    flex-wrap: wrap;
    text-align: center !important;
    left: 0 !important;
}
.photo-grid-wrapper .slide-dots .slick-dots li{
    width: 30%;
    height: 184px;
    display: block;
    margin: 0 !important;
}
.photo-grid-wrapper .slide-dots .slick-dots li button{
    width: 100%;
    height: 184px;
    padding: 0;
}
.photo-grid-wrapper .slide-dots .slick-dots li button:before, .photo-grid-wrapper .slide-dots .slick-dots li.slick-active button:before{
    display: none;
}
.photo-grid-wrapper .slide-dots .slick-dots .thumbImg{
    width: 100%;
    height: 184px;
    background-size: cover;
    display: block;
    background-position: center;
}
.photo-grid-wrapper .slide-dots .slick-dots li.slick-active .thumbImg{
    -webkit-box-shadow: inset 0px 0px 0px 12px rgba(157,34,53,1);
    -moz-box-shadow: inset 0px 0px 0px 12px rgba(157,34,53,1);
    box-shadow: inset 0px 0px 0px 12px rgba(157,34,53,1);
}
.photo-grid-wrapper .slide-dots .slick-dots li.slick-active .thumbImg::after{
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    background: rgb(0,0,0,.5);
}
.photo-grid-carousel .card .image-overlay {
    padding-top: 0;
    height: 550px;
}
.photo-grid-carousel .caption{
    position: absolute;
    padding: 20px 40px 20px 40px;
    bottom: 0;
    left: 0;
    border-left: 12px solid #9D2235;
    color: #fff;
    text-shadow: 0px 3px 3px rgb(0,0,0,.3);
    z-index: 2;
}
.photo-grid-carousel .caption h2, .photo-grid-carousel .caption h3, .photo-grid-carousel .caption h4, .photo-grid-carousel .caption h5, .photo-grid-carousel .caption h6, .photo-grid-carousel .caption a{
    color: #fff;
}
.photo-grid-carousel .slide{
    background-color: #000000;
	border-radius: 0;
	border: none;
}
.photo-grid-carousel .slide::after {
    content: "";
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    z-index: 1;
}
.photo-grid-carousel .slide.card .image-overlay:after{
	display: none;
}
.photo-grid-carousel .slide .image-overlay .card-img-top {
    background-size: cover;
    background-position: 50%;
    bottom: 0;
    left: 0;
    position: absolute;
    top: -1px;
    right: 0;
    z-index: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.photo-grid-carousel .slide .image-overlay .card-img-top.image-right{
	background-position: center right;
}
.photo-grid-carousel .slide .image-overlay .card-img-top.image-left{
	background-position: center left;
}
/*Video Gallery*/
.video-slider{
    margin-bottom: 1rem;
}
.video-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.video-overlay-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    transition: all .5s ease-in-out;
    z-index: 2;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    cursor: pointer;
}
.video-overlay:hover .video-play {
    opacity: 1;
}
.slick-current .video-overlay-hover{
    background: rgba(0,0,0,.6);
}
.video-overlay-hover:hover {
    background: rgba(0,0,0,.6);
}
.video-play {
    opacity: 0;
    transition: all .5s ease-in-out;
    display: block;
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff !important;
    font-size: 3.125rem;
    text-decoration: none !important;
}
.video-slider-thumbs .slide {
    height: 8.75rem;
    position: relative;
    margin: 0 1rem 0 0;
    padding: 0;
    background: rgba(0,0,0,.25);
}
.video-slider .slide, .video-slider-thumbs .video-overlay {
    background-position: center;
    background-size: 100%;
    background-size: cover;
}
.video-play:before {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Brands";
    font-weight: 900;
    content: "\f167";
}
.video-slider .slick-prev:before, .video-slider .slick-next:before {
    font-size: 1.25rem !important;
    opacity: 1 !important;
    font-family: "Font Awesome\ 6 Pro" !important; 
    font-weight: 900;
    color: #fff !important;
}
.video-slider .slick-prev, .video-slider .slick-next {
   width: 2.375rem !important;
    height: 2.375rem !important;
    background-color: #9D2235;
	border: 3px solid #fff;
    border-radius: 50%;
    left: unset !important;
    top: 50% !important;
    bottom: unset !important;
}
.video-slider .slick-next {
    right: -.7rem !important;
}
.video-slider .slick-prev {
    z-index: 1;
    left: -.7rem !important;
	bottom: unset !important;
}
.video-slider .slick-prev:before, .video-slider .slick-next:before{
	text-shadow: none !important;
}
.video-slider .slick-prev:hover, .video-slider .slick-prev:focus, 
.video-slider .slick-next:hover, .video-slider .slick-next:focus {
    background-color: #9D2235;
    opacity: .75;
}
/*Cards*/
.border-box, blockquote {
	box-shadow: 0 0 1.5rem rgba(0,0,0,.12)!important;
	position: relative;
	background-color: #fff;
	border: none;
	border-radius: 0;
}
blockquote{
	padding: 1.5rem;
}
blockquote strong{
	display: block;
	font-size: 1.25rem;
}
.border-box .card-body{
	padding: 1.25rem 1.25rem 1rem 1.25rem;
}
.career-outlook .border-box .card-body{
	min-height: 220px;
}
.border-box .card-body h3{
	font-size: 1.5rem;
}
.border-box .card-body h4{
	font-size: 1.25rem;
}
.border-box .card-body.pe-5 h3{
	font-size: 1.25rem;
}
.border-box.border-top{
	border-top: 5px solid #9D2235 !important;
}
.border-box.border-right{
	border-right: 5px solid #9D2235 !important;
}
.border-box.border-bottom{
	border-bottom: 5px solid #9D2235 !important;
}
.border-box.border-left, blockquote{
	border-left: 5px solid #9D2235 !important;
}
.bg-dark-gray .card-body a:not(.btn), .bg-black .card-body a:not(.btn), .bg-red .card-body a:not(.btn), .bg-dark-gray-black-gradient .card-body a:not(.btn), .bg-black-dark-gray-gradient .card-body a:not(.btn), .bg-red-gradient .card-body a:not(.btn){
	 color: #9D2235;
}
.bg-dark-gray .card-body h1, .bg-dark-gray  .card-body .h1, .bg-dark-gray .card-body h2, .bg-dark-gray .card-body h3, .bg-dark-gray .card-body h4, .bg-dark-gray .card-body .h2, .bg-dark-gray .card-body .h3, .bg-dark-gray .card-body .h4, .bg-dark-gray .card-body h5, .bg-dark-gray .card-body .h5, 
.bg-black .card-body h1, .bg-black .card-body .h1, .bg-black .card-body h2, .bg-black .card-body h3, .bg-black .card-body h4, .bg-black .card-body .h2, .bg-black .card-body .h3, .bg-black .card-body .h4, .bg-black .card-body h5, .bg-black .card-body .h5, 
.bg-red .card-body h1, .bg-red .card-body .h1, .bg-red .card-body h2, .bg-red .card-body h3, .bg-red .card-body h4, .bg-red .card-body .h2, .bg-red .card-body .h3, .bg-red .card-body .h4, .bg-red .card-body h5, .bg-red .card-body .h5, 
.bg-dark-gray-black-gradient .card-body h1, .bg-dark-gray-black-gradient .card-body .h1, .bg-dark-gray-black-gradient .card-body h2, .bg-dark-gray-black-gradient .card-body h3, .bg-dark-gray-black-gradient .card-body h4, .bg-dark-gray-black-gradient .card-body .h2, .bg-dark-gray-black-gradient .card-body .h3, .bg-dark-gray-black-gradient .card-body .h4, .bg-dark-gray-black-gradient .card-body h5, .bg-dark-gray-black-gradient .card-body .h5, 
.bg-black-dark-gray-gradient .card-body h1, .bg-black-dark-gray-gradient .card-body .h1, .bg-black-dark-gray-gradient .card-body h2, .bg-black-dark-gray-gradient .card-body h3, .bg-black-dark-gray-gradient .card-body h4, .bg-black-dark-gray-gradient .card-body .h2, .bg-black-dark-gray-gradient .card-body .h3, .bg-black-dark-gray-gradient .card-body .h4, .bg-black-dark-gray-gradient .card-body h5, .bg-black-dark-gray-gradient .card-body .h5, 
.bg-red-gradient .card-body h1, .bg-red-gradient .card-body .h1, .bg-red-gradient .card-body h2, .bg-red-gradient .card-body h3, .bg-red-gradient .card-body h4, .bg-red-gradient .card-body .h2, .bg-red-gradient .card-body .h3, .bg-red-gradient .card-body .h4, .bg-red-gradient .card-body h5, .bg-red-gradient .card-body .h5{
	color: #000;
}
.collapse-button{
	background-color: transparent;
    border: none;
    color: #9D2235;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    font-size: 1.5rem;
    transition: .2s ease-in-out;
    text-align: right;
    padding-top: 18px;
    padding-right: 15px;
}
.collapse-button[aria-expanded="true"] .fa-circle-plus::before{
    content: "\f056";
}
.collapse-button:focus{
	background-color: transparent;
    color: #9D2235;
}
/*Overlay Boxes*/
.overlay-boxes {
    display: flex;
    flex-wrap: wrap;
    position: relative;
	counter-reset: 
    currentStep 0 
    remainder 0 
    totalStep 0;
}
.overlay-card {
    min-height: 300px;
    flex: 0 0 auto;
	margin: 15px auto;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    background-clip: border-box;
	counter-increment: totalStep;
}
.row [class*="col-"] .row .overlay-card {
    min-height: 215px;
}
.overlay-card::before {
  content: "";
  counter-increment: currentStep;
}
.overlay-card a {
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    margin: 0;
    border: none;
    padding: 0;
    display: flex;
    align-items: end;
    z-index: 1;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #000;
    -webkit-transform: translate3d(0,0,0) scale(1,1);
    -moz-transform: translate3d(0,0,0) scale(1,1);
    -o-transform: translate3d(0,0,0) scale(1,1);
    -ms-transform: translate3d(0,0,0) scale(1,1);
    transform: translate3d(0,0,0) scale(1,1);
    -webkit-transition: transform;
    -moz-transition: transform;
    -o-transition: transform;
    transition: transform;
    -webkit-transition-duration: 125ms;
    -moz-transition-duration: 125ms;
    -o-transition-duration: 125ms;
    transition-duration: 125ms;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
	text-decoration: none;
}
.overlay-card .icon {
	position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
	font-size: 6rem;
}
.overlay-card .icon img{
	height: 100px;
}
.overlay-card h3 {
    color: #fff;
    margin: 20px 0;
    position: relative;
    left: 0;
    padding: 10px 30px;
    text-align: left;
    line-height: 2rem;
    text-shadow: 0px 0px 20px rgb(0 0 0 / 50%);
}
.row [class*="col-"] .row .overlay-card h3{
    font-size: 1.65rem;
}
.overlay-card h3:before {
    content: "";
    bottom: 0;
    top: 0;
    left: 0;
    height: 100%;
    transition: .5s;
    z-index: 1;
    position: absolute;
	border-left: 15px solid #9D2235;
}
.overlay-card.with-icon h3{
	background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.2) 100%);
}
.overlay-card h3.numbers{
	padding: 10px 30px 10px 80px;
}
.overlay-card h3.numbers::after{
	content: counter(currentStep);
	counter-increment: step-counter;
    margin-right: 15px;
    font-weight: 700;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 25px;
    padding: 0;
    top: 5px;
    background-color: #9d2235;
    color: #fff;
}
.overlay-card a:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,.25) 0%, rgba(0,0,0,1) 100%);
	background-size: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
}
.overlay-card a:hover, .overlay-card a:focus {
    -webkit-transform: translate3d(0,0,0) scale(1.05,1.05);
    -moz-transform: translate3d(0,0,0) scale(1.05,1.05);
    -o-transform: translate3d(0,0,0) scale(1.05,1.05);
    -ms-transform: translate3d(0,0,0) scale(1.05,1.05);
    transform: translate3d(0,0,0) scale(1.05,1.05);
}
.card .image-overlay {
    padding-top: 70%;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.card .image-overlay .card-img-top {
    background-size: cover;
    background-position: 50%;
    bottom: 0;
    left: 0;
    position: absolute;
    top: -1px;
    right: 0;
    z-index: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.card .image-overlay:after {
    content: "";
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,.2) 100%);
    background-size: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
}
.card .image-overlay + .card-body-wrapper {
    position: relative;
}
.card .image-overlay + .card-body-wrapper .card-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2rem 6rem;
    min-height: 250px;
	text-align: center;
	color: #fff;
}
.card .image-overlay + .card-body-wrapper .card-body h1, .card .image-overlay + .card-body-wrapper .card-body h2, .card .image-overlay + .card-body-wrapper .card-body h3, .card .image-overlay + .card-body-wrapper .card-body h4, .card .image-overlay + .card-body-wrapper .card-body h5 {
	color: #fff;
}
/*News and Events*/
.news ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
	list-style: none;
    padding-left: 0;
}
.news ul>* {
    flex-shrink: 0;
    max-width: 100%;
    padding-right: 12px;
    padding-left: 12px;
}
.news .date{
	position: absolute;
    top: 0;
    left: 0;
    background-color: #9D2235;
    padding: .5rem;
    font-size: 1rem;
	z-index: 2;
    color: #fff;
}
.localist-widget .event-list{
	list-style: none;
	padding-left: 0;
	margin-top: -15px !important;
}
.localist-widget .event-list .event-item {
    display: flex;
    margin-bottom: 25px;
    font-size: 1.375rem;
}
.localist-widget .event-list .event-item:last-child{
	margin-right: 0;
}
.localist-widget .event-list .event-item h4{
	margin-bottom: 0;
	font-size: 1.25rem;
}
.localist-widget .event-list .event-item .event-date{
	margin-right: 25px;
    font-weight: 700;
    color: #9D2235;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    border-right: 3px solid #000;
    padding: 0 25px 0 0 !important;
    width: 80px;
}
.localist-widget time.event-date:after{
	display: none !important;
}
.localist-widget .event-list .event-item .event-date .event-month{
	 font-size: 1.75rem;
	display: block;
	color: #9D2235 !important;
}
.localist-widget .event-list .event-item .event-date .event-day{
	 font-size: 3rem;
	display: block;
	font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif !important;
	font-weight: 700 !important;
}
.localist-widget .event-list .event-item .time_range, .localist-widget .event-list .event-item .venue, .localist-widget .event-list .event-item .date_range{
	display: block;
	font-size: 1rem;
}
.localist-widget .event-list .event-item a{
	text-decoration: none;
}
.localist-widget .event-list .event-item a:hover h4, .localist-widget .event-list .event-item a:focus h4{
	color: #611327;
	text-decoration: underline;
}
.news .overlay-boxes {
    position: relative;
}
.news .overlay-card {
    min-height: 300px;
    margin: 0 0 30px 0;
    flex: 0 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    word-wrap: break-word;
    background-clip: border-box;
}
.news .overlay-card a {
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    margin: 0;
    border: none;
    padding: 0;
    z-index: 1;
	display: flex;
    align-items: end;
    background-size: cover;
    background-position: 50% 25%;
    background-repeat: no-repeat;
    background-color: #000;
	text-decoration: none;
}
.news .overlay-card h2, .news .overlay-card h3 {
    color: #fff;
    margin: 20px 0;
    position: relative;
    left: 0;
    padding: 0 20px;
    text-align: left;
    font-size: 1.125rem;
    text-shadow: 0px 0px 20px rgb(0 0 0 / 50%);
    text-transform: none;
    line-height: 1.25;
    font-weight: 500;
}
.news .overlay-card h3:before{
	display: none;
}
.news .overlay-card a:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 20%;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 100%) !important;
    background-size: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
}
/*Background Image Cards*/
.image-card-section-with-background-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding-top: 10rem !important;
    padding-bottom: 12rem !important;
	background-color: #000;
	position: relative;
}
.image-card-section-with-background-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.image-card-section-with-background-image h1, .image-card-section-with-background-image h2, .image-card-section-with-background-image h3, .image-card-section-with-background-image h4, .image-card-section-with-background-image h5{
	color: #fff;
}
.bg-dark-gray .card.option-1, .bg-black .card.option-1, .bg-red .card.option-1, .bg-light-medium-gray-gradient .card.option-1, .bg-medium-light-gray-gradient .card.option-1, .bg-dark-gray-black-gradient .card.option-1, .bg-black-dark-gray-gradient .card.option-1, .bg-red-gradient .card.option-1{
	color: #fff;
}
.bg-dark-gray .card.option-1 h1, .bg-dark-gray .card.option-1 h2, .bg-dark-gray .card.option-1 h3, .bg-dark-gray .card.option-1 h4, .bg-dark-gray .card.option-1 h5, .bg-dark-gray .card.option-1 a:not(.btn), 
.bg-black .card.option-1 h1, .bg-black .card.option-1 h2, .bg-black .card.option-1 h3, .bg-black .card.option-1 h4, .bg-black .card.option-1 h5, .bg-black .card.option-1 a:not(.btn),
.bg-red .card.option-1 h1, .bg-red .card.option-1 h2, .bg-red .card.option-1 h3, .bg-red .card.option-1 h4, .bg-red .card.option-1 h5, .bg-red .card.option-1 a:not(.btn), 
.bg-light-medium-gray-gradient .card.option-1 h1, .bg-light-medium-gray-gradient .card.option-1 h2, .bg-light-medium-gray-gradient .card.option-1 h3, .bg-light-medium-gray-gradient .card.option-1 h4, .bg-light-medium-gray-gradient .card.option-1 h5, .bg-light-medium-gray-gradient .card.option-1 a:not(.btn),
.bg-medium-light-gray-gradient .card.option-1 h1, .bg-medium-light-gray-gradient .card.option-1 h2, .bg-medium-light-gray-gradient .card.option-1 h3, .bg-medium-light-gray-gradient .card.option-1 h4, .bg-medium-light-gray-gradient .card.option-1 h5, .bg-medium-light-gray-gradient .card.option-1 a:not(.btn), 
.bg-dark-gray-black-gradient .card.option-1 h1, .bg-dark-gray-black-gradient .card.option-1 h2, .bg-dark-gray-black-gradient .card.option-1 h3, .bg-dark-gray-black-gradient .card.option-1 h4, .bg-dark-gray-black-gradient .card.option-1 h5, .bg-dark-gray-black-gradient .card.option-1 a:not(.btn), 
.bg-black-dark-gray-gradient .card.option-1 h1, .bg-black-dark-gray-gradient .card.option-1 h2, .bg-black-dark-gray-gradient .card.option-1 h3, .bg-black-dark-gray-gradient .card.option-1 h4, .bg-black-dark-gray-gradient .card.option-1 h5, .bg-black-dark-gray-gradient .card.option-1 a:not(.btn), 
.bg-red-gradient .card.option-1 h1, .bg-red-gradient .card.option-1 h2, .bg-red-gradient .card.option-1 h3, .bg-red-gradient .card.option-1 h4, .bg-red-gradient .card.option-1 h5, .bg-red-gradient .card.option-1 a:not(.btn){
	color: #fff;
}
.image-card-section-with-background-image .container{
	position: relative;
	z-index: 1;
}
.image-card-section-with-background-image + .container{
	margin-top: -200px;
}
.card.option-1 .image-overlay:after, .card.option-2 .image-overlay:after{
	display: none;
}
.card.option-1{
	border: none;
    border-radius: 0;
	background-color: transparent;
	font-size: 1.125rem;
}
.card.option-1 .card-body{
	padding-left: 0  !important;
	padding-right: 0  !important;
}
.card.option-1 .image-overlay{
	box-shadow: 0 0 1.5rem rgba(0, 0, 0, .12) !important;
}
.card.option-2{
	border: none;
	border-bottom: 5px solid #9D2235;
    border-radius: 0;
	box-shadow: 0 0 1.5rem rgba(0, 0, 0, .12) !important;
	background-color: #fff;
	font-size: 1.125rem;
}
/*Card Carousel Arrows*/
.image-card-carousel-wrapper .card.option-2, .text-card-carousel-wrapper .border-box{
	box-shadow: 0 0 1.125rem rgba(0, 0, 0, .12) !important;
}
.text-card-carousel{
	margin: 0 2rem;
}
.image-card-carousel-wrapper .slick-next, .text-card-carousel-wrapper .slick-next {
    right: -15px !important;
    left: unset !important;
    top: 40% !important;
    bottom: unset;
}
.text-card-carousel-wrapper .slick-next{
	right: -25px !important;
}
.image-card-carousel-wrapper .slick-prev, .text-card-carousel-wrapper .slick-prev {
    left: -15px !important;
    top: 40% !important;
    bottom: unset !important;
}
.text-card-carousel-wrapper .slick-prev{
	left: -25px !important;
}
.image-card-carousel-wrapper .slick-prev, .image-card-carousel-wrapper .slick-next,
.text-card-carousel-wrapper .slick-prev, .text-card-carousel-wrapper .slick-next{
    width: 55px !important;
    height: 55px !important;
    color: #fff !important;
    background-color: #9D2235 !important;
    border-radius: 50%;
    border: 4px solid #fff !important;
	box-shadow: 0 0 1.5rem rgba(0, 0, 0, .25) !important;
}
.image-card-carousel-wrapper .slick-prev:before, .image-card-carousel-wrapper .slick-next:before,
.text-card-carousel-wrapper .slick-prev:before, .text-card-carousel-wrapper .slick-next:before{
	text-shadow: none !important;
	font-size: 35px !important;
}
/*Flip Cards*/
.flip-card {
    width: 100%;
	height: 100%;
    perspective: 1000px;
    transition: transform 0.2s;
    position: relative;
    background-color: transparent;
	border-radius: 0;
	border: none;
	margin-bottom: 0 !important;
}
.flip-card .card-body {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    border-radius: 0;
    padding: 0;
	border: 2px solid transparent;
}
.flip-card:hover, .flip-card:focus, .flip-card:focus-visible{
	box-shadow: none;
    outline: none;
}
.flip-card:hover .card-body, .flip-card:focus .card-body, .flip-card:focus-visible .card-body{
    transform: rotateY(180deg);
	box-shadow: none;
    outline: none;
	border: 2px solid #9D2235;
}
.flip-card-front{
	position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #fff;
	display: block;
	background-color: #000;
}
.card.flip-card .image-overlay {
    padding-top: 80%;
}
.flip-card.card .card-body .image-overlay:after {
    background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
}
.flip-card-front h1, .flip-card-front h2, .flip-card-front h3, .flip-card-front h4, .flip-card-front h5, .flip-card-front a:not(.btn){
	color: #fff;
}
.flip-card-front-content{
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1 !important;
    top: 0;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 1.5rem;
}
.flip-card-front-content::after{
	position: absolute;
    bottom: 1rem;
    right: 1.25rem;
    content: "\2026";
    font-size: 3rem;
}
.flip-card-back {
    position: absolute;
    width: 100%;
    min-height: 100%;
	height: auto;
	top: 0;
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    visibility:visible;
    backface-visibility: hidden;
    border-radius: 0;
    transform: rotateY(180deg);
    overflow: hidden;
    padding: 1.5rem;
	display: flex;
    justify-content: flex-end;
    flex-direction: column;
	box-shadow: 0 0 1.5rem rgba(0, 0, 0, .12) !important;
	z-index: 1;
	background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(242,242,244,1) 100%);
	font-size: 1.125rem;
}
.bg-dark-gray .card-body .flip-card-front h1, .bg-dark-gray .card-body .flip-card-front h2, .bg-dark-gray .card-body .flip-card-front h3, .bg-dark-gray .card-body .flip-card-front h4, .bg-dark-gray .card-body .flip-card-front h5, 
.bg-black .card-body .flip-card-front h1, .bg-black .card-body .flip-card-front h2, .bg-black .card-body .flip-card-front h3, .bg-black .card-body .flip-card-front h4, .bg-black .card-body .flip-card-front h5, 
.bg-red .card-body .flip-card-front h1, .bg-red .card-body .flip-card-front h2, .bg-red .card-body .flip-card-front h3, .bg-red .card-body .flip-card-front h4, .bg-red .card-body .flip-card-front h5, 
.bg-dark-gray-black-gradient .card-body .flip-card-front h1, .bg-dark-gray-black-gradient .card-body .flip-card-front h2, .bg-dark-gray-black-gradient .card-body .flip-card-front h3, .bg-dark-gray-black-gradient .card-body  .flip-card-front h4, .bg-dark-gray-black-gradient .card-body .flip-card-front h5,  
.bg-black-dark-gray-gradient .card-body .flip-card-front h1, .bg-black-dark-gray-gradient .card-body .flip-card-front h2, .bg-black-dark-gray-gradient .card-body .flip-card-front h3, .bg-black-dark-gray-gradient .card-body  .flip-card-front h4, .bg-black-dark-gray-gradient .card-body .flip-card-front h5,
.bg-red-gradient .card-body .flip-card-front h1, .bg-red-gradient .card-body .flip-card-front h2, .bg-red-gradient .card-body .flip-card-front h3, .bg-red-gradient .card-body .flip-card-front h4, .bg-red-gradient .card-body  .flip-card-front h5{
	color: #fff;
}
/*Side Image Card*/
.side-image-card {
	border: none;
	border-radius: 0;
	box-shadow: 0 0 1.5rem rgba(0, 0, 0, .12) !important;
	margin-bottom: 0 !important;
}
.side-image-card .image-overlay {
	border-right: 5px solid #9c2135;
	padding-top: 105%;
}
.col-lg-6 .side-image-card .col-lg-4 .image-overlay {
     padding-top: 125%;
}
.side-image-card .card-body{
	padding-right: 3rem;
}
.side-image-card .image-overlay:after{
	display: none;
}
/*Traditions Cards*/
.traditions-cards{
  position: relative;  
}
.traditions-cards > [class*="col-"]{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.traditions-cards.card-shown, .traditions-cards > [class*="col-"]{
    min-height: 600px;
}
.tradition-card.card{
    min-height: 300px;
    margin: 0 !important;
    flex: 0 0 auto;
    width: 50%;
    position: relative;
	border: none;
    border-radius: 0;
}
.tradition-card.card:hover .card-body{
    background-color: #F4F6F6;
}
.tradition-card.card.show-content{
    width: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    min-height: 600px;
    overflow: hidden;
}
.tradition-card.card.hide-content{
    width: 0 !important;
    display: none;
}
.tradition-card .card-header:before{
    content: "";
    top: 50%;
    left:0;
    height: 88px;
    transition: .3s;
    border-left: 30px solid #9D2235;
    z-index: 1;
}
.tradition-card.show-content .card-header:before{
    height: 100%;
}
.tradition-card .card-header:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0.6026785714285714) 0%, rgba(0,0,0,0) 100%);
}
.tradition-card .card-header{
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    margin: 0;
    border: none;
    padding: 0;
    display: flex;
    align-items: start;
    z-index: 1;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #000;
    -webkit-transform: translate3d(0,0,0) scale(1,1);
    -moz-transform: translate3d(0,0,0) scale(1,1);
    -o-transform: translate3d(0,0,0) scale(1,1);
    -ms-transform: translate3d(0,0,0) scale(1,1);
    transform: translate3d(0,0,0) scale(1,1);
    -webkit-transition: transform;
    -moz-transition: transform;
    -o-transition: transform;
    transition: transform;
    -webkit-transition-duration: 125ms;
    -moz-transition-duration: 125ms;
    -o-transition-duration: 125ms;
    transition-duration: 125ms;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.tradition-card:hover .card-header {
    -webkit-transform: translate3d(0,0,0) scale(1.05,1.05);
    -moz-transform: translate3d(0,0,0) scale(1.05,1.05);
    -o-transform: translate3d(0,0,0) scale(1.05,1.05);
    -ms-transform: translate3d(0,0,0) scale(1.05,1.05);
    transform: translate3d(0,0,0) scale(1.05,1.05);
}
.tradition-card.show-content:hover .card-header{
    -webkit-transform: translate3d(0,0,0) scale(1,1);
    -moz-transform: translate3d(0,0,0) scale(1,1);
    -o-transform: translate3d(0,0,0) scale(1,1);
    -ms-transform: translate3d(0,0,0) scale(1,1);
    transform: translate3d(0,0,0) scale(1,1);
}
.tradition-card .card-header h2, .tradition-card .card-header .h2{
    color: #fff;
    margin: 0;
    position: relative;
    left: 20px;
    text-align: left;
    line-height: 3rem;
    text-shadow: 0px 0px 20px rgb(0 0 0 / 30%);
    text-transform: uppercase;
    top: 20px;
    font-size: 1.5rem;
}
.tradition-card.show-content .card-header{
    right: 50%;
    width: 50%;
}
.tradition-card .card-body{
    background-color: #F4F6F6;
    font-size: 1.5rem;
    font-weight: 300;
    color: #000;
    line-height: 2.125rem;
}
.tradition-card .card-body.collapsing{
    transition: height 0s ease;
}
.tradition-card .card-body .btn{
    text-transform: uppercase;
    margin-top: 50px;
    width: auto;
}
.tradition-card .card-body .row{
    opacity: 0;
}
.tradition-card.show-content .card-body{
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 2rem;
    display: flex;
    align-items: center;
}
.tradition-card.show-content .card-body .row{
    opacity: 1; 
}
.tradition-card .card-header:hover:before, .tradition-card .card-header:focus:before{
    height: 100%;
}
.tradition-card.card{
    overflow: hidden;
}
.card-close{
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: none;
    width: auto;
}
.card-close img{
    width: 30px;
    height: 30px;
    display: block;
}
/*Quick Links*/
.quick-links-section{
	box-shadow: 0 0 1.5rem rgba(0, 0, 0, .12) !important;
	padding: 1.5rem 2rem;
	background-color: #fff;
	z-index: 2;
	position: relative;
}
.quick-links-section-border{
	border: 2px solid #9D2235;
	padding: 1.5rem .75rem;
}
.custom-dropdown {
    font-size: 2.75rem;
    line-height: 3.25rem;
    display: block;
}
.custom-dropdown .dropdown-toggle::after {
    content: "";
    border: none;
    position: absolute;
    right: 20px;
    top: 25px;
    background-image: url(https://engineering.uark.edu/_resources/images/red-arrow-down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    width: 30px;
    transition: transform .2s ease-in-out;
    z-index: 3;
}
.custom-dropdown .dropdown-toggle.show::after{
	background-image: url(https://engineering.uark.edu/_resources/images/red-arrow-up.svg);
}
.custom-dropdown .dropdown-toggle {
    border: none;
    color: #000;
    font-size: 2rem;
    width: 100%;
    background-color: #F2F2F4;
    overflow: auto;
    line-height: 2.75rem;
    padding: 1rem 1rem 1rem 1.5rem;
    text-align: left;
    position: relative;
	border-top: 2px solid #fff;
}
.custom-dropdown .dropdown-menu {
    background-color: #F2F2F4;
    width: 100%;
    border-radius: 0;
    padding: 5px 25px 10px;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #000;
    border: none;
    list-style: none;
    margin-top: -2.5px!important;
    overflow-y: auto;
    overflow-x: hidden;
	box-shadow: none;
}
.custom-dropdown .dropdown-menu li {
    margin-bottom: 15px;
}
.custom-dropdown .dropdown-menu a {
    color: #9D2235;
    text-decoration: none;
}
.custom-dropdown .dropdown-menu a:hover, .custom-dropdown .dropdown-menu a:focus {
    text-decoration: underline;
}
/*Numbered Step List*/
.numbered-steps {
    margin-left: 0;
	padding-left: 0px;
    padding-right: 0;
    list-style-type: none;
}
.numbered-steps li {
    counter-increment: step-counter;
    margin-bottom: 15px;
    position: relative;
    min-height: 75px;
    padding: 10px 0 10px 100px;
}
.numbered-steps li::before {
    content: counter(step-counter);
    margin-right: 15px;
    font-weight: 700;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    font-size: 2.5rem;
    line-height: 75px;
    text-align: center;
    position: absolute;
    left: 0;
    padding: 0;
    top: 1px;
	background-color: #9d2235;
	color: #fff;
}
.numbered-steps h3 {
	font-size: 1.375rem;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.numbered-steps h3 a{
	color: #9D2235;
}
.numbered-steps h3 a:hover, .numbered-steps h3 a:focus{
	color: #611327;
}
.numbered-steps li p:last-child{
	margin-bottom: 0;
}
/*Hover Background Image Change Text Grid*/
.standouts-wrapper {
    width: 53%;
    position: relative;
    z-index: 4;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(157,34,53,0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
}
.standouts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    width: 85%;
    margin: 0 auto;
}
.standouts-block {
    position: relative;
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.standout:nth-of-type(odd) {
    border-right: 1px solid rgba(255,255,255,0.4);
}
.standout:last-child {
    border-bottom: 0;
}
.standout:nth-last-child(2) {
    border-bottom: 0;
}
.standouts-block-header {
    padding: 12% 5%;
    width: 50%;
    position: static;
}
.standouts-block-background:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0,0,0,0.25);
    content: "";
}
.standouts-block-patient-care .standouts-block-background:before, .standouts-block-patient-care .standout-background:before {
    background: rgba(0,0,0,0);
}
.standout {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.standout-link {
    width: 100%;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 35px 55px;
    color: #fff !important;
    -webkit-transition: background .25s,color .25s;
    transition: background .25s,color .25s;
    text-decoration: none !important;
}
.standout-link:focus, .standout-link:hover {
    background: #9D2235;
    color: #fff !important;
}
.standout-link .standout-link-label:after{
    position: relative;
    right: -10px;
    bottom: 0;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome\ 6 Pro" !important;
    font-weight: 900;
    content: "\f0c1";
    font-size: 0.813rem;
    color: #fff;
}
.standout-link:hover .standout-link-label:after, .standout-link:focus .standout-link-label:after{
    color: #fff;
}
.standout-link [class*="label"] {
    font-size: 2rem;
    line-height: 1.33333;
    letter-spacing: 0;
    text-transform: none;
    display: inline;
    position: relative;
}
.standout-link [class*="default"] {
    opacity: 0;
}
.standout-link [class$="default"], .standout-link [class$="action"] {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
}
.standout-link [class*="icon"] {
    display: inline-block;
    vertical-align: middle;
}
.standout-link [class*="icon"] {
    display: inline-block;
    vertical-align: middle;
}
.icon-arrow-right {
    height: 9px;
    width: 14px;
}
.icon {
    display: block;
    fill: currentColor;
    stroke: inherit;
    pointer-events: none;
    -webkit-transition: fill .25s;
    transition: fill .25s;
}
.standout-link [class*="action"] {
    display: none;
}
.standout-link [class$="action"] {
    opacity: 0;
}
.standout-caption {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}
.standouts-block-background {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.standouts-block-header-inner {
    position: relative;
    z-index: 2;
	background-color: #fff;
    padding: 1rem;
}
.standouts-block-details{
    width: 100%;
    -webkit-transition: opacity .25s .215s;
    transition: opacity .25s .215s;
}
.interested .standouts-block-details{
     opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0,40px);
    transform: translate(0,40px);
}
h2.standouts-block-title{
    font-size: 3rem;
}
.standouts-block-caption{
    font-size: 1.375rem;
}
.standout-background-items {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    pointer-events: none;
}
.standout-background-item {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s .25s,visibility .25s .25s;
    transition: opacity .25s .25s,visibility .25s .25s;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.standout-background {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
}
.standout-background:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0,0,0,0.25);
    content: "";
}
.standout-background-caption {
    background-color: #fff;
    padding: 2rem;
    width: 35%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 5%;
	z-index: 2;
}
.standout-background-item.active {
    opacity: 1;
    visibility: visible;
}
.fs-background-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    overflow: hidden;
}
.fs-background-container, .fs-background-media {
    -webkit-transition: none;
    transition: none;
}
.fs-background-media {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0;
}
.panel-group .panel:first-of-type {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.panel-group .panel{
	border: 1px solid #dee2e6;
}
.panel-group .panel .panel-heading{
	font-size: 1.25rem;
	color: #5A5A5A;
}
.panel-group .panel .panel-heading a::after{
	font-size: 1.5rem;
    color: #5A5A5A;
    font-family: "Font Awesome\ 6 Pro" !important;
    content: "\f107";
    float: right;
    position: relative;
    top: 0;
    right: 10px;
	transition:.5s ease-in-out;
}
.panel-group .panel .panel-heading a[aria-expanded="true"]::after{
	rotate: 3.1416rad;
}
.panel-group .panel .panel-heading a{
	font-size: 1.25rem;
	color: #5A5A5A;
	text-decoration: none;
	font-weight: 500;
	padding: 1rem;
	display: block;
}
.panel-group .panel .panel-heading a[aria-expanded="true"]{
	background-color: #ebd3d7;
	color: #3f0e15;
}
.panel-group .panel .panel-heading h4{
	margin-bottom: 0;
}
.panel-group .panel .panel-body{
	padding: 1.5rem 0;
}
/*Tabs*/
.tabs {
    margin: 2.5rem 0;
}
.tabs .nav-tabs {
    border-bottom: 0.125rem solid #9D2235;
}
.tabs .tab-content {
    text-align: left;
    background-color: #fff;
}
.tabs .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link, .tabs .mobile-tab-button.show {
    position: relative;
    background-color: #fff;
    color: #000000;
    border-bottom: none;
}
.tabs .nav-tabs .nav-link, .tabs .mobile-tab-button {
    border-radius: 0;
    font-size: 1.125rem;
    color: #9D2235;
    padding: 0.75rem 0.5rem;
    text-decoration: none;
    background-color: #fff;
    margin-right: 0.5rem;
    border: none;
    font-weight: 700;
    margin-bottom: 0;
}
.tabs .nav-tabs  > a:last-of-type {
    margin-right: 0;
}
.tabs .nav-tabs .nav-link:after {
	content: none;
}
.tabs .nav-tabs .nav-item:last-child .nav-link {
	border-right: none;
}
.tabs .nav-tabs .nav-link:hover {
	text-decoration: none;
}
.tabs .nav-tabs .nav-link:hover, .tabs .nav-tabs .nav-link:focus, .tabs .nav-tabs .nav-link.active:hover {
	background-color: #fff;
    color: #000;
}
.tabs .tab-content h2:first-of-type, .tabs .tab-content h3:first-of-type {
	margin-top: 0;
}
.nav-tabs{
	text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    border: none;
}
.nav-tabs .nav-link{
	text-transform: uppercase;
    font-weight: 700;
    font-size: 1.375rem;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 4px solid #707070;
    padding: 10px 40px;
	color: #000;
}
.nav-tabs .nav-link.active{
	border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 4px solid #9D2235;
	color: #9D2235;
}
.vertical-tabs .mobile-tab-button{
	border-radius: 0;
    width: 100%;
    padding: 1rem;
    font-size: 1.125rem;
    background-color: #fff;
    color: #9D2235;
    margin-bottom: 0.938rem;
    font-weight: 700;
    border: 0.125rem solid #9D2235;
}
.vertical-tabs .mobile-tab-content{
	margin-bottom: 1.25rem;
	transition: none !important;
}
.vertical-tabs .nav-pills .nav-link{
    border-radius: 0;
    width: 24rem;
    padding: 1rem;
    font-size: 1.125rem;
    border: 0.125rem solid #9D2235;
    background-color: #fff;
    color: #000;
    margin-bottom: 0.938rem;
    font-weight: 700;
}
.vertical-tabs .nav-pills .nav-link:hover{
    color: #fff;
    background-color: #9D2235;
}
.vertical-tabs .nav-pills .nav-link:last-child{
    margin-bottom: 0;
}
.vertical-tabs .nav-pills .nav-link.active, .vertical-tabs .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #9D2235;
    border-color: #9D2235;
}
.vertical-tabs .nav-pills .nav-link.active.active:after, .vertical-tabs .nav-pills .show>.nav-link:after  {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome\ 6 Pro" !important;
    font-weight: 900;
    content: "\f061";
    position: relative;
    font-size: 1.125rem;
    color: #fff;
    left: 0.313rem;
    top: .125rem;
}
.vertical-tabs .tab-content{
    padding: 0 0 0 2rem;
	width: 100%;
}
.vertical-tabs .tab-content .tab-pane{
	border: none !important;
	padding: 0 !important;
}
.vertical-tabs .tab-content h3{
    font-size: 1.5rem;
}
.vertical-tabs .tab-content h4{
    font-size: 1.25rem;
}
/*CTA Menu*/
.cta-menu-container {
    text-align: center;
    font-weight: 400;
    background-color: #9D2235;
	z-index: 10;
	border-top: 1px solid #fff;
}
.cta-menu {
    margin: 0;
    text-transform: uppercase;
    color: #fff;
}
.cta-menu a {
    position: relative;
    padding: 20px;
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    font-size: 1.75rem;
    border-right: 1px solid #fff;
}
.cta-menu a:last-of-type {
    border-right: none;
}
.cta-menu a:hover, .cta-menu a:focus {
    background-color: #611327;
    text-decoration: none;
    color: #fff;
}
/*Footer*/
#section-footer {
    margin-top: 0;
}
#section-footer h3{
    font-size: 1.575rem;
    margin-bottom: 1rem;
}
#section-footer .list-unstyled{
	line-height: 2.5;
}
#section-footer .contact-info .list-unstyled{
	line-height: 1.5;
}
#uark-footer, #directedit-footer{
	position: relative;
	z-index: 1;
}
/*Program Finder and Directory*/
#program-list{
    margin-top: 1.25rem !important;
}
#program-list > tbody > tr > td:nth-child(3){
	width: 15%;
}
#program-list thead{
    font-size: 1rem;
    background-color: #9D2235;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
}
#program-list.table.dataTable thead th{ 
    color: #fff;
    background-color: #9D2235;
}
#program-list tbody{
    font-size: 1.25rem;
}
#reset-filters{
    background-color: transparent;
    border: none;
    color: #9D2235; 
    padding: 0.5rem 0;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    top: 0.25rem;
}
#reset-filters .fas{
    color: #9D2235;
}
#reset-filters:hover .fas, #reset-filters:focus .fas{
    opacity: .75;
}
.dataTables_wrapper #program-list_filter.dataTables_filter label, .dataTables_wrapper #directory-list_filter.dataTables_filter label {
    display: block;
}
.dataTables_wrapper #program-list_filter.dataTables_filter input, .dataTables_wrapper #directory-list_filter.dataTables_filter input {
    width: 100%;
}
#program-list #ResearchArea[style]{
	width: 200px !important
}
div.alphabet {
    display: block;
    margin: 0 auto 1.25rem;
    padding: 1.25rem 0;
    text-align: center;
}
div.alphabet span {
    display: inline-block;
    vertical-align: middle;
    margin: 0.25rem;
    text-align: center;
    font-weight: 600;
    padding: 0.25rem;
    font-size: 1.563rem;
    color: #9D2235;
    text-transform: uppercase;
    cursor: pointer;
}
div.alphabet span:hover {
    text-decoration: underline;
}
div.alphabet span.clear{
    text-transform: none;
}
div.alphabet span.active {
    background-color: #9D2235;
    border-radius: 0.25rem;
    color: #fff;
}
.dataTables_wrapper .dataTables_filter input {
    width: 18.75rem;
    margin-right: 0.25rem;
}
#department-filter, #degree-filter, #category-filter, #research-filter{
    margin-top: 0.5rem;
}
#department-filter select, #degree-filter select, #category-filter select, .custom-select, #research-filter select, .custom-select {
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-image: url(https://engineering.uark.edu/_resources/images/icon-arrowdown-black.jpg);
    background-size: 1.875rem auto;
    background-repeat: no-repeat;
    background-position: right 50%;
    background-color: #FFFFFF;
    overflow: auto;
    width: 100% !important;
}
#department-filter .form-control, #degree-filter .form-control, #category-filter .form-control, div.dataTables_wrapper div.dataTables_filter input,
#research-filter .form-control, div.dataTables_wrapper div.dataTables_filter input{
    position: relative;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 2em;
    font-size: 1rem;
}
.table#program-list>:not(caption)>*>* {
    padding: .75rem;
}
#directory-list {
    width: 100% !important;
}
/* Force table to not be like tables anymore */
#directory-list table, #directory-list thead, #directory-list tbody, #directory-list th, #directory-list td, #directory-list tr {
    display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
#directory-list thead tr { 
    position: absolute;
    top: -9999rem;
    left: -9999rem;
}
#directory-list tbody { 
    border: none;
    display: flex;
    flex-wrap: wrap;
	margin-left: 0;
	margin-right: 0;
}
#directory-list tbody>* {
    flex-shrink: 0;
    max-width: 100%;
    width: 100%;
	padding-left: 1rem;
	padding-right: 1rem;
	margin: 1rem 0;
}
#directory-list img {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 0;
    margin-bottom: 10px;
    width: 100%;
}
#directory-list td { 
    border: none;
    position: relative;
    white-space: normal;
    text-align: left;
    padding: 0;
	background-color: transparent;
}
#directory-list td:before { 
      position: absolute;
      top: 0.375rem;
      left: 0.375rem;
      width: 45%; 
      padding-right: 0.375rem; 
      white-space: nowrap;
      text-align:left;
}
#directory-list_filter, #form-list_filter{
      margin-top: 1rem;  
    }
#directory-list tfoot{
        display:none;
}
#directory-list_wrapper .dataTables_info {
    white-space: normal !important;
}
/*Label the data*/
#directory-list td:before { 
    content: attr(data-title);
}
#directory-list.dataTable > tbody > tr:hover > * {
    box-shadow: none;
}
.uark-unify-heights .img-default, .uark-unify-heights  .img-thumbnail{
	border-radius: 0;
}
.directory_people .col-sm-3.col-xs-6 {
    margin-bottom: 15px;
}
.otherTitle{
	display: none;
}
.name {
	font-weight: 700;
	font-size: 1.125rem;
}
.career-outlook ul{
	list-style: none;
	padding-left: 0;
}
.career-outlook ul li{
	margin-bottom: 10px;
	position: relative;
    margin-left: 20px;
}
.career-outlook ul li:before{
	font-family: "Font Awesome\ 6 Pro" !important;
    content: "\f058" !important;
    font-weight: 900;
    top: 2px;
    left: -25px;
    font-size: 18px;
    color: #9d2235;
    position: absolute;
}
.career-outlook{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.requirementContent h2, .requirementContent-2 h2{
	font-size: 1.5rem;
}
.sc_plangrid, .sc_courselist{
	font-size: 1rem;
	border: 1px solid #cccccc;
}
.plangridyear, .plangridyear th {
    background-color: #9d2235 !important;
    color: #fff;
	padding: .5rem;
}
.sc_footnotes{
	font-size: .9rem;
}
.sc_plangrid>tbody>tr:nth-child(odd)>td, .sc_plangrid>tbody>tr:nth-child(odd)>th,
.sc_courselist>tbody>tr:nth-child(odd)>td, .sc_courselist>tbody>tr:nth-child(odd)>th{
    background-color: #f9f9f9;
}
.sc_plangrid thead>tr>th, .sc_plangrid tbody>tr>th, .sc_plangrid tfoot>tr>th, .sc_plangrid thead>tr>td, .sc_plangrid tbody>tr>td, .sc_plangrid tfoot>tr>td,
.sc_courselist thead>tr>th, .sc_courselist tbody>tr>th, .sc_courselist tfoot>tr>th, .sc_courselist thead>tr>td, .sc_courselist tbody>tr>td, .sc_courselist tfoot>tr>td{
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.career-widget{
	display: block !important;
	margin: 0 auto;
	text-align: center;
}

	
@media (min-width: 576px) and (max-width: 767px) {
.directory_people .col-sm-3.col-xs-6{
	width: 50%;
	}
}

@media (min-width: 992px) {
body{
	font-size: 1.25rem;
}
.col-md-8.col-lg-9 #main-content p, .col-md-8.col-lg-9 #main-content ul, .col-md-8.col-lg-9 #main-content ol{
	font-size: 1.25rem;
}
.view-more{
	position: relative;
    top: -45px;
}
.pull-up{
	margin-bottom: -140px !important;
	top: -140px !important;
	position: relative;
}
.pt-0 .pull-up{
	margin-bottom: -80px !important;
	top: -80px !important;
}
.image-and-text-section .offset-lg-1.order-lg-first {
    margin-left: 0 !important;
    width: 50%;
	margin-bottom: 0 !important;
}
.career-outlook{
    background-attachment: fixed;
}
.career-outlook ul {
    padding-left: 40px;
    column-count: 2;
    column-gap: 40px;
    }
.four-column{
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    column-gap: 20px;
    }
.three-column{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    column-gap: 40px;
    }
.two-column{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-gap: 40px;
    }
.tradition-card.card:nth-child(1){
    width: 50%;
	height: 616px;
    }
.tradition-card.card:nth-child(2){
    width: 25%;
    }
.tradition-card.card:nth-child(3){
    width: 25%;
    }
.tradition-card.card:nth-child(4){
    width: 50%;
	position: absolute;
    right: 0;
    bottom: 0;
    }
.tradition-card .card-body .btn{
    position: absolute;
    left: 32px;
    bottom: 100px;
    margin-top: 0;
}
.background-video-section .text-box{
	margin-bottom: 40px;
}
.uark-page .text-box > p > .btn:first-child{
	margin-left: 0;
}
.uark-page .split-background + .container > .row > .col > p > .btn:first-child{
	margin-left: 0;
}
.uark-page .col-lg-5.offset-lg-1 + .col-lg-6 .btn:first-child{
	margin-left: 0;
}
.col.narrow-width, .container.narrow-width{
	 max-width: 75% !important;
     margin: 0 auto;
}
.icon-set li:first-child {
    padding-left: 0;
}
.icon-set li:last-child {
    padding-right: 0;
}
.red-border-left{
	border-left: 5px solid #9D2235;
}
.tabs .tab-content .mobile-tab-content.collapse, .vertical-tabs .tab-content .mobile-tab-content.collapse{
	display: block !important;
}
.col-lg-5.offset-lg-1.order-lg-first + .col-lg-6{
	padding-left: 4rem;
}
.directory_people .col-sm-3.col-xs-6{
	 width: 20%;
	min-height: 590px;
	float:left;
	}
.col-md-8.col-lg-9 .directory_people .col-sm-3.col-xs-6 {
        width: 25%;
        min-height: 630px;
        float: left;
    }
.col-md-8.col-lg-9 .directory_people .row:nth-child(2) .col-sm-3:nth-child(2) {
        clear: none;
    }
	.directory_people{
		display: flex;
		flex-direction: column;
	}
	.directory_people .row{
		display:block;
	}
	.directory_people .row:nth-child(2) .col-sm-3:nth-child(2){
		clear: both;
	}
	#directory-list tr{
        flex: 0 0 auto;
        width: 20%;
    }
.vertical .localist-widget .event-list .event-item{
	width: 100% !important;
	margin-right: 0 !important;
	}
.localist-widget .event-list .event-item {
    float: left;
    margin-right: 40px;
}
.horizontal .localist-widget .event-list .event-item{
	width: 22%;
}
.horizontal .localist-widget .event-list .event-item:nth-child(5){
	clear: both;
}
}

@media (max-width: 991px) {
	h1, .h1{
	font-size: 2.25rem;
	}
	h2, .h2{
	font-size: 1.75rem;
	}
	h3, .h3{
	font-size: 1.5rem;
	}
	h4, .h4{
	font-size: 1.25rem;
	}
	.lead {
    font-size: 1.125rem;
	}
	.text-medium{
	font-size: 1.125rem;
	}
	.text-large{
	font-size: 1.125rem;
	}
	.text-x-large{
	font-size: 1.125rem;
	}
	.red-border-left{
	border-left: none;
    border-top: 5px solid #9D2235;
	padding-top: 1.5rem;
    margin-top: 1rem;
   }
	.section{
	padding: 40px 0;
	}
   .uark-page .btn {
    font-size: .9rem;
	margin: 0;
	width: 100%;
	}
	.resource-list {
    font-size: 1.25rem;
    }
	.hero .hero-title {
    margin: 0 auto 30px;
    font-size: 2.25rem;
	}
	.hero .hero-content {
    bottom: 10%;
	}
	.hero .hero-container {
    font-size: 1.25rem;
    }
	.hero video, .background-video-section video{
	display: none;
	}
	.uark-page .hero .btn {
    font-size: 1rem;
    padding: 12px;
    min-width: max-content;
    width: auto;
    margin: 1px;
	}
	.hero{
	height: 600px;
	}
	.hero.video-hero .pause-play, .hero.video-hero .play-pause, .background-video-section .pause-play, .background-video-section .play-pause{
	display: none;
	}
	.play-video {
    width: 44px;
    height: 44px;
	right: 15px;
	bottom: 15px;
	}
	.play-video .fa-play {
    font-size: 1.25rem;
	}
	.hero h2{
	font-size: 1.5rem;
	}
	.custom-dropdown .dropdown-toggle {
    font-size: 1.5rem;
	}
    .custom-dropdown .dropdown-menu {
    font-size: 1.25rem;
    }
	.cta-menu a {
    font-size: 1.125rem;
	padding: 20px 10px;
	}
	.tradition-card .card-header:before {
    height: 51px;
    border-left: 14px solid #9D2235;
}
.traditions-cards.card-shown, .traditions-cards > [class*="col-"] {
    min-height: 400px;
}
.tradition-card.card {
    min-height: 200px;
	margin-bottom: 0 !important;
    }
.tradition-card .card-header h2, .tradition-card .card-header .h2{
   font-size: 1.5rem;
    padding-right: 20px;
    line-height: 1.813rem;
    left: 10px;
    font-weight: 600;
    }
.tradition-card.show-content .card-header h2, .tradition-card.show-content .card-header .h2 {
    color: #000;
    margin: 0;
    position: absolute;
    left: 60px;
    text-align: left;
    line-height: 2.25rem;
    text-shadow: none;
    top: 20px;
}
.tradition-card.card.show-content {
    height: 100%;
    min-height: auto;
    padding: 0;
	overflow-y: auto;
}
.tradition-card.show-content .card-header {
    width: 14px;
}
.tradition-card.show-content .card-body {
    width: 100%;
    position: relative;
    padding: 9.5rem 2rem 2rem 3.75rem;
    display: block;
    font-size: 1.25rem;
    line-height: 2rem;
}
.tradition-card .card-body .btn {
    margin-top: 20px;
    width: auto;
}
.section-with-background-image {
    min-height: 480px;
}
.background-image-carousel-wrapper .slide, .background-video-section {
    min-height: 400px;
    display: block !important;
    padding:0;
}
.background-image-carousel-wrapper .background-image, .background-video-section .video-image{
	position: relative;
	height: 400px;
}
.background-image-carousel-wrapper.shorter-height .slide {
    min-height: 200px;
}
.background-image-carousel-wrapper.shorter-height .background-image{
	height: 200px;
}
.background-image-carousel-wrapper .text-box, .background-video-section .text-box {
    width: 100%;
}
.slick-next {
	left: 60px !important;
    top: 350px !important;
}
.slick-prev {
	left: 20px !important;
    top: 350px !important;
}
.slick-dots{
	left: 120px !important;
	bottom: unset !important;
	top: 330px !important;
}
.split-background.image-right {
    left: 0;
	background-position: center;
	height: 400px;
}
.split-background.image-left {
	right: 0;
	background-position: center;
	height: 400px;
}
.split-background + .container > .row  {
    width: 100%;
	margin-top: 400px;
}
	.bg-light-gray .split-background.image-right::after {
    background: linear-gradient(to right, rgba(249,249,249,0) 0%,rgba(249,249,249,0.15) 50%,rgba(249,249,249,0) 100%);
}
	.split-background.image-right::after {
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0) 100%);
}
	.bg-light-gray .split-background.image-left::after {
    background: linear-gradient(to right, rgba(249,249,249,0) 0%,rgba(249,249,249,0.15) 50%,rgba(249,249,249,0) 100%);
}
	.split-background.image-left::after {
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0) 100%);
}
.split-background .caption, .split-background.image-right .caption {
	left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 1rem 1rem 0;
    text-align: center;
    font-size: .9rem;
}
.section-with-background-image .watermark {
    width: 400px;
    height: 400px;
    top: unset;
    bottom: 2rem;
}
.fullwidth-split-image .bg-image, .main-image .bg-image {
    position: relative;
}
.fullwidth-split-text {
    padding: 2rem;
}
.factoid .large-content {
    font-size: 2.5rem;
	}
.photo-grid-wrapper .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.photo-grid-wrapper .slide-dots .slick-dots {
    flex-wrap: nowrap;
    overflow-x: scroll;
	top: unset !important;
}
.photo-grid-carousel .slide.card{
    margin-bottom: 0;    
    }
.photo-grid-carousel .card .image-overlay {
    height: 350px;
}
.photo-grid-carousel .category, .date{
    width: auto;    
    }
.photo-grid-carousel .caption {
    padding: 20px;
	position: relative;
    }
.photo-grid-wrapper .slide-dots .slick-dots li{
    width: 125px;
    height: 150px;
}
.photo-grid-wrapper .slide-dots .slick-dots li button{
    width: 125px;
    height: 150px;
}
.photo-grid-wrapper .slide-dots .slick-dots .thumbImg{
    width: 125px;
    height: 150px;
}
.card .image-overlay {
      padding-top: 100%;
      padding-bottom: 10%;
	}
.col-md-6 .card .image-overlay {
      padding-top: 60%;
      padding-bottom: 0;
	}
.card .image-overlay + .card-body-wrapper .card-body {
    padding: 2rem;
}
.row .col .overlay-boxes [class*="col-"] {
    padding-left: 0 !important;
	padding-right: 0 !important;
}
.card.flip-card .image-overlay {
    padding-top: 60%;
}
.flip-card-back{
	justify-content: center;
}
.uark-page .card .image-overlay + .card-body-wrapper .card-body .btn {
        min-width: fit-content;
        width: auto;
    }
.image-card-section-with-background-image {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}
.image-card-section-with-background-image + .container{
	margin-top: -100px;
}
.image-card-carousel{
	margin: 0 2rem;
}
.side-image-card .image-overlay {
	border-right: none;
	border-bottom: 5px solid #9c2135;
	padding-top: 60%;
}
.col-lg-6 .side-image-card .col-lg-4 .image-overlay{
	padding-top: 60%;
}
.side-image-card .card-body{
	padding: 1.5rem;
}
.standouts-block{
    display: block;    
    }
.standouts-block-header {
    padding-right: calc(20px + 1.04166667%);
    padding-bottom: calc(20px + 1.04166667%);
    padding-left: calc(20px + 1.04166667%);
    position: relative;
    width: 100%;
    padding: 250px 20px 20px;
    text-align: center;
}
h2.standouts-block-title {
    font-size: 2rem;
}
.standouts-block-caption {
    font-size: 1.125rem;
}
.standouts-block-details {
    width: 100%;
}
.standouts-wrapper {
    padding-right: calc(20px + 1.04166667%);
    padding-left: calc(20px + 1.04166667%);
    background: #9D2235;
    padding-top: 15px;
    padding-bottom: 45px;
    display: block;
    width: 100%;
}
.standout-background-items{
    display: none;    
    }
.standouts {
    width: 100%;
}
.standout {
    width: 100%;    
    }
.standout-caption {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}
.standout-link{
    display: block;
    padding: 20px;    
    }
.standout-link [class*="label"] {
    font-size: 1rem;
}
.standout:nth-of-type(odd){
    border-right: none;    
    }
.standout:nth-last-child(2) {
    border-bottom: 1px solid rgba(255,255,255,0.4);
}
.standout-link .standout-link-label:after {
    position: relative;
    right: -10px;
    bottom: 0;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome\ 6 Pro" !important;
    font-weight: 900;
    content: "\f0c1";
    font-size: 0.813rem;
    color: #fff;
}
.interested .standouts-block-details {
    opacity: 1;
	visibility: visible;
	transform: none;
    }
.tabs .tab-content {
    padding: 0;
    border: none;
    background-color: transparent;
}
.tabs .tab-content>.tab-pane, .vertical-tabs .tab-content>.tab-pane {
    display: block;
    opacity: 1;
	height: auto !important;
    transition: none !important;
    margin: 1rem 0;
}
.tabs .mobile-tab-button{
	text-align: center;
    width: 100%;
	height: auto !important;
    transition: none !important;
}
.vertical-tabs .tab-content {
    padding: 0;
}
.news ul {
    display: block;
}
#section-footer {
    font-size: 1rem;
}
#directory-list tr{
	    flex: 0 0 auto;
        width: 33%;
    }	
.callout-lined[style]{
	min-height: unset !important;
}
#courseCode[style]{
	display: block !important;
}
}

@media (min-width: 992px) and (max-width: 1399px) {
	h1, .h1, .hero .hero-title{
	font-size: 3rem;
	}
	h2, .h2{
	font-size: 2rem;
	}
	h3, .h3{
	font-size: 1.5rem;
	}
	h4, .h4{
	font-size: 1.25rem;
	}
	.hero {
    height: 650px
    }
	.hero .btn {
    font-size: 1.25rem;
	min-width: 200px;
    }
	.hero .hero-container {
    font-size: 1.5rem;
    }
	.custom-dropdown .dropdown-toggle {
    font-size: 1.5rem;
    line-height: 2.5rem;
    padding: .75rem .75rem .75rem 1.25rem;
    }
	.factoid .large-content {
    font-size: 3rem;
	}
	.split-background.image-right {
    left: 50%;
	background-position: right;
	}
	.split-background.image-left {
	right: 50%;
	background-position: left;
	}
	.split-background + .container > .row  {
    width: 55%;
	}
	.section-with-background-image {
    min-height: 500px;
	}
	.background-image-carousel-wrapper .text-box, .background-video-section .text-box {
    width: 85%;
    }
	.factoid .large-content {
    font-size: 3rem;
	}
	.card .image-overlay {
    padding-top: 100%;
	}
	.side-image-card .image-overlay {
     padding-top: 150%;
}
.col-lg-6 .side-image-card .col-lg-4 .image-overlay {
     padding-top: 180%;
}
	.image-card-carousel{
	margin: 0 2rem;
}
.standouts-block-caption {
    font-size: 1.125rem;
}
.standouts-wrapper {
    padding: 0 30px;
}
.standouts {
    width: 100%;
}
.standout {
    width: 100%;    
    }
.standout-caption {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}
.standout-link{
    display: block;
    padding: 20px;    
    }
.standout-link [class*="label"] {
    font-size: 1.25rem;
}
.standout:nth-of-type(odd){
    border-right: none;    
    }
.standout:nth-last-child(2) {
    border-bottom: 1px solid rgba(255,255,255,0.4);
}
}

@media (min-width: 768px) {
	#uark-site-id, #uark-site-topnav, .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: none !important;
	}	
}

@media (min-width: 768px)  and (max-width: 899px) {
#uark-site-topnav .uark-nav-link, #uark-site-topnav ul>li>a, .nav-link{
    padding: .4rem !important;
    font-size: .8rem !important;
}
}

@media (min-width: 900px)  and (max-width: 1190px) {
#uark-site-topnav a{
	font-size: .9rem !important;
	padding: .5rem !important;
}
}

@media (max-width: 767px) {
#uark-mobile-topnav .accordion>ul a.nav-link, #uark-mobile-topnav a.nav-link{
	white-space: wrap;	
	font-size: 1rem;
	line-height: 2;
	}
#directory-list tr{
        flex: 0 0 auto;
        width: 100%;
    }
#uark-mobile-topnav .accordion>ul a.nav-link, #uark-mobile-topnav a.nav-link {
        line-height: 1.5;
    }
#uark-mobile-topnav .collapse li .collapse li, #uark-mobile-topnav .collapsing li .collapse li, #uark-mobile-topnav .collapse li:first-child .collapse li:first-child {
    display: block !important;
}
#program-list {
    width: 100% !important;
}
/* Force table to not be like tables anymore */
#program-list table, #program-list thead, #program-list tbody, #program-list th, #program-list  td, #program-list tr {
    display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
#program-list thead tr { 
    position: absolute;
    top: -9999rem;
    left: -9999rem;
}
#program-list tr { 
      border: 0.063rem solid #ccc; 
      padding: 0.625rem;
}
#program-list td { 
    border: none;
    position: relative;
    white-space: normal;
    text-align: left;
    padding: 0 !important;
}
#program-list td:nth-child(1){  
   font-weight: bold;
}
#program-list td:before { 
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 0.375rem;
      left: 0.375rem;
      width: 45%; 
      padding-right: 0.375rem; 
      white-space: nowrap;
      text-align:left;
      font-weight: bold;
}
#program-list_filter, #form-list_filter{
      margin-top: 1rem;  
    }
#program-list > tbody > tr > td:nth-child(7) a {
    margin-left: 1.5rem;
}
/*Label the data*/
#program-list td:before { 
    content: attr(data-title);
}
#program-list.dataTable.table-hover > tbody > tr:hover > * {
    box-shadow: none;
}
}

@media (min-width: 992px) and (max-width: 1100px){
.col-lg-6 .side-image-card .image-overlay {
     padding-top: 240%;
}
}

@media (min-width: 1200px) {
.hero.parallax video{
      position: fixed;
	  z-index: 0;
}
.hero.parallax .hero-image{
	height: 750px;
    background-attachment: fixed;
	z-index: 1;
}
.background-video-section.parallax video{
	 position: fixed;	
	 z-index: 0;
	}
.standouts-wrapper {
    width: 60%;
    }
}

@media (min-width: 1200px) and (max-width: 1599px){
	.card.flip-card .image-overlay {
    padding-top: 105%;
}
	.icon-set .icon {
    width: 150px;
    height: 150px;
}
.icon-set .icon img {
    max-width: 80px;
}
}

@media (min-width: 1400px) and (max-width: 1599px){
	#uark-site-id, #uark-site-topnav, .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1400px !important;
	}
}

@media (min-width: 1600px){
	#uark-site-id, #uark-site-topnav, .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1640px !important;
	}
	    .fullwidth-split-text {
        min-height: 530px;
    }
}