/*
Theme Name: attorney-general-wp
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: 'Roboto', '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: #0d2848;
}

/*
 * 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;
}
/* ==========================================================================
   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;
}
/* ********************** Other Fonts ********************** */
.serif-title {
	font-family: "Crimson Text", serif;
}

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

}
#header-container #header-wrapper #header {

}
/* ******** Header Content ******** */
#header-content-wrapper {
	background: #fff url('img/header-seal-bg.jpg') center top no-repeat;
}
#header-content .logo {
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 200px;
	height: 200px;
	background: transparent url('img/attorney-general-seal.png') center center no-repeat;
	z-index: 100;
	transition: all 200ms ease-in 10ms;
	background-size: contain;
}
#header-content .title {
	display: block;
	float: left;
	margin: 30px 10px 30px 230px;
	color: #0d2848;
	transition: all 200ms ease-in 10ms;
}
#header-content .title .titletop {
	font-size: 28px;
	line-height: 1em;
}
#header-content .title .titlename {
	font-size: 53px;
	text-transform: uppercase;
	line-height: 1em;
}
#header-content .title .titlebottom {
	font-size: 28px;
	text-transform: uppercase;
	line-height: 1em;
}
/* ******** Top Menu ******** */
#topHeader-wrapper {
	border-style: solid;
	border-width: 1px 0;
	border-color: #cfd4da;
	box-shadow: 0 2px 10px 2px rgba(0,0,0,0.4);
	position: relative;
	z-index: 50;
}
#topmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#topmenu ul li a {
	display: block;
	float: right;
	padding: 5px 15px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	text-shadow: 0 -1px 0 rgba(0,0,0,1);
	font-weight: 300;
	transition: all 200ms ease-in 10ms;
	border: 1px solid rgba(255,255,255,0.0);
	border-width: 0 1px;
}
#topmenu ul li a:hover {
	background: rgba(0,0,0,0.2);
	border: 1px solid rgba(255,255,255,0.4);
	border-width: 0 1px;
}
#topmenu ul li.homelink a {
	float: left;
}
#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;
}
#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;
}
/* ******** Main Menu ******** */
#header-container #mainmenu-wrapper #mainmenu {
	margin-left: 215px;
	float:left;
	transition: all 200ms ease-in 10ms;
}
#header-container #mainmenu-wrapper {
	border-style: solid;
	border-width: 1px 0;
	border-color: #cfd4da;
	box-shadow: 0 0px 10px 2px rgba(0,0,0,0.4);
	position: relative;
	z-index: 50;
}
#header-container #mainmenu-wrapper ul#menu-mainmenu {
	margin:0;
	padding:0;
	list-style-type: none;
}
#header-container #mainmenu-wrapper ul#menu-mainmenu > li.menu-item {
	margin:0;
	padding:0;
	display: block;
	float:left;
	position: relative;
}
#header-container #mainmenu-wrapper ul#menu-mainmenu li.menu-item a {
	display: block;
	padding: 12px 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;
}
#header-container #mainmenu-wrapper 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;
}
#header-container #mainmenu-wrapper 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);
}
#header-container #mainmenu-wrapper ul.sub-menu li.menu-item {
/*	margin:0;
	padding:0;*/
}
#header-container #mainmenu-wrapper ul#menu-mainmenu ul.sub-menu li.menu-item a {
	color: #333;
	text-shadow: none;
	border: none;
}
#header-container #mainmenu-wrapper ul#menu-mainmenu ul.sub-menu li.menu-item a:hover {
	background: #0d2848;
	color: #fff;
	border: none;
}
#header-container #mainmenu-wrapper li.menu-item.menuover > ul.sub-menu {
	display:block;
}
#header-container #mainmenu-wrapper li.menu-item > ul.sub-menu > li.menu-item.menuover > ul.sub-menu {
	left:100%;
}

/* megamenu */
#header-container #mainmenu-wrapper ul#menu-mainmenu li.menu-item.menuover.megamenu {
	position: initial;
}
#header-container #mainmenu-wrapper ul#menu-mainmenu li.menu-item.menuover.megamenu > ul.sub-menu {
	display:block;
	width: 100%;
	padding-bottom: 15px;
}
#header-container #mainmenu-wrapper ul#menu-mainmenu li.menu-item.menuover.megamenu > ul.sub-menu > li.menu-item {
	float: left;
}
#header-container #mainmenu-wrapper ul#menu-mainmenu li.menu-item.menuover.megamenu > ul.sub-menu > li.menu-item > a {
	font-weight: bold;
	padding-bottom: 3px;
}
#header-container #mainmenu-wrapper ul#menu-mainmenu li.menu-item.menuover.megamenu > ul.sub-menu ul.sub-menu {
	display:block;
	left: auto;
	top: auto;
	position: relative;
	box-shadow: none;
	background: none;
}
#header-container #mainmenu-wrapper ul#menu-mainmenu li.menu-item.menuover.megamenu > ul.sub-menu ul.sub-menu li.menu-item {
	float: none;
}
#header-container #mainmenu-wrapper ul#menu-mainmenu li.menu-item.menuover.megamenu > ul.sub-menu ul.sub-menu li.menu-item a {
	padding: 3px 15px;
}
	
#header-container #mobilemenu {
	display: none;
	padding: 10px 5px;
}
#header-container #mobilealerts {
	display: none;
}
#header-container #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;
}
#header-container #mobilemenu div.title {
	text-align: center;
}
#header-container #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;
}

/* ******** Alerts Banner ******* */
#mainmenu-wrapper #alerts, #mobilealerts #alerts {
	display: block;
	position: absolute;
	width: 168px;
	height: 104px;
	right: 60px;
	top: -18px;
	background: transparent url('img/alert-banner.png') no-repeat center center;
}

.alertnum {
	display: block;
	position: absolute;
	border-radius: 50%;
	color: #8d0606;
	background: #fff;
	padding: 5px;
	top:26px;
	left:40px;
	text-align: center;
	height: 20px;
	width:20px;
}
.alerttext {
	display: block;
	position: absolute;
	color: #fff;
	top: 30px;
	left: 80px;
	font-weight: 300;
}
.gps_ring {
    border: 1px solid #fff;
 
    -webkit-border-radius: 50%;
    border-radius: 50%;
 
    height: 36px;
    width: 36px;
 
    -webkit-animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: 20; 
 
    animation: pulsate 2s ease-out;
    animation-iteration-count: 20;
 
    opacity: 0;
	position: absolute;
	top:22px;
	left:36px;
	background-color: rgba(255,255,255,0.3);
}
#mainmenu-wrapper #alerts:hover .gps_ring {
    opacity: 1;
}

/* webkit - safari, chrome */
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.5, 0.5); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.4, 1.4); opacity: 0.0;}
}
/* no vendor prefix - firefox */
@keyframes pulsate {
    0% { transform: scale(0.5, 0.5); opacity: 0.0; }
    50% { opacity: 1.0; }
    100% { transform: scale(1.4, 1.4); opacity: 0.0; }
}

#alertspanel {
	display: none;
	position: absolute;
	width: 100%;
	background: #fff;
	background: rgba(255,255,255,0.95);
	top: 46px;
	left: 50%;
	margin-left: -600px;
	box-sizing: border-box;
	padding: 0;
	z-index: 40;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.4);
}
#alertspanel .alertheading {
	padding: 10px;
	font-size: 1.5em;
	font-weight: bold;
}
#alertspanel .closebutton {
	position: absolute;
	right:10px;
	top:5px;
	width: 40px;
	height: 40px;
	background:transparent url('img/icon_closebutton_white.png') left top no-repeat;
}
#alertspanel ul {
	list-style-type: none;
	margin: 0;
	padding: 15px;
}
#alertspanel ul li {
	background: #fff;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
	padding: 15px;
	border-radius: 8px;
}
#alertspanel ul li.col1 {
	width:50%;
	margin: 0 auto;
	float: none;
}
#alertspanel a {
	text-decoration: none;
	color: #333;
}
#alertspanel .alerttitle {
	color: #8D0606;
	font-weight: bold;
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
}
#alertspanel .alertexcerpt {
	padding-top:10px;
	
}
#alertspanel a.button {
	margin-top: 5px;
	color: #fff;
}

/* ******** Search Site Button ******** */
#searchpoupup-button {
	display: block;
	float: right;
	width: 42px;
	height: 30px;
	margin: 3px 0 0 0;
	background: transparent url('img/icon-search-button.png') no-repeat center center;
	padding: 5px;
	transition: all 200ms ease-in 10ms;
	border-radius: 2px;
	outline: none;
}
#searchpoupup-button:hover {
	background-color: rgba(0,0,0,0.4);
}
/* ******** Site Search / Google Custom Search Field ******** */
#searchform_main {
	position: absolute;
	height: 53px;
	z-index: 40;
	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;
}

/* ********************** Homepage ********************** */
.newswrapper {
	position: relative;
	margin: 30px 0;
}
#homeslider {
	width:70.83%;
	float: left;
}
.slidesnav {
	width: 29.17%;
	float: left;
	box-sizing: border-box;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.slidesnav li {
	overflow: hidden;
	height: 100px;
	position: relative;
	color: #666;
	cursor: pointer;
}
.slidesnav li:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: linear-gradient(to bottom, rgba(226, 226, 226, 0), rgba(226, 226, 226, 1) 100%);
}
.slidesnav li.flex-active:after {
	background: linear-gradient(to bottom, rgba(182, 190, 200, 0), rgba(182, 190, 200, 1) 100%);

}
.slidesnav li.flex-active {
	color: #333;
}
.slidesnav .title {
	font-weight: bold;
	padding: 5px 30px 0;
}
.slidesnav .excerpt {
	padding: 0 30px;
	font-weight: lighter;
}
.slidesnav li i {
	height: 100%;
	width: 26px;
	position: absolute;
	background: transparent url('img/slider-arrow-large.png') center center no-repeat;
	display: none;
	z-index: 1;
}
.slidesnav li.flex-active i {
	display: block;
}
.slidesnav li a.readmore {
	display: block;
	position: absolute;
	width: 100px;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
	transition: all 200ms ease-in 10ms;
}
.slidesnav li.flex-active a.readmore {
	opacity: 1;
	width: 27px;
}
.slidesnav li a.readmore:hover {
	width: 100px;
}
.slidesnav li a.readmore b {
	display: block;
	background: transparent url('img/icon-arrow-white.png') center center no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.slidesnav li a.readmore:hover b {
	background: none;
}
.slidesnav li a.readmore b:before {
	opacity: 0;
	content: "Read More";
	height: 1em;
	width: 100px;
	position: absolute;
	top:50%;
	margin-top: -.75em;
	text-align: center;
	color: #fff;
	transition: all 200ms ease-in 10ms;
}
.slidesnav li a.readmore:hover b:before {
	opacity: 1
}

/* ---- Carousel Slider ---- */
#carouselwrapper {
	padding: 0 27px;
}
#carouselslider {
	background: #fff;

}
#carouselslider ul.slides li {
	margin-left: 15px;
	display: none;
}
#carouselslider ul.slides li:first-child {
	margin-left: 0;
}
#carouselslider ul.slides li a {
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #333;
}
#carouselslider ul.slides li a .title {
	text-align: center;
	margin-bottom: 5px;
}
.carouselheader a.arrowbutton {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 27px;
}
.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');
}

#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;
}

#videopanel {
	position: relative;
}
#videopanel div.widget, #videopanel div.textwidget {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 40px 15px 15px;
	box-sizing: border-box;
}
#videopanel div.widget h2.title {
	display: none;
}
#videopanel iframe {
	width: 100%;
	height: 100%;
}
#videopanel img.placeholder {
	width: 100%;
	position: relative;
	z-index: -1;
	margin: 0 0 15px;
}

/* ********************** Content ********************** */
/* change to match your site */
#content-wrapper {
	background:#e2e2e2;
}
#content {
	margin: 30px auto;
}
#content.home {
	margin: 0 auto 15px;
}
#content #content-secondary {
	width:30%;
	float:left;
	padding:0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}
#content #content-main {
	padding:15px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}
#content #content-main.home {
	padding: 0;
	background: transparent;
}
#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%;
}

/*    *********    *********   Secondary Menu   *********    *********    */
#content-secondary .widget {
	padding:15px;
}
#content-secondary .widget.widget_nav_menu {
	padding:0;
}
#content-secondary .widget_nav_menu h3 {	
	/* change to match your site */
	padding:15px 20px;
	margin:0;
	background: #0d2848; 
	color:#fff;
	font-size:1.17em;
}
#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 {
	/* change to match your site */
	background: #eee;
	padding: 10px;
	display:block;
	text-decoration:none;
	border-bottom:1px solid #aaa;
	border-top:1px solid #fff;
	text-shadow: 0 1px 0 #fff;
	color:#444;
	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 {
		/* change to match your site */
	color:#4c6078;
	background: #e0e0e0;
}
#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;
}



/* ***************    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;
}

/* ****************** Home Recent Posts ******************** */

#home-recent-posts {padding:1px 15px 0; background: #ffffff; margin: 30px 0 0}

#home-recent-posts h2.title {
	width:100%;
}

/* ********************** Footer ********************** */
#footer-wrapper {

}
#footer-wrapper #footerbar {
	height: 15px;
}
#footer-wrapper #footer {
	color: #fff;
	font-size: .8em;
	font-weight: 300;
	padding: 15px 0;
}
#footer-wrapper #footer a {
	color: #fff;
}
#footer-wrapper p {
	margin: 0;
}

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

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

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


/* ------------------ 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 {
	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;
}

/**************** Layout - 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;
}

/* ********************** 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-darkblue, #content-secondary .widget_nav_menu h3 {
	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;
	}
}
@media only screen and (max-width: 1024px) {
	.slidesnav .excerpt {
		font-size: .9em;
	}
}
@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: 767px) {
	
	#header-container {
		margin-top:0;
	}
	#header-container #mobilemenu {
		display:block;
	}
	#topHeader-wrapper {
		display: none;
	}
	#topmenu ul li a {
		float: none;
		text-align: center;
		clear: left;
	}
	#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;
		clear: none;
	}
	#header-content-wrapper {
		display: none;
	}
	#header-container #mainmenu-wrapper {
		display:none;
	}
	#searchpoupup-button {
		display: none;
	}
	#header-container #mobilealerts {
		display: block;
		height: 50px;
		background: #000;
	}
	#mobilealerts #alerts {
		left: 50%;
		margin-left: -84px;
		top: 25px;
		z-index: 100;
	}
	#mainmenu-wrapper #alerts {
		top: 0;
		left: 0;
		width:100%;
		background-image: none;
		background-color: #8D0606;
		height: 42px;
		border-bottom: 2px solid #cfd4da;
	}
	#mainmenu-wrapper #alerts .alertnum {
		top: 6px;
		left:40px;
	}
	#mainmenu-wrapper #alerts .alerttext {
		top: 10px;
		left: 80px;
	}
	#mainmenu-wrapper #alerts .gps_ring {
		top: 2px;
		left:36px;
	}
	#alertspanel {
		z-index: 50;
	}
	#alertspanel ul li.col1 {
		width: 100%;
	}
	#header-container #mainmenu-wrapper #mainmenu {
		float:none;
	}
	#header-container #mainmenu-wrapper #mainmenu.alerts {
		margin-top: 50px;
	}
	#header-container #mainmenu-wrapper ul#menu-mainmenu > li.menu-item {
		float:none;
		text-align: center;
	}
	#header-container #mainmenu-wrapper ul.sub-menu {
		position: relative;
		min-width: 100%;
	}
	#header-container #mainmenu-wrapper ul#menu-mainmenu li.menu-item.megamenu > ul.sub-menu li {
		width: 100%;
		margin: 0;
	}
	#searchform_main {
		width: 100%;
	}
	#searchform_main input[type="text"] {
		width: 90%;
	}
	#content #content-secondary {
		display:none;
		width:100%;
		margin-left:0;
	}
	#content #content-secondary~#content-main {
		width:100%;
		margin-left: 0;
	}
	#content #secondary-menu-button {
		display:block;
	}
	
	#homeslider {
		display: none;
	}
	.slidesnav {
		width: 100%;
	}
	#footer-wrapper #footerinfo-wrapper {
		width: 100%;
	}
	#footer-wrapper #footermenu {
		width: 100%;
	}
	#footer-wrapper ul#utahgovlinks {
		width: 100%;
	}
	
}
@media only screen and (max-width: 450px) {
	#searchform_main input[type="text"] {
		width: 85%;
	}
	#footer-wrapper #footermenu ul li {
		width: 50%;
	}
}

@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: 42px;
	}
	#mainmenu-wrapper #alerts {
		background-image: url('img/alert-banner2X.png');
		background-size: 168px;
	}
	#header-content .logo {
		background-image: url('img/attorney-general-seal2x.png');
	}
}

@media print,
(-o-min-device-pixel-ratio: 5/4) and (max-width: 767px),
(-webkit-min-device-pixel-ratio: 1.25) and (max-width: 767px),
(min-resolution: 120dpi) and (max-width: 767px) {
	#mainmenu-wrapper #alerts {
		background-image: none;
	}
	#mobilealerts #alerts {
		background-image: url('img/alert-banner2X.png');
		background-size: 168px;
	}
}

/* ==========================================================================
   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;
}