/*
	Theme Name: Revenue Pro
	Theme URI: https://mtrevenue.gov/
	Description: Put your words and images at the forefront in an uncluttered design that shows them at their finest.
	Author: CRB066
	Author URI: 

	Version: 1.0

	Tags: one-column, custom-colors, custom-header, custom-menu, e-commerce, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready

	Template: genesis
	Template Version: 2.2

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php

	Text Domain: revenue-pro
*/
/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

.h2 {font-size: 1.6em;}
.h3 {font-size: 1.2em;}
.h4 {font-size: 1.15em;}

.entry-title {
	font-size: 1.3em;
	color: #000;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}

ul {margin-bottom: 1.3em;}

.breadcrumb li.active {
	color: #fff!important;
}


.content-area a {
	color: #428bca;
	text-decoration: underline;
}

.content-area a:hover,
.content-area a:focus {
	padding-left: .25em;
	padding-right: .25em;
	text-decoration: none;
	border: 2px dashed;
}

.vc_separator {
	margin: 0 auto;
	margin-bottom: .5em;
}

dl {
	margin-left: 1.5em;
	margin-right: 1.5em;
}
dd {margin: .5em 2em .5em calc(1.5em + 3ch); border: 0;}


dt {
	border-bottom: 2px solid rgba(127,72,8,.2);
	font-size: 1em;
}

dd + dt {
	margin-top: 1.2em;
}

address {
	width: 75%;
	margin: 0 auto;
	margin-bottom: 1.2em;
	font-size: 1em;
	font-family:  Arial, sans-serif;
	font-weight: bold;
	border: 1px solid rgba(127,72,8,.2);
	border-radius: 4px;
	padding: .5em;
}

.well address {
	border: none;
}


.page-wrap .well {
	font-size: .83em;
}
.well ul {margin: 0;}
.well ul li {
	margin: 0;
	font-size: 1em;
}
.dl-balanced,
.dl-single,
.dl-long,
.dl-short {
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	-webkit-align-items: stretch;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 1.2em;
}

.well dl {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 1.2em;
}
	
	
.dl-balanced dt,
.dl-balanced dd,
.dl-single dt,
.dl-single dd,
.dl-long dt,
.dl-long dd,
.dl-short dt,
.dl-short dd {
	margin: 0;
	padding-bottom: .25em;
	padding-top: .25em;
	border-bottom: 1px solid rgba(127,72,8,.2);
	}

.dl-short dd,
.dl-long dt {
	flex: 1 1 65%;
}

.dl-long dt,
.dl-short dt,
.dl-single dt,
.dl-single dd {
	text-align: left;
}

.dl-balanced dd,
.dl-long dd,
.dl-short dd {
	text-align: right;
}

.dl-long dd,
.dl-short dt {
	flex: 1 1 35%;
}

.dl-balanced dt,
.dl-balanced dd {
	flex: 1 1 50%;
}

.dl-single dt {
	flex: 1 1 25%;
}

.dl-single dd {
	flex: 1 1 75%;
	text-align: right;
}


.well {
	background-color: #efe8e0;
	border-color: #7f4808;
}

.well a {
	color: #7f4808;
	text-decoration: underline;
}

.well a:hover {
	font-weight: bold;
}

.well a:focus {
	background-color: inherit;
	font-weight: bold;
	padding: inherit;
}

.well p {
	display: block;
	width: 100%;
}

.vc_sep_line {
	border-color: rgba(127,72,8,.3)!important;
}

.well .btn-logo {margin: 0}

.btn-logo  a {
	width: 100%;
	height: 100%;
}

.forms-list {
	list-style: none;
	padding: 0 1.25em;
	margin: 0 auto;
	width: 100%;
}

@media screen and (min-width: 600px){
	ul.long,
	ol.long {
		-webkit-column-count: 2;
		-webkit-column-gap: 5em;
		-moz-column-count: 2;
		-mox-column-gap: 5em;
		column-count: 2;
		column-gap: 5em;
		column-fill: balance;
	}
	
	ul.long {
		-webkit-column-gap: 2em;
		-moz-column-gap: 2em;
		column-gap: 2em;
	}
	
	.long li {
		-webkit-column-break-inside: avoid;
		page-break-inside:avoid;
		break-inside: avoid-column;
	}
}

@media screen and (min-width: 991px){
		.menu-block {position: static; float: left;}
}

td > ul {
	margin: 0;
	margin-left: 40px;
	padding: 0;
}
td > ul li {
	font-size: 1em;
	line-height: 0;
	margin: 0;
	padding: 0;
}


.info-box-list {
	list-style-type: none;
	padding: 0 1.5em;
	margin: 0;
	text-align: center;
}

.info-box-list li {
	
	font-weight: bold;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.well .info-box-list a {	
border-bottom: 1px solid rgba(127,72,8,.3);
	padding: 1.2em .15em;
	width: 100%;
	text-decoration: none;
}

.well .info-box-list a:hover {
	background-color: #7f4808;
	color: #efe8e0;
}


@media screen and (max-width: 768px) {
	
	.navbar-header {
		height: 100px;
		padding: .25em 0;
	}
	
	.navbar-brand > img {
		display: inline-block;
		max-height: 50px;
		width: auto;
	}
}


.btn-logo {
	white-space: normal;
	font-size: 1.6em;
	text-transform: capitalize;
	font-weight: bold;
	color: #7f4808;
	text-decoration: none!important;
	background-color: white;
	margin: 0 auto;
	margin-bottom: 1.2em;
	height: 80px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	border: 1px solid #cecece;
	-webkit-box-shadow: 
		0px 6px 4px -4px rgba(0,0,0,0.4),
		inset 3px 3px 3px -3px #cecece,
		inset -3px -3px 3px -3px rgba(0,0,0,0.4);
	-mox-box-shadow: 
		0px 6px 4px -4px rgba(0,0,0,0.4),
		inset 3px 3px 3px -3px #cecece,
		inset -3px -3px 3px -3px rgba(0,0,0,0.4);
	box-shadow: 
		0px 6px 4px -4px rgba(0,0,0,0.4),
		inset 3px 3px 3px -3px #cecece,
		inset -3px -3px 3px -3px rgba(0,0,0,0.4);
	width: 100%;
	max-width: 400px;
	box-sizing: border-box;
	
}

.btn-logo:hover {
	box-shadow: inset 3px 3px 3px -3px #cecece,
		inset -3px -3px 3px -3px rgba(0,0,0,0.4);
		-mox-box-shadow: inset 3px 3px 3px -3px #cecece,
		inset -3px -3px 3px -3px rgba(0,0,0,0.4);
		-webkit-box-shadow:
		inset 3px 3px 3px -3px #cecece,
		inset -3px -3px 3px -3px rgba(0,0,0,0.4);
	background-color: #fff;
}

.paren {
	display: inline-block;
	text-decoration: inherit;
}

.mb-grid-interior {
	min-height: 24em;
}

.btn-revenue {
	background-color: #3f7f08;
	color: #efe8e0;
	font-weight: bold;	
	border-radius: 4px;
}

.btn-revenue a {
	color: #efe8e0!important;
	letter-spacing: .15em!important;
}

.btn-revenue:hover,
.btn-revenue a:hover {
	background-color: #5d7f08;
}


.mb-filter-brown li {
	background-color: #7f4808!important;
}


.vc_grid-filter-item a {
	color: #fff;
}

.vc_grid-filter-item a:hover {
	text-decoration: none;
}
.dl-single dd > address,
.dl-horizontal dd > address {
	width: 100%;
	margin: 0 auto;
	border: none;
	font-weight: inherit;
	padding: 0;
}

.dl-single dt {
	flex: 0 1 25%;
}

.dl-single dd {
	flex: 0 1 70%;
	text-align: left;
	align-self: flex-start;
}

form {
	width: 100%;
	padding: 1.5em;
	margin: 0 auto;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
}

form * {
	width: 100%;
}

#tribe-bar-form {
	padding: 0;
	margin: 0;
	display: block;
}



.top-search form {padding: 0;}

label {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: 700;
}
select,
input[type=text],
input[type=email] {
	border-radius: 6px;
	padding: .15em 1.25em;
}
input[type=submit] {
	border-radius: 4px;
	background-color: #5d7f08;
	color: white;
	padding: .25em;
	border: 2px solid #5d7f08;
	-webkit-box-shadow: 
		0px 6px 4px -4px rgba(0,0,0,0.4),
		inset 3px 3px 3px -3px #cecece,
		inset -3px -3px 3px -3px rgba(0,0,0,0.4);
	-mox-box-shadow: 
		0px 6px 4px -4px rgba(0,0,0,0.4),
		inset 3px 3px 3px -3px #cecece,
		inset -3px -3px 3px -3px rgba(0,0,0,0.4);
	box-shadow: 
		0px 6px 4px -4px rgba(0,0,0,0.4),
		inset 3px 3px 3px -3px #cecece,
		inset -3px -3px 3px -3px rgba(0,0,0,0.4);
}

input[type=submit]:hover {
	box-shadow: inset 3px 3px 3px -3px #cecece,
		inset -3px -3px 3px -3px rgba(0,0,0,0.4);
	-mox-box-shadow: inset 3px 3px 3px -3px #cecece,
		inset -3px -3px 3px -3px rgba(0,0,0,0.4);
	-webkit-box-shadow:
		inset 3px 3px 3px -3px #cecece,
		inset -3px -3px 3px -3px rgba(0,0,0,0.4);
	background-color: rgba(93,127,8,.4);
	border-color: rgba(93,127,8,.4);
}



:required {
	border-color: rgb(217,83,79);
	background-color: rgba(217,83,79,.05);
}

abbr[title="required"]:before{
	content: "("
}
abbr[title="required"]:after {
	content: "Required)"
}
.yuzo_wraps a {
	text-decoration: none;
	border: none!important;
}

.relatedthumb:hover * {
	color: #efe8e0!important;
}
.relatedthumb {
	min-height: 200px;
	display: flex;
	border-radius: 6px;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: stretch;
	align-content: center;
}

.relatedthumb * {
	color: #7f4808;
	background-color: transparent;
}

.yuzo-img-wrap {
	border-radius: 4px;
	background: #efe8e0;
	width: 80%;
	margin: 0 auto;
}
.yuzo-img {
	margin: 0 auto;
}

@media screen and (max-width: 775px) {
	.relatedthumb {
		width: 90%!important;
		margin-left: auto!important;
		margin-right: auto!important;
		float: left!important;
		overflow: visible!important;
	}
}



.list-spaced {
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
	align-content: stretch;
	text-align: center;
}

.list-spaced li {
	flex: 0 0 30%;
	margin-bottom: 1.2em;
}

.list-spaced li a {
	min-height: 100px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.spaced {
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: stretch;
}

.btn-vendor {
	padding: 1em;
	flex: 0 0 30%;
	white-space: normal;
	color: #7f4808;
	background-color: white;
	margin-bottom: 1.2em;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	border: 1px solid #cecece;
	-webkit-box-shadow: 
		0px 6px 4px -4px rgba(0,0,0,0.4),
		inset 3px 3px 3px -3px #cecece,
		inset -3px -3px 3px -3px rgba(0,0,0,0.4);
	-mox-box-shadow: 
		0px 6px 4px -4px rgba(0,0,0,0.4),
		inset 3px 3px 3px -3px #cecece,
		inset -3px -3px 3px -3px rgba(0,0,0,0.4);
	box-shadow: 
		0px 6px 4px -4px rgba(0,0,0,0.4),
		inset 3px 3px 3px -3px #cecece,
		inset -3px -3px 3px -3px rgba(0,0,0,0.4);
	width: 100%;
	max-width: 400px;
	box-sizing: border-box;
}

.btn-vendor:hover {
	box-shadow: inset 3px 3px 3px -3px #cecece,
		inset -3px -3px 3px -3px rgba(0,0,0,0.4);
		-mox-box-shadow: inset 3px 3px 3px -3px #cecece,
		inset -3px -3px 3px -3px rgba(0,0,0,0.4);
		-webkit-box-shadow:
		inset 3px 3px 3px -3px #cecece,
		inset -3px -3px 3px -3px rgba(0,0,0,0.4);
	background-color: #fff;
}

.btn-vendor img {
	max-height: 50px;
}

.btn-vendor a {
	border: none!important;
	width: 100%;
	height: 100%;
}

figcaption {
	text-transform: none;
}

.rotatingtweet *:not(a) {
	color: white!important;
}

.vc_grid-filter {
	border-top: 1px solid #7f4808;
	border-bottom: 1px solid #7f4808;
	padding-top: .6em;
	padding-bottom: .6em;
}

.vc_grid-filter:before {
	content: "What can we help you with?";
	display: block;
	font-size: 1.4em;
	margin-right: 1.2em;
	margin-bottom: .2em;
	font-weight: bold;
}
.tribe-events-event-image {
	max-width: 150px;
	margin: auto;
}

.even * {
	background-color: #efe8e0;
}

.even:hover * {
	background-color: inherit;
}

.wpgmza_table_title {
	width: 25%;
}

img[src$=svg] {
	min-height: 80px;
	min-width: 80px;
}

.wpgmza_sl_main_div:before {
	content: "Find the Office Nearest You";
	border-bottom: 1px solid #7f4808;
	width: 100%;
	display: block;
	margin-bottom: .6em;
	padding-bottom: .4em;
}
.wpgmza_sl_search_button_div,
.wpgmza_sl_radius_div,
.wpgmza_sl_main_div {
	display: block;
	width: 100%;
	display: block;
	max-width: 65ch;
	margin-bottom: 1.2em;
}

.wpgmza_sl_query_div {
	width: 100%!important;
}
.wpgmza_sl_radius_innerdiv2,
.wpgmza_sl_radius_innerdiv1,
.wpgmza_sl_query_innerdiv2,
.wpgmza_sl_query_innerdiv1 {
	width: 100%!important;
	display: block!important;
	clear: both!important;
	float: none!important;
}

.wpgmza_sl_radius_innerdiv2 select,
.wpgmza_sl_query_innerdiv2 input {
	width: 80%!important;
	margin-bottom: 1.2em;
}
.wpgmza_sl_query_innerdiv2 button {
	width: 15%!important;
	max-width: 50px;
}

.wpgmza_sl_search_button_div * {
	width: 80%;
	margin-top: 1.2em;
	border-radius: 4px;
	background-color: #5d7f08;
	color: white;
	padding: .25em;
	border: 2px solid #5d7f08;
	-webkit-box-shadow: 
		0px 6px 4px -4px rgba(0,0,0,0.4),
		inset 3px 3px 3px -3px #cecece,
		inset -3px -3px 3px -3px rgba(0,0,0,0.4);
	-mox-box-shadow: 
		0px 6px 4px -4px rgba(0,0,0,0.4),
		inset 3px 3px 3px -3px #cecece,
		inset -3px -3px 3px -3px rgba(0,0,0,0.4);
	box-shadow: 
		0px 6px 4px -4px rgba(0,0,0,0.4),
		inset 3px 3px 3px -3px #cecece,
		inset -3px -3px 3px -3px rgba(0,0,0,0.4);
}

.wpgmza_sl_search_button_div *:hover {
	box-shadow: inset 3px 3px 3px -3px #cecece,
		inset -3px -3px 3px -3px rgba(0,0,0,0.4);
	-mox-box-shadow: inset 3px 3px 3px -3px #cecece,
		inset -3px -3px 3px -3px rgba(0,0,0,0.4);
	-webkit-box-shadow:
		inset 3px 3px 3px -3px #cecece,
		inset -3px -3px 3px -3px rgba(0,0,0,0.4);
	background-color: rgba(93,127,8,.4);
	border-color: rgba(93,127,8,.4);
}

.wpgmza_sl_reset_button_div {
	display: none!important;
	height: 0!important;
	width: 0!important;
}

#wpgmza_marker_holder_1:before {
	content: "Find the Office Servicing Your County";
	border-top: 1px solid #7f4808;
	border-bottom: 1px solid #7f4808;
	width: 100%;
	display: block;
	margin-top: .6em;
margin-bottom: .6em;
	padding: .6em 0;
	font-size: 1.6em;
}

.wpgmza_table table {
	border-collapse: collapse;
	text-align: left;
	width: 100%;
	font: normal 14px/150% Arial, Helvetica, sans-serif;
	background: #fff;
	overflow: hidden;
	border: 1px solid #A65B1A;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #000000;
	border-left: 1px solid #D9CFB8;
	font-size: 14px;
	font-weight: normal;
}

.wpgmza_table td,
.wpgmza_table th {
	padding: 3px 10px;
}

.wpgmza_table thead th {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#A65B1A),color-stop(1,#7F4808))!important;
	background: -moz-linear-gradient(center top,#A65B1A 5%,#7F4808 100%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A65B1A',endColorstr='#7F4808')!important;
	background-color: #A65B1A!important;
	color: #FFFFFF!important;
	font-size: 15px!important;
	font-weight: bold!important;
	border-left: 1px solid #BF691E!important;
}

.wpgmza_table thead ul.active,
.wpgmza_table thead ul a:hover {
	text-decoration: none!important;
	border-color: #7F4808!important;
	color: #FFFFFF!important;
	background: #7F4808!important;
	background-color: #A65B1A!important;
}

.wpgmza_table thead th:first-child {
	border: none;
}

.wpgmza_table tbody td {
	color: #000000;
	border-left: 1px solid #D9CFB8;
	font-size: 14px;
	font-weight: normal;
}

.wpgmza_table tbody .alt td {
	background: #DFD1C1;
	color: #000000;
}

.wpgmza_table tbody td:first-child {
	border-left: none;
}

.wpgmza_table tbody tr:last-child td {
	border-bottom: none;
}

.wpgmza_table tfoot td div {
	border-top: 1px solid #A65B1A;
	background: #DFD1C1;
}

.wpgmza_table tfoot td {
	padding: 0;
	font-size: 14px;
}

.wpgmza_table tfoot td div {
	padding: 2px;
}

.wpgmza_table tfoot td ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

.wpgmza_table tfoot li {
	display: inline;
}

.wpgmza_table tfoot li a {
	text-decoration: none;
	display: inline-block;
	padding: 2px 8px;
	margin: 1px;
	color: #FFFFFF;
	border: 1px solid #7F4808;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#A65B1A),color-stop(1,#7F4808));
	background: -moz-linear-gradient(center top,#A65B1A 5%,#7F4808 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A65B1A',endColorstr='#7F4808');
	background-color: #A65B1A;
}

.wpgmza_table tfoot ul.active,
.wpgmza_table tfoot ul a:hover {
	text-decoration: none;
	border-color: #7F4808;
	color: #FFFFFF;
	background: none;
	background-color: #A65B1A;
}

div.dhtmlx_window_active,
div.dhx_modal_cover_dv {
	position: fixed !important;
}

.wpgmza_table tfoot th {
	font-size: .9em;
	background-color: #dfd1c1;
	font-weight: normal;
}


.home-date .vc_column-inner .wpb_wrapper {
	height: 100%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-end;
}
.home-page .vc_column-inner .wpb_wrapper {
	height: 100%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
}


.home-page .vc_column-inner .wpb_wrapper > * {
	flex: 1 1 1;
	margin: .5em auto;
	position: static!important;
}

.home-date-button {
	margin-top: auto;
	background-color: white;
	width: 100%;
}

.container-bottom {
	margin-top: auto!important;
}



.page-banner {
	background-image: url(https://revenue1.wpengine.com/wp-content/uploads/2017/11/Mission-Mountains-Flathead-Indian-Reservation-Header.png)!important;
}

.tribe-events-single {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;	
}

.tribe-events-event-image {
	display: none;
}
.tribe-events-schedule,
.tribe-events-single-event-title {
	text-align: center;
}

.tribe-events-single > * {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}

.tribe-events-content .yuzo_related_post {
	display: none;
}
.mb-filter-brown:before {
	content: " "
}

.mb-filter-brown a {
	text-decoration: none!important;
	border: none!important
}

.mb-filter-brown li:hover a {
	color: #7f4808!important;
}

.mb-filter-brown li:hover  {
	background-color: #efe8e0!important;
	border: 1px solid #7f4808;
}

.size-blog-default {
	max-width: 350px;
	max-height: 240px;
}

.report,
.report * {
    width: 100%;
    height: auto;
    margin: 0 auto;
}