   body {
	 font-size: 1rem;
     overflow-x: hidden;
}
/*Header/Footer*/
 header.redesign {
	 color: #333333;
}
header.redesign button {
    border: 0px;
    background: transparent;
}
header.redesign button:active {
    border: 0px;
}
 header.redesign #logo {
	 height: 95px;
	 padding-bottom: 5px;
}
 header.redesign .input-group-text {
	 font-size: 1rem;
	 background-color: #e0e0e0;
	 border-left: 0 !important;
	 border-radius:0;
	 border: 1px solid hsl(0, 0%, 60%);
}
 header.redesign input.form-control {
	 border-radius: 0;
	 border: 1px solid hsl(0, 0%, 60%);
}
 header.redesign .input-group-text i {
	 color: #333333;
	 font-size: 1.1rem;
}
 header.redesign #topNavSearch {
	 width: 210px;
}
 header.redesign input {
	 border-left: none;
}
 header.redesign #resourcesBtn {
	 text-transform: none;
}
 header.redesign .bottom-bar .nav-item {
	 text-align: center;
	 width: 20%;
}

 header.redesign .logo-wrapper a {
	 margin-left: 10px;
	 margin-right: 10px;
}
 header.redesign .main-nav #searchNav {
	 padding: 6px;
}
 header.redesign .mega-menu button {
	 background-color: transparent;
}
 header.redesign .main-nav button:focus-visible, header.redesign .main-nav li:not(.logo) a:focus-visible, header.redesign .form-control:focus , header.redesign .form-control:focus-visible, header.redesign .mobile-menu button:focus-visible, header.redesign .mobile-menu a:focus-visible {
	 outline: 0;
	 box-shadow: 0 0 0 0.25rem rgba(166, 25, 46,.25);
}
 header.redesign .logo a:focus-visible, header.redesign .mobile-menu a.navbar-brand:focus-visible {
	 outline: rgba(166, 25, 46,.25) auto 1px;
}
 header.redesign .main-nav .bottom-bar .navbar-nav::before {
	 border-bottom: solid 1px rgba(112, 112, 112, 0.7);
	 content: "";
	 display: block;
	 flex: 1 0 0%;
	 height: 2px;
	 position: absolute;
	 top: 70%;
	 width: 100%;
	 z-index: 0;
}
 header.redesign .main-nav .bottom-bar button.btn {
	 font-size: 1.1rem;
	 margin-bottom: 1.5rem;
	 text-transform: uppercase;
}
 header.redesign .main-nav .bottom-bar ul.navbar-nav {
	 display: flex;
	 flex-direction: row;
	 flex-wrap: wrap;
	 justify-content: center;
	 width: 100%;
	 align-items: center; /* aligns the items vertically */

}
 header.redesign .main-nav .close {
	 display: flex;
	 justify-content: flex-end;
}
 header.redesign .main-nav .icon-bar {
	 align-items: center !important;
	 display: flex;
	 justify-content: space-evenly;
	 margin-bottom: 0;
	 padding: 0.5rem 0rem;
}
 header.redesign .main-nav .icon-bar .wildcat {
	 filter: opacity(50%);
	 webkit-filter: opacity(50%);
}
 header.redesign .main-nav .icon-bar .vision {
	 filter: invert(50%);
	 -webkit-filter: invert(50%);
}
 header.redesign .main-nav .icon-bar a {
	 display: inline-block;
	 width:100%;
	 font-weight:500;
}
 header.redesign .main-nav .icon-bar a.nav-link:hover, header.redesign .main-nav .icon-bar a.nav-link:hover i {
	 color: hsl(0, 0%, 0%);
	 filter: none;
	 webkit-filter: none;
}
 header.redesign .main-nav .icon-bar a.nav-link:hover .wildcat {
	 filter: none;
	 webkit-filter: none;
}
 header.redesign .main-nav .icon-bar a.nav-link:hover .vision {
	 filter: invert(70%);
	 -webkit-filter: invert(70%);
}
 header.redesign .main-nav .icon-bar i {
	 color: #333333;
	 font-size: 3.2rem;
	 padding: 2px;
}
 header.redesign .main-nav .icon-bar img {
	 height: 55px;
}
 header.redesign .main-nav .icon-bar li {
	 text-align: center;
	 width: 17%;
}
 header.redesign .main-nav .icon-bar li.logo {
	 width: 32%;
}
 header.redesign .main-nav .mega-menu {
	 background-color: #fff;
	 border: 1px solid rgba(112, 112, 112, 0.2);
	 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	 color: #626466;
	 position: absolute;
	 top: 60px;
	 width: 100%;
	 z-index: 1500;
}
 header.redesign .main-nav .navbar-nav .container {
	 display: flex;
}
 header.redesign .main-nav .navbar-search .dropdown-menu {
	 border: none;
	 right: 45px;
	 top: -6px;
}
 header.redesign .main-nav .navbar-search .dropdown-toggle::before {
	 content: none;
}
 header.redesign .main-nav .navbar-search .form-group {
	 margin-bottom: 0;
}
 header.redesign .main-nav .navbar-search button[aria-expanded="true"] .close, header.redesign .main-nav .navbar-search button[aria-expanded="false"] .open {
	 display: inline-block;
}
 header.redesign .main-nav .navbar-search button[aria-expanded="true"] .open, header.redesign .main-nav .navbar-search button[aria-expanded="false"] .close {
	 display: none;
}
 header.redesign .main-nav .nav-item button:active, header.redesign .main-nav .nav-item button:focus, header.redesign .main-nav .nav-item button:hover {
	 border-radius:0;
}
 header.redesign .main-nav .nav-item button:focus, header.redesign .main-nav .nav-item button:focus, {
	 box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
 header.redesign .main-nav .primary-navbar {
	 z-index: 1;  /*1*/
}
 header.redesign .main-nav .top-bar {
	 height: 60px;
	 background-color: white;
	 z-index: 9999;
}
 header.redesign .main-nav .top-navbar {
	 margin-bottom: 0;
}
 header.redesign button#closeMegaMenu {
	 border-radius: 0;
	 padding: 0.1rem 0.6rem;
	 background-color: #e0e0e0;
	 margin: 0.5rem 0.5rem 0.5rem;
	 width:auto;
}
 header.redesign .main-nav ul.navbar-nav {
	 align-items: center;
}
 header.redesign .mega-bottom-bar {
	 height: 110px;
	 margin: 30px 0px;
}
 header.redesign .mega-bottom-bar .logo img {
	 height: 75px;
}
 header.redesign .bottom-bar .nav-item.logo {
	 z-index: 1;
}
 header.redesign .mega-menu .close i {
	 color: #212529;
	 font-size: 1.4rem;
}
 header.redesign .dropdown i.close {
	 font-size: 1.4rem;
}
 header.redesign .mega-menu .mainMenu {
	 margin-bottom: 2.5rem;
	 margin-top: 2.5rem;
	 font-weight: 700;
}
 header.redesign .mega-menu .menu-list li {
	 color: #626466;
	 font-size: 1rem;
}
 header.redesign .mega-menu .menu-links {
	 margin-top: 2.5rem;
	 margin-bottom: 2rem;
}
 header.redesign .mega-menu li button {
	 text-align: left;
	 width: 100%;
	 text-wrap: balance;
	 overflow-wrap: break-word;
}
 header.redesign .mega-menu li button span {
	 margin-left: 0.3rem;
}
 header.redesign .mega-menu li button[aria-expanded="true"] {
	 color: #a6192e !important;
	 font-weight:700;
}
 header.redesign .mega-menu li button[aria-expanded="true"] .fa-plus::before {
	 color: #a6192e !important;
	 content: "\f068";
}
 header.redesign .mega-menu:after {
	 border-bottom: 1px solid rgba(112, 112, 112, 0.2);
	 bottom: 170px;
	 content: "";
	 position: absolute;
	 width: 100%;
	 z-index: 1;
}
header.redesign2 .mega-menu:after {
     border-bottom: none !important;
    /*used on subsites with no bottom icon bar in the mega menu*/
}
 header.redesign .menu-list i {
	 font-weight: 400;
}
 header.redesign .menu-list ul {
	 list-style: none;
	 padding-left: 0;
}
 header.redesign .menu-item {
	 border-top: 1px solid hsl(0, 0%, 60%);
}
 header.redesign .mobile-menu {
	 border-bottom: 1px solid hsl(0, 0%, 60%);
	 margin-top: 10px;
}
 header.redesign .mobile-menu button {
	 width: 100%;
}
 header.redesign .mobile-menu button.menu-toggle {
	 border: none;
	 display: flex;
	 justify-content: space-between;
	 padding: 10px;
	 text-transform: uppercase;
	 width: 100%;
}
 header.redesign .mobile-menu button.menu-toggle.show {
	 border-bottom: 1px solid hsl(0, 0%, 60%);
	 border-radius: 0px;
}
 header.redesign .mobile-nav {
	 color: #333333;
	 padding-bottom: 0;
}
 header.redesign .mobile-menu.navbar-nav {
	 color: #333333;
}
 header.redesign .mobile-nav #mobileMenu {
	 background-color: #fff;
	 margin: 20px 0;
}
 header.redesign .mobile-nav .container-fluid {
	 align-items: center;
	 border-bottom: 1px solid rgba(112, 112, 112, 0.5);
	 justify-content: center;
}
 header.redesign .mobile-nav .gap-2 {
	 margin-top: 15px;
}
 header.redesign .mobile-nav .input-group {
	 padding-bottom: 5px;
}
 header.redesign .mobile-nav .logo-wrapper {
	 align-items: center;
	 border-bottom: 1px solid rgba(112, 112, 112, 0.5);
	 height: 60px;
	 text-align: center;
	 justify-content: space-between;
	 width: 100%;
}
 header.redesign .mobile-nav .menu-toggle i {
	 padding-right: 1rem;
}
 header.redesign .mobile-nav .menu-toggle[aria-expanded="true"] .fa-plus::before, header.redesign .mobile-nav .submenu-toggle[aria-expanded="true"] .fa-plus::before {
	 color: #a6192e;
	 content: "\f068";
}
 header.redesign .mobile-nav .menu-toggle[aria-expanded="true"] , header.redesign .mobile-nav .submenu-toggle[aria-expanded="true"] {
	 color: #a6192e;
}
 header.redesign .mobile-nav .navbar-toggler .close i {
	 font-size: 2.1rem;
}
 header.redesign .mobile-nav .navbar-toggler .open i {
	 font-size: 2rem;
}
 header.redesign .mobile-nav .navbar-toggler[aria-expanded="true"] .close, header.redesign .mobile-nav .navbar-toggler[aria-expanded="false"] .open, header.redesign .mobile-nav .navbar-toggler span {
	 display: inline-block;
	 top: 0;
	 position: relative;
	 left: 0;
	 transform: none;
	 transition: none;
	 height: auto;
	 width: auto;
	 background-color: transparent;
}
 header.redesign .mobile-nav .navbar-toggler[aria-expanded="true"] .open, header.redesign .mobile-nav .navbar-toggler[aria-expanded="false"] .close {
	 display: none;
}
 header.redesign .mobile-nav .submenu {
	 color: #333333;
	 list-style-type: disc;
	 margin: 0;
	 padding-bottom: 0;
	 padding-left: 2.5rem;
	 padding-top: 0;
}
 header.redesign .mobile-nav .submenu .dropdown-item {
	 border: none;
	 padding-left: 0px;
	 padding-top: 0px;
}
 header.redesign .mobile-nav .submenu-toggle {
	 border: none;
	 color: #333333;
	 display: flex;
	 justify-content: flex-start;
	 padding: 5px 5px 5px 7px;
	 width: 100%;
}
 header.redesign .mobile-nav .submenu-toggle i {
	 font-size: 0.8rem;
	 padding: 0 0.5rem;
}
 header.redesign .mobile-nav button.navbar-toggler {
	 border: none;
	 height: auto;
	 width: auto;
	 padding-left: 6px;
	 padding-right: 6px;
	 margin-right: 15px;
}
 header.redesign .nav-item button {
	 height: auto;
	 width: auto;
}
 header.redesign .quick-links {
	 display: flex;
	 flex-grow: 1;
	 justify-content: flex-end;
}
 header.redesign .quick-links a.nav-link:hover {
	 text-decoration: underline;
}
 header.redesign .top-navbar {
	 margin-bottom: 0;
}
 header.redesign button.menu-toggle.show, button.submenu-toggle.show {
	 font-weight: 700;
}
 header.redesign button.menu-toggle:focus, header.redesign .button.menu-toggle:hover, header.redesign button.submenu-toggle:focus, header.redesign button.submenu-toggle:hover {
	 font-weight: 700;
}
 header.redesign i, header.redesign button, header.redesign a, header.redesign .nav-link {
	 color: #333333;
}
 header.redesign ul.dropdown-menu {
	 border: none;
}
 header.redesign.main-nav .navbar-collapse {
	 justify-content: space-around;
}
 header.redesign.main-nav .submenu-button.collapsed + .submenu {
	 display: none;
}
 header.redesign.mobile-menu .dropdown-menu {
	 border: none;
}
 header.redesign :-ms-input-placeholder {
	 color: hsl(0, 0%, 60%);
	 opacity: 1;
	 font-size:.9rem;
}
 header.redesign ::-ms-input-placeholder {
	 color: hsl(0, 0%, 60%);
	 font-size:.9rem;
}
 header.redesign ::placeholder {
	 color: hsl(0, 0%, 60%);
	 font-size:.9rem;
}
 header.redesign #desktopMenuOverlay {
	 display:none;
}
 header.redesign #desktopMenuOverlay.show {
	 position:fixed;
	 left:0;
	 top:0;
	 width:100vw;
	 height:100vh;
	 display:block;
	 background-color:#000;
	 opacity:0.5;
	 z-index: 1;
}
 header.redesign #megaMenuSearch .input-group {
	 padding-right: 1rem;
}
 header.redesign button#closeMegaMenu:focus {
	 border-radius:0;
	 box-shadow: 0 0 0 0.2rem rgba(166, 25, 46, 0.7);
}
 header.redesign .fa-magnifying-glass {
	 font-size:1rem;
}
 header.redesign .mega-menu .sub-btn {
	 text-transform: uppercase;
}
 header.redesign .inner ul, header.redesign .inner li {
	 list-style: none;
	 padding: 0;
	 margin: 0;
}
 header.redesign .inner a {
	 display: block;
	 text-decoration: none;
}
 header.redesign .menu-link {
	 padding: 20px 5px;
	 transition: background .2s, color .2s;
	 position: relative;
	 z-index: 1;
}
 header.redesign .mega-menu-header {
	 font-size: 1.2em;
	 text-transform: uppercase;
	 font-weight: bold;
}
 header.redesign .mega-menu--multiLevel {
	 background: #ffffff;
	 z-index: 10;
}
 header.redesign .mega-menu--multiLevel {
	 flex-direction: column;
}
 header.redesign .inner {
	 background: #ffffff;
}
 header.redesign .nav > .inner {
	 width: 100%;
}
 header.redesign .menu [aria-haspopup="true"] ~ ul {
	 display: none;
}
 header.redesign .mega-menu--multiLevel {
	 position: absolute;
	 top: 100%;
	 left: 0;
	 width: 95%;
}
 header.redesign .mega-menu--multiLevel > li {
	 width: 33.333333333333%;
}
 header.redesign .mega-menu--multiLevel > li > [aria-haspopup="true"] ~ ul {
	 left: 33.333333333333%;
	 width: 33.333333333333%;
}
 header.redesign .mega-menu--multiLevel > li > [aria-haspopup="true"] ~ ul ul {
	 width: 100%;
	 left: 100%;
}
 header.redesign .mega-menu--multiLevel li > [aria-haspopup="true"][aria-expanded="true"] ~ ul {
	 display: block;
	 transform-origin: left;
	 animation: flyout .2s ease-out;
}
 header.redesign .mega-menu--multiLevel li > [aria-haspopup="true"][aria-expanded="true"] ~ ul {
	 display: block;
}
 header.redesign .mega-menu--multiLevel [aria-haspopup="true"][aria-expanded="true"] ~ ul{
	 border-left: 1px solid rgba(112, 112, 112, 0.2);
}
 header.redesign .mega-menu--multiLevel [aria-haspopup="true"] ~ ul {
	 position: absolute;
	 top: 0;
	 height: 100%;
}
 header.redesign .mega-menu--flat > * {
	 flex: 1;
}
 header.redesign .mobile-menu-trigger, .mobile-menu-header, .mobile-menu-back-item {
	 display: none;
}
 @keyframes dropdown {
	 0% {
		 opacity: 0;
		 transform: scaleY(0);
	}
	 50% {
		 opacity: 1;
	}
	 100% {
		 transform: scaleY(1);
	}
}
 @keyframes flyout {
	 0% {
		 opacity: 0;
		 transform: scaleX(0);
	}
	 100% {
		 opacity: 1;
		 transform: scaleX(1);
	}
}
 header.redesign .mega-menu--multiLevel button {
	 border:none;
}
 header.redesign .background-cat.show {
	 background-image: url("/renderfile/ccb2d37a0a00001d61d9caf7875393ba/_img/header-footer/wildcatHead.png");
	 background-position: center;
	 background-repeat: no-repeat;
	 background-size: auto 110%;
	 filter: opacity(10%);
	 webkit-filter: opacity(10%);
	 left: 40%;
	 height: 100%;
	 width: 60%;
	 position: absolute;
}
 header.redesign .mega-menu .close {
	 position: absolute;
	 top: 0;
	 right: 0;
	 width: 5%;
}
 header.redesign form#megaMenuSearch {
	 padding-left: 5px;
	 padding-top: 20px;
	 padding-bottom: 2rem;
	 margin-right:25px;
}
 header.redesign .main-nav .mega-menu .inner {
	 margin-left: 2rem;
}
 header.redesign li.background-cat.show:before {
	 content: '';
	 position: absolute;
	 border-left: 1px solid rgba(112, 112, 112);
	 left: -11%;
	 height: 100%;
}
 header.redesign .mega-menu--multiLevel {
	 position: relative;
}
 header.redesign .mega-menu:after {
	 bottom: 169px;
}
 header.redesign .main-nav .mega-menu .inner {
	 margin-left: 35px;
}
 header.redesign .sub-btn {
	 font-weight: 700;
}
 header.redesign .menu-list .menu-link {
	 padding: 12px 20px;
}
 header.redesign .menu-list li:first-child {
	 margin-top: 5px;
}
 header.redesign .nav-link:focus-visible {
	 outline: 0;
	 box-shadow: 0 0 0 0.25rem rgba(166, 25, 46,.25);
}
 header.redesign .nav-item button:hover {
	 background-color: rgb(238, 238, 238);
}
 header.redesign a, header.redesign .nav-link:hover {
	 color: #333333;
}
 header.redesign .mega-menu .close {
	 position: absolute;
	 top: 0;
	 right: 0;
	 width: 5%;
	 float: right;
	 font-size: 1.5rem;
	 font-weight: 700;
	 line-height: 1;
	 color: rgb(0, 0, 0);
	 text-shadow: rgb(255, 255, 255) 0px 1px 0px;
	 opacity: 0.5;
}
 header.redesign ul.icon-bar.list-inline a:hover {
	 text-decoration:none;
}
 header.redesign .inner .col-12, header.redesign .navbar .col {
	 position: relative;
}
 @media (max-width: 767.98px) {
	 header.redesign .navbar-expand-md > .container-fluid {
		 padding-right: 0;
		 padding-left: 0;
	}
}
 @media (max-width: 900.98px) {
	 header.redesign .background-cat.show {
		 background-size: auto 90%;
	}
}
 @media (min-width: 992px) {
	 header.redesign .mega-menu .sub-btn {
		 font-size: 1.3rem;
	}
	 header.redesign .mega-menu .menu-list li {
		 font-size: 1.2rem;
	}
	 header.redesign .mega-bottom-bar .logo img {
		 height: 95px;
	}
	 header.redesign .main-nav .icon-bar .wildcat, header.redesign .main-nav .icon-bar .vision {
		 height: 3.5rem;
	}
	 header.redesign .main-nav .bottom-bar button.btn {
		 font-size: 1.3rem;
	}
}
 @media (min-width: 1200px) {
	 header.redesign .mega-menu .sub-btn {
		 font-size: 1.4rem;
	}
	 header.redesign .mega-menu .menu-list li{
		 font-size: 1.3rem;
	}
}
 footer.redesign {
	 color: #fff;
	 margin-top: -5px;
}
 footer.redesign .col-md-4 {
	 text-align: center;
}
 footer.redesign .list-inline-item:not(:last-child) {
	 margin-right: 0.8rem;
}
 footer.redesign .logo img {
	 height: 110px;
	 margin-top: -10px;
}
 footer.redesign .mobile-img {
	 height: auto;
	 margin-bottom: -5px;
	 width: 100%;
}
 footer.redesign .order-md-3 {
	 display: none;
}
 footer.redesign .row {
	 margin-left: 0;
	 margin-right: 0;
}
 footer.redesign a {
	 color: #fff;
	 text-decoration: none;
	 font-size:1.1rem;
}
 footer.redesign li a:hover, footer.redesign li a:active, footer li a:focus {
	 text-decoration: underline;
	 color: #fff;
}
 footer a:focus{
    outline:0;
    box-shadow: 0 0 0 .2rem rgba(255,255,255,.25)!important; 
 }
 footer.redesign .social {
	 margin: 1rem auto;
}
 footer.redesign i.fab {
	 font-size: 1.4rem;
}
 footer.redesign .social a:hover, footer.redesign .social a:active, footer.redesign .social a:focus {
	 color: #A6192E;
	 box-shadow:none !important;
}
 footer.redesign li.cc {
	 font-style: italic;
	 padding-top: 5px;
}
 footer.redesign a:focus-visible {
	 outline: rgba(166, 25, 46,.25) auto 1px;
}
 @media (max-width: 767.98px) {
	 footer.redesign .container {
		 background-color: #505050;
		 max-width: 100%;
		 padding-bottom: 1rem;
	}
}
 @media (min-width: 768px) {
	 footer.redesign {
		/*background-image: url("https://www.indwes.edu/_img/header-footer/desktop_footer.png");
		*/
		 background-position: center;
		 background-size: cover;
		 background-repeat: no-repeat;
		 padding-top: 20%;
	}
	 footer.redesign .mobile-img {
		 display: none;
	}
	 footer.redesign .order-md-1 {
		 text-align: start;
	}
	 footer.redesign .order-md-3 {
		 display: block;
		 text-align: end;
	}
	 footer.redesign .social {
		 margin-bottom: 0;
		 margin-top: 0.6rem;
	}
}



 /* ------------ ADVANCEMENT SUBSITE STYLE  ------------- */
 .header-overlay-text {
    position: absolute;
    top: 18%;
    left: 200px;
    width: 80%;
    line-height: 1.2;
}
.header-overlay-text em {
    font-size: 4.0rem;
    font-family: Surveyor;
}
.header-overlay-text .sub-text {
    font-size: 3.0rem;
    font-family: Surveyor;
}
@media(max-width: 660px) { /*PHONE FORMATS*/
    .header-overlay-text {
        left: 50px;
    }
}
 .relative {
     position: relative;
}
 .linkSpanner {
  position: absolute; 
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
} 
.surveyor {
  font-family: Surveyor;
}
.primary {
  color: var(--primary);
}
.big {
    font-size: 17pt;
    font-style: italic;
}
.headshot {
    border-radius: 50%;
    height: 125px;
    width: 125px;
    object-fit: cover;
}
.banner {
  height: 400px;
  width: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-heading {
  position: absolute;
  bottom: 0px;
  left: 100px;
  padding: 10px 40px;
  background-color: rgba(0,0,0,0.5);
}
.banner-heading h2 {
  color: #ffffff;
  font-size: 2.2em;
  text-transform: uppercase;
  font-family: Surveyor;
}
.bg-grey {
  background: #f4f4f4;
  padding: 100px 0px;
}
.clive-field-wrapper > label {
    margin: 0; /*-removes padding around field names & boxes-*/
}
.red-angle-background {
  background: url(https://www.indwes.edu/_img/red-angles-background.jpeg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
.card-transparent{
  border: 2px solid #ffffff;
  border-radius: 6px;
  color: #ffffff;
}

.white-primary {
    color: #ffffff;
    font-family: Surveyor;
}
.clive-submit {
    border-color: #982832;
    width: 150px !important;
    border-radius: 5px !important;
}

/*------CHEVRON BUTTON-------*/
/*---------------------------*/
.chevron, .clive-submit {
  text-align: center;
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 18px;
  min-width: 160px;
  padding: 8px 20px;
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.chevron.primary {
  background-color: #982832;
  color: #ffffff;
}
.chevron.light {
  background-color: #ffffff;
  color: #982832;
}
.chevron:before {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 40px;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.chevron:hover {
  text-indent: -20px;
}
.chevron:hover:before {
  opacity: 1;
  text-indent: 0px;
}

/*----- SLIDER -----*/
/*------------------*/
$time: 500ms;
$delay: $time/2;
$mode: cubic-bezier(0.17, 0.67, 0.55, 1.43);
@keyframes heartbeat {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.slider-container {
  position: relative;
  margin: 0 auto;
  width: 800px;
  height: 800px;
  .bullet-container {
    position: absolute;
    bottom: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    .bullet {
      margin-right: 14px;
      &:last-child {
        margin-right: 0px;
      }
      height: 10px;
      width: 10px;
      border-radius: 50%;
      background-color: #000000;
      opacity: 0.5;
      &.active {
        opacity: 1;
      }
    }
  }
  .slider-content {
    position: relative;
    left: 50%;
    top: 50%;
    width: 70%;
    height: 60%;
    transform: translate(-50%, -50%);
    .slider-single {
      position: absolute;
      z-index: 0;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transition: z-index 0ms $delay;
      border-radius: 1%;
      .slider-single-image {
         position: relative;
         border-radius: 10px;
         left: 0;
         top: 0;
         width: 100%;
         height: 100%;
         box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
         transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
         transform: scale(0);
         opacity: 0;
         text-align: center;
        border: 1px #fafafa;
      }
      .slider-single-title {
        text-align: center;
        font-size: 30px;
        color: #000000;
        transition: $time $mode;
        opacity: 0;
        text-transform: uppercase;
        color: #A6192E;
      }
      .slider-single-text{
        width: 90%;
        text: center;
        margin-left: auto;
        margin-right: auto;
      }
      
      &.preactivede {
        //z-index: 0;
        .slider-single-image {
          //opacity: 0;
          transform: translateX(-50%) scale(0);
        }
      }
      &.preactive {
        z-index: 1;
        .slider-single-image {
          opacity: .5;
          transform: translateX(-100%) scale(0.8);
        }
        .slider-single-title {
          opacity: .5;
          transform: translateX(0px);
        }
      }
      &.proactive {
        z-index: 1;
        .slider-single-image {
          opacity: 0.5;
          transform: translateX(100%) scale(0.8);
        }
        .slider-single-title {
          opacity: 0.5;
          transform: translateX(0px);
        }
      }
      &.proactivede {
        //z-index: 0;
        .slider-single-image {
          //opacity: 0;
          transform: translateX(50%) scale(0);
        }
      }
      &.active {
        z-index: 2;
        .slider-single-image {
          opacity: 1;
          transform: translateX(0%) scale(1);
        }
        .slider-single-title {
          opacity: 1;
          transition-delay: 0ms;
          transform: translateX(0px);
        }
      }
    }
  }
  .slider-left {
    position: absolute;
    z-index: 3;
    display: block;
    right: 85%;
    top: 50%;
    color: #000000;
    transform: translateY(-50%);
    padding: 600px 0px;
    margin-right: 15px;
    width: 65%;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    text-align: right;
    font-size: 30px;
  }
  .slider-right {
    position: absolute;
    z-index: 3;
    display: block;
    left: 85%;
    top: 50%;
    color: #000000;
    transform: translateY(-50%);
    padding: 600px 0px;
    margin-left: 15px;
    width: 65%;
    height: 100%;
    font-size: 30px;
  }
  .not-visible {
    display: none !important;
  }
}
.box {
  object-fit: cover;
  border-radius: 50%;
    width: 200px;
  height: 200px;

}

/*------ /home GREY NEWS GRID ------*/
/*----------------------------------*/
.col-md-4 .card-img {
  width: 100%; 
  height: 100%;
  margin: 0px;
}
@media only screen and (min-width: 768px) {
  .padding30 {
    padding-left: 30px !important;
  }
}

/*red wildcat head placeholder image for articles*/
.placeholder { 
  background: url('https://www.indwes.edu/_img/_new-site/advancement/red-placeholder2.png');
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.article-row {
  max-height: 150px;
  height: 150px;
  margin-bottom: 4px;
}

/*featured article image*/
.featured-img {
  background: url('https://www.indwes.edu/_img/_new-site/advancement/iwu-red-flags.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 330px;
}


/*------ CLIVE FORMS -----*/
/*------------------------*/
.clive-form-description-wrapper {
  margin: 15pt 0;
  font-family: Surveyor;
  font-size: 1.8em;
}
.clive-form {
  font-family: 'Open Sans', sans-serif;
}
.clive-field-wrapper label {
  display: none !important;  /*hide labels*/
}
.clive-field-wrapper {
  margin: 7pt 0px;
  padding: 0 0 0pt;
  font-size: 1em;
}
*, *::before, *::after {
  box-sizing: border-box;
}
.clive-field-wrapper > label {
  margin: 5pt 0 5pt 5pt;
}
.clive-field {
  margin: 5pt 0;
  position: relative;
}
.clive-field input[type=tel], .clive-field input[type=email], .clive-field input[type=text], .clive-field select, .clive-field textarea {
  width: 100%;
  padding: 15px 25px; /*padding inside the input box*/
  margin: 0px 0;
  display: inline-block;
  border: 2px solid #e5e3e3;
  border-radius: 6px;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #737373; /*color of input text*/
}
.clive-field textarea {
  min-height: 120px; /*set height of text area boxes*/
  padding: 15px 25px !important; /*padding inside the textarea box*/
  margin: 0px 0;
  display: inline-block;
  border: 2px solid #e5e3e3 !important;
  border-radius: 6px !important;
}
.clive-submit-wrapper {
    margin: 10pt 0;
    position: relative;
}

input[type=submit]:hover {
    background-color: #701d29; /*dark red*/
    border-color: #701d29;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.clive-dropdown-wrapper:before { /*dropdown ARROW*/
    content: '▼';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    right: 2em;
    font-size: 0.85em;
    color: #858585; /*dropdown arrow color*/
    visibility: visible;
}
.clive-dropdown-wrapper:after { /*dropdown ARROW*/
    content: '▼';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    right: 2em;
    font-size: 0.85em;
    color: #858585; /*dropdown arrow color*/
    visibility: hidden;
}
.clive-field-wrapper.clive-validation-error input:invalid, .clive-field-wrapper.clive-validation-error textarea:invalid, .clive-field-wrapper.clive-validation-error select:invalid {
    border: 1px solid #982832;
}
.clive-validation-error-text {
    color: #982832;
    padding: 5px 0;
}

/*------ STAFF GRID-------*/
/*------------------------*/
.flex-parent-staff {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
	align-items: normal;
	align-content: flex-start;
}
.flex-child-staff {
  flex: 1 0 21%; /* explanation below */
  margin: 5px;
  padding: 20px;
  border: 1px solid #f4f4f4;
  border-radius: 5px;
  max-width: 24%;
} 
.staff-name {
  font-weight: bold;
  font-size: 1.2rem;
  padding-top: 12px;
  color: #982832;
}
.staff-title {
  font-style: italic;
}
.staff-email, .staff-phone {
  color: #7c7c7c; /*light grey*/
}
.grey-box {
  background: #f4f4f4;
  margin-right: 20px;
  padding: 30px;
  border-radius: 6px;
}
.grey-box h3 {
  font-weight: 800;
}
.grey-box h3:after {
  content: "";
   background-color: #982832;
   display: block;
   width: 75px;
   height: 5px;
   margin: 10px 0 0;
}
/*----------- /home - testimonial row with drawing --------*/
/*---------------------------------------------------------*/
.chapel-background {
  min-height: 600px;
  background: url(https://www.indwes.edu/_img/_new-site/advancement/drawing_chapel_red.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.testimonial_text_box_container {
  position: relative;
}
.testimonial_text_box {
  /*background: rgba(49,62,72,.9)!important;*/
  font-size: 1.2rem;
  font-style: italic;
  padding: 50px;
  border-radius: 3px;
  position: relative;
}

.testimonial_text_box cite {
  color: #982832;
  font-size: 15px;
  display: block;
  margin-top: 5px;
  text-align: right;
  margin-right: 30px;
}
.testimonial_text_box cite:before {
  content: "\2014 \2009";
}
.give-now-box {
    background: rgba(49,62,72,.9)!important;
    color: #ffffff;
    border-radius: 5px;
    padding: 30px;
    margin-top: 40px;
    margin-bottom: 90px;
}

.max100 {
    max-width: 100%;
}
.ads-container{
    padding: 60px 60px;
    max-width: 1140px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


