/*
Theme Name: UMC Theme 2 Child Debate 2020
Theme URI: http://umc.utah.edu/
Description: Child Theme of UMC Theme
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-debate2020
*/

/* 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
------------------------------------------------------------ */
/* ###########
Headers
########## */

h1.uu-site-titles__heading {
  font-weight: 800 !important;
}
.main-container h1 {
  font-size: 3.8em;
  font-weight: 800;
  letter-spacing: -2px;
  margin: 0px;
}
.main-container h1.subhead {
  font-size: 2em;
}

.main-container h1 {
  font-size: 40px;
}

.main-container h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
  font-weight: 400;
}

h5 {
  font-size: 18px;
  font-weight: 400;
}

h6 {
  font-size: 18px;
  font-weight: 600;
}

/* Buttons */
a:hover {
  text-decoration: none;
}

.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;
  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;
  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.ebony {
  background: #372C2C;
  color: #ffffff;
}

.uu-btn.ebony:hover {
  background: #000000;
  color: #ffffff;
}

.uu-btn.grey {
  background: #847A7A;
  color: #ffffff;
}

.uu-btn.grey:hover {
  background: #372C2C;
  color: #ffffff;
}

.uu-btn.small {
  padding: 5px 15px;
  font-size: 12px;
}

.uu-btn.large {
  padding: 10px 20px;
  font-size: 16px;
}

.ghost {
  background: none;
  border: 2px solid #CC0000;
  color: #CC0000;
}

.ghost:hover {
  background: #CC0000;
  color: #ffffff;
}



.ghost.white:hover {
  background-color: #ffffff;
  color: #CC0000;
}

/* 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;
  padding: 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);
}

/* Tables */
.uu-table {
  box-sizing: border-box;
  border-collapse: collapse;
}
.uu-table thead {
  background: #372C2C;
  color: #ffffff;
  border-bottom: 0px;
}

.uu-table thead th {
  background-color: transparent !important;
  border: 1px solid #ffffff;
}

.uu-table tbody tr {
  -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-table tbody tr:hover {
  background: #F7F9FB;
}

.uu-table tbody tr td {
  border: 1px solid #dee2e6;
  padding: .75rem;
}


/* Faqs */
#debate-faqs {}
#debate-faqs ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#debate-faqs ul li {
  padding: 15px;
  margin-bottom: 10px;
  background: #ffffff;
  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;
}
#debate-faqs ul li: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);
}
#debate-faqs ul li h6 {}
#debate-faqs ul li p {
  display: none;
}
#debate-faqs ul li p.active {
  display: block;
}

/* 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); }
