.menu{
    position: absolute;
    width: 700px;
    height: 250px;
    margin: auto;
    top: 0; left: 0; bottom: 0; right: 0;
}

.fuelyourdreams {
	width: 680px;
	height: 200px;
    position: absolute;
    bottom: 0px;
    left: 10%;
	font-family: "AvenirLT-Heavy",Helvetica,sans-serif;
	font-weight: 700;
	text-align: left;
	color: #fff;
	line-height:86pt;
	text-shadow: 0 0 3px rgba(0,0,0,0.5);
}

.appStore {
	position: fixed;
	right: 4%;
	bottom: 80px;
	font-family: "AvenirLT-Heavy",Helvetica,sans-serif;
	font-size: 11pt;
	color: white;
	text-shadow: 0 0 5px #000000;
	z-index: 1;
}

.nav-arrow {
	background-image: url('../images/icons/arrow.png');
	width: 116px;
	height: 89px;
    position: absolute;
    top:0;
    bottom: 50px;
    left: 680px;
    right: 0;
    margin: auto;
}

.logo{
    position: relative;
    top: 300px;
	right: 2%;
    margin-left: 3cm;
    width:150px;
}

.logopic{
   width: 100%;
}

.social {
	position: fixed;
	text-align: center;
	font-family: "AvenirLT-Heavy",Helvetica,sans-serif;
  bottom: 30px;
	right: 50px;
	margin: auto;
	float: right;
	color: black;
	text-transform: uppercase;
	font-size: 10pt;
	font-weight:bold;
	color: white;
  -webkit-transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}

.social-active {
  bottom: 100px;
  -webkit-transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

.socialMedia {
    position: fixed;
    font-family: "AvenirLT-Heavy",Helvetica,sans-serif;
    margin:auto;
    float: right;
    color: black;
    text-transform: uppercase;
    text-align: center;
    font-size: 30pt;
    font-weight:bold;
    color: white;
}

.social-item {
	font-size: 22pt;
	color: white;
	margin-left: 10px;
}

.social-item:visited {
    color: white;
    text-decoration: none;
}

.social-item:hover {
	color: #4e97c3;
	text-decoration: none;
}

.fast-facts li, .sales-toolbox  li {
	/* get rid of margin on outer elements by overriding style property in html structure */
	margin: 3px;
	position: relative;
	overflow: hidden;
}

.fast-facts  li .title-text  {
	color: white;
	font-size: 27px;
	position: absolute;
	text-transform: uppercase;
}

.sales-toolbox  li .text-item {
	color: white;
	font-size: 27px;
	position: absolute;
	text-transform: uppercase;
}

.fast-facts li .bottom-line, .sales-toolbox  li .bottom-line {
	left: 25px;
	height: 4px;
	width: 60px;
  background-color: rgb(78,151,195);
  position: absolute;
	bottom: 50px;
}
.fast-facts li img, .sales-toolbox  li img{
	width: 100%;
	position: absolute;
	bottom: 0;
}
.fast-facts li img.main, .sales-toolbox  li img.main{
	object-fit: cover;
	min-height:100%;
}


/**Fast Facts**/
.fast-facts {
	margin-left: -40px;
	list-style-type: none;
	width: calc(100% + 75px);
	padding-right: 35px;
	overflow-x: hidden;
	overflow-y: hidden;
	white-space: nowrap;

	-webkit-mask: -webkit-linear-gradient(
			left,
			rgba(255,255,255,0),
			rgba(255,255,255,1) 3%,
			rgba(255,255,255,1) 97%,
			rgba(255,255,255,0)
	);
}

.fast-facts a:hover {
	color: white;
}

.fast-facts li {
	height: 570px;
	width: 350px;
	display: inline-block;
	white-space: normal;
}
.fast-facts  li .title-text {
	bottom: 60px;
	left: 25px;
}
.fast-facts li .description-text {
	font-size: 17px;
	position: absolute;
	bottom: 20px;
	left: 25px;
	height: 50px;
}
.fast-facts li .bottom-line {
	left: 25px;
	bottom: 45px;
}
.fast-facts li img.overlay{
	margin-bottom: 0px;
	width: 350px;
}

/**Toolbox**/
.sales-toolbox {
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 15px;
	list-style-type: none;
	margin-left: -40px;
	margin-right: -30px;
	width: 107%;
	overflow-y: auto;
	white-space: nowrap;
	height: 100%;

	-webkit-mask: -webkit-linear-gradient(
			top,
			rgba(255,255,255,0),
			rgba(255,255,255,1) 3%,
			rgba(255,255,255,1) 97%,
			rgba(255,255,255,0)
	);
}

.sales-toolbox  li {
	width: calc(25% - 6px);
	height: 250px;
	float: left;
}
.sales-toolbox  li.large {
	width: calc(50% - 6px);
}
.sales-toolbox  li .text-item {
	font-size: 18pt;
	bottom: 15px;
	left: 25px;
}
.sales-toolbox  li .bottom-line {
	left: 25px;
	bottom: 55px;
  background-color: rgb(78,151,195);
}
.sales-toolbox  li img.overlay{
	transform: scale(1.2);
	margin-bottom: 10px;
}


img.scroll-indicator{
	position: fixed;
	left: 67px;
	right: 0;
	bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

/**Don't show the navbar on the homepage.**/
.navbar-fixed-top{
   display: none;
   visibility: hidden;
}

.main-apps{
	width: 100%;
	overflow: hidden;
	margin: 0;
	color: white;
}

.main-apps ul{
	padding: 0;
}

.main-apps .col-sm-4{
	width: 280px;
}

.subapps{
	position: absolute;
	bottom: 5%;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	padding-left: 100px;
}

.subapps img{
	height: 100px;
	width: 100px;
	position: absolute;
	z-index: 1;
	left: 0;
	border-radius: 20px;
}
.subapps li{
	color: white;
	display: inline-block;
	width: 200px;
}

.subapps .iconWrap{
	position: relative;
	width: 100px;
	height: 100px;
	left:0;
	right: 0;
	margin:auto;
	cursor: pointer;
}

.messageBox canvas{
	margin-top: 5px;
}

.center{
	text-align: center;
}




.iconWrap .tooltip {
	font-size: 15px;
	background: #1496bb;
	bottom: 100%;
	color: #fff;
	display: block;
	margin-bottom: 15px;
	opacity: 0;
	padding: 20px;
	pointer-events: none;
	position: absolute;
	width: 200px;
	left: -47px;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.iconWrap .tooltip:before {
	bottom: -20px;
	content: " ";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
}

/* CSS Triangles - see Trevor's post */
.iconWrap .tooltip:after {
	border-left: solid transparent 10px;
	border-right: solid transparent 10px;
	border-top: solid #1496bb 10px;
	bottom: -10px;
	content: " ";
	height: 0;
	left: 50%;
	margin-left: -13px;
	position: absolute;
	width: 0;
}

.iconWrap:hover .tooltip {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
