
*, ::after, ::before {
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.333333;
  margin: 0;
  padding: 0;
  text-align: center;
  font-smooth: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #062D60;
  color: #fff;
}
.no-scroll {
  overflow: hidden;
}

@media (min-width: 992px) {
  body {
    font-size: 1.3125em;
    text-align: left;
  }
}

.no-scroll {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 800;
  line-height: 1.166666;
}

span.green {
  color: #60AB42;
}
span.blue {
  color: #1E5798;
}

h1 { 
  font-size: 2.25rem; 
  padding: 0;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

h2 { 
  font-size: 2.25rem; 
  padding: 0;
  margin: 0 0 2.5rem;
  text-align: center;
  text-transform: uppercase;
}
h2::after {
  content: '';
  display: block;
  margin: 0.5rem 1.5rem 0;
  border: 0.125rem solid #FFA500;
  /*border-radius: 1rem;*/
}

h3 { 
  font-size: 1.5rem; 
  padding: 0;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
}

h4 { 
  font-size: 1.125rem; 
  padding: 0;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}

h5 {
  font-size: 1rem;
  padding: 0;
  margin: 0 0 1.5rem;
}
/*
h5:last-child {
  margin: 0;
}
*/

h6 {
  font-size: 1rem;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  h1 { 
    font-size: 3.75rem; 
  }
  h2 { 
    font-size: 3rem; 
    margin: 0 0 3rem;
    display: inline-block;
  }
  h3 { 
    font-size: 2.25rem; 
  }
  h4 { 
    font-size: 1.5rem; 
  }
  h5 {
    font-size: 1.3125em;
  }
}

strong {
  font-weight: 800;
}

p {
  margin: 0 0 1.5rem;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

dl {
  padding: 0 1rem 0 0;
}
dt {
  font-weight: 800;
}
dd {
  margin-bottom: 1rem;
  margin-left: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

sup {
  vertical-align: top
}


a {
  color: #1E5798;
  font-weight: 800;
  text-decoration: none;
  transition: color .125s ease-in-out;
}

a:hover {
  color: #1E5798;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}


img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
  padding: 0.125rem 1.25rem;
  font-size: .875rem;
  font-weight: 700;
  text-transform: uppercase;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}

input[type=date] {
  height: 3.15625rem;
}

input::-webkit-date-and-time-value {
  text-align: left;
}

input.error,
select.error,
textarea.error,
.date-field.error {
  background-color: rgba(204, 0, 0, 0.05) !important;
  border-color: #c00 !important;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
  appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
  appearance: button;
}

button, input {
  overflow: visible;
}



.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}


.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}



@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}



.row-spaced {
  padding: 0 0 2.25rem;
}

.section {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

@media (min-width: 1200px) {
  .row-spaced {
    padding: 0 0 4.5rem;
  }  
  .section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  } 
}




.blue-bg {
  background-color: #062D60;
  color: #fff;
}
.light-blue-bg {
  background-color: #F4F6F8;
  color: #464C43;
}
.green-bg {
  background-color: #60AB42;
  color: #fff;
}
.white-bg {
  background-color: #fff;
  color: #464C43;
}
.light-orange-bg {
  background-color: #FFFCF5;
  color: #464C43;
}



.d-flex {
  display: flex;
}
.d-inline-block {
  display: inline-block;
}

.flex-column {
  flex-direction: column;
}

.flex-shrink {
  flex-shrink: 1;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.w-auto {
  width: auto !important;
}
@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
}

.pt-3 {
  padding-top: 1rem !important;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: end;
}
.justify-content-between {
  justify-content: space-between;
}

.justify-content-space-between {
  justify-content: space-between;
}
@media (min-width: 768px) {
  .justify-content-md-end {
    justify-content: end;
  }
}
@media (min-width: 992px) {
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
}


.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

@media (min-width: 576px) {
  .order-sm-last {
    order: 6 !important;
  }
}

@media (min-width: 768px) {
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }


  .text-lg-right {
    text-align: right !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
}


.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right;
}



.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-highlight {
  margin: 0 auto 2.25rem;
  box-shadow: .25rem .25rem #FFA500;
}



.form-group {
  margin-bottom: 1rem;
  text-align: left;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.75rem 1.25rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.125;
  color: #7e7e7e;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(1px * 2));
}

.form-control:focus {
  color: #000;
  background-color: #fff;
  border-color: #000;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0,0,0,.1);
}

.form-control:disabled {
  background-color: #F8F8F8;
  opacity: 1;
}

.form-control::placeholder {
  color: #ccc;
}

.form-select, .custom-select {
  display: block;
  width: 100%;
  padding: 0.75rem 2.25rem 0.75rem 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.125;
  color: #7e7e7e;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"),var(--bs-form-select-bg-icon,none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 2px solid #ccc;
  border-radius: 5px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-select:focus, .custom-select:focus {
  color: #000;
  border-color: #000;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0,0,0,.1);
}

.form-select:disabled, .custom-select:disabled {
  background-color: #F8F8F8;
}


.btn {
  display: inline-block;
  white-space: normal;
  margin: .75rem 0;
  padding: 1.125rem 3.5rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  color: #000;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  border-radius: 40px;
  background-color: transparent;
  transition: color .125s ease-in-out, background-color .125s ease-in-out, border-color .125s ease-in-out;
}

@media (min-width: 992px) {
  .btn {
    font-size: 1.875rem;
  }
}

.btn-sm {
  margin: 0;
  padding: .625rem 1.5rem;
}

.btn-link {
  border-radius: 0;
}

.btn-note {
  font-size: 0.75rem;
}

.btn-primary {
  color: #fff !important;
  border-color: #FFA500;
  background-color: #FFA500;
}

.btn-primary:active, 
.btn-primary:focus, 
.btn-primary:hover {
  color: #fff;
  background-color: #FFA500;
}

.btn-secondary, 
.btn-success {
  color: #fff !important;
  border-color: #60AB42;
  background-color: #60AB42;
}

.btn-secondary:active, 
.btn-secondary:focus, 
.btn-secondary:hover,
.btn-success:active, 
.btn-success:focus, 
.btn-success:hover {
  color: #fff;
  background-color: #60AB42;
}

.btn-light {
  color: #ACACAC !important;
  border-color: #EDEDED;
  background-color: #EDEDED;
}

.btn-light:active, 
.btn-light:focus, 
.btn-light:hover {
  color: #ACACAC;
  background-color: #EDEDED;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  color: #fff;
  pointer-events: none;
  background-color: #C3C3C3;
  border-color: #C3C3C3;
  /*opacity: .7;*/
}

.btn-rocking {
  animation: rocking 2s infinite;
  animation-timing-function: ease-out;
  transition: .2s;
}

@keyframes rocking {
  0%  { transform:rotate(0) }
  25% { transform:rotate(0) }
  50% { transform:rotate(2deg) }
  75% { transform:rotate(-2deg) }
  to  { transform:rotate(0) }
}

.icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  padding: .5rem;
  background-repeat: no-repeat;
  background-position: center;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin: 1rem 0;
  border: 2px solid transparent;
}

.alert-danger {
  color: #6a0000;
  background-color: #f5cccc;
  border-color: #f1b8b8;
}

#top {
  position: fixed;
  left: 1rem;
  bottom: -8rem;
  z-index: 9999;
  transition: bottom .125s ease-in-out;
}
#top.show {
  bottom: 2.5rem;
}
#top .btn {
  padding: 1.125rem;
  opacity: .5;
  transition: opacity .125s ease-in-out;
}
#top .btn::before {
  content: '';
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cpath d='M0,0H36V36H0Z' fill='none'/%3E%3Cpath d='M4,18l2.467,2.467L16.25,10.7V32h3.5V10.7l9.765,9.783L32,18,18,4Z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.875rem;
}
#top .btn:hover {
  opacity: 1;
}
#top svg {
  max-height: 1.875rem;
  width: auto;
}




#header {
  /*
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  */
  padding: 1rem 0;
  background: transparent linear-gradient(270deg, #062D60 0%, #03152C 46%, #021227 100%) 0% 0% no-repeat padding-box;
}
/*
#header.show {
  top: 0;
}
#header.transition {
  transition: top .125s ease-in-out;
}
*/

#logo svg {
  width: auto;
  height: 3.25rem;
}


#menu-toggle {
  display: block;
}

/*#menu-toggle.active {}*/

#menu-toggle .btn {
  margin: 0;
}

#menu-toggle .icon-toggle {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M0,0H24V24H0Z' fill='none'/%3E%3Cpath d='M3,18H21V16H3Zm0-5H21V11H3ZM3,6V8H21V6Z' fill='%23fff'/%3E%3C/svg%3E");
}

#menu-toggle.active .icon-toggle {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M0,0H24V24H0Z' fill='none'/%3E%3Cpath d='M21,6.611,19.389,5,13,11.389,6.611,5,5,6.611,11.389,13,5,19.389,6.611,21,13,14.611,19.389,21,21,19.389,14.611,13Z' transform='translate(-1 -1)' fill='%23fff'/%3E%3C/svg%3E");
}

#menu {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 100vw;
  width: 100%;
  flex-direction: column;
  background: #062D60;
  transition: left .0625s ease-out;
  text-align: center;
}

#menu.active {
  left: 0;
}

#menu ul {
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 1.25rem 0 0;
  line-height: 1;
}

#menu ul + ul {
  opacity: .75;
  padding: 0;
}

#menu ul li {
  margin: 0;
  padding: 0;
}

#menu ul li a {
  display: block;
  padding: 1.25rem 0;
  font-size: 1.125rem;
  color: #F4F6F8;
  text-decoration: none;
  transition: color .125s ease-out, transform .125s ease-out;
}

#menu ul li a:hover {
  color: #fff;
  transform: translateY(-0.125rem);
}

@media (min-width: 992px) {

  #menu-toggle {
    display: none;
  }
  
  #menu {
    display: flex;
    flex-direction: row;
    position: inherit;
    left: 0;
    width: auto;
    background: none;
  }
    
  #menu ul {
    flex-direction: row;
    padding: 0;
  }

  #menu ul + ul {
    padding: 0 0 0 1.5rem;
  }
  
  #menu ul li {
    padding: 0 .75rem;
  }

  #menu ul li:last-child {
    padding-right: 0;
  }
  
  #menu ul li a {
    padding: .25rem 0;
  }

}



#footer {
  text-align: left;
  background-color: #f8f9fa;
}
#footer address {
  margin: 0 0 1.5rem;
  font-style: normal;
}
@media (min-width: 768px) {
  #footer {
    font-size: 1rem;
  }
}
#footer h3 {
  font-weight: 700;
}
#footer ul {
  list-style: none;
  padding-left: 0;
}
#footer p, #footer ul, #footer address {
  line-height: 1.5;
}
#footer a {
  font-weight: 700;
  color: #464C43;
}
#footer a[href^="mailto:"] {
  color: #60AB42;
}
#footer a[href^="tel:"] {
  color: #1E5798;
}
#footer-seals {
  justify-content: center;
}
.footer-seal {
  flex: 1 1 auto;
  padding: 1.5rem 0.5rem 0;
  max-width: 7rem;
}
.footer-copy {
  margin: 0;
  padding: 3rem 0 0;
  font-size: .75rem;
  text-align: center;
}

@media (min-width: 768px) {
  /*#footer-seals {
    justify-content: end;
  }*/
  .footer-seal {
    padding-top: 0;
  }
  /*.footer-copy {
    text-align: right;
  }*/
}



#hero {
  position: relative;
  height: 100%;
  background: #062D60 linear-gradient(120deg, #062D60 30%, #062D60 55%, #60AB42 100%);
}

/*
#hero-image {
  aspect-ratio: 16 / 9;
  background-size: cover;
}

@media (max-width: 585px) {
  #hero-image {
    background-image: url(../images/_2023/SMARTPAY-Hero.jpg);
  }
} */ 
@media (min-width: 585px) and (min-height: 585px) {
  #hero-image {
    aspect-ratio: 16 / 9;
    background-size: cover;
  }
}
@media (min-width: 585px) and (max-width: 991.98px) and (min-height: 585px) {
  #hero-image {
    background-image: url(../images/_2023/SMARTPAY-Hero-HALF.jpg);
  }
} @media (min-width: 992px) and (min-height: 585px) {
  #hero-image {
    background-color: #062D60;
    background-image: url(../images/_2023/SMARTPAY-Hero-FULL.jpg);
    background-position: top right;
    background-repeat: no-repeat;
  }
  /*
  #hero-image-overlay {
    aspect-ratio: 640 / 480;
    background-size: cover;
    background-image: url(../images/_2023/SMARTPAY-Hero-OVERLAY.jpg);
    box-shadow: 0.25rem 0.25rem #FFA500;
  }
  */
}

#hero-content {
  flex-direction: column;
  font-size: 1.125rem;
  width: 100%;
}
@media (max-width: 585px) {
  #hero-content {
    padding: 2.25rem 0;
  }
}

#hero-content ul {
  display: inline-block;
  padding: 0;
  text-align: left;
}

#hero-content li {
  padding: 0 0 0.825rem 2rem;
  list-style: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M0,0H24V24H0Z' fill='none'/%3E%3Cpath d='M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2ZM10,17,5,12l1.41-1.41L10,14.17l7.59-7.59L19,8Z' fill='orange'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

#hero-btns {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#hero-btns div {
  width: 100%;
}

@media (min-width: 800px) {
  #hero-btns {
    flex-direction: row;
  }
  #hero-btns div {
    width: auto;
  }
  #hero-btns div + div {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
}

@media (min-width: 992px) {
  #hero {
    display: flex;
    align-items: center;
  }
  #hero-image {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #hero-content {
    position: relative;
    z-index: 2;
    font-size: 1.3125rem;
  }
  #hero-content p {
    max-width: 25em;
  }
}



#outro {
  position: relative;
  height: 100%;
  background: #062D60 linear-gradient(120deg, #062D60 10%, #062D60 40%, #60AB42 100%);
}
#outro h3 {
  font-size: 3rem;
  margin: 1.5rem 0;
}

@media (min-width: 768px) {
  #outro-image {
    aspect-ratio: 16 / 9;
    background-size: cover;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #outro-image {
    background-image: url(../images/_2023/SMARTPAY-Outro-HALF.jpg);
  }
} @media (min-width: 992px) {
  #outro-image {
    background-image: url(../images/_2023/SMARTPAY-Outro-FULL.jpg);
    background-position: center;
  }
}

#outro-content {
  flex-direction: column;
  font-size: 1.125rem;
  width: 100%;
}

@media (min-width: 768px) {
  #outro {
    display: flex;
    align-items: center;
    text-align: left;
  }
  #outro-image {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #outro-content {
    position: relative;
    z-index: 2;
    font-size: 1.3125rem;
  }
}

#outro h3 span {
  color: #60AB42;
}


@media (min-width: 1400px) {
  #outro {
    min-height: 36rem;
  }
  #outro h3 {
    font-size: 3.75rem;
  }
}

@media (max-width: 549.98px) {
  #direct-benefits-summary .container {
    max-width: 100%;
  }
}

#direct-benefits-summary .col {
  padding: 0;
}

#direct-benefits-summary h2 { 
  color: #1E5798;
}
#direct-benefits-summary h2::after {
  border: 0.125rem solid #C2D3E7;
}

#direct-benefits-summary table {
  margin: 0 auto 1.875rem;
  border-collapse: separate;
  font-size: 0.75rem;
}
#direct-benefits-summary table th, 
#direct-benefits-summary table td {
  padding: .5rem .75rem;
}

#direct-benefits-summary table th {
  font-weight: 800;
}

#direct-benefits-summary table th.hl {
  font-size: 0.875rem;
}

#direct-benefits-summary table th.hl.green {
  color: #fff;
  background-color: #60AB42;
  border: 2px solid #60AB42;
  border-bottom: none;
}
#direct-benefits-summary table th.hl.blue {
  color: #fff;
  background-color: #1E5798;
  border: 2px solid #1E5798;
  border-bottom: none;
}

#direct-benefits-summary table tr td:first-child {
  text-align: right;
  padding-right: 0;
}

#direct-benefits-summary table tr:nth-child(odd) td {
  background-color: #F7F7F7;
}

#direct-benefits-summary table tr td.hl.green {
  color: #60AB42;
  border-left: 2px solid #60AB42;
  border-right: 2px solid #60AB42;
}
#direct-benefits-summary table tr:nth-child(odd) td.hl.green {
  background-color: #F5F9F3;
}
#direct-benefits-summary table tr td.hl.blue {
  color: #1E5798;
  border-left: 2px solid #1E5798;
  border-right: 2px solid #1E5798;
}
#direct-benefits-summary table tr:nth-child(odd) td.hl.blue {
  background-color: #F4F6F8;
}

#direct-benefits-summary table tr:last-child td.hl.green {
  border-bottom: 2px solid #60AB42;
}
#direct-benefits-summary table tr:last-child td.hl.blue {
  border-bottom: 2px solid #1E5798;
}

#direct-benefits-summary-card {
  margin: 0 0 2rem;
  padding: 3rem 1.5rem 2rem;
  background-color: #fff;
}

#benefits-summary-btns {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
#benefits-summary-btns div {
  width: 100%;
}

#benefits-summary-disclaimer {
  padding: 0 1.5rem;
  font-size: 0.625rem;
}

@media (min-width: 550px) and (max-width: 1089.98px) {
  #direct-benefits-summary .container {
    max-width: 90%;
  }
  #direct-benefits-summary-card {
    margin: 2rem 0;
  }
}

@media (min-width: 860px) {
  #benefits-summary-btns {
    flex-direction: row;
  }
  #benefits-summary-btns div {
    width: auto;
  }
  #benefits-summary-btns div + div {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  #direct-benefits-summary-card {
    margin: 3.75rem auto 5.625rem;
    padding: 3.75rem 3.75rem 5.625rem;
  }
  #direct-benefits-summary table {
    margin: 0 auto 3.75rem;
    font-size: 1.3125rem;
  }
  #direct-benefits-summary table th.hl {
    font-size: 1.3125rem;
  }
  #direct-benefits-summary table th, 
  #direct-benefits-summary table td {
    padding: .75rem 2.5rem;
  }
  #benefits-summary-disclaimer {
    font-size: 0.75rem;
  }
}




#smartpay-benefits {
  padding: 1rem;
}

#smartpay-benefits .container-fluid {
  max-width: 1440px;
}

#smartpay-benefits h2 { 
  color: #1E5798;
}
#smartpay-benefits h2::after {
  border: 0.125rem solid #C2D3E7;
}

#smartpay-benefits-cards {
  padding: 0 0 1.75rem;
}

#smartpay-benefits .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  margin: 0 0 1rem;
}

#smartpay-benefits .card-body {
  padding: 2rem 1.5rem 1rem;
}

#smartpay-benefits .spp-card-svg {
  margin: 0 0 1.875rem;
  width: 100%;
  max-width: 5rem;
  height: auto;
}
#smartpay-benefits .card h3 {
  font-size: 1.875rem;
  margin: 0 0 0.75rem;
  color: #1E5798;
}

@media (min-width: 992px) {
  #smartpay-benefits {
    padding: 1rem 2rem;
  }
  #smartpay-benefits-cards {
    padding: .75rem 0 3.5rem;
  }
  #smartpay-benefits .card {
    margin: 0 0 2rem;
  }
  #smartpay-benefits .card-body {
    height: 24rem;
    overflow-y: hidden;
  }
  #smartpay-benefits .spp-card-svg {
    width: 100%;
    max-width: 7rem;
    height: auto;
  }
  #smartpay-benefits .card h3 {
    font-size: 1.875rem;
  }
}



#experts {
  background: transparent linear-gradient(225deg, #60AB42 0%, #062D60 100%) 0% 0% no-repeat padding-box;
}



.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive .embed-responsive-item, 
.embed-responsive embed, 
.embed-responsive iframe, 
.embed-responsive object, 
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}



.youtube-testimonial {
  margin: 0 auto 2.25rem;
  max-width: 450px;
  font-size: 1rem;
  text-align: center;
}
.youtube-testimonial p {
  margin: 0 0 .25rem;
}

.youtube {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 0 0 1rem;
}
.youtube .play-button, 
.youtube .play-button:before, 
.youtube iframe, 
.youtube img {
  position: absolute;
}
.youtube .play-button, 
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
}
.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0,0,0,.6);
  z-index: 1;
  opacity: .8;
  border-radius: 6px;
}
.play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}

.youtube img {
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}


#testimonials {
  margin: 1.125rem 0 2.25rem;
}
.testimonial {
  margin: 0 0 0.75rem;
  padding: 1.5rem 1.5rem 0.75rem;
  background-color: rgba(255, 255, 255, .9);
  border-radius: 10px;
  color: #464C43;
  font-size: 1rem;
  text-align: center;
}

#what-people-are-saying h5 {
  color: #60AB42;
}

@media (min-width: 992px) {
  .testimonial {
    margin: 0 0 1.5rem;
  }
  #what-people-are-saying h5 {
    font-size: 1rem;
  }
}

.testimonial-rating {
  padding: 0 0 0.75rem;
  justify-content: center;
}
.testimonial-rating .icon-star {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M0,0H24V24H0Z' fill='none'/%3E%3Cpath d='M0,0H24V24H0Z' fill='none'/%3E%3Cpath d='M12,17.27,18.18,21l-1.64-7.03L22,9.24l-7.19-.61L12,2,9.19,8.63,2,9.24l5.46,4.73L5.82,21Z' fill='orange'/%3E%3C/svg%3E");
}


/*
#why-work-with-us h6, 
#why-work-with-us p:not(.btn-note) {
  font-size: 1.125rem;
  line-height: 1.625;
}
*/


#faq {
  padding: 4.5rem 0;
}
/*
#faqs {
  padding: 1.875rem 0;
  text-align: left;
}
.faq {
  border: 4px solid #062D60;
  border-radius: 10px;
  margin: 0 auto .75rem;
}
.faq h6 {
  position: relative;
  background: #062D60;
  color: #fff;
  text-transform: none;
  padding: 1.5rem 3.5rem 1.5rem 1.5rem;
  -webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
}
@media (min-width: 992px) {
  .faq h6 {
    font-size: 1.5rem; 
  }
}
.faq h6::selection {
  background: rgba(0, 0, 0, 0)
}
.faq h6:hover {
  cursor: pointer;
}
.faq h6::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.5rem;
  display: block;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath d='M0,0H30V30H0Z' transform='translate(0)' fill='none'/%3E%3Cpath d='M25,16.429H16.429V25H13.571V16.429H5V13.571h8.571V5h2.857v8.571H25Z' transform='translate(0 0)' fill='%23fff'/%3E%3C/svg%3E");
  width: 1.875rem;
  height: 1.875rem;
}
.faq.show h6::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath d='M0,0H30V30H0Z' transform='translate(0)' fill='none'/%3E%3Cpath d='M25,13H5V11H25Z' transform='translate(0 3)' fill='%23fff'/%3E%3C/svg%3E");
}
.faq p {
  margin: 0;
  padding: 1rem 1.5rem 1.5rem;
}
.faq-txt {
  height: 0;
  overflow: hidden;
  transition: height .125s ease-out;
}
*/


/* -- Get Started Form -- */ 

#get-started-overlay {
  display: none;
  position: fixed;
  z-index: 99999;
  /* above all else */
  top: 0;
  left: 0;
  background-color: rgba(33, 36, 39, .60);
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#get-started-overlay.show {
  display: block;
}

#spp-get-started {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*
  width: 86%;
  max-width: 1140px;
  max-height: 96%;
  margin: auto;
  border-radius: 10px;
  */
  width: 100%;
  height: 100%;
  padding: 60px 0 0;
  background: #fff;
  color: #464C43;
  overflow-y: auto;
}
#spp-get-started.gs-page {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}

#spp-get-started.gs-page .btn-row {
  justify-content: center !important;
}

@media (min-width: 992px) {
  #spp-get-started {
    padding: 30px 30px 0;
  }
}

#spp-get-started-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}

#spp-get-started-close-btn svg {
  width: auto;
  height: 1.125rem;
  fill: #6c757d;
  transition: .25s ease-in-out;
}

#spp-get-started h2 {
  color: #60AB42;
  margin-bottom: 0.375rem;
  display: block;
}
#spp-get-started h2::after {
  display: none;
  margin-bottom: 0;
  border: none;
}
#spp-get-started h4 {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: none;
}
#spp-get-started p {
  font-size: .75rem;
  margin: 0 0 1rem;
}

#spp-get-started a[href^="tel:"] {
  display: inline-block;
}

#spp-get-started form {
  padding: 1.5rem 0;
}


div:not(.no-highlight) > input.requiredField,
div:not(.no-highlight) > select.requiredField,
div:not(.no-highlight) > textarea.requiredField,
div:not(.no-highlight) > .date-field.requiredField {
  background-color: rgba(255, 165, 0, 0.1);
  border-color: #FFA500;
}

.requiredField:disabled {
  background-color: #e9ecef !important;
  border-color: #ced4da !important;
}


input.spp-icon-calendar,
.date-field .date-pick-button {
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 47.53' fill='%23cccccc'%3E%3Ctitle%3Eicon-calendar%3C/title%3E%3Cg id='9100fb33-b1ff-4484-af82-2ce5349f97b2' data-name='Layer 2'%3E%3Cg id='ffe4b2c3-3c52-4f9b-9240-1feda9f9fae1' data-name='Layer 1'%3E%3Cpath d='M33.54,34.41H28.61v4.93h4.93Zm-6.95-13.2H21.66v4.93h4.93Zm7,6.6H28.61v4.93h4.93Zm7-6.6H35.56v4.93h4.93Zm-13.9,6.6H21.66v4.93h4.93Zm7-6.6H28.61v4.93h4.93Zm7,6.6H35.56v4.93h4.93ZM12.7,34.41H7.77v4.93H12.7Zm0-6.6H7.77v4.93H12.7Zm26.52-24V6a4.11,4.11,0,1,1-5.44,0V3.82H14.59V6A4.11,4.11,0,1,1,9.15,6V3.82H0V47.53H48V3.82Zm4.4,39.33H4.38V15.84H43.62Zm-24-21.94H14.71v4.93h4.94Zm0,13.2H14.71v4.93h4.94Zm6.94,0H21.66v4.93h4.93Zm-6.94-6.6H14.71v4.93h4.94ZM11.87,11.45a2,2,0,0,0,2.05-2V2A2,2,0,0,0,9.83,2V9.41A2,2,0,0,0,11.87,11.45Zm24.63,0a2,2,0,0,0,2-2V2a2,2,0,1,0-4.08,0V9.41A2,2,0,0,0,36.5,11.45Z' style='fill-rule:evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: auto 1.125rem;
}

input.spp-icon-calendar.requiredField,
.date-field.requiredField .date-pick-button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 47.53' fill='%236c757d'%3E%3Ctitle%3Eicon-calendar%3C/title%3E%3Cg id='9100fb33-b1ff-4484-af82-2ce5349f97b2' data-name='Layer 2'%3E%3Cg id='ffe4b2c3-3c52-4f9b-9240-1feda9f9fae1' data-name='Layer 1'%3E%3Cpath d='M33.54,34.41H28.61v4.93h4.93Zm-6.95-13.2H21.66v4.93h4.93Zm7,6.6H28.61v4.93h4.93Zm7-6.6H35.56v4.93h4.93Zm-13.9,6.6H21.66v4.93h4.93Zm7-6.6H28.61v4.93h4.93Zm7,6.6H35.56v4.93h4.93ZM12.7,34.41H7.77v4.93H12.7Zm0-6.6H7.77v4.93H12.7Zm26.52-24V6a4.11,4.11,0,1,1-5.44,0V3.82H14.59V6A4.11,4.11,0,1,1,9.15,6V3.82H0V47.53H48V3.82Zm4.4,39.33H4.38V15.84H43.62Zm-24-21.94H14.71v4.93h4.94Zm0,13.2H14.71v4.93h4.94Zm6.94,0H21.66v4.93h4.93Zm-6.94-6.6H14.71v4.93h4.94ZM11.87,11.45a2,2,0,0,0,2.05-2V2A2,2,0,0,0,9.83,2V9.41A2,2,0,0,0,11.87,11.45Zm24.63,0a2,2,0,0,0,2-2V2a2,2,0,1,0-4.08,0V9.41A2,2,0,0,0,36.5,11.45Z' style='fill-rule:evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

input.spp-icon-calendar.error,
.date-field.error .date-pick-button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 47.53' fill='%23cc0000'%3E%3Ctitle%3Eicon-calendar%3C/title%3E%3Cg id='9100fb33-b1ff-4484-af82-2ce5349f97b2' data-name='Layer 2'%3E%3Cg id='ffe4b2c3-3c52-4f9b-9240-1feda9f9fae1' data-name='Layer 1'%3E%3Cpath d='M33.54,34.41H28.61v4.93h4.93Zm-6.95-13.2H21.66v4.93h4.93Zm7,6.6H28.61v4.93h4.93Zm7-6.6H35.56v4.93h4.93Zm-13.9,6.6H21.66v4.93h4.93Zm7-6.6H28.61v4.93h4.93Zm7,6.6H35.56v4.93h4.93ZM12.7,34.41H7.77v4.93H12.7Zm0-6.6H7.77v4.93H12.7Zm26.52-24V6a4.11,4.11,0,1,1-5.44,0V3.82H14.59V6A4.11,4.11,0,1,1,9.15,6V3.82H0V47.53H48V3.82Zm4.4,39.33H4.38V15.84H43.62Zm-24-21.94H14.71v4.93h4.94Zm0,13.2H14.71v4.93h4.94Zm6.94,0H21.66v4.93h4.93Zm-6.94-6.6H14.71v4.93h4.94ZM11.87,11.45a2,2,0,0,0,2.05-2V2A2,2,0,0,0,9.83,2V9.41A2,2,0,0,0,11.87,11.45Zm24.63,0a2,2,0,0,0,2-2V2a2,2,0,1,0-4.08,0V9.41A2,2,0,0,0,36.5,11.45Z' style='fill-rule:evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

input.spp-icon-calendar.valid,
.date-field.valid .date-pick-button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 47.53' fill='%2360AB42'%3E%3Ctitle%3Eicon-calendar%3C/title%3E%3Cg id='9100fb33-b1ff-4484-af82-2ce5349f97b2' data-name='Layer 2'%3E%3Cg id='ffe4b2c3-3c52-4f9b-9240-1feda9f9fae1' data-name='Layer 1'%3E%3Cpath d='M33.54,34.41H28.61v4.93h4.93Zm-6.95-13.2H21.66v4.93h4.93Zm7,6.6H28.61v4.93h4.93Zm7-6.6H35.56v4.93h4.93Zm-13.9,6.6H21.66v4.93h4.93Zm7-6.6H28.61v4.93h4.93Zm7,6.6H35.56v4.93h4.93ZM12.7,34.41H7.77v4.93H12.7Zm0-6.6H7.77v4.93H12.7Zm26.52-24V6a4.11,4.11,0,1,1-5.44,0V3.82H14.59V6A4.11,4.11,0,1,1,9.15,6V3.82H0V47.53H48V3.82Zm4.4,39.33H4.38V15.84H43.62Zm-24-21.94H14.71v4.93h4.94Zm0,13.2H14.71v4.93h4.94Zm6.94,0H21.66v4.93h4.93Zm-6.94-6.6H14.71v4.93h4.94ZM11.87,11.45a2,2,0,0,0,2.05-2V2A2,2,0,0,0,9.83,2V9.41A2,2,0,0,0,11.87,11.45Zm24.63,0a2,2,0,0,0,2-2V2a2,2,0,1,0-4.08,0V9.41A2,2,0,0,0,36.5,11.45Z' style='fill-rule:evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}


.valid,
.success {
  color: #60AB42 !important;
}

.error,
.date-field input.error,
.missinglink {
  color: #c00 !important;
}

div.error,
label.error {
  font-weight: 600;
  font-style: italic;
  text-transform: none;
}

.custom-select.error,
.form-control.error {
  color: #c00 !important;
  border-color: #c00 !important;
}

.custom-select.valid,
.form-control.valid {
  background-color: rgba(90, 163, 63, 0.1) !important;
  border-color: #60AB42 !important;
}



#gs2, #gs3 {
  padding: 2rem 1rem;
}
#gs2 h2, #gs3 h2 {
  text-transform: none;
  font-weight: normal;
  padding: 0 0 2rem;
  font-size: 1.75rem;
}
#gs3 h2 a {
  font-weight: normal;
}
#gs3 .form-group > .form-group {
  text-align: center;
}



#browser-upgrade, #warning_banner {
  margin: 0;
  padding: 1rem 2rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #c00;
}

#browser-upgrade a, #warning_banner a {
  color: #fff;
  text-decoration: underline;
}



/* -- Sub Pages -- */ 

.spp-sub-pg-hero {
  padding: 1.5rem 0;
  background: linear-gradient(-45deg,#5ba440,#1e5798,#1e5798);
  color: #fff;
}

.spp-sub-pg-hero sup {
  vertical-align: text-top;
}

.spp-sub-pg-hero-generic {
  padding: 1.5rem 0;
}

.spp-sub-pg-hero h1, 
.spp-sub-pg-hero h2, 
.spp-sub-pg-hero-generic h1, 
.spp-sub-pg-hero-generic h2 {
  margin-bottom: 0;
}

.spp-page-title h1,
.spp-page-title h2 {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  color: #1e5798;
  border-bottom: 1px solid #dee2e6;
}

.spp-sub-pg-content, 
#spp-about-intro {
  padding: 1.5rem;
  color: #464C43;
  background-color: #fff;
  text-align: left;
}

.spp-sub-pg-content h2, 
.spp-sub-pg-content h3 {
  margin: 1rem 0;
  text-align: left;
}
.spp-sub-pg-content h2::after {
  display: none;
}

@media (min-width: 576px) {
  .spp-sub-pg-content, 
  #spp-about-intro {
      padding: 3rem;
  }
}

@media (min-width: 768px) {
  .spp-sub-pg-hero, 
  .spp-sub-pg-hero-generic {
      padding: 2rem 0;
  }
}


@media (min-width: 992px) {
  .spp-sub-pg-hero, 
  .spp-sub-pg-hero-generic {
      padding: 2.5rem 0;
  }
}

#spp-about-hero {
  background: #1e5798 url(../images/_2018/hero/abstract-bokeh.jpg) no-repeat right top;
  background-size: cover;
}
#spp-contact-hero {
  background: #1e5798 url(../images/_2018/hero/contact.jpg) no-repeat right center;
  background-size: cover;
}


