/*
Theme Name: UMC Theme 2 Child - Utah Presents
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
*/

/* 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
------------------------------------------------------------ */
/**********************
Utah Presents colors
**********************/
:root {
  --olive:#8F936E;
  --mandarin:#E8B884;
  --smog:#83979E;
  --grape:#997C85;
  --mocha:#AF785A;
  --neon:#DEE285;
  --cherry:#D93B34;
  --pearl:#FFFFFF;
}
/************
Top MENU
*************/
#top-level-menu,
.top-menu {
  display:inline-block!important;
}
ul#menu-primary-menu.uu-primary-menu {
  display:inline-block;
}

/*--------------------------------------------------------------
 *## GLOBAL
 *-------------------------------------------------------------- */
body {
  color: #585858;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 {
color: #000000;
font-family: "Montserrat", sans-serif;
font-weight: 605;
margin-bottom: 25px;
text-transform: uppercase;
}
h2 {
  font-size:32px;
}
.home h2 {
  display:none;
}
h3 {
  font-size:24px;
}
h4 {
  font-size: 20px;
  font-weight: 400;
}
h5 {
  font-size: 18px;
  font-weight: 400;
}
h6 {
  font-size: 16px;
  font-weight: 400;
}
h3,
h3.widget-title {
  color: #372C2C!important;
  font-family: "Montserrat", sans-serif;
  font-size: 1.75em;
  line-height: 1.5;
  font-weight: 800;
  margin: 0px;
  text-transform:uppercase;
  /* margin-top:3em; */
}

.widget-title {
  padding-bottom:0!important;
  border-bottom:none!important;
}
h2.hero-text {
  font-size: 2.75em;
  color:#fff;
}
h2.page-title {
  display:none;
}
hr {
  margin: 20px auto 20px 0px;
  height: 4px;
  width: 75px;
  background: var(--olive);
  border: none;
}
hr.white {
  margin: 20px auto 20px 0px;
  height: 4px;
  width: 75px;
  background: #fff;
  border: none;
}
hr.centered {
  margin: 20px auto 40px auto;
}
hr.centered-white {
  background:#fff;
  margin:0 auto;
}
hr.black-border {
  margin: 0px 0px 0px 0px;
height: 1px;
background: none!important;
border-bottom: 1px solid #cccc;
width: 100%;
}

.uu-section.red-bg hr {
  background: linear-gradient(-20deg, #000000, #372C2C);
}

article {
  width: 100%;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

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;
}
a.uu-link, button.uu-link {
  position: relative;
  transition: all 0.15s ease;
}
a.uu-link:after, button.uu-link:after {
  position: absolute;
  right: -10px;
  content: "";
  font-family: "FontAwesome";
}
a.uu-link:hover:after, button.uu-link:hover:after {
  right: -12px;
}
.uu-btn.white, .uu-btn.white:visited, .uu-btn.white:active {
  background:#ffffff!important;
  color:#000000!important;
}
.pagination {
  display: inline-block;
  margin: 10px auto;
  position: relative;
  background-color: var(--olive)!important;
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
  transition: all 0.3s;
}
.pagination a:hover {
  color:#000!important;
}
.uu-btn {
display: inline-block;
margin: 10px auto;
position: relative;
background-color: var(--olive)!important;
color: #ffffff;
padding: 8px 20px;
border-radius: 50px;
font-size: 14px;
font-weight: 700;
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
text-decoration: none;
border: none;
white-space: nowrap;
cursor: pointer;
box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
transition: all 0.3s;
}
.uu-btn:hover {
  background-color:var(--mandarin);
}
.container {
  padding-left: 15px;
  padding-right: 15px;
}

ol.numbered-list {
  list-style-type: none;
  counter-reset: item;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

ol.numbered-list > li {
  display: block;
  position: relative;
  padding-left: 25px;
}

ol.numbered-list > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(item, decimal-utahpresents-zero) " ";
  counter-increment: item;
  font-size: 1.2em;
  line-height: 1.5;
  font-weight: 400;
  margin-right: 5px;
  color: #7B7B7B;
}
ol.numbered-list li > ul {
  list-style-type: disc;
}
/***************
Home Page Events
******************/
.uu-home-date .event-month,
.uu-home-date .event-day {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  text-align: center;
  color:#000;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size:22px;
  font-weight: bold;
}
.uu-home-date {
  background: var(--pearl);
  box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.1);
  width: 90px;
  position: relative;
  overflow: hidden;
  height: 70px;
}
span.venue-home {
text-transform: uppercase;
font-weight: bold;
margin-bottom: 5px;
margin-top: 5px;
color:#fff!important;
}
span.venue {
  color: #3D3B36;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-transform: initial;
}
body.home span.condensed-medium-text,
body.home span.venue {
  color:#fff!important;
}
.uu-home-card h3 {
  font-size: 1.95em;
  color:#fff!important;
}
.uu-home-event-0 .uu-home-card {
  background-color:var(--olive);
   width: 40%;
   position: relative;
   /* left: 63em; */
   float:right;
   top: -30em;
   padding: 2em;
}
.uu-home-contents {
  color:#fff!important;
}
.uu-home-event-0 .uu-home-contents {
margin-top: -4em;
margin-left: 2em;
padding: 0em;
}
.uu-home-event-0 .uu-home-date {
  left: -5em;
}
.uu-home-event-0 {
  height: 800px;
  overflow:hidden;
  margin-top: -4.4em;
}
.uu-home-event-1 .uu-home-card {
  background: var(--mandarin);
}
.uu-home-event-2 .uu-home-card {
  background: var(--smog);
}
.uu-home-event-3 .uu-home-card {
  background: var(--mocha);
}
.uu-home-event-4 .uu-home-card {
  background: #3F3D38;
}
.uu-home-event-5 .uu-home-card{
  background: var(--olive);
}
.uu-home-event-1,
.uu-home-event-2,
.uu-home-event-4,
.uu-home-event-5 {
  width: 50%;
  display: flex;
  height: 420px;
  float: left;
  color:#fff!important;
  overflow: hidden;
}
.uu-home-event-1 .uu-home-date,
.uu-home-event-2 .uu-home-date,
.uu-home-event-4 .uu-home-date,
.uu-home-event-5 .uu-home-date  {
position: relative;
overflow: hidden;
z-index: 1000000;
left: -4em;
top: 2em;

}
.uu-home-event-1 .uu-home-card,
.uu-home-event-2 .uu-home-card,
.uu-home-event-4 .uu-home-card,
.uu-home-event-5 .uu-home-card  {
  padding: 1em;
  display: flex;
  flex-direction: column;
  width: 420px;
}

.uu-home-event-1 .uu-home-image,
.uu-home-event-2 .uu-home-image,
.uu-home-event-4 .uu-home-image,
.uu-home-event-5 .uu-home-image,
.uu-home-event-1 .uu-home-card,
.uu-home-event-2 .uu-home-card,
.uu-home-event-4 .uu-home-card,
.uu-home-event-5 .uu-home-card {
  width:420px;
  height:420px;
}
.uu-home-event-1 .uu-home-image img,
.uu-home-event-2 .uu-home-image img,
.uu-home-event-4 .uu-home-image img,
.uu-home-event-5 .uu-home-image img{
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: cover;
  height: 100% !important;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.uu-home-event-1 .uu-home-contents,
.uu-home-event-2 .uu-home-contents,
.uu-home-event-4 .uu-home-contents,
.uu-home-event-5 .uu-home-contents  {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  padding: 0em;
  margin-top: -2.7em;
  padding-left: 3em;
  padding-right: 0em;
}
.uu-home-event-3 .uu-home-contents {
  margin-top: 0em;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  padding: 0em;
  padding-left: 3em;
  padding-right:3em;
}
.uu-home-contents .uu-btn.white {
  margin: 20px 0px;
}

.uu-home-event-3 .uu-home-image img,
.uu-home-event-0 .uu-home-image img,
.uu-home-event-1 .uu-home-image img,
.uu-home-event-2 .uu-home-image img,
.uu-home-event-4 .uu-home-image img,
.uu-home-event-5 .uu-home-image img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: cover;
  height: 100% !important;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.uu-home-event-3 .uu-home-image {
  width:840px;
  height:420px;
}
.uu-home-event-3 .uu-home-card {
  height:420px;
}
.uu-home-event-3 {
  width: 50%;
  display: flex;
  flex-direction: column;
  float:left;
}
.uu-home-event-3 .uu-home-date {
  top:-2em;
}
/* .uu-home-event-0 .uu-home-image {
  height: 800px;
width: 2000px;
} */
/*****************
Post Events
******************/
h2.post-title {
font-family: "Montserrat", sans-serif;
font-weight: 700;
margin-bottom: 25px;
text-transform: uppercase;
color:#000;
}

img.uu-post-event-img{
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: cover;
  height: 600px;
  width: 4000px;
  position: relative;
  overflow: hidden;
  margin-top: -4.4em;
}

blockquote {
  border-left: 10px solid #fff;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  clear:both;
  font-style: italic;
}
blockquote:before {
  color: var(--smog);
  content: open-quote;
  font-size: 8em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
  font-weight:700;
  font-family: 'Open Sans', sans-serif;
}
blockquote p {
    display: inline;
    font-size:28px;
    color: var(--smog);
    font-weight:700;
    font-family: 'Open Sans', sans-serif;
}

.uu-event-textarea {
  background:var(--grape);
width: 62%;
padding: 2em;
color: #fff;
padding: 2em;
padding-left: 5em;
padding-right: 2em;
}
.uu-event-title {
  color: #fff !important;
  font-weight: 700;
  margin-bottom: 15px;
}
#single-date {
  width: 9%;
  position: relative;
  z-index: 10000;
  top: 7em;
  left: -2.5em;
  -webkit-box-shadow: -4px 2px 27px -6px rgba(0,0,0,0.75);
-moz-box-shadow: -4px 2px 27px -6px rgba(0,0,0,0.75);
box-shadow: -4px 2px 27px -6px rgba(0,0,0,0.75)
}
.uu-second-event-image {
  width: 72%;
  height: 450px;
  position: relative;
  top: -20.5em;
  left: 35em;
  z-index: -1;
}
.uu-second-event-image img {
width: 100%;
}
.post-article {
  margin-top: -15em;
}
.uu-full-width {
margin-bottom: 32em;
padding-left: 0px;
padding-right: 0px;
border-left: 0px none;
border-right: 0px none;
}
.uu-ticket-prices {
width: 60%;
background: var(--olive);
padding: 3em;
float: left;
color:#fff;
height:480px;
}
.uu-ticket-prices h4 {
  color: #372C2C !important;
font-family: "Montserrat", sans-serif;
font-size: 1.5em;
line-height: 1.5;
font-weight: 700;
margin: 0px;
text-transform: uppercase;
color:#fff!important;
}
.uu-details-showtimes h4 {
  color: #372C2C !important;
font-family: "Montserrat", sans-serif;
font-size: 1.5em;
line-height: 1.5;
font-weight: 700;
margin: 0px;
text-transform: uppercase;
color:#000;
}
.uu-details-showtimes {
  width: 40%;
  background: #F1EFED;
  padding: 3em;
  float:left;
  height:358px;
}
.uu-get-ticket {
  width:40%;
  background:var(--mandarin);
  padding:2em;
  float:left;
  display: flex;
}
.uu-video {
  clear: both;
  display: flex;
  flex-direction: column;
  align-items: center;
  top:4em;
  position:relative;
  margin-bottom: 15em;
}
.uu-video iframe {
  width:1000px;
  height:550px;
}
.rwmb-oembed-not-available {
  display:none;
}
/****************
Events Category Page
********************/
.uu-event-image {
  /* width: 500px; */
  height: 350px
}

.uu-event-image img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: cover;
  height: 100% !important;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.uu-event-body {
  /* width: 500px; */
  padding: 2em;
text-align: left;
color:#fff;
}
.uu-event-body h3 {
  color: #372C2C !important;
font-family: "Montserrat", sans-serif;
line-height: 1.5;
font-weight: 800;
margin: 0px;
text-transform: uppercase;
color:#fff!important;
}
.uu-event-body span.venue {
  color:#fff;
}
#color-id-0 .uu-event-body {
  background: var(--mandarin);
}
#color-id-1 .uu-event-body {
  background: var(--olive);
}
#color-id-2 .uu-event-body {
    background: var(--smog);
}
#color-id-3 .uu-event-body {
background: var(--cherry);
}
#color-id-4 .uu-event-body {
background: var(--grape);
}
#color-id-4 .uu-event-body {
background: var(--mocha);
}
#color-id-7 .uu-event-body {
background: var(--mocha);
}
#color-id-8 .uu-event-body {
background: var(--olive);
}
#color-id-9 .uu-event-body {
background: var(--mandarin);
}
#color-id-10 .uu-event-body {
background: var(--smog);
}
#category-page.uu-home-date {
  top: -3em;
 float: right;
}
/* ----------------------------------------------
HEADER & FOOTER
-------------------------------------------------*/
.uu-site-header__inner {
  margin:0 0 0 0!important;
}
h1.uu-site-titles__heading {
  display:none;
}
.uu-site-header {
background: none!important;
}
#header-container {
background-color: transparent!important;
position: relative;
/* z-index: 100000; */
}
#uu-pushmenu-trigger,
#uu-pushmenu-trigger.fix-top {
  background-color:var(--mocha)!important;
}
#uu-pushmenu-trigger:hover,
#uu-pushmenu-trigger.fix-top:hover {
  background-color:var(--mocha)!important;
}
#utahpresents-uu-menu li {
  display: inline-block;
}
#utahpresents-uu-menu {
list-style-type: none;
margin: 0px 20px;
padding: 0px;
}
#uu-pushmenu-trigger.u-flag::before {
background: url(images/utahblock.png) no-repeat!important;
background-position-x: 5px !important;
background-position-y: 3px !important;
background-size: 50px !important;
}
#uu-pushmenu-trigger.u-flag.is-active::before {
  background:none!important;
  background-color:transparent!important;
}
.utahpresents-uu-menu {
  flex: 1 1 auto;
  text-align: right;
}

#utahpresents-uu-menu {
  list-style-type: none;
  margin: 0px 20px;
  padding: 0px;
  width: 100%;
margin-bottom: -5.4em;
position: relative;
z-index: 1;
right: 10em;
top: -7px;
}

#utahpresents-uu-menu li {
  display: inline-block;
}
span.menu {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

#utahpresents-uu-menu li a, #utahpresents-uu-menu li a:focus, #utahpresents-uu-menu li a:visited  {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  padding: 30px 10px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0 0 0 #CC0000;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
#utahpresents-uu-menu li a:hover {
  color: var(--cherry);
}

.uu-site-header__logo {
  background-image: url(images/utahpresents.png);
  background-repeat: no-repeat;
  height: 58px;
  width: 100%;
  position: absolute;
  top: -1.9em;
}
#footer-container {
  background:#fff!important;
  transform: translateY(-1px);
  -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.25);
  transition: all 0.4s;
}
#footer-container.bottom-brand.dept-logo img {
  width:150px!important;
}
#footer-container .socons {
  float:right!important;
  margin-top: 1.5em;
}
#footer-container .brand-area {
  text-align:center;
  float:none!important;
  color:#000!important;
  width: 50%;
}
#footer-container .brand-area p {
  font-size:12px;
}
section.fine-print.ten-twenty-four a {
  color:#000!important;
}
#bottom-nav ul.bottom-menu li {
  float:none!important;
  display:inline;
  text-align:left;
  padding:0em;
}
a.utah-logo {
  float:left;
  width:25%;
}
a.utah-logo img {
  margin-top:1em;
}
.footer-bottom-links {
  background-color:#292222!important;
  color:#C6C6C6!important;
  padding: 1em;
  padding-left: 2em;
  padding-right: 2em;
}
#bottom-nav ul.bottom-menu li a {
  color:#000!important;
  text-shadow:none!important;
}
a.bottom-wide-hr {
  font-size: 14px !important;
  letter-spacing: 0em;
  line-height: 2em;
  color: #000;
}
hr.bottom-nav-hr {
  height: 4px;
  width: 50px;
  background: var(--cherry);
  border: none;
  margin: 0;
  margin-bottom: -10px;
}
#bottom-nav {
top: 5em;
position: relative;
}
/* Logo Carousel */
.uu-logo-carousel {
  max-width: 1140px;
  margin: 0px auto;
}
.uu-logo-carousel .uu-card {
  margin: 30px 15px;
}

/*******************
Place holder HEADER
********************/
.placeholder-header img {
max-width: 100%;
max-height: 100%;
display: block;
object-fit: cover;
height: 100% !important;
width: 100%;
position: relative;
overflow: hidden;
}
.placeholder-header {
  height: 400px;
/* width: 2000px; */
margin-top:-4.4em;
}
/***********
Live Issues
**************/
.marquee {
	display:none!important;
}
.uu-home-card h3 {
	font-size:1.5em;
}
#header-container {
	height: 0px !important;
}
#utahpresents-uu-menu {
left: -12em;
float:right;
}
a.cart {
position: relative;
z-index: 1;
left: -8em;
top: 1em;
}
.cart img,
.account img{
    background:none;
}
.cart img:hover,
.account img:hover{
    background:var(--cherry);
}
a.account {
  position: relative;
  z-index: 1;
  top: 1em;
  left:-7em;
}
#bottom-nav ul.bottom-menu h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  line-height: 2em;
  font-weight: 800;
    text-transform: uppercase;
  margin: 0 10px 0 0;
}
.uu-site-header__logo {
z-index:100;
background-size: 200px;
}
#uu-pushmenu-trigger.u-flag::before,
#uu-pushmenu-trigger.u-flag:hover, #uu-pushmenu-trigger.u-flag:focus{
background-color:var(--mocha)!important;
}
.uu-event-body{
height:250px;
}
.placeholder-header {
margin-bottom: 50px;
}
.uu-event-title {
font-size: 1.25em;
}
.uu-c2a-content h2,
.uu-c2a-content h5 {
color:#fff!important;
}
#color-id-5 .uu-event-body {
background: var(--neon);
}
#color-id-6 .uu-event-body {
background: #3F3D38;
}
.uu-home-event-4 .uu-home-card {
	background:var(--mocha);
}
.uu-home-event-3 .uu-home-card {
	background:var(--cherry);
}
/* #utahpresents-uu-menu {
	z-index:10;
} */
h3.uu-side-nav-heading {
	color:#fff!important;
}
/* .uu-site-header__logo {
	position:fixed!important;
} */
.menu-block ul li:hover > h3 a {
	color:#fff!important;
}
#pl-418 .uu-card {
padding:1em;
height:215px;
}
.uu-team-container h3 {
font-size: 20px;
}
#upresents-logo .uu-site-header__logo {
	display:block!important;
}
#upresents-logo .uu-site-header__logo {
	 transition: 0.2s;
}
.uu-intro-paragraph {
	margin-bottom:4em;
}
.blog.type-blog {
transform: translateY(-1px);
-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);
transition: all 0.4s;
overflow: hidden;
padding: 2em;
}

#uu-pushmenu-trigger.u-flag,
#uu-pushmenu-trigger,
#uu-pushmenu-trigger:hover{
background:var(--mocha)!important;
}
#uu-pushmenu-trigger,
#uu-pushmenu-trigger.u-flag{
    display:block!important;
}
#utahpresents-uu-menu {
	width:75%;
}
.marquee_mobile_text_container {
  display:none!important;
}

/***************
Media Queries
****************/
@media screen and (max-width: 4200px) and (min-width: 1700px) {
.uu-home-event-1 .uu-home-image,
.uu-home-event-2 .uu-home-image,
.uu-home-event-4 .uu-home-image,
.uu-home-event-5 .uu-home-image,
.uu-home-event-1 .uu-home-card,
.uu-home-event-2 .uu-home-card,
.uu-home-event-4 .uu-home-card,
.uu-home-event-5 .uu-home-card,
.uu-home-event-3,
.uu-home-event-3 .uu-home-image {
  width:100%;
}
.uu-home-event-0 {
  height:900px;
}
}
@media screen and (max-width: 1620px) and (min-width: 1280px) {
.uu-home-event-1 .uu-home-card, .uu-home-event-2 .uu-home-card, .uu-home-event-4 .uu-home-card, .uu-home-event-5 .uu-home-card {
  display:block;
}
.uu-home-event-0 {
  height: 653px;
}
.uu-home-event-1 .uu-home-image,
 .uu-home-event-2 .uu-home-image,
 .uu-home-event-4 .uu-home-image,
 .uu-home-event-5 .uu-home-image,
 .uu-home-event-1 .uu-home-card,
 .uu-home-event-2 .uu-home-card,
 .uu-home-event-4 .uu-home-card,
 .uu-home-event-5 .uu-home-card {
  height:500px;
}
.uu-home-event-1,
.uu-home-event-2,
.uu-home-event-4,
.uu-home-event-5 {
  height:500px
}
.uu-home-event-3 .uu-home-image,
.uu-home-event-3 .uu-home-card {
  height:500px
}
p.seal {
  font-size: 12px;
  position: relative;
  right: -3em;
  text-align: center;
}
}
@media screen and (max-width: 1280px) and (min-width: 520px) {
.uu-home-event-0,
.uu-home-event-1,
.uu-home-event-2,
.uu-home-event-3,
.uu-home-event-4,
.uu-home-event-5 {
  width:100%;
  height:auto;
}
.uu-home-event-0 .uu-home-card {
  width: 100%;
left: 0em;
top: 0em;
}
.uu-home-event-0 .uu-home-date {
  top: -4em;
  left:0em;
}
.uu-home-event-1 .uu-home-image,
.uu-home-event-2 .uu-home-image,
.uu-home-event-3 .uu-home-image,
.uu-home-event-4 .uu-home-image,
.uu-home-event-5 .uu-home-image,
.uu-home-event-1 .uu-home-card,
.uu-home-event-2 .uu-home-card,
.uu-home-event-3 .uu-home-card,
.uu-home-event-4 .uu-home-card,
.uu-home-event-5 .uu-home-card {
  width:100%;
  height:auto;
}
p.seal {
  display:none;
}
.footer-bottom-links{
  padding-bottom:2em;
}
#footer-container .address {
  text-align: center;
width: 100%;
}
#footer-container .bottom-brand {
  float:none;
}
#bottom-nav {
  top:0em;
}
.eq-ht.col-2 {
float:none;
clear:both;
}
}
@media screen and (max-width: 520px) and (min-width: 300px) {
.uu-home-event-0,
.uu-home-event-1,
.uu-home-event-2,
.uu-home-event-3,
.uu-home-event-4,
.uu-home-event-5 {
  width:100%;
  height:auto;
  display:block;
}
.uu-home-event-0 .uu-home-card {
  width: 100%;
left: 0em;
top: 0em;
}
.uu-home-event-0 .uu-home-contents {
  padding-top:2em;
}
.uu-home-event-1 .uu-home-image,
.uu-home-event-2 .uu-home-image,
.uu-home-event-3 .uu-home-image,
.uu-home-event-4 .uu-home-image,
.uu-home-event-5 .uu-home-image,
.uu-home-event-1 .uu-home-card,
.uu-home-event-3 .uu-home-card,
.uu-home-event-2 .uu-home-card,
.uu-home-event-4 .uu-home-card,
.uu-home-event-5 .uu-home-card {
  width:100%;
  height:auto;
display: block;
}
.uu-home-event-0 .uu-home-date,
.uu-home-event-1 .uu-home-date,
.uu-home-event-2 .uu-home-date,
.uu-home-event-4 .uu-home-date,
.uu-home-event-5 .uu-home-date {
  left: -2em;
  top: -3em;
}
a.utah-logo {
  width:100%;
  float:none;
}
p.seal {
  display:none;
}
.footer-bottom-links {
  padding-bottom:2em;
  margin-top:2em;
}
#footer-container .bottom-brand, #footer-container .socons {
  float: none !important;
  margin-top: 0em;
  text-align: center;
}
#bottom-nav {
  top:0em;
}
h3.bottom-header{
display:none;
}
#pg-6-1,
#pg-6-3 {
  padding-left:3em;
  padding-right:3em;
}
.marquee_mobile_text_container {
  display:none!important;
}
#upresents-logo .uu-site-header__logo {
width: 100%;
margin-top: 0em;
}
}
@media screen and (max-width:948px) and (min-width:300px) {
  h3.bottom-header{
    display:none;
  }
  #footer-container .address {
    text-align: center;
  width: 100%;
  }
  #footer-container .bottom-brand {
    float:none;
  }
  #bottom-nav {
    top:0em;
  }
  p.seal {
    font-size: 12px;
    position: relative;
    right: -3em;
    text-align: center;
  }
}
@media screen and (max-width: 980px) and (min-width: 300px) {
.utahpresents-uu-menu {
  display:none;
}
#single-date {
  top: 2em;
  left: 0em;
}
.uu-event-textarea {
  width:100%;
}
.uu-second-event-image {
  width:100%;
  left:0em;
  top:0em;
}
.post-article {
  margin-top:2em;
}
.uu-video iframe {
  width:100%;
  height:400px;
}
.uu-video {
  margin-bottom:2em;
  top:1.25em;
}
.uu-ticket-prices{
height: 550px;
}
.uu-details-showtimes {
height:428px;
}
}
@media screen and (max-width: 780px) and (min-width: 300px) {
.uu-ticket-prices,
.uu-get-ticket,
.uu-details-showtimes {
  width:100%;
}
}


.spektrix-signup-form {
  padding: 0 0 100px 0;
}

.spektrix-signup-form input {
  width: 300px;
}

.spektrix-signup-form table td {
  padding: 0 0 20px 4px;
}
