﻿/**********************/
/* Headings */
/**********************/

h3.v1 {
  font-family: Termina;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1.5px;
  color: #132048;
}

  h3.v1.section-head {
    border-top: 1px solid #132048;
    border-bottom: 1px solid #132048;
    padding: 7px 0 6px;
    margin-bottom: 16px;
    position: relative;
  }

    h3.v1.section-head span.right-text {
      font-family: montserrat;
      font-size: 13.5px;
      line-height: 22px;
      position: absolute;
      right: 0;
    }

h4.v1 {
  font-family: Montserrat;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 1px;
  color: #132048;
}

  h4.v1.section-head {
    color: #d6001c;
    margin-bottom: 17px;
    position: relative;
  }

    h4.v1.section-head a.info,
    a.v1.info {
      width: 14px;
      height: 14px;
      position: relative;
      left: 4px;
      display: inline-block;
    }

a.v1.info {
  top: 3px;
}


  h4.v1.section-head a.info:before,
  a.v1.info:before {
    content: "\f059";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #132048;
    position: absolute;
    font-size: 12px;
  }



/**********************/
/* Forms */
/**********************/

label.v1.field-label {
  font-family: Montserrat !important;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 1px;
  color: #132048;
  display: block;
}

label.v1.field-label.bigger
{
  font-size: 110%;
}

  label.v1.field-label.req:after {
    content: '*';
    font-family: Termina !important;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1.64px;
    color: #D6001c;
    margin-left: 4px;
    position: relative;
    top: 2px;
  }

label.v1.field-label-info,
label.v1.field-info {
  font-family: Montserrat !important;
  font-size: 11px;
  line-height: 17px;
  color: #132048;
  display: block;
}

input[type=text].v1,
input[type=number].v1,
input[type=password].v1,
textarea.v1,
select.v1 {
  font-family: Montserrat !important;
  font-weight: 500;
  font-size: 13.5px !important;
  line-height: 20px;
  letter-spacing: normal;
  color: #191919 !important;
  border: 1px solid #e8e8e9 !important;
  background-color: #ffffff !important;
  padding: 7px 10px 6px !important;
  width: 323px;
  max-width: calc(100vw - 50px);
  border-radius: 0;
}

select.v1 option
{
  padding-top: 5px;
}

select.single-value.v1
{
  pointer-events: none;
  appearance: none;
}

textarea.v1
{
  resize: vertical;
}

input[type=text]:disabled.v1,
input[type=number]:disabled.v1,
textarea:disabled.v1,
select:disabled.v1,
select.single-value,v1,
input[type=text]:read-only.v1,
input[type=number]:read-only.v1,
textarea:read-only.v1 {
  background-color: #eeeeee !important;
}

  input [type=number].v1::-webkit-outer-spin-button, input[type=number].v1::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

input[type=number].v1 {
  -moz-appearance: textfield;
}

input[type=text].v1.for-input-file {
  display: block;
}

input[type=text].v1.error,
input[type=password].v1.error,
input[type=number].v1.error,
textarea.v1.error,
select.v1.error {
  border: 1px solid #d6001c !important;
}

.v1.field-error {
  font-family: Montserrat !important;
  font-weight: 500;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #d6001c !important;
  padding: 4px 10px 3px;
  width: 323px;
  max-width: calc(100vw - 50px);
  min-height: 27px;
}

input[type=button].v1,
.button.v1 {
  font-family: Termina !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 1.4px;
  color: #ffffff;
  background-color: #132048;
  padding: 9px 8px 8px;
  border: 1px solid #132048;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  text-decoration: none;
}

input[type=button].v1.gray,
.button.v1.gray {
  background-color: #63666a;
                           }

input[type=button].v1.white,
.button.v1.white {
  background-color: #ffffff;
  color: #132048;
  border: 1px solid #e8e8e9;
                            }

input[type=button].v1:hover,
.button.v1:hover {
  background-color: #d60016;
                            }

  input[type=button].v1:disabled,
  .button.v1:disabled {
    color: #929fc7; /* 132048 lightened 50%*/
    background-color: #ffffff;
    border: 1px solid #929fc7; /* 132048 lightened 50%*/
  }

input[type=file].v1 {
  display: none;
}

label.v1.upload {
  font-family: Termina !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 1.4px;
  color: #ffffff;
  background-color: #132048;
  padding: 11px 10px 10px;
  display: inline-block;
}

label.v1.upload {
  margin-top: 10px;
}

/**********************/
/* Checkbox */
/**********************/

input[type=checkbox].v1 {
  display: none;
}

  input[type=checkbox].v1 + label {
    display: block;
    padding-left: 25px;
    position: relative;
    font-family: montserrat !important;
    font-size: 13.5px;
    line-height: 18px;
    font-weight: 400;
    padding-top: 5px;
    margin-bottom: 10px;
    color: #132048;
  }

  input[type=checkbox].v1:disabled + label {
    color: #cececf;
  }

  input[type=checkbox].v1.category + label {
    margin-top: 18px;
  }

  input[type=checkbox].v1.em + label,
  input[type=checkbox].v1.all + label,
  input[type=checkbox].v1.category + label {
    font-weight: 700;
  }

  input[type=checkbox].v1.item + label {
    margin-left: 30px;
  }

  input[type=checkbox].v1 + label:after {
    content: '';
    display: block;
    height: 20px;
    width: 20px;
    background-image: url(/images/checkbox-sprite-2.png);
    background-position: 0 0;
    position: absolute;
    top: 3px;
    left: 0;
  }

  input[type=checkbox].v1:checked + label:after {
    background-position: -20px 0;
  }

  input[type=checkbox].v1:disabled + label:after {
    background-position: -60px 0;
  }

  input[type=checkbox].v1.partial + label:after {
    background-position: -40px 0 !important;
  }

/**********************/
/* Radios */
/**********************/

.v1.radio-group input[type=radio] {
  display: none;
}

  .v1.radio-group input[type=radio] + label {
    display: block;
    height: 20px;
    padding-left: 25px;
    position: relative;
    font-size: 13.5px;
    font-weight: 400;
    padding-top: 5px;
    margin-bottom: 8px;
    color: #132048;
  }

  .v1.radio-group input[type=radio]:disabled + label {
    color: #cececf;
  }

.v1.radio-group input[type=radio] + label:after
{
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  background-image: url(/images/radio-sprite-2.png);
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0;
}

.v1.custom-radio-group label
{
  background-image: none;
}

.v1.radio-group input[type=radio]:checked + label:after
{
    background-position: -20px 0;
  }

  .v1.radio-group input[type=radio]:disabled + label:after {
    background-position: -40px 0;
  }

/**********************/
/* Misc */
/**********************/

.v1 .sort-stores-by
{
  text-transform: none;
}
