/*

Theme Name: UMC Theme 2 Child – Invest in U
Theme URI: http://umc.utah.edu/
Description: Child Theme of UMC Theme – Invest in U
Author: Scott Troxel (design), Dave White (code), Brian Thurber (code), Rachel Engle (design & code)
Author URI: http://umc.utah.edu/
Template: umctheme2
Version: 1.0.0
License: Approved use for the University of Utah Marketing and Communications only
License URI: http://umc.utah.edu/
Tags: Responsive University
Text Domain: umctheme2-child-investinu
*/

/* NOTE: Parent Theme styles are loaded via the parent themes functions file in 'parent-style' and then this stylesheet (style.css) for the child is loaded */

/* Site Specific Styles Start Here
------------------------------------------------------------ */
/* ###########
Global
########## */

@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

hr {
  margin: 20px auto 40px 0px;
  height: 4px;
  width: 75px;
  background: linear-gradient(-20deg, #750000, #CC0000);
  border: none;
}
hr.centered {
  margin: 20px auto 40px auto;
}


/* ul li, ol li {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

ul li:hover, ol li:hover {
  padding-left: 5px; } */

.uu-list ul {
  list-style-type: none; }

.uu-list ul li {
  position: relative;
  margin-bottom: 10px;
}

.uu-list ul li::before {
  position: absolute;
  top: 0;
  left: -15px;
  content: '\f105';
  font-family: "FontAwesome";
  color: #CC0000;
}

a, button {
  background: none;
  border: none;
  color: #CC0000;
}
a:hover, button:hover {
  cursor: pointer;
  text-decoration: none;
  color: #750000;
}
a:focus, button:focus {
  outline: none;
}
/*--------------------------------------------------------------
 *## BUTTONS
 *-------------------------------------------------------------- */
.uu-btn {
  display: inline-block;
  margin: 10px auto;
  position: relative;
  background: #CC0000;
  color: #ffffff!important;
  padding: 10px 40px;
  border-radius: 50px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.15s ease;
  font-size: 16px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
a.uu-btn, a.uu-btn:visited {color: #ffffff;}
.uu-btn:hover {
  background: #750000;
  color: #ffffff!important;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
}
.uu-btn.white {
  background: #ffffff;
  color: #CC0000!important;
}
.uu-btn.white:hover {
  background: #F7F9FB;
  color: #372C2C!important;
}


.uu-section {
  position: relative;
  padding-top: 8% !important;
  padding-bottom: 8% !important;
}


/*--------------------------------------------------------------
 *## SECTIONS
 *-------------------------------------------------------------- */
.uu-section {
  padding: 8% 0px;
}

.uu-section.smoke {
  background-color: #F7F9FB;
  color: #585858;
}

/* ###########
Invest in U Homepage
########## */

.uu-investinu-overview {
  position: relative;
  padding-top: 300px!important;
  background-image: url('images/shape1.svg');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}


#uu-investinu-highlight {
  position: absolute;
  top: -150px;
  left: 0;
  right: 0;
  margin: 0px auto;
  max-width: 1024px;
  background: #ffffff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  z-index: 99;
}


#uu-investinu-highlight .highlight-copy {
  padding: 0px 30px;
}


#uu-investinu-highlight .highlight-numbers {
  padding: 30px;
  background: linear-gradient(-20deg, #750000, #CC0000);
  color: #ffffff;
  text-align: center;
  font-size: 48px;
  font-weight: 800;
  padding-bottom: 80px;
  transform: translateX(1px);
}

#uu-investinu-highlight p {
  /* margin: 0px!important; */
}

#uu-investinu-highlight .highlight-numbers span {
  display: block;
  font-size: 12px;
  font-weight: 400;
}

@media only screen and (max-width: 780px) {

  .uu-investinu-overview {
    padding-top: 10%!important;
  }

  #uu-investinu-highlight {
    position: relative;
    top: -100px;
  }

  #uu-investinu-highlight .highlight-numbers {
    transform: none;
  }

}

.isa-chart-container {
  max-width: 900px;
  margin: 0px auto 30px auto;
}


iframe.isa-embed {
  width: 100%;
  height: 500px;
  background: #FFFFFF;
  -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);
}


/* ###########
News Archive
########## */

.resource-item-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  align-content: center;
  margin: 0px auto;
  padding: 0px 2%;
  max-width: 1200px;
}

.resource-item:first-child {
  position: relative;
  flex: 0 1 98%;
  min-width: 230px;
  margin: 1%;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.resource-item {
  position: relative;
  flex: 0 1 23%;
  min-width: 230px;
  margin: 1%;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.resource-item-icon {
  width: 100%;
  max-width: 500px;
  margin: 0px auto 30px auto;
}

.resource-item h5 {
  font-size: 14px;
  text-transform: none;
  margin-bottom: 20px;
}

.resource-item p {
  font-size: 12px;
  color: #000000;
  text-align: left;
}

/* ###########
Cards
########## */
.uu-card {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  -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;
  margin-bottom: 30px;
}

.uu-card:hover {
  transform: translateY(-4px);
  -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-card-body {
  padding: 30px;
}

.uu-card .uu-btn {
  display: inline-block;
  margin: 10px auto;
  position: relative;
  background: #CC0000;
  color: #ffffff;
  padding: 8px 40px 8px 20px;
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border: 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;
}


/* ###########
Page Titles
########## */
.isa-page-title {
  text-align: center;
  padding: 75px 20px 75px 20px;
  color: #FFFFFF;
}

.isa-page-title h1 {
  color: #FFFFFF;
}

.isa-page-title p {
  color: #FFFFFF;
}


/* ###########
Custom Bar Chart
########## */
.isa-bar-chart {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-end;
  align-content: center;
  font-family: 'Open Sans', sans-serif;
}

.isa-bar-chart .legend {
  position: absolute;
  top: 0px;
  left: 3%;
  font-size: 11px;
}

.isa-bar-chart .legend .item {
  display: flex;
  flex-flow: row nowrap;
}

.isa-bar-chart .legend .item .bar, .isa-bar-chart .legend .item .bar2 {
  width: 20px;
  height: 20px;
  padding: 0px;
  margin-right: 10px;
}

.isa-bar-chart .legend .title {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.isa-bar-chart .dataset {
  width: 21%;
  margin: 0px 2%;
  display: flex;
  flex-flow: column nowrap;
  text-align: center;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.isa-bar-chart .dataset .total {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 30px;
}

.isa-bar-chart .bar, .isa-bar-chart .bar2  {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: #CC0000;
  color: #FFFFFF;
  font-size: 12px;
  padding: 20px 0px;
}

.isa-bar-chart .bar2 {
  background: #463C3C;
  color: #FFFFFF;
}

.isa-bar-chart .dataset .label {
  font-size: 12px;
  margin-top: 20px;
}

.isa-bar-chart .bottom-labels {
  width: 100%;
  margin: 30px 0px;
  font-size: 12px;
  text-align: center;
}

.isa-bar-chart .bottom-labels .divider {
  position: relative;
  display: flex;
  width: 96%;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0px 2% 20px 2%;
  font-weight: 600;
}

.isa-bar-chart .bottom-labels .divider::before, .isa-bar-chart .bottom-labels .divider::after {
  content: '';
  border-top: 1px solid;
  margin: 0 20px 0 0;
  flex: 1 0 20px;
}

.isa-bar-chart .bottom-labels .divider::after {
  margin: 0 0 0 20px;
}

.isa-bar-chart .bottom-labels .divider.red {
  color: #CC0000;
}

.isa-bar-chart .bottom-labels .dataset-labels {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-end;
  align-content: center;
  color: #CC0000;
}

.isa-bar-chart .bottom-labels .dataset-labels .label {
  width: 21%;
  margin: 10px 2%;
  display: flex;
  flex-flow: column nowrap;
  text-align: center;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.student-profiles .sow-features-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}

.student-profiles .sow-features-feature {
  float: none!important;
  width: 46%!important;
  margin: 2%;
  background: #FFFFFF;
  padding: 30px!important;
  -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);
  text-align: left!important;
}



/* ###########
Formidable Overrides
########## */
.uu-form form {
  background: #FFFFFF;
  padding: 30px;
  max-width: 600px;
  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_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); }


/* ###########
Call to Action Section
########## */
.isa-c2a {
  background: #CC0000;
  color: #FFFFFF;
  padding: 20px 0px 20px 0px;
}

#footer-container .bottom-brand .dept-logo img {
  max-width: 100px;
}


/* Major Tabs on Homepage */
.majors-tabs {}
.majors-tabs .sow-accordion-panel {
  margin-bottom: 0px !important;
  border-bottom: 1px solid #E0E0E0;
}
.majors-tabs .sow-accordion-panel-open .sow-accordion-panel-header {
  color: #CC0000 !important;
}
.majors-tabs .sow-accordion-panel-header {
  background-color: #FFFFFF !important;
  color: #333333 !important;
  border-radius: 4px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1) !important;
  transition: all 0.15s ease;
  font-weight: 600;
}

.majors-tabs .sow-accordion-panel-content .sow-accordion-panel-border {
  background-color: #FFFFFF !important;
}

.majors-tabs ul {
  list-style-type: none; }

.majors-tabs ul li {
  position: relative;
  margin-bottom: 10px;
}

.majors-tabs ul li::before {
  position: absolute;
  top: 0;
  left: -15px;
  content: '\f105';
  font-family: "FontAwesome";
  color: #CC0000;
}


.pdf-container img {
  -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);
}


/*
--- Timeline Horz / Student Journey ---
*/
.timeline-horz.student-journey  {
  position: relative !important;
  display: flex;
  flex-flow: row nowrap;
  max-width: 1200px;
  height: 30px;
  margin: 300px auto;
  background: #E2E7E6;
  padding: 0px 10px;
}
.timeline-item {
  flex: 1 1 16.666%;
  display: flex;
  flex-flow: column nowrap;
  text-align: center;
}
.timeline-item.top {
  align-self: flex-end;
  position: relative;
  top: 0px;
  border-bottom: 30px solid;
}
.timeline-item.bottom {
  align-self: flex-start;
  position: relative;
  top: 0px;
  border-top: 30px solid;
}
.timeline-item.bottom .timeline-date {
  order: 1;
  margin-top: 15px;
}
.timeline-item.bottom .timeline-content h4 {
  order: 2;
}
.timeline-item.bottom .timeline-content p {
  order: 3;
}
.timeline-item.bottom .timeline-item-icon {
  top: -200px;
}
.timeline-item.bottom .timeline-item-icon::before {
  top: 30px;
  border-bottom: 10px solid #E2E7E6;
  border-top: 0px;
}
.timeline-content {
  display: flex;
  flex-flow: column nowrap;
}
.timeline-content h4 {
  order: 1;
  color: #708E99;
  font-size: 16px;
  line-height: 1.8;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
}
.timeline-content p {
  order: 2;
  color: #708E99;
  font-size: 13px;
  line-height: 1.3;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.timeline-content .timeline-date {
  order: 3;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 3px solid;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.timeline-item-icon {
  position: absolute;
  bottom: -200px;
  margin: 0px auto;
  left: 0;
  right: 0;
}
.timeline-item-icon::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 160px;
  top: -130px;
  left: 0;
  right: 0;
  margin: 0px auto;
  z-index: 2;
  border-top: 10px solid #E2E7E6;
  border-bottom: 0px;
}
.timeline-item-icon img {
  position: relative;
  z-index: 3;
}


/* Timeline Media Queries */
@media screen and (max-width: 962px) {
  .timeline-horz.student-journey  {
    position: relative;
    flex-flow: column nowrap;
    height: auto;
    margin: 30px auto;
    background: none;
    padding: 30px;
  }
  .timeline-item.top, .timeline-item.bottom {
    flex: 1 1 100%;
    width: 100%;
    align-self: center;
    position: relative;
    top: auto;
    bottom: auto;
    margin-bottom: 70px;
    border-top: 30px solid;
    border-bottom: 0px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  }
  .timeline-item::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    margin: 0px auto;
    border-width: 10px 10px 10px 10px;
    border-color: #ffffff transparent transparent transparent;
  }
  .timeline-item:last-child::after {
    border: none;
  }

  .timeline-item-icon, .timeline-item.bottom .timeline-item-icon {
    top: -65px;
    bottom: auto;
  }
  .timeline-item-icon::before {
    display: none;
  }
  .timeline-content h4 {
    order: 1 !important;
    margin-top: 15px;
  }
  .timeline-content p {
    order: 2 !important;
    padding: 0px 30px;
  }
  .timeline-content .timeline-date {
    order: 3 !important;
    padding-bottom: 15px;
    margin: 0px 0px 0px;
  }
}

/* Timeline Colors */
.timeline-item.red {
  border-color: #c41230;
}
  .timeline-item.red .timeline-date {
    color: #c41230;
  }
  .timeline-item.red .timeline-item-icon::before {
    background-color: #c41230;
  }
  .timeline-item.red::after {
    border-color: #c41230 transparent transparent transparent;
  }
.timeline-item.yellow {
  border-color: #e8a92e;
}
  .timeline-item.yellow .timeline-date {
    color: #e8a92e;
  }
  .timeline-item.yellow .timeline-item-icon::before {
    background-color: #e8a92e;
  }
  .timeline-item.yellow::after {
    border-color: #e8a92e transparent transparent transparent;
  }
.timeline-item.blue {
  border-color: #3ABFC0;
}
  .timeline-item.blue .timeline-date {
    color: #3ABFC0;
  }
  .timeline-item.blue .timeline-item-icon::before {
    background-color: #3ABFC0;
  }
  .timeline-item.blue::after {
    border-color: #3ABFC0 transparent transparent transparent;
  }
