/* 
Version: 	a.0.0.19.24
Author:  	KHW Cloud Services
Site:		AM TOOL Co.
*/

:root {
	--cBackground: #ffffef;	/* Off White */
	--cPrimary: #012b85;	/* Rich Blue */
	--cPrimaryHi: #418fde;	/* Light Blue */
	--cSecondary: #418fde;	/* Light Blue */
	--cAccent: #ffb81c;		/* Gold */
}

body {
	font-family: Verdana, Arial;
	font-size: 16px;
	background-color: var(--cBackground);
	color: black;
	margin: 0px;
}
a {
	color: var(--cSecondary);
	text-decoration: none;
}
a:hover {
	color: #0000ff;
}
h1 {
	text-align: center;
	font-size: 45px;
}
hr {
	background-color: var(--cSecondary);
	border-style: none;
	height: 5px;
	margin: 0;
}
li {
	line-height: 1.5;
}
table {
	width: 100%;
	border-spacing: 0;
}
table td {
	border-style: none;
}
.attn {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: white;
	color: black;
	font-size: 25px;
}
.attn h1 {
	font-size: 28px;
}
.boxOut {
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	width: fit-content;
	height: fit-content;
}
.callCard {
	display: inline-table;
	width: 300px;
	margin: 5px;
}
.callCard ul {
	padding-left: 30px;
}
.cardBody {
	border-style: solid;
	border-width: 2px;
	border-color: black;
}
.cardBody p {
	margin: 5px 3px;
}
.cardTitle {
	padding: 10px;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	background-color: var(--cPrimary);
	color: var(--cAccent);
	font-weight: bold;
}
.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.container {
  height: 100%;
  position: relative;
}
.container img {
	max-width: 100%;
	height: auto;
}
.container p {
	text-align: center;
}
.foot {
	margin-bottom: 10px;
	font-size: 12px;
}
.foot p {
	margin-left: 10px;
}
#header {
	margin-bottom: 10px;
	background-color: var(--cBackground);
	height: 129px;
	color: black;
}
.headSplit {
	margin: 0;
	background-color: var(--cSecondary);
	height: 5px;
}
.headSplitB {
	margin: 0;
	background-color: var(--cAccent);
	height: 5px;
}
.inset {
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: white;
	color: black;
}
.inset h1, h2, h3{
	color: black;
}
.inset td {
	border-style: solid;
	border-width: thin;
	border-color: black;
}
.inset table {
	border-style: solid;
	border-width: thin;
	border-color: black;
}
.inset td {
	padding: 4px;
}
td.title {
	background-color: var(--cPrimary);
	color: white;
}
.insetCentered {
	text-align: center;
}
.logo {
	padding: 5px;
}
.logo img {
	height: 60px;
}
.services {
	margin: 0 auto;
	max-width: 1140px;
}
@media screen and (max-width: 1200px) { .services { max-width: 910px;} }
@media screen and (max-width: 1000px) {	.services { max-width: 690px;} }
@media screen and (max-width: 810px)  { .logo img { height:    50px; } }
@media screen and (max-width: 770px)  { .services { max-width: 470px;} }
@media screen and (max-width: 747px)  { .services { max-width: 225px;} }
@media screen and (max-width: 680px)  { .logo img { height:    40px; } }
@media screen and (max-width: 500px)  { .logo img { height:    25px; } }
.services ul {
	list-style-type: none;
	overflow: hidden;
}
.services a {
	display: inline-table;
	text-decoration: none;
	font-weight: 1000;
	color: black;
	text-align: center;
	vertical-align: bottom;
	padding: 10px;
}
.services a:hover img {
	opacity: 1;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.6);
}
.servicesBlock {
	width: 200px;
	height: 200px;
}
.servicesBlock img {
	opacity: 0.5;
	height: 150px;
	border-radius: 10px;
}
.stinger {
	padding: 5px 0px;
	background-color: black;
	font-size: 12px;
}
.tagline {
	text-align: center;
	font-size: 20px;
	font-family: Franklin Gothic, Arial Bold;
}
.tiny {
	margin: 0 auto;
	padding-bottom: 10px;
	width: fit-content;
	font-size: 9px;
}
.toolBox {
	width: 400px;
	margin: 0 auto;
}
@media screen and (min-width: 601px) {
	.toolBox {width: 500px;}
}

/* The navigation menu */
.nav {
	background-color: var(--cPrimary);
	padding: 0px;
}
.nav a {	
	display: block;
	padding: 6px 10px;
	color: var(--cAccent);
	text-decoration: none;
}
.nav a:hover {
	color: white;
	text-decoration: none;
	background-color: var(--cPrimaryHi);
}
.nav li {
	float: left;
}
.nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
}
.activePage {
	background-color: var(--cPrimaryHi);
}
a.activePage { color: white; }

/* Dropdown menu */
.dropdown:hover .dropbtn {
	background-color: var(--cPrimaryHi);
	color: white;
}
li.dropdown {
	display: inline-block;
}
.dropdown-content {
	display: none;
	padding-top: 5px;
	position: absolute;
	background-color: #f9f9f9;
	max-width: 636px;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	width: 180px;
	display: block;
	text-align: left;
	font-weight: normal;
	float: left;
}
.dropdown-content a:hover {
	color: black;
	background-color: #d9d9d9;
}
.dropdown:hover .dropdown-content {
display: block;
transition: 0.3s;
}
/*
Sidebar menu
*/
.sidebarBtn {
	height: 100%;
	position: fixed;
	top: 50%;
}
.sidebar {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #111;
	overflow-x: hidden;
	padding-top: 40px;
	transition: 0.5s;
}
/* The sidebar links */
.sidebar a {
	padding: 8px 8px 0px 16px;
	text-decoration: none;
	font-size: 16px;
	color: #818181;
	display: block;
	transition: 0.3s;
}
/* When you mouse over the navigation links, change their color */
.sidebar a:hover {
	color: #f1f1f1;
}
/* Position and style the close button (top right corner) */
.sidebar .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}
/* The button used to open the sidebar */
.openbtn {
	margin: 0 -10px;
	font-size: 20px;
	cursor: pointer;
	background-color: #111;
	color: white;
	padding: 10px 10px;
	border: none;
	width: 10px;
}
.openbtn:hover {
	background-color: #444;
}
#main {
	transition: margin-left .5s;
}
@media screen and (max-height: 450px) {
	.sidebar {padding-top: 15px;}
	.sidebar a {font-size: 18px;}
}
/* End of sidebar */

/* Gallery */
.column {
	float: left;
	padding: 10px 10px 0px 10px;
}
/* Style the images inside the grid */
.column img {
	opacity: 0.8;
	cursor: pointer;
	height: 180px;
	border-radius: 10px;
	margin-bottom: 5px;
}
.column img:hover {
  opacity: 1;
}
/* Clear floats after the columns */
.row {
	max-width: 100%;
	width: fit-content;
	margin: 0 auto;
	height: 200px;
	overflow: auto;
	white-space: nowrap;
}
.row:after {
	content: "";
	display: table;
	clear: both;
}
/* The expanding image container (positioning is needed to position the close button and the text) */
.container {
	position: relative;
	display: grid;
	grid-template-columns: 40px 1fr 40px;
}
.container button {
	font-size: 40px;
	cursor: pointer;
	background-color: #efefef;
	color: black;
	border: none;
	border-radius: 10px;
	width: fit-content;
	margin: 280px 0;
	display: inline;
}
.container button:hover {
	background-color: #ccc;
}
.container img {
	max-height: 560px;
	width: auto;
	height: auto;
	padding: 10px;
	border-radius: 10px;
}
/* Close button inside the image */
.closebtn {
	position: absolute;
	top: 10px;
	right: 15px;
	color: grey;
	font-size: 35px;
	cursor: pointer;
}

/* Grid */
.grid {
	display: grid;
	grid-template-columns: 220px 1fr;
}
.grid2 {
	display: grid;
	grid-column-gap: 10px;
	grid-template-columns: 1fr 1fr;
}
.grid3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
.grid4 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.gAd {
	margin: 0 10px;
	padding: 0 10px;
	background: var(--cSecondary);
	min-height: 163px;
	border-radius: 10px;
}
.gAd a {
	color: white;
}
.gAd a:hover {
	color: var(--cPrimary);
}
.gAd img {
	height: 120px;
	border-radius: 10px;
}	
.gCol1 img {
	width: 200px;
	border-radius: 10px;
}
@media screen and (max-width: 1000px) {
	.grid, .grid2, .grid3, .grid4 {
		display: inline-table;
	}
	.gColumn, .gAd {
		width: 100%;
		float: left;
		margin-bottom: 10px;
	}
}
/* End of Grid */

/* Scrollbar */
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
::-webkit-scrollbar-track {
	background: #555;
}
::-webkit-scrollbar-thumb {
	background: #111;
}
::-webkit-scrollbar-thumb:hover {
	background: #333;
}

/* Sticky Navigation */
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
.mainContent {
	padding-top: 0px;
}
.sticky + .mainContent {
	padding-top: 47px;
}