/*
Theme Name: WP Boilerplate
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-size: 15px;
	/* 1em = 16px | generally do no change this value so you can override it easily for accessibility */
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 300;
	line-height: 1.6;
	-ms-word-wrap: break-word;
	word-wrap: break-word;

	background: #D3D0CB;
}

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

/* ==========================================================================
Flex Styles
========================================================================== */

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-direction-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex-direction-column-reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;;
}

.flex-direction-column-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.flex-direction-column-row-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.justify-content-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.justify-content-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.justify-content-start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.justify-content-space-around {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.justify-content-space-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.align-content-center {
	-ms-flex-line-pack: center;
	align-content: center;
}

.align-content-end {
	-ms-flex-line-pack: end;
	align-content: flex-end;
}

.align-content-start {
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.align-content-space-around {
	-ms-flex-line-pack: distribute;
	align-content: space-around;
}

.align-content-space-between {
	-ms-flex-line-pack: justify;
	align-content: space-between;
}

.align-items-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.align-items-end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.align-items-start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.align-items-space-around {
	-webkit-box-align: space-around;
	-ms-flex-align: space-around;
	align-items: space-around;
}

.align-items-space-between {
	-webkit-box-align: space-between;
	-ms-flex-align: space-between;
	align-items: space-between;
}

.text-align-center {
	text-align: center;
}

.flex-grow-1 {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.flex-grow-2 {
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
}

.flex-grow-3 {
	-webkit-box-flex: 3;
	-ms-flex-positive: 3;
	flex-grow: 3;
}

.flex-grow-4 {
	-webkit-box-flex: 4;
	-ms-flex-positive: 4;
	flex-grow: 4;
}

.flex-1 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.width100percent {
	width: 100%;
}

.height100percent {
	height: 100%;
}

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

#consumer-color {
	background-color: #3E5E77;
}

#agency-color {
	background-color: #FF4338;
}

#captive-color {
	background-color: #659B7B;
}

.consumer-color {
	background-color: #3E5E77;
}

.agency-color {
	background-color: #FF4338;
}

.captive-color {
	background-color: #659B7B;
}

/* These two basic classes are used throughout the site. Adjust widths to match your needs */

.site-full {
	width: 100%;
	position: relative;
}

.site {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*.admin-bar #header-container.sticky {
	top: 32px;
}*/

/* ********************** Homepage ********************** */

.homeLogo {
	display: block;
	width: 370px;
	height: 100%;
	background: transparent url(img/UtahInsuranceLogoWhite.svg) no-repeat center center;
	background-size: 92%;
	padding: 0 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.ow-button-base a {
	display: block;
	text-align: left;
}

#search-title {
	color: #4c4c4c;
	margin: 20px;
}

/* ********************** Header ********************** */

#content a {
	color: #397081;
}

#header-container {
	/*this contains all the header elements. (header, main menu, search, etc) Useful for stickey headers. */
	background: #3E5E77;
}

.licensee #header-container {
	background: #FF4338;
}

.captive #header-container {
	background: #659B7B;
}

.home #header-container {
	margin-top: 0;
}

#fixed-navbar {
	display: block;
}

#header-container.sticky {
	margin-top: 0;
	z-index: 2;
	position: fixed;
	top: 0;
}

#header-container #header-wrapper {
	/*background:#ccc;*/
	height: 90px;
	/*add height to the navigation bar here !!!!!!!!!!!!*/
}

.home #header-container #header-wrapper {
	background: #345069;
	height: 90px;
	/*add height to the navigation bar here !!!!!!!!!!!!*/
}

#header-container #header-wrapper #header {
	height: 100%;
}

/* ******** Main Menu ******** */

#header-container #mainmenu-wrapper {
	/* change to match your site */
}

#header-container #mainmenu-wrapper ul#menu-mainmenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%;
}

#header-container #mainmenu-wrapper ul#menu-mainmenu > li.menu-item {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	position: relative;
	height: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.home #header-container #mainmenu-wrapper ul#menu-mainmenu li.menu-item a {
	padding: 10px 15px;
	text-decoration: none;
	display: block;
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#header-container #mainmenu-wrapper ul#menu-mainmenu li.menu-item a {
	padding: 10px 15px;
	text-decoration: none;
	display: block;
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.3em;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

#header-container #mainmenu-wrapper ul#menu-mainmenu li.menu-item a:hover {
	background: rgba(255, 255, 255, 0.3);
}

a.height100percent.hidden-on-mobile.flex.align-items-center.homeLogo:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

#header-container #mainmenu-wrapper ul.sub-menu {
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	/* change to match your site */
	list-style-type: none;
	min-width: 100%;
	/* change to match your site */
}

#header-container #mainmenu-wrapper ul.sub-menu li.menu-item {
	margin: 0;
	padding: 0;
}

#header-container #mainmenu-wrapper li.menu-item > ul.sub-menu > li.menu-item.menuover > ul.sub-menu {
	left: 100%;
}

#header-container #mobilemenu {
	display: none;
}

.nav-bar-logo-width {
	width: 160px;
}

.navbar-menu-container {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
}

/*//
//
//
MEGAMENU !!!!!
//
//
//*/

#megamenu .menu {
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 60px;
	background-color: rgba(255, 255, 255, 0.2);
	list-style-type: none;
	padding: 0;
}

#megamenu .menu li {
	color: white;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;

}

#megamenu .menu li a {
	color: white;
	text-align: none;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#megamenu .menu li a:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

#header-container .news #mainmenu-wrapper ul#menu-mainmenu li.menu-item a {
	color: white;
}

/*//
..
..
..
captive..
..
..
..
..
*/
.captive-department-banner > h3 {
	height: 220px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: -webkit-xxx-large;
	color: white;
	background-color: #659B7B;
	margin-bottom: 60px;
}

.post-loop-about-us {
	width: 70%;
	margin: auto;
}

.consumer li.consumer a,
.licensee li.licensee a,
.news li.news a,
.about-us li.about-us a {
	background: rgba(255, 255, 255, 0.2);
}

.captive-news {
}

.captive-news h3.widget-title {
	text-align: -webkit-center;
	font-size: 1.7em;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}

.captive-news .postLoop-image img {
	min-width: 100%;
	margin-top: 0px;
}

.captive-news .postLoop-text {
	font-size: .8em;
	font-weight: 100;
}

.captive-news .postLoop-text .title a {
	font-weight: 500;
	font-size: 1.2em;
}

.captive .postLoop-body {
	width: 480px;
}

a.button.small-medium.hcentermargin.aligncenter {
	display: none;
}

/* ******** Site Search / Google Custom Search Field ******** */

.nav-bar-search-icon {
	display: block;
	background: transparent url(img/icon-search2x.png) center center no-repeat;
	background-size: 24px;
	width: 100px;
	/*remove this background color for the search icon box */
	cursor: pointer;
}

.nav-bar-search-icon:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

.search-icon.search64 {
	display: block;
	background-position: 0 0;
	width: 64px;
	height: 64px;
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	margin: 13px;
}

.search-icon {
	background: transparent url(img/icon-search2x.png) center center no-repeat;
	background-size: 40px;
	cursor: pointer;
	z-index: 300;
}

.searchform-backdrop {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 250;
	background: rgba(0, 0, 0, 0.63);
	display: none;
	outline: 0;
}

.searchbox {
	width: 60%;
	height: 80px;
	border: 3px solid #FFF;
	z-index: 300;
	position: fixed !important;
}

.searchbox input.search {
	border: none;
	outline: none;
	background: transparent;
	font-size: 2em;
	color: #fff;
	height: 100%;
	width: calc(100% - 150px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 10px 10px 70px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.searchbox .searchButton {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	line-height: 75px;
	font-size: 2em;
	text-decoration: none;
	/* border-left: 2px solid #fff; */
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	width: 150px;
	text-align: center;
	outline: none;
	background: transparent;
	border: none;
}

.sidebar-left-container {
	width: calc((100% - 800px) / 2);
	min-width: 320px;
	background: #E6E6E6;
	padding-top: 15px;
}

.sidebar-right-container {
	width: calc((100% - 800px) / 2);
	min-width: 320px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #E6E6E6;
	padding-top: 15px;
}

/*
//
//
//
News
//
//
//
*/

.consumer #content-main a {
	color: #3E5E77;

}

.consumer #content-main h1 {
	color: #4c4c4c;
	margin-top: 50px;

}

.consumer body #content #content-main {
	margin: auto;
}

.licensee body #content #content-main {
	margin: auto;
}

.captive body #content #content-main {
	margin: auto;
}

.news body #content .sidebar-right-container {
}

.news body #content .sidebar-left-container {
	display: none;
}

.more-news-button {
	font-family: 'Montserrat', sans-serif;
}

.news-department-banner > h3 {
	height: 220px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: -webkit-xxx-large;
	color: white;
	background-color: #3E5E77;
	margin-bottom: 60px;
}

.home .featured-news {
	width: 60%;
	margin: auto;
}

.featured-news .widget-title {
	margin-bottom: 5px;
	font-size: inherit;
	font-weight: 400;
	margin-top: -5px;
}

.featured-news .textwidget {
	font-size: smaller;
	font-weight: 100;
}

/* ********************* Consumer ********************* */

.consumer-department-banner > h3 {
	height: 220px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: -webkit-xxx-large;
	color: white;
	background-color: #3E5E77;
	margin-bottom: 40px;
}

#icon-button span div {
	background-repeat: no-repeat;
	background-position: center;
	height: 55px;
	width: 55px;
	border-radius: 50%;
	background-size: 42px;
	background-color: #657e92;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

#icon-button span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* flex: 0 0 auto; */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: initial;
	font-size: .8em;;
	width: 95%;
}

#icon-button span div:hover {
	background-color: #ccc;
	color: #7EA2AD;
}

#icon-button span:hover {
	color: #7EA2AD;
}

.twitter-feed {
	text-align: -webkit-center;
}

.content-width {
	max-width: 1200px;
	margin: auto;
}

/*//
//
//
//
licensee / agency
//
//
//
//*/
.licensee #content a {
	color: #FF655C;

}

.captive #content a {
	color: #659B7B;

}

.licensee #content-main h1 {
	color: #4c4c4c;
	margin-top: 50px;

}

.agency-department-banner > h3 {
	height: 220px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: -webkit-xxx-large;
	color: white;
	background-color: #FF4338;
	margin-bottom: 50px;
}

.agency-landing-info {
	width: 80%;
	margin: auto;
}

.agency-icons {
	margin: auto;
}

.agency-icons #icon-button span div {
	background-repeat: no-repeat;
	background-position: center;
	height: 55px;
	width: 55px;
	border-radius: 50%;
	background-size: 42px;
	background-color: #ff6960;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.agency-icons #icon-button span div:hover {
	background-color: #ccc;
	color: #ff6960;
}

.agency-icons #icon-button span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* flex: 0 0 auto; */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: initial;
	font-size: small;
	width: 95%;
}

.agency-icons #icon-button span:hover {
	color: #ff6960;
}

.captive-icons {
	margin: auto;
}

.captive-icons #icon-button span div {
	background-repeat: no-repeat;
	background-position: center;
	height: 55px;
	width: 55px;
	border-radius: 50%;
	background-size: 42px;
	background-color: #659B7B;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.captive-icons #icon-button span div:hover {
	background-color: #ccc;
	color: #659B7B;
}

.captive-icons #icon-button span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* flex: 0 0 auto; */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: initial;
	font-size: small;
	width: 95%;
}

.captive-icons #icon-button span:hover {
	color: #659B7B;
}

/* ********************** Content ********************** */
/* change to match your site */

#content-wrapper {
	background: #ccc;
}

#content {
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#content #sidebar-left {
	max-width: 285px;
	float: right;
	width: 100%;
}

#content #content-main {
	padding: 0 10px 10px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#content #sidebar-left ~ #content-main {
	width: 67%;
	float: left;
	margin-left: 3%;
}

#content #sidebar-right ~ #content-main {
	width: 67%;
	float: left;
	margin-left: 3%;
}

#content #secondary-menu-button {
	display: none;
}

#content-main article {
}

/*    *********    *********   Secondary Menu   *********    *********    */

#sidebar-left .widget {
	padding: 15px;
}

#sidebar-left .widget.widget_nav_menu {
	padding: 0;
}

#sidebar-left .widget_nav_menu h3 {
	/* change to match your site */
	margin: 0;
	font-size: 1.4em;
}

#sidebar-left .widget_nav_menu ul.menu, #sidebar-left .widget_nav_menu ul.menu ul.sub-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: .9em;
}

#sidebar-left .widget_nav_menu ul.menu ul.sub-menu {
	/* change to match your site */
}

#sidebar-left .widget_nav_menu ul.menu ul.sub-menu li a {
	/* change to match your site */
	padding-left: 20px;
}

#sidebar-left .widget_nav_menu ul.menu > li.menu-item:before {
	content: "\203A";
	position: absolute;
	left: -13px;
	font-size: 1.3em;
}

#sidebar-left .widget_nav_menu ul.menu > li.menu-item {
	margin: 0;
	padding: 0 10px 0 0;
}

#sidebar-left .widget_nav_menu ul.menu > li.menu-item a {
	/* change to match your site */
	padding: 5px 0 5px 0;;
	display: block;
	text-decoration: none;
	color: #333333;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

#sidebar-left .widget_nav_menu ul.menu > li.menu-item a:hover, #sidebar-left .widget_nav_menu ul.menu li.menu-item.current-menu-item > a {
	/* change to match your site */
	color: #397081;
}

.consumer #sidebar-left .widget_nav_menu ul.menu > li.menu-item a:hover, .consumer #sidebar-left .widget_nav_menu ul.menu li.menu-item.current-menu-item > a {
	/* change to match your site */
	color: #397081;
}

.licensee #sidebar-left .widget_nav_menu ul.menu > li.menu-item a:hover, .licensee #sidebar-left .widget_nav_menu ul.menu li.menu-item.current-menu-item > a {
	/* change to match your site */
	color: #FF4338;
}

.captive #sidebar-left .widget_nav_menu ul.menu > li.menu-item a:hover, .captive #sidebar-left .widget_nav_menu ul.menu li.menu-item.current-menu-item > a {
	/* change to match your site */
	color: #659B7B;
}

#sidebar-left .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;
}

#sidebar-left .widget_nav_menu ul.menu > li.menu-item a .menu-arrow:hover, #sidebar-left .widget_nav_menu ul.menu > li.menu-item a .menu-arrow.open {
	background-position-x: right;
}

#sidebar-left .widget_nav_menu ul.menu > li.menu-item ul.sub-menu {
	display: none;
}

#sidebar-left .widget_nav_menu ul.menu li.current-menu-parent > ul.sub-menu, #sidebar-left .widget_nav_menu ul.menu li.current-menu-ancestor > ul.sub-menu {
	display: block;
}

/*/////////////////////////*/

#sidebar-right .widget {
	padding: 15px;
}

#sidebar-right .widget.widget_nav_menu {
	padding: 0;
}

#sidebar-right .widget_nav_menu h3 {
	/* change to match your site */
	margin: 0;
	font-size: 1.4em;
}

#sidebar-right .widget_nav_menu ul.menu, #sidebar-right .widget_nav_menu ul.menu ul.sub-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar-right .widget_nav_menu ul.menu ul.sub-menu {
	/* change to match your site */
}

#sidebar-right .widget_nav_menu ul.menu ul.sub-menu li a {
	/* change to match your site */
	padding-left: 20px;
}

#sidebar-right .widget_nav_menu ul.menu > li.menu-item {
	margin: 0;
	padding: 0;
}

#sidebar-right .widget_nav_menu ul.menu > li.menu-item a {
	/* change to match your site */
	padding: 10px;
	display: block;
	text-decoration: none;
	color: #444;
}

#sidebar-right .widget_nav_menu ul.menu > li.menu-item a:hover, #sidebar-right .widget_nav_menu ul.menu li.menu-item.current-menu-item > a {
	/* change to match your site */
	color: #00a1ff;
}

#sidebar-right .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;
}

#sidebar-right .widget_nav_menu ul.menu > li.menu-item a .menu-arrow:hover, #sidebar-right .widget_nav_menu ul.menu > li.menu-item a .menu-arrow.open {
	background-position-x: right;
}

#sidebar-right .widget_nav_menu ul.menu > li.menu-item ul.sub-menu {
	display: none;
}

#sidebar-right .widget_nav_menu ul.menu li.current-menu-parent > ul.sub-menu, #sidebar-right .widget_nav_menu ul.menu li.current-menu-ancestor > ul.sub-menu {
	display: block;
}

table {
	width: 100%;
	border-collapse: collapse;
}

table thead td, table thead th {
	font-weight: bold;
	border-bottom: 1px solid #999;
	text-align: left;
	padding: 5px;
}

table tbody tr td {
	padding: 5px;
	background: #f9f9f9;
}

table tbody tr:nth-child(even) td {
	background: #eef5fb;
}

.licensee table tbody tr:nth-child(even) td {
	background: #fbefee;
}

.captive table tbody tr:nth-child(even) td {
	background: #e1efe1;
}

/*
////////////////////////
LANDING PAGE!!!!
//////////////
////////////
//////////
///////
/////
///
/
*/

div#banner-img {
	margin: auto;
}

#banner-img h3 {
	display: none;
	/*padding: 0;
	color: white;
	position: absolute;
	left: 52px;
	top: 84%;
	font-size: 28px;
	font-family: sans-serif;*/
}

#banner-img h3 {
	padding: 0;
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 40px;
	font-size: 28px;

}

#banner-img ul {
	margin-top: -20px;
	margin-left: 17px;
}

.landing-page-header-logo {
	background: url('./img/WelcomeLogo.svg') no-repeat;
	height: 20vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60vh;
	min-height: 150px;
	height: 30vh;
}

.departments-box {
	position:relative;
}
	
.departments-box svg {
	height: 52px;
}

.departments-box-consumer {
	background: url('./img/insurance-logos/insurance-department-background.png') no-repeat;
	background-repeat: no-repeat;
	background-position: center;
	height: 30vh;
	width: 33.33%;
}

.departments-box-agency {
	background: url('./img/insurance-logos/agency-background.png') no-repeat;
	background-repeat: no-repeat;
	background-position: center;
	height: 30vh;
	width: 33.33%;
}

.departments-box-captive {
	background: url('./img/insurance-logos/captive-background.png') no-repeat;
	background-repeat: no-repeat;
	background-position: center;
	height: 30vh;
	width: 33.33%;
}

#content .departments-box a {
	height: 100%;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 32px;
	color: #ffffff;
	text-decoration: none;
	width:100%;
	flex-direction: column;
	
}

#content .departments-box a:hover {
	background: rgba(0, 0, 0, 0.2);
}

.landing-page-bottom-image {
	background: url('./img/insurance-logos/insurance-bottom-logo.png') no-repeat;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 150px;
	background-size: cover;
	height: 30vh;
}

.landing-page-bottom-image p {
	margin: auto;
	position: absolute;
	bottom: 80px;
	font-size: 32px;
	color: white;
	left: 150px;
}

.menu li a {
	color: black;
	text-decoration: none;
}

.twitter-button {
	display: none;

}

.department-icon-links #icon-button {
	padding: 20px 0 0px 0;
}

/*//
//
//
Postloop syles
//
//
//*/

.captive-box {
}

.captive-news .postLoop-image {
	width: 110px;
}

.postLoop-image img {
	min-width: 200px;
	margin-top: 5px;
}

.postLoop-text {
	min-width: 330px;
	width: 65%;

	margin-left: 30px;
}

.postLoop-text .title {
}

.postLoop-text .title a {
	text-decoration: none;
	color: black;
	font-size: 1.3em;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	letter-spacing: .4px;
	font-weight: 500;
}

.postLoop-text .title a:hover {
	color: red;
}

.news .postLoop-body {
	margin: 0px 0 20px 0;
}

.home .postLoop-body {
	width: 70%;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
}

.news .postLoop-body {
	width: 70%;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
}

.category-news img {
	margin-top: 15px;
}

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

/* Add this class to the title of the container in WP!!!!! */

.row-title-default {
	text-align: center;
	font-size: x-large;
}

.row-title-default h3 {
	margin: auto;
}

.row-title-left h3 {
	margin: auto;
}

.row-title-right h3 {
	margin: auto;
}

.row-title-left {
	text-align: left;
	font-size: x-large;
}

.row-title-right {
	text-align: right;
	font-size: x-large;
}

footer.entry-meta {
	opacity: 0.7;
	font-size: .8em;
	text-align: center;
}

/* ********************** Footer ********************** */

#footer-wrapper {
	background-color: #D3D0CB;
	font-size: .8em;
	padding: 0 20px;
}

#footer-wrapper h3 {
	margin: 2em 0 .5em 0;
}

#footer-wrapper a {
	color: #333333;
}

#footer-wrapper p {
	margin: 0;
}

#footer-wrapper ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#footer-logo {
	display: block;
	width: 73%;
	margin: 30px 0;
}

.footer-widget-style {
	padding: 0 0 20px 20px;
}

#uibar {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	line-height: 30px;
	font-size: 12px;
	background-color: #0B1115;
	/* change this color to match your site */
}

.admin-bar #uibar {
	top: 32px;
}

#uibar #uibar-left {
	float: left;
	width: calc(100% - 150px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#uibar #settings {
	width: 150px;
	height: 31px;
	float: right;
	border-left: 1px solid #444;
	-webkit-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;
}

#utahgov_statewideheader {
	background: transparent !important;
}

#utahgov_statewideheader a {
	color: #eeeeee !important;
}

button#searchutgovbtn {
	vertical-align: super;
}

#stateheader_brand {
	height: 28px !important;
	width: 39px !important;
	background: url('img/UtahBrandReversed2x.png') !important;
	background-size: 100% auto !important;
}

/* ==========================================================================
Site Settings
========================================================================== */

#settings-link {
	outline: none;
}

#sitesettingsul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sitesettingsul li {
	padding: 0;
	margin: 0 0 15px 0;
}

/*  ==========================================================================
Popup Dialog
========================================================================== */

.pop-up-box-backdrop {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 500;
	top: 0;
	left: 0;
	display: none;
	overflow: auto;
}

.pop-up-box {
	background-color: #f9f9f9;
	border-radius: 8px;
	margin: 50px auto;
	display: block;
	position: relative;
	width: 620px;
	-webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}

.pop-up-box.large {
	width: 920px;
}

.pop-up-box .form {
	border: none;
}

.pop-up-box-content {
	background: #f2f2f2;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}

.pop-up-box .footer {
	padding: 15px;
	/*box-shadow: 0 10px 10px -10px rgba(0,0,0,0.4) inset;*/
	border-radius: 0 0 8px 8px;
	background: #fff;
	border-top: 1px solid #bbb;
	text-align: center;
}

.pop-up-box-backdrop .icon.closebutton {
	z-index: 100;
	position: absolute;
	width: 32px;
	height: 32px;
	right: -16px;
	top: -16px;
	background-position: -192px -32px;
	background-color: #222;
	border-radius: 50%;
	-webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.6);
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.6);
	border: 2px solid #eeeeee;
	-webkit-transition: background-color 200ms;
	-o-transition: background-color 200ms;
	transition: background-color 200ms;
}

.pop-up-box-backdrop .closebutton:hover {
	background-color: #e7583f;
}

/**************** 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;
	-webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-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;
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	font-weight: bold;
	outline: 0;
	text-align: center;
}

.button:hover {
}

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

.more-news-button {
	display:flex;
	justify-content:center;
}

.more-news-button a {
	text-align: center;
}

/* ********************** 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 {
	-webkit-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 */
	/* 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+ */
	/* IE10+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#333333));
	background: linear-gradient(to bottom, #666666 0%, #333333 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#333333', GradientType=0);
	/* IE6-9 */
}

.grey-flat {
	color: white;
	background-color: silver;
}

/* ********************** Layout ********************** */

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.hcentermargin {
	display: block;
	margin: 0 auto;
}

p.hcentermargin {
	margin: 1em auto;
}

.hcenter {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.vcenter {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.vcenter.right {
	right: 0;
}

.vcenter.left {
	left: 0;
}

.vcenter.hcenter {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.aligncenter {
	text-align: center;
}

.posright {
	right: 0;
}

.posleft {
	left: 0;
}

/*hide postloop padding */

.panel-grid-cell .so-panel:after {
	content: '';
	display: table;
	clear: inherit;
}

/* ==========================================================================
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: -o-pixelated;
	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 {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}

.ir: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: 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) {
		margin-left: 4%;
		width: 48%;
		clear: none;
	}

	.row .col4:first-child, .row .col4:nth-child(2n+3) {
		margin-left: 0;
		clear: left;
	}

	.row .col5, .row .col5:nth-child(5n+6), .row .col6, .row .col6:nth-child(6n+7) {
		margin-left: 3.5%;
		width: 31%;
		clear: none;
	}

	.row .col5:first-child, .row .col5:nth-child(3n+4), .row .col6:first-child, .row .col6:nth-child(3n+4) {
		margin-left: 0;
		clear: left;
	}
}

@media only screen and (max-width: 750px) {
	#uibar #settings a img {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	/* Style adjustments for mobile screens (600px or lower) */
	/* Add other sizes to meet your needs */
	.nav-bar-search-icon {
		background: transparent url(img/icon-search-black.png) center center no-repeat;
		width: 61px;
		background-size: 30px;

	}

	.licensee .nav-bar-search-icon {
		width: 50px;
	}

	#header-container #mainmenu-wrapper li.menu-item.menuover > ul.sub-menu {
		display: none;
	}

	#header img {
		height: 70px;
	}

	#header-container {
		margin-top: 0;
	}

	#header-container #header-wrapper {
		background: #CCCCCC;
		height: 100%;
	}

	#header-container #mobilemenu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		background-color: #F2F2F2;
	}

	#header-container #mainmenu-wrapper {
		display: none;
	}

	#header-container #mainmenu-wrapper ul#menu-mainmenu > li.menu-item {
		float: none;
		display: initial;
	}

	#header-container #mainmenu-wrapper ul.sub-menu {
		position: relative;
		min-width: 100%;
		/*margin-left: 20px;*/
		/* change to match your site */
	}

	#header-container #searchform_main {
		display: none;
	}

	#content {
		display: block;
	}

	.sidebar-left-container {
		width: 100%;
		padding: 10px 0;
	}

	#content #sidebar-left {
		display: none;
		width: 100%;
		margin-left: 0;
		max-width: none;
		float: none;
		padding: 10px 30px 20px 30px;
	}

	#content #sidebar-left ~ #content-main {
		width: 100%;
	}

	#content #secondary-menu-button {
		display: block;
		margin: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	a#secondary-menu-button {
		text-decoration: none;
		color: white;
		border: solid #084C61 thin;
		width: 220px;
		border-radius: 2px;
		padding: 7px;
		background-color: #084C61;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	a#secondary-menu-button:focus {
		background-color: white;
		border: solid #084C61 thin;
		color: #084C61;
	}

	#uibar {
		display: none;
	}

	#fixed-navbar .panel-grid-cell {
		min-height: 0;
	}

	.mobile-menu-title-tag {
		text-decoration: none;
	}

	.mobile-menu-title {
		font-size: 1.3em;
		color: #333333;
		font-family: 'Montserrat', sans-serif;
	}

	#mobile-mainmenu-button {
		width: 32px;
		padding: 5px 10px;
		position: relative;
		display: block;
		margin-top: 5px;
	}

	#mobile-mainmenu-button span {
		display: block;
		height: 3px;
		width: 32px;
		margin: 5px 0;
		background: #333333;
		text-indent: 9999px;
		overflow: hidden;
		-webkit-transition: all 300ms;
		-o-transition: all 300ms;
		transition: all 300ms;
	}

	#mobile-mainmenu-button.open {
	}

	#mobile-mainmenu-button.open span {
		margin: 0;
		position: absolute;
		top: calc(50% - 1px);
		left: calc(50% - 17px);
		margin-left: 0px;
	}

	#mobile-mainmenu-button.open span:nth-child(1) {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#mobile-mainmenu-button.open span:nth-child(2) {
		opacity: 0;
	}

	#mobile-mainmenu-button.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	#header-container #mainmenu-wrapper ul#menu-mainmenu li.menu-item a {
		display: inherit;
	}

	#header-container #mainmenu-wrapper ul#menu-mainmenu {
		margin: 0;
		padding: 0;
		list-style-type: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}

	.home #header-container #mainmenu-wrapper ul#menu-mainmenu li.menu-item a {
		display: inherit;
		color: #333333;
	}

	.home #header-container #mainmenu-wrapper ul#menu-mainmenu li.menu-item ul li a {
		font-size: 1em;
		padding-left: 20px;
	}

	#header-container .news #mainmenu-wrapper ul#menu-mainmenu li.menu-item a {
		color: #333333;
	}

	#header-container #mainmenu-wrapper ul#menu-mainmenu li.menu-item a {

		color: #333333;
	}

	#header-container #mainmenu-wrapper ul#menu-mainmenu li.menu-item ul li a {
		font-size: 1em;
		padding-left: 20px;
	}

	.home #header-container #header-wrapper {
		background: #CCCCCC;
		height: inherit;
	}

	.home div#banner-img {
		display: none;
	}

	.home .postLoop-body {
		width: 70%;
		margin: inherit;

	}

	.home .postLoop-text .entry-content {
		display: none;
	}

	.home .postLoop-body.flex.flex-wrap {

		width: 100%;
	}

	.consumer body #content #content-main {
		margin: auto;
		padding: 10px;
	}

	#mainmenu-wrapper .justify-content-end {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	#utahGovHeaderWrapper {
		display: none;
	}

	#megamenu {
		display: none;
	}

	.hidden-on-mobile {
		display: none;
	}

	form.wpcf7-form label {
		width: 100%;
		float: none;
		text-align: left;
	}

	form.wpcf7-form span.wpcf7-form-control-wrap {
		width: 100%;
		float: none;
	}

	form.wpcf7-form input.small, form.wpcf7-form input.medium, form.wpcf7-form input[type="submit"] {
		width: 100%;
	}

	.navbar-menu-container {
		-ms-flex-pack: distribute;
		justify-content: space-around;
		width: 100%;
	}

	.mobile-hamburger-direction {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.nav-bar-search-icon {
		height: 50px;
	}

	.mobile-menu-title img {
		height: 50px;
	}

	.navbar {
		display: none;
	}

	.mobile-flex-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.mobilemenu p {
		margin: auto;
		padding-top: 10px;
	}

	.landing-page-header-logo {
		background-size: 40vh;
		height: 120px;
	}

	.departments-box {
		height: 25vh;
		width: 100%;
	}

	.landing-page-bottom-image, .landing-page-bottom-image p {
		display: none;
	}

	.footer-center-box {
		width: 100%;
		margin: auto;
		display: inherit;
		text-align: center;
	}

	.consumer .sidebar-left-container {
		width: 100%;
		min-width: inherit;
		height: 100%;
		/* background: #E6E6E6; */
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.footer-widget-style div {
		padding: 0;
	}

	#content #content-main {
		padding: 0 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	#footer .flex-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0;
		flex: 0;
	}

	#footer.flex-wrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: inherit;
	}

	#footer .footer-center-box img {
		margin: auto;
	}

	#footer-wrapper {
		background-color: #D3D0CB;
		height: 100%;
		padding: 0;
	}

	#footer-wrapper #footer {
		padding-top: 25px;
	}

	#footer-logo {
		padding: 0 0 10px 0;
		margin: 0 auto;
	}

	.footer-widget-style {
		width: calc(100% - 40px);
	}

	.home .postLoop-text {
		min-width: inherit;
		margin: 0 0px 0 15px;
	}

	.twitter-feed {
		text-align: -webkit-center;
		display: none;
	}

	.twitter-button {
		margin-top: 25px;
		margin-bottom: 30px;
		display: inherit;
	}

	table tbody tr td {
		display: block;
		width: 100% !important;
	}
}

@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 */
	#sidebar-left .widget_nav_menu ul.menu > li.menu-item a .menu-arrow {
		background-image: url('img/secondary-menu-arrows2x.png');
		background-size: 42px;
	}
}

/* ==========================================================================
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 */
		-webkit-box-shadow: none !important;
		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;
}

:target::before {
    content: "";
    display: block;
    height: 160px; /* fixed header height*/
    margin: -160px 0 0; /* negative fixed header height */
}