.tekmeasureBlock
{
	justify-content:center;
	color:#D81C1C;
  	border: 0px solid #D81C1C;
  	border-radius: 4px;
  	box-sizing: border-box;
  	display: flex;
  	flex: 1 0 340px;
  	justify-content: center;
  	margin: 0 0 30px;
  	max-width: 370px;
  	text-align: center;
  	position: relative;
}
.tekmeasureBlock:hover
{
	/*background-color:rgba(216,28,28,.18);*/
	color:#FFFFFF;
}
.tekmeasureBlock:hover .blocks-item-special
{
	/*background-color:rgba(216,28,28,.18);*/
	color:#FFFFFF;
}

.tekmeasureBlock:hover .dropbtn2
{
	background-color:rgba(216,28,28,.18);
	color:#FFFFFF;
}
.tekmeasureBlock .more_link 
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
	text-indent: -9999px;
}

.textBlock
{
	justify-content:center;
	color: black;
  	border: 0px solid #D81C1C;
  	border-radius: 4px;
  	box-sizing: border-box;
  	display: flex;
  	flex: 1 0 700px;
  	justify-content: center;
  	margin: 0 0 30px;
  	max-width: 700px;
  	text-align: left;
  	position: relative;
}
.center
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*
h3:hover
{
	color:#ffffff;
}
*/

.Body
{
	font-family: Arial;
}

.blocks-item-special {
  border: 0px solid #D81C1C;
  border-radius: 4px;
  box-sizing: border-box;
  color: #D81C1C;
  display: flex;
  flex: 1 0 340px;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 10px;
  max-width: 370px;
  
  text-align: center;
  position: relative;
}

.test:hover, .test:focus, .test:active {
	background-color:rgba(216,28,28,.18);
  color: #FFFFFF;
  text-decoration: none;
}

.line {
	height: 3px;
	background-color: #D81C1C;
	width: 70%;
	max-width: 700px;
	align-self: center;
}

.hero {
	background-image: url(//tekmeasure.com/zendesk/carpet.jpg);
	background-position: center;
	background-size: cover;
	height: 100px;
	padding: 0 20px;
	text-align: center;
	width: 100%;
  }
  
.hero-inner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	max-width: 610px;
	margin: 0 auto;
  }

.section {
	margin-bottom: 40px;
  }
  
  @media (min-width: 768px) {
.section {
	  margin-bottom: 10px;
	}
  }
  
.section h2 {
	margin-bottom: 10px;
	text-align: center;
  }

  /***** Search field *****/
.search {
	position: relative;
  }
  
  .search input[type="search"] {
	border: 1px solid #ddd;
	border-radius: 30px;
	box-sizing: border-box;
	color: #999;
	height: 40px;
	padding-left: 40px;
	padding-right: 20px;
	-webkit-appearance: none;
	width: 100%;
	background-color: rgba(216,28,28,0.18);
  }
  
  [dir="rtl"] .search input[type="search"] {
	padding-right: 40px;
	padding-left: 20px;
  }
  
  .search input[type="search"]:focus {
	border: 1px solid #D81C1C;
	color: #555;
  }
  
  .search::before {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
	color: #777;
	content: "\1F50D";
	font-size: 18px;
	position: absolute;
	left: 15px;
  }
  
  [dir="rtl"] .search::before {
	right: 15px;
	left: auto;
  }
  
  .search-full input[type="search"] {
	border: 1px solid #fff;
  }
  
  /* Dropdown Button */
.dropbtn {
	font-size: 18px;
	font-weight: bold;
	border: none;
	background-color: rgba(0, 70,144,0.07);
  }

  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
	position: relative;
	display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd;}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {background-color: #D81C1C;}
.dropbtn2 {
border: none;
color: #D81C1C;
}
/* The container <div> - needed to position the dropdown content */
.dropdown2 {
	position: relative;
	display: inline-block;
	font-size: 14px;
	z-index: 10;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown2-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 10;
  }
  
  /* Links inside the dropdown */
  .dropdown2-content a {
	color: #D81C1C;
	padding: 4px 16px;
	text-decoration: none;
	display: block;
	font: small;
  }

  .dropdown2-content a:hover 
  {
	  color: white;
	  background: rgba(0,70,144,.85);
  }
  
  
  /* Show the dropdown menu on hover */
  .dropdown2:hover .dropdown2-content {display: block; color:#ddd}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown2:hover .dropbtn2 {background-color: #D81C1C; color:#ddd}
.trackerBlock
  {
	  justify-content:center;
	  color:#D81C1C;
		border: 0px solid #D81C1C;
		border-radius: 4px;
		box-sizing: border-box;
		display: flex;
		flex: 1 0 340px;
		justify-content: center;
		margin: 0 0 30px;
		max-width: 370px;
		text-align: center;
		position: relative;
		font-size: xx-small;
  }
  ol.progtrckr {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ol.progtrckr li {
	display: inline-block;
	text-align: center;
	line-height: 3em;
}

ol.progtrckr[data-progtrckr-steps="2"] li { width: 49%; }
ol.progtrckr[data-progtrckr-steps="3"] li { width: 33%; }
ol.progtrckr[data-progtrckr-steps="4"] li { width: 24%; }
ol.progtrckr[data-progtrckr-steps="5"] li { width: 19%; }
ol.progtrckr[data-progtrckr-steps="6"] li { width: 16%; }
ol.progtrckr[data-progtrckr-steps="7"] li { width: 14%; }
ol.progtrckr[data-progtrckr-steps="8"] li { width: 12%; }
ol.progtrckr[data-progtrckr-steps="9"] li { width: 11%; }

ol.progtrckr li.progtrckr-done {
	color: black;
	border-bottom: 4px solid #D81C1C;
}
ol.progtrckr li.progtrckr-todo {
	color: silver; 
	border-bottom: 4px solid silver;
}

ol.progtrckr li:after {
	content: "\00a0\00a0";
}
ol.progtrckr li:before {
	position: relative;
	bottom: -2.5em;
	float: left;
	left: 50%;
	line-height: 1em;
}
ol.progtrckr li.progtrckr-done:before {
	content: "\2713";
	color: white;
	background-color: #D81C1C;
	height: 1.2em;
	width: 1.2em;
	line-height: 1.2em;
	border: none;
	border-radius: 1.2em;
}
ol.progtrckr li.progtrckr-todo:before {
	content: "-";
	color: white;
	background-color: silver;
	height: 1.2em;
	width: 1.2em;
	line-height: 1.2em;
	border: none;
	border-radius: 1.2em;
}
ol.progtrckr li.progtrckr-none:before {
	content: "-";
	color: white;
	background-color: silver;
	height: 1.2em;
	width: 1.2em;
	line-height: 1.2em;
	border: none;
	border-radius: 1.2em;
	display: none;
}
