/*
Theme Name: Travel
Theme URI: http://dts.utah.gov
Description: DTS Boilerplate WordPress theme
Version: 1
Author: DTS User Experience Design Group
Author URI: http://dts.utah.gov
*/

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
*/

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    /* ADD CUSTOM FONTS HERE */
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 1em; /* 1em = 16px | generally do not change this value so you can override it easily for accessibility */
    line-height: 1.4;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    background: #002D51;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
*/

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
*/

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
*/

audio,
canvas,
img,
video, 
.wp-caption {
    vertical-align: middle;
	max-width: 100% !important;
	height: auto;
}

/*
 * Remove default fieldset styles.
*/

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
*/

textarea {
    resize: vertical;
}

a,
a:link,
a:visited {
	color: #4c6078;
}
a:hover {
	color: #0d2848;
}

h1 a {
	text-decoration: none;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 31px 0 0;
    background: #ccc url("img/alert-icon-large.png") 15px center no-repeat;
    color: #000;
    padding: 20px 15px 20px 100px;

}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* These two basic classes are used throughout the site. Adjust widths to match your needs */
.site-full {
	width:100%;
	position:relative;
}
.site {
	max-width: 1200px;
	margin:0 auto;
	position:relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1,
h2 {
	font-family: 'Domine', serif;
}

address {
	font-style:normal;
}

/* ******************************************* Header Content ******************************************* */
#header-container {
	/*this contains all the header elements. (header, main menu, search, etc) Useful for stickey headers. */
	margin-top:31px; /* offset for Utah.gov header */
	/*background: #f6f6f6;*/
	/*z-index:42;*/
}
#header-container.sticky {
	margin-top:0;
	z-index: 2;
	position: fixed;
	top:0;
}
#header-container #header-wrapper {

}



#header {
}

#mobilemenu {
	display: none;
	padding: 10px 5px;
}

#mobilemenu .logo-mobile {
	display: block;
	text-align: center;
	margin: 0 auto 11px auto;
	width: 120px;
}

#mobilemenu .logo-mobile img {
	max-width: 120px !important;
	margin: 0 auto;
}


#mobilemenu a#mobile-mainmenu-button {
	display: block;
	position: absolute;
	top: 11px;
	left: 10px;
	background: transparent url('img/icon-menu.png') no-repeat center center;
	width: 24px;
	height: 18px;
}

#mobilemenu div.title {
	text-align: center;
}

#mobilemenu div.title a {
	text-decoration: none;
}

#mobilemenu a#mobile-searchbutton {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	background: transparent url("img/icon-search.png") no-repeat scroll center center;
	width: 24px;
	height: 22px;
}


#mobilemenu div.title {
	text-align: center;
}



#header-wrapper {
	background: url(img/header-background.png) no-repeat center;
	height: 100px;
	z-index: 43;
	margin-top: 31px;
}


#main-logo {
	color: #FFF;
	text-decoration: none;
	display: block;
	float: left;
	margin: 12px 0 0 16px;
}

#main-logo h1 {
	font-family: "Lato", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.3em;
	margin: 0;
}

#main-logo span {
	text-transform: uppercase;
	font-size: 1.8em;
	line-height: 1;
}


.tourism-logo {
	background:url(img/Office-of-Tourism-Logo-White2x.png) left center no-repeat;
	/*background-size: contain;*/
	background-size: 324px;
	width: 324px;
	height: 83px;
	float: left;
	margin: 8px 0 0 0;
	display: block;
}


#topmenu {
	/*background-color: rgba(0, 255, 0, .6);*/
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 10px 0 10px 0;
	float: right;
}

#topmenu ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
	float: right;
}
#topmenu li {
	float: left;
	margin: 0 0 0 20px;
}
#topmenu li a {
	text-decoration: none;
	font-family: "Lato", Helvetica, sans-serif;
	color: #fff;
	font-size: 16px;
	transition: all 200ms ease-in 10ms;
	display: block;
	padding: 5px 0 0 0;
}
#topmenu a:hover {
	text-decoration: underline;
}

#topmenu ul li.visit-utah a {
	background: url(img/utah-life-elevated-logo130.png) center center no-repeat;
	background-size: 65px;
	border-left: 1px solid #FFF;
	/*padding-left: 20px;*/
	padding: 0 0 0 31px;
	display: block;
	width: 65px;
	min-height: 30px;
	text-indent: -1000px;
	overflow: hidden;
}

#topmenu ul li.youtubelink a {
	width: 19px;
	height: 19px;
	background-image: url('img/icon-youtube-white.png');
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 26px;
}
#topmenu ul li.facebooklink a {
	width: 19px;
	height: 19px;
	background-image: url('img/icon-facebook-white.png');
	background-repeat: no-repeat;
	background-position: center center;
}
#topmenu ul li.twitterlink a {
	width: 19px;
	height: 19px;
	background-image: url('img/icon-twitter-white.png');
	background-repeat: no-repeat;
	background-position: center center;
}


#mainmenu {
	/*background-color: rgba(0, 0, 255, .6);*/
	margin: 0;
	float: right;
	transition: all 200ms ease-in 10ms;
}
#mainmenu ul#menu-mainmenu {
	list-style-type: none;
    margin: 0;
    padding: 0;
}


#mainmenu a {
	text-decoration: none;
	font-family: "Lato", Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	font-size: 16px;
	display: block;
	padding: 14px 10px;
	transition: all 200ms ease-in 10ms;
}
#mainmenu a:hover {
	background-color: #000;
	background-color: rgba(0, 0, 0, .7);
}

#mainmenu ul#menu-mainmenu > li.menu-item {
	margin:0;
	padding:0;
	display: block;
	float:left;
	position: relative;
}
#mainmenu ul#menu-mainmenu li.menu-item a {
	display: block;
	padding: 14px 15px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,1);
	font-weight: 300;
	transition: all 200ms ease-in 10ms;
	box-sizing: border-box;
	border: 1px solid rgba(255,255,255,0.0);
	border-width: 0 1px;
}
#mainmenu ul#menu-mainmenu li.menu-item a:hover {
	background: rgba(0,0,0,0.2);
	border: 1px solid rgba(255,255,255,0.4);
	border-width: 0 1px;
}
#mainmenu ul.sub-menu {
	margin:0;
	padding:0;
	display:none;
	position: absolute;
	left:0;
	top:0;
	z-index: 1;
	background:#fff; /* change to match your site */
	background: rgba(255,255,255,0.95);
	list-style-type: none;
	min-width: 200px; /* change to match your site */
	box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}
#mainmenu ul.sub-menu li.menu-item {
/*	margin:0;
	padding:0;*/
}
#mainmenu ul#menu-mainmenu ul.sub-menu li.menu-item a {
	color: #333;
	text-shadow: none;
	border: none;
}
#mainmenu ul#menu-mainmenu ul.sub-menu li.menu-item a:hover {
	background: #002d51;
	color: #fff;
	border: none;
}
#mainmenu li.menu-item.menuover > ul.sub-menu {
	display:block;
}
#mainmenu li.menu-item > ul.sub-menu > li.menu-item.menuover > ul.sub-menu {
	left:100%;
}




/* ******************************************* Header Content ******************************************* */
#searchpoupup-button {
	background: rgba(0, 0, 0, 0) url('img/icon-search.png') no-repeat center;
	/*background-color: #F00;*/
	display: block;
	float: right;
	width: 28px;
	height: 29px;
	margin: 0 -10px 0 0;
	padding: 10px;
	transition: all 200ms ease-in 10ms;
	outline: none;
	clear: right;
	border-radius: 50%;
}

#searchpoupup-button:hover {
	background-color: rgba(0, 0, 0, .7);
}
/* ******** Site Search / Google Custom Search Field ******** */
#searchform_main {
	position: absolute;
	height: 53px;
	z-index: 50;
	padding:10px;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.4);
	box-sizing: border-box;
	border-radius: 4px;
}
#searchform_main input[type="text"] {
	height: 27px;
	width: 200px;
	vertical-align: top;
	border: 1px solid #ccc;
	border-radius: 3px;
}
#searchform_main .searchButton {
	background: #333 url("img/icon-search.png") no-repeat scroll center center;
    border: 2px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    height: 32px;
    width: 32px;
	position: relative;
	box-shadow: 0 0 4px rgba(0,0,0,.5);
	display:inline-block;
	color:rgba(0,0,0,0);
}
#searchform_main .searchButton:hover {
	background-color:#000;
}





/* ******************************************* Content ******************************************* */
/* change to match your site */
#content-wrapper {
	background: transparent fixed center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	/*background: #e2e2e2;*/
	margin: -50px 0 0 0;
	padding-top: 50px;
}
#content {
	margin: 30px auto;
}
#content #content-secondary {
	background: #fff;
	background-color: rgba(255, 255, 255, .9);
	width:30%;
	float:left;
	padding:0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}

#content #content-main {
	background: #fff;
	background-color: rgba(255, 255, 255, .9);
	padding:15px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



#content #content-secondary~#content-main {
	width:67%;
	float:left;
	margin-left:3%;
}
#content #secondary-menu-button {
	display:none;
	color: #fff;
	padding: 15px;
	text-decoration: none;
	text-align: center;
}
#content #secondary-menu-button i {
	display: inline-block;
	background: transparent url('img/icon-arrow-white.png') center center no-repeat;
	width: 10px;
	height: 18px;
	position: relative;
	top: 4px;
	left: 10px;
}






header.entry-header {
	position: relative;
}
header h1.entry-title {
	margin: 0;
}
header img+h1.entry-title a {
	color: #fff;
}
header img+h1.entry-title {
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	margin: 0;
	padding: 10px;
	position: absolute;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
	width: 100%;
}

footer.entry-meta {
	color: #888;
	font-size: .9em;
	font-weight: 300;
}

.shadowedbox {
	box-shadow: 1px 1px 15px rgba(0,0,0,0.4);
}

form.wpcf7-form span.wpcf7-form-control-wrap {
display: block;
float: none !important;
width: 63%;
}




/* ******************************************* Homepage ******************************************* */
#content.home {
}

#content.home #content-main {
	background: none;
	/*background-color: rgba(255, 255, 0, .6);*/
	padding:0;
}

#content.home #content-secondary-home {
	/*border: 1px dashed #000000;*/
	/*width: 100%;*/
	margin: 30px auto;
	padding: 0;
}


.featured {
	max-width: 696px;
	width: 59%;
	width: calc(60% - 15px);
	/*height: 490px;*/
	overflow: hidden;
	float: left;
}

.featured h2 {
	background-color: #EE6417;
	background-color: rgba(238, 100, 23, .8);
	display: block;
	padding: 18px 16px 16px 16px;
	margin: 0;
	font-size: 1.8em;
	font-weight: normal;
}

.featured h2 a {
	color: #FFFFFF;
	text-decoration: none;
}

.featured .excerpt {
	background-color: #FFF;
	background-color: rgba(255, 255, 255, .9);
	padding: 18px;
	position: relative;
}

.featured img {
	width: 55%;
	max-width: 386px;
}

.featured img.alignleft {
	margin: 0 25px 0 0;
}


.featured p {
	margin: 0;
}


.newswrapper {
	position: relative;
	display: block;
	max-width: 474px;
	width: 40%;
	width: calc(40% - 15px);
	overflow: hidden;
	float: right;
}

.newswrapper a {
	text-decoration: none;
	color: #222;
}

.newswrapper h2 {
	background-color: #BF3919;
	background-color: rgba(191, 57, 25, .8);
	display: block;
	padding: 18px 16px 16px 16px;
	margin: 0;
	font-size: 1.8em;
	font-weight: normal;
}

.newswrapper h2 a {
	color: #FFFFFF;
}

.newswrapper h3 {
	font-size: 1em;
	margin: 0;
}

.newswrapper h3 a {
	color: #222;
}

.newswrapper p {
	margin-top: 0;
}

.newswrapper .excerpt {
	/*padding: 11px 11px 0 11px;*/ /* going to 11 pushes the more button down, slightly too far */
	padding: 10px 10px 0 10px;
	line-height: 1.3;
	
	-webkit-box-shadow: inset 0px -10px 33px -14px rgba(0,0,0,0.45);
	-moz-box-shadow: inset 0px -10px 33px -14px rgba(0,0,0,0.45);
	box-shadow: inset 0px -10px 33px -14px rgba(0,0,0,0.45);
	background-color: #FFF;
	background-color: rgba(255, 255, 255, .9);
	transition: all 200ms ease-in 10ms;
}

.newswrapper .excerpt:hover {
	background-color: #FFF;
}

.newswrapper .excerpt:nth-child(4) {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}



.more {
	background-color: #002D51 
}



/* ---- Carousel Slider and Events Slider  and Events Calendar---- */
h2.upcoming-events {
	color: #FFF;
	background-color: #72A7D7;
	background-color: rgba(114, 167, 215, .8);
	width: 83%;
	height: 64px;
	padding: 18px 16px 11px 16px;
	margin: 0;
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a.submit-event {
	color: #FFF;
	background-color: #002D51;
	background-color: rgba(0, 45, 81, .8);
	display: block;
	width: 17%;
	height: 64px;
	padding: 16px 0 16px 0;
	margin: 0;
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	transition: all 200ms ease-in 10ms;
}

a.submit-event:hover {
	background-color: #002D51;
	background-color: rgba(0, 45, 81, 1);
}

a.submit-event img.icon-submit {
	margin: 0 0 0 11px;
	padding: 0 0 4px 0;
}

a.button-events-calendar {
	color: #FFF;
	background-color: #772116;
	background-color: rgba(119, 33, 22, .8);
	display: block;
	width: 17%;
	height: 64px;
	padding: 16px 0 16px 0;
	margin: 0;
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	transition: all 200ms ease-in 10ms;
}

a.button-events-calendar:hover {
	background-color: #772116;
	background-color: rgba(119, 33, 22, 1);
}

a.button-events-calendar img.icon-calendar {
	margin: 0 0 0 11px;
	padding: 0 0 4px 0;
}

.event-wrapper {
	height: 271px;
	padding: 0 10px;
	-webkit-box-shadow: inset -14px 0px 33px -20px rgba(0,0,0,0.70);
	-moz-box-shadow: inset -14px 0px 33px -20px rgba(0,0,0,0.70);
	box-shadow: inset -14px 0px 33px -20px rgba(0,0,0,0.70);
	background-color: #FFF;
	background-color: rgba(255, 255, 255, .9);
	transition: all 200ms ease-in 10ms;
}

.event-wrapper:hover {
	background-color: #FFF;
}

#carouselslider li.excerpt {
	display: block;
}

#carouselslider li.excerpt a:first-child {
	color: #222;
	text-decoration: none;
}

#carouselslider li.excerpt div.date-banner {
	color: #FFF;
	display: block;
	width: 69px;
	height: 80px;
	float:left;
	padding: 8px 0 0 0;
	line-height: 1.3;
}

#carouselslider li.excerpt div.event-heading {
	font-size: 1em;
	display: block;
	height: 80px;
	overflow: hidden;
	margin: 0;
	padding: 8px 0 0 16px;
	font-weight: bold;
}
	

#carouselslider li.excerpt div.event-heading a {
}

#carouselslider li.excerpt.first div.date-banner {
	background: url(img/banner-dark-blue.png) top left no-repeat;
}

#carouselslider li.excerpt.second div.date-banner {
	background: url(img/banner-dark-rust.png) top left no-repeat;
}

#carouselslider li.excerpt.third div.date-banner {
	background: url(img/banner-rust.png) top left no-repeat;
}

#carouselslider li.excerpt.fourth div.date-banner {
	background: url(img/banner-orange.png) top left no-repeat;
}

div.date-banner div.month {
	/*background-color: #FF0000;*/
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	text-align: center;
}

div.date-banner div.day {
	font-family: 'Domine', serif;
	font-size: 1.7em;
	margin: 0;
	padding: 0;
	text-align: center;
}




#carouselwrapper {
	padding: 0 25px;
}
#carouselslider {
	/*background-color: #FFF;*/
	/*background-color: rgba(255, 255, 255, .9);*/
}

#carouselslider ul.slides li {
	/*margin-left: 15px;*/
	display: none;
}
#carouselslider ul.slides li:first-child {
	margin-left: 0;
}
#carouselslider ul.slides li a {
}
#carouselslider ul.slides li a .title {
	text-align: center;
	margin-bottom: 5px;
}
.carouselheader a.arrowbutton {
	background-color: #002D51;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 25px;
}
.carouselheader a.arrowbutton.left {
	left: 0;
}
.carouselheader a.arrowbutton i {
	display: block;
	background: transparent url('img/icon-arrow-white.png') center center no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.carouselheader a.arrowbutton.left i {
	background-image: url('img/icon-arrow-left-white.png');
}





.em-calendar-wrapper table {
	width: 100%;
}

h1.entry-title a {
	color: #002D51;
}

.em-calendar-wrapper a {
	text-decoration: none;
}

table.em-calendar td.eventful a, 
table.em-calendar td.eventful-today a {
	/*color: #FD7E29;*/
	color: #002D51;
}


table.em-calendar td.eventful-pre a, 
table.em-calendar td.eventful-post a {
	color: #aaa;
	text-decoration: none;
}
/* ---- end Carousel Slider Events and Events Calendar ---- */


#photogallery, #videopanel {
	background: #fff;
	margin-top: 30px;
	padding: 7px 15px 0;
}
#photogallery {
	padding: 7px 15px 0 0;
}
#mediapanels h2.title {
	margin: 0;
	margin-bottom: 5px;
	float: left;
}
#mediapanels .moremedia {
	display: block;
	float: right;
	margin-top: 7px;
	position: relative;
	z-index: 50;
}
#mediapanels .mediapadded {
	padding: 0 0 0 15px;
}
#photogallery ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#photogallery ul li {
	padding: 0;
	background-size: cover;
	background-repeat: no-repeat;
}
#photogallery ul li img {
	width: 100%;
}
#photogallery .galleryloading {
	display: block;
	width: 547px;
	height: 255px;
	margin: 38px 0 15px;
	background: transparent url('img/gallery-loading-placeholder.png') center center no-repeat;
}


/* ******************************************* Secondary Menu ******************************************* */
#content-secondary .widget {
	margin: 16px 0 0 0;
}

#content-secondary .widget:first-child {
	margin: 0;
}

#content-secondary .widget div {
}

#content-secondary .widget.widget_nav_menu {
}

#content-secondary .widget h3  {	
	font-family: 'Domine', serif;
	padding: 12px 20px;
	margin:0;
	background: #0d2848; 
	color:#fff;
	font-size:1.8em;
}
#content-secondary .featured-news.widget h3 {
	background-color: #72A7D7;
}

#content-secondary .whats-new.widget h3 {
	background-color: #002D51;
}


#content-secondary .widget_nav_menu ul.menu, 
#content-secondary .widget_nav_menu ul.menu ul.sub-menu {
	list-style-type: none;
	margin:0;
	padding:0;
}
#content-secondary .widget_nav_menu ul.menu ul.sub-menu {
	/* change to match your site */
	border-left:10px solid #0d2848;
}
#content-secondary .widget_nav_menu ul.menu > li.menu-item {
	margin:0;
	padding:0;
}
#content-secondary .widget_nav_menu ul.menu > li.menu-item a {
	color: #222;
	padding: 10px;
	display:block;
	text-decoration:none;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
}

#content-secondary .widget_nav_menu ul.menu > li.menu-item a:hover, 
#content-secondary .widget_nav_menu ul.menu li.menu-item.current-menu-item > a {
	color:#4c6078;
	background: #e0e0e0;
}

#content-secondary .featured-news.widget_nav_menu ul.menu > li.menu-item a {
	background: url(img/icon-arrow-bluebox-white2x.png) no-repeat;
	background-position: 20px center;
	background-size: 24px 24px;
	padding: 10px 10px 10px 54px;
}


#content-secondary .widget_nav_menu ul.menu > li.menu-item a .menu-arrow {
	/* change to match your site */
	display:inline-block;
	width:20px;
	height:20px;
	background:transparent url('img/secondary-menu-arrows.png') left top no-repeat;
	vertical-align: top;
	margin-right:10px;
}
#content-secondary .widget_nav_menu ul.menu > li.menu-item a .menu-arrow:hover, 
#content-secondary .widget_nav_menu ul.menu > li.menu-item a .menu-arrow.open {
	background-position-x: right;
}

#content-secondary .widget_nav_menu ul.menu > li.menu-item ul.sub-menu {
	display:none;
}
#content-secondary .widget_nav_menu ul.menu li.current-menu-parent > ul.sub-menu,
#content-secondary .widget_nav_menu ul.menu li.current-menu-ancestor > ul.sub-menu{
	display:block;
}

/* What's new */
#content-secondary .rpwe-block ul {
	margin-top: 0;
}

#content-secondary .rpwe-block {
	padding: 8px 16px 0 16px;
}

#content-secondary .rpwe-block h3 {
	padding: 3px 0 0 0;
	margin: 0;
}

#content-secondary .rpwe-block ul{
	list-style: none !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}

#content-secondary .rpwe-block li{
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	padding-bottom: 10px;
	list-style-type: none;
}

#content-secondary .rpwe-block a{
	color: #222;
	display: inline !important;
	text-decoration: none;
}

#content-secondary .rpwe-block h3{
	background: none !important;
	font-family: "Lato", Helvetica, sans-serif;
	clear: none;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	font-weight: bold;
	/*font-size: 12px;*/
	font-size: 1em;
	line-height: 1.5em;
}

#content-secondary .rpwe-thumb{
	border: 1px solid #eee !important;
	box-shadow: none !important;
	margin: 0px 10px 2px 0;
	padding: 0px;
}

#content-secondary .rpwe-summary{
	line-height: 1.1;
}

#content-secondary .rpwe-time{
	color: #bbb;
	font-size: 11px;
	display: block;
	/*padding: 3px 0;*/
}

#content-secondary .rpwe-alignleft{
	display: inline;
	float: left;
}

#content-secondary .rpwe-alignright{
	display: inline;
	float: right;
}

#content-secondary .rpwe-aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content-secondary .rpwe-clearfix:before,
#content-secondary .rpwe-clearfix:after{
	content: "";
	display: table !important;
}

#content-secondary .rpwe-clearfix:after{
	clear: both;
}

#content-secondary .rpwe-clearfix{
	zoom: 1;
}



/* ***************    Images and Captions   *************** */
.alignleft {
	float: left;
	margin:0 15px 15px 0;
}

.alignright {
	float: right;
	margin:0 0 15px 15px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
p.aligncenter {
	text-align: center;
}


.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	background-color:#ebebeb;
	font-style: italic;
	font-size: .79em;
	line-height: 1.5;
	color: #757575;
	padding:5px;
}

div.wp-caption {
	max-width: 100%;
}

p.wp-caption-text {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	text-align:center;
	padding:0;
	margin:0 10px 0 0;
}

.alignnone p.wp-caption-text {
	margin:0;
}

/* ******************************************* Footer ******************************************* */
#footer-wrapper {
	background: #002D51;
}
#footer-wrapper #footerbar {
	background: #FFFFFF;
	height: 5px;
}
#footer-wrapper #footer {
	font-family: "Lato", Helvetica, sans-serif;
	background: url(img/State-Seal-270.png) center center no-repeat;
	color: #fff;
	font-size: 1em;
	font-weight: 300;
	padding: 15px 0;
}
#footer-wrapper #footer a {
	color: #fff;
	text-decoration: none;
}
#footer-wrapper p,
#footer-wrapper address {
	margin: 0;
	font-size: .8em;
}

#footer-wrapper div.textwidget {
	margin: 11px 0 0 11px;
}

#footer-wrapper #footerinfo-wrapper {
	width: 40%;
	float: left;
}

#footer-wrapper .footer-seal {
	float:left;
	width: 94px;
}

#footer-wrapper #footerinfo-wrapper .footerlogo {
	/*width: 35%;
	float: left;
	margin-right: 5%;
	margin-left: 11px;
	max-width: 120px !important;*/
	width: 139px;
	margin: 0 16px 0 11px;
	float: left;
}

#footer-wrapper #footerinfo-wrapper #footerinfo {
	/*border: 1px dashed #FFFFFF;*/
	float: left;
}

#footer-wrapper #footermenu {
	width: 40%;
	float: left;
}
#footer-wrapper #footermenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#footer-wrapper #footermenu ul li {
	/*width: 48%;*/
	/*float: left;*/
}

#footer-wrapper #footermenu ul li a,
#footer-wrapper #utahgovlinks li a {
	font-size: .8em;
}

#footer-wrapper ul#utahgovlinks {
	width: 20%;
	float: left;
	list-style-type: none;
	margin: 0;
	padding:0;
}
#footer-wrapper ul#utahgovlinks li {
	
}

#uibar {
	position: absolute;
	top:0;
	left:0;
	z-index: 10;
	width:100%;
	line-height: 30px;
	font-size:12px;
	background-color:#222;
}
.admin-bar #uibar {
	top:32px;
}
#uibar #uibar-left {
	float:left;
	width:90%;
	border-right:1px solid #000;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#uibar #settings {
	width:10%;
	height:31px;
	float:right;
	background: url("https://www.utah.gov/nav/images/utgov_hb1.jpg") repeat-x scroll center top transparent;
	border-left:1px solid #444;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
#uibar #settings a {
	color:#fff;
	text-decoration:none;
	font-size:12px;
}
#uibar #settings a img {
	width:24px;
	margin-left:-10px;
}

/* ******************************************* Site Settings Panel ******************************************* */
#sitesettings-panel {
	position: absolute;
	top:31px;
	right:5px;
	border:1px solid #000;
	background: #fff;
	padding:15px;
	z-index: 100;
	box-shadow: 0 2px 4px rgba(0,0,0,0.4);
}
#sitesettings-panel h4 {
	color:#000;
	margin:10px 0 0 0;
	text-align:center;
}
#sitesettings-panel h4:first-child {
	margin:0;
}
#sitesettings-panel .button {
	color: #FFF;
	margin-top:10px;
}
#sitesettings-panel .button.small {
	width:20%;
	float:left;
	margin-left:5%;
	font-size:1.9em;
	-moz-box-sizing: border-box;
	padding:0;
	text-align: center;
	box-sizing: border-box;
}
#sitesettings-panel .button.small.first {
	margin-left:0;
}
#sitesettings-panel .button.medium {
	width:50%;
	float:left;
	margin-left:5%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#sitesettings-panel .closebutton {
	z-index: 100;
	position: absolute;
	right:-12px;
	top:-12px;
	width: 40px;
	height: 40px;
	background:transparent url('img/icon_closebutton_white.png') left top no-repeat;
}
#sitesettings-panel .closebutton:hover {
	background-position: left -40px;
}

/* ******************************************* Contact Form ******************************************* */
div.wpcf7 {
	background:#f5f5f5;
	border-radius: 10px;
	padding:15px;
}
form.wpcf7-form {}
form.wpcf7-form label {
	display: block;
	float: left;
	width: 35%;
	text-align: right;
	margin-right: 2%;
}
form.wpcf7-form .required {
	color: red;
}
form.wpcf7-form span.wpcf7-form-control-wrap {
	display: block;
	float: left;
	width: 63%;
}
form.wpcf7-form input, form.wpcf7-form textarea {
	height: 30px;
	border: 1px solid #333;
	border-radius: 5px;
	box-shadow: inset 0 2px 2px rgba(0,0,0,0.3);
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
}
form.wpcf7-form textarea {
	width:100%;
	height:200px;
}
form.wpcf7-form input.small {
	width: 25%;
}
form.wpcf7-form input.medium {
	width: 50%;
}
form.wpcf7-form input.large {
	width: 100%;
}
form.wpcf7-form input[type="submit"] {
	padding:10px 40px;
	height: auto;
	font-size: 1.25em;
}
form.wpcf7-form .wpcf7-response-output+br
{
	display: none;
}
form.wpcf7-form .wpcf7-response-output+p
{
	margin:0;
}
.feedbackformwrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 2000;
}
.feedbackformarea {
	max-width: 900px;
	margin: 20px auto;
	background: #fff;
	padding: 20px;
	display: none;
	border-radius: 15px;
	position: relative;
	
}
.admin-bar .feedbackformarea {
	margin: 40px auto;
}
.feedbackformarea .closebutton {
	z-index: 100;
	position: absolute;
	right:-10px;
	top:-10px;
	width: 40px;
	height: 40px;
	background:transparent url('img/icon_closebutton_white.png') left top no-repeat;
}
.feedbackformarea .closebutton:hover {
	background-position: left -40px;
}

#feedbackformbuttons {
	padding: 100px 50px;
}

/* ******************************************* Buttons ******************************************* */

 .button {
	color:#fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
	display: block;
	padding:10px 20px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
	outline: 0;
	text-align: center;
}
.button:hover {
	-webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.75) inset;
	box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.75) inset;
}
.button.right {
	float:right;
}
a.button.left {
	float:left;
}

.revdropshadowtext, .revdropshadowtext h2, .revdropshadowtext a {
	color:#fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
	font-weight: normal;
}
.revdropshadowtext a:hover {
	color:#eee;
}

.button-more,
a.button-more {
	color: #FFF;
	background-color: #EE6417;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 18px 0 18px 0;
	transition: all 200ms ease-in 10ms;
}

.button-more:hover,
a.button-more:hover {
	background-color: #BF3919;
}

.featured .button-more,
.featured a.button-more {
	display: block;
	/* position: absolute; */
	/* bottom: 18px; */
	/* right: 18px; */
	width: 142px;
	margin: 18px 0 0 0;
	float: right;
}

.button-down {
	background: url(img/icon-arrow-down-white.png) center no-repeat;
	display: block;
	height: 36px;
}


/* ********************** Document Icons ********************** */
.documentdl {
	display: inline-block;
	padding-left: 20px;
	background: transparent url("img/document-default.png") left 3px no-repeat;
	min-height: 16px;
}
.documentdl.pdf {
	background-image: url("img/document-pdf.png");
}
.documentdl.excel {
	background-image: url("img/document-excel.png");
}
.documentdl.word {
	background-image: url("img/document-word.png");
}
.documentdl.zip {
	background-image: url("img/document-zipper.png");
}
.documentdl.video {
	background-image: url("img/icon-video-small.png");
}


/* ******************************************* Columns for Responsive Layout ******************************************* */

.row {
	display:block;
}
.row .column {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float:left;
	display:block;
	margin-bottom: 15px;
}
.row .col2 {
	margin-left:4%;
	width:48%;
}
.row .col2:first-child,
.row .col2:nth-child(2n+3) {
	margin-left:0;
	clear:left;
}
.row .col3 {
	margin-left:3.5%;
	width:31%;
}
.row .col3:first-child,
.row .col3:nth-child(3n+4) {
	margin-left:0;
	clear:left;
}
.row .col4 {
	margin-left:4%;
	width:22%;
}
.row .col4:first-child, 
.row .col4:nth-child(4n+5) {
	margin-left:0;
	clear:left;
}
.row .col5 {
	margin-left:2.5%;
	width:18%;
	
}
.row .col5:first-child, 
.row .col5:nth-child(5n+6) {
	margin-left:0;
	clear:left;
}
.row .col6 {
	margin-left:2%;
	width:15%;
}
.row .col6:first-child, 
.row .col6:nth-child(6n+7) {
	margin-left:0;
	clear:left;
}

/* ==========================================================================
   Restricted Content Classes used in conjuction with a function in the main.js to hide and show content
   You also need a role-based plugin to manage restricted content such as the "Members" Wordpress plugin
   ========================================================================== */
.agency-restricted {
	display:none !important;
}
.state-restricted {
	display:none !important;
}
.agency-restricted.visible {
	display: inherit !important;
}
.state-restricted.visible {
	display: inherit !important;
}

/* ********************** Colors ********************** */

.gray-v {
	background: #666666; /* Old browsers */
	background: -moz-linear-gradient(top,  #666666 0%, #333333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#333333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #666666 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #666666 0%,#333333 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #666666 0%,#333333 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #666666 0%,#333333 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
}

.grad-v-orange {
	background: rgba(238,98,23,1);
	background: linear-gradient(to bottom, rgba(238,98,23,1) 23%, rgba(191,57,25,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee6217', endColorstr='#772116', GradientType=0 );
}

.grad-v-orangedark {
	background: rgba(119,33,22,1);
	background: linear-gradient(to bottom, rgba(130,35,28,1) 23%, rgba(119,33,22,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#772116', endColorstr='#300d0b', GradientType=0 );
}

.grad-v-darkblue {
	background: #4c6078; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c6078 0%, #0d2848 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c6078), color-stop(100%,#0d2848)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4c6078 0%,#0d2848 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4c6078 0%,#0d2848 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4c6078 0%,#0d2848 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4c6078 0%,#0d2848 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c6078', endColorstr='#0d2848',GradientType=0 ); /* IE6-9 */
}
.grad-v-red {
	background: #8d0606; /* Old browsers */
	background: -moz-linear-gradient(top,  #ad4747 0%, #8d0606 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ad4747), color-stop(100%,#8d0606)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ad4747 0%,#8d0606 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ad4747 0%,#8d0606 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ad4747 0%,#8d0606 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ad4747 0%,#8d0606 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad4747', endColorstr='#8d0606',GradientType=0 ); /* IE6-9 */
}
.grad-v-lightgray {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e2e2e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e2e2e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e2e2e2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e2e2e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
}
.grad-v-lightcoolgray, .slidesnav li.flex-active {
	background: #b6bec8; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #b6bec8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#b6bec8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#b6bec8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#b6bec8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#b6bec8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#b6bec8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b6bec8',GradientType=0 ); /* IE6-9 */
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/* Turn off image smoothing rendering in browsers */
.nosmoothing {
	image-rendering:optimizeSpeed;             /* Legal fallback */
	image-rendering:-moz-crisp-edges;          /* Firefox        */
	image-rendering:-o-crisp-edges;            /* Opera          */
	image-rendering:-webkit-optimize-contrast; /* Safari         */
	image-rendering:optimize-contrast;         /* CSS3 Proposed  */
	image-rendering:crisp-edges;               /* CSS4 Proposed  */
	image-rendering:pixelated;                 /* CSS4 Proposed  */
	-ms-interpolation-mode:nearest-neighbor;   /* IE8+           */
}

/*
 * Temp Show for measuring hidden elements. (See plugins.js)
*/
.temp-show {
	display:block;
}

/*
 * Image replacement
*/

.ir, li.irli a {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before, li.irli a:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
*/

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
*/

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
*/

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
*/

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Media Queries for Responsive Design.
   ========================================================================== */
@media only screen and (max-width: 1200px) {
	#header-content .logo {
		margin-left: 10px;
	}
	#alertspanel {
		left: 0;
		margin-left:0;
	}
	#footer-wrapper #footer {
		padding: 15px;
	}
	
	#searchpoupup-button {
		margin: 0 16px 0 0;
	}
	
	#topmenu {
		/*padding: 15px 16px 13px 0;*/
	}
}

@media only screen and (max-width: 1150px) {
	.tourism-logo {
		width: 260px;
	}
}


@media only screen and (max-width: 1079px) {
	.newswrapper .excerpt {
		max-height: 123px;
	}
	
	.newswrapper p {
		max-height: 84px;
		overflow: hidden;
	}
}

@media only screen and (max-width: 1024px) {
	.tourism-logo {
		background-size: 246px;
	}

	h2.upcoming-events {
		width: 76%;
	}
	
	a.submit-event,
	a.button-events-calendar {
		width: 24%;
	}
	
	.newswrapper .excerpt {
		padding: 15px 10px 0 10px;
	}
}

@media only screen and (max-width: 1023px) {
	#header-wrapper {
		background-image: url(img/header-background1024.png);
	}
	
	#main-logo {
		margin: 2px 0 0 16px;
	}
	
	#main-logo h1 {
		font-size: 1em;
	}
	
	#main-logo span {
		text-transform: uppercase;
		font-size: 1.3em;
		line-height: 1;
	}
}

@media only screen and (max-width: 985px) {
	/*	The Menu is running out of space. */
	/*#header-content .logo {
		width: 160px;
		height: 160px;
		background-size: contain;
	}
	#header-container #mainmenu-wrapper #mainmenu {
		margin-left: 0;
	}
	#header-content .title {
		margin-left: 180px;
	}*/
}
@media only screen and (max-width: 950px) {	
	/*#footer-wrapper #footerinfo-wrapper {
		width: 50%;
		margin-bottom: 15px;
	}
	#footer-wrapper #footermenu {
		width: 50%;
		margin-bottom: 15px;
	}
	#footer-wrapper ul#utahgovlinks {
		width: 100%;
	}*/
}

@media only screen and (max-width: 800px) {
	.row .col2,
	.row .col2:nth-child(2n+3),
	.row .col3,
	.row .col3:nth-child(3n+4) {
		margin-left:0;
		width:100%;
	}
	
	.row .col4,
	.row .col4:nth-child(4n+5),
	.row .col5,
	.row .col5:nth-child(5n+6) {
		margin-left:4%;
		width:48%;
		clear:none;
	}
	.row .col4:first-child,
	.row .col4:nth-child(2n+3),
	.row .col5:first-child,
	.row .col5:nth-child(2n+3) {
		margin-left:0;
		clear:left;
	}
	.row .col6,
	.row .col6:nth-child(6n+7) {
		margin-left:3.5%;
		width:31%;
		clear:none;
	}
	.row .col6:first-child, 
	.row .col6:nth-child(3n+4) {
		margin-left:0;
		clear:left;
	}
	/*.slidesnav .excerpt {
		font-size: .8em;
	}*/
}


@media only screen and (max-width: 768px) {
	.tourism-logo {
		background-size: 120px;
	}	
	
	h2.upcoming-events {
		width: 70%;
	}
	
	a.submit-event,
	a.button-events-calendar {
		width: 30%;
	}
	
	#content-secondary .widget h3 {
		font-size: 1.6em;	
	}
	
	#footer-wrapper #footerinfo-wrapper {
		width: 100%;
	}
	#footer-wrapper #footerinfo-wrapper #footerinfo {
		float: none;
	}
	
	#footer-wrapper #footermenu {
		width: 100%;
		margin: 16px 0;
	}
	#footer-wrapper ul#utahgovlinks {
		width: 100%;
	}
	#footer-wrapper div.textwidget {
		margin: 0 0 0 0;
	}
}

@media only screen and (max-width: 767px) {
	html {
		background-color: #222;
	}
	
	#uibar #settings a img {
		display:none;
	}
	#header-container {
		margin-top:0;
	}
	
	#header-wrapper {
		background: none;
		height: auto;
		z-index: auto;
	}
	
	#main-logo {
		display: none;
	}
	
	#header-container #mobilemenu {
		display:block;
	}
	
	
	#header-wrapper {
		display: block;
		position: absolute;
		width: 276px;
		top: 0;
		left: 0;
		box-sizing: border-box;
		overflow: auto;
		font-size: 1.2em;
		min-height: 100%;
		word-wrap: break-word;
		/*z-index: -10;*/
	}
	
	.csscalc #header-wrapper {
		width: calc(100% - 44px);
	}
	
	#content-wrapper {
		background: #222 !important;
		-webkit-transition: -webkit-transform .33s cubic-bezier(.694, .0482, .335, 1);
		-moz-transition: -moz-transform .33s cubic-bezier(.694, .0482, .335, 1);
		-o-transition: -o-transform .33s cubic-bezier(.694, .0482, .335, 1);
		-ms-transition: -ms-transform .33s cubic-bezier(.694, .0482, .335, 1);
		transition: transform .33s cubic-bezier(.694, .0482, .335, 1);
		box-shadow: -5px 0 10px rgba(0,0,0,1);
		position: relative;
	}
	
	#content-wrapper.menuopen {
		-webkit-transform: translate3d(276px, 0, 0);
		-moz-transform: translate3d(276px, 0, 0);
		-ms-transform: translate3d(276px, 0, 0);
		-o-transform: translate3d(276px, 0, 0);
		transform: translate3d(276px, 0, 0);
	}	
	.csscalc #content-wrapper.menuopen {
		-webkit-transform: translate3d(calc(100% - 44px), 0, 0);
		-moz-transform: translate3d(calc(100% - 44px), 0, 0);
		-ms-transform: translate3d(calc(100% - 44px), 0, 0);
		-o-transform: translate3d(calc(100% - 44px), 0, 0);
		transform: translate3d(calc(100% - 44px), 0, 0);
	}	
	
	#menu-hide {
		overflow: hidden;
	}
	
	
	#topmenu {
		/*background-color: rgba(0, 255, 0, .9);*/
		background-color: #222;
		width: 100%;
		float: none;
		padding: 0;
		margin: 0;
		display: block;
	}
	
	#topmenu ul {
		float: none;
	}
	
	#topmenu:after {
		content: " "; 
		display: table; 
	}
	
	#topmenu ul li {
		float: none;
		width: 100%;
		margin: 0;
	}
	
	#topmenu ul li a {
		float: none;
		text-align: center;
		padding: 14px 10px;
		transition: all 200ms ease-in 10ms;
	}
	
	#topmenu ul li.visit-utah a {
		background: none;
		text-indent: initial;
		float: none;
		text-align: center;
		padding: 14px 0px;
		width:100%;
		min-height: 0;
		border-left: none;
	}
		
	#topmenu ul li a:hover,
	#topmenu ul li.visit-utah a:hover {
		background-color: rgba(0, 0, 0, .7);
		text-decoration: none;
	}
	
	#mainmenu ul#menu-mainmenu li.menu-item a:hover {
		border: none;
	}
	
	
	
	
	#topmenu ul li.homelink a {
		float: none;
	}
	#topmenu ul li.youtubelink a, #topmenu ul li.twitterlink a, #topmenu ul li.facebooklink a {
		width: 33%;
		float:left;
		box-sizing: border-box;
		padding: 0;
		margin: 6px 0 16px 0;
	}
	
	#topmenu ul li.youtubelink a:hover, 
	#topmenu ul li.twitterlink a:hover, 
	#topmenu ul li.facebooklink a:hover {
		background-color: #222;
	}
	
	#searchpoupup-button {
		display: none;
	}
	
	
	#mainmenu {
		/*background-color: rgba(0, 0, 255, .6);*/
		background-color: #222;
		border-top: 1px solid #888;
		float:none;
		clear: both;
		display: block;
	}
	
	#mainmenu ul li a {
		text-align: center;
	}
	
	#mainmenu > li.menu-item {
		float:none;
		text-align: center;
	}
	
	#mainmenu ul#menu-mainmenu > li.menu-item {
		min-width: 100%;
	}	
	
	#mainmenu ul.sub-menu {
		position: relative;
		min-width: 100%;
	}
	#mainmenu li.menu-item.megamenu > ul.sub-menu li {
		width: 100%;
		margin: 0;
	}
	
	
	
	
	
	#searchform_main {
		width: 100%;
		top: 88px;
	}
	#searchform_main input[type="text"] {
		width: 90%;
	}
	
	#content {
		margin:0 0 30px 0;
	}
	
	#content #content-secondary {
		display:none;
		width:100%;
		margin-left:0;
	}
	
	
	
	
	
	#content.home #content-main {
	}
	
	#content.home #content-main .featured,
	#content.home #content-main .newswrapper {
		width: 100%;
		float: none;
		max-width: none;
	}
	
	#content.home #content-main .featured img {
		width: 35%;
	}
	
	#content.home #content-main .featured p {
		max-height: 157px;
		overflow: hidden;
	}
	
	
	
	
	
	#content #content-secondary~#content-main {
		width:100%;
		margin-left: 0;
	}
	
	#content #content-secondary,
	#content #content-main {
		background: #fff;
	}	
	
	#content #secondary-menu-button {
		display:block;
	}
	#uibar {
		display:none;
	}
	#homeslider {
		display: none;
	}
	.slidesnav {
		width: 100%;
	}
	
}

@media only screen and (max-width: 750px) {
	table.fullcalendar td {
		border: none;
		border-bottom: 1px solid #002D51;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		padding: 16px 0 22px 0;
	}
	
	table.fullcalendar tr:first-child td {
		border: none;
		float: left;
		width: calc(100% / 3);
		text-align: center;
	}	
	
	tr.days-names,
	td.eventless-pre,
	td.eventless-post,
	td.eventless,
	td.eventless-today {
		display: none;
	}
	
	table.fullcalendar ul {
		padding: 0 0 0 42px;
		margin: 0; 
	}
		
		
	
}

@media only screen and (max-width: 650px) {
	a.submit-event span,
	a.button-events-calendar span {
		display: none;
	}
	
	a.submit-event,
	a.button-events-calendar {
		width: 66px;
	}
	
	a.submit-event img.icon-submit {
		margin: 0 auto 0 5px;
	}
	
	a.button-events-calendar img.icon-calendar {
		margin: 0 auto;
	}
	
	h2.upcoming-events {
		width: calc(100% - 66px);
	}
	
	#footer-wrapper #footermenu ul li {
		width: 49%;
	}
}


@media only screen and (max-width: 450px) {
	#searchform_main input[type="text"] {
		width: 85%;
	}
	#footer-wrapper #footermenu ul li {
		width: 50%;
	}
	
	#mobilemenu div.title a {
		text-decoration: none;
		width: 74%;
		display: block;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 400px) {
	h2.upcoming-events {
		font-size: 1.1em;
	}
	
	#carouselslider li.excerpt div.event-heading {
		height: auto;
		overflow: hidden;
		margin: 0;
		padding: 0;
		clear: both;
	}
}


@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
	#header-container #mobilemenu a#mobile-mainmenu-button {
		background-image: url('img/icon-menu2x.png');
		background-size: contain;
	}
	#header-container #mobilemenu a#mobile-searchbutton {
		background-image: url('img/icon-search2x.png');
		background-size: 24px;
	}
	#searchform_main .searchButton {
		background-image: url("img/icon-search2x.png");
		background-size: 24px;
	}
	#content-secondary .widget_nav_menu ul.menu > li.menu-item a .menu-arrow {
		background-image: url('img/secondary-menu-arrows2x.png');
		background-size: 42px;
	}
	#searchpoupup-button {
		background-image: url('img/icon-search-button2x.png');
		background-size: 28px;
	}
	
		
	#carouselslider li.excerpt.first div.date-banner {
		background-image: url(img/banner-dark-blue-2x.png);
		background-size: 69px;
	}
	
	#carouselslider li.excerpt.second div.date-banner {
		background-image: url(img/banner-dark-rust-2x.png);
		background-size: 69px;
	}
	
	#carouselslider li.excerpt.third div.date-banner {
		background-image: url(img/banner-rust-2x.png);
		background-size: 69px;
	}
	
	#carouselslider li.excerpt.fourth div.date-banner {
		background-image: url(img/banner-orange-2x.png);
		background-size: 69px;
	}
	
	.accessibilityview #carouselslider li.excerpt.first div.date-banner,
	.accessibilityview #carouselslider li.excerpt.second div.date-banner,
	.accessibilityview #carouselslider li.excerpt.third div.date-banner,
	.accessibilityview #carouselslider li.excerpt.fourth div.date-banner {
		background-image: url(img/banner-access2x.png) top left no-repeat;
		background-size: 138px;
	}
	
	.button-down {
		background-image: url(img/icon-arrow-down-white2x.png);
		background-size: 23px;
	}
	
	.carouselheader a.arrowbutton i {
		background-image: url(img/icon-arrow-white2x.png);
		background-size: 10px;
	}
	
	.carouselheader a.arrowbutton.left i {
		background-image: url(img/icon-arrow-left-white2x.png);
		background-size: 10px;
	}

	
}



/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
	*/

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*

Use this CSS to provide high-contrast and other accessible changes.
The following class is addded to the body when the user has chosen "High Contrast View"

.accessibilityview

*/

.accessibilityview .gray-v {
	background:#000;
}

.accessibilityview #header-wrapper {
	background: #000;
}

.accessibilityview #mainmenu,
.accessibilityview #searchpoupup-button {
	border-top: 1px solid #FFF;
	border-radius: 0%;
}

.accessibilityview #content #content-main,
.accessibilityview #content #content-secondary,
.accessibilityview .event-wrapper {
	background: #FFF;
}

.accessibilityview #content-wrapper {
	background: #FFF !important;
}

.accessibilityview #content-secondary .widget h3 {
	background: #000;
}

.accessibilityview #mainmenu ul#menu-mainmenu li.menu-item a:hover {
	text-decoration: underline;
}

.accessibilityview #mainmenu ul#menu-mainmenu ul.sub-menu li.menu-item a:hover {
	background: #000;
}


.accessibilityview .featured h2,
.accessibilityview .newswrapper h2,
.accessibilityview h2.upcoming-events,
.accessibilityview a.button-events-calendar,
.accessibilityview a.button-down,
.accessibilityview .carouselheader a.arrowbutton,
.accessibilityview .button-more,
.accessibilityview a.button-more,
.accessibilityview .button-more:hover,
.accessibilityview a.button-more:hover,
.accessibilityview #footer-wrapper {
	background-color: #000;
}

.accessibilityview div.featured,
.accessibilityview div.newswrapper {
	border: 3px solid #000;
}

.accessibilityview #carouselslider li.excerpt.first div.date-banner,
.accessibilityview #carouselslider li.excerpt.second div.date-banner,
.accessibilityview #carouselslider li.excerpt.third div.date-banner,
.accessibilityview #carouselslider li.excerpt.fourth div.date-banner {
	background: url(img/banner-access.png) top left no-repeat;
}



.accessibilityview table.fullcalendar td {
	border: 3px solid #000;
	font-size: 1.1em;
}

.accessibilityview table.em-calendar td.eventful a, 
.accessibilityview table.em-calendar td.eventful-today a {
	color: #000;
	font-weight: bold;
}

.accessibilityview table.em-calendar td.eventful-pre, 
.accessibilityview table.em-calendar td.eventless-pre {
	background-color:#000;
	color: #FF0;
}

.accessibilityview table.em-calendar td.eventful-pre a {
	color:#FF0;
}


.accessibilityview .em-calnav-prev,
.accessibilityview .em-calnav-next {
	color: #000;
}

.accessibilityview #footer-wrapper #footer {
	background-image: none;
}































