body{
    line-height: initial;    
}

.print-preview .foot-logo-right {
    text-align: right;
    margin: 0px 10px 5px 0px;
}

.print-preview .foot-logo-right img {
    max-height: 30px;
}

.my-insurance-view .print-page-wrapper .print-area::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.my-insurance-view .print-page-wrapper .print-area::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.my-insurance-view .print-page-wrapper .print-area::-webkit-scrollbar-thumb {
  background: #2d8d96;
}

.mission-state-wrap h1{
    margin-bottom: 10px;
}

.my-insurance-view .print-page-wrapper .mission-state-wrap p {
    margin-bottom: 30px;
}

/*======== variables ========*/
/*======== variables end ========*/
/* input and buttons styles */
/*======== variables ========*/
/*======== variables end ========*/
.my-insurance-view button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  /* taken from ivari.ca */
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-color: transparent;
  color: #5472d2;
  border: 1px solid transparent;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  position: relative;
  top: 0;
  line-height: 1;
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  color: #2c8d96;
  border-color: #2c8d96;
  background-color: #ffffff; }
  .my-insurance-view button:hover {
    background-color: #2c8d96;
    color: #ffffff; }
  .my-insurance-view button:focus {
    box-shadow: 0px 0px 5px #3594d7;
    border: 1px solid #3594d7;
    outline: -webkit-focus-ring-color none 5px; }

.my-insurance-view button.help {
  padding: 4px 7px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-right: 5px;
  height: 22px;
  width: 22px; }

.my-insurance-view button.cont-btn {
  margin: 30px auto 30px auto;
  width: 120px;
  display: block;
  float: none; }
  .my-insurance-view button.cont-btn:lang(fr) {
    width: 130px; }

.my-insurance-view button.view-more-button {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
  margin: auto;
  display: block;
  margin-bottom: 30px; }
  .my-insurance-view button.view-more-button:hover {
    color: #2c8d96;
    background-color: #ffffff; }
  .my-insurance-view button.view-more-button:focus {
    color: #2c8d96;
    background-color: #ffffff; }
  .my-insurance-view button.view-more-button:lang(fr) {
    width: 150px;
    margin-left: -75px; }

.my-insurance-view button.refresh-btn {
  margin: 15px auto;
  width: 120px;
  /*required to center properly in Android 4.xx native browsers*/ }

.my-insurance-view button.refresh-btn:after {
  background-image: url(../img/sprites-misc.png);
  background-size: 193px 110px;
  display: block;
  position: absolute;
  left: 10px;
  content: "";
  background-position: -22px -18px; }

.my-insurance-view input[type=text], .my-insurance-view input[type=number], .my-insurance-view input[type=email] {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #6d767c;
  padding: 0.2em 0.4em;
  background-color: transparent;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  color: #2c8d96;
  text-transform: none;
  font-size: inherit;
  line-height: inherit; }
  .my-insurance-view input[type=text]:focus, .my-insurance-view input[type=number]:focus, .my-insurance-view input[type=email]:focus {
    outline: none;
    box-shadow: 0px 0px 5px #3594d7; }

.my-insurance-view textarea {
  border-radius: 4px;
  padding: 0.2em 0.4em; }

.my-insurance-view .ui-widget input {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  padding-top: 0px; }

.my-insurance-view .ui-widget textarea {
  border-radius: 4px;
  padding: 0.2em 0.4em; }

.my-insurance-view .input-help-wrapper {
  position: relative; }

.my-insurance-view ::-webkit-input-placeholder {
  font-family: "Aspira-it", Helvetica, Arial, Sans-Serif;
  color: #a0a0a0; }

.my-insurance-view ::-moz-placeholder {
  font-family: "Aspira-it", Helvetica, Arial, Sans-Serif;
  color: #a0a0a0; }

.my-insurance-view :-moz-placeholder {
  font-family: "Aspira-it", Helvetica, Arial, Sans-Serif;
  color: #a0a0a0; }

.my-insurance-view :-ms-input-placeholder {
  font-family: "Aspira-it", Helvetica, Arial, Sans-Serif;
  color: #a0a0a0; }

.my-insurance-view input[type=text].error, .my-insurance-view input[type=number].error, .my-insurance-view input[type=email].error, .my-insurance-view select.error, .my-insurance-view span.error {
  background-color: #FFDADA;
  color: #a02525; }

.my-insurance-view input[type=text].disabled, .my-insurance-view input[type=number].disabled, .my-insurance-view select.disabled {
  opacity: 0.4; }

.my-insurance-view input[type=radio] {
  opacity: 0;
  position: absolute;
  width: 1px;
  height: 1px; }

.my-insurance-view label.auto-calc {
  color: #414141;
  opacity: 0.2;
  float: right;
  cursor: pointer;
  border-radius: 4px;
  cursor: not-allowed; }

.my-insurance-view label.auto-calc:hover, .my-insurance-view label.auto-calc:active {
  background-color: #dddddd; }

.my-insurance-view label.auto-calc:before {
  content: "{";
  padding: 0px 2px; }

.my-insurance-view label.auto-calc:after {
  content: "}";
  padding: 0px 2px; }

.my-insurance-view label.auto-calc.selected {
  opacity: 1;
  color: #3594d7;
  -webkit-text-shadow: 0px 0px 4px #3594d7;
  text-shadow: 0px 0px 8px #3594d7; }

.my-insurance-view .radio-label {
  cursor: pointer; }

.my-insurance-view .radio-label.selected {
  background-color: #2c8d96; }

.my-insurance-view .radio-label:hover {
  background-color: #2c8d96; }

.my-insurance-view .dollar-field {
  width: 110px; }

.my-insurance-view .dollar-field::-webkit-inner-spin-button,
.my-insurance-view .dollar-field::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.my-insurance-view .years-field {
  width: 50px; }

.my-insurance-view .relation-field {
  width: 170px; }

.my-insurance-view .interest-field {
  width: 80px; }

.my-insurance-view .radio-label {
  padding: 8px 0px;
  border: 1px solid #2c8d96;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin-left: -1px;
  float: left; }

.my-insurance-view .gender-inputs {
  margin-bottom: 12px; }
  .my-insurance-view .gender-inputs span {
    display: inline-block;
    width: 11px;
    height: 11px;
    background-image: url(../img/sprite-gender.png);
    background-size: 20px 21px;
    background-position: 0px 1px;
    background-repeat: no-repeat;
    display:none !important;}
  .my-insurance-view .gender-inputs .gender-male span {
    background-position: 0px 1px; }
  .my-insurance-view .gender-inputs .gender-male.selected span, .my-insurance-view .gender-inputs .gender-male:hover span {
    background-position: 0px -10px; }
  .my-insurance-view .gender-inputs .gender-female span {
    background-position: -10px 1px; }
  .my-insurance-view .gender-inputs .gender-female.selected span, .my-insurance-view .gender-inputs .gender-female:hover span {
    background-position: -10px -10px; }

.my-insurance-view select {
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
  line-height: 30px;
  min-width: 300px;
  height: 36px;
  font-family: 'Aspira-it';
  font-size: 14px;
  color: #424242;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  background-image: url("../img/blue-down.png");
  background-repeat: no-repeat;
  background-position: right 15px center;
  border-radius: 0; }
  .my-insurance-view select:focus {
    border-color: #3594d7;
    -webkit-box-shadow: 0px 0px 5px #3594d7;
    box-shadow: 0px 0px 5px #3594d7;
    outline: -webkit-focus-ring-color none 5px; }

.my-insurance-view .date-of-birth-inputs {
  table-layout: fixed;
  display: table;
  width: 100%; }
  .my-insurance-view .date-of-birth-inputs select {
    min-width: 0;
    width: 100%; }
  .my-insurance-view .date-of-birth-inputs .month,
  .my-insurance-view .date-of-birth-inputs .day,
  .my-insurance-view .date-of-birth-inputs .year {
    display: table-cell;
    padding-right: 12px;
    position: relative; }
  .my-insurance-view .date-of-birth-inputs .last {
    padding-right: 0px; }
  .my-insurance-view .date-of-birth-inputs .day {
    width: 80px; }
  .my-insurance-view .date-of-birth-inputs .year {
    width: 80px; }

.my-insurance-view .splash-content button {
  padding: 15px 50px;
  margin: 8px 0;
  display: block;
  background-color: rgba(255, 255, 255, 0.8); }
  @media only screen and (min-width: 480px) {
    .my-insurance-view .splash-content button {
      margin-top: 24px; } }
  @media only screen and (min-width: 768px) {
    .my-insurance-view .splash-content button {
      margin-top: 52px; } }

.my-insurance-view .splash-content button:hover {
  background-color: #2c8d96;
  color: #ffffff; }

.my-insurance-view .footer-buttons {
  text-align: center; }
  .my-insurance-view .footer-buttons button {
    display: inline-block;
    margin: 5px;
    vertical-align: middle;
    padding-right: 38px;
    position: relative; }
    @media only screen and (min-width: 0px) and (max-width: 479px) {
      .my-insurance-view .footer-buttons button {
        margin: 5px 0;
        width: 100%;
        display: block; } }
  .my-insurance-view .footer-buttons button:after {
    background-image: url(../img/sprites-misc.png);
    background-size: 193px 110px;
    display: block;
    position: absolute;
    right: 10px;
    content: ""; }
  .my-insurance-view .footer-buttons .print-button:after {
    background-position: 0px 0px;
    width: 22px;
    height: 22px;
    top: 10px; }
  .my-insurance-view .footer-buttons .print-button:hover:after {
    background-position: 0px -23px; }
  .my-insurance-view .footer-buttons .pdf-button:after {
    background-position: -22px 0px;
    width: 22px;
    height: 23px;
    top: 10px; }
  .my-insurance-view .footer-buttons .pdf-button:hover:after {
    background-position: -22px -23px; }
  .my-insurance-view .footer-buttons .email-button:after {
    background-position: -44px 0px;
    width: 22px;
    height: 22px;
    top: 10px; }
  .my-insurance-view .footer-buttons .email-button:hover:after {
    background-position: -44px -24px; }
  .my-insurance-view .footer-buttons .assumptions-button:after {
    background-position: -92px -1px;
    width: 22px;
    height: 22px;
    top: 10px; }
  .my-insurance-view .footer-buttons .assumptions-button:hover:after {
    background-position: -92px -25px; }
  .my-insurance-view .footer-buttons .legal-button:after {
    background-position: -152px -88px;
    width: 22px;
    height: 22px;
    top: 10px; }
  .my-insurance-view .footer-buttons .legal-button:hover:after {
    background-position: -173px -88px; }
  .my-insurance-view .footer-buttons .advisor-button:after {
    background-position: -105px -88px;
    width: 22px;
    height: 22px;
    top: 10px; }
  .my-insurance-view .footer-buttons .advisor-button:hover:after {
    background-position: -127px -88px; }

.my-insurance-view .select-arrow {
  width: 24px;
  height: 24px;
  background-image: url(../img/sprite-next-back-buttons.png);
  background-size: auto 24px;
  opacity: 0.6; }

.my-insurance-view .select-arrow.right {
  background-position: top right; }

.my-insurance-view a:hover .select-arrow, .my-insurance-view a:focus .select-arrow {
  opacity: 1; }

.my-insurance-view .remove-button {
    border: 0;
    padding: 0;
    background-color: transparent;
    position: absolute;
    top: 1px;
    right: 0px;
    width: 44px;
    height: 44px;
    background-image: url(../img/btn-close.png);
    background-size: 24px 24px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    -webkit-transition: background-size 0.07s ease-out;
    transition: background-size 0.07s ease-out;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
 }

.my-insurance-view .remove-button:hover {
  background-color: transparent;
  background-size: 34px 34px; }
  

.my-insurance-view .dependant-info.default .photo.select-photo.dependant-photo button.add-photo {
    background: transparent;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}  

  
.my-insurance-view .dependant-info.default .photo.select-photo.dependant-photo button.add-photo {
    background: transparent;
}

.my-insurance-view .add-photo {
  display: none;
  width: 236px;
  height: 140px;
  margin: 19px auto;
  position: relative;
  background-size: cover;
  background-position: center;
  padding-top: 32px;
  border-color: transparent;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 10px; }
  .my-insurance-view .add-photo .plus-icon {
    width: 28px;
    height: 28px;
    margin: 15px auto;
    position: relative; }
    .my-insurance-view .add-photo .plus-icon .one {
      position: absolute;
      width: 4px;
      height: 100%;
      left: 50%;
      margin-left: -2px;
      background-color: #2c8d96; }
    .my-insurance-view .add-photo .plus-icon .two {
      position: absolute;
      width: 100%;
      height: 4px;
      top: 50%;
      left: 0;
      margin-top: -2px;
      background-color: #2c8d96; }

.my-insurance-view .add-photo:hover .plus-icon .one, .my-insurance-view .add-photo:hover .plus-icon .two {
  background-color: #ffffff; }

.my-insurance-view .close-sm {
  width: 30px;
  height: 30px;
  padding: 10px;
  position: absolute;
  top: -4px;
  right: -4px;
  border: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px; }
  .my-insurance-view .close-sm:focus {
    border-color: transparent; }

.my-insurance-view .close-sm:before {
  width: 10px;
  height: 10px;
  content: " ";
  background-image: url(../img/sprite-close-small.png);
  background-size: 10px 20px;
  background-repeat: no-repeat;
  background-repeat: 0 0;
  display: block; }

.my-insurance-view .close-sm:hover {
  background-color: transparent; }

.my-insurance-view .close-sm:hover:before {
  background-position: 0px -10px; }

.my-insurance-view .adjustments-header {
  background-color: #2c8d96;
  border-bottom: 1px solid #3594d7;
  padding: 12px 15px;
  border-radius: 20px;
  cursor: pointer;
  margin-left: -15px;
  margin-right: -15px;
  position: relative; }
  .my-insurance-view .adjustments-header button.close {
    background-image: url(../img/sprite-close-large.png);
    background-size: 26px 52px;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 6px;
    right: 15px;
    opacity: 1;
    background-color: transparent;
    padding: 0;
    border: 0; }
    @media only screen and (min-width: 768px) {
      .my-insurance-view .adjustments-header button.close {
        top: 8px; } }
  .my-insurance-view .adjustments-header button.close:hover {
    background-position: 0px -26px;
    background-color: transparent; }
  .my-insurance-view .adjustments-header button.open {
    content: " ";
    background-image: url(../img/sprites-misc.png);
    background-size: 193px 110px;
    background-position: -152px 0px;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 42px;
    height: 26px;
    position: absolute;
    top: 8px;
    right: 24px;
    border: 0;
    display: none; }

.my-insurance-view .adjustments-header:hover {
  background-color: #3594d7; }

.my-insurance-view .adjustments-container .radio-label {
  display: inline-block;
  float: none; }
  .my-insurance-view .adjustments-container .radio-label.right-label {
    margin-left: -4px; }

.my-insurance-view .closed .adjustments-header:after {
  display: inline-block; }

.my-insurance-view .dont-know-button {
  margin: 8px;
  display: inline-block; }

.my-insurance-view .reset-btn {
  border: 0;
  display: block;
  margin: 10px auto;
  width: 64px;
  /*required to center properly in Android 4.xx native browsers*/
  padding: 4px 22px 4px 4px;
  text-transform: none;
  border-radius: 6px;
  border: 1px solid transparent; }
  .my-insurance-view .reset-btn:after {
    width: 16px;
    height: 14px;
    position: absolute;
    content: "";
    display: inline-block;
    overflow: hidden;
    background-image: url(../img/sprites-misc.png);
    background-size: 193px 110px;
    background-position: -118px -2px;
    margin-left: 3px; }
  .my-insurance-view .reset-btn:hover:after {
    background-position: -118px -16px; }
  .my-insurance-view .reset-btn:lang(fr) {
    width: 108px; }

.my-insurance-view .reset-tool {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 32px;
  height: 32px;
  border-radius: 2px;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  transition: border-color 0.2s; }
  .my-insurance-view .reset-tool:hover, .my-insurance-view .reset-tool:focus {
    border-color: #2c8d96; }
  @media only screen and (min-width: 768px) {
    .my-insurance-view .reset-tool {
      width: 44px;
      height: 44px;
      top: 21px;
      right: 15px; } }
  .my-insurance-view .reset-tool .icon {
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/sprites-misc.png);
    background-size: 193px 110px;
    background-position: -53px -88px; }
    @media only screen and (min-width: 768px) {
      .my-insurance-view .reset-tool .icon {
        margin-top: 9px; } }

.my-insurance-view .invalid-field {
  background: red; }
.my-insurance-view * {
  font-family: 'Roboto', sans-serif; }

.my-insurance-view h1,
.my-insurance-view h2,
.my-insurance-view h3,
.my-insurance-view h4,
.my-insurance-view h5,
.my-insurance-view h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  text-align: center; }

.my-insurance-view .h1, .my-insurance-view .h2, .my-insurance-view .h3, .my-insurance-view h1, .my-insurance-view h2, .my-insurance-view h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

.my-insurance-view h1 {
  font-family: 'Roboto', sans-serif;
  color: #444444; }

.my-insurance-view h2 {
  font-size: 33px;
  color: #333333;
  text-transform: capitalize;}
  .my-insurance-view h2 span {
    font-weight: inherit;
    font-family: inherit; }

.my-insurance-view h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  color: #2c8d96; }

.my-insurance-view p {
  font-size: 16px;
  color: #414141;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 150%; }

.my-insurance-view sup {
  font-size: 60%;
  padding: 0 .1em; }

.my-insurance-view strong {
  font-family: 'Roboto', sans-serif;
  color: #2c8d96; }

.my-insurance-view label {
  color: #414141;
  font-weight: normal;
  font-size: 16px; }

.my-insurance-view .page-intro p,
.my-insurance-view .page-intro h1,
.my-insurance-view .page-intro h2 {
  color: #ffffff; }
  .my-insurance-view .page-intro p small,
  .my-insurance-view .page-intro h1 small,
  .my-insurance-view .page-intro h2 small {
    color: inherit; }

.my-insurance-view .radio-label {
  font-size: 12px;
  color: #2c8d96;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  text-transform: uppercase; }

.my-insurance-view .radio-label.selected,
.my-insurance-view .radio-label:hover {
  color: #ffffff; }

.my-insurance-view .brand {
  font-size: 33px;
  position: relative; }
  .my-insurance-view .brand sup {
    font-size: 40%;
    position: relative;
    top: -17px; }

.my-insurance-view .splash-content sup {
  font-size: 46%;
  top: -1em; }

.my-insurance-view .nav li a {
  font-size: 10px; }

@media only screen and (min-width: 768px) {
  .my-insurance-view .nav li a {
    font-size: 16px; } }

.my-insurance-view .graph-select h2 {
  min-height: 54px; }
  .my-insurance-view .graph-select h2 small {
    font-size: 17px;
    color: #3594d7; }

.my-insurance-view .photo .name {
  font-size: 18px;
  color: #2c8d96;
  text-align:center; }

.my-insurance-view .info-tooltip {
  font-size: 14px;
  color: #414141;
  font-family: 'Roboto', sans-serif;
  line-height: 150%;
  text-align: center; }

.my-insurance-view .adjustments-header h3 {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  margin: 0;
  text-align: left;
  text-transform: uppercase; }
  .my-insurance-view .adjustments-header h3:lang(fr) {
    font-size: 9px; }
  @media only screen and (min-width: 480px) {
    .my-insurance-view .adjustments-header h3 {
      font-size: 16px; }
      .my-insurance-view .adjustments-header h3:lang(fr) {
        font-size: 16px; } }

.my-insurance-view .adjustments-container .label-wrapper label {
  font-size: 14px; }

.my-insurance-view .adjustments-container .total-row {
  font-size: 18px;
  padding-bottom: 0px !important;
  border-bottom: none !important; }
  .my-insurance-view .adjustments-container .total-row label {
    color: #2c8d96;
    font-weight: bold;
    display: block; }
  .my-insurance-view .adjustments-container .total-row .total-insurance {
    color: #2c8d96; }

.my-insurance-view .modul .small {
  color: #2c8d96;
  font-size: 12px; }

.my-insurance-view .generic-help h3 {
  margin-top: 0;
  text-align: left; }

.my-insurance-view .auto-txt {
  font-family: 'Roboto', sans-serif;
  font-size: inherit;
  color: inherit; }

.my-insurance-view {
  /*======== helper classes ========*/
  /* .clearfix adjusts boundaries of an element containing floating child elements to wrap around those child elements in the flow */
  /*======== helper classes end ========*/
  /*======== animation classes ========*/
  /*======== animation classes end ========*/
  /*======== general ========*/
  /* changes state of elements when section is compelte */
  /*======== general end ========*/
  /*======== navigation ========*/
  /*======== navigation end ========*/
  /*======== page hero images ========*/
  /*======== page hero images end ========*/
  /*======== page intro text ========*/
  /*======== page intro text end ========*/
  /*======== page content containers ========*/
  /*======== page content containers end ========*/
  /*======== splash page ========*/
  /*======== splash page end ========*/
  /*======== insured page ========*/
  /*======== insured page end ========*/
  /*======== debts page ========*/
  /*======== debts page end ========*/
  /*======== needs page ========*/
  /*======== needs page end ========*/
  /*======== photo-frames ========*/
  /* controls which dependants are shown */
  /* controls which dependants are shown end */
  /*default states*/
  /*default states end*/
  /*======== photo-frames end ========*/
  /*======== tooltip ========*/
  /*======== tooltip end ========*/
  /* closed state */
  /* closed state end */
  /*======== adjustments end ========*/
  /*======== legend ========*/
  /*======== legend end ========*/
  /*======== refresh section ========*/
  /*======== refresh section end ========*/
  /*======== graph section ========*/
  /*======== graph section end ========*/
  /*======== moduls ========*/
  /*======== moduls end ========*/
  /* print column framework for ivari */
  /* print column framework for ivari end */ }
  .my-insurance-view .overflow-hidden {
    overflow: hidden; }
  .my-insurance-view .baseline {
    vertical-align: baseline; }
  .my-insurance-view .txt-bottom {
    vertical-align: text-bottom; }
  .my-insurance-view .nowrap {
    white-space: nowrap; }
  .my-insurance-view .blue {
    color: #2c8d96; }
  .my-insurance-view .purple {
    color: #444444; }
  .my-insurance-view .orange {
    color: #db7a20; }
  .my-insurance-view .green {
    color: #62a50b; }
  .my-insurance-view .pink {
    color: #da64dd; }
  .my-insurance-view .black {
    color: #414141; }
  .my-insurance-view .light-blue {
    color: #3594d7; }
  .my-insurance-view .display-table {
    display: table;
    width: 100%; }
  .my-insurance-view .display-table-cell {
    display: table-cell;
    vertical-align: middle; }
  .my-insurance-view .clearfix:before, .my-insurance-view .clearfix:after {
    content: " ";
    display: table; }
  .my-insurance-view .clearfix:after {
    clear: both; }
  .my-insurance-view .fades {
    opacity: 0;
    transition: opacity 0.2s ease; }
  .my-insurance-view .fade-in {
    opacity: 1; }
  .my-insurance-view .fade-out {
    opacity: 0; }

@-webkit-keyframes fade-out-in {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fade-out-in {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fade-out-in {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-out-in {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .my-insurance-view .fade-out-in {
    -webkit-animation: fade-out-in .4s;
    -moz-animation: fade-out-in .4s;
    -o-animation: fade-out-in .4s;
    animation: fade-out-in .4s; }
  .my-insurance-view .slides {
    transform: translate(0px, 20px);
    transition: transform 0.2s ease; }
  .my-insurance-view .slide-in {
    transform: translate(0px, 0px); }
  .my-insurance-view .fades.slides {
    transition: transform 0.2s ease, opacity 0.2s ease; }
  .my-insurance-view body.home {
    padding-bottom: 0px; }
  .my-insurance-view body.results {
    padding-bottom: 15px; }
  .my-insurance-view body {
    /*padding-bottom: 300px;*/
    -webkit-transition: padding-bottom 0.2s;
    transition: padding-bottom 0.2s; }
  .my-insurance-view .container {
    max-width: 1014px; }
  .my-insurance-view .help-wrapper {
    width: 30px; }
  .my-insurance-view .checkmark {
    background-image: url(../img/complete-checkmark.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: .7em;
    height: .7em;
    display: inline-block;
    margin: 0px .3em;
    opacity: 0;
    width: 0em;
    -webkit-transition: opacity 0.2s ease, width 0.2s ease, margin 0.2s ease;
    transition: opacity 0.2s ease, width 0.2s ease, margin 0.2s ease; }
  .my-insurance-view .complete .checkmark {
    opacity: 1;
    width: .7em; }
  .my-insurance-view .complete label.auto-calc {
    opacity: 0.7;
    cursor: pointer; }
  .my-insurance-view hr {
    background-image: url(../img/pattern-dash.png);
    background-repeat: repeat-x;
    background-repeat: repeat-x;
    background-size: 5px 2px;
    width: auto;
    height: 2px;
    border: none; }
  .my-insurance-view .next-wrapper {
    text-align: center;
    margin: 30px auto 15px auto;
    clear: both;
    width: 100%; }
  .my-insurance-view .home .nav {
    top: -60px;
    visibility: hidden;
    opacity: 0; }
  .my-insurance-view .nav {
    padding: 5px 33px 0px 15px;
    position: fixed;
    top: 0px;
    left: 0px;
    visibility: visible;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 100;
    opacity: 1;
    -webkit-transition: top 0.5s ease, opacity 0.5s ease;
    transition: top 0.5s ease, opacity 0.5s ease; }
    @media only screen and (min-width: 768px) {
      .my-insurance-view .nav {
        padding: 0px 15px 0px 15px; } }
    .my-insurance-view .nav .brand {
      color: #444444;
      font-family: "Aspira-thin", Helvetica, Arial, Sans-Serif;
      display: none;
      margin-right: 15px; }
      @media only screen and (min-width: 768px) {
        .my-insurance-view .nav .brand {
          display: block; } }
       .my-insurance-view .nav .brand img {
            height: 35px;
            margin: 10px 0 8px 0;
        }
        .my-insurance-view .nav .brand img:lang(fr) {
          height: 26px;
          margin-top: 4px;
          margin-left: 1px; }
      .my-insurance-view .nav .brand .my-txt {
        position: relative;
        top: 14px;
        width: 42px;
        height: 38px;
        color: transparent;
        background-image: url(../../img/print-wordmark.png);
        overflow: hidden;
        background-size: 98% auto;
        display: inline-block;
        background-repeat: no-repeat; }
    .my-insurance-view .nav ul {
      display: inline-block;
      margin-bottom: 0; }
    .my-insurance-view .nav li {
      padding-right: 0; }
      .my-insurance-view .nav li a {
        text-transform: uppercase;
        position: relative;
        color:#2d8c95;
        text-decoration: none;
        display: inline-block;
        padding-bottom: 5px;
        border-bottom: 4px solid transparent;
        float: none;
        width: auto; }
      .my-insurance-view .nav li a.disabled {
        opacity: 0.5;
        cursor: not-allowed; }
      .my-insurance-view .nav li a.current {
        color: #414141; }
    .my-insurance-view .nav li:hover a {
      text-decoration: none;
      border-bottom: 4px solid #2c8d96;
      color: #2c8d96; }
    .my-insurance-view .nav li:after {
      content: " / ";
      padding-left: 0px;
      padding-right: 0px; }
      @media only screen and (min-width: 768px) {
        .my-insurance-view .nav li:after {
          padding-left: 8px;
          padding-right: 8px; } }
    .my-insurance-view .nav li.last:after {
      content: " "; }
  .my-insurance-view .nav.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 100; }
  .my-insurance-view .page-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    min-height: 600px; }
    @media only screen and (min-width: 480px) {
      .my-insurance-view .page-wrapper {
        min-height: 700px; } }
    @media only screen and (min-width: 768px) {
      .my-insurance-view .page-wrapper {
        min-height: 850px; } }
    @media only screen and (min-width: 992px) {
      .my-insurance-view .page-wrapper {
        min-height: 910px; } }
  .my-insurance-view .page-about:before,
  .my-insurance-view .page-debts:before,
  .my-insurance-view .page-needs:before,
  .my-insurance-view .page-results:before {
    content: " ";
    width: 100%;
    height: 180px;
    background-repeat: no-repeat;
    display: block;
    background-size: cover;
    background-position: center 30%; }
    @media only screen and (min-width: 480px) {
      .my-insurance-view .page-about:before,
      .my-insurance-view .page-debts:before,
      .my-insurance-view .page-needs:before,
      .my-insurance-view .page-results:before {
        height: 270px; } }
    @media only screen and (min-width: 768px) {
      .my-insurance-view .page-about:before,
      .my-insurance-view .page-debts:before,
      .my-insurance-view .page-needs:before,
      .my-insurance-view .page-results:before {
        height: 642px;
        position: absolute;
        top: 0px;
        left: 0px; } }
  .my-insurance-view .page-about:before {
    background-image: url(../img/img_02.jpg);
    background-position: center top;    
}
  .my-insurance-view .page-debts:before {
    background-image: url(../img/img_03.jpg); 
        background-position: center center;
}
  .my-insurance-view .page-needs:before {
    background-image: url(../img/img_04.jpg); }
  .my-insurance-view .page-results:before {
    background-image: url(../img/hero-family-in-living-room-new.jpg); }
  .my-insurance-view .page-intro {
    padding: 15px;
    max-height: 200px;
    position: relative;
    /*-webkit-transition: height 0.2s ease-in;
    transition: height 0.2s ease-in;*/ }
    .my-insurance-view .page-intro:focus {
      outline: none; }
    @media only screen and (min-width: 480px) {
      .my-insurance-view .page-intro {
        max-height: none;
        padding-bottom: 45px; } }
    @media only screen and (min-width: 768px) {
      .my-insurance-view .page-intro {
        max-width: 500px;
        padding: 30px;
        margin-top: 260px;
        margin-bottom: 30px; }
        .my-insurance-view .page-intro:lang(fr) {
          margin-top: 220px; } }
    .my-insurance-view .page-intro h1 {
      font-size: 33px;
      margin-top: auto;
      text-align: left;}
    .my-insurance-view .page-intro.set-color h1 {
      color: #ffffff; }
      .my-insurance-view .page-intro h1 small {
        display: block;
        font-size: 16px;
        margin-bottom: 0.5em; }
    .my-insurance-view .page-intro .view-more-button {
      position: absolute;
      bottom: 00px;
      left: 50%;
      top: auto;
      width: 120px;
      margin-left: -60px;
      z-index: 3; }
      @media only screen and (min-width: 480px) {
        .my-insurance-view .page-intro .view-more-button {
          display: none; } }
  .my-insurance-view .page-intro.open {
    max-height: none; }
    .my-insurance-view .page-intro.open .view-more-button {
      display: none; }
  .my-insurance-view .page-intro.open:before {
    display: none; }
  .my-insurance-view .page-intro.blue {
    background-color: #2c8d96; }
  .my-insurance-view .page-intro.purple {
    background-color: #444444; }
  .my-insurance-view .gradient-fade {
    content: " ";
    position: absolute;
    top: 30%;
    left: 0px;
    width: 100%;
    height: 70%;
    background-image: url(../img/fade-blue.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 2; }
    @media only screen and (min-width: 480px) {
      .my-insurance-view .gradient-fade {
        display: none; } }
  .my-insurance-view .purple .gradient-fade {
    background-image: url(../img/fade-purple.png); }
  .my-insurance-view .page-about,
  .my-insurance-view .page-debts,
  .my-insurance-view .page-needs,
  .my-insurance-view .page-results {
    display: none; }
  .my-insurance-view .page-content {
    position: relative;
    padding-top: 10px;
    z-index: 2;
    background-color: #ffffff; }
  .my-insurance-view .page-content:before {
    content: " ";
    width: 110%;
    height: 100px;
    position: absolute;
    top: -20px;
    left: -12%;
    background-image: url(../img/page-tilted-flourish.png);
    background-size: 100% 100%;
    z-index: -1;
    display: none !important;}
    @media only screen and (min-width: 768px) {
      .my-insurance-view .page-content:before {
        width: 100%;
        left: -6px; } }
    @media only screen and (min-width: 992px) {
      .my-insurance-view .page-content:before {
        height: 135px;
        left: -7px; } }
  .my-insurance-view .page-content:after {
    content: " ";
    width: 100%;
    height: 120px;
    top: 0px;
    left: 0px;
    position: absolute;
    background-color: #ffffff;
    z-index: -1; }
  .my-insurance-view .page-splash {
    min-height: 452px;
    background-image: url(../img/mcal_img.jpg);
    background-size: 100% auto;
    /*background-size: 159% auto;*/
    background-repeat: no-repeat;
    /*margin-top: 30px;*/
    margin-bottom: 0;
    background-position: center bottom;
    /*background-position: -150px 143px;*/
    min-height: 320px; }
    @media only screen and (min-width: 480px) {
      .my-insurance-view .page-splash {
        min-height: 400px; } }
    @media only screen and (min-width: 768px) {
      .my-insurance-view .page-splash {
        min-height: 540px;
        background-size: 100% auto; } }
    @media only screen and (min-width: 992px) {
      .my-insurance-view .page-splash {
        background-size: 1024px 605px;
        background-position: center;
        height: 605px;
        /*min-height: 896px;*/ } }
    .my-insurance-view .page-splash .splash-content {
      overflow: hidden;
      position: relative;
      padding: 0 15px; }
      @media only screen and (min-width: 480px) {
        .my-insurance-view .page-splash .splash-content {
          margin: 15px; } }
      @media only screen and (min-width: 768px) {
        .my-insurance-view .page-splash .splash-content {
          max-width: 90%;
          margin: 56px auto auto auto; } }
      @media only screen and (min-width: 992px) {
        .my-insurance-view .page-splash .splash-content {
          width: 980px; } }
      .my-insurance-view .page-splash .splash-content h1 {
        font-size: 24px;
        color: #444444;
        text-align: left;
        margin-top: 19px;
        font-family: "Aspira-thin", Helvetica, Arial, Sans-Serif; }
        .my-insurance-view .page-splash .splash-content h1:lang(fr) {
          margin-top: 13px; }
        @media only screen and (min-width: 480px) {
          .my-insurance-view .page-splash .splash-content h1 {
            font-size: 34px;
            margin-bottom: 24px;
            margin-top: 9px; }
            .my-insurance-view .page-splash .splash-content h1:lang(fr) {
              margin-top: 2px; } }
        @media only screen and (min-width: 768px) {
          .my-insurance-view .page-splash .splash-content h1 {
            font-size: 44px;
            line-height: 0.95;
            margin-left: -8px;
            margin-bottom: 28px;
            margin-top: 18px; }
            .my-insurance-view .page-splash .splash-content h1:lang(fr) {
              margin-top: 14px;
              margin-left: 0; } }
        @media only screen and (min-width: 992px) {
          .my-insurance-view .page-splash .splash-content h1 {
            font-size: 54px;
            line-height: 0.95;
            margin-left: -8px;
            margin-top: 34px; }
            .my-insurance-view .page-splash .splash-content h1:lang(fr) {
              margin-top: 30px; } }
        .my-insurance-view .page-splash .splash-content h1 .wordmark {
          height: 32px; }
          .my-insurance-view .page-splash .splash-content h1 .wordmark:lang(fr) {
            height: 22px; }
          @media only screen and (min-width: 480px) {
            .my-insurance-view .page-splash .splash-content h1 .wordmark {
              height: 50px; }
              .my-insurance-view .page-splash .splash-content h1 .wordmark:lang(fr) {
                height: 32px; } }
          @media only screen and (min-width: 768px) {
            .my-insurance-view .page-splash .splash-content h1 .wordmark {
              height: 70px; }
              .my-insurance-view .page-splash .splash-content h1 .wordmark:lang(fr) {
                height: 43px; } }
        .my-insurance-view .page-splash .splash-content h1 small {
          font-size: 18px;
          color: #444444; }
          @media only screen and (min-width: 480px) {
            .my-insurance-view .page-splash .splash-content h1 small {
              font-size: 24px; } }
          @media only screen and (min-width: 992px) {
            .my-insurance-view .page-splash .splash-content h1 small {
              font-size: 46px; } }
      .my-insurance-view .page-splash .splash-content p {
        max-width: 385px;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        color: #333333; }
        @media only screen and (min-width: 480px) {
          .my-insurance-view .page-splash .splash-content p {
            font-size: 18px;
            font-family: 'Roboto', sans-serif;
            width: 40%; }
            .my-insurance-view .page-splash .splash-content p:lang(fr) {
              width: 48%; } }
        @media only screen and (min-width: 992px) {
          .my-insurance-view .page-splash .splash-content p {
            font-size: 20px;
            font-family: 'Roboto', sans-serif; } }
      .my-insurance-view .page-splash .splash-content .my-txt {
        position: relative;
        /*top: 14px;*/
        width: 42px;
        height: 38px;
        color: transparent;
        background-image: url(../../img/txt-my.png);
        overflow: hidden;
        background-size: 98% auto;
        display: inline-block;
        background-repeat: no-repeat;
        vertical-align: middle; }
        @media only screen and (min-width: 480px) {
          .my-insurance-view .page-splash .splash-content .my-txt {
            /*top: 14px;*/
            width: 52px;
            height: 44px; } }
        @media only screen and (min-width: 768px) {
          .my-insurance-view .page-splash .splash-content .my-txt {
            /*top: 23px;*/
            width: 70px;
            height: 60px; } }
        @media only screen and (min-width: 992px) {
          .my-insurance-view .page-splash .splash-content .my-txt {
            /*top: 23px;*/
            width: 80px;
            height: 69px; } }
      .my-insurance-view .page-splash .splash-content .logo {
        position: absolute;
        top: 11px;
        right: 15px;
        height: 28px; }
        @media only screen and (min-width: 768px) {
          .my-insurance-view .page-splash .splash-content .logo {
            height: 60px;
            top: 0px;
            right: 0px; } }
        @media only screen and (min-width: 992px) {
          .my-insurance-view .page-splash .splash-content .logo {
            height: 82px; } }
        .my-insurance-view .page-splash .splash-content .logo img {
          height: 100%;
          width: auto; }
  .my-insurance-view .name-fields {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 15px auto; }
    .my-insurance-view .name-fields input[type=text] {
      width: 100%; }
    .my-insurance-view .name-fields .first-name, .my-insurance-view .name-fields .initial, .my-insurance-view .name-fields .comma, .my-insurance-view .name-fields .last-name {
      display: table-cell;
      white-space: nowrap;
      vertical-align: baseline; }
    .my-insurance-view .name-fields .comma {
      width: 10px; }
      .my-insurance-view .name-fields .comma p {
        margin: auto;
        position: relative;
        bottom: -12px;
        left: 3px; }
    .my-insurance-view .name-fields .initial {
      width: 34px; }
  .my-insurance-view .insured-info {
    margin-bottom: 30px; }
  .my-insurance-view .dependant-info {
    margin: 25px auto; }
    @media only screen and (min-width: 0px) and (max-width: 479px) {
      .my-insurance-view .dependant-info {
        max-width: 320px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .my-insurance-view .dependant-info {
        max-width: 320px; } }
    .my-insurance-view .dependant-info .post-secondary {
      position: relative;
      padding-left: 32px; }
      .my-insurance-view .dependant-info .post-secondary .help {
        position: absolute;
        top: 0px;
        left: 0px; }
  .my-insurance-view .date-of-birth-inputs .info-tooltip {
    bottom: 50px; }
  .my-insurance-view .age-years {
    float: right; }
  .my-insurance-view .page-debts .my-mortgage-wrapper .input-row, .my-insurance-view .page-debts .my-consumer-debt-wrapper .input-row, .my-insurance-view .page-debts .my-consumer-debt-wrapper2 .input-row {
    margin: 15px auto; }
  .my-insurance-view .page-debts .my-consumer-debt-wrapper, .my-insurance-view .page-debts .my-consumer-debt-wrapper2 {
    margin: 15px auto; }
  .my-insurance-view .page-debts .initial-question .buttons-wrapper {
    text-align: center; }
    .my-insurance-view .page-debts .initial-question .buttons-wrapper button {
      margin: 6px;
      min-width: 100px; }
  .my-insurance-view .page-debts .no-debt {
    text-align: center; }
  .my-insurance-view .auto-txt {
    padding: 0.2em 0em;
    border-bottom: 1px solid transparent;
    display: none; }
    .my-insurance-view .auto-txt:focus {
      border: none;
      box-shadow: none;
      outline: none; }
  .my-insurance-view .auto input[type=text], .my-insurance-view .auto input[type=number] {
    display: none; }
  .my-insurance-view .auto .auto-txt {
    display: inline-block; }
  .my-insurance-view .page-needs .needs-insured-images {
    margin-top: 15px;
    display: none; }
    @media only screen and (min-width: 768px) {
      .my-insurance-view .page-needs .needs-insured-images {
        display: block; } }
  .my-insurance-view .page-needs .input-row {
    margin: 15px auto;
    position: relative;
    border-bottom: 1px solid #cccccc; }
    @media only screen and (min-width: 768px) {
      .my-insurance-view .page-needs .input-row {
        border-bottom: none; } }
    .my-insurance-view .page-needs .input-row button.help {
      float: none;
      position: absolute;
      left: -15px; }
    .my-insurance-view .page-needs .input-row p {
      text-align: center;
      margin-bottom: 25px; }
      @media only screen and (min-width: 768px) {
        .my-insurance-view .page-needs .input-row p {
          text-align: center; } }
    .my-insurance-view .page-needs .input-row .name {
      font-size: 90%;
      text-align: center;
      color: #2c8d96;
      display: block; }
      @media only screen and (min-width: 768px) {
        .my-insurance-view .page-needs .input-row .name {
          display: none; } }
  .my-insurance-view .page-needs .paralax-img.dependantOne {
    display: none !important; }
    @media only screen and (min-width: 480px) {
      .my-insurance-view .page-needs .paralax-img.dependantOne {
        display: block;
        top: -445px;
        left: -20px;
        z-index: 2; } }
    @media only screen and (min-width: 768px) {
      .my-insurance-view .page-needs .paralax-img.dependantOne {
        top: -125px;
        left: auto;
        right: -20px;
        z-index: 2; } }
    @media only screen and (min-width: 992px) {
      .my-insurance-view .page-needs .paralax-img.dependantOne {
        top: 120px;
        left: -210px;
        z-index: 1; } }
  .my-insurance-view .page-needs .paralax-img.dependantTwo {
    top: 80px;
    right: -220px;
    z-index: 3;
    display: none !important; }
    @media only screen and (min-width: 480px) {
      .my-insurance-view .page-needs .paralax-img.dependantTwo {
        display: block;
        top: -365px;
        right: auto;
        left: 40px;
        z-index: 1; } }
    @media only screen and (min-width: 768px) {
      .my-insurance-view .page-needs .paralax-img.dependantTwo {
        display: block;
        top: -133px;
        left: auto;
        right: 180px;
        z-index: 1; } }
    @media only screen and (min-width: 992px) {
      .my-insurance-view .page-needs .paralax-img.dependantTwo {
        top: 80px;
        right: -220px;
        z-index: 3; } }
  .my-insurance-view .page-needs .paralax-img.dependantThree {
    top: 243px;
    right: -320px;
    z-index: 2;
    display: none; }
    @media only screen and (min-width: 480px) {
      .my-insurance-view .page-needs .paralax-img.dependantThree {
        display: block;
        top: -295px;
        left: -40px;
        z-index: 1; } }
    @media only screen and (min-width: 768px) {
      .my-insurance-view .page-needs .paralax-img.dependantThree {
        display: block;
        top: -165px;
        right: 40px;
        left: auto;
        z-index: 1; } }
    @media only screen and (min-width: 992px) {
      .my-insurance-view .page-needs .paralax-img.dependantThree {
        top: 243px;
        right: -270px;
        left: auto;
        z-index: 2; } }
  .my-insurance-view .page-needs .question-wrapper {
    text-align: center; }
    .my-insurance-view .page-needs .question-wrapper:focus {
      outline: none; }
    .my-insurance-view .page-needs .question-wrapper button.help {
      display: inline-block;
      float: none;
      position: static; }
    .my-insurance-view .page-needs .question-wrapper h3 {
      display: inline-block;
      vertical-align: middle;
      margin: 15px auto; }
      .my-insurance-view .page-needs .question-wrapper h3:focus {
        outline: none; }
  .my-insurance-view .assumptions-inputs {
    background-color: #f8f8f8;
    padding: 15px 0 35px 0;
    margin-bottom: 15px; }
    @media only screen and (min-width: 768px) {
      .my-insurance-view .assumptions-inputs p {
        display: inline; }
      .my-insurance-view .assumptions-inputs h3 {
        text-align: left; } }
    @media only screen and (min-width: 768px) {
      .my-insurance-view .assumptions-inputs .investor-note {
        display: inline; } }
    .my-insurance-view .assumptions-inputs .investor-note p {
      color: #3594d7;
      position: relative;
      top: -10px; }
      @media only screen and (min-width: 768px) {
        .my-insurance-view .assumptions-inputs .investor-note p {
          display: inline;
          top: auto; } }
    .my-insurance-view .assumptions-inputs button.help {
      float: none;
      position: absolute;
      left: -15px; }
  .my-insurance-view .one-insured .page-needs .insured-two {
    display: none; }
  @media only screen and (min-width: 768px) {
    .my-insurance-view .one-insured .page-needs .needs-insured-images .insured-one {
      width: 83.33333333%; }
    .my-insurance-view .one-insured .page-needs .insured-one {
      width: 83.33333333%; } }
  .my-insurance-view .no-dependants .result-dep-1,
  .my-insurance-view .no-dependants .paralax-img.dependantOne,
  .my-insurance-view .no-dependants .result-dep-2,
  .my-insurance-view .no-dependants .paralax-img.dependantTwo,
  .my-insurance-view .no-dependants .result-dept-3,
  .my-insurance-view .no-dependants .paralax-img.dependantThree {
    visibility: hidden;
    opacity: 0; }
  .my-insurance-view .no-dependants .results-dependants {
    display: none; }
  .my-insurance-view .no-dependants .graph-select {
    width: 100%; }
  .my-insurance-view .no-dependants .dependant-info:nth-child(2) {
    display: none; }
  .my-insurance-view .no-dependants .dependant-info:nth-child(3) {
    display: none; }
  .my-insurance-view .one-dependant .result-dep-2,
  .my-insurance-view .one-dependant .paralax-img.dependantTwo,
  .my-insurance-view .one-dependant .result-dep-3,
  .my-insurance-view .one-dependant .paralax-img.dependantThree {
    visibility: hidden;
    opacity: 0; }
  .my-insurance-view .one-dependant .dependant-info:nth-child(3) {
    display: none; }
  .my-insurance-view .two-dependants .result-dep-3,
  .my-insurance-view .two-dependants .paralax-img.dependantThree {
    visibility: hidden;
    opacity: 0; }
  .my-insurance-view .three-dependants {
    /* default stylings */ }
  .my-insurance-view .photo {
    background-image: url(../img/insured-photo-frame-smallest.png);
    background-size: 273px 176px;
    width: 273px;
    height: 176px;
    margin: auto;
    overflow: hidden;
    position: relative; }
    .my-insurance-view .photo .name {
      position: absolute;
      bottom: 0px;
      width: 100%;
      padding: 4px;
      background-color: rgba(255, 255, 255, 0.9);
      font-size: 14px;
      color: #2c8d96; }
      .my-insurance-view .photo .name label {
        color: #2c8d96;
        margin: 0;
        font-size: inherit; }
  @media only screen and (min-width: 768px) {
    .my-insurance-view .photo .name {
      font-size: 16px;
      padding: 8px; } }
  .my-insurance-view .photo-wrapper {
    width: 236px;
    height: 140px;
    margin: 19px auto;
    background-color: #ffffff;
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    }
  .my-insurance-view .photo.dependant-photo {
    background-image: url(../img/dependants-photo-frame-smallest.png);
    background-size: 273px 176px;
    background-repeat: no-repeat;
    width: 273px;
    height: 176px; }
    @media only screen and (min-width: 768px) {
      .my-insurance-view .photo.dependant-photo {
        background-image: url(../img/dependants-photo-frame-medium.png);
        background-size: 232px 149px;
        width: 232px;
        height: 149px; }
        .my-insurance-view .photo.dependant-photo .photo-wrapper, .my-insurance-view .photo.dependant-photo .add-photo {
          width: 186px;
          height: 110px; } }
    @media only screen and (min-width: 992px) {
      .my-insurance-view .photo.dependant-photo {
        background-image: url(../img/dependants-photo-frame-smallest.png);
        background-size: 273px 176px;
        width: 273px;
        height: 176px; }
        .my-insurance-view .photo.dependant-photo .photo-wrapper, .my-insurance-view .photo.dependant-photo .add-photo {
          width: 236px;
          height: 140px; } }
  .my-insurance-view .select-photo .photo-wrapper a {
    position: absolute;
    top: 50%;
    margin-top: -32px;
    left: -10px;
    z-index: 2;
    padding: 20px; }
  .my-insurance-view .select-photo .photo-wrapper a.right {
    left: auto;
    right: -10px; }
  .my-insurance-view .paralax-img {
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #2d8c95;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    width: 164px;
    height: 100px;
    background-color: #ffffff;
    display: none;
    position: absolute;
    z-index: 10; }
    .my-insurance-view .paralax-img .photo-wrapper {
      width: 100%;
      height: 100%;
      margin: auto;
      background-size: cover;
      background-position: center; }
  .my-insurance-view .house {
    top: -330px;
    right: 120px;
    z-index: 2;
    display: none !important;
    }
    @media only screen and (min-width: 768px) {
      .my-insurance-view .house {
        top: -130px;
        left: -30px;
        right: auto; } }
    @media only screen and (min-width: 992px) {
      .my-insurance-view .house {
        top: 60px;
        left: -200px; } }
    .my-insurance-view .house .photo-wrapper {
      background-image: url(../img/paralax-img-house.jpg); }
  .my-insurance-view .car {
    top: -280px;
    right: 20px;
    z-index: 1;
    display: none !important;}
    @media only screen and (min-width: 768px) {
      .my-insurance-view .car {
        top: -50px;
        left: 10px;
        right: auto; } }
    @media only screen and (min-width: 992px) {
      .my-insurance-view .car {
        top: 160px;
        left: -160px; } }
    .my-insurance-view .car .photo-wrapper {
      background-image: url(../img/paralax-img-car.jpg); }
  @media only screen and (min-width: 480px) {
    .my-insurance-view .paralax-img {
      display: block; } }
  @media only screen and (min-width: 992px) {
    .my-insurance-view .paralax-img {
      width: 296px;
      height: 178px;
      padding: 20px; } }
  .my-insurance-view .graph-select {
    margin: auto auto 20px auto; }
    .my-insurance-view .graph-select .insured-image {
      background-image: url(../img/insured-photo-frame--select-smallest.png);
      background-size: 146px 96px;
      width: 146px;
      height: 96px;
      position: relative;
      overflow: hidden;
      margin: auto 6px auto auto;
      opacity: 0.7;
      cursor: pointer; }
      .my-insurance-view .graph-select .insured-image:focus {
        outline: -webkit-focus-ring-color transparent 0px;
        -webkit-box-shadow: 0px 0px 5px #3594d7;
        box-shadow: 0px 0px 5px #3594d7; }
      .my-insurance-view .graph-select .insured-image .photo-wrapper {
        width: 122px;
        height: 75px;
        margin: 11px auto;
        /*border: 1px solid #ffffff;*/ }
        @media only screen and (min-width: 480px) {
          .my-insurance-view .graph-select .insured-image .photo-wrapper {
            width: 172px;
            height: 106px; } }
        @media only screen and (min-width: 768px) {
          .my-insurance-view .graph-select .insured-image .photo-wrapper {
            width: 194px;
            height: 116px;
            margin: 16px auto;
            } }
      @media only screen and (min-width: 480px) {
        .my-insurance-view .graph-select .insured-image {
          background-image: url(../img/insured-photo-frame--select-small.png);
          background-size: 197px 129px;
          width: 197px;
          height: 129px; } }
      @media only screen and (min-width: 768px) {
        .my-insurance-view .graph-select .insured-image {
          background-image: url(../img/insured-photo-frame--select-medium.png);
          background-size: 229px 150px;
          width: 229px;
          height: 190px;
          background-repeat: no-repeat;
          } }
    .my-insurance-view .graph-select .insured-image.insuredTwo {
      margin: auto auto auto 6px; }
    .my-insurance-view .graph-select .insured-image.selected {
      opacity: 1; }
      .my-insurance-view .graph-select .insured-image.selected .photo-wrapper {
        /*border-color: #2d8c95;
        box-shadow: 0px 0px 10px #2d8c95;*/
        width: 185px;
        height: 120px;
        background-repeat: no-repeat;
        overflow: initial;
        top: 0;
        }
    .my-insurance-view .graph-select .insured-image:hover .photo-wrapper, .my-insurance-view .graph-select .insured-image:focus .photo-wrapper {
      border-color: #2c8d96; }
    .my-insurance-view .graph-select h2 small {
      display: block; }
    .my-insurance-view .graph-select .select-images {
      padding: 0; }
  .my-insurance-view .one-insured .graph-select h2 small {
    display: none; }
  .my-insurance-view .one-insured .graph-select .insured-one {
    width: 100%; }
    .my-insurance-view .one-insured .graph-select .insured-one .insuredOne {
      margin: auto;
      background-size: 273px 176px;
      background-repeat: no-repeat;
      width: 273px;
      height: 235px;
      margin: auto;
      overflow: initial;
      position: relative;
      }
  .my-insurance-view .one-insured .graph-select .insured-two {
    display: none; }
  .my-insurance-view .results-dependants {
    display: none;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .my-insurance-view .results-dependants {
        display: block; } }
    .my-insurance-view .results-dependants .dependant-image {
      width: 122px;
      height: 74px;
      padding: 10px;
      background-color: #ffffff;
      -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
      box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
      position: absolute;
      transition: transform 0.3s ease-out, box-shadow 0.3s ease-out; }
      .my-insurance-view .results-dependants .dependant-image .photo-wrapper {
        width: 100%;
        height: 100%;
        margin: 0; }
    .my-insurance-view .results-dependants .result-dep-1 {
      top: 92px;
      left: 10px; }
      @media only screen and (min-width: 992px) {
        .my-insurance-view .results-dependants .result-dep-1 {
          left: 50px; } }
    .my-insurance-view .results-dependants .result-dep-2 {
      top: 110px;
      left: 110px; }
      @media only screen and (min-width: 992px) {
        .my-insurance-view .results-dependants .result-dep-2 {
          left: 140px; } }
    .my-insurance-view .results-dependants .result-dep-3 {
      top: 150px;
      left: 30px; }
      @media only screen and (min-width: 992px) {
        .my-insurance-view .results-dependants .result-dep-3 {
          left: 60px; } }
    .my-insurance-view .results-dependants .dependant-image:hover {
      z-index: 2;
      transform: scale(1.4);
      -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
      box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.4); }
  .my-insurance-view .insuredOne .photo-wrapper {
    background-image: url(../img/insuredm1.jpg); }
  .my-insurance-view .insuredTwo .photo-wrapper {
    background-image: url(../img/insuredf1.jpg); }
  .my-insurance-view .dependantOne .photo-wrapper, .my-insurance-view .result-dep-1 .photo-wrapper {
    background-image: url(../img/dependant1.jpg); }
  .my-insurance-view .dependantTwo .photo-wrapper, .my-insurance-view .result-dep-2 .photo-wrapper {
    background-image: url(../img/dependant1.jpg); }
  .my-insurance-view .dependantThree .photo-wrapper, .my-insurance-view .result-dep-3 .photo-wrapper {
    background-image: url(../img/dependant1.jpg); }
  .my-insurance-view .default .remove-button {
    display: none; }
  .my-insurance-view .default .photo-wrapper {
    display: none; }
  .my-insurance-view .default .add-photo {
    display: block; }
  .my-insurance-view .default .photo {
    background-image: url(../img/insured-photo-frame-default-largest.png);
    background-size: 97%;
    background-position: 4px 5px;
    background-repeat: no-repeat; }
  .my-insurance-view .default .insured-inputs, .my-insurance-view .default .dependants-inputs {
    visibility: hidden;
    height: 0px;
    overflow: hidden; }
  .my-insurance-view .default.insured-info {
    margin-bottom: 0; }
  .my-insurance-view .info-tooltip {
    position: absolute;
    border: 1px solid #afafaf;
    border-radius: 4px;
    z-index: 100;
    background-color: #ffffff;
    padding: 7px 15px 7px 15px;
    width: 120px;
    white-space: normal;
    text-align: center;
    bottom: 30px;
    display: none;
    left: 50%;
    margin-left: -60px; }
    .my-insurance-view .info-tooltip * {
      white-space: normal; }
  .my-insurance-view .email-pop-content .info-tooltip {
    top: 10px;
    bottom: inherit; }
  .my-insurance-view .info-tooltip:before, .my-insurance-view .info-tooltip:after {
    content: " ";
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top-color: #afafaf; }
  .my-insurance-view .info-tooltip:after {
    bottom: -19px;
    border-top-color: #ffffff; }
  .my-insurance-view .adjustments-container {
    border: 1px solid #2c8d96;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px; }
    .my-insurance-view .adjustments-container .adjustments-header {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
    .my-insurance-view .adjustments-container .label-wrapper:lang(fr) {
      margin-bottom: 10px; }
      @media only screen and (min-width: 992px) {
        .my-insurance-view .adjustments-container .label-wrapper:lang(fr) {
          margin-bottom: 0px; } }
    .my-insurance-view .adjustments-container .label-wrapper label {
      margin: 0;
      line-height: 160%; }
    .my-insurance-view .adjustments-container .inputs-row {
      position: relative;
      padding-bottom: 40px;
      border-bottom: 1px solid #cccccc;
      margin: 15px auto; }
      @media only screen and (min-width: 768px) {
        .my-insurance-view .adjustments-container .inputs-row {
          display: table;
          width: 100%;
          padding-bottom: 0;
          border: 0;
          margin: 28px auto 15px auto; }
          .my-insurance-view .adjustments-container .inputs-row:lang(fr) {
            padding-bottom: 40px; } }
    @media only screen and (min-width: 768px) and (min-width: 992px) {
      .my-insurance-view .adjustments-container .inputs-row:lang(fr) {
        padding-bottom: 0px; } }
      @media only screen and (min-width: 768px) {
          .my-insurance-view .adjustments-container .inputs-row .label-wrapper,
          .my-insurance-view .adjustments-container .inputs-row .slider-wrapper,
          .my-insurance-view .adjustments-container .inputs-row .input-wrapper,
          .my-insurance-view .adjustments-container .inputs-row .radio-wrapper {
            display: table-cell;
            vertical-align: middle; }
            .my-insurance-view .adjustments-container .inputs-row .label-wrapper:lang(fr),
            .my-insurance-view .adjustments-container .inputs-row .slider-wrapper:lang(fr),
            .my-insurance-view .adjustments-container .inputs-row .input-wrapper:lang(fr),
            .my-insurance-view .adjustments-container .inputs-row .radio-wrapper:lang(fr) {
              display: block; } }
      @media only screen and (min-width: 768px) and (min-width: 992px) {
        .my-insurance-view .adjustments-container .inputs-row .label-wrapper:lang(fr),
        .my-insurance-view .adjustments-container .inputs-row .slider-wrapper:lang(fr),
        .my-insurance-view .adjustments-container .inputs-row .input-wrapper:lang(fr),
        .my-insurance-view .adjustments-container .inputs-row .radio-wrapper:lang(fr) {
          display: table-cell; } }
      @media only screen and (min-width: 768px) {
          .my-insurance-view .adjustments-container .inputs-row .input-wrapper:lang(fr) {
            position: absolute;
            top: 0px;
            right: 96px; }
          .my-insurance-view .adjustments-container .inputs-row .radio-wrapper:lang(fr) {
            position: absolute;
            top: 0px;
            right: 0px; } }
      @media only screen and (min-width: 992px) {
        .my-insurance-view .adjustments-container .inputs-row .input-wrapper:lang(fr),
        .my-insurance-view .adjustments-container .inputs-row .radio-wrapper:lang(fr) {
          top: auto;
          bottom: auto;
          left: auto;
          right: auto;
          position: relative;
          float: none; } }
    .my-insurance-view .adjustments-container .inputs-row.last {
      border-bottom: none; }
    .my-insurance-view .adjustments-container .input-wrapper {
      float: left; }
      @media only screen and (min-width: 768px) {
        .my-insurance-view .adjustments-container .input-wrapper {
          padding: 0px 10px; } }
    .my-insurance-view .adjustments-container .radio-wrapper {
      width: 90px;
      float: right;
      margin-top: -8px;
      /* lines this up with input field */ }
    .my-insurance-view .adjustments-container .slider-wrapper {
      width: 100%;
      position: absolute;
      bottom: 0px;
      margin: 15px auto; }
      @media only screen and (min-width: 768px) {
        .my-insurance-view .adjustments-container .slider-wrapper {
          position: static;
          width: 26%; }
          .my-insurance-view .adjustments-container .slider-wrapper:lang(fr) {
            width: auto;
            position: absolute;
            width: 100%; } }
      @media only screen and (min-width: 992px) {
        .my-insurance-view .adjustments-container .slider-wrapper {
          position: static;
          width: 44%; }
          .my-insurance-view .adjustments-container .slider-wrapper:lang(fr) {
            width: 32%;
            position: static; } }
      .my-insurance-view .adjustments-container .slider-wrapper.disabled {
        opacity: 0.4;
        cursor: not-allowed; }
    .my-insurance-view .adjustments-container .label-wrapper {
      white-space: nowrap; }
      @media only screen and (min-width: 768px) {
        .my-insurance-view .adjustments-container .label-wrapper {
          width: 110px; }
          .my-insurance-view .adjustments-container .label-wrapper:lang(fr) {
            width: 190px; } }
    .my-insurance-view .adjustments-container .slider-placeholder {
      width: 100%;
      height: 5px;
      background-color: #f2f2f2;
      border: 1px solid #e6e6e6; }
      .my-insurance-view .adjustments-container .slider-placeholder .ui-slider-handle {
        border: 4px solid #2c8d96;
        background-color: #3594d7;
        border-radius: 11px;
        width: 22px;
        height: 22px;
        top: -9px;
        margin-left: -11px;
        box-shadow: 0px 0px 0px rgba(53, 148, 215, 0.7);
        -webkit-transition: border-color 0.1s, background-color 0.1s, box-shadow 0.1s;
        transition: border-color 0.1s, background-color 0.1s, box-shadow 0.1s; }
      .my-insurance-view .adjustments-container .slider-placeholder .ui-slider-handle:focus {
        border-color: #0085bb;
        background-color: #4a9fdb;
        outline: -webkit-focus-ring-color none;
        box-shadow: 0px 0px 5px rgba(53, 148, 215, 0.7); }
    .my-insurance-view .adjustments-container .total-row {
      padding-top: 15px;
      border-top: 1px solid #2c8d96; }
      .my-insurance-view .adjustments-container .total-row label {
        margin-right: 0px; }
        @media only screen and (min-width: 768px) {
          .my-insurance-view .adjustments-container .total-row label {
            display: inline-block;
            width: 240px; } }
        @media only screen and (min-width: 992px) {
          .my-insurance-view .adjustments-container .total-row label {
            margin-right: 392px; } }
        @media only screen and (min-width: 1200px) {
          .my-insurance-view .adjustments-container .total-row label {
            margin-right: 404px; } }
  .my-insurance-view .closed.adjustments-container {
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
    background-color: #2c8d96;
    padding-bottom: 1px; }
    .my-insurance-view .closed.adjustments-container .inputs-row {
      display: none; }
    .my-insurance-view .closed.adjustments-container button.close {
      display: none; }
    .my-insurance-view .closed.adjustments-container button.open {
      display: block; }
    .my-insurance-view .closed.adjustments-container .adjustments-header {
      border-bottom-left-radius: 25px;
      border-bottom-right-radius: 25px; }
  .my-insurance-view .graph-legend {
    border-top: 1px solid #6d767c;
    padding-top: 4px;
    margin: 4px 0;
    /* legend dot colours */ }
    @media only screen and (min-width: 768px) {
      .my-insurance-view .graph-legend {
        width: 133px;
        border-top: 0;
        border-left: 1px solid #6d767c;
        padding: 0 8px;
        margin: auto;
        height: 280px; } }
    .my-insurance-view .graph-legend li {
      border: 1px solid #ffffff;
      vertical-align: middle;
      width: 32.7%;
      padding: 4px 10px 4px 30px;
      margin: 1px .3%;
      position: relative;
      display: inline-block;
      border-radius: 4px;
      cursor: pointer; }
      .my-insurance-view .graph-legend li:lang(fr) {
        width: 49%;
        height: 50px; }
        @media only screen and (min-width: 480px) {
          .my-insurance-view .graph-legend li:lang(fr) {
            height: auto; } }
        @media only screen and (min-width: 768px) {
          .my-insurance-view .graph-legend li:lang(fr) {
            width: auto;
            font-size: 12px; } }
      @media only screen and (min-width: 480px) {
        .my-insurance-view .graph-legend li {
          width: auto; } }
      @media only screen and (min-width: 768px) {
        .my-insurance-view .graph-legend li {
          display: block; } }
    .my-insurance-view .graph-legend li:before {
      content: " ";
      display: inline-block;
      width: 11px;
      height: 11px;
      background-color: #414141;
      border-radius: 8px;
      position: absolute;
      top: 7px;
      left: 10px; }
    .my-insurance-view .graph-legend li:hover {
      border-color: #3594d7;
      background-color: #eeeeee; }
    .my-insurance-view .graph-legend li.selected {
      border-color: #3594d7;
      }
    .my-insurance-view .graph-legend li.leg-purple:before {
      background-color: #6fae20;
      }
    .my-insurance-view .graph-legend li.leg-light-blue:before {
      background-color: #3594d7;
      }
    .my-insurance-view .graph-legend li.leg-orange:before {
      background-color: #db7a20;
      }
    .my-insurance-view .graph-legend li.leg-green:before {
      background-color: #db2c2c;
      }
    .my-insurance-view .graph-legend li.leg-pink:before {
      background-color: #da64dd; }
    .my-insurance-view .graph-legend li.leg-black:before {
      background-color: #2c8d96;
      }
  .my-insurance-view .future-graph .graph-legend li {
    width: auto;
    min-width: 32.7%; }
    @media only screen and (min-width: 480px) {
      .my-insurance-view .future-graph .graph-legend li {
        min-width: 0; } }
  @media only screen and (min-width: 768px) {
    .my-insurance-view .legend-wrapper {
      float: right;
      margin: 15px auto; } }
  .my-insurance-view .refresh-results-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.94);
    z-index: 10;
    text-align: center;
    /*display: none;*/ }
    .my-insurance-view .refresh-results-wrapper .refresh-results-content {
      margin: 320px 15px 15px 0px; }
  .my-insurance-view .warning-icon {
    background-image: url(../img/sprites-misc.png);
    background-size: 193px 110px;
    background-position: 0px -85px;
    display: inline-block;
    width: 29px;
    height: 24px; }
  .my-insurance-view #result_blocker {
    display: none; }
  .my-insurance-view .results-graphs-container {
    position: relative;
    margin: 15px -15px;
    -webkit-box-shadow: 0px 1px 6px #6d767c;
    box-shadow: 0px 1px 6px #6d767c; }
    @media only screen and (min-width: 480px) {
      .my-insurance-view .results-graphs-container {
        margin: 45px 15px 15px;
        padding: 50px 0 0;
        } }
    .my-insurance-view .results-graphs-container hr {
      margin: 15px; }
    .my-insurance-view .results-graphs-container .graph {
      position: relative;
      height: 234px;
      padding: 0px 15px;
      width: 100%;
      width: 90%; }
      @media only screen and (min-width: 768px) {
        .my-insurance-view .results-graphs-container .graph {
          padding: 0;
          margin: 15px;
          float: left;
          width: 527px;
          height: 282px; } }
      @media only screen and (min-width: 992px) {
        .my-insurance-view .results-graphs-container .graph {
          width: 747px; } }
      @media only screen and (min-width: 1200px) {
        .my-insurance-view .results-graphs-container .graph {
          width: 791px; } }
  .my-insurance-view .results-graphs-container:before,
  .my-insurance-view .results-graphs-container:after {
    content: " ";
    height: 40px;
    width: 40px;
    background-image: url(../img/sprite-graph-container-corners.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: absolute; 
    display: none !important;
    }
    @media only screen and (min-width: 768px) {
      .my-insurance-view .results-graphs-container:before,
      .my-insurance-view .results-graphs-container:after {
        width: 60px;
        height: 60px; } }
  .my-insurance-view .results-graphs-container:before {
    top: -3px;
    left: -3px; }
  .my-insurance-view .results-graphs-container:after {
    background-position: -54px;
    bottom: -4px;
    right: -3px; }
    @media only screen and (min-width: 768px) {
      .my-insurance-view .results-graphs-container:after {
        background-position: -79px; } }
  .my-insurance-view .graph-small {
    width: 312px;
    height: 211px;
    position: fixed;
    top: -400px;
    left: -400px; }
  .my-insurance-view .modul,
  .my-insurance-view .ui-dialog {
    position: absolute;
    width: 80%;
    max-width: 460px;
    padding: 0.2em;
    border: 1px solid #afafaf;
    border-radius: 6px;
    z-index: 150;
    background-color: #ffffff;
    overflow: visible !important;
    display: none; }
    .my-insurance-view .modul .buttons-wrapper,
    .my-insurance-view .ui-dialog .buttons-wrapper {
      text-align: left; }
      .my-insurance-view .modul .buttons-wrapper button,
      .my-insurance-view .ui-dialog .buttons-wrapper button {
        margin: 12px 12px 12px 0; }
  .my-insurance-view .blocker {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none; }
  .my-insurance-view .ui-dialog .ui-dialog-titlebar {
    display: none; }
  .my-insurance-view .generic-help p {
    /*overflow: visible !important;*/ }
  .my-insurance-view .generic-help button[type=submit] {
    margin-left: auto;
    margin-right: auto;
    display: block; }
  @media print {
    .my-insurance-view .print-page-wrapper {
      margin: auto;
      page-break-after: always; }
      .my-insurance-view .print-page-wrapper.no-page-break {
        page-break-after: avoid; } }
  .my-insurance-view .print-page-wrapper .print-area {
    overflow-x: hidden;
    width: 96%;
    height: 8.4in;
    position: relative;
    margin: 20px auto 20px auto;
    overflow-y: scroll;
    padding-right: 2%;
    }
    @media print {
      .my-insurance-view .print-page-wrapper .print-area {
        margin: auto;
        margin-top: 0.5in; } }
  .my-insurance-view .print-page-wrapper .sample {
    text-align: center;
    color: #ffffff;
    background-color: #6d767c;
    width: 100%;
    height: 100%;
    margin: 15px auto;
    display: block;
    padding: 15px;
    border-radius: 6px; }
  .my-insurance-view .print-page-wrapper .printrow-lg {
    margin-left: -0.25in;
    margin-right: -0.25in; }
    .my-insurance-view .print-page-wrapper .printrow-lg .printcol-1,
    .my-insurance-view .print-page-wrapper .printrow-lg .printcol-2 {
      padding: 0 0.25in; }
    .my-insurance-view .print-page-wrapper .printrow-lg .printcol-1 {
      width: 50%; }
    .my-insurance-view .print-page-wrapper .printrow-lg .printcol-2 {
      width: 100%; }
  .my-insurance-view .print-page-wrapper .printrow-sm {
    margin-left: -0.1375in;
    margin-right: -0.1375in; }
    .my-insurance-view .print-page-wrapper .printrow-sm .printcol-1,
    .my-insurance-view .print-page-wrapper .printrow-sm .printcol-2,
    .my-insurance-view .print-page-wrapper .printrow-sm .printcol-3 {
      padding: 0 0.1375in; }
    .my-insurance-view .print-page-wrapper .printrow-sm .printcol-1 {
      width: 33.3333333%; }
    .my-insurance-view .print-page-wrapper .printrow-sm .printcol-2 {
      width: 66.6666666%; }
    .my-insurance-view .print-page-wrapper .printrow-sm .printcol-3 {
      width: 100%; }
  .my-insurance-view .print-page-wrapper .printrow-lg:before,
  .my-insurance-view .print-page-wrapper .printrow-sm:before {
    content: " ";
    display: table; }
  .my-insurance-view .print-page-wrapper .printrow-lg:after,
  .my-insurance-view .print-page-wrapper .printrow-sm:after {
    content: " ";
    display: table;
    clear: both; }
  .my-insurance-view .print-page-wrapper .printcol-1,
  .my-insurance-view .print-page-wrapper .printcol-2,
  .my-insurance-view .print-page-wrapper .printcol-3 {
    float: left;
    position: relative; }
  .my-insurance-view .print-page-wrapper h1,
  .my-insurance-view .print-page-wrapper h2,
  .my-insurance-view .print-page-wrapper h3,
  .my-insurance-view .print-page-wrapper h4,
  .my-insurance-view .print-page-wrapper h5 {
    text-align: left; }
  .my-insurance-view .print-page-wrapper h1 {
    font-size: 22pt;
    margin: 0.2in 0;
    color: #2c8d96 !important;
    font-family: 'Roboto', sans-serif; }
  .my-insurance-view .print-page-wrapper h2 {
    font-size: 14pt;
    margin: 0 0 0.15in 0;
    color: #444444 !important;
    font-family: 'Roboto', sans-serif; }
  .my-insurance-view .print-page-wrapper h3 {
    font-size: 10pt;
    margin: 0.1in 0;
    color: #2c8d96 !important;
    font-family: 'Roboto', sans-serif; }
  .my-insurance-view .print-page-wrapper h4 {
    font-size: 10pt;
    margin: 0.1in 0 0 0;
    color: #444444 !important;
    font-family: 'Roboto', sans-serif; }
  .my-insurance-view .print-page-wrapper h5 {
    /* this is the legal header */
    font-size: 10px;
    margin: 1em 0;
    color: #2c8d96 !important; }
  .my-insurance-view .print-page-wrapper p {
    font-size: 10pt;
    line-height: 140%;
    margin-bottom: 0.65em;
    color: #414141 !important; }
    
    .printrow-footer{
        padding: 10px;    
    }
    
    .footer .bluebarline{
        background: #298f97;
        padding: 5px 0;
    }
    
    .footer .bluebarline p{
        color: #fff !important;
        margin: 0;
        text-align: center;
        font-size: 16px;
    }
    .footer .printrow-footer img{
        float: left;
        width: 320px;
        height: auto;
        padding-right: 20px;
        padding-top: 7px;
    }
    .footer .printrow-footer p {
        margin: 5px 0px 0px 0px;
        font-size: 11px;
        text-align: left;
        line-height: 15px;
    }

  .my-insurance-view .print-page-wrapper small {
    font-size: 72%;
    color: #414141; }
  .my-insurance-view .print-page-wrapper .slug {
    font-size: 10pt;
    color: #808284;
    margin: 0; }
  .my-insurance-view .print-page-wrapper .legal {
    margin: 0.5in 0;
    font-size: 8pt; }
    .my-insurance-view .print-page-wrapper .legal p {
      font-size: inherit;
      margin-bottom: 5pt; }
  .my-insurance-view .print-page-wrapper hr {
    border-bottom: 1px solid #2c8d96;
    height: 0px;
    background-image: none;
    margin: 0.12in 0; }
  @media print {
    .my-insurance-view body {
      padding: 0; } }
  .my-insurance-view .print-preview {
    padding: 0 0 80px 0;
    background-color: #E0E9F3; }
    .my-insurance-view .print-preview .print-button,
    .my-insurance-view .print-preview .pdf-button {
      padding-right: 48px;
      position: fixed;
      bottom: 30px;
      right: 30px;
      top: auto;
      left: auto;
      z-index: 10;
      -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.4);
      box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.4); }
      @media print {
        .my-insurance-view .print-preview .print-button,
        .my-insurance-view .print-preview .pdf-button {
          display: none; } }
      .my-insurance-view .print-preview .print-button:after,
      .my-insurance-view .print-preview .pdf-button:after {
        background-image: url(../img/sprites-misc.png);
        background-size: 193px 110px;
        display: block;
        position: absolute;
        right: 10px;
        background-position: 0px 0px;
        width: 22px;
        height: 22px;
        top: 10px;
        content: ""; }
      .my-insurance-view .print-preview .print-button:hover:after,
      .my-insurance-view .print-preview .pdf-button:hover:after {
        background-position: 0px -23px; }
    .my-insurance-view .print-preview .pdf-button:after {
      background-position: -22px 0px; }
    .my-insurance-view .print-preview .pdf-button:hover:after {
      background-position: -22px -23px; }
    .my-insurance-view .print-preview .pdf-buttonIE {
      padding-right: 48px;
      position: fixed;
      bottom: 30px;
      right: 30px;
      top: auto;
      left: auto;
      z-index: 11; }
    .my-insurance-view .print-preview .slug {
      position: absolute;
      bottom: 0;
      left: 0;
      display: none;}
    .my-insurance-view .print-preview .nav {
      position: static; }
      @media print {
        .my-insurance-view .print-preview .nav {
          display: none; } }
      .my-insurance-view .print-preview .nav .brand {
        display: block;
        float: left;
        font-size: 20px; }
        .my-insurance-view .print-preview .nav .brand sup {
          top: -10px; }
        @media only screen and (min-width: 480px) {
          .my-insurance-view .print-preview .nav .brand {
            font-size: 33px; }
            .my-insurance-view .print-preview .nav .brand sup {
              top: -17px; } }
      .my-insurance-view .print-preview .nav h1 {
        float: right;
        margin: auto;
        font-size: 20px;
        margin-top: 3px; }
        @media only screen and (min-width: 480px) {
          .my-insurance-view .print-preview .nav h1 {
            margin-top: 10px; } }
        @media only screen and (min-width: 768px) {
          .my-insurance-view .print-preview .nav h1 {
            margin-top: 12px; } }
    @media print {
      .my-insurance-view .print-preview {
        padding: 0; } }
    .my-insurance-view .print-preview .print-page-wrapper {
      position: relative;
      overflow: hidden;
      border: 1px solid #3594d7;
      -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.4);
      box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.4);
      width: 8.5in;
      height: 11in;
      /*padding: .75in;*/
      margin: 20px auto;
      background-color: #ffffff; 
      background-image: url(../img/bg-logo.png);
      background-size: 50%;
      background-position: right center;
      background-repeat: no-repeat;
      }
      @media print {
        .my-insurance-view .print-preview .print-page-wrapper {
          padding: 0 !important;
          border: none !important;
          margin: auto; } }
    .my-insurance-view .print-preview .header {
      margin-bottom: 0.27in; }
      .my-insurance-view .print-preview .header .wordmark {
        float: left;
        font-size: 28pt;
        color: #2c8d96 !important; }
        .my-insurance-view .print-preview .header .wordmark sup {
          position: relative;
          top: -12pt;
          color: inherit !important; }
        .my-insurance-view .print-preview .header .wordmark img {
          /*height: 0.43in;*/
          width: 100%; 
          height: auto;
        }
      .my-insurance-view .print-preview .header .logo {
        height: 0.42in;
        width: auto;
        float: right; 
      }
    .my-insurance-view .print-preview .legend {
      list-style: none;
      padding: 0;
      margin-bottom: 0.3in; }
      .my-insurance-view .print-preview .legend li {
        font-size: 7.5pt;
        display: inline-block;
        padding-right: 0.2in; }
      .my-insurance-view .print-preview .legend img {
        height: 0.12in;
        margin-right: 0.03in; }
    .my-insurance-view .print-preview .graph-wrapper .graph {
      height: 2.2in;
      width: 100%; }
    .my-insurance-view .print-preview .graph-wrapper hr {
      border-color: #bbbdc0;
      margin: 0.1in auto; }
    .my-insurance-view .print-preview .graph-wrapper h2 {
      text-align: center; }
    .my-insurance-view .print-preview table {
      width: 100%; }
      .my-insurance-view .print-preview table * {
        font-weight: normal; }
      .my-insurance-view .print-preview table caption {
        padding: 0; }
        .my-insurance-view .print-preview table caption h3 {
          margin: 0; }
      .my-insurance-view .print-preview table .line {
        border-bottom: 1px solid #bbbdc0; }
      .my-insurance-view .print-preview table td,
      .my-insurance-view .print-preview table th {
        vertical-align: bottom;
        padding: 0.04in 0.12in;
        position: relative; }
        .my-insurance-view .print-preview table td img,
        .my-insurance-view .print-preview table th img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0px;
          left: 0px;
          z-index: 1; }
        .my-insurance-view .print-preview table td span,
        .my-insurance-view .print-preview table th span {
          position: relative;
          z-index: 2; }
      .my-insurance-view .print-preview table.insurance-needs th img {
        min-height: 46px; }
      .my-insurance-view .print-preview table th {
        color: #2c8d96 !important;
        font-family: 'Roboto', sans-serif; }
        .my-insurance-view .print-preview table th span {
          color: inherit !important; }
      .my-insurance-view .print-preview table .total {
        color: #444444 !important; }
    .my-insurance-view .print-preview .needs-table .text-right,
    .my-insurance-view .print-preview .debts-table .text-right {
      color: #2c8d96 !important; }
    .my-insurance-view .print-preview .needs-table table,
    .my-insurance-view .print-preview .debts-table table {
      margin-bottom: 0.1in; }
    .my-insurance-view .print-preview .needs-table th,
    .my-insurance-view .print-preview .needs-table td,
    .my-insurance-view .print-preview .debts-table th,
    .my-insurance-view .print-preview .debts-table td {
      padding: 0; }
    .my-insurance-view .print-preview .purchase-insurance {
      margin: 0 auto 0.26in auto; }
      .my-insurance-view .print-preview .purchase-insurance th {
        width: 1.54in; }
      .my-insurance-view .print-preview .purchase-insurance td {
        width: 0.82in; }
      .my-insurance-view .print-preview .purchase-insurance td.wide {
        width: auto; }
    .my-insurance-view .print-preview .insurance-needs td {
      width: 0.98in; }
    .my-insurance-view .print-preview .insurance-needs td.years {
      width: 0.7in; }
    .my-insurance-view .print-preview .insurance-needs th.wide {
      width: 1.2in; }
    .my-insurance-view .print-preview .photo-wrapper {
      position: relative;
      margin: 0;
      width: 1.4213in;
      height: 0.9204in;
      float: left; }
      .my-insurance-view .print-preview .photo-wrapper img {
        width: 100%;
        height: 100%; }
      .my-insurance-view .print-preview .photo-wrapper .photo {
        background-image: none;
        position: absolute;
        top: .1in;
        left: .1in;
        width: 1.2361in;
        height: 0.7361in;
        overflow: hidden; }
        .my-insurance-view .print-preview .photo-wrapper .photo img {
          position: absolute;
          top: 0;
          left: 0;
          height: auto;
          width: 105%; }
    .my-insurance-view .print-preview .insured h2,
    .my-insurance-view .print-preview .dependants h2,
    .my-insurance-view .print-preview .debts-table h2 {
      padding-bottom: 0.15in;
      font-size: 22px;
      border-bottom: 1px solid #2c8d96;
      color: #2c8d96 !important; }
    .my-insurance-view .print-preview .insured h3,
    .my-insurance-view .print-preview .dependants h3,
    .my-insurance-view .print-preview .debts-table h3 {
      color: #444444 !important;
      margin: 0pt 0pt 4pt 0pt;
      font-family: 'Roboto', sans-serif; }
    .my-insurance-view .print-preview .debts-table {
      margin-top: 0.25in; }
    .my-insurance-view .print-preview .insured-info {
      margin-bottom: 0.2in; }
      .my-insurance-view .print-preview .insured-info h3 {
        overflow: hidden; }
      .my-insurance-view .print-preview .insured-info p {
        margin-bottom: 0; }
    .my-insurance-view .print-preview .relation {
      margin-bottom: 0; }
    .my-insurance-view .print-preview .dependants h4 {
      margin: auto; }
    .my-insurance-view .print-preview .blue {
      color: #2c8d96 !important; }
    .my-insurance-view .print-preview .gender .icon {
      height: 1em;
      width: 11px;
      display: inline-block;
      margin: 0px 3px;
      position: relative; }
      .my-insurance-view .print-preview .gender .icon img {
        width: 10px;
        height: auto;
        position: absolute;
        top: 3px; }
    .my-insurance-view .print-preview .gray-bar {
      border-bottom: 1px solid #bbbdc0; }
    .my-insurance-view .print-preview .assumptions {
      font-size: 8px; }
  .my-insurance-view .inside-page .header .wordmark {
    font-size: 20pt; }
    .my-insurance-view .inside-page .header .wordmark sup {
      top: -8pt; }
    .my-insurance-view .inside-page .header .wordmark img {
      /*height: 0.3in;*/
      width: 100%;
      height: auto;
    }
  .my-insurance-view .inside-page .header .logo {
    height: .3in; }
  .my-insurance-view .graph-legend.no-border{
    border: none;
  }

/*# sourceMappingURL=main.css.map */

/* footer items */

.alertfooter {
    margin-bottom: 0px;
}
.alertfooter p {
  font-size: 18px;
  color: #31708f;
}
}