@charset "UTF-8";
/***** Techfootin CSS *****/

/* Brand Colors
Gunmetal: #2b363f
Dark Gunmetal: #1e262d
Techfootin Green: #8bbf24, #369954
Corporate Blue: #1d70a2
Not-White Gray: #eff1f4
*/

*, *::before, *::after {
	box-sizing: border-box;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ol {
	font-size: 0.9em;
	margin: 30px 0;
}

ol li {margin-bottom: 10px;}

a {cursor: pointer; color: #8bbf24;}

a, a:visited {
	outline: none;
	text-decoration: none;
}

h1, h2 {
	font-size: 1.25em;
	font-weight: 600;
	margin: 0;
}

h3 {
	font-weight: 600;
}

body {
  font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 1em;
	line-height: 1.35;
	color: #3c4a57;
	background: #2b363f;
	max-width: 1350px;
	margin: 0 auto;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

p, span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 0.9em;
	line-height: 1.5;
}

main {background: white; margin-top: 10px; overflow: hidden;}


h1.aim-headline {
	font-size: 1.25em;
	font-weight: 600;
}

.aim-button {
	display: inline-block;
	font-size: 0.9em;
	background: #8bbf24;
	padding: 15px 20px;
	border-radius: 3px;
	color: white;
	margin: 20px 0;
}

span.aim-keyword {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 2em;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin: 0 40px 30px 0;
	opacity: 0.1;
}

/***** Top Bar *****/

div.top-bar-settings {
	position: fixed;
	display: block;
	width: 100%;
	max-width: 1350px;
	padding: 7px 35px;
	background: #1e262d;
	z-index: 5;
	top: 0;
}

.top-bar-settings span {
	display: inline-block;
	color: #eff1f4;
	font-family: 'Open Sans', sans-serif;
	line-height: 1em;
	padding: 13px 0 11px 0;
}



/**** Techfootin AIM Tool ****/

button.settings {
	vertical-align: middle;
	outline: 0;
	border: 0;
	font-size: 0.9em;
	background: none;
	color: #eff1f4;
	padding: 10px 20px;
	transition: all 0.3s ease-in-out;
}

button.settings:after {
	display: inline-block;
	vertical-align: top;
	content: "";
	width: 17px;
	height: 17px;
	background: url(../images/icon-settings-gear.png);
	background-size: cover;
	margin-left: 5px;
}

button.settings:hover {opacity: 0.9;}


.dropdown {
	position: relative;
	display: inline-block;
	float: right;
	min-width: 130px;
}

.dropdown-content {
	display: none;
	position: absolute;
	text-align: center;
	right: 0;
	font-size: 0.8em;
	color: #1d70a2;
	background-color: #eff1f4;
	min-width: 100%;
	overflow: auto;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;

}


.dropdown-content a {
	color: #1d70a2;
	background: white;
	text-align: left;
	padding: 10px 5px;
	text-decoration: none;
	display: block;
    width: 100%;
}

.dropdown a:hover {color: #2b363f;}

.show {
	display: block;
	animation: slideDown 0.3s ease;
}

@keyframes slideDown {
	0% {transform: translateY(-100%); opacity: 0;}
	100% {transform: translateY(0); opacity: 1;}
}

.aim-banner {
	background: #eff1f4;
  color: white;

	background-image: url(../images/aim-banner.png);
	overflow: hidden;
	background-position: center center;
	animation: moveLogo 60s linear infinite;
	height: 156px;
}

@keyframes moveLogo {
	0% {background-position: 0 -100%;}
	100% {background-position: 0 200%;}
}


.plan-of-sale h2 {
	margin-bottom: 20px;
}

.plan-of-sale h2:before {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 40px;
	height: 40px;
	background: url(../images/icon-folder-open.png);
	background-size: cover;
	margin-right: 10px;
}

a.guide {
	display: inline-block;
	font-size: 0.9em;
	color: white;
	background: #1d70a2;
	padding: 10px 20px;
	border-radius: 3px;
	margin-right: 10px;
}

div.downloads {
	border: 1px solid #eff1f4;
	border-radius: 3px;
	padding: 20px;
}

div.downloads h3 {
	margin: 0 0 20px;
}

a.download {
	display: block;
	font-size: 0.8em;
	text-align: center;
	color: white;
	background: #8bbf24;
	padding: 10px 20px;
	border-radius: 3px;
	margin-bottom: 15px;
	transition: background 0.3s ease-in-out;
}

a.download:hover {background: #369954;}

ul.plan-of-sale {
	margin: 20px 0;
}
ul.plan-of-sale li{
	background: #f7f8f9;
	padding: 12px 10px;
	height:50px
}
ul.plan-of-sale li a {
	font-size: 0.8em;
	color: #1d70a2;
	display: block;

	float: left;
}

.pos ul.plan-of-sale li a:before {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 25px;
	height: 25px;
	background: url(../images/icon-folder.png);
	background-size: cover;
	margin-right: 15px;
}

ul.plan-of-sale a:nth-of-type(2n+2) li {
	background: #eff1f4;
}


/**** Sold/Unsold Tabs ****/

/* Style the tab */
.tab {
	overflow: hidden;
	border: 1px solid #eff1f4;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: white;
}

/* Style the buttons inside the tab */
.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 10px 20px;
	transition: 0.3s;
	font-size: 1em;;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #f7f8f9;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #eff1f4;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 0;
    border: 1px solid #eff1f4;
	border-top: none;
	overflow-x: auto;
}

ul.sold-unsold li {
	font-size: 0.8em;
	padding: 7px 10px;
	background: #f7f8f9;
}

ul.sold-unsold li:nth-of-type(2n+2) {
	background: #eff1f4;
}


/**** AIM Footer****/

.aim-footer {
	background: #f7f8f9;
	font-size: 0.9em;
}

.aim-footer h3 {
	display: inline-block;
	font-size: 1em;
	border-bottom: 2px solid #eff1f4;
	padding: 0 0 5px 0;
	margin: 0 0 20px;
}

ul.aim-list {margin: 0;}

ul.aim-list li {
	margin-bottom: 20px;
}



/**** Section Common Styles ****/

h2.typographic {
	font-size: 2em;
	font-family: 'HongKong-Medium';
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: normal;
	color: #2b363f;
	-moz-osx-font-smoothing: grayscale;
}

span.color-bar {
	display: inline-block;
	width: 100px;
	height: 4px;
	background: #8bbf24;
	margin: 5px 0;
}


.subtle-cta {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.8em;
	font-weight: 600;
	color: #1d70a2;
	border-bottom: 2px solid;
	padding-bottom: 5px;
	margin: 10px 0;
}

.subtle-cta-small {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.8em;
	font-weight: 600;
	color: #b1b7ba;
	border-bottom: 2px solid;
	padding-bottom: 5px;
	margin: 10px 0;
}

.subtle-suggestion {
	color: #b1b7ba;
	font-size: 0.8em;
	font-weight: 600;
}

.light-gray-bg {background: #f7f8f9;}

div.section-title {padding: 40px 35px 30px;}

.section-title h3 {
	font-size: 2em;
	line-height: 1;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #5e6172;
	margin: 0;
}

.section-title span {
	display: block;
	font-size: 20px;
	text-transform: none;
	letter-spacing: 0;
	color: #5e6172;
}

.section-title.invert h3 {color: #eff1f4;}
.section-title.invert span {color: #888B9D;}

.section-title span.highlight-word {
	display: inline-block;
	font-size: 1.75em;
	line-height: 0.9;
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
}


.green-button {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: white;
	background: #1d70a2;
	padding: 13px;
	margin-top: 5px;
	margin-right: 10px;
	border-radius: 3px;
	transition: all 0.3s ease-in-out;
}

.blue-button {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: white;
	background: #1d70a2;
	padding: 10px 20px;
	border-radius: 3px;
	margin: 10px 10px 10px 0;
	transition: all 0.3s ease-in-out;
}

.blue-button-medium {
	display: inline-block;
	font-size: 0.8em;;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: white;
	background: #1d70a2;
	padding: 10px 15px;
	border-radius: 3px;
	margin: 10px 10px 10px 0;
	transition: all 0.3s ease-in-out;
}

.gray-button-medium {
	display: inline-block;
	font-size: 0.8em;;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #1d70a2;
	background: #eff1f4;
	padding: 10px 15px;
	border-radius: 3px;
	margin: 10px 10px 10px 0;
	transition: all 0.3s ease-in-out;
}

.blue-button-small {
	display: inline-block;
	font-size: 0.65em;;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: white;
	background: #1d70a2;
	padding: 10px 15px;
	border-radius: 3px;
	margin: 10px 10px 10px 0;
	transition: all 0.3s ease-in-out;
}

.green-button:hover,
.blue-button:hover,
.blue-button-medium:hover {background: #185D87;}











/***** Mobile Styling *****/


@media screen and (max-width: 950px) {
	
	



	
	}

/* Smartphone */
@media screen and (max-width: 600px) {	
	
	
main {margin-top: 70px;}	
	
	div.top-bar-settings {
	position: fixed;
	display: block;
	width: 100%;
	max-width: 1350px;
	padding: 7px 35px;
	background: #1e262d;
	z-index: 5;
	top: 0;
		text-align: center;
}

.top-bar-settings span {
	display: inline-block;
	color: #eff1f4;
	font-family: 'Open Sans', sans-serif;
	line-height: 1em;
	padding: 0;
}
	.top-bar-settings span {
		text-align: center;
	}	
	
.dropdown {
	position: relative;
	display: block;
	float: none;
	min-width: 130px;
	text-align: center;
}

		
}


/* Remove Input Auto Zoom on Form Inputs */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	
	.subscribe input[type=email],
  select,
  textarea,
  input {font-size: 16px;}
	
	.subscribe input[type=email],
  select:focus,
  textarea:focus,
  input:focus { font-size: 16px;}
	
}


/***** end of mobile styles *****/


/**** Animations *****/

@keyframes slideMe {
	from {transform: translateX(25%); opacity: 0;}
	to {transform: translateX(0); opacity: 1;}
}


/**** End of Animations *****/

.mytable  {
    border-collapse: collapse;
    width: 100%;
}

.mytable tr {
	background-color: #f7f8f9;
}
.mytable th, td {
	text-align: left;
	font-size: 0.8em;
	color: #1d70a2;
	padding: 12px 10px;
}
.mytable th, td a {color: #1d70a2;}

.mytable tr:nth-child(even) {background-color: #eff1f4;}

.myinput {
	display: block;
	outline: none;
	color: #3c4a57;
	font-size: 0.9em;
	border: 1px solid #eff1f4;
	border-radius: 4px;
	padding: 13px;
	width: 100%;
	margin-bottom: 15px;
	transition: all 0.3s ease-in-out;
}


.myinput:hover {border: 1px solid #1d70a2;}
.myinput:focus {border: 1px solid #8bbf24; font-size: 0.9em;}


.mybutton {
	outline: 0;
	border: 0;
	display: inline-block;
	font-size: 0.9em;
	color: white;
	background: #3875f7;
	padding: 10px 20px;
	border-radius: 3px;
}
.mybutton.default{
	background: gray;
}

.help-block{
	color:red !important;
}

.cc_dropdown {
	position: relative;
	display: inline-block;
	float: right;
	margin-top: 6px;
	min-width: 130px;
	
}
.cc_dropdown lable {
	color:white;
	font-size: 13px;
}
.cc_dropdown select {
	color:black;
	font-size: 13px;
	
}
.edit_button {
	height: 25px;
	width: 25px;
	background: url(../images/edit.png) no-repeat;
	background-size: contain;
	float: right;
	border: 0;
	margin-right: 20px;
}
.delete_button {
	height: 25px;
	width: 25px;
	background: url(../images/delete-button.png) no-repeat;
	background-size: contain;
	float: right;
	border: 0;

}

/**** New Additions ****/


.aim-points li {
  margin-bottom: 15px;
 animation: stagger 1s ease;
  transition: 0.3s ease;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
  opacity: 0;
}

.aim-points li:nth-child(2) {
  animation-delay: 2s;
}

.aim-points li:nth-child(3) {
  animation-delay: 3.5s;
}



@keyframes stagger {
  
  0% {transform: translateY(-100%);}
  50% {transform: translateY(5%);}
  75% {transform: translateY(-2%);}
  100% {transform: translateY(0); opacity: 1;}
  
  
}

.learn-more-container {
  background: rgba(0,66,90,0.3);
  border-radius: 3px; 
  overflow: hidden;
  padding: 30px;
}


