@import url("https://use.typekit.net/ogt3gzp.css");
.background-gradient_white-to-accent-gray {
  background-image: linear-gradient(180deg, #FFFFFF 0%, #EEF4F8 89%);
}

.border {
  border: 1px solid #3FA06F !important;
  position: relative;
}

.border-top-small::before {
  content: "";
  width: 60px;
  height: 6px;
  background: #3FA06F;
  display: block;
  margin-bottom: .5em;
}

.border-top-small--primary::before {
  background: #3FA06F;
}

.border-top-small--secondary::before {
  background: #B030B5;
}

.border-top-small--success::before {
  background: #2E9FBA;
}

.border-top-small--danger::before {
  background: #DD3561;
}

.border-top-small--warning::before {
  background: #FEC40E;
}

.border-top-small--info::before {
  background: #6E6DA9;
}

.border-top-small--brand-blue::before {
  background: #0A3A5A;
}

.border--thick {
  border-width: 10px !important;
}

@media screen and (min-width: 768px) {
  .border--framed {
    padding: 2rem;
  }
}

.border--notched::before {
  content: "";
  background-color: #FFFFFF;
  height: 65%;
  left: -10px;
  position: absolute;
  top: 0;
  width: 10px;
  z-index: 20;
}

.border--notched::after {
  content: "";
  background-color: #FFFFFF;
  height: 10px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 80%;
  z-index: 20;
}

.border--notched-background-brand-blue::before, .border--notched-background-brand-blue::after {
  background-color: #0A3A5A;
}

.border-primary {
  border-color: #3FA06F !important;
}

.border-secondary {
  border-color: #B030B5 !important;
}

.border-success {
  border-color: #2E9FBA !important;
}

.border-danger {
  border-color: #DD3561 !important;
}

.border-warning {
  border-color: #FEC40E !important;
}

.border-info {
  border-color: #6E6DA9 !important;
}

.border--brand-blue {
  border-color: #0A3A5A !important;
}

.border--accent-gray {
  border-color: #EEF4F8 !important;
}

.border--gray-light {
  border-color: #DDDDDD !important;
}

.btn {
  border-radius: 500px;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.6875em 1.375em;
}

button, [type='button'], [type='reset'], [type='submit'],
a.btn.btn-primary {
  appearance: none;
  background-color: #3FA06F;
  border: 0;
  border-radius: 500px;
  color: #FBFBFB;
  cursor: pointer;
  display: inline-block;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1.5;
  padding: 0.6875em 1.375em;
  text-align: center;
  text-decoration: none;
  transition: background-color border-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus,
a.btn.btn-primary:hover,
a.btn.btn-primary:focus {
  background-color: #2F8459;
  color: #fff;
}

button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled,
a.btn.btn-primary:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover,
a.btn.btn-primary:disabled:hover {
  background-color: #3FA06F;
}

.btn.btn-secondary {
  background-color: #B030B5;
  border: none;
}

.btn.btn-secondary:hover {
  background-color: #8A258F;
}

.btn.btn-success {
  background-color: #2E9FBA;
  border: none;
}

.btn.btn-success:hover {
  background-color: #09718A;
}

.btn.btn-danger {
  background-color: #DD3561;
  border: none;
}

.btn.btn-danger:hover {
  background-color: #BE2D53;
}

.btn.btn-warning {
  background-color: #FEC40E;
  border: none;
}

.btn.btn-warning:hover {
  background-color: #E0B11D;
}

.btn.btn-info {
  background-color: #6E6DA9;
  border: none;
}

.btn.btn-info:hover {
  background-color: #5D5C8E;
}

.btn.btn-outline-primary {
  border: 2px solid #3FA06F;
  color: #3FA06F;
}

.btn.btn-outline-primary:hover {
  background-color: #2F8459;
  border-color: #2F8459;
  color: #FFFFFF;
}

.btn.btn-outline-secondary {
  border: 2px solid #B030B5;
  color: #B030B5;
}

.btn.btn-outline-secondary:hover {
  background-color: #8A258F;
  border-color: #8A258F;
  color: #FFFFFF;
}

.btn.btn-outline-success {
  border: 2px solid #2E9FBA;
  color: #2E9FBA;
}

.btn.btn-outline-success:hover {
  background-color: #09718A;
  border-color: #09718A;
  color: #FFFFFF;
}

.btn.btn-outline-danger {
  border: 2px solid #DD3561;
  color: #DD3561;
}

.btn.btn-outline-danger:hover {
  background-color: #BE2D53;
  border-color: #BE2D53;
  color: #FFFFFF;
}

.btn.btn-outline-warning {
  border: 2px solid #FEC40E;
  color: #FEC40E;
}

.btn.btn-outline-warning:hover {
  background-color: #E0B11D;
  border-color: #E0B11D;
  color: #FFFFFF;
}

.btn.btn-outline-info {
  border: 2px solid #6E6DA9;
  color: #6E6DA9;
}

.btn.btn-outline-info:hover {
  background-color: #5D5C8E;
  border-color: #5D5C8E;
  color: #FFFFFF;
}

.btn.dropdown-toggle {
  background-color: transparent;
  margin: 0 15px 0 0;
  padding: 0;
  border-radius: 0;
  border-bottom: solid 2px #ffffff;
}

.btn.dropdown-toggle:focus {
  box-shadow: none;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.34375em;
  padding: 0;
}

label {
  display: block;
  font-weight: normal;
  margin-bottom: 0.34375em;
}

input,
select,
textarea {
  display: block;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  appearance: none;
  background-color: #fff;
  border: 1px solid #174B6B;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.6875em;
  padding: 0.45833em;
  transition: border-color 150ms ease;
  width: 100%;
}

[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
  border-color: #cccccc;
}

[type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
  border-color: #0A3A5A;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(10, 58, 90, 0.7);
  outline: none;
}

[type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

[type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #174B6B;
}

[type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #858585;
}

textarea {
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.34375em;
}

[type="file"] {
  margin-bottom: 0.6875em;
  width: 100%;
}

select {
  margin-bottom: 1.375em;
  max-width: 100%;
  width: auto;
}

select::-ms-expand {
  display: none;
}

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(10, 58, 90, 0.6);
  outline-offset: 2px;
}

input[type="search"] {
  box-sizing: border-box;
}

.captcha {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

li ul, li ol {
  margin: 0 1.5em;
}

ul, ol {
  list-style-position: outside;
  margin: 0 1.5em 1.5em 0;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

dl {
  margin: 0 0 1.5em 0;
}

dl dt {
  font-weight: bold;
}

dd {
  margin-left: 1.5em;
}

figure {
  margin: 0;
}

img,
picture {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.image-box--small {
  height: 150px;
  padding: 1rem 7rem;
}

.image-box--large {
  height: 200px;
  padding: 1rem 7rem;
}

.image-box--center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-box img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.image-box.compat-object-fit-contain {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.image-box.compat-object-fit-contain img {
  opacity: 0;
}

.aspect-ratio-box {
  height: 0;
  overflow: hidden;
  position: relative;
}

.aspect-ratio-box-1-1 {
  padding-top: 100%;
}

.aspect-ratio-box-4-3 {
  padding-top: 75%;
}

.aspect-ratio-box-16-7 {
  padding-top: 43.75%;
}

.aspect-ratio-box-16-8 {
  padding-top: 50%;
}

.aspect-ratio-box-16-9 {
  padding-top: 56.25%;
}

.aspect-ratio-box-16-10 {
  padding-top: 62.5%;
}

.aspect-ratio-box-inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

table {
  border-collapse: collapse;
  margin: 1.375em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%;
}

thead {
  line-height: 1.3;
  vertical-align: bottom;
}

tbody {
  vertical-align: top;
}

tr {
  border-bottom: 1px solid #174B6B;
}

th {
  font-weight: 600;
}

th,
td {
  padding: 0.6875em 0.6875em 0.6875em 0;
}

html {
  color: #333333;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0.03em;
}

body {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
.t1,
.t2,
.t3,
.t4,
.t5,
.t6 {
  font-family: rift, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 0.6875em;
  font-weight: bold;
}

h1,
.t1 {
  color: #0A3A5A;
  font-size: 5.25em;
  line-height: 0.88;
}

h2,
.t2 {
  font-size: 3.375em;
  line-height: 1;
}

h3,
.t3 {
  font-size: 2.625em;
  line-height: 1;
}

h4,
.t4 {
  font-size: 2em;
  line-height: 1;
}

h5,
.t5 {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.75em;
  line-height: 1.14;
  font-weight: 400;
}

h6,
.t6 {
  color: #DD3561;
  font-size: 1.5em;
  line-height: 1;
}

p,
.body-copy {
  margin: 0 0 0.6875em;
}

a {
  color: #09718A;
  font-size: 0.875em;
  line-height: 1.285;
  text-decoration: none;
  transition: color 150ms ease;
}

a:active, a:focus, a:hover {
  color: #082c44;
}

a.menu-link {
  font-size: 0.625em;
  line-height: 1.571;
}

a.menu-link.inverse-color {
  color: #FBFBFB;
}

hr {
  border-bottom: 1px solid #174B6B;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.375em 0;
}

blockquote {
  background: #fff;
  border-left: 0.35rem solid #B030B5;
  color: #0A3A5A;
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.285;
  margin: 1.5em 0;
  padding: 0.15em 0 0.15em 1.7em;
}

blockquote footer cite {
  color: #B030B5;
  font-family: rift, sans-serif;
  font-size: 0.857em;
  font-style: normal;
  line-height: 1;
}

blockquote footer p {
  color: #333333;
  font-size: 0.571em;
  font-weight: 400;
  line-height: 1.375;
}

blockquote h3,
blockquote .t3 {
  color: #B030B5;
  font-family: rift, sans-serif;
  font-size: 0.857em;
  font-style: normal;
  line-height: 1;
}

blockquote h6,
blockquote .t6 {
  color: #666666;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.571em;
  font-weight: 400;
  line-height: 1.375;
}

.body-intro {
  font-size: 1.125em;
  line-height: 1.333;
}

.body-copy-small {
  font-size: 0.875em;
  line-height: 1.57;
}

.image-caption {
  font-size: 0.875em;
  font-style: italic;
  line-height: 1.57;
}

.small-text {
  font-size: 0.75em;
  font-weight: 300;
  line-height: 1.5;
}

.section-heading {
  font-weight: 600;
}

.tabbed-content {
  font-size: 1em;
  line-height: 1.5;
  padding: 0.6875;
}

.cta-list {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.375;
  padding-left: 1.2em;
  padding-inline-start: 1.2em;
}

.cta-list li {
  padding: 0.75em 0 0.75em 1em;
}

.wysiwyg-list {
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.571;
  padding-left: 1.2em;
  padding-inline-start: 1.2em;
}

.wysiwyg-list li {
  padding: 0 0 0 1em;
}

.featured-date {
  color: #FBFBFB;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.375em;
  font-weight: 700;
  line-height: 1.1052;
}

.featured-date.color-inverse {
  color: #333333;
}

.featured-election-type, .featured-election-title {
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.4285;
  padding-top: 0.15625em;
  padding-bottom: 0.15625em;
}

.featured-election-type {
  background: #0A3A5A;
  color: #fff;
  padding: 0.25em 1em;
}

.featured-election-title {
  color: #B7CBD5;
}

pre,
code,
tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}

pre {
  background-color: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa;
}

abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap;
}

.style-guide-text,
.style-guide-header {
  font-family: Calibri, 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
  color: #be2d53;
}

.style-guide-header {
  text-transform: uppercase;
  font-weight: bold;
}

a.arrow svg {
  fill: #FFFFFF;
  margin-left: 3px;
}

a.arrow:hover svg {
  fill: #FEC40E;
}

a.arrow img {
  margin: -2px -6px 0px 5px;
}

/* *************************************************
** TEXT COLORS - START
**************************************************** */
.text-primary {
  color: #3FA06F !important;
}

.text-secondary {
  color: #B030B5 !important;
}

.text-success {
  color: #2E9FBA !important;
}

.text-danger {
  color: #DD3561 !important;
}

.text-warning {
  color: #FEC40E !important;
}

.text-info {
  color: #6E6DA9 !important;
}

.text-brand-blue {
  color: #0A3A5A !important;
}

.text-gray-dark {
  color: #666666 !important;
}

/* *************************************************
** TEXT COLORS - END
**************************************************** */

/*# sourceMappingURL=base.css.map */