

@import url(normalize.css);
@import url(main.css);
@import url(colorbox.css);
/*
  ACE Canada
  Author: Pasquale Scerbo ( pscerbo@extractable.com )
*/
/*

  ACE Canada Helpers.scss

*/
/* =============================
  DEFAULTS
  ============================= */
/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  background: #FFF;
  font-size: 16px;
  color: #3c3c3c; }

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0; }

h3 {
  margin-left: 30px;
  font-weight: normal;
  font-size: 18px; }

.container {
  width: 960px;
  margin: 0 auto; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  .container.full {
    width: 1014px; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clear {
  clear: both;
  height: 0px; }

.clear50 {
  clear: both;
  height: 50px; }
/* =============================
  LINKS & BUTTONS
  ============================= */
a {
  color: #00539f; }

a.details, a.more {
  text-transform: uppercase;
  color: #00539f;
  text-decoration: none;
  background: url() right -45px no-repeat;
  padding-right: 11px;
  font-weight: bold;
  margin-top: 5px;
  display: inline-block; }
  a.details:hover, a.more:hover {
    text-decoration: underline; }
  a.details a.more, a.more a.more {
    text-transform: none; }

a.btn, .btn {
  display: inline-block;
  color: #FFF;
  font-size: 14px;
  padding: 12px 10px 10px 10px;
  text-align: center;
  text-decoration: none; }
  a.btn span, .btn span, .btn span {
    background: url(/en/global-assets/images/sprite-icons.png) right -69px no-repeat;
    padding-right: 10px;
    text-transform: uppercase; }
  a.btn.green, .btn.green { 
    background: #8ec447;}
  a.btn.gray, .btn.gray {
    background: #b4b8bb; }
  a.btn:hover, .btn:hover {
    text-decoration: none; }

input[type=submit] {
  display: inline-block;
  color: #FFF;
  font-size: 14px;
  padding: 12px 30px 10px 20px;
  text-align: center;
  text-decoration: none;
  background: url(/en/global-assets/images/icon-arrow-white.png) right 15px no-repeat #8ec447;
  text-transform: uppercase;
  border: 0;
  margin-top: 15px; }

/* =============================
  HEADER ( Global )
  ============================= */
header {
  width: 1014px;
  padding: 25px 27px;
  margin: 0 auto;
  height: 122px; }
  header #logo {
    float: left;
    width: 400px;
    height: 69px; }
  header .toolbar {
    float: right; }
    header .toolbar ul.language {
      float: right;
       }/*margin-bottom: 10px;*/
      header .toolbar ul.language li {
        display: inline-block;
        text-align: right;
        vertical-align: top;
        border-right: 1px solid #41535d;
        padding-right: 8px;
        margin-right: 5px;
        line-height: 1.0em; }
        header .toolbar ul.language li:last-child {
          margin-right: 0;
          border-right: 0; }
        header .toolbar ul.language li a {
          color: #41535d;
          font-size: 16px;
          text-decoration: none; }
          header .toolbar ul.language li a.active {
            font-weight: bold; }
          header .toolbar ul.language li a:hover {
            text-decoration: underline; }
    header .toolbar .phone {
      clear: both; }

/* =============================
  NAV ( Menu Bar )
  ============================= */
nav {
  width: 100%;
  height: 40px;
  background: #2d566d;
  z-index: 500;
  border-bottom: 6px solid #8ec447; }
  nav .user {
    float: right;
    padding-top: 7px;
    letter-spacing: 0.03em; }
    nav .user a {
      text-transform: uppercase;
      color: #FFF;
      font-size: 14px;
      text-decoration: none; }
      nav .user a:hover {
        text-decoration: underline; }

/* =============================
  BANNER
  ============================= */
#banner {
  width: 100%;
  height: 357px; }
  #banner:before, #banner:after {
    content: " ";
    display: table; }
  #banner:after {
    clear: both; }
  #banner img.banner-to-bg {
    display: none; }
  #banner .message {
    width: 520px;
    margin-top: 50px; }
    #banner .message h2 {
      font-size: 30px;
      color: #8ec447;
      font-weight: normal;
      line-height: 1.3em; }
    #banner .message p {
      margin: 9px 0;
      color: #41535d; }
  #banner.sub img.banner {
    display: none; }
  #banner.sub .content {
    width: 960px;
    margin: 0 auto;
    padding-top: 35px; }
  #banner.sub .info {
    float: left;
    width: 406px;
    margin-right: 27px;
    font-size: 16px; }
    #banner.sub .info h1 {
      color: #8ec447;
      font-size: 30px;
      font-weight: normal; }
    #banner.sub .info ul {
      font-size: 16px; }
      #banner.sub .info ul li {
        margin-bottom: 5px;
        background: url(/en/global-assets/images/bullet-green-circle.png) 0 8px no-repeat;
        padding-left: 10px; }
  #banner.sub .img {
    float: left;
    width: 500px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5); }

/* =============================
  PAGE
  ============================= */
#page {
  width: 1014px;
  padding: 55px 27px;
  margin: 0 auto;
  overflow: auto; }
  
  #page:before, #page:after {
    content: " ";
    display: table; }
  #page:after {
    clear: both; }
  #page .content {
    float: left;
    width: 648px;
    margin-right: 28px; }
  #page.home .content {
    width: 675px;
    margin-right: 0; }
  #page.app {
	padding: 50px 27px; 
	overflow: hidden; }
	
  #page.full {
    padding-top: 30px; }
    #page.full .content {
      width: 960px;
      padding: 0; }
      #page.full .content h2 {
        margin-bottom: 30px;
        font-size: 18px; }
  #page.product, #page.default {
    padding-top: 27px; 
	position: relative; }

.sticky-wrapper {
  float: left;
  width: 100%; }

#page.default .sticky-wrapper {
  float: left;
  width: auto; }

/* =============================
  MISC
  ============================= */
.phone {
  color: #41535d;
  margin-top: 16px; /*Remove this once language selection is available*/
  font-size: 22px;
  padding-left: 30px;
  background: url(/en/global-assets/images/sprite-icons.png) 0 8px no-repeat; }
  .phone span {
    font-size: 30px;
    color: #8ec447;
    font-weight: bold; }

hr {
  border-top: 1px solid #bdbbbc;
  height: 1px;
  width: 100%;
  clear: both;
  float: left;
  margin: 0 0 35px 0;
  padding: 0; }

.right {
  float: right; }

.left {
  float: left; }

/*----------------- TOOLTIP -----------------*/
.tooltip {
  display: inline-block;
  position: relative;
  float: right;
  z-index: 100;
  margin-left: 10px; }
  .tooltip a {
    color: #FFF;
    text-decoration: none; }
    .tooltip a:hover {
      text-decoration: underline; }
  .tooltip .trigger {
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
    position: relative; }
  .tooltip .popup {
    display: none;
    background: #dfe5e6;
    min-width: 350px;
    padding: 10px;
    color: #333 !important;
    border: 2px solid #FFF;
    position: absolute;
    left: 20px !important;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5); }
  .tooltip p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #333; }
	
/* =============================
  CALL TO ACTION (CTA)
  ============================= */
.cta {
  background: #dfe5e6;
  width: 100%;
  padding: 30px 0; }
  .cta .content {
    width: 100%;
    background: #FFF;
    padding: 30px 90px 25px 90px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase; }
    .cta .content:before, .cta .content:after {
      content: " ";
      display: table; }
    .cta .content:after {
      clear: both; }
    .cta .content a.btn {
      margin: 0 50px;
      padding-left: 30px;
      padding-right: 30px;
      font-size: 14px; }

ul.megamenu {
  margin: 0px;
  padding: 0;
  list-style: none;
  display: none;
  float: left; }
  
ul.megamenu > li {
  margin: 0px;
  padding: 0px;
  /*width: 960px;*/ }

ul.megamenu li.clear-fix {
  float: none;
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px; }

ul.megamenu a.mm-item-link:link, ul.megamenu a.mm-item-link:visited {
  position: relative;
  display: inline-block;
  color: #FFF;
  padding: 8px 30px 7px 15px;
  margin: 0px;
  text-decoration: none;
  z-index: 10;
  text-transform: uppercase;
  font-size: 14px;
  background: url(/en/global-assets/images/sprite-icons.png) right -91px no-repeat; }

/*
*html ul.megamenu a.mm-item-link:link, *html ul.megamenu a.mm-item-link:visited {
  border-color: pink;
  filter: chroma(color=pink);
}
*/
ul.megamenu a.mm-item-link-hover:link, ul.megamenu a.mm-item-link-hover:visited {
  color: #8ec447;
  background: url(/en/global-assets/images/sprite-icons.png) right -119px no-repeat #293239;}

ul.megamenu div.mm-item-content {
  background: #313a40;
  padding: 0px;
  position: absolute;
  z-index: 9; }
  ul.megamenu div.mm-item-content.stick-top {
    top: 34px !important; }

.mm-content-base {
  background: #313a40;
  /* position: relative; */
  position: absolute;
  top: 0;
  width: 960px;
  z-index: 11;
  padding: 28px 6px 10px 18px;
  -webkit-box-shadow: -1px 4px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -1px 4px 5px rgba(0, 0, 0, 0.5);
  box-shadow: -1px 4px 5px rgba(0, 0, 0, 0.5); }
  .mm-content-base a.option {
    display: inline-block;
    width: 227px;
    height: 130px;
    padding: 6px 4px 3px 4px;
    background: #FFF;
    border: 1px solid #e8e5e5;
    margin: 0 8px 15px -4px;
    text-decoration: none;
    font-size: 14px;
    vertical-align: top;
    -webkit-box-shadow: -1px 4px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -1px 4px 5px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 4px 5px rgba(0, 0, 0, 0.3); }
    .mm-content-base a.option span {
      display: block;
      height: 34px;
      text-transform: uppercase;
      color: #41535d;
      margin-bottom: 6px;
      font-weight: bold;
      overflow: hidden; }
    .mm-content-base a.option img {
      width: 100%;
      max-width: 217px; }
  .mm-content-base .luigi, .mm-content-base .cta {
    display: block;
    margin-right: 7px;
    margin-left: -4px;
    background: #FFF;
    padding: 30px 45px 25px 45px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase; }
    .mm-content-base .luigi a.btn, .mm-content-base .cta a.btn {
      white-space: nowrap;
      margin: 0 0 0 30px;
      font-size: 14px;
      padding-left: 30px;
      padding-right: 30px; }

.mm-js-shadow {
  position: absolute;
  z-index: 10; }

.app h2 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-bottom: 15px; }
.app .content p {
  font-size: 12px;
  margin: 9px 0;
  line-height: 1.6em; }
.app #appSteps {
  height: 95px;
  width: 100%;
  margin: 17px 0 47px 0; }
  .app #appSteps .app-step {
    vertical-align: top;
    display: inline-block;
    margin-left: -5px;
    width: 167px;
    padding-right: 50px;
    height: 95px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #b4b8bb; }
    .app #appSteps .app-step.last {
      width: 129px;
      padding-right: 0; }
    .app #appSteps .app-step .step1, .app #appSteps .app-step .step2, .app #appSteps .app-step .step3, .app #appSteps .app-step .step4, .app #appSteps .app-step .step5, .app #appSteps .app-step .step6,
	.app #appSteps .app-step .one, .app #appSteps .app-step .two, .app #appSteps .app-step .three, .app #appSteps .app-step .four, .app #appSteps .app-step .five, .app #appSteps .app-step .six {
      width: 167px;
      height: 47px;
      overflow: hidden;
      margin-bottom: 10px; }
    .app #appSteps .app-step .step2, .app #appSteps .app-step .two {
      background: url(/en/global-assets/images/step2.png) 0 0 no-repeat; }
    .app #appSteps .app-step .step3, .app #appSteps .app-step .three {
      background: url(/en/global-assets/images/step3.png) 0 0 no-repeat; }
    .app #appSteps .app-step .step4, .app #appSteps .app-step .four {
      background: url(/en/global-assets/images/step4.png) 0 0 no-repeat; }
    .app #appSteps .app-step .step5, .app #appSteps .app-step .five {
      background: url(/en/global-assets/images/step5.png) 0 0 no-repeat; }
    .app #appSteps .app-step .step6, .app #appSteps .app-step .six {
      background: url(/en/global-assets/images/step6.png) 0 0 no-repeat; }
    .app #appSteps .app-step.active {
      color: #8ec447; }
      .app #appSteps .app-step.active .step1, 
	  .app #appSteps .app-step.active .one {
        background: url(/en/global-assets/images/step1.png) 0 0px no-repeat; }
      .app #appSteps .app-step.active .step2,
	  .app #appSteps .app-step.active .two  {
        background: url(/en/global-assets/images/step2.png) 0 -47px no-repeat; }
      .app #appSteps .app-step.active .step3,
	  .app #appSteps .app-step.active .three {
        background: url(/en/global-assets/images/step3.png) 0 -47px no-repeat; }
      .app #appSteps .app-step.active .step4,
	  .app #appSteps .app-step.active .four {
        background: url(/en/global-assets/images/step4.png) 0 -47px no-repeat; }
      .app #appSteps .app-step.active .step5,
	  .app #appSteps .app-step.active .five {
        background: url(/en/global-assets/images/step5.png) 0 -47px no-repeat;}
      .app #appSteps .app-step.active .step6
	   .app #appSteps .app-step.active .six {
        background: url(/en/global-assets/images/step6.png) 0 -47px no-repeat; }
    .app #appSteps .app-step.complete {
      color: #8ec447; }
      .app #appSteps .app-step.complete .step1,
	  .app #appSteps .app-step.complete .one {
        background: url(/en/global-assets/images/step1.png) 0 -47px no-repeat; }
      .app #appSteps .app-step.complete .step2,
	  .app #appSteps .app-step.complete .two {
        background: url(/en/global-assets/images/step2.png) 0 -94px no-repeat; }
      .app #appSteps .app-step.complete .step3,
	  .app #appSteps .app-step.complete .three {
        background: url(/en/global-assets/images/step3.png) 0 -94px no-repeat; }
      .app #appSteps .app-step.complete .step4,
	  .app #appSteps .app-step.complete .four {
        background: url(/en/global-assets/images/step4.png) 0 -94px no-repeat; }
      .app #appSteps .app-step.complete .step5,
	  .app #appSteps .app-step.complete .five  {
        background: url(/en/global-assets/images/step5.png) 0 -94px no-repeat; }
      .app #appSteps .app-step.complete .step6,
	  .app #appSteps .app-step.complete .six {
        background: url(/en/global-assets/images/step6.png) 0 -94px no-repeat; }
.app aside {
  margin-top: 0; }

/* Fields (Defaults) */
input[type=text],
input[type=email],
input[type=number] {
  background: #e0e0e0;
  border: 0;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  text-indent: 5px;
  margin: 10px 0; }

label.error {
  display: none; }

label {
  margin-right: 20px;
  font-size: 12px; }
  label.error, span.error {
    color: red;
    font-size: 12px;
    vertical-align: top; }
    label.error.radio {
      padding-top: 10px;float: left; }
    label.error.checkbox {
      padding-top: 10px;
      clear: both; }

.close {
  float: right;
  text-decoration: none; }

select {
  font-size: 12px; }

button {
  background: #8ec447;
  border: 0;
  font-weight: bold;
  font-size: 14px;
  color: #FFF;
  padding: 10px 35px;
  margin-right: 5px;
  margin-top: 10px;
  text-transform: uppercase; }
  button.continue {
    float: right;
    margin-right: 0;
    padding: 10px 50px; }
    button.continue span {
      background: url(/en/global-assets/images/sprite-icons.png) right -68px no-repeat #8ec447;
      padding-right: 15px; }

a.btn.add-coverage {
  text-transform: uppercase; }

a.btn.remove-coverage {
  text-transform: uppercase;
  background: #b4b8bb; }
.buttons {
  float: left;
  width: 100%;
  clear: both;
  padding: 10px 0;
  margin-top: 100px; }
  
  .buttons:before, .buttons:after {
    content: " ";
    display: table; }
  .buttons:after {
    clear: both; }
  .buttons a.btn {
   text-transform: uppercase; }
  .buttons .btn.back {
    float: left;
    margin-right: 0;
    padding: 10px 50px;
    width: 200px; 
	background: #b4b8bb; }
    .buttons a.btn.back span, .buttons .btn.back {
      background: url(/en/global-assets/images/sprite-icons.png) 64px -150px no-repeat #b4b8bb;
      /*padding-left: 15px;*/
       }
  .buttons a.btn.continue, .buttons .btn.continue, .btn.continue, input[type="submit"].right {
    float: right;
    margin-right: 0;
    padding: 10px 50px;
    width: 200px;
	background: #8ec447; }
    .buttons a.btn.continue span, .buttons .btn.continue, input[type="submit"].right {
      background: url(/en/global-assets/images/sprite-icons.png) 119px -58px no-repeat #8ec447;
      /*padding-right: 15px;*/ }

    input[type="submit"].right.finish {
      /*background: url("img/sprite-icons.png") 110px -58px no-repeat #8ec447;*/
      background: url(/en/global-assets/images/sprite-icons.png) 110px -58px no-repeat #8ec447;
      }

.add-btn-wrap {
  margin: -25px 0 55px 30px; }

.form-wrap {
  border: 1px solid #e8e5e5;
  background: #FFF;
  padding: 25px 30px 35px 30px;
  -webkit-box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.5);
  box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.5);
  margin-top: 18px;
  margin-bottom: 50px; }
  .form-wrap:before, .form-wrap:after {
    content: " ";
    display: table; }
  .form-wrap:after {
    clear: both; }
  .form-wrap .column {
    float: left;
    width: 257px; }
    .form-wrap .column.one-325 {
      width: 325px; }
    .form-wrap .column.two-190 {
      width: 190px; }
  .form-wrap .section-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px; }
  .form-wrap .spacer30 {
    height: 30px;
    clear: both; }
  .form-wrap .spacer20 {
    height: 20px;
    clear: both; }
  .form-wrap .spacer10 {
    height: 10px;
    clear: both; }
  .form-wrap hr {
    margin-top: 20px; }
  .form-wrap a.remove {
    position: absolute;
    right: 6px;
    top: 4px;
    color: #00539f;
    font-size: 12px;
    font-weight: bold; }
  .form-wrap .step-wrap {
    margin-bottom: 30px;
    width: 592px;
    font-size: 12px;
    padding-left: 45px;
    position: relative; }
    .form-wrap .step-wrap:before, .form-wrap .step-wrap:after {
      content: " ";
      display: table; }
    .form-wrap .step-wrap:after {
      clear: both; }
    .form-wrap .step-wrap .step {
      margin-left: -45px;
      float: left; }
      .form-wrap .step-wrap .step span {
        display: inline-block;
        text-align: center;
        background: #8ec447;
        color: #FFF;
        width: 25px;
        height: 25px;
        padding-top: 3px;
        margin-right: 20px;
        font-size: 14px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px; }
    .form-wrap .step-wrap h4 {
      font-size: 12px;
      font-weight: normal;
      margin-top: 5px;
      margin-bottom: 6px; }
    .form-wrap .step-wrap fieldset {
      margin: 0;
      padding: 13px 0 0 0;
	  /* Cards */}
	  
      .form-wrap .step-wrap fieldset.name {
        width: 514px; }
        .form-wrap .step-wrap fieldset.name select {
          width: 90px;
          margin-right: 20px;
          display: inline-block; }
        .form-wrap .step-wrap fieldset.name input[type=text] {
          margin: 0 17px 17px 0;
          margin: 0 11px 17px 0\9;
          width: 118px !important; }
          .form-wrap .step-wrap fieldset.name input[type=text].middle {
            width: 97px; }
          .form-wrap .step-wrap fieldset.name input[type=text].last {
            margin-right: 0px; }
      .form-wrap .step-wrap fieldset.address {
        width: 514px; }
        .form-wrap .step-wrap fieldset.address input[type=text] {
          width: 100%;
          clear: both;
          margin: 0 0 17px 0; }
          .form-wrap .step-wrap fieldset.address input[type=text].zip-code {
            width: 100px;
            margin-right: 0; }
        .form-wrap .step-wrap fieldset.address select {
          margin: 0 20px 17px 0; }
      .form-wrap .step-wrap fieldset.contact {
        width: 514px; }
        .form-wrap .step-wrap fieldset.contact input {
          width: 100%;
          margin: 0 0 17px 0; }
          .form-wrap .step-wrap fieldset.contact input[type=checkbox] {
            float: left;
            clear: left;
            width: 20px;
            margin-right: 8px; }
          .form-wrap .step-wrap fieldset.contact input.phone-number {
            width: 50px;
            text-align: center; }
        .form-wrap .step-wrap fieldset.contact select.phone-type {
          width: 102px;
          margin: 0 20px 17px 0; }
      .form-wrap .step-wrap fieldset.occupation {
        width: 514px; }
        .form-wrap .step-wrap fieldset.occupation select {
          width: 280px; }
      .form-wrap .step-wrap fieldset.birthday select {
        margin-right: 10px; }
        .form-wrap .step-wrap fieldset.birthday select.year {
          width: 60px; }
        .form-wrap .step-wrap fieldset.birthday select.month {
          width: 90px; }
        .form-wrap .step-wrap fieldset.birthday select.day {
          width: 55px;
          margin-right: 0; }
      .form-wrap .step-wrap fieldset.gender input[type=radio] {
        /* width: 20px; */
        margin-right: 5px; }
      .form-wrap .step-wrap fieldset.payment-method label.account-owner {
        margin-right: 15px; }
      .form-wrap .step-wrap fieldset.payment-method label.payment-options {
        width: 120px;
        display: inline-block; }
      .form-wrap .step-wrap fieldset.payment-method input[type=text] {
        clear: both;
        width: 225px; }
      .form-wrap .step-wrap fieldset.payment-method input[type=radio] {
        width: 20px;
        display: inline-block;
        margin-right: 5px; }
      .form-wrap .step-wrap fieldset.payment-method select {
        width: 165px;
        margin-bottom: 15px; }
      .form-wrap .step-wrap fieldset.credit-card {
        padding-top: 0; }
        .form-wrap .step-wrap fieldset.credit-card ul li {
          float: left; }
        .form-wrap .step-wrap fieldset.credit-card input.card_number, .form-wrap .step-wrap fieldset.credit-card input.name_on_card {
          float: left;
          width: 250px;
          margin-right: 25px; }
        .form-wrap .step-wrap fieldset.credit-card input.expiry_date {
          width: 157px;
          float: left;
          margin-right: 25px; }
        .form-wrap .step-wrap fieldset.credit-card input.cvv {
          float: left;
          width: 68px; }
      .form-wrap .step-wrap fieldset ul.cards {
        overflow: hidden;
        float: left;
        margin-top: 8px; }
        .form-wrap .step-wrap fieldset ul.cards li {
          -webkit-transition: all .2s;
          -moz-transition: all .2s;
          -ms-transition: all .2s;
          -o-transition: all .2s;
          transition: all .2s;
          background-image: url(/en/global-assets/images/card_logos.png);
          background-position: 0 0;
          float: left;
          height: 32px;
          margin-right: 8px;
          text-indent: -9999px;
          width: 51px; }
          .form-wrap .step-wrap fieldset ul.cards li:last-child {
            margin-right: 0; }
          .form-wrap .step-wrap fieldset ul.cards li.visa.off {
            background-position: 0 32px; }
            .form-wrap .step-wrap fieldset ul.cards li.amex
            {
                background-position: 51px 0;
                }
                .form-wrap .step-wrap fieldset ul.cards li.amex.off
                {
                    background-position: 51px 32px;
                    }
          .form-wrap .step-wrap fieldset ul.cards li.mastercard {
            background-position: 204px 0; }
            .form-wrap .step-wrap fieldset ul.cards li.mastercard.off {
              background-position: 204px 32px; }
      .form-wrap .step-wrap fieldset.health-questions label {
        display: inline-block;
        line-height: 1.5em;
        margin-top: -2px;
        width: 220px;
        margin-right: 0; }
        .form-wrap .step-wrap fieldset.health-questions label.yes-no {
          width: auto !important;
          margin-right: 20px; }
        .form-wrap .step-wrap fieldset.health-questions label.full {
          width: 90%;
          margin-left: 4px; }
      .form-wrap .step-wrap fieldset.health-questions input[type=checkbox],
      .form-wrap .step-wrap fieldset.health-questions input[type=radio] {
        display: inline-block;
        vertical-align: top; }
      .form-wrap .step-wrap fieldset.health-questions input[type=checkbox] {
        margin-right: 5px; }
      .form-wrap .step-wrap fieldset.health-questions input[type=radio] {
        margin-right: 5px; }
      .form-wrap .step-wrap fieldset.health-questions .negative-wrap {
        clear: both;
        margin-top: 20px;
        float: left;
        background: #ecedee;
        padding: 12px 15px 10px 12px;
        margin-bottom: 20px; }
        .form-wrap .step-wrap fieldset.health-questions .negative-wrap label {
          width: auto;
          background: none;
          margin-left: 5px; }
  .form-wrap fieldset.beneficiary input[type=text] {
    margin: 0 17px 17px 0;
    width: 120px !important; }
    .form-wrap fieldset.beneficiary input[type=text].last {
      margin-right: 0px; }
  .form-wrap fieldset.beneficiary input[type=number].percentage {
    width: 100px; }
  .form-wrap fieldset.beneficiary select {
    width: 165px;
    font-size: 12px; }
  .form-wrap a.benefit-remove {
    float: right;
    font-size: 12px;
    font-weight: bold; }

.important {
  background: #dfe5e6;
  padding: 10px 20px;
  margin-top: -25px; }
  .important:before, .important:after {
    content: " ";
    display: table; }
  .important:after {
    clear: both; }
  .important label {
    display: inline-block;
    width: 90%;
    vertical-align: top;
    line-height: 1.7em; }
  .important input[type=checkbox] {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px; }
fieldset.birthday label.error. fieldset.birthday span.error {
  padding-left: 0 !important;
  margin-top: 10px; }

/*.select {
  display: none; }*/
  
/*commented by karan*/

.my-dependents {
  display: none; }
  .my-dependents #dependents hr {
    margin-top: 50px; }

button.remove-all {
  background: #b4b8bb; }

/*
.pay-opt {
  display: none; } */
/*commented by karan*/
  
/*
  ACE Canada
  - Login Page
*/
.login {
  clear: both; }

.login .content {
  width: 960px !important; }
  .login .content h2 {
    font-size: 18px;
    margin-bottom: 30px; }
	
  .login .content .login-box {
    float: left;
    width: 960px;
    padding: 28px;
    margin-right: 30px;
    border: 1px solid #e8e5e5;
    background: #FFF;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px; }
	
    .login .content .login-box .form-wrap {
      float: left;
      width: 618px;
      border: 0;
      -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
      -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
      box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
      margin: 0;
      padding: 0; }
      .login .content .login-box .form-wrap h3 {
        font-size: 14px;
        margin-bottom: 30px;
        margin-left: 0;
        font-weight: bold; }
      .login .content .login-box .form-wrap .column {
        width: 291px; }
        .login .content .login-box .form-wrap .column.one {
          margin-right: 18px; }
      .login .content .login-box .form-wrap label,
      .login .content .login-box .form-wrap span  {
        font-size: 14px; }
        .login .content .login-box .form-wrap label.error,
        .login .content .login-box .form-wrap span.error  {
          padding-left: 45px;
          padding-right: 25px;
          padding-bottom: 20px;
          display: block;
          clear: both; }
      .login .content .login-box .form-wrap input[type=text] {
        width: 225px; }
      .login .content .login-box .form-wrap input[type=radio] {
        margin-right: 10px;
        margin-top: 10px; }
      .login .content .login-box .form-wrap select {
        margin-top: 10px; }
      .login .content .login-box .form-wrap p {
        font-size: 13px; }
    .login .content .login-box .question {
      min-height: 90px; }
      .login .content .login-box .question .step {
        margin-left: 0px;
        float: left;
        margin-top: -5px; }
        .login .content .login-box .question .step span {
          display: inline-block;
          text-align: center;
          background: #8ec447;
          color: #FFF;
          width: 25px;
          height: 25px;
          padding-top: 3px;
          margin-right: 20px;
          font-size: 14px;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          -ms-border-radius: 20px;
          -o-border-radius: 20px;
          border-radius: 20px; }
      .login .content .login-box .question h4 {
        font-weight: normal;
        font-size: 14px; }
    .login .content .login-box aside {
      width: 284px;
      padding-left: 24px;
      margin-top: 0;
      font-weight: bold; }
	  
      .login .content .login-box aside p {
        margin: 0 0 18px 0;
        font-size: 14px; }
      .login .content .login-box aside a {
        text-decoration: none; }
        .login .content .login-box aside a:hover {
          text-decoration: underline; }

/*
  ACE Canada
  - Additional Coverages CSS
*/
.additional-coverage {
  border: 1px solid #e8e5e5;
  background: #FFF;
  padding: 30px 30px 35px 30px;
  -webkit-box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.5);
  box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.5);
  margin-top: 18px;
  margin-bottom: 50px; }
  .additional-coverage:before, .additional-coverage:after {
    content: " ";
    display: table; }
  .additional-coverage:after {
    clear: both; }
  .additional-coverage h4 {
    font-size: 14px; }
  .additional-coverage a {
    font-weight: bold; }
  .additional-coverage a.btn {
    width: 100%;
    font-weight: normal; }
    .additional-coverage a.btn span {
      background: none;
      padding-right: 0; }
  .additional-coverage .coverage:before, .additional-coverage .coverage:after {
    content: " ";
    display: table; }
  .additional-coverage .coverage:after {
    clear: both; }
  .additional-coverage .coverage .column {
    display: inline-block;
    vertical-align: top; }
    .additional-coverage .coverage .column.one {
      width: 340px;
      margin-right: 20px;
      padding-right: 20px; }
    .additional-coverage .coverage .column.two {
      width: 215px; }
  .additional-coverage .benefit-premiums {
    padding-top: 15px; }
    .additional-coverage .benefit-premiums:before, .additional-coverage .benefit-premiums:after {
      content: " ";
      display: table; }
    .additional-coverage .benefit-premiums:after {
      clear: both; }
    .additional-coverage .benefit-premiums .benefits {
      vertical-align: top;
      display: inline-block;
      width: 230px; }
      .additional-coverage .benefit-premiums .benefits select {
        width: 130px;
        margin-top: 10px; }
    .additional-coverage .benefit-premiums .premiums {
      vertical-align: top;
      display: inline-block;
      width: 350px; }
      .additional-coverage .benefit-premiums .premiums input[type=text] {
        width: 100px; }
    .additional-coverage .benefit-premiums span {
      font-size: 18px;
      color: #8ec447;
      margin-top: 10px;
      font-weight: bold; }
  .additional-coverage .add-dependents, .additional-coverage .adding-dependents {
    margin-top: 70px; }
    .additional-coverage .add-dependents .section-title, .additional-coverage .adding-dependents .section-title {
      font-size: 14px;
      font-weight: bold; }
  .additional-coverage .clear70 {
    clear: both;
    height: 70px; }

/*
ACE Canada
- Application Review
*/
.application-review {
  border: 1px solid #e8e5e5;
  background: #FFF;
  padding: 30px 30px 0px 30px;
  -webkit-box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.5);
  box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.5);
  margin-top: 18px;
  margin-bottom: 50px;
  width: 650px;
  positon: relative; }
  .application-review:before, .application-review:after {
    content: " ";
    display: table; }
  .application-review:after {
    clear: both; }
  .application-review.declaration {
    font-size: 14px; }
  .application-review a.edit {
    float: right;
    font-size: 12px; }
  .application-review input.edit {
    float: right;
    font-size: 12px;
    background: none #FFF;
    color: #00539F;
    text-decoration: underline;
    text-transform: capitalize;
    padding: 0;
    font-weight: bold;}
  .application-review h4 {
    margin-bottom: 20px; }
  .application-review h5 {
    margin-bottom: 5px;
    font-size: 14px; }
  .application-review .column {
    float: left;
    width: 290px; }
    .application-review .column.full {
      width: 100%; }
  .application-review ol, .application-review ul {
    margin: 0 0 35px 20px;
    padding: 0; }
    .application-review ol li, .application-review ul li {
      font-size: 13px;
      line-height: 1.5em;
      margin-bottom: 5px; }
      .application-review ol li span, .application-review ul li span {
        font-weight: bold; }
      .application-review ol li ul, .application-review ul li ul {
        margin: 5px 0 0 15px;
        padding: 0;
        list-style: none; }
      .application-review span.noBoldTxt 
      {
          font-size: 13px;
          line-height: 1.5em;
          margin-bottom: 5px;
          }
      .application-review span.BoldTxt 
      {
          font-size: 13px;
          line-height: 1.5em;
          margin-bottom: 5px;
          font-weight: bold;
          }
  .application-review ul {
    margin-left: 0; }
  .application-review .accept {
    background: #ecedee;
    padding: 20px;
    margin-bottom: 35px;
    margin-top: 30px; }
    .application-review .accept input[type=checkbox], .form-wrap .accept input[type=checkbox] {
      margin-right: 10px; }
    .application-review .accept ul {
      margin-left: 60px;
      margin-top: 10px;
      margin-bottom: 0; }
      .application-review .accept ul li {
        margin-bottom: 4;
        font-size: 12px;
        list-style-type: square; }

.questionnaire {
  margin-bottom: 60px; }
  .questionnaire a.btn {
    margin-top: -50px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 15px; }
    .questionnaire a.btn span {
      background: none;
      padding-right: 0; }

aside {
  vertical-align: top;
  float: left;
  width: 284px;
  margin-top: -12px; }
  aside .mod {
    width: auto;
    border: 1px solid #f0ebea;
    -webkit-box-shadow: -1px 4px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -1px 4px 5px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 4px 5px rgba(0, 0, 0, 0.3); }
    aside .mod.selections {
      padding: 20px 5px;
      background: #ecedee;
      border: 1px solid #e8e5e5;
      margin-bottom: 20px; }
      aside .mod.selections a.edit {
        float: right;
        margin-right: 10px;
        font-size: 12px;
        font-weight: bold; }
      aside .mod.selections h3 {
        color: #5c656d;
        font-size: 18px;
        padding: 0 25px 15px 20px;
        border-bottom: 1px solid #afafb0;
        border-width: 0 0 1px 0;
        margin-bottom: 20px;
        margin-left: 0; }
      aside .mod.selections h4 {
        font-size: 16px;
        color: #3c3c3c;
        font-weight: bold;
        padding-left: 22px;
        padding-right: 25px;
		padding-right: 100px;
        margin-bottom: 17px; }
		
      aside .mod.selections h5 {
        font-size: 15px;
        text-transform: uppercase;
        margin-bottom: 13px; }
      aside .mod.selections .div {
        border: 1px solid #ecedee;
        border-top: 1px solid #afafb0;
        border-size: 1px 0 0 0;
        margin: 20px 0 15px 5px;
        padding: 0;
        width: 260px;
        background: none; }
      aside .mod.selections > div {
        width: 263px;
        margin: 0 auto 10px auto;
        background: #FFF;
        border: 1px solid #e8e5e5;
        padding: 15px 15px 5px 15px; }
        aside .mod.selections > div ul {
          margin-bottom: 0; }
          aside .mod.selections > div ul li {
            margin-bottom: 15px;
            font-size: 14px;
            font-weight: bold; }
            aside .mod.selections > div ul li span {
              padding-top: 0px;
              color: #8ec447;
              font-size: 18px;
              display: block; }
			  
			span.txtgreenColor {
              padding-top: 0px;
              color: #8ec447;
              font-size: 18px;
			  padding-left: 22px;
              display: block; 
              }
			 
			h4.txtblackColor  {
			  font-size: 16px;
			  color: #3c3c3c;
			  font-weight: bold;
			  padding-left: 22px;
			  padding-right: 25px !important;
			  margin-bottom: 0 !important;
			 }
			 
    aside .mod.pricing {
      padding: 25px 20px 20px 20px;
      background: #ecedee;
      border: 1px solid #e8e5e5;
      margin-bottom: 20px; }
      aside .mod.pricing span {
        font-size: 18px;
        color: #8ec447;
        font-weight: bold;
        padding-top: 10px;
        display: block; }
    aside .mod.ad {
      background: #FFF; }
      aside .mod.ad .info {
        padding: 20px 12px; }
        aside .mod.ad .info ul.links li {
          margin-bottom: 18px; }
          aside .mod.ad .info ul.links li:last-child {
            margin-bottom: 0px; }
          aside .mod.ad .info ul.links li a {
            color: #00539f;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: bold;
            text-decoration: none;
            padding-right: 12px;
            background: url(/en/global-assets/images/sprite-icons.png) right -45px no-repeat; }
            aside .mod.ad .info ul.links li a:hover {
              text-decoration: underline; }

/*
  ACE Canada
  - Content Page Layouts
*/
/* #page is 1014px */
.default {
  position: relative; }
.product .leftCol, .default .leftCol {
  float: left;
  width: 266px;
  margin-right: 72px;
  /* Left Nav */
  /* Price Box */ }

  .product .leftCol .leftNav, .default .leftCol .leftNav {
    background: #FFF;
    border: 1px solid #e8e5e5;
    padding: 23px 18px 13px 18px;
    width: 100%;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px; }
    .product .leftCol .leftNav ul li, .default .leftCol .leftNav ul li {
      margin-bottom: 10px;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase; }
      .product .leftCol .leftNav ul li a, .default .leftCol .leftNav ul li a {
        color: #00539f;
        padding-right: 15px;
        text-decoration: none;
        background: url(/en/global-assets/images/sprite-icons.png) right -45px no-repeat; }
  	.default .leftCol .leftNav ul li a.active, .default .leftCol .leftNav ul li a:hover {
            text-decoration: underline; }
	.product .leftCol .price-box, .default .leftCol .price-box {
    background: #FFF;
    border: 1px solid #e8e5e5;
    padding: 23px 18px 13px 18px;
    width: 100%;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px; }
    .product .leftCol .price-box .price-indicator, .default .leftCol .price-box .price-indicator {
      margin: 0 0 20px 0; }
      .product .leftCol .price-box .price-indicator .cell,
		.default .leftCol .price-box .price-indicator .cell {
        width: 148px;
        overflow: hidden; }
        .product .leftCol .price-box .price-indicator .cell.title,
		.default .leftCol .price-box .price-indicator .cell.title {
          width: 78px; }
    .product .leftCol .price-box a.btn, .default .leftCol .price-box a.btn {
      width: 100%; }
.product .content, .default .content {
  float: left;
  width: 622px !important;
  margin-right: 0 !important;
  padding-top: 5px;
  font-size: 12px; 
    position: relative;
    top: 0;
  margin-top: -28px;}
  .product .content h2, .default .content h2 {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 20px; }
  .product .content h3, .default .content h3 {
    font-size: 14px;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 0;
    font-weight: bold; }
  .product .content p, .default .content p {
    font-size: 12px;
    margin: 0 0 18px 0; }
  .product .content ul, .default .content ul {
    margin-bottom: 20px; }
    .product .content ul li, .default .content ul li {
      padding-left: 15px;
      background: url(/en/global-assets/images/bullet-black-round.png) 0 5px no-repeat;
      margin-bottom: 5px; }
  .product .content .info-box, .default .content .info-box {
    /* float: left;
    width: 100%; */
	display: block;
    width: 676px;
    background: #ecedee;
    padding: 20px 27px;
    /* margin: 25px -27px; */
	margin: 10px 27px 25px -27px; }
      .default .content .info-box:before, .default .content .info-box:after {
        content: " ";
        display: table; }
      .default .content .info-box:after {
        clear: both; }
    .product .content .info-box h2, .default .content .info-box h2 {
      margin-top: 13px; }
      .default .content .info-box h3 {
        margin-top: 20px;
        margin-bottom: 10px; }
      .default .content .info-box ol {
        float: left;
        width: 100%;
        margin: 0 0 0 15px;
        padding: 0 0 20px 0; }
        .default .content .info-box ol li {
          margin-bottom: 5px; }
          .default .content .info-box ol li a {
            font-weight: bold;
            font-size: 12px; }
      .default .content .info-box .mod {
        float: left;
        background: #FFF;
        border: 1px solid #e8e5e5;
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
        padding: 15px 20px;
        width: 290px;
        line-height: 1.5em;
        margin-bottom: 15px;
        margin-top: 5px;
        margin-right: 35px; }
        .default .content .info-box .mod:nth-child(2n+1) {
          margin-right: 0; }
        .default .content .info-box .mod.last {
          margin-right: 0; }
        .default .content .info-box .mod .title {
          font-weight: bold;
          background: url(/en/global-assets/images/bullet-green-circle2.png) 0 4px no-repeat;
          padding-left: 10px;
          margin-left: -10px;
          margin-bottom: 5px; }		
  .product .content .tableWrap, .default .content .tableWrap {
    background: #ecedee;
    border: 1px solid #e8e5e5;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    padding: 15px 18px;
	margin-bottom: 20px; }
  .product .content table, .default .content table {
    width: 100%;
    border-collapse: collapse; }
    .product .content table th, .default .content table th {
      background: #82c341;
      padding: 10px 10px;
      color: #FFF; }
    .product .content table td, .default .content table td {
      background: #FFF;
      padding: 15px 10px;
      border: 1px solid #000;
      border-width: 0 1px 1px 1px; }
    .product .content table th, .default .content table td,
	.default .content table th, .default .content table td {
      text-align: center; }
    .product .content table tr td:first-child, .default .content table tr td:first-child {
      border-left: 0; }
    .product .content table tr td:last-child, .default .content table tr td:last-child {
      border-right: 0; }
    .product .content table tr td:last, .default .content table tr td:last {
      border-bottom: 0; }
    .default .content .colWrap:before, .default .content .colWrap:after {
      content: " ";
      display: table; }
    .default .content .colWrap:after {
      clear: both; }
    .default .content .colWrap .cols {
      float: left;
      margin-right: 24px;
      margin-bottom: 20px; }
      .default .content .colWrap .cols:nth-child(3n+2) {
        margin-right: 0; }
      .default .content .colWrap .cols.span3 {
        width: 190px; }
      .default .content .colWrap .cols blockquote {
        font-size: 12px;
        font-weight: normal;
        margin: 0 0 15px 0;
        padding: 0; }
      .default .content .colWrap .cols cite {
        background: url(/en/global-assets/images/bullet-dash-green.gif) 0 5px no-repeat;
        padding-left: 10px;
        font-weight: bold;
        font-style: normal;
        margin-bottom: 15px;
        display: block; }
      .default .content .colWrap .cols a.more {
        text-transform: uppercase;
        padding-right: 10px;
        background: url(/en/global-assets/images/sprite-icons.png) right -46px no-repeat; }

	/* Product Box CSS */
.product-box {
  float: left;
  margin-bottom: 70px; }
  .product-box h3 {
    text-transform: uppercase;
    font-size: 14px;
    color: #41535d;
    margin-bottom: 15px;
    margin-left: 0;
    font-weight: bold; }
  .product-box .thumb {
    width: 284px;
    height: 103px;
    overflow: hidden;
    margin-bottom: 20px; }
  .product-box a.btn {
    width: auto;
    display: block; }
  .product-box p {
    font-size: 12px;
    line-height: 1.5em; }

.home .content .product-box {
  width: 287px;
  margin-right: 50px; }

.price-indicator {
  margin: 20px 0; }
  .price-indicator .row {
    border-bottom: 1px solid #000;
    clear: both;
    display: block; }
    .price-indicator .row:before, .price-indicator .row:after {
      content: " ";
      display: table; }
    .price-indicator .row:after {
      clear: both; }
    .price-indicator .row .cell {
      vertical-align: top;
      font-size: 13px;
      font-weight: bold;
      display: inline-block;
      margin: 0;
      padding: 0;
      height: 50px;
      width: 190px;
      margin-left: -4px;
      text-align: center; }
      .price-indicator .row .cell.title {
        text-align: left;
        width: 87px;
        margin-left: 0;
        text-transform: uppercase;
        border-right: 1px solid #000; }
    .price-indicator .row.last {
      border-bottom: 0; }

.products-overview {
  float: left;
  width: 450px; /*463 spacing fix*/
  /*width: 450px\9; applying to all browsers*/
  padding: 25px 40px 0 40px;
  margin-right: 30px;
  border: 1px solid #e8e5e5;
  background: #FFF;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 30px; }
  .products-overview.last, .products-overview:nth-child(odd) {
  /*margin-right: 0; spacing fix*/ }
  .products-overview .product-box {
    height: 465px;
    position: relative;
    margin-bottom: 20px; }
    .products-overview .product-box hr {
      margin-top: 5px;
      margin-bottom: 15px; }
    .products-overview .product-box h3 {
      margin-bottom: 25px; }
    .products-overview .product-box h4 {
      color: #41535d;
      font-size: 14px; }
    .products-overview .product-box .thumb {
      width: 380px;
      height: 140px;
      overflow: hidden;
      margin-bottom: 0; }
    .products-overview .product-box ul {
      margin: 10px 0 5px 0; }
      .products-overview .product-box ul li {
        background: url(/en/global-assets/images/bullet-green-circle.png) 0 5px no-repeat;
        padding-left: 10px;
        font-size: 12px;
        margin-bottom: 5px; }
    .products-overview .product-box .details {
      position: absolute;
      bottom: 0px;
      left: 10px;
      padding: 10px 0;
      width: 100%; }
      .products-overview .product-box .details a.arrow {
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        background: url(/en/global-assets/images/sprite-icons.png) right -45px no-repeat;
        padding-right: 15px;
        margin-top: 16px;
        font-size: 12px;
        float: left; }
      .products-overview .product-box .details a.btn {
        float: right;
        margin-right: 10px; }

> .products-overview + .products-overview {
  margin-right: 0; }

.support {
  padding-bottom: 125px !important;
  /* Left Nav */
  /* Content Area */ }
  .support .left-wrap {
    float: left;
    width: 290px;
    margin-right: 30px; }
    .support .left-wrap .info {
      background: #FFF;
      border: 1px solid #e9e5e6;
      margin-top: 25px;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
      padding: 23px 18px;
      margin-bottom: 17px; }
      .support .left-wrap .info h4 {
        font-weight: bold;
        font-size: 15px;
        clear: both; }
      .support .left-wrap .info span {
        font-size: 16px;
        display: block;
        margin-top: 5px;
        color: #8ec447;
        font-weight: bold; }
      .support .left-wrap .info hr {
        display: block;
        clear: both;
        width: 265px;
        margin: 20px -5px; }
  .support .content {
    float: left;
    width: 650px !important;
    margin-right: 0 !important;
    margin-top: 25px;
    background: #fff;
    border: 1px solid #e9e5e6;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    padding: 23px 17px; }
    .support .content h3 {
      font-weight: bold;
      margin-bottom: 23px;
      margin-left: 0; }
    .support .content .name {
      float: left;
      width: 219px;
      margin-right: 19px;
      margin-bottom: 10px; }
      .support .content .name input {
        width: 100%; }
    .support .content .your-phone {
      float: left;
      width: 130px;
      margin-right: 19px;
      margin-bottom: 10px; }
      .support .content .your-phone input {
        width: 100%; }
    .support .content .email {
      float: left;
      width: 210px;
      margin-bottom: 10px; }
      .support .content .email input {
        width: 100%; }
    .support .content select {
      width: 210px;
      margin-bottom: 15px; }
    .support .content textarea {
      width: 100%;
      height: 100px;
      background: #e0e0e0;
      resize: none;
      border: 0;
      font-size: 14px;
      padding: 5px; }
    .support .content input[type=submit] {
      float: right; }
/* =============================
  FOOTER
  ============================= */
footer {
  width: 100%;
  padding-bottom: 35px;
  /* Main Footer */ }
  footer:before, footer:after {
    content: " ";
    display: table; }
  footer:after {
    clear: both; }
  footer .footer-main {
    background: #41535d;
    padding: 50px 0 40px 0; }
    footer .footer-main .column {
      display: inline-block;
      margin-right: 38px;
      color: #FFF;
      font-size: 13px;
      letter-spacing: 0.03em; }
      footer .footer-main .column.one {
        width: 293px;
        height: 200px;
        vertical-align: top; }
      footer .footer-main .column.two {
        width: 225px;
        height: 200px;
        vertical-align: top; }
      footer .footer-main .column.three {
        width: 176px;
        height: 200px;
        vertical-align: top; }
      footer .footer-main .column.four {
        width: 138px;
        margin-right: 0;
        height: 200px;
        vertical-align: top; }
      footer .footer-main .column.full {
        width: 600px;
        margin-right: 0; }
      footer .footer-main .column h5 {
        font-size: 13px;
        font-weight: bold;
        margin-bottom: 15px; }
        footer .footer-main .column h5 a {
          color: #FFF; }
      footer .footer-main .column ul li {
        margin-bottom: 10px; }
        footer .footer-main .column ul li a {
          color: #FFF; }
      footer .footer-main .column a.more {
        color: #FFF;
        text-transform: none;
        font-weight: normal;
        background: url(/en/global-assets/images/sprite-icons.png) right -67px no-repeat; }
  footer .footer-sub {
    padding: 30px 0;
    color: #4c4c4c;
    font-size: 12px; }
    footer .footer-sub .phone {
      float: right;
      margin-top: 11px; }
    footer .footer-sub ul.links li {
      display: inline-block;
      border-right: 1px solid #4c4c4c;
      padding-right: 5px;
      padding-left: 5px;
      magin-right: 5px;
      line-height: 1.0em; }
      footer .footer-sub ul.links li:last-child {
        border-right: 0; }
      footer .footer-sub ul.links li a {
        color: #4c4c4c;
        text-decoration: none; }
        footer .footer-sub ul.links li a:hover {
          text-decoration: underline; }

	.txtBtnSteps {
		background: #fff;
		border: 0;
		color: #8EC447;
		text-transform: uppercase;
		font-size: 12px;
		width: 117px;
		white-space: pre-wrap;
		text-align: center;
		}
		
	.form-wrap .step-wrap fieldset.name input:last-child[type="text"] {
	    margin-right: 0px !important;
	}
	
	aside.reAlignSidebar {
	    position: absolute;
        top: 405px;
        margin-left: 677px;
	    }
	
	.additional-coverage .form-wrap {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      overflow: hidden;
      border: 0;
      padding: 0;
      }
     
    .expandable-panel {
    width: 100%;
    position: relative;
    height: 25px;
    overflow: hidden;
    margin: 20px 0;
    transition: 1s;
    }   
      
    .autoHeight 
    {
        height: auto !important;
        transition: 1s;
        }

    .additional-coverage .form-wrap .important 
    {
        max-width: 510px;
          }
          
   .clear10 
   {
       height: 10px;
       clear: both;
       }
       
   .clear20 
   {
       height: 20px;
       clear: both;
       }

  .monthlyPremium 
  {
      background: #e0e0e0;
      border: 0;
      font-size: 12px;
      height: 28px;
      line-height: 28px;
      text-indent: 5px;
      margin: 15px 0;
      padding: 7px 80px 7px 10px;
      max-width: 120px;
      overflow: hidden;
      }
      
   .application-review .form-wrap {
       box-shadow: none;
       padding: 25px 0;
       border-width: 1px 0 0 0;
       }
       
   .labelst {
       font-size: 18px;
       color: #000;
       font-weight: bold;
       margin-bottom: 15px
       }
          
   .paddLeft15 {
       padding-left: 15px;
       }
       
   .gbox {
       display: block;
       width: 676px;
       background: #ecedee;
       padding: 20px 27px;
       margin: 25px auto; 
       }
.middletext {
	text-align: center;
	}
	
a.btn.biggreen {
    background: #8ec447;
    display: block;
    text-align: center;
    margin: 20px 0;
     }

.logoutBtn {
    float: right;
    margin-top: -2px !important;
    background: none !important;
}

.logoutBtn:hover {
   text-decoration: underline;
}





div#page.full div.details a.btn.green {
    display: none;
}

div#page.full div.details input.btn.green {
    float: right;
    margin-top: 0;
}

div#page.full div.details div.row {
    display: none;
}


input.exitSurvey_pleaseSpecify {
    width: 600px;
    display: block;
}

.clear20 {
  clear: both;
  height: 20px; }

.content span.heaD {
	margin-bottom: 20px;
}

.content input[type="radio"] {
	margin: 0 10px 0 0; /* 0 10px 0 20px; */
}

/*
===========
Page loader
===========
*/

.loadingScreen {
    position: fixed; 
    text-align: center; 
    height: 100%; 
    width: 100%; 
    top: 0;
    right: 0;
    left: 0; 
    z-index: 9999999; 
    background-color: #000000; 
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/*
========
IE-8 fix
========
*/

.fix {
    position : fixed\9;
    top: 20px\9;
}

.content {
    float: right\9;
}

.textareatest 
{
   resize: both;
   float: left;
   margin-left: -25px;
}

input[type=submit].newRemoveBtn, .newRemoveBtn {
   color: #00539F;
   font-size: 12px;
   font-weight: bold;
   background: none;
   float: right;
   margin-top: -112px;
   text-decoration: underline;
}
           
.beneficiary input[type=submit].newRemoveBtn, .beneficiary .newRemoveBtn {
   margin-top: -65px;
}

.additional-coverage input[type=submit].newRemoveBtn, .additional-coverage .newRemoveBtn {
   margin-top: 0;
}

/*product at glance page Fix*/
div#page.full div.content div.products-overview div.product-box div.details span {
    font-size: 0;
}
            label.yes-no 
              {
                  margin-left: 10px;
                  }
                  .aspNetDisabled label
                  {
                      margin-left:10px;
                      font-weight:500;
                      }
           .additional-coverage .application-review
           {
               -webkit-box-shadow: none;
               -moz-box-shadow: none;
               box-shadow: none;
               width: 600px;
               max-width: 600px;
               padding: 0;
               border: 0;
           }
          
          .form-wrap .accept  
          {
              background: #ECEDEE;
                padding: 20px;
                margin-top: -20px;
              }
                          
         .left10pxlabel {
            margin-right: 20px;
            font-size: 12px;
         }
         
             .line3 input {
             margin-bottom: 35px !important;
             }
             
         .line3 label {
            width: 80%;
            display: inline-block;
             }
/* Last modified on 25/09/2014 */
.errorSummary {
  margin-bottom: -150px;
  text-align: right;
  display: block;
  clear: both; 
  color: red;
  font-size: 14px;
  position: relative;
  top: 20px;
}

.select .errorSummary {
  top: 80px;
  margin-bottom: 0;
  text-align: left;
}
.errorSummary ul {
 display: none;
}

/* phone icon fix */

.phone {
  background: url(/en/global-assets/images/phone-icons.png) 0 8px no-repeat;
}
.logoImage{
  padding-top: 12px;
}