li {
		font-size:16px;
}
@font-face {
    font-family: "Vitesse";
    src: url("fonts/Vitesse-Bold.woff2") format("woff2");
    src: url("fonts/Vitesse-Bold.woff") format("woff");
}


/* Global Overrides */
.menu-block hr {
  border: none;
}

.home .entry-content {
  margin-bottom: 0px !important;
}
#top-marquee-home p {
  font-size: 24px;
  margin: 0px;
}
#top-marquee-home h1 {
  font-size: 48px;
  line-height: 50px;
  margin: 0px;
}
#top-marquee-home .so-panel {
  margin-bottom: 0px !important;
}
#top-marquee-home .sow-slider-image-container {
  position: relative;
}
#top-marquee-home .sow-slider-image-container::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.2);
  z-index: 990;
}

#top-marquee-home .sow-slider-image-wrapper {
  position: relative;
  z-index: 991;
}

@media only screen and (max-width: 1000px) {
  #grad-bkg {
    background-position: 200px 0px !important;
  }
}
@media only screen and (max-width: 780px) {
  #grad-bkg {
    background: #ffffff !important;
  }
}

@media only screen and (min-width: 1500px) {
  #pgc-8-1-0 {
    width: 90% !important;
  }
}

/* Buttons */
button, button:focus {
  outline: none;
}

.uu-btn, .uu-btn:visited, button.uu-btn {
  display: inline-block;
  margin: 10px auto;
  position: relative;
  background: #CC0000;
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  border: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}


.uu-btn:hover {
  background: #750000;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
}

.uu-btn.small {
  padding: 5px 15px;
  font-size: 12px;
}


/* Top Buttons in Marquee */
.top-buttons {
  position: absolute;
  margin: 0px auto;
  max-width: 700px;
  left: 0;
  right: 0;
  bottom: -40px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  z-index: 992;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 500px) {
  .top-buttons a {
    flex: 1 1 50%;
    border-radius: 0px !important;
  }
}

.top-buttons a {
  flex: 1 1 auto;
  background: #cc0000;
  text-align: center;
  color: #ffffff !important;
  padding: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.top-buttons a:first-child {
  border-radius: 8px 0px 0px 8px;
}
.top-buttons a:last-child {
  border-radius: 0px 8px 8px 0px;
}


.top-buttons a:hover {
  background: #A30000;
  text-decoration: none;
}

.top-buttons a:visited {
  text-decoration: none;
}

.top-buttons a img {
  text-align: center;
  margin:  0px auto 10px auto;
  display: block;
  transition: all 0.3s ease;
}

.top-buttons a:hover img {
  transform: translateY(-5px);
}

.top-buttons a span {
  display: block;
}

/* Four Goal Cards */
.four-goal-cards {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 20px;
}

.four-goal-cards .card {
  flex: 1 1 17%;
  text-align: center;
  background: #FFFFFF;
  padding: 30px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 1%;
}

@media only screen and (max-width: 780px) {
  .four-goal-cards .card {
    flex: 1 1 46%;
  }
}

.four-goal-cards .card img {
  text-align: center;
  margin:  0px auto 10px auto;
  display: block;
}

.four-goal-cards .card span {
  display: block;
}

/* Process Discs */
.process-discs {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.process-discs .disc1, .process-discs .disc2, .process-discs .disc3 {
  text-align: center;
  font-size: 21px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  height: 325px;
  width: 325px;
  border-radius: 50%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.process-discs .disc1:hover, .process-discs .disc2:hover, .process-discs .disc3:hover {
  transform: translateY(-2px);
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 990;
}

.process-discs .disc1:hover span, .process-discs .disc2:hover span, .process-discs .disc3:hover span {
  display: none;
}

.process-discs p {
  display: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
  padding: 0px 40px;
}

.process-discs .disc1:hover p, .process-discs .disc2:hover p, .process-discs .disc3:hover p {
  display: block;
}

.process-discs .disc1 {
  position: relative;
  left: 40px;
  background: rgba(211, 38, 38, 0.75);
}
.process-discs .disc1:hover {
  background: rgba(211, 38, 38, 1);
}
.process-discs .disc2 {
  background: rgba(150, 150, 150, 0.75);
}
.process-discs .disc2:hover {
  background: rgba(150, 150, 150, 1);
}
.process-discs .disc3 {
  position: relative;
  right: 40px;
  background: rgba(73, 153, 183, 0.75);
}
.process-discs .disc3:hover {
  background: rgba(73, 153, 183, 1);
}
@media only screen and (max-width: 1000px) {
  .process-discs .disc1, .process-discs .disc2 , .process-discs .disc3  {
    height: 255px;
    width: 255px;
  }

  .process-discs p {
    font-size: 12px;
    line-height: 16px;
    padding: 0px 30px;
  }

}

@media only screen and (max-width: 700px) {
  .process-discs .disc1 {
    left: 0;
  }
  .process-discs .disc3 {
    right: 0;
  }
}


/* Formidable Overrides */
.uu-form form {
  background: #FFFFFF;
  padding: 30px;
  max-width: 800px;
  margin: 30px auto;
  border-radius: 8px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.uu-form .frm_form_field {
  margin: 0px 1% 20px 1%;
}

.uu-form .frm_form_field.frm_half {
  width: 48%;
  float: left;
  clear: none; }

.uu-form .frm_form_field.frm_half.frm_first {
  padding-right: 15px; }

.uu-form .frm_form_field.frm_full {
  clear: both; }

.uu-form .frm_form_field label {
  display: block; }

.uu-form .frm_checkbox input, .uu-form .frm_radio input {

  height: 14px!important;
}

.uu-form .frm_form_field input {
  display: block;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #CCCCCC;
  font-size: 16px;
  line-height: 16px;
  padding: 10px 20px;
  width: 100%;
  outline: none;
}

.uu-form .frm_form_field select {
  position: relative;
  display: block;
  height: 44px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #CCCCCC;
  font-size: 16px;
  line-height: 16px;
  padding: 10px 20px;
  width: 100%; }

.uu-form .frm_form_field textarea {
  display: block;
  border-radius: 8px;
  border: 1px solid #CCCCCC;
  font-size: 16px;
  line-height: 16px;
  padding: 20px;
  width: 100%; }

/* .uu-form .frm_form_field .frm_description {
  display: none; } */

.uu-form .frm_submit {
  text-align: right;
}

.uu-form .frm_submit .frm_button_submit, .uu-form .frm_submit .frm_button_submit:visited {
  display: inline-block;
  margin: 10px auto;
  position: relative;
  background: #CC0000!important;
  color: #ffffff!important;
  padding: 8px 40px!important;
  border-radius: 50px!important;
  font-size: 14px!important;
  font-weight: 700!important;
  text-transform: uppercase!important;
  border: none!important;
  white-space: nowrap;
  cursor: pointer;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.uu-form .frm_submit .frm_button_submit:hover {
  background: #750000;
  color: #ffffff;
  transform: translateY(-2px);
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1); }


  /* HOMEPAGE 2025 */
.strategy-accordian {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.strategy-accordian .sow-accordion-title {
  font-size: 20px;
  font-family: "Montserrat",Helvetica,Arial,sans-serif;
  line-height: 1.3;
  font-weight: 800
}

.strategy-accordian .sow-accordion-panel-content li {
  margin-bottom: 10px;
}

.pres-photo {
  border-bottom: 10px solid #CC0000;
}
#student-success, #generate-knowledge, #engage-communities, #ensure-vitality  {
  position: relative;
  border-top: 10px solid #CC0000;
}
#student-success::after, #engage-communities::after {
  background: url('https://strategy2025.utah.edu/wp-content/uploads/sites/20/2020/06/lines.png');
  position: absolute;
  top: -20px;
  left: 20px;
  content: '';
  width: 90px;
  height: 52px;
}

#generate-knowledge::after, #ensure-vitality::after {
  background: url('https://strategy2025.utah.edu/wp-content/uploads/sites/20/2020/06/lines.png');
  position: absolute;
  top: -20px;
  right: 20px;
  content: '';
  width: 90px;
  height: 52px;
}
.strategy-img-title-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 160px;
  width: 100%;
}