@import url("https://use.typekit.net/yel5dxw.css");
.txt-label{
  display: table-row!important;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #464646;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.625em;
  font-size: 16px;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}

a {
  color: #0080A2;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #00586f;
  outline: 0;
  text-decoration: none;
}
h1,
.heading1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 55.6px;
  margin: 72px 0 24px 0;
}
h2,
.heading2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 41.8px;
  margin: 57px 0 19px 0;
}
h3,
.heading3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.21;
}
h4,
.heading4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "proxima-nova", Arial, sans-serif;
  color: #464646;
}
.title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.21;
  color: #5E9332;
}
.fa-ul {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
}
.bg-primary {
  color: #fff;
  background-color: #5E9332;
}
.text-serif {
  font-family: inherit;
}
legend {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.21;
  color: #5E9332;
}
.flex-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: calc(100vh - 331px);
}
header {
  background-color: #F6F6F6;
  box-shadow: 0px 7px 8px #e5e5e3;
  padding: 30px 0 20px 0;
  height: 105px;
}
header h1 {
  font-family: "proxima-nova";
  color: #006649;
  margin-top: 0;
  letter-spacing: -0.01em;
  text-align: right;
  font-size: 27px;
  font-weight: bold;
}
@media (min-width: 768px) {
  header h1 {
    margin-top: 18px;
    text-align: right;
    font-size: 28px;
  }
}
@media (min-width: 80rem) {
  header:before {
    position: absolute;
    top: 0;
    content: '';
    height: 10px;
    z-index: 10;
    display: block;
    background: linear-gradient(120deg, #5E9332 60%, #0080A2 0%);
    width: 100%;
  }
}
header .header-logo {
  float: left!important;
  display: block;
  width: 204px;
  border-right: 1px solid #D2D2D2;
  background-repeat: no-repeat;
}
header .header-bar {
  height: 0;
  min-height: 0;
  max-height: 0;
  width: 100%;
  background: none;
  display: none;
}
header .and-spacer-vertical,
header .spacer-vertical {
  display: none;
}
header .header-slug {
  height: auto;
  display: block;
}
header .header-slug h1 {
  font-size: 30px;
  margin: 0;
  text-align: right;
}
.nav-pills .nav-link {
  border: 1px solid #0080A2;
  margin-right: 15px;
  border-radius: 4px;
}
.nav-pills .nav-link:hover {
  background-color: rgba(0, 128, 162, 0.1);
}
.nav-pills .nav-link.active {
  color: #fff;
  background-color: #0080A2;
}
.nav-pills .nav-link.active:hover,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:active,
.nav-pills .nav-link.active:focus-visible {
  background-color: #005289;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn:focus-visible {
  outline: 0;
}
.btn.btn-primary {
  background: #5E9332;
  border: solid 2px #5E9332;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  padding: 0.625rem 1.375rem;
  box-shadow: 0 4px 5px -2px rgba(53, 53, 53, 0.28);
  text-decoration: none;
  transition: background-color 0.1s ease-out, border-color 0.1s ease-out, color 0.1s ease-out, box-shadow 0.1s ease-out;
  outline: 0;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active {
  text-decoration: none;
  box-shadow: none;
  background: #006548 !important;
  border-color: #006548 !important;
  outline: 0;
}
.btn.btn-primary.btn-lg {
  font-size: 18px;
  line-height: 1.5rem;
  font-weight: 600;
  position: relative;
  border-right: none;
  border-color: #5E9332;
  padding: 10px;
}
.btn.btn-primary.btn-lg:hover::after {
  background-color: #006548;
  border-color: #006548;
}
.btn.btn-primary.btn-lg::after {
  position: absolute;
  top: -2px;
  bottom: -2px;
  width: 2rem;
  border: solid 2px #5E9332;
  border-radius: 2px;
  background: #5E9332;
  content: ' ';
  transform: skew(-22deg);
  z-index: -1;
  box-shadow: 0 3px 5px -2px rgba(53, 53, 53, 0.28);
  transition: background-color 0.1s ease-out, border-color 0.1s ease-out, color 0.1s ease-out, box-shadow 0.1s ease-out;
}
.button--large--alt {
  background: #006548;
  color: #fff;
  border-color: #006548;
}
.button--large--alt:hover {
  background: #00422F;
  border-color: #00422F;
}
.button--large--alt:hover::after {
  background: #00422F;
  border-color: #00422F;
}
.button--large--alt:focus {
  background: #00422F;
  border-color: #00422F;
}
.button--large--alt:focus::after {
  background: #00422F;
  border-color: #00422F;
}
.button--large--alt:active {
  background: #00422F;
  border-color: #00422F;
}
.button--large--alt:active::after {
  background: #00422F;
  border-color: #00422F;
}
.button--large--alt::after {
  border: solid 2px #006548;
  background: #006548;
}
.btn-label {
  background: none;
}
.input-group-btn .btn-default {
  height: 34px;
}
.step {
  background: #F9F9F9;
  padding: 1.875rem 0.9375rem 0;
  border: 1px solid #F0F0F0;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  transition: background 0.2s ease-out;
  color: #000;
  text-decoration: none;
  box-shadow: 0 7px 10px -4px rgba(53, 53, 53, 0.05);
  justify-content: center;
  width: 140px;
  height: 100px;
}
.step b {
  font-size: 20px;
  line-height: 1.5rem;
  margin-bottom: 0.3125rem;
  font-weight: 500;
}
.step .description {
  font-size: 14px;
  line-height: 1.125em;
  margin-top: 0;
  font-weight: 500;
}
.step.active {
  background: #0080A2;
  color: #fff;
}
.panel-as-dropdown .panel-body {
  padding: 0;
}
.panel-as-dropdown .facet li {
  padding-bottom: 4px;
  overflow: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
}
.panel-as-dropdown .facet li .facet-term {
  width: 100%;
  font-family: "proxima-nova", Arial, sans-serif;
  color: #777;
}
.panel-as-dropdown .facet li:hover {
  background-color: #0080A2;
}
.panel-as-dropdown .facet li:hover .facet-term {
  color: #fff;
}
.form-item input[type="text"] {
  border: 2px solid #797979;
  border-radius: 0.1875rem;
  padding: 0.625rem;
  margin-bottom: 1.25rem;
}
.form-item input[type="password"] {
  border: 2px solid #797979;
  border-radius: 0.1875rem;
  padding: 0.625rem;
  margin-bottom: 1.25rem;
}
.form-item input[type="tel"] {
  border: 2px solid #797979;
  border-radius: 0.1875rem;
  padding: 0.625rem;
  margin-bottom: 1.25rem;
}
.form-item input[type="email"] {
  border: 2px solid #797979;
  border-radius: 0.1875rem;
  padding: 0.625rem;
  margin-bottom: 1.25rem;
}
.form-item textarea {
  border: 2px solid #797979;
  border-radius: 0.1875rem;
  padding: 0.625rem;
  margin-bottom: 1.25rem;
}
.form-item legend {
  display: block;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}
.label {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.form-type-textfield label {
  display: block;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
.form-type-textarea label {
  display: block;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
.form-type-tel label {
  display: block;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}
.form-type-email label {
  display: block;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}
label {
  font-size: 18px;
  display: block;
}
#Invoice label {
    /* display: block; */
    display: block;
    font-weight: bold;
}
#Invoice label span {
  display: block;
}

#Billing label {
  /* display: block; */
  display: block;
  font-weight: bold;
}
#Billing label span {
display: block;
}

label span.info {
    display: inline-block !important;
}

span.info a img {
    width: 27px;
    display: inline-block;
    text-decoration: none;
    float: right;
    margin-left: auto;
    margin-right: auto;
    float: left;
}

#Invoice input[type="text"] {
  display: inline;
}

#Billing input[type="text"] {
  display: inline;
}

.form-tab label {
  display: inline-block;
}
input[readonly='readonly'] {
  background-color: #eaeaea !important;
  border-color: #999999 !important;
}
input[type="text"],
select {
  display: block;
  height: 50px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #666;
  background-image: none;
  border: 2px solid #464646;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.receipt {
  margin-bottom: 30px;
}
.receipt tr td {
  padding: 15px 30px 10px;
}
.receipt tr:nth-child( odd ) {
  background-color: #f2f2f2;
}
.receipt tr:nth-child( even ) {
  background-color: #E8E8E8;
}
.btn {
  background: #5E9332;
  border: solid 2px #5E9332;
  border-radius: 3px;
  color: #fff !important;
  display: inline-block;
  padding: 0.625rem 1.375rem;
  text-decoration: none;
  text-shadow: none;
  transition: background-color 0.1s ease-out, border-color 0.1s ease-out, color 0.1s ease-out, box-shadow 0.1s ease-out;
  outline: 0;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
  text-decoration: none;
  box-shadow: none;
  color: #fff !important;
  text-shadow: none;
  background: #006548;
  border-color: #006548;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  color: #fff !important;
  background-image: url(../bootstrap/img/glyphicons-halflings-white.png);
}
.btn.btn-primary {
  background: #5E9332;
  border: solid 2px #5E9332;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  padding: 0.625rem 1.375rem;
  text-decoration: none;
  transition: background-color 0.1s ease-out, border-color 0.1s ease-out, color 0.1s ease-out, box-shadow 0.1s ease-out;
  outline: 0;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active {
  text-decoration: none;
  box-shadow: none;
  color: #fff !important;
  text-shadow: none;
  background: #006548 !important;
  border-color: #006548 !important;
}
.btn.btn-primary.btn-lg {
  font-size: 18px;
  line-height: 1.5rem;
  font-weight: 600;
  position: relative;
  border-right: none;
  border-color: #5E9332;
  padding: 10px;
}
.btn.btn-primary.btn-lg:hover::after {
  background-color: #006548 !important;
  border-color: #006548 !important;
}
.btn.btn-primary.btn-lg::after {
  position: absolute;
  top: -2px;
  bottom: -2px;
  width: 2rem;
  border: solid 2px #5E9332;
  border-radius: 2px;
  background: #5E9332;
  content: ' ';
  transform: skew(-22deg);
  z-index: -1;
  box-shadow: 0 3px 5px -2px rgba(53, 53, 53, 0.28);
  transition: background-color 0.1s ease-out, border-color 0.1s ease-out, color 0.1s ease-out, box-shadow 0.1s ease-out;
}
.btn.btn-secondary {
  background: #0080A2;
  border: solid 2px #0080A2;
  border-radius: 3px;
  color: #fff !important;
  display: inline-block;
  padding: 0.625rem 1.375rem;
  text-decoration: none;
  transition: background-color 0.1s ease-out, border-color 0.1s ease-out, color 0.1s ease-out, box-shadow 0.1s ease-out;
  outline: 0;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active,
.btn.btn-secondary.active {
  text-decoration: none;
  box-shadow: none;
  color: #fff !important;
  text-shadow: none;
  background: #005289 !important;
  border-color: #005289 !important;
}
.btn.btn-secondary.btn-lg {
  font-size: 18px;
  line-height: 1.5rem;
  font-weight: 600;
  position: relative;
  border-right: none;
  border-color: #0080A2;
  padding: 10px;
}
.btn.btn-secondary.btn-lg:hover::after {
  background-color: #005289 !important;
  border-color: #005289 !important;
}
.btn.btn-secondary.btn-lg::after {
  position: absolute;
  top: -2px;
  bottom: -2px;
  width: 2rem;
  border: solid 2px #0080A2;
  border-radius: 2px;
  background: #0080A2;
  content: ' ';
  transform: skew(-22deg);
  z-index: -1;
  transition: background-color 0.1s ease-out, border-color 0.1s ease-out, color 0.1s ease-out, box-shadow 0.1s ease-out;
}
.btn.btn-tertiary {
  background: #fff;
  border: solid 2px #005289;
  border-radius: 3px;
  color: #005289 !important;
  display: inline-block;
  padding: 0.625rem 1.375rem;
  text-decoration: none;
  transition: background-color 0.1s ease-out, border-color 0.1s ease-out, color 0.1s ease-out, box-shadow 0.1s ease-out;
  outline: 0;
}
.btn.btn-tertiary:hover,
.btn.btn-tertiary:focus,
.btn.btn-tertiary:active,
.btn.btn-tertiary.active {
  text-decoration: none;
  box-shadow: none;
  color: #fff !important;
  text-shadow: none;
  background: #005289 !important;
  border-color: #005289 !important;
}
.btn.btn-tertiary.btn-lg {
  font-size: 18px;
  line-height: 1.5rem;
  font-weight: 600;
  position: relative;
  border-right: none;
  border-color: #fff;
  padding: 10px;
}
.btn.btn-tertiary.btn-lg:hover::after {
  background-color: #005289 !important;
  border-color: #005289 !important;
}
.btn.btn-tertiary.btn-lg::after {
  position: absolute;
  top: -2px;
  bottom: -2px;
  width: 2rem;
  border: solid 2px #fff;
  border-radius: 2px;
  background: #fff;
  content: ' ';
  transform: skew(-22deg);
  z-index: -1;
  box-shadow: 0 3px 5px -2px rgba(53, 53, 53, 0.28);
  transition: background-color 0.1s ease-out, border-color 0.1s ease-out, color 0.1s ease-out, box-shadow 0.1s ease-out;
}
.button--large--alt {
  background: #006548;
  color: #fff;
  border-color: #006548;
}
.button--large--alt:hover {
  background: #00422F;
  border-color: #00422F;
}
.button--large--alt:hover::after {
  background: #00422F;
  border-color: #00422F;
}
.button--large--alt:focus {
  background: #00422F;
  border-color: #00422F;
}
.button--large--alt:focus::after {
  background: #00422F;
  border-color: #00422F;
}
.button--large--alt:active {
  background: #00422F;
  border-color: #00422F;
}
.button--large--alt:active::after {
  background: #00422F;
  border-color: #00422F;
}
.button--large--alt::after {
  border: solid 2px #006548;
  background: #006548;
}
.btn-label {
  background: none;
}
.page-notification {
  position: relative;
  border-width: 2px;
  border-style: solid;
  border-radius: 6px;
  padding: 1.3125rem 1.875rem 1.3125rem 1.3125rem;
  margin-bottom: 1.8125rem;
  color: #004A98;
  border-color: #004A98;
  line-height: 1.375;
}
.page-notification--informational {
  color: #004A98;
  fill: #004A98;
  border-color: #004A98;
}
.page-notification--informational a {
  color: #004A98;
}
.page-notification--warning {
  color: #79242F;
  fill: #79242F;
  border-color: #79242F;
}
.page-notification--warning a {
  color: #79242F;
}
.page-notification__icon {
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.9375rem;
}
.page-notification__content h2 {
  font-size: 1.25rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
}
.page-notification__content ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.page-notification__content ul li::before {
  content: 'â€¢';
  margin-right: 1.25rem;
}
.page-notification__content p {
  margin-top: 0;
  margin-bottom: 0;
}
.page-notification__content a {
  text-decoration-thickness: 1px;
}
@media (min-width: 50rem) {
  .page-notification {
    padding: 1.9375rem 3.5rem 1.875rem 1.875rem;
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.3;
  }
  .page-notification__icon {
    margin-right: 1.4375rem;
  }
  .page-notification__content h2 {
    margin-bottom: 0.3125rem;
  }
  .page-notification__content p {
    margin-bottom: 0.3125rem;
  }
  .page-notification__content ul {
    margin-bottom: 0.3125rem;
  }
}
.alert {
  padding: 0.875rem 0;
  color: #fff;
  background-color: #004A98;
  position: relative;
  z-index: 10;
  margin-bottom: 0;
}
.alert a {
  color: #fff;
  text-decoration: underline;
}
.alert__inner {
  position: relative;
  zoom: 1;
  margin: 0 auto;
  width: 100%;
  max-width: 87.5rem;
  padding: 0 1.125rem;
  padding-right: 3.75rem;
}
.alert__inner:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.alert__title {
  display: inline;
  margin: 0 0.3125rem 0 0;
  font-size: 1rem;
  line-height: 1.375;
  color: #fff;
}
.alert__body {
  display: inline;
}
.alert__body p {
  display: inline;
  line-height: 1.375;
}
.alert__dismiss {
  position: absolute;
  top: 0;
  right: 1.25rem;
  display: flex;
  height: 1.375rem;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}
.alert__icon-close {
  width: 1rem;
  height: 1rem;
  margin-left: 0.625rem;
  fill: #F6F6F6;
}
.alert.alert-type-red---urgent {
  background-color: #79242F;
  color: #fff;
}
.alert.alert-type-blue---highly-important {
  background-color: #004A98;
  color: #fff;
}
.alert.alert-type-green---important {
  background-color: #006548;
  color: #fff;
}
@media (min-width: 62.5rem) {
  .alert__inner {
    padding: 0 1.25rem;
    padding-right: 7.5rem;
  }
  .alert__dismiss {
    right: 5rem;
  }
}
@media (min-width: 87.5rem) {
  .alert__inner {
    padding: 0 5rem;
  }
}
.footer-bar {
  min-height: 120px;
  width: 100%;
  background-image: none;
  background: #006649;
  padding-top: 30px;
  color: #fff;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.footer-bar .address {
  font-style: normal;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 1.875rem;
}



.footer-bar ul.bottom-menu li {
  display: inline-block;
}
.footer-bar ul.bottom-menu li:after {
  content: "|";
  padding: 0 10px;
}
.footer-bar ul.bottom-menu li:last-child:after {
  content: none;
}
.footer-bar a {
  color: #ffffff;
  text-decoration: none;
}
.footer-bar .unceded {
  font-family: "source-serif-pro", Georgia, serif;
  line-height: 1.68em;
  font-size: initial;
}
/* Print styles */
@media print {
  .logo-print {
    display: block ;
    text-align: center;
  }
  /* Hidden */
  .header-slug,
  .btn,
  .footer,
  a.homeLink,
  h1.title,
  .steps,
  .btn {
    display: none !important;
  }
  a[href].homeLink:after {
    display: none !important;
    content: none !important;
  }
  header .header-logo {
    border-right: none !important;
  }
}
/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2/3) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375/667) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}

