body
{
font-family: Calibri, sans-serif;
color: #333333;
background: url("images/grad.png") repeat-x;
}

.menu
{
	margin-top: 60px;
	margin-right: 50px;
	margin-bottom: 25px;
	margin-left: 50px;

	padding-top: 80px;
	padding-right: 92px;
	padding-bottom: 80px;
	padding-left: 92px;

	border: 1px solid #dfdfdf;
	border-radius: 15px;
	background-color: #f2f2f2;
	background-size: 1px 1500px;
	//box-shadow: 5px 5px 10px #888888;
	min-width:225px;
}

.button
{
	overflow: hidden;
	display: inline-block;
	width: 225px;
	height: 150px;
	padding-top: 75px;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	color: #333333;
	background: #cccdcd;
	//box-shadow: 8px 8px 12px #aaaaaa;
	position: relative;
}

.button-container
{
	overflow: hidden;
	display: inline-block;
	width: 225px;
	height: 150px;
	padding-top: 75px;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	color: #333333;
	background: #cccdcd;
	//box-shadow: 8px 8px 12px #aaaaaa;
	position: relative;
	background-image:url(images/ins_engage.png);background-repeat:no-repeat;background-position:50%33%;
	transition: 70ms;
}


.btn-group-left button {
	background-color: #cccdcd;
	border-right: 1px solid #f2f2f2;
	border-top: 2px solid #f2f2f2;
	border-bottom: 1px solid #cccdcd;
	border-left: 1px solid #cccdcd;
	color: #333333;
	padding: 16px;
	cursor: pointer;
	float: left;
	display: block;
	width: 50%;
	position: absolute;
	left: 0%;
	bottom: 0;
	font-weight: bold;
	font-size: 0.7em;
}

.btn-group-right button {
	background-color: #cccdcd;
	border-left: 1px solid #f2f2f2;
	border-top: 2px solid #f2f2f2;
	border-bottom: 1px solid #cccdcd;
	border-right: 1px solid #cccdcd;
	color: #333333;
	padding: 16px;
	cursor: pointer;
	float: left;
	display: block;
	width: 50%;
	position: absolute;
	right: 0%;
	bottom: 0;
	font-weight: bold;
	font-size: 0.7em;
}

.btn-group-left button:not(:last-child) {
	border-right: none;
}

.btn-group-right button:not(:last-child) {
	border-right: none;
}

.btn-group-left:after {
	content: "";
	clear: both;
	display: table;
}

.btn-group-right:after {
	content: "";
	clear: both;
	display: table;
}
  
.btn-group-left button:hover {
	background-color: #91dae7;
	color: black;
	text-decoration: none;
}

.btn-group-right button:hover {
	background-color: #91dae7;
	color: black;
	text-decoration: none;
}

.button-container .viewThisResult {
    display: none;	
}

.button-container:hover .viewThisResult { 
	display: block;
}

.button-container:hover, .button:focus, .button:active
{
	background: #91dae7;
	color: black;
	text-decoration: none;
	background-image:url(images/ins_engage.png);background-repeat:no-repeat;background-position:50%19%;
	transition: 70ms;
}

.button:hover, .button:focus, .button:active
{
	background: #91dae7;
	color: black;
	text-decoration: none;
}

.smolbutton
{
	overflow: hidden;
	display: inline-block;
	width: 80px;
	height: 75px;
	padding-top: 35px;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	background: #cccdcd;
	//box-shadow: 8px 8px 12px #aaaaaa;
}

.smolbutton:hover, .smolbutton:focus, .smolbutton:active
{
	background: #91dae7;
	color: black;
	text-decoration: none;
}



.container
{
	width: 100%;
	display: in-line;
	overflow: hidden
}


.sub
{
	width: 49%;
	float: left;
	display: inline;
}


.supersub
{
	float: left;
}




.standout
{

}

.fineprint
{
	font-size:x-small
}

.ninjas
{
	color: #f2f2f2;
}

.guide
{
	padding-left:10%;
	padding-right:10%;
	font-size:large;
}

/* .nav-toggle {
	display: none;
} */

/* ===================================== menu */
.hamburger {
	display: none;
}

.bar {
	display: block;
	width: 25px;
	height: 3px;
	margin: 5px auto;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: black;
}

.nav-menu {
	display: none;
}

.grad { border: 0; height: 1px; background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); }

@media(max-width:720px){

	#banner {
		display: none;
	}

	.hamburger {
		position: fixed;
		display: inline-block;
		top: 2%;
		right: 3%;
		z-index: 2;
	}

	.hamburger:hover span{
		background-color: #0da7c3;
		transition: 0.2s;
	}

	.hamburger.active .bar:nth-child(2){
		opacity: 0;
	}

	.hamburger.active .bar:nth-child(1){
		transform: translateY(8px) rotate(45deg);

	}

	.hamburger.active .bar:nth-child(3){
		transform: translateY(-8px) rotate(-45deg);
	}

	.nav-menu {
		display: block;
		position: fixed;
		top: -4%;
		right: -140%;
		gap: 0;
		flex-direction: column;
		background-color: white;
		width: auto;
		padding-right: 20%;
		text-align: left;
		transition: 0.2s;
		border: 1px solid #dfdfdf;
		border-radius: 15px;
		background-color: #f2f2f2;
		background-size: 1px 1500px;
		//box-shadow: 5px 5px 10px #888888;
		z-index: 1;
	}

	.nav-item {
		margin: 5px 0;
		list-style-type: none;
	}

	.nav-menu.active {
		right:-8%;
	}
}

@media(max-width:772px) {
	.button {
		margin-bottom: 4px;
	}
	.button-container
	{
		margin-bottom: 4px;
	}
}