@charset "UTF-8";
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
body .snippetform .colWrap.btnWrap .submitBtn {
  background-color: #025436;
  border: 0.125rem solid #025436;
  border-radius: 50px;
  color: #fff;
  line-height: normal;
  overflow: hidden;
  position: relative;
  transition: transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
  z-index: 1; }
  body .snippetform .colWrap.btnWrap .submitBtn:not(.is-tabbing) {
    outline: none; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    body .snippetform .colWrap.btnWrap .submitBtn {
      font-size: 0.9375rem;
      padding: 0.75rem 1.5625rem; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    body .snippetform .colWrap.btnWrap .submitBtn {
      font-size: 0.9375rem;
      padding: 0.75rem 1.5625rem; } }
  body .snippetform .colWrap.btnWrap .submitBtn::before {
    background: #fff;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateX(-100%) skew(-45deg);
    transform-origin: 0 0;
    transition: transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
    width: 150%;
    z-index: -1; }
  body .snippetform .colWrap.btnWrap .submitBtn:hover, body .snippetform .colWrap.btnWrap .hover.submitBtn {
    color: #025436; }
    body .snippetform .colWrap.btnWrap .submitBtn:hover::before, body .snippetform .colWrap.btnWrap .hover.submitBtn::before {
      transform: translateX(0) skew(-45deg); }

body .snippetform {
  padding-right: 25px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    body .snippetform {
      padding-right: 0; } }
  @media (max-width: 767.98px) {
    body .snippetform {
      padding-right: 0; } }
  body .snippetform .colWrap {
    margin-bottom: 30px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      body .snippetform .colWrap {
        margin-bottom: 0; } }
    @media (max-width: 767.98px) {
      body .snippetform .colWrap {
        margin-bottom: 0; } }
    body .snippetform .colWrap::after {
      content: "";
      display: table;
      clear: both; }
    body .snippetform .colWrap .colRow {
      margin-left: -10px;
      margin-right: -10px; }
      body .snippetform .colWrap .colRow .icon-dropdown {
        cursor: pointer; }
    body .snippetform .colWrap .innerCol {
      float: left;
      width: 50%;
      padding: 0 10px;
      position: relative; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        body .snippetform .colWrap .innerCol {
          width: 100%;
          margin-bottom: 15px; } }
      @media (max-width: 767.98px) {
        body .snippetform .colWrap .innerCol {
          width: 100%;
          margin-bottom: 15px; } }
      body .snippetform .colWrap .innerCol span[class^="icon-"] {
        position: absolute;
        display: block;
        font-size: 8px;
        height: 14px;
        width: 14px;
        color: #48a548;
        right: 23px;
        top: 24px;
        cursor: pointer;
        z-index: -1; }
        body .snippetform .colWrap .innerCol span[class^="icon-"]:before {
          display: block; }
      body .snippetform .colWrap .innerCol .select {
        position: relative; }
        body .snippetform .colWrap .innerCol .select .select-styled {
          padding: 15px 20px;
          border: 0.0625rem solid #dddddd;
          color: #404040;
          line-height: normal;
          cursor: pointer;
          font-weight: normal; }
          body .snippetform .colWrap .innerCol .select .select-styled:disabled + .icon-dropdown {
            opacity: .6; }
          body .snippetform .colWrap .innerCol .select .select-styled.dropdown-toggle {
            background: transparent;
            border-radius: 0;
            width: 100%;
            text-align: left;
            float: none;
            box-shadow: none;
            white-space: normal; }
            body .snippetform .colWrap .innerCol .select .select-styled.dropdown-toggle:after {
              display: none; }
        body .snippetform .colWrap .innerCol .select .select-options {
          filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.08));
          background-color: #fff;
          max-height: 18.3125rem;
          overflow: auto;
          display: none;
          position: absolute;
          top: 100%;
          right: 0;
          left: 0;
          z-index: 1;
          margin: 0;
          padding: 0;
          list-style: none; }
          body .snippetform .colWrap .innerCol .select .select-options li {
            margin: 0;
            text-indent: 15px;
            border-top: 0.0625rem solid #dddddd;
            color: #404040;
            cursor: pointer; }
            body .snippetform .colWrap .innerCol .select .select-options li:hover {
              background-color: #f4f4f4; }
            body .snippetform .colWrap .innerCol .select .select-options li:first-child {
              border-top: 0; }
            body .snippetform .colWrap .innerCol .select .select-options li.current-value {
              background-color: #f4f4f4; }
            body .snippetform .colWrap .innerCol .select .select-options li[rel="hide"] {
              display: none; }
            body .snippetform .colWrap .innerCol .select .select-options li button {
              background: transparent;
              border: 0;
              color: #404040;
              width: 100%;
              text-align: left;
              display: block;
              padding: 0.75rem 1.25rem;
              border-radius: 0;
              margin: 0;
              line-height: normal;
              float: none;
              font-weight: normal; }
      body .snippetform .colWrap .innerCol select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
        body .snippetform .colWrap .innerCol select:disabled {
          opacity: .6; }
        body .snippetform .colWrap .innerCol select:disabled + .icon-dropdown {
          opacity: .6; }
      body .snippetform .colWrap .innerCol .disabled-styled {
        opacity: .6; }
      body .snippetform .colWrap .innerCol .select-hidden {
        display: none;
        visibility: hidden; }
      @media (max-width: 767.98px) {
        body .snippetform .colWrap .innerCol .g-recaptcha {
          transform: scale(0.77);
          transform-origin: 0 0; } }
      body .snippetform .colWrap .innerCol.province_col span[class^="icon-"] {
        right: 23px;
        top: 53px; }
    body .snippetform .colWrap .innerColFull {
      padding: 0 10px; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        body .snippetform .colWrap .innerColFull {
          margin-bottom: 15px; } }
      @media (max-width: 767.98px) {
        body .snippetform .colWrap .innerColFull {
          margin-bottom: 15px; } }
    body .snippetform .colWrap .error {
      color: #e2131f;
      font-size: 13px;
      display: none; }
    body .snippetform .colWrap.btnWrap .submitBtn {
      min-width: 8.125rem; }
    @media (max-width: 374px) {
      body .snippetform .colWrap:nth-last-child(2) .innerCol {
        transform: scale(0.9);
        padding-left: 0; } }
  body .snippetform label {
    font-size: 1rem;
    color: #404040; }
  body .snippetform input, body .snippetform textarea, body .snippetform select {
    padding: 15px 20px;
    width: 100%;
    border: 0.0625rem solid #dddddd;
    line-height: normal;
    border-radius: 0; }
    body .snippetform input::placeholder, body .snippetform textarea::placeholder, body .snippetform select::placeholder {
      color: #404040;
      opacity: 0.75; }

@-moz-document url-prefix() {
  body .snippetform input::placeholder, body .snippetform textarea::placeholder, body .snippetform select::placeholder {
    opacity: 0.9; } }
    body .snippetform input.error_input, body .snippetform textarea.error_input, body .snippetform select.error_input {
      border: 0.0625rem solid #e2131f; }
  body .snippetform textarea {
    min-height: 250px;
    color: #404040; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      body .snippetform textarea {
        min-height: 200px; } }
    @media (max-width: 767.98px) {
      body .snippetform textarea {
        min-height: 130px; } }
  body .snippetform select {
    color: #404040;
    appearance: none;
    background: #fff; }
  body .snippetform .lp-data {
    margin-top: 3.125rem; }
    @media (max-width: 767.98px) {
      body .snippetform .lp-data {
        margin-top: 2.1875rem;
        margin-bottom: 3.125rem; } }
    body .snippetform .lp-data .lp-data-inner {
      background: #cce5ff;
      padding: 0.625rem;
      border-radius: 0.375rem;
      font-size: 1.125rem;
      line-height: normal;
      color: #004085;
      background-image: url("/wp-content/plugins/sobeys-sf-enquiry-form/assets/img/icon-info.svg");
      background-repeat: no-repeat;
      background-position: left 1.25rem center;
      padding: 1.25rem;
      padding-left: 3.75rem;
      border: 0.0625rem solid #cce5ff;
      line-height: 1.25rem; }
      @media (max-width: 1600px) {
        body .snippetform .lp-data .lp-data-inner {
          font-size: 1rem; } }
      @media (max-width: 1199.98px) {
        body .snippetform .lp-data .lp-data-inner {
          font-size: 0.875rem; } }
      @media (max-width: 767.98px) {
        body .snippetform .lp-data .lp-data-inner {
          font-size: 1rem;
          line-height: 1.375rem; } }
      body .snippetform .lp-data .lp-data-inner a {
        color: #404040;
        text-decoration: underline;
        font-weight: 400; }
        body .snippetform .lp-data .lp-data-inner a:hover {
          text-decoration: none; }

body .msg_success {
  display: none;
  color: #006241;
  font-weight: bold !important;
  margin-bottom: 20px; }

body .msg_error {
  display: none;
  margin-bottom: 20px;
  color: #e2131f; }

body .contact_us_row .underline_text {
  text-decoration: underline; }
  body .contact_us_row .underline_text:hover {
    text-decoration: none; }
