form input[type=text],
form input[type=password],
form input[type=number],
form input[type=tel],
form input[type=email] {
  font-family: "legacy-book";
  font-size: 1.0625rem;
  line-height: 1.875rem;
  border: none;
  outline: none;
  background-color: #ffffff;
  color: #7d8389;
  padding: 14px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding-right: 74px;
  height: 45px;
  border: 1px solid #d4d8e1;
}
form input[type=text]::placeholder,
form input[type=password]::placeholder,
form input[type=number]::placeholder,
form input[type=tel]::placeholder,
form input[type=email]::placeholder {
  font-family: "legacy-book";
  font-size: 1.0625rem;
  line-height: 1.875rem;
  color: #d4d8e1;
}

/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font: 14px Helvetica, Arial;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}

/* Button */
.selectboxit-container .selectboxit {
  width: 220px; /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  position: relative;
}

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 30px; /* Height of the drop down */
  line-height: 30px; /* Vertically positions the drop down text */
  display: block;
}

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: content-box\9 ;
  min-width: 100%; /* Minimum Width of the dropdown list box options */
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 6px;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px;
}

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px; /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}

/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0;
}

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #e6e6e6;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.selectboxit-list .selectboxit-option-anchor {
  color: #333333;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}

@font-face {
  font-family: "weiss-bold";
  src: url("Fonts/WeissStd-Bold.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "weiss-extrabold";
  src: url("Fonts/WeissStd-ExtraBold.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "weiss";
  src: url("Fonts/WeissStd.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "weiss-italic";
  src: url("Fonts/WeissStd-italic.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "legacy-bold";
  src: url("Fonts/LegacySansStd-Bold.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "legacy-bold-italic";
  src: url("Fonts/LegacySansStd-BoldItalic.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "legacy-book";
  src: url("Fonts/LegacySansStd-Book.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "legacy-book-italic";
  src: url("Fonts/LegacySansStd-BookItalic.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "legacy-medium";
  src: url("Fonts/LegacySansStd-Medium.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "legacy-medium-italic";
  src: url("Fonts/LegacySansStd-MediumItalic.otf");
  font-weight: normal;
  font-style: normal;
}
html {
  box-sizing: border-box;
  /* Adjust font size */
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  font-family: "legacy-book";
}

html,
body {
  background-color: #ffffff;
}

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

.visually-hidden,
.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.mainContent {
  overflow: hidden;
}
.mainContent a {
  text-decoration: none;
}

.page-content {
  max-width: 1500px;
  margin: 0 auto;
  background-color: #ffffff;
  position: relative;
}
.home .page-content {
  background-color: #f4f4f2;
  max-width: 100%;
}
.page-content__boundary {
  padding: 0 20px;
  max-width: 1340px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
@media only screen and (min-width: 900px) {
  .page-content__boundary {
    padding: 0 30px;
    max-width: 1360px;
    flex-wrap: nowrap;
  }
  .layout-full-width .page-content__boundary {
    flex-wrap: wrap;
  }
}
.page-content h1 {
  display: block;
  font-family: "weiss";
  font-size: 2.375rem;
  line-height: 2.875rem;
  font-weight: normal;
  margin: 1em 0;
}
@media only screen and (min-width: 900px) {
  .page-content h1 {
    font-size: 3rem;
    line-height: 3.25rem;
  }
}
.page-content h2 {
  display: block;
  font-family: "weiss-bold";
  font-size: 2rem;
  line-height: 2.25rem;
  margin: 2.5rem 0 1.1875rem 0;
  color: #c8102e;
}
@media only screen and (min-width: 900px) {
  .page-content h2 {
    font-size: 2.625rem;
    line-height: 2.875rem;
  }
}
.page-content h3 {
  display: block;
  font-family: "weiss-bold";
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin: 1.875rem 0 1.1875rem 0;
}
@media only screen and (min-width: 900px) {
  .page-content h3 {
    font-size: 1.625rem;
    line-height: 2rem;
  }
}
.page-content h4 {
  display: block;
  font-family: "legacy-medium";
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: normal;
  margin: 1em 0;
}
@media only screen and (min-width: 900px) {
  .page-content h4 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
.page-content h5 {
  display: block;
  font-family: "weiss-bold";
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin: 1em 0;
}
.page-content h6 {
  display: block;
  font-family: "weiss-bold";
  font-size: 0.8125rem;
  line-height: 1.25rem;
  margin: 1em 0;
}
.page-content .intro-paragraph {
  font-family: "legacy-book";
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #02132b;
}
@media only screen and (min-width: 900px) {
  .page-content .intro-paragraph {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.page-content .secondary-info-paragraph-text {
  font-family: "legacy-book";
  font-size: 1.125rem;
  line-height: 1.375rem;
}
@media only screen and (min-width: 900px) {
  .page-content .secondary-info-paragraph-text {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.page-content li,
.page-content p {
  font-family: "legacy-book";
  font-size: 1.0625rem;
  line-height: 1.875rem;
}
.page-content li a,
.page-content p a {
  font-family: "legacy-book";
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #c8102e;
}
@media only screen and (min-width: 900px) {
  .page-content li a,
  .page-content p a {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
.page-content img {
  max-width: 100%;
  height: auto;
}

.button--primary {
  position: relative;
  background-color: #083a81;
  color: #ffffff;
  width: 100%;
  height: 60px;
  display: flex;
  margin: 0 auto;
  padding-top: 29px;
  padding-bottom: 25px;
  padding-left: 16px;
  padding-right: 16px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.button--primary:hover .button--primary__label::before, .button--primary:focus .button--primary__label::before, .button--primary:active .button--primary__label::before {
  left: 0;
  right: 0;
}
@media only screen and (min-width: 900px) {
  .button--primary {
    max-width: 360px;
    width: auto;
  }
}
.button--primary__label {
  font-family: "legacy-bold";
  text-transform: uppercase;
  font-size: 1rem;
  position: relative;
  min-height: 60px;
  display: flex;
  align-items: center;
}
.button--primary__label::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: -2px;
  background: #ffffff;
  height: 5px;
  transition-property: left, right;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
.button--explore {
  font-family: "weiss-bold";
  font-size: 0.8125rem;
  text-decoration: none;
  color: #083a81;
  position: relative;
  border: 1px solid #083a81;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: 0 14px;
  height: 30px;
  width: 98px;
}
.button--explore:hover {
  color: #02132b;
}
.button--explore:hover::before {
  opacity: 1;
}
.button--explore::before {
  opacity: 0;
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #02132b;
  transition: opacity 250ms ease;
}
.button--explore span {
  padding-top: 5px;
}
.button--explore .fa-icon {
  width: 10px;
  height: 10px;
  margin-left: 10px;
}

.flexible-content {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .flexible-content {
    display: flex;
    justify-content: flex-end;
  }
  .layout-sidebar .flexible-content {
    width: 77%;
  }
  .layout-full-width .flexible-content {
    justify-content: center;
  }
}
.flexible-content__boundary {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 45px 0;
}
.layout-full-width .flexible-content__boundary {
  align-items: center;
  align-content: center;
}
.layout-sidebar .flexible-content__boundary {
  max-width: 100%;
  align-items: center;
}
@media only screen and (min-width: 1200px) {
  .flexible-content__boundary {
    padding: 45px 0;
  }
  .layout-sidebar .flexible-content__boundary {
    max-width: 890px;
    padding: 45px 0 45px 30px;
  }
}

.homepage-hero-transitional-text {
  font-size: 3.125rem;
  line-height: 3.75rem;
  font-family: "weiss-bold";
}
@media only screen and (min-width: 900px) {
  .homepage-hero-transitional-text {
    font-family: "weiss";
    font-size: 6.25rem;
    line-height: 6.875rem;
  }
}

.homepage-hero-stats-text {
  font-family: "legacy-bold";
  font-size: 2.8125rem;
  line-height: 3.125rem;
}
@media only screen and (min-width: 900px) {
  .homepage-hero-stats-text {
    font-size: 5.625rem;
    line-height: 6.25rem;
  }
}

.primary-navigation-text {
  font-family: "legacy-medium";
  font-size: 1.25rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 900px) {
  .primary-navigation-text {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

.secondary-navigation-text {
  font-family: "legacy-bold";
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.25rem;
}
@media only screen and (min-width: 900px) {
  .secondary-navigation-text {
    font-size: 0.8125rem;
    line-height: 1.125rem;
  }
}

.button-text {
  font-family: "legacy-bold";
  text-transform: uppercase;
  font-size: 1rem;
}

p.tag-text,
.tag-text {
  font-family: "legacy-book";
  font-size: 0.75rem;
  line-height: 1rem;
}

a.disabled {
  cursor: default;
}

form input[type=text],
form input[type=password],
form input[type=number],
form input[type=tel],
form input[type=email] {
  font-family: "legacy-book";
  font-size: 1.0625rem;
  line-height: 1.875rem;
  border: none;
  outline: none;
  background-color: #ffffff;
  color: #7d8389;
  padding: 14px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding-right: 74px;
  height: 45px;
  border: 1px solid #d4d8e1;
  color: #000;
}
form input[type=text]::placeholder,
form input[type=password]::placeholder,
form input[type=number]::placeholder,
form input[type=tel]::placeholder,
form input[type=email]::placeholder {
  font-family: "legacy-book";
  font-size: 1.0625rem;
  line-height: 1.875rem;
  color: #d4d8e1;
}
form input[type=text]:focus,
form input[type=password]:focus,
form input[type=number]:focus,
form input[type=tel]:focus,
form input[type=email]:focus {
  border: 1px solid #c8102e;
}
form input[type=text]::-moz-placeholder,
form input[type=password]::-moz-placeholder,
form input[type=number]::-moz-placeholder,
form input[type=tel]::-moz-placeholder,
form input[type=email]::-moz-placeholder {
  line-height: 1rem;
}

.nf-form-cont h3 {
  display: block;
  font-family: "weiss-bold";
  font-size: 2rem;
  line-height: 2.25rem;
  margin: 2.5rem 0 1.1875rem 0;
  color: #c8102e;
}
@media only screen and (min-width: 900px) {
  .nf-form-cont h3 {
    font-size: 2.625rem;
    line-height: 2.875rem;
  }
}
.nf-form-cont .one-half {
  width: 100%;
  margin-left: 0;
}
@media (min-width: 900px) {
  .nf-form-cont .one-half {
    margin-left: 2.5641025641%;
    width: 48.7179487179%;
  }
  .nf-form-cont .one-half.first {
    margin-left: 0;
  }
}

.nf-field-label label {
  font-family: "legacy-book";
  font-size: 1.0625rem;
  line-height: 1.875rem;
  font-weight: normal;
}

.nf-after-field {
  margin-top: 10px;
}

.nf-element.datepicker {
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) center;
  background-size: 27px 27px;
  background-image: url("../DocumentDefault/Assets/calendar-icon.svg");
}

.nf-before-form-content {
  font-family: "legacy-book";
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 1.875rem;
}

textarea {
  font-family: "legacy-book";
  font-size: 1.0625rem;
  line-height: 1.875rem;
  border: none;
  outline: none;
  background-color: #ffffff;
  color: #7d8389;
  padding: 14px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding-right: 74px;
  border: 1px solid #d4d8e1;
  color: #000;
}
textarea::placeholder {
  font-family: "legacy-book";
  font-size: 1.0625rem;
  line-height: 1.875rem;
  color: #d4d8e1;
}
textarea:focus {
  border: 1px solid #c8102e;
}

.selectboxit-container {
  width: 100%;
}
.selectboxit-container * {
  font-family: "legacy-book";
  font-size: 1.0625rem;
  line-height: 1.875rem;
}
.selectboxit-container .selectboxit {
  font-family: "legacy-book";
  font-size: 1.0625rem;
  line-height: 1.875rem;
  border: 1px solid #ddd;
  border-radius: 0;
  background: #ffffff;
  height: 45px;
  padding-left: 16px;
  width: 100% !important;
}
.selectboxit-container .selectboxit-container {
  border: 1px solid #f4f4f2 !important;
}
.selectboxit-container .selectboxit-options {
  min-width: 100% !important;
  border-radius: 0;
  background: #ffffff;
  padding-left: 0;
  border-left: 1px solid #d4d8e1;
  border-right: 1px solid #d4d8e1;
  border-bottom: 1px solid #d4d8e1;
  border-top: none;
  margin-top: -1px;
  z-index: 1;
}
.selectboxit-container .selectboxit-options a {
  height: 45px;
  line-height: 45px;
}
.selectboxit-container .selectboxit-option-anchor {
  padding-left: 16px;
  padding-right: 16px;
  background: transparent !important;
  color: #4A4A4A !important;
}
.selectboxit-container .selectboxit-option-anchor:hover, .selectboxit-container .selectboxit-option-anchor:focus {
  color: #4A4A4A !important;
  background: transparent !important;
}
.selectboxit-container .selectboxit-text {
  font-family: "legacy-book";
  font-size: 1rem;
}
.page-content .selectboxit-container .selectboxit-arrow-container {
  display: flex;
  align-items: center;
}
.page-content .selectboxit-container .selectboxit-default-arrow {
  position: relative !important;
  top: 0 !important;
  border-left: 7px solid transparent !important;
  border-right: 7px solid transparent !important;
  border-top: 11px solid #c8102e !important;
  right: 15px !important;
}
.selectboxit-container .selectboxit-option-icon-container {
  display: none !important;
}
.selectboxit-container span {
  height: 45px;
  line-height: 45px;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  background-color: #ffffff;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background: none;
}

.selectboxit-option-anchor {
  display: flex;
  align-items: center;
}

.list-checkbox-wrap .nf-field-element li input {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: block;
  content: " ";
  position: relative;
  width: 0.875rem;
  min-width: 0.875rem;
  height: 0.875rem;
  outline: 2px solid #000;
  border: 2px solid #ffffff;
  margin-right: 0.6875rem;
  transition: outline 0.2s ease, background-color 0.2s ease;
}
.list-checkbox-wrap .nf-field-element li input.nf-checked {
  border: 2px solid #ffffff;
  background-color: #083a81;
  outline: 2px solid #083a81;
}

.list-radio-wrap .nf-field-element li input {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: block;
  content: " ";
  position: relative;
  width: 0.875rem;
  min-width: 0.875rem;
  height: 0.875rem;
  outline: 2px solid #000;
  border: 2px solid #ffffff;
  margin-right: 0.6875rem;
  transition: outline 0.2s ease, background-color 0.2s ease;
  border-radius: 100%;
  outline: none;
  box-shadow: 0 0 0 2px #000;
  border-radius: 100%;
}
.list-radio-wrap .nf-field-element li input.nf-checked {
  box-shadow: 0 0 0 2px #083a81;
  outline: none;
  border: 2px solid #ffffff;
  background-color: #083a81;
}

.pika-single {
  border-top: none;
  border-left: 1px solid #d4d8e1;
  border-right: 1px solid #d4d8e1;
  border-bottom: 1px solid #d4d8e1;
  box-shadow: none;
  margin-top: -1px;
}
.pika-single abbr[title] {
  text-decoration: none;
}
.pika-single.is-bound {
  box-shadow: none;
}
.pika-label {
  order: 2;
  font-weight: normal;
  font-family: "legacy-book";
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #02132b;
}
@media only screen and (min-width: 900px) {
  .pika-label {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.is-selected .pika-button {
  font-weight: bold;
  border: 2px solid #c8102e;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
  color: #c8102e;
}
.pika-button:hover, .is-today .pika-button {
  color: #000;
  border: 2px solid #d4d8e1;
  border-radius: 0;
  background: #ffffff;
  font-weight: normal;
}
.pika-table {
  border-collapse: collapse;
}
.pika-table th {
  font-family: "legacy-book";
  font-size: 0.75rem;
  line-height: 1rem;
  color: #083a81;
  text-transform: uppercase;
  font-weight: normal;
}
.pika-table td {
  line-height: 21px;
  text-align: center;
  height: 36px;
  width: 40px;
  border: 1px solid #d4d8e1;
  padding: 4px;
}
.pika-table td button {
  font-family: "legacy-book";
  font-size: 1.125rem;
  line-height: 1.375rem;
  height: 26px;
  text-align: center;
  background: none;
  padding: 0;
  display: block;
  color: #02132b;
  border: 2px solid #ffffff;
  transition: border-color 0.3s ease, color 0.3s ease;
}
@media only screen and (min-width: 900px) {
  .pika-table td button {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.pika-table td button:hover {
  border: 2px solid #d4d8e1;
}
.pika-table td button.ui-state-highlight {
  border: 2px solid #d4d8e1;
}
.pika-table td span {
  padding-top: 5px;
  display: block;
  color: #d4d8e1;
}
.pika-title {
  color: #02132b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 13px;
}
.pika-prev, .pika-next {
  opacity: 1;
  width: 35px;
  height: 35px;
  background-image: url("../DocumentDefault/Assets/arrowIconRed.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 15px;
  text-indent: -900px;
  cursor: pointer;
  border: 2px solid #ffffff;
  border-radius: 100%;
  transition: border-color 0.2s ease;
  overflow: hidden;
}
@media (min-width: 900px) {
  .pika-prev:hover, .pika-next:hover {
    border: 2px solid #c8102e;
  }
}
.pika-prev {
  order: 1;
  transform: rotate(180deg);
}
.pika-next {
  order: 2;
  background-image: url("../DocumentDefault/Assets/arrowIconRed.svg");
}