﻿@charset "utf-8";
body { 
  background:#ffffff; font-family:"Century Gothic", Arial, Helvetica, sans-serif; 
  font-size:.9em!important; overflow-x:hidden; overflow-y:visible;}  

/*SharePoint 2019 Updates*/
#s4-bodyContainer {padding-bottom:0px;}  
.ms-webpartzone-cell {margin-bottom:0px;}
#MSOTlPn_MainTD {display: block; position: fixed; top: 0; right: 0; z-index: 1000; height: 100% !important; width: auto !important; overflow-y: auto; background: #fff;}
#MSOTlPn_MainTD > table {margin-right: 19px; position: static; width: 100%;}
.ms-TPBorder {width: 100%;}
.ms-dlgContent, .ms-dlgFrameContainer, #contentBox {
	background-color:white!important;
}
.ms-backgroundImage #ms-notdlgautosize {
	background:white!important; background-image:none!important;
}
.grnbkg {
	background-color:#255037; text-align:center; padding:20px;
}
.bluebkg {
	background-color:#014075;
}
.ms-rtestate-field ul,
#ctl00_PlaceHolderMain_ctl01__ControlWrapper_RichHtmlField.ms-rtestate-field ul {
	list-style-image:url(/images/2022/bullet3.png); list-style-position: inside;}

ul#Ribbon.EditingTools.CPEditTab {
	list-style:none!important; list-style-image:none!important;
}

/*Backend Menu*/
#s4-workspace.ms-core-overlay div#s4-bodyContainer div#s4-titlerow.ms-dialogHidden div#titleAreaBox.ms-noList.ms-table.ms-core-tableNoSpace div#titleAreaRow.ms-tableRow div.ms-breadcrumb-box.ms-tableCell.ms-verticalAlignTop div.ms-breadcrumb-top div#DeltaTopNavigation.ms-displayInline.ms-core-navigation .static li.static a.static,
#s4-workspace.ms-core-overlay div#s4-bodyContainer div#contentRow div#sideNavBox.ms-dialogHidden.ms-forceWrap.ms-noList div#DeltaPlaceHolderLeftNavBar.ms-core-navigation .static li.static a.static {
	color:black!important;
}

/*keep images at 100%*/ 

#ctl00_PlaceHolderMain_ctl01__ControlWrapper_RichHtmlField > img {
  display: block;
  max-width: 100%;
  height: auto!important;
  line-height: 1;
}

/*Navigation Accessibility*/
.skip a
{
position:absolute; 
left:-10000px; 
top:auto; 
width:1px; 
height:1px; 
overflow:hidden;
} 
 
.skip a:focus 
{ 
position:static; 
width:auto; 
height:auto; 
}

/*Ent Header */

.entheadermobile {
	float:left; margin-top:7px;
}
.entheadermobile2 {
	float:left;
}
.entheader {
 padding:10px 0px 10px 0px;
 background:#fafdfd;}

/*Top Level Navigation*/
.taxnavbkg {
	background-color:#fafdfd;
}
.taxnavbkg #menu2 nav.navbar.navbar-default {
	background-color:transparent; border:0px none;}
.taxnavbkg #menu2 .collapse.navbar-collapse {
	padding:0px; border:0px none;
}
.taxnavbkg li a.navborderfirst {
	color:black; border-right:1px solid black; padding:0px 10px 0px 0px; margin:10px 0px 0px 0px; }
.taxnavbkg li a.navborder {
	border-right:1px solid black; color:black; margin:10px 0px 0px 0px; padding:0px 10px 0px 10px;
}
.taxnavbkg li a.navborderlast {
	color:black; border-right:0px none; padding:0px 0px 0px 10px; margin:10px 0px 0px 0px; }

.taxnavbkg li a {
	color:black; font-size:1.2em;
}
.taxnavbkg #menu2 nav.navbar.navbar-default {
	margin-bottom:0px;
}
/*header*/

.headerbkg {
border-bottom:5px solid white;
  background-image:url("/images/2022/headerbkg.jpg");
width: 100%;
    height: calc(82vw / (3000 / 573));
 padding:0px 0px 0px 0px;  background-repeat:no-repeat; background-size:100% auto; background-position: top;
}
  
img.taxlogo {
	width:100%; height:auto; margin-top:20px; margin-bottom:40px;
}

/*alert*/
.taxalertbkg {
	 color:white!important; text-align:center;}
.taxalert {
	background-color:#2b5a3f; padding:2px;
}
a.taxalert, .taxalert a {
	color:white!important;  width:100%;
}
/*grey bkg*/
.greybkg {
	background-color:white; padding-top:50px; padding-bottom:0px;
}

/*Spotlight*/
.carousel.slide a.left.carousel-control {
	position:absolute; left:-20px; top:40%; background-image:none; opacity:1;
}
.carousel.slide a.right.carousel-control {
	position:absolute; right:-20px; top:40%; background-image:none; opacity:1;
}
.carousel.slide a.carousel-control svg,
.carousel.slide a {
	color:#ffcd34;
}
.carousel.slide a:hover, .carousel.slide a:focus, .carousel.slide a:active
 {
	color:#f4bf1c;
}

.carousel-caption {
  position: absolute;
  right: 12%;
  bottom: 5%;
  left:60%!important;
  z-index: 10;
  padding:15px!important;
  margin-bottom: 0px;
  color: white; height:90%; top:5%;
  text-align: left; background-color: rgba(0,0,0,0.8);
}
.carousel-caption h3 {color:white!important; padding-bottom:10px; padding-top:0px; margin-top:0px;}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
	max-width:80%; margin:0px auto;
}
.carousel-inner a img {
	width:80%!important; height:auto!important; max-width:80%; margin:0px auto;
}



/* Button Styles */
input[type="button"], input[type="reset"], input[type="submit"], button {
	 background:#2b5a3f; font-size:1em!important; padding:12px 12px!important;
 border:0px none;
 color: #FFFFFF!important; border-radius:0px;

}
input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:hover,
input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, button:active,
input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:focus
{
 background:#255037; font-size:1em; padding:12px 12px!important;
 color: #ffffff;
 border:0px none; border-radius:0px;
}


a.btn, .btn a, .btn {
 background:#2b5a3f; font-size:1em!important; padding:12px 12px;
 border:0px none;
 color: #FFFFFF!important; border-radius:0px;
}
.btn:hover, .btn:focus, .btn:active, 
.btn a:hover, .btn a:focus, .btn a:active,
a.btn:hover, a.btn:focus, a.btn:active {
 background:#255037; font-size:1em; padding:12px 12px;
 color: #ffffff;
 border:0px none; border-radius:0px;
}
.homebtncontainer {
	margin-top:0%;
}
.homebtncontainer div.col-xs-12.col-sm-6.col-md-12.col-lg-12 {
	padding-left:0px; padding-right:0px;
}
.homebtn {-webkit-box-shadow: 0 0 5px 3px #ebebeb;
    -moz-box-shadow: 0 0 5px 3px #ebebeb;
    box-shadow: 0 0 5px 3px #ebebeb;
    
  	width:100%!important; border-radius:4px!important; padding:20px 15px 20px 15px!important; margin-bottom:30px; 
}

.homebtn h2, h2.homebtn {
	color:white!important; padding:0px; margin:0px;
}

.homebtnicon {
	float:left; color: rgba(255, 255, 255, 0.8)!important; vertical-align:middle; font-size:2.3em; margin: auto;}

/*Homepage Blocks*/

.homeblocks img {
	width:100%; height:auto; }
.homeblocks {
	background-color:white; padding:20px; height:100%; -webkit-box-shadow: 0 0 5px 3px #ebebeb;
    -moz-box-shadow: 0 0 5px 3px #ebebeb;
    box-shadow: 0 0 5px 3px #ebebeb; margin:50px 0px 0px 0px;
}
.homeblocks h2 {
	position:relative; bottom:0; margin-top:-12.5%; color:black!important; background:rgba(255, 255, 255, 0.9); padding:10px; text-align:center; width:100%;
}

.sixboxes ul.dfwp-list li {
	background-image:url(/images/2022/bullet3.png); background-repeat:no-repeat; background-position:0px 8px; padding:10px 0px 10px 30px; border-bottom:1px solid #cccccc;
}

.sixboxes {
	padding-bottom:50px;
}
/*bottom padding*/
.content-container {
	padding-bottom:50px;
}

/*list settings*/
.dfwp-list ul, ul.dfwp-list {
	padding-inline-left:0px!important; padding-left:0px!important; margin-left:0px!important;
}
.level-bullet {
	background-repeat:no-repeat!important; background-position:0px 5px;
}
.level-section {
	list-style:none!important; list-style-image:none!important;
}

/* Link Styles */
a.btn.btn-block {color:white!important;}
a:link {color:#2e6364;}
a:hover {color:#2e6364; text-decoration:underline;}
a:active {color:#2e6364;}
a:visited {color:#2e6364;}

.blacklink a, a.blacklink, .blacklink {color:black!important;}
.whitelink a, a.whitelink, .whitelink {color:white!important;}
.biglink a, a.biglink {
	font-size:1.3em;
}
.ms-WPBody a:link {color:#2e6364;}
.ms-WPBody a:hover {color:#2e6364;}
.ms-WPBody a:active {color:#2e6364;}
.ms-WPBody a:visited {color:#2e6364;}
.ms-WPBody{background:transparent!important;}
.ms-WPBody {font-size:100%!important;}
.ms-WPBody td {font-size:100%;}


#breadcrumbs {color:#2e6364;}
#breadcrumbs a {color:#2e6364;}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.ms-rteElement-H1,
.ms-rteElement-H2,
.ms-rteElement-H3,
.ms-rteElement-H4 {
  font-family: "Century Gothic", Arial, Helvetica, sans-serif;  font-weight: 500;
  line-height: 1.1;
  color: #000000!important; font-style:normal;
}
h1,
.h1,
.ms-rteElement-H1 {
  font-size: 2.1em;
}
h2,
.h2,
.ms-rteElement-H2 {
  font-size: 1.8em;
}
h3,
.h3,
.ms-rteElement-H3 {
  font-size: 1.5em;
}
h4,
.h4,
.ms-rteElement-H4 {
  font-size: 1em;
}

/*footer*/
footer {
	background-color:#313533; padding:25px 0px 25px 0px; text-align:center; color:white; margin-top:0px;
}















.modal-header h3 {
	padding:0px; margin:0px;
}
.modal-body.signup {
	padding-top:0px; margin-top:10px;
}
input[type="button"], input[type="reset"], input[type="submit"], button {
	min-width:0px; border:0px; padding:0px; margin-left:0px;
}
.ul-wvtax-property-tax-county-assessors-2 {
	padding:0px!important; margin:0px!important;
}
.p-wvtax-1 {
	padding:0px!important;
}





.modal-body.signup {
	padding-top:0px; margin-top:0px; padding-bottom:0px; margin-bottom:0px;
}
.ms-RadioText input#ctl00_PlaceHolderMain_g_11d337f8_a04d_42ab_8b06_081e1d3f58b9_ff6_1_ctl00_ctl00, .ms-RadioText input#ctl00_PlaceHolderMain_g_11d337f8_a04d_42ab_8b06_081e1d3f58b9_ff6_1_ctl00_ctl01 {
	margin-right:5px; padding-top:0px; margin-top:0px;
}
html {font-size:100%!important;}



.contentbkg {padding:25px 0px 60px 0px;
 background:#e0f0f3;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='e0f0f3', endColorstr='#96bbbc');
 background: -webkit-gradient(linear, left top, left bottom, from(#e0f0f3), to(#96bbbc)) no-repeat #e0f0f3;
 background: -moz-linear-gradient(top, #e0f0f3, #96bbbc) no-repeat #e0f0f3;
 background: linear-gradient(to bottom, #e0f0f3, #96bbbc);
 }
.adyear {
	padding-right:5px; margin-right:5px; border-right:1px solid #cccccc;
}
.adsearch {
	margin-right:0px;
}
.tenpadding {
	padding-top:10px;}
.container {padding:0px;}

#EnterpriseFooter {
text-align:center;
}
.level-bullet {
    background-image: url("/images/taxbullet.png"); padding-left:15px;}
.row {
  margin-left: 0px!important;
  margin-right: 0px!important;
}

.control {
	display:none;
}
.cente#2e6364 {
	text-align:center;
}
.borderright {
	border-right:1px solid #2b5a3f;
}
input.input-md {
	width:100%;
}
select.input-md {
	width:100%;
}


.lgbold {
	font-weight:bold; font-size:1.5em; color:black;}
.smitalic {
	font-style:italic; color:black;
}




/* Table of Content Link Styles */

.headertitle a, .headertitle, headertitle a:link {color:#2e6364!important; font-size:100%;}
.level-item, .level-item a, .level-item a:link {color:#2e6364!important; font-size:100%;}


/*Search Styles*/
.ms-sbtable {margin-right:70px!important; float:right;
	
}											
.searchBlank {border:1px solid #999999;}
.srch-results {
	width:100%; overflow:hidden;
}
.srch-Description2 {
	width:100%!important; max-width:100%!important;
}
.srch-URL2 {
color:#10243f!important; width:100%!important; max-width:100%!important;}

.srch-Page-bg a:link, .srch-Page-bg a:visited, .srch-Page-bg a:hover,  {
	color:#2e6364;
}
p.srch-Metadata1 {
	margin:0px 0px 10px 0px; padding:0px; width:100%!important; max-width:100%!important;
}											
.srch-Icon {display:none;}											
.srch-Title2 a:link, .srch-Title2 a:visited, .srch-Title2 a:hover {
    color: #2e6364 !important;
    font-size: 1em;
}

.srch-results {
    max-width: 100%;
    padding-left: 0px;
}
.srch-WPBody {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;!important;
}
.srch-Title3 {
	padding:0px!important; margin:0px!important;
}
.srch-Description2 {
	padding:0px!important; margin:0px!important;
}
.srch-sort-right2 {
	padding:0px!important; margin:0px!important; float:left!important; width:100%!important;

}
/* Google Search Styles */
#search #searchBox img.srch-gosearchimg
 {
	margin-left:-25px; position:relative; margin-top:5px!important; width:auto!important; height:24px!important;
}

#search #searchBox .s4-searchbox-QueryPrompt
{
  color:#414042; 
  border:1px solid #cccccc!important; 
  background:white; 
  border-right:0px none; 
  font-size:12px;
  padding:4px 0 4px 10px; margin-top:5px;
height:25px;
width:200px; display:inline!important; float:right;
}

.s4-search input.ms-sbplain {
	background: none repeat scroll 0 0 white;
    border: 1px solid #cccccc !important;
    color: #414042;
    display: inline !important; float: right; margin-top:5px;
    font-size: 14px;
    height: 25px;
    padding: 4px 0 4px 10px; width:200px;
    }

#search #searchBox img.srch-gosearchimg
 {
	margin-left:-25px; position:relative; padding-top:4px; width:18px; height:auto;
}


.searchbtn {margin-top:-33px; position:relative; float:right;
	}
	
.GoogleSearchTextBox {
  color:#414042; 
  border:1px solid #cccccc!important; 
  background:white!important; 
  border-right:0px none; 
  font-size:16px;
  padding:5px 0 5px 10px;
width:100%; height:33px!important;
}

.gsc-control-cse {width: 96%;}
.cse .gsc-control-cse {width: 96%;}
.gsc-branding {display: none;}
.cse .gsc-branding {display: none;}
.gsc-control-cse div {position: normal;}
.cse .gsc-control-cse div {position: normal;}

/* Search button */

input.gsc-search-button {
  font-family: inherit;
  color: #000000;
  text-shadow: 0 1px 2px #FFFFFF;
  background-color: #CECECE;
}
.cse input.gsc-search-button {
  font-family: inherit;
  color: #000000;
  text-shadow: 0 1px 2px #FFFFFF;
  background-color: #CECECE;
}








/* Site Header */

.header {
  text-decoration:none; 
  font-size:2.3em; 
  line-height:1.1em; 
  font-family: "Century Gothic", Arial, Helvetica, sans-serif; 
  color:white!important;
}
.header2 {
  text-decoration:none; 
  font-size:3.5em; 
  line-height:1.1em; 
  font-family:"Century Gothic", Arial, Helvetica, sans-serif;
  color:white!important;
}


/* Bulleted Summary Link Items */

.link-item, .link-item a, .link-item a:link {color:black!important; font-family:"Century Gothic", Arial, Helvetica, sans-serif; font-size:100%!important;}
.link-item {
    clear: both;
    margin: 0px;
}



/* Selector for entire element. */

.gsc-control-cse {font-size:14px !important;}
.gsc-control-cse:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.cse .gsc-control-cse:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.gsc-resultsHeader {border:none;}
.cse .gsc-resultsHeader {border:none;}

/* Inactive tab */

.gsc-tabHeader.gsc-tabhInactive {
  border-bottom: none;
  color: #666666;
  background-color: #e9e9e9;
}
.cse .gsc-tabHeader.gsc-tabhInactive {
  border-bottom: none;
  color: #666666;
  background-color: #e9e9e9;
}

/* Active tab */

.gsc-tabHeader.gsc-tabhActive {background-color: #FFFFFF;}
.cse .gsc-tabHeader.gsc-tabhActive {background-color: #FFFFFF;}

/* This is the tab bar bottom border. */

.gsc-tabsArea {margin-top: 1em;}
.cse .gsc-tabsArea {margin-top: 1em;}

/* Inner wrapper for a result */

.gsc-webResult.gsc-result {
  padding: .25em;
  border: 0 solid;
  margin-bottom: 1em;
}
.cse .gsc-webResult.gsc-result {
  padding: .25em;
  border: 0 solid;
  margin-bottom: 1em;
}

/* Result hover event styling */

.gsc-webResult.gsc-result:hover {}
.cse .gsc-webResult.gsc-result:hover {}

/*Promotion Settings*/

.gs-promotion.gs-result {background-color: #FFFFFF;}
.cse .gs-promotion.gs-result {background-color: #FFFFFF;}

/* Promotion title */

.gs-promotion.gs-result a.gs-title:link {color: #0000CC;}
.cse .gs-promotion.gs-result a.gs-title:link {color: #0000CC;}
.gs-promotion.gs-result a.gs-title:visited {color: #0000CC;}
.cse .gs-promotion.gs-result a.gs-title:visited {color: #0000CC;}
.gs-promotion.gs-result a.gs-title:hover {color: #0000CC;}
.cse .gs-promotion.gs-result a.gs-title:hover {color: #0000CC;}
.gs-promotion.gs-result a.gs-title:active {color: #0000CC;}
.cse .gs-promotion.gs-result a.gs-title:active {color: #0000CC;}

/* Promotion snippet */

.gs-promotion.gs-result .gs-snippet {color: #000000;}
.cse .gs-promotion.gs-result .gs-snippet {color: #000000;}

/* Promotion url */

.gs-promotion.gs-result .gs-visibleUrl {color: black;}
.cse .gs-promotion.gs-result .gs-visibleUrl {color: black;}

/* Style for auto-completion table
 * .gsc-completion-selected : styling for a suggested query which the user has moused-over
 * .gsc-completion-container : styling for the table which contains the completions
 */
 
.gsc-completion-selected {background: #D5E2FF;}
.gsc-completion-container {
  font-family: "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 13px;
  position: absolute;
  background: white;
  border: 1px solid #666666;
  margin-left: 0;
  margin-right: 0;
  /* The top, left, and width are set in JavaScript. */
}
.gsc-search-box {display:none !important;}
.gsc-tabsArea {display:none !important;}
.gsc-resultsHeader {display:none;}

.gs-title a:link {color:#2e6364;}
.gs-title a:visited {color:#2e6364;}
.gs-title a:hover {color:#2e6364 !important;}
.gs-title a:active {color:#2e6364;}

.gs-result  a:link {color:#2e6364;}
.gs-result  a:visited {color:#2e6364;}
.gs-result  a:hover {color:#2e6364!important; }
.gs-result  a:active {color:#2e6364;}
.gs-result .gs-title *  {color:#2e6364!important;}
.gs-result .gs-title  {color:#2e6364!important;}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {color:#2e6364 !important;}
.gs-promotion {padding:10px 10px 10px 10px; display:block !important; border:1px solid #999999;}
.cse .gs-promotion {padding:10px 10px 10px 10px; display:block !important; border:1px solid #999999;}
.gs-promotion-image {float:left;}
.gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl {
	color:black!important;
}

.ms-long {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.item {clear: both; padding: 0px!important;}
.margintopbottom {margin-top:30px;margin-bottom:30px;}
.margintop {margin-top:30px;}
.marginbottom {margin-bottom:30px;}
.allaroundpadding {padding:15px;}
.left2 {text-align:center; margin-left:auto;margin-right:auto;}
.dfwp-list {list-style: none outside none;}
.seemore {color:#e7c355!important;}
.seemore a:link {color:#e7c355!important;}
.whitebackground {
	background:white;
}
	
@media screen and (max-width: 1200px)
{
.homebtncontainer {
	margin-top:20px;
}
.homebtncontainer div.col-xs-12.col-sm-6.col-md-12.col-lg-12 {
	padding-left:15px; padding-right:15px;
}

.homeblocks h2 {
	margin-top:-11.5%;
}
.greybkg {
	padding-bottom:0px;
}
}

@media screen and (max-width: 992px)
{
.container {
	width:100%;
}
.carousel-caption {
	left:50%!important;
}

}
@media screen and (max-width: 892px)
{

.homeblocks h2 {
	margin-top:-13.5%;
}
}
@media screen and (max-width: 768px)
{

/*header*/
.headerbkg {
width: auto; height:120%;
 padding:0px 0px 0px 0px; background-image:url("/images/2022/headerbkg.jpg"); background-repeat:no-repeat; background-size:auto 120%; background-position: top left; 
}

.taxlogo{
	margin-left:5%; margin-right:5%;
}
img.taxlogo {
	margin-top:30px; margin-bottom:20px; width:90%; height:auto; 
}


#search-banner {
	position:relative;
}

/*navigation*/
.navbar-nav {
	margin:0px; padding:0px; border:0px none;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color:white; height:6px; width:45px; margin-bottom:5px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover, .navbar-toggle {
	border:0px none; float:left; background-color:transparent;
}

.taxnavbkg {
	background-color:#2b5a3f;
}

.taxnavbkg li a.navborderfirst, .taxnavbkg li a.navborder, .taxnavbkg li a.navborderlast {
	padding:15px; margin:0px; border:0px none; color:white!important; border-bottom:1px solid white;
}

/*spotlight*/
.carousel-caption {
  position: relative;
  right: 10%;
  bottom: 0%;
  left:10%!important;
  z-index: 10;
  padding:15px!important;
  margin-bottom: 0px; width:80%;
  color: white; height:100%; top:0%; min-height:230px;
  text-align: left; background-color: rgba(51,55,53,1);
}
.carousel-caption h3 {color:white!important; padding-bottom:10px; padding-top:0px; margin-top:0px;}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
	display:none;
}
.carousel-inner a img {
	width:80%!important; height:auto!important; max-width:80%; margin:0px auto;
}
.homebtncontainer {
	margin-top:50px;
}

}
@media (max-width: 576px)
{
/*spotlight*/
.carousel-caption {
  position: relative;
  right: 10%;
  bottom: 0%;
  left:10%!important;
  z-index: 10;
  padding:15px!important;
  margin-bottom: 0px; width:80%;
  color: white; height:100%; top:0%; min-height:250px;
  text-align: left; background-color: rgba(51,55,53,1);
}


}
@media (min-width: 1400px)
{
	
/*container*/
.container {
	width:1370px;
}



.headerbkg {

  background-image:url("/images/2022/headerbkg.jpg");
width: auto;
    height: 100%;
 padding:0px 0px 0px 0px;  background-repeat:no-repeat; background-size:auto 100%; background-position: top;
}
}


@media print
{   
 .hidden-xs {
	display:block!important; visibility:visible!important;
}   
.hidden-print {
	display:none!important; visibility:hidden!important;
}
#mySidebar.sidebar.hidden-print {
	display:none!important; width:0px!important;
}
.content-container {
	width:100%!important;
}
#main {
	margin-left:0px!important;
}
    .printlogo img, img.printlogo
    {
        width:30%; height:auto;     }
}