/*
 Theme Name:       UW WordPress Theme - Child Theme
 Theme URI:        https://github.com/uweb/uw_wp_theme_child
 GitHub Theme URI: https://github.com/uweb/uw_wp_theme_child
 Primary Branch:   main
 Author:           UW Web Team
 Author URI:       https://github.com/uweb
 Description:      A child theme based on the UW WordPress Theme
 Template:         uw_wp_theme
 Version:          1.1
 License:          GNU General Public License v2 or later
 License URI:      http://www.gnu.org/licenses/gpl-2.0.html
 Tags:             two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:      uw_wp_theme_child
*/

header.site-header div.navbar .site-branding .uw-wordmark {
 text-indent: -9999px;
 color: #fff;
 width: 260px;
 height: 61px;
display: block;
position: absolute;
top: 20px;
left: 130px;
 background: url(logowhite.png) no-repeat;
 transform: scale(.8);
}
.gform-field-label--type-inline{margin-top: -35px !important; padding-top: -35px !important; padding-left: 15px !important;}
.gform_button {background-color:#32006e !important; height:30px !important;}
.fixSlideshow{margin-top:-20px !important;}
.actionButton1{text-align:center; font-size: 20px !important; color: #32006e; text-decoration:none !important;}

.actionButton1 h3{color: #32006e; font-size: 14px !important; margin-top:15px !important;}

.actionButton1 h3:hover {font-size: 14px !important; }

a.actionButton1 {}
.bgColor{outline-style: solid; outline-color:#f1f1f1 !important; background-color:#ffffff !important; height: 170px !important; padding-top:25px !important; padding-bottom: 25px !important;	padding-left: 5px !important; padding-right: 5px !important;}
.bgColor:hover{background-color:#f1f1f1 !important; padding-top:2px;}
#info-box{
	display: flex;
  flex-direction: column;
  background-color: #4b2e83;
  color: white;
  padding: 20px;
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
}
#info-box h2, #info-box p, #info-box ul li {
	color: #ffffff;
}
#info-box h2 {
	margin-bottom: 30px;
}
.flipbox-image-content{margin-top: -25px !important; background-color:#ffffff !important;}
.flipbox-img-content{margin-top:-10px !important; padding-bottom:20px !important; padding-left:15px !important; padding-right: 15px !important; background-color: #ffffff !important;}
.fixPadding{padding-left:58px !important;}
.back-layout-btn{border-radius: 0 !important;font-family: "Open Sans", sans-serif !important; font-weight:600 !important; text-transform: uppercase !important; letter-spacing: -1px !important;}
@media only screen and (max-width: 767px){
header.site-header div.navbar .site-branding .uw-wordmark {
top: -2px;left: 70px;margin-top: -3px;}
}
.accordion .card .card-header h3 button {
	font-weight: 600;}
/*----------------Jennifer Hunt CSS Code----------------*/
#info-box{
	display: flex;
  flex-direction: column;
  background-color: #4b2e83;
  color: white;
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
}

#info-box h2, #info-box p, #info-box ul li {
	color: #ffffff;
}

#info-box p, #info-box li {
	font-size: 15.3px;
	line-height: 1.5;
}
/* Styling for the Program Details boxes on the degree and certificate program sidebars */

#info-box{
	display: flex;
  flex-direction: column;
  background-color: #4b2e83;
  color: white;
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
}

#info-box h2, #info-box p, #info-box ul li {
	color: #ffffff;
}

#info-box p, #info-box li {
	font-size: 15.3px;
	line-height: 1.5;
}

#info-box h2 {
	margin-bottom: 20px;
}

#info-box hr {
	background-color: #ffffff;
	width: 100%;
	margin-top: 2rem;
}

#info-box a {
	color: #e8e3d3;
}

#info-box a:hover {
	color: #85754d;
}

/* Styling for the Fast Facts and Rankings sections */ 

.goldbox {
	background: #e8e3d3;
}

.graybox {
	background: #eeeeee;
}

.sonrankings {
    margin: 30px 50%;
    left: -50vw;
    padding: 0 0 30px 0;
    position: relative;
    right: -50vw;
    row-gap: 30px;
    text-align: center;
    width: 100vw;
}

.sonrankings h2 {
    background: #4b2e83;
    color: white;
    display: inline-block;
    font-size: 3rem;
    margin-bottom: 25px;
    padding: 20px 50px;
    position: relative;
    text-transform: uppercase;
}

.sonrankings .stat {
    color: #4b2e83;
    font-size: 80px;
    font-family: "Encode Sans Normal";
    /*letter-spacing: -30px; */
    line-height: normal;
    margin-bottom: 20px;
}

.sonrankings .list {
    color: #4b2e83;
    font-family: "Encode Sans Normal", sans-serif;
    font-weight: 900;
    font-size: 22px;
}

.sonrankings .source {
    font-family: "Encode Sans Compressed", sans-serif;
    line-height: normal;
}

/* Styling for the track tiles on the main DNP landing page */

.track-container {	
	max-width: 100%;
	position: relative;
}

.track-container .row.equal {
	margin-bottom: 30px;		
	}

.track-tile {
    display: flex;
    flex: 1 0 30%;
    background-color: #fff;
    background-size: cover;
    background-position: top center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 10px;
    transition: transform 0.7s ease-in-out, color 0.5s ease-in-out;
    min-height: 225px;
    position: relative;
    text-decoration: none;
    color: inherit;
    font-family: Encode Sans Normal;
    font-weight: bold;
}
.ipnrm-body {
    padding: 15px !important;
}
@media (max-width: 768px) {
    .track-tile {
        background-position: top center;
        min-height: 250px;
    }
	
	.track-container .row.equal {
				margin-bottom: 0px;		
	}
	
#requirements .p-5{
	padding: 1.5rem !important;	
}
}

.track-text-block{
  position: absolute;
  bottom: 20px;
  left: 0px;
  background-color: rgba(0, 0, 100, 0.4);
  color: white;
  padding: 10px 20px;
  transition: color 0.25s ease-in-out;
	line-height: 1.2;
}

.track-text-block a {
	color: white;
	text-decoration: none;
}

.track-tile:hover .track-text-block a {
    color: #e8e3d3;
}

.track-tile:hover {
    transform: scale(1.05);
}

.track-tile a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-decoration: none;
	  color: inherit;
}

.track-tile:hover .track-text-block {
    color: #e8e3d3;
}

.action-tile {
    padding: 15px !important;
    background: #4b2e83;
    border-bottom: solid 3px white;
    border-left: solid 3px white;
	  align-items: center;
	  justify-content: center;
	  display: flex;
	  box-sizing: border-box;
}

.action-tile a {
    text-align: center;
    display: flex;
    color: white;
    text-transform: uppercase;
    font-family: "Encode Sans Normal", sans-serif;
	  padding: 15px;
    border: #707070 1px solid;
	  width: 100%;
		height: 100%;
		align-items: center;
	  justify-content: center;
}

.action-tile a:hover {
  background: #e8e3d3;
  color: #85754d;
}

/* Shows the Faculty/Staff Resources menu items in the dropdown nav on mobile, and hides on desktop */
@media (max-width: 768px) {
	.faculty-mobile-nav {
		display: block !important;
}	
}
@media (min-width: 767px) {
	.faculty-mobile-nav {
		display: none !important;
}	
}

/* Styling for track faculty information on DNP track sidebar */

.track-faculty-container {
	display: flex;
  align-items: center;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
  background-color: white;
  padding: 20px;
  flex-wrap: wrap;
}

.track-faculty-image-column {
	flex: 0 0 30%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.track-faculty-image-column img {
	max-width: 125px;
  max-height: 125px;
	width: 100%;
  height: auto;
  border-radius: 8px;
	object-fit: cover;
	object-position: top center;
}

.track-faculty-contact-column {
	flex: 1;
}

#info-box h2 {
	margin-bottom: 20px;
}

#info-box hr {
	background-color: #ffffff;
	width: 100%;
	margin-top: 2rem;
}

#info-box a {
	color: #e8e3d3;
}

#info-box a:hover {
	color: #85754d;
}

.rankings {
    background: #e8e8e8;
    margin: 0 50%;
    left: -50vw;
    padding: 0 0 30px 0;
    position: relative;
    right: -50vw;
    row-gap: 30px;
    text-align: center;
    width: 100vw;
}

.rankings h2 {
    background: #4b2e83;
    color: white;
    display: inline-block;
    font-size: 3rem;
    margin-bottom: 25px;
    padding: 20px 50px;
    position: relative;
    text-transform: uppercase;
}

.rankings .stat {
    color: #4b2e83;
    font-size: 100px;
    font-family: "Encode Sans Normal";
    /*letter-spacing: -30px; */
    line-height: normal;
    margin-bottom: 20px;
}

.rankings .list {
    color: #4b2e83;
    font-family: "Encode Sans Normal", sans-serif;
    font-weight: 900;
    font-size: 22px;
}

.rankings .source {
    font-family: "Encode Sans Compressed", sans-serif;
    line-height: normal;
}

.track-container {	
	max-width: 100%;
	position: relative;
}

.track-container .row.equal {
	margin-bottom: 30px;		
	}

.track-tile {
    display: flex;
    flex: 1 0 30%;
    background-color: #fff;
    background-size: cover;
    background-position: top center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 10px;
    transition: transform 0.7s ease-in-out, color 0.5s ease-in-out;
    min-height: 225px;
    position: relative;
    text-decoration: none;
    color: inherit;
    font-family: Encode Sans Normal;
    font-weight: bold;
}

@media (max-width: 768px) {
    .track-tile {
        background-position: top center;
        min-height: 250px;
    }
	
	.track-container .row.equal {
				margin-bottom: 0px;		
	}
	
#requirements .p-5{
	padding: 1.5rem !important;	
}
}

.track-text-block{
  position: absolute;
  bottom: 20px;
  left: 0px;
  background-color: rgba(0, 0, 100, 0.4);
  color: white;
  padding: 10px 20px;
  transition: color 0.25s ease-in-out;
	line-height: 1.2;
}

.track-text-block a {
	color: white;
	text-decoration: none;
}

.track-tile:hover .track-text-block a {
    color: #e8e3d3;
}

.track-tile:hover {
    transform: scale(1.05);
}

.track-tile a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-decoration: none;
	  color: inherit;
}

.track-tile:hover .track-text-block {
    color: #e8e3d3;
}
.ipnrm {
	height: 1000px !important;}
@media only screen and (max-width: 1500px) {
.ipnrm {
    height: 600px !important;
	}	}
@media only screen and (max-width: 1200px) {
.ipnrm {
    height: 500px !important;
	}	}
@media only screen and (max-width: 767px) {
.ipnrm {
    height: 400px !important;
	}	}
@media only screen and (max-width: 500px) {
.ipnrm {
    height: 300px !important;
	}	}

