.ins-container {
  width: 100%;
  text-align: center;
  font-family: "Open Sans", Helvetica, Arial, Cambria, sans-serif;
}


/**/
.ins-top {
  /*background-color: #6996F1;*/
}
.ins-title {
  text-transform: uppercase;
  text-align: center;
  padding: 40px 0px 50px 0px;
  color: #fff;
  background-color: #6996F1;
  border-bottom:thin solid #FFFFFF;
}

.ins-step1 {
  text-transform:none;
  text-align: center;
  padding: 40px 0px 50px 0px;
  color:#666666;
  background-color:#FFFFFF;
  border-bottom:thin solid #FFFFFF;
}

.ins-step2 {
  text-transform: none;
  text-align: center;
  padding: 40px 0px 50px 0px;
  color: #fff;
  background-color:#66CCFF;
  border-bottom:thin solid #FFFFFF;
}

.ins-step3 {
  text-transform: none;
  text-align: center;
  padding: 40px 0px 50px 0px;
  color: #fff;
  background-color:#FFFFFF;
  border-bottom:thin solid #FFFFFF;
}


.ins-other-title {
    position: relative;
    margin-bottom: 70px;
}
.ins-other-title > h4 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}

.ins-title h1 {
    margin-bottom: 28px;
    margin: 0;
    line-height: 54px;
    font-size: 33px;
	text-shadow: 0px -1px 3px #CCCCCC;
}


.ins-step1 h2 {
    text-transform: none;
    margin-bottom: 28px;
    margin: 0;
    line-height: 54px;
    font-size: 28px;
	color:#333333;
	text-shadow: 0px -1px 3px #999999;
}

.ins-step1 p,
.ins-step2 p {
  max-width: 960px;
  text-transform: none;
  margin: 0;
  line-height: 40px;
  font-size: 17px;
  font-weight: lighter;
  color: #333333;
  display: inline-block;
  margin-bottom: 15px;
  padding: 0 25px;
}
.ins-step2 p {
  color: #fff;
}

.ins-step2 h2 {
    text-transform: none;
    margin-bottom: 28px;
    margin: 0;
    line-height: 54px;
    font-size: 28px;
	text-shadow: 0px -1px 3px #CCCCCC;
}


.ins-step3 h2 {
    text-transform: none;
    margin-bottom: 28px;
    margin: 0;
    line-height: 54px;
    font-size: 28px;
	color:#333333;
	text-shadow: 0px -1px 3px #999999;
}

.ins-step3 h3 {
    width:70%;
    text-transform: none;
    margin-bottom: 28px;
    margin: 0;
    line-height: 40px;
    font-size: 22px;
	font-weight:normal;
	color: #333333;
	display: inline-block;
	margin-bottom:15px;
}

.ins-step3 p {
	text-align: justify;
    text-transform: none;
    margin-bottom: 100px;
    margin: 0;
    line-height: 30px;
    font-size: 17px;
	font-weight:lighter;
	color: #333333;
	display: inline-block;
	margin-bottom:15px;
  padding: 0 10px;
}


.ins-section-title {
  font-size: 32px;
  font-weight: 300;
  margin: 70px 0 12px 0;
  text-align: center;
  line-height: 20px;
}
.ins-section-title span {
  font-size: 20px;
}
.ins-step3 > div {
  max-width: 960px;
  position: relative;
  margin: 0 auto;
}