ul {
	padding-left: 15px;
}

.wrapper .container {
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.navigation {
    background: #fff;
    border-bottom: .1rem solid #23282f;
    display: block;
    left: 0;
    max-width: 100%;
    width: 100%;
    padding: 10px;
}



.navigation .container {
    padding-bottom: 0;
    padding-top: 0
}

.navigation .navigation-list {
    list-style: none;
    margin-bottom: 0;
}

.navigation .navigation-item {
    float: left;
    margin-bottom: 0;
    margin-left: 2.5rem;
    position: relative
}

.navigation .navigation-title, .navigation .title {
    color: #606c76;
    position: relative
}

.navigation .navigation-link, .navigation .navigation-title, .navigation .title {
    display: inline;
    font-size: 1.6rem;
    line-height: 5.2rem;
    padding: 0;
    text-decoration: none
}

.navigation .navigation-link.active {
    color: #606c76
}

/* ENDLESS ROTATE */
.rotate{
  animation: rotate 1.5s linear infinite;   
  
}
@keyframes rotate{
  to{ transform: rotateX(360deg); }
}

.gray {
	color: #706f6f;
}

/*  Introducer Reports */

.introducer-report h1, .introducer-report h2, .introducer-report h3, .introducer-report h4, .introducer-report h5, .introducer-report h6 {
	color: #002c50;
}

.introducer-report h1 {
	font-size: 5em;
}

.introducer-report h2 {
	font-size: 4em;
}

.introducer-report h3 {
	font-size: 3em;
}

.introducer-report h4 {
	font-size: 2em;
}

.introducer-report h5 {
	font-size: 1.2em;
}

.introducer-report .graphs h3 {
	font-size: 2.5em;
}



.introducer-report .information p {
	font-size: 1.4em;
}

.introducer-report .bullet {
	padding-top: 70px;
	
}

.bullet.one {
	background: url('../img/bullett1.png') no-repeat top left transparent;
}

.bullet.two {
	background: url('../img/bullett2.png') no-repeat top left transparent;
}

.bullet.three {
	background: url('../img/bullett3.png') no-repeat top left transparent;
}


/*******************Basic Menu**********************/

ul.basic-menu, ul.basic-menu li {
	list-style: none;
}

/*******************Services Area********************/

/*div.services {
	background: url('../img/i4b-circles.png') no-repeat top right transparent;
}*/

div.services-blurb {
	background: url('../img/i4b-man.png') no-repeat bottom center transparent;
}

div.companies {
	background: url('../img/companies-cover.png') no-repeat -40% 100% transparent;
}

ul.company-logos {
	padding-top: 10px;
	padding-left: 50px;
	list-style: none;
}

ul.company-logos img {
	width: 150px;
}

img.armco {
	
	width: 200px;
}