input, select {
  -webkit-border-radius: 0px !important; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.site_menu_overlay {
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  display: none;
  min-height: 100%;
  background: #000;
  opacity: 0;
  z-index: -1; }
  .site_menu_overlay.active {
    opacity: 0.6;
    z-index: 1000;
    display: block; }

.site_menu {
  position: fixed;
  top: 0px;
  width: 25%;
  min-height: 100%;
  background: #2b343f;
  right: -25%;
  font-family: Lato;
  padding-top: 75px;
  z-index: 1000; }
  @media screen and (min-width: 1400px) {
    .site_menu {
      font-size: 32px; } }
  @media screen and (min-width: 1824px) {
    .site_menu {
      font-size: calc(2.15vw - 7px); } }
  .site_menu.moving {
    transition: right 0.5s ease-in-out;
    -o-transition: right 0.5s ease-in-out;
    -moz-transition: right 0.5s ease-in-out;
    -webkit-transition: right 0.5s ease-in-out; }
  @media screen and (min-width: 1824px) {
    .site_menu {
      padding-top: calc(5.8601vw + -30px); } }
  @media screen and (max-width: 991px) {
    .site_menu {
      width: 50%;
      right: -50%; } }
  @media screen and (max-width: 767px) {
    .site_menu {
      width: 75%;
      right: -75%; } }
  .site_menu.active {
    right: 0px; }
  .site_menu ul {
    list-style-type: none;
    margin: 0;
    margin-top: 0.666667em;
    padding: 0;
    font-size: 0.458333333em; }
    @media screen and (max-width: 991px) {
      .site_menu ul {
        font-size: 0.6875em;
        line-height: 1.875em; } }
    .site_menu ul li {
      line-height: 2.857em;
      list-style: none;
      margin: 0;
      padding: 0;
      font-size: inherit;
      transition: background 0.3s ease;
      -o-transition: background 0.3s ease;
      -moz-transition: background 0.3s ease;
      -webkit-transition: background 0.3s ease; }
      .site_menu ul li:hover {
        background: #197ba7; }
      .site_menu ul li a {
        color: white;
        text-decoration: none;
        padding-left: 1.875em;
        width: 100%;
        height: 100%;
        display: block; }
        .site_menu ul li a:hover {
          color: white;
          text-decoration: none; }

.footer {
  background: #f2f5f8;
  margin-top: 2.6rem;
  padding: 0.5rem 15px 0;
  /*overflow-x: hidden;*/
  font-family: Lato; }
  .footer > div.row {
    display: block;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto; }
    .footer > div.row > div {
      padding-left: 25px;
      padding-right: 25px; }
  @media screen and (max-width: 991px) {
    .footer > div {
      padding-right: 1rem;
      padding-left: 1rem; } }
  .footer h1 {
    font-size: 16px;
    line-height: 13.33px;
    margin-bottom: 0.5rem; }
  .footer p {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 1rem;
    color: #363636;
    font-weight: 400; }
    .footer p > strong {
      font-weight: 600; }
  .footer .logo-row {
    margin-bottom: 0.5rem; }
    .footer .logo-row > div {
      width: auto;
      float: left;
      padding: 0px 25px; }
      .footer .logo-row > div:first-child {
        padding-left: 15px; }
    .footer .logo-row img {
      height: 45px;
      min-height: 45px; }

.insurancesafe-button {
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: white;
  text-transform: uppercase;
  font-family: Lato; }

.error {
  margin-top: 5px; }

.riTextBox {
  font-family: lato !important;
  font-size: 16px !important; }

.content-wrapper {
  display: block;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 767px) {
    .content-wrapper {
      padding: 0 5px; } }
  .content-wrapper.flex_box {
    /*@include set-flex(stretch, center);*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: stretch;
    /* align items in Cross Axis */
    -webkit-align-items: stretch;
    align-content: stretch;
    /* Extra space in Cross Axis */
    -webkit-align-content: stretch;
    justify-content: center;
    -webkit-justify-content: center; }
    @media screen and (max-width: 991px) {
      .content-wrapper.flex_box {
        flex-wrap: wrap;
        -webkit-flex-direction: column;
        -ms-flex-direction: column; } }
  .content-wrapper.main_content {
    padding-top: 73px; }

.is-information {
  position: absolute;
  top: -43px;
  left: 0px;
  background-color: #fff !important;
  width: 345px; }
  @media screen and (max-width: 767px) {
    .is-information {
      top: -57px;
      width: 300px; } }
  .is-information .info {
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 14px;
    font-family: Lato;
    line-height: 13px;
    padding-left: 24px;
    color: #003f65;
    float: left;
    padding: 0px 15px; }
    @media screen and (max-width: 767px) {
      .is-information .info {
        float: none;
        margin-bottom: 15px; } }
  .is-information .secure {
    background-image: url("../images/insurancesafe/iscp_lock.png"); }
  .is-information .required {
    background-image: url("../images/insurancesafe/iscp_star.png"); }

.col-isnz {
  padding: 0px 10px;
  position: relative;
  min-height: 1px;
  font-family: Lato; }
  .col-isnz.col-info {
    width: 25%;
    background-color: #f2f5f8;
    padding: 0px 0px;
    margin: 0px 10px; }
    @media screen and (max-width: 991px) {
      .col-isnz.col-info {
        width: calc((100%) - 20px); } }
    .col-isnz.col-info > div {
      background-color: #f2f5f8; }
      .col-isnz.col-info > div .protector-banner {
        /*background:rgba(0,109,158,0.9);
        border:2px solid white;
        padding:5px;
        box-shadow: 0px 6px 9.8px 0.2px rgba(0, 0, 0, 0.2); */
        padding: 30px 20px; }
        .col-isnz.col-info > div .protector-banner > .price {
          color: white;
          text-align: center;
          position: relative;
          /*padding:20px;*/
          font-family: Lato;
          font-size: 20px; }
          .col-isnz.col-info > div .protector-banner > .price span {
            font-size: 35px;
            line-height: 50px;
            color: #004281; }
      .col-isnz.col-info > div img {
        width: 100%; }
        @media screen and (max-width: 991px) {
          .col-isnz.col-info > div img {
            max-width: 300px;
            margin: 0 auto;
            display: block; } }
    .col-isnz.col-info .info-el {
      padding: 0px 20px 20px; }
      .col-isnz.col-info .info-el > div {
        margin-top: 20px;
        font-size: 16px; }
      .col-isnz.col-info .info-el.info-summary .column-contents > div {
        margin-bottom: 18px; }
      .col-isnz.col-info .info-el.info-summary label {
        font-weight: 600; }
    .col-isnz.col-info label {
      color: #1c2833;
      font-weight: 400;
      margin-bottom: 5px;
      display: block; }
    .col-isnz.col-info .country-selector {
      font-size: 16px; }
      .col-isnz.col-info .country-selector select {
        width: 100%;
        padding: 8px 0px;
        width: 100%;
        height: 42px;
        background: #fff;
        border: 1px solid #d2d2d2;
        padding-left: .833333rem;
        border-bottom: 2px solid #000;
        border-radius: 0;
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        background: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
        background-position: 100% 50%;
        background-repeat: no-repeat;
        background-color: #fff; }
    .col-isnz.col-info .insurancesafe-select-date .date {
      position: relative; }
    .col-isnz.col-info .insurancesafe-select-date input {
      margin-bottom: 0px !important;
      border: 1px solid #d2d2d2; }
    .col-isnz.col-info .insurancesafe-select-date a {
      position: absolute;
      top: 12px;
      right: 10px; }
    .col-isnz.col-info .insurancesafe-select-date img {
      /* max-width: 100%; */
      width: 19px; }
    .col-isnz.col-info .adult-selector .adult-input-wrapper {
      width: 150px; }
    .col-isnz.col-info .adult-selector input[type="text"] {
      float: left;
      display: block;
      width: 42px;
      height: 42px;
      padding-left: 0px;
      border: 1px solid #cccccc;
      border-radius: 0px;
      color: black;
      -webkit-appearance: none;
      padding: 0px;
      text-align: center;
      position: relative; }
    .col-isnz.col-info .adult-selector .adult-button {
      float: left;
      height: 42px;
      width: 42px;
      position: relative;
      background-position: center center !important;
      background-size: 16px !important;
      background-repeat: no-repeat !important;
      color: #007dba;
      background: #f8f8f8;
      border: 1px solid #cccccc; }
      .col-isnz.col-info .adult-selector .adult-button.adult-minus {
        background-image: url("../images/minus_sign.png") !important;
        border-radius: 0px; }
      .col-isnz.col-info .adult-selector .adult-button.adult-plus {
        background-image: url("../images/plus_sign.png") !important;
        border-radius: 0px; }
    .col-isnz.col-info .children-selector .children-input-wrapper {
      width: 150px; }
    .col-isnz.col-info .children-selector input[type="text"] {
      float: left;
      display: block;
      width: 42px;
      height: 42px;
      padding-left: 0px;
      border: 1px solid #cccccc;
      border-radius: 0px;
      color: black;
      -webkit-appearance: none;
      padding: 0px;
      text-align: center;
      position: relative; }
    .col-isnz.col-info .children-selector .children-button {
      float: left;
      height: 42px;
      width: 42px;
      position: relative;
      background-position: center center !important;
      background-size: 16px !important;
      background-repeat: no-repeat !important;
      color: #007dba;
      background: #f8f8f8;
      border: 1px solid #cccccc; }
      .col-isnz.col-info .children-selector .children-button.children-minus {
        background-image: url("../images/minus_sign.png") !important;
        border-radius: 0px; }
      .col-isnz.col-info .children-selector .children-button.children-plus {
        background-image: url("../images/plus_sign.png") !important;
        border-radius: 0px; }
    .col-isnz.col-info .isnz-age-field-group input {
      width: 42px;
      height: 42px;
      border: 0px;
      padding-left: 10px;
      border-radius: 0px;
      border: 1px solid #d2d2d2;
      margin-bottom: 3px; }
    .col-isnz.col-info .promo-group input[type="text"] {
      width: 100%;
      height: 42px;
      border: 0px;
      padding-left: 10px;
      border-radius: 0px;
      border: 1px solid #d2d2d2; }
  .col-isnz.col-additional {
    width: 75%;
    text-align: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: stretch;
    /* align items in Cross Axis */
    -webkit-align-items: stretch;
    align-content: stretch;
    /* Extra space in Cross Axis */
    -webkit-align-content: stretch;
    -webkit-align-self: stretch; }
    .col-isnz.col-additional select {
      -webkit-appearance: none;
      -webkit-border-radius: 0;
      background: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
      background-position: 100% 50%;
      background-repeat: no-repeat;
      background-color: #fff; }
    @media screen and (max-width: 991px) {
      .col-isnz.col-additional {
        display: block;
        width: 100%; } }
    .col-isnz.col-additional > div {
      box-shadow: 0px 6px 9.8px 0.2px rgba(0, 0, 0, 0.2);
      width: 100%; }
    .col-isnz.col-additional .col-contents.isnz-highvalue .item-field {
      margin-bottom: 16px;
      position: relative; }
      .col-isnz.col-additional .col-contents.isnz-highvalue .item-field input[type="text"] {
        height: 42px;
        border: 1px solid #cccccc;
        color: #464646;
        padding-left: 10px;
        width: 100%; }
      .col-isnz.col-additional .col-contents.isnz-highvalue .item-field label {
        position: absolute;
        top: 22px;
        left: -18px;
        line-height: 0 !important; }
      .col-isnz.col-additional .col-contents.isnz-highvalue .item-field .itemdescrip {
        width: 100%; }
    .col-isnz.col-additional .col-contents .content-header {
      padding: 20px;
      font-size: 18px;
      line-height: 22px;
      color: white;
      text-transform: uppercase;
      background-color: #ad208e; }
      .col-isnz.col-additional .col-contents .content-header a {
        position: relative; }
        .col-isnz.col-additional .col-contents .content-header a img {
          position: absolute;
          top: 0px; }
    .col-isnz.col-additional .col-contents .content-body {
      padding: 20px;
      font-size: 16px;
      line-height: 24px; }
      .col-isnz.col-additional .col-contents .content-body .row > div > label, .col-isnz.col-additional .col-contents .content-body .row > div > div > label {
        margin-bottom: 5px;
        display: block; }
      .col-isnz.col-additional .col-contents .content-body .col-pagenation-btn .preexisting-cont {
        width: 140px !important; }
      @media screen and (max-width: 667px) {
        .col-isnz.col-additional .col-contents .content-body .col-pagenation-btn.col-preexisting-btn {
          width: 100%; }
          .col-isnz.col-additional .col-contents .content-body .col-pagenation-btn.col-preexisting-btn:nth-child(2) {
            margin-top: 20px; }
          .col-isnz.col-additional .col-contents .content-body .col-pagenation-btn.col-preexisting-btn .preexistiong-btn {
            float: none !important;
            margin: 0 auto !important;
            display: block; } }
      @media screen and (max-width: 380px) {
        .col-isnz.col-additional .col-contents .content-body .col-pagenation-btn {
          width: 100%; }
          .col-isnz.col-additional .col-contents .content-body .col-pagenation-btn:nth-child(2) {
            margin-top: 20px; }
          .col-isnz.col-additional .col-contents .content-body .col-pagenation-btn .pagenation-btn {
            float: none !important;
            margin: 0 auto !important;
            display: block; } }
      .col-isnz.col-additional .col-contents .content-body .termsandconditions .check {
        float: left;
        height: 32px;
        display: block; }
        .col-isnz.col-additional .col-contents .content-body .termsandconditions .check input {
          opacity: 0;
          width: 0px;
          height: 0px; }
        .col-isnz.col-additional .col-contents .content-body .termsandconditions .check label {
          width: 24px;
          height: 24px;
          display: block;
          border: 1px solid #ccc;
          float: left;
          cursor: pointer;
          margin-right: 5px;
          position: relative; }
        .col-isnz.col-additional .col-contents .content-body .termsandconditions .check input:checked + label:before {
          content: '';
          position: absolute;
          top: 7%;
          left: 30%;
          width: 36%;
          height: 70%;
          border-bottom: 3px solid #ad208e;
          border-right: 3px solid #ad208e;
          transform: rotate(45deg);
          -o-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -webkit-transform: rotate(45deg); }
      .col-isnz.col-additional .col-contents .content-body #contact-form label {
        display: block;
        font-size: 16px;
        font-weight: 400;
        margin-top: 5px; }
      .col-isnz.col-additional .col-contents .content-body #contact-form input {
        width: 100%;
        height: 42px;
        border: 1px solid #ccc;
        border-radius: 0px;
        padding-left: 10px; }
      .col-isnz.col-additional .col-contents .content-body .additionaldestinations select {
        width: 100%;
        padding: 0px 0px 0px 7px;
        color: #464646;
        border-radius: 2px;
        border: 1px solid lightgrey;
        background: white;
        margin-bottom: 18px;
        height: 42px;
        line-height: 30px;
        display: inline-block;
        -webkit-appearance: none;
        -webkit-border-radius: 0px;
        background: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
        background-position: 100% 50%;
        background-repeat: no-repeat; }
      .col-isnz.col-additional .col-contents .content-body .additionaldestinations input[type=text] {
        width: 100%;
        padding: 0px;
        color: #464646;
        border-radius: 2px;
        border: 1px solid lightgrey;
        background: white;
        margin-bottom: 18px;
        height: 42px;
        line-height: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px; }
      .col-isnz.col-additional .col-contents .content-body .additionaldestinations .days-padding {
        padding-left: 10px; }
      .col-isnz.col-additional .col-contents .content-body .additionaldestinations .select-padding {
        padding-right: 10px; }
      .col-isnz.col-additional .col-contents .content-body .dest-checkboxes {
        margin-top: 25px;
        margin-bottom: 25px; }
      .col-isnz.col-additional .col-contents .content-body .label-wrapper {
        position: relative; }
        .col-isnz.col-additional .col-contents .content-body .label-wrapper:not(:nth-last-child(2)) {
          margin-bottom: 12px; }
        .col-isnz.col-additional .col-contents .content-body .label-wrapper .dest-check-lbl {
          left: 50px;
          position: relative;
          width: calc(100% - 50px); }
        .col-isnz.col-additional .col-contents .content-body .label-wrapper .check {
          display: inline-block; }
          .col-isnz.col-additional .col-contents .content-body .label-wrapper .check label {
            width: 42px;
            height: 42px;
            cursor: pointer;
            position: absolute;
            top: 50%;
            transform: translateY(-50%) translateZ(0);
            -o-transform: translateY(-50%) translateZ(0);
            -moz-transform: translateY(-50%) translateZ(0);
            -webkit-transform: translateY(-50%) translateZ(0);
            left: 0;
            border: 1px solid #ced8d8;
            border-radius: 2px; }
          .col-isnz.col-additional .col-contents .content-body .label-wrapper .check input[type="checkbox"] {
            opacity: 0;
            height: 0px;
            width: 0px; }
            .col-isnz.col-additional .col-contents .content-body .label-wrapper .check input[type="checkbox"]:checked + label:before {
              content: '';
              position: absolute;
              top: 7%;
              left: 30%;
              width: 36%;
              height: 70%;
              border-bottom: 4px solid #ad208e;
              border-right: 4px solid #ad208e;
              transform: rotate(45deg);
              -o-transform: rotate(45deg);
              -moz-transform: rotate(45deg);
              -webkit-transform: rotate(45deg); }
      .col-isnz.col-additional .col-contents .content-body .pagenation-btn {
        padding-left: 0px !important;
        padding-right: 0px !important;
        font-size: 16px;
        width: 140px !important;
        height: 40px !important;
        border: 0 transparent;
        background-color: #E6E6E6;
        text-decoration: none;
        text-transform: uppercase;
        color: white; }
        .col-isnz.col-additional .col-contents .content-body .pagenation-btn.btn-next {
          float: right;
          background-color: #ad208e; }
        .col-isnz.col-additional .col-contents .content-body .pagenation-btn.btn-prev {
          background-color: rgba(0, 109, 158, 0.9); }
      .col-isnz.col-additional .col-contents .content-body .preexistiong-btn {
        width: 280px !important; }
        @media screen and (max-width: 374px) {
          .col-isnz.col-additional .col-contents .content-body .preexistiong-btn {
            width: 234px !important; } }
  .col-isnz.col-policy {
    width: 37.5%;
    display: block;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /* 
    -webkit-box-pack: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: center;
    -ms-flex-pack: center;*/
    justify-content: center;
    -webkit-justify-content: center;
    align-items: stretch;
    -webkit-align-items: stretch;
    align-content: stretch;
    -webkit-align-content: stretch;
    max-width: 435px; }
    @media screen and (max-width: 991px) {
      .col-isnz.col-policy {
        width: 100%;
        max-width: 100%;
        display: block;
        flex: auto;
        margin-top: 20px; } }
    @media screen and (max-width: 767px) {
      .col-isnz.col-policy {
        flex: 0 1 auto; } }
    .col-isnz.col-policy > div {
      box-shadow: 0px 6px 9.8px 0.2px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0px 6px 9.8px 0.2px rgba(0, 0, 0, 0.2);
      -webkit-border-radius: 1px;
      border-radius: 1px;
      width: 100%; }
      .col-isnz.col-policy > div > div > #product_1, .col-isnz.col-policy > div > div > #product_2 {
        height: 100%; }
    .col-isnz.col-policy .title {
      background: #ad208e;
      min-height: 64px;
      height: 64px;
      padding: 0px 20%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; }
      .col-isnz.col-policy .title h1 {
        padding: 0px;
        color: white;
        font-family: Lato;
        font-size: 20px;
        line-height: 22px;
        font-weight: 400;
        letter-spacing: 0.02em; }
    .col-isnz.col-policy .price {
      height: 158px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      background: url("../images/insurancesafe/ss_policy_placeholder.png") no-repeat;
      background-position: center center;
            /*&:before {
            content: '';
	        position: absolute;
	        top: 64px;
	        left: 10px;
	        background-color: $student-safe-color;
	        opacity: .2; 
            height:158px;
            width:415px;
            z-index:6;
            }*/ }
      .col-isnz.col-policy .price span {
        width: 100%;
        text-align: center;
        /* font-weight: 700; */
        font-size: 50px;
        text-transform: uppercase;
        font-family: Roboto, sans-serif;
        /* margin: 48px 0; */
        text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
        color: #fff;
        background: none;
        font-weight: 800; }
    .col-isnz.col-policy .excess {
      color: #ad208e;
      font-size: 22px;
      margin: 40px 0px;
      text-transform: uppercase; }
      .col-isnz.col-policy .excess .selects {
        margin-top: 5px; }
        .col-isnz.col-policy .excess .selects input {
          display: none; }
        .col-isnz.col-policy .excess .selects li {
          margin: 0 auto;
          margin-top: 10px;
          width: 25px; }
        .col-isnz.col-policy .excess .selects label, .col-isnz.col-policy .excess .selects span {
          color: #383737;
          font-size: 22px;
          position: relative;
          text-transform: none; }
        .col-isnz.col-policy .excess .selects label:before {
          content: '';
          position: absolute;
          top: 50%;
          left: -30px;
          width: 20px;
          height: 20px;
          border: 1px solid #004281;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          transform: translateY(-50%) translateZ(0);
          -o-transform: translateY(-50%) translateZ(0);
          -moz-transform: translateY(-50%) translateZ(0);
          -webkit-transform: translateY(-50%) translateZ(0); }
        .col-isnz.col-policy .excess .selects input:checked + label:before {
          content: '';
          background: #004281; }
        .col-isnz.col-policy .excess .selects input:checked + label:after {
          content: '';
          position: absolute;
          top: 50%;
          left: -25px;
          width: 10px;
          height: 10px;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          transform: translateY(-50%) translateZ(0);
          -o-transform: translateY(-50%) translateZ(0);
          -moz-transform: translateY(-50%) translateZ(0);
          -webkit-transform: translateY(-50%) translateZ(0);
          background: #fff; }
    .col-isnz.col-policy .description {
      color: #5e5e5e;
      line-height: 28px;
      font-size: 18px;
      margin: 40px 10% 100px; }
    .col-isnz.col-policy input {
      padding: 13px 45px;
      background: #ad208e;
      border-radius: 3px !important;
      -webkit-border-radius: 3px !important; }
    .col-isnz.col-policy .download_policy_wording {
      padding: 25px;
      position: absolute;
      bottom: 0px;
      width: calc((100%) - 20px); }
      .col-isnz.col-policy .download_policy_wording a {
        width: 100%;
        display: block;
        text-align: left;
        border: 1px solid #dedede;
        color: #004281;
        height: 40px;
        font-weight: 600;
        font-size: 18px;
        line-height: 18px;
        padding: 11px 0px 11px 20px; }
        .col-isnz.col-policy .download_policy_wording a:after {
          content: '';
          top: 25px;
          right: 25px;
          width: 40px;
          height: 40px;
          background: url("../images/insurancesafe/policy_download_ss.png");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          background-color: #ad208e;
          position: absolute; }

.header {
  margin: 0px;
  width: 100%;
  background: white;
  font-family: lato;
  /*color:$insurace-safe-color;*/
  z-index: 1001;
  position: relative;
  max-height: 120px;
  height: 75px;
  transition: box-shadow 0.4s ease;
  -o-transition: box-shadow 0.4s ease;
  -moz-transition: box-shadow 0.4s ease;
  -webkit-transition: box-shadow 0.4s ease; }
  @media screen and (min-width: 1824px) {
    .header {
      height: calc(5.8601vw + -30px); } }
  .header.nottop {
    box-shadow: 3px 5px 9.8px 0.2px rgba(0, 0, 0, 0.3); }
  .header > div {
    position: relative;
    height: 100%;
    display: block;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto; }
    .header > div > div {
      height: 100%; }
  .header img {
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%) translateZ(0);
    -o-transform: translateY(-50%) translateZ(0);
    -moz-transform: translateY(-50%) translateZ(0);
    -webkit-transform: translateY(-50%) translateZ(0);
    vertical-align: top;
    max-width: 300px;
    min-width: 195px; }
    @media screen and (min-width: 1824px) {
      .header img {
        max-width: calc(300px + (100vw - 1824px) / 4.5); } }
    @media screen and (min-width: 2561px) {
      .header img {
        max-width: 464px; } }
  @media screen and (max-width: 767px) {
    .header .logo_header {
      float: left;
      width: 70%; } }
  @media screen and (max-width: 767px) {
    .header .menu_header {
      float: left;
      width: 30%; } }
  .header .menu_header nav {
    float: right;
    font-size: 0px;
    position: relative;
    top: 20px;
    height: 37px; }
    @media screen and (max-width: 767px) {
      .header .menu_header nav {
        height: 75px;
        top: 0px;
        width: 75px;
        margin-right: -15px; } }
    @media screen and (min-width: 1824px) {
      .header .menu_header nav {
        top: calc(20px + (100vw - 1824px)/55);
        height: calc(37px + (100vw - 1824px)/37);
        max-height: 56.89px; } }
    @media screen and (min-width: 2561px) {
      .header .menu_header nav {
        top: 33px; } }
    .header .menu_header nav a {
      height: 100%;
      text-decoration: none;
      color: #363636;
      font-size: 14px;
      font-weight: 300;
      background: #f9f9f9;
      padding: 10px 37px 10px 10px;
      border-right: 1px solid white;
      position: relative;
      float: left;
      display: table; }
      @media screen and (min-width: 1824px) {
        .header .menu_header nav a {
          font-size: calc(14px + (100vw - 1824px)/85); } }
      @media screen and (min-width: 2561px) {
        .header .menu_header nav a {
          font-size: 22px; } }
      @media screen and (min-width: 1824px) {
        .header .menu_header nav a {
          padding-right: calc(37px + (100vw - 1824px)/37); } }
      .header .menu_header nav a > div {
        margin-top: -10px;
        margin-bottom: -10px;
        line-height: 37px; }
        @media screen and (min-width: 1824px) {
          .header .menu_header nav a > div {
            line-height: calc(37px + (100vw - 1824px)/37); } }
        @media screen and (min-width: 2561px) {
          .header .menu_header nav a > div {
            line-height: 56px; } }
      .header .menu_header nav a:after {
        content: '';
        height: 100%;
        width: 37px;
        position: absolute;
        top: 0px;
        right: 0px;
        background-image: url("../images/insurancesafe/menu_contact.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain; }
        @media screen and (min-width: 1824px) {
          .header .menu_header nav a:after {
            width: calc(37px + (100vw - 1824px)/37);
            max-width: 56.89px; } }
      .header .menu_header nav a.contact:hover, .header .menu_header nav a.hamburger:hover {
        background: #ebebeb; }
      .header .menu_header nav a.hamburger {
        padding-left: 0px; }
        .header .menu_header nav a.hamburger:after {
          background-image: url("../images/insurancesafe/menu_hamburger.png"); }
        .header .menu_header nav a.hamburger.active:after {
          background-image: url("../images/insurancesafe/menu_close.png"); }
      @media screen and (max-width: 767px) {
        .header .menu_header nav a:not(.hamburger) {
          display: none; }
        .header .menu_header nav a.hamburger {
          height: 75px;
          width: 75px; }
          .header .menu_header nav a.hamburger:after {
            background-image: url("../images/insurancesafe/menu_hamburger_mobile.png");
            width: 75px; } }

.progress-container {
  width: 100%;
  padding: 20px 0px;
  background: #f2f5f8;
  overflow: hidden; }
  .progress-container > div {
    display: block;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto; }
    .progress-container > div > div {
      margin: 0px -25px; }
      @media screen and (max-width: 1199px) {
        .progress-container > div > div > div {
          width: 100%; }
          .progress-container > div > div > div:not(.active) {
            display: none; }
          .progress-container > div > div > div img {
            display: none; } }
  .progress-container .progress-number {
    color: #004281;
    font-weight: 400;
    font-size: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media screen and (max-width: 1199px) {
      .progress-container .progress-number {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center; } }
    .progress-container .progress-number > div {
      margin: 0 auto; }
    .progress-container .progress-number > div > span {
      display: block;
      position: relative; }
      .progress-container .progress-number > div > span.steps {
        color: #004281;
        position: relative;
        font-weight: 400;
        font-family: Lato;
        font-size: 38px;
        letter-spacing: 0.05em;
        height: 38px;
        line-height: 38px;
        text-align: center; }
      .progress-container .progress-number > div > span.steps_number {
        width: 38px;
        height: 38px;
        text-align: center;
        font-family: 'Open Sans';
        font-size: 38px;
        color: #004281;
        font-weight: 900;
        margin-right: 10px; }
      .progress-container .progress-number > div > span.steps_type {
        color: #004281;
        font-size: 16px;
        position: relative;
        line-height: 18px;
        font-family: Lato;
        white-space: pre;
        font-weight: 400;
        text-align: left;
        padding: 3px 0px; }
        .progress-container .progress-number > div > span.steps_type.desktop {
          display: block; }
        .progress-container .progress-number > div > span.steps_type.mobile {
          display: none;
          font-size: 35px;
          line-height: 35px; }
        @media screen and (max-width: 1199px) {
          .progress-container .progress-number > div > span.steps_type.desktop {
            display: none; }
          .progress-container .progress-number > div > span.steps_type.mobile {
            display: block; } }
        @media screen and (max-width: 767px) {
          .progress-container .progress-number > div > span.steps_type.desktop {
            display: block; }
          .progress-container .progress-number > div > span.steps_type.mobile {
            display: none; } }
    .progress-container .progress-number.active > div > span.steps {
      color: #ad208e; }
    .progress-container .progress-number.active > div > span.steps_number {
      color: #ad208e; }
    .progress-container .progress-number > div > img {
      position: absolute;
      top: 50%;
      transform: translateY(-50%) translateZ(0);
      -o-transform: translateY(-50%) translateZ(0);
      -moz-transform: translateY(-50%) translateZ(0);
      -webkit-transform: translateY(-50%) translateZ(0);
      right: -10px; }

.isnz-checkbox input {
  opacity: 0;
  width: 0px;
  height: 0px; }

.isnz-checkbox input + label {
  padding: 0 25px 0 30px !important;
  height: 21px;
  vertical-align: middle;
  display: inline-block !important;
  position: relative;
  line-height: 18px; }

.isnz-checkbox input + label:before {
  content: '';
  background-image: url("../images/radio-select.png");
  background-repeat: no-repeat;
  background-position: 0 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 21px;
  height: 21px; }

.isnz-checkbox > input[type=radio]:checked + label:before {
  background-position: 0 -20px; }

.isnz-checkbox input[type=radio]:disabled + label:before {
  background: #eaeaea;
  border-radius: 50%;
  border: 1px solid #96b6c5;
  width: 19px;
  height: 19px;
  top: 0px; }

.isnz-checkbox input[type=radio]:disabled:checked + label:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  top: 4px;
  left: 4px;
  background: #96b6c5;
  border-radius: 50%; }

.isnz-checkbox > input {
  opacity: 0;
  position: absolute; }

.tblpeopledetails {
  margin-top: 10px; }
  .tblpeopledetails tbody {
    display: block; }
  .tblpeopledetails table {
    display: block; }
  .tblpeopledetails tr {
    display: block; }
    .tblpeopledetails tr.row {
      margin-left: -10px;
      margin-right: -10px; }
  .tblpeopledetails td, .tblpeopledetails th {
    display: block; }
  .tblpeopledetails select {
    width: 100%;
    height: 42px;
    border: 1px solid #cccccc;
    color: #464646;
    padding-left: 10px;
    width: 100%; }
  .tblpeopledetails input, .tblpeopledetails .riSingle .riTextBox {
    height: 42px;
    border: 1px solid #cccccc;
    color: #464646;
    padding-left: 10px;
    width: 100%;
    border-radius: 0px; }
  .tblpeopledetails .col-md-preexisting, .tblpeopledetails .col-md-title, .tblpeopledetails .col-md-dob, .tblpeopledetails .col-md-name {
    float: left;
    padding: 0px 10px; }
  .tblpeopledetails .col-md-name {
    width: 24%; }
    @media screen and (max-width: 767px) {
      .tblpeopledetails .col-md-name {
        width: 100%; } }
  .tblpeopledetails .col-md-dob {
    width: 19.6666667%; }
    @media screen and (max-width: 767px) {
      .tblpeopledetails .col-md-dob {
        width: 50%; } }
    .tblpeopledetails .col-md-dob input {
      font-style: normal !important; }
  .tblpeopledetails .col-md-preexisting {
    width: 19.833333333%; }
    @media screen and (max-width: 767px) {
      .tblpeopledetails .col-md-preexisting {
        width: 50%; } }
    .tblpeopledetails .col-md-preexisting .condition span {
      display: block;
      line-height: 100%; }
      @media screen and (max-width: 1199px) {
        .tblpeopledetails .col-md-preexisting .condition span {
          font-size: 70%;
          padding-top: 10px; } }
    .tblpeopledetails .col-md-preexisting .check {
      height: 42px;
      float: left;
      margin-right: 5px; }
      .tblpeopledetails .col-md-preexisting .check input {
        display: block;
        float: left;
        opacity: 0;
        width: 0px;
        height: 0px; }
      .tblpeopledetails .col-md-preexisting .check label {
        width: 42px;
        height: 42px;
        border: 1px solid #ccc;
        display: block;
        float: left;
        position: relative;
        cursor: pointer; }
      .tblpeopledetails .col-md-preexisting .check input[type="checkbox"]:checked + label:before {
        content: '';
        position: absolute;
        top: 7%;
        left: 30%;
        width: 36%;
        height: 70%;
        border-bottom: 4px solid #ad208e;
        border-right: 4px solid #ad208e;
        transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg); }
  .tblpeopledetails .col-md-title {
    width: 12.5%; }
    @media screen and (max-width: 767px) {
      .tblpeopledetails .col-md-title {
        width: 75px; } }

.cardimg {
  margin: 10px 0px 10px 0px; }

.creditcardinfo input[type="text"] {
  width: 100%;
  border: 1px solid #ccc; }
  .creditcardinfo input[type="text"]:focus {
    border: 1px solid #ccc; }

.medical3a_yesno label {
  line-height: 20px !important; }

.medical3a-btn {
  padding-left: 0px !important;
  padding-right: 0px !important;
  font-size: 16px;
  width: 140px !important;
  height: 40px !important;
  border: 0 transparent;
  background-color: #E6E6E6;
  text-decoration: none;
  text-transform: uppercase;
  color: white !important;
  margin-top: 20px;
  font-family: lato !important;
  font-weight: 300 !important; }
  .medical3a-btn.btn-next {
    background-color: #ad208e; }
  .medical3a-btn.btn-prev {
    background-color: rgba(0, 109, 158, 0.9); }

.traveller .row {
  padding-bottom: 6px; }

.study-q span:first-child {
  margin: 5px 0px;
  display: block;
  font-family: "Myriad-Pro";
  text-transform: none;
  font-weight: 400; }

/*# sourceMappingURL=main-is.css.map */
