@charset "utf-8";
/* CSS Document */
/*NORMALIZE STYLE*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
 margin: 0;
 padding: 0;
 border: 0;
 font-size: 100%;
 font: inherit;
 vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
 display: block;
}
img
{
 display: block;
 border: 0;
}

/*CUSTOM STYLE*/
.container
{
 width: 100%;
 float: left;
 
}
.inner-wrapper
{
 max-width: 1024px;
 height: auto;
 overflow: hidden;
 margin: 0 auto;
 padding-left: 42px;
 padding-right: 42px;
}
.inner-wrapper-padding
{
 padding-top: 40px;
 margin-bottom: 40px;
}
.header
{
 background-color: #2f4455;
 padding-top: 10px;
 padding-bottom: 5px;
}
.header img
{
 color: #FFF;
 text-align: left;
 text-transform: uppercase;
 font: 400 15px/19px relativeBold,arial,sans-serif;
}
.heroImage
{
 background: url(https://image.super-retirement.com.au/lib/fe9413727664037a74/m/1/206105-Mercer-SmartStart-07.jpg) no-repeat center center;
 -webkit-background-size: cover;
  -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover; 
  height: 320px;
}
.heading
{
    float: left;
    max-width: 560px;
}

.heading h1 {
    color: #004280;
    font: 400 58px/70px relativeBold,arial,sans-serif;
    letter-spacing: 15px;
    margin: 45px 0 0;
    text-transform: uppercase;
    word-spacing: 3px;
}
/*FIRST COLUMN */
.hero-content-first-column
{
 display: inline-block;
 width: 700px;
 margin-right: 20px;
 float: left;
}
.hero-content-paragraph
{
 padding-bottom: 40px;
}
.hero-content-first-column p
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 line-height: 21px;
 color: #404040;
}
.hero-content-search
{
 display: inline-block; 
 
 width: 100%;
 padding-bottom: 35px;
}
.hero-content-search-heading
{
 display: inline-block;
 padding-right: 20px;
 width: 150px;
 float: left;
 padding-top: 6px;
}
.hero-content-search-heading h4
{
 font-family: ProximaNova, Arial, Helvetica, sans-serif;
 font-size: 22px;
 line-height: 26px;
 color: #999999;
 font-weight: normal;
 text-transform: uppercase;
}
.hero-content-form
{
 display: inline-block;
 float: left;
 max-width: 530px;
}
.hero-content-form input[type=text]
{
 font-family: ProximaNova, Arial, Helvetica, sans-serif;
 width: 230px;
 height: 35px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
 border: 1px solid #999999;
 font-size: 20px;
 line-height: 22px;
 color: #999999;
 padding-left: 5px;
 padding-right: 5px;
}
.hero-content-search-inputarea
{
 display: inline-block;
 width: 240px;
 float: left;
 padding-right: 8px;
}
.hero-content-search-ctaBtn
{
 display: inline-block;
 width: 150px;
 float: left;
}
.hero-content-search-ctaBtn .custom-search
{
 font-family: ProximaNova, Arial, Helvetica, sans-serif !important;
 width: 140px !important;
 height: 40px !important;
 background-color: #006d9e !important;
 -moz-border-radius: 4px !important;
 -webkit-border-radius: 4px !important;
 border-radius: 4px !important;
 border: 1px solid #006d9e !important;
 font-size: 18px !important;
 line-height: 22px !important;
 color: #FFF !important;
 text-transform: uppercase !important;
 cursor: pointer !important;
 -webkit-appearance: none;
}

.icon {
 
 background-position: left center;
 background-repeat: no-repeat;
 position: absolute;
 height:60px;
 font-weight:normal !important; 
 padding-left:80px;
 width:100%;
 max-width:600px
}
 
.hero-content-save, .error-content-save
{ 
 width: 100%;
 float: left; 
 font-family: ProximaNovaBold, Arial, Helvetica, sans-serif;
 line-height: 20px; 
 font-size: 16px;
 margin-top:10px; 
}

.hero-content-save, .hero-content-save2
{
 /*background-color:#dff0d8; */
}

.hero-content-save
{
 color:#3c7640; 
}

.error-content-save
{
 color:#c04c4c; 
}

.error-content-save, .error-content-save2
{
 background-color:#ebc9c8;
}

.hero-content-save2, .error-content-save2
{ 
 width: 100%;
 float: left;
 font-weight:normal !important; 
 font-family: Arial, Helvetica, sans-serif;
 line-height: 20px; 
 color: #000000;
 font-size: 16px;
 margin-top:0px;
}

#save {
 background-image:url(https://image.super-retirement.com.au/lib/fe9413727664037a74/m/1/206105-Mercer-SmartStart-03.gif);
 background-color:#dff0d8;
}

#error {
 background-color:#ebc9c8;
 background-image:url(https://image.super-retirement.com.au/lib/fe9413727664037a74/m/1/206105-Mercer-SmartStart-02.gif);
}

.hero-content-save-paragraph p
{
 font-family: Arial;
 font-size: 16px;
 line-height: 20px;
 color: #3c7640;
 margin: 10px;
}
.hero-content-save-paragraph span
{
 color: #414042;
}
/*SECOND COLUMN */
.hero-content-second-column
{
 display: inline-block;
 width: 220px;
 float: left;
}
.hero-content-second-column-quicklinks
{ 
 background: url(https://image.super-retirement.com.au/lib/fe9413727664037a74/m/1/206105-Mercer-SmartStart-05.gif) no-repeat left center;
 padding-top: 15px; padding-bottom: 15px;
 background-color: #006d9e;
}
.txtQuick
{
 font-family: ProximaNova , Arial, Helvetica, sans-serif;
 padding-left: 50px;
 font-size: 18px;
 color: #FFF;
}
.topmargin
{
 margin-bottom: 20px;
}
.txtBold
{
 font-weight: bold;
}
.appleLinks a
{
 font-weight: bold;
 color:#4fc6e0 !important;
 text-decoration:none !important;
}

.appleLinks2 a
{ 
 font-weight: normal; 
 color:#808080 !important;
 text-decoration:none !important; 

}
.quicklinkContent
{
 background-color: #e5ecf2;
 padding-top: 25px;
 padding-bottom: 24px;
 padding-left: 20px;
 padding-right: 15px;
}
.quicklinkContent .paddingBottom
{
 padding-bottom: 15px;
}
.quicklinkContent a
{
 
 font-family: Arial, Helvetica, sans-serif;
 font-size: 15px;
 font-weight: bold;
 color: #05a8c9;
 line-height: 20px; 
 text-decoration: none;
}
.column-quicklinks
{
 background: url(https://image.super-retirement.com.au/lib/fe9413727664037a74/m/1/206105-Mercer-SmartStart-06.gif) no-repeat left center;
 background-color: #eff9fc;
}
.txtQuestion
{
 padding-top: 10px;
 padding-bottom: 10px;
 padding-right: 10px;
}
.txtQuestion p
{
 font-family: Arial, Helvetica, sans-serif;
 padding-left: 60px;
 color: #4fc6e0;
 margin: 0;
 font-size: 14px;
 line-height: 19px;
}
.footerDisclimer
{
 background-color: #e6e7e8;
 width: 100%;
    float: left;
}
.footerDisclimer p
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #808080;
 line-height: 16px;
 text-align: left; 
 padding-right: 80px;
}
.inner-footer-wrapper
{
 padding: 36px 0px;
}
.blueColor
{
 color: #00a8c8 !important;
 text-decoration: none; 
}
.spanStyle
{
 font-family: ProximaNovaBold, Arial, Helvetica, sans-serif;
 line-height: 20px; 
 color: #3c7640;
 font-size: 16px;
 background-color: #dff0d8;
 padding-top: 10px; 
 padding-bottom: 10px; 
 padding-left: 70px; 
}
.spanStylenormal
{
 font-weight: normal;
 color: #414042;
}
.displayMobile
{
 display: none;
}
.mobilePad
 {
  padding: 4px 0px;
 }
/*MEDIA QUERIES*/
@media only screen and (max-width: 640px)
{
 .heroImage
 {
  -webkit-background-size: cover;
  -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   background-position: 74% 0;
   height: 155px;
  }
 .inner-wrapper
 {
  padding-left: 10px;
  padding-right: 10px;
 }
 .heading 
 {
  float: left;
  max-width: 220px;
 }
 .heading h1
 {
  font: 600 20px/26px Arial,sans-serif;
  letter-spacing: 6px;
  margin-top: 25px;
  text-transform: uppercase;
  width: 220px;
  word-spacing: -1px;
 }
 .hero-content-search-heading h4
 {
  margin-bottom: 10px;
 }
 .hero-content-search-inputarea
 {
  margin-bottom: 10px;
  width: 100%;
  float: left;
  padding-right: 0px;
 }
 .hero-content-first-column
 {
  width: 100%;
  display: block;
  float: left;
  margin-right: 0px;
 }
 .hero-content-second-column
 {
  width: 100%;
  margin-top: 90px;
  display: block;
  float: left;
 }
 
 .footerDisclimer p
 {
  padding-right: 0px;
  padding-left: 0px;
 }
 .hero-content-form input[type=text]
 {
  width: 96%;
 }
 .icon
 {
  max-width: 460px;
  width: 82%;  
 }
 .displayMobile
 {
  display: block;
  float: left;
 }
 .spanStylemobile
 {
  padding-left: 10px;
  font-family: ProximaNovaBold, Arial, Helvetica, sans-serif;
  line-height: 20px; 
  color: #3c7640;
  font-size: 16px;
  background-color: #dff0d8;
  padding-top: 10px; 
  padding-bottom: 10px; 
 }
 .hero-content-search-heading
 {
  padding-top: 0px;
 }
 .quicklinkContent
 {
  background-color: #FFF;
  border: 1px solid #cccccc;
 }
 .topmargin
 {
  margin-bottom: 10px;
 }
 .mobilePad
 {
  padding: 10px 0px;
 }
 .hero-content-form
 {
  width: 100%;
 }
 
}
@media only screen and (min-width: 640px) and (max-width: 1280px)
{
 .inner-wrapper
 {
  width: 95%;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
 }
 
 .heroImage
 {
  background-position: 72% 0;
  height: 245px;
 }
 .heading
 {
  float: left;
  max-width: 560px;
 }
 .heading h1 
 {
     font: 400 44px/50px relativeBold,arial,sans-serif;
     letter-spacing: 15px;
 }
 .hero-content-first-column
 {
  display: inline-block;
  float: left;
  width: 65%;
 }
 .hero-content-second-column
 {
  display: inline-block;
  float: right;
  width:30%;
 }
 .hero-content-search-heading
 {
  padding-top: 0px;
  padding-bottom: 10px;
 }
 .hero-content-search-heading h4 {
  color: #999999;
  font-family: ProximaNova ,Arial,Helvetica,sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  text-transform: uppercase;
 }
 .hero-content-search
 {
  max-width: 500px;
 }
 .hero-content-search-heading
 {
  max-width: 120px;
  padding-top: 6px;
 }
 .hero-content-form
 {
  max-width: 500px;
 }
 .hero-content-search-ctaBtn, .custom-search
 {
  max-width: 140px;
 }
 .hero-content-search-inputarea, .hero-content-form input[type="text"]
 {
  max-width: 150px;
  margin-right: 10px;
 }
 .footerDisclimer p
 {
  padding-right: 0px;
 }
 .icon
 {
  width: 50%;
  max-width: 460px;

}
}
@media only screen and (min-width: 640px) and (max-width: 767px){
 
 .heading {
 float: left;
 max-width: 220px;
}
.heading h1 {
 font: 600 24px/30px Arial, sans-serif;
 letter-spacing: 6px;
 margin-top: 35px;
 text-transform: uppercase;
 width: 220px;
 word-spacing: -1px;
}

.heroImage {
    background-position: 72% 0;
    height: 155px;
}
.hero-content-second-column
{
 margin-top: 0px;
}
 
}
@media only screen and (max-width: 320px){
.icon{ 
 padding-left:0px !important;
 background-image:none !important;
}
}

