/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block;
}

/* Text-level semantics
   ========================================================================== */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 70%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
button, input, optgroup, select, textarea {
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
[hidden] {
  display: none;
}

/* -------------------------------------------------------------------------
 * Base
 * ------------------------------------------------------------------------- */
/* Meta CSS for Foundation plugin */
meta.foundation-mq {
  font-family: "x-small=0px&small=480px&medium=700px&large=1000px";
}

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

html, body, figure, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

body {
  font: 300 16px / 1.45 "Manulife JH Sans", Arial, Helvetica, sans-serif;
  color: #000;
  padding: 1em;
}

p {
  margin-bottom: 0.5em;
}

/* visually hide accessible screen reader text */
.visually-hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin-bottom: 2em;
  color: black;
}

.disable-scroll {
  overflow: hidden;
}

section::before, section::after {
  content: "";
  display: table;
  clear: both;
}

section {
  margin-top: 16px;
  margin-bottom: 24px;
}

/* Links */
a:link, a:visited {
  color: #06874e;
  font-weight: 700;
}
a:hover, a:active {
  text-decoration: underline;
}

a.resource-link:link, a.resource-link:visited {
  text-decoration: none;
  font-weight: 600;
}
a.resource-link:hover, a.resource-link:active {
  text-decoration: underline;
}

a.meta-link:link, a.meta-link:visited {
  color: #424559;
  font-weight: normal;
}
a.meta-link:hover, a.meta-link:active {
  color: #000;
  text-decoration: underline;
}

button {
  font: bold 14px / 1.6 "Manulife JH Sans", Arial, Helvetica, sans-serif;
  color: #06874e;
}

.thumbnail {
  display: inline-block;
}
.thumbnail:hover {
  box-shadow: 0 0 6px 1px #bababa;
}

/* header and footer */
header, footer {
  max-width: 1280px;
  margin: 0 auto;
}

/* Content container. */
.page {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.box, .g-col.box {
  padding: 20px;
}

/* Titles */
.section-title {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 0.4em;
}

.content-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0.4em;
}

.content-subtitle {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  line-height: 1;
  margin-top: 0.2em;
  margin-bottom: 0.4em;
  text-transform: uppercase;
}

.content-group-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0.2em;
}

.content-group-subtitle {
  display: inline-block;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 1em;
  text-transform: uppercase;
}

.table-title {
  font-size: 14px;
}

.title-note {
  font-weight: 300;
  color: #000;
  font-size: 70%;
  white-space: pre;
}

/* Tables */
table {
  width: 100%;
  border-collapse: collapse;
}

th {
  font-weight: 600;
}

th, td {
  padding: 0.166em 0.332em;
}
th.inverse, td.inverse {
  color: #fff;
  background-color: #06874e;
  border-right: 2px solid #fff;
}

th .note {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.1;
}

.table-striped tbody tr:nth-child(odd) {
  background-color: #ededed;
}

.table-lined thead th {
  vertical-align: bottom;
}
.table-lined tbody th,
.table-lined tbody td {
  border-bottom: 1px solid #bababa;
  border-top: none;
}
.table-lined tr > *:first-child {
  padding-left: 0;
  border-left: none;
}
.table-lined tr > *:last-child {
  padding-right: 0;
  border-right: none;
}
.table-lined .cell-empty-msg {
  border-bottom: none;
}

.cell-highlighted {
  border: 2px solid #06874e;
}

.text-highlighted {
  font-weight: 700;
}

.col-number {
  text-align: right;
}

.col-text {
  text-align: center;
}

/* figures */
figcaption {
  font-size: 12px;
  text-align: center;
}

/* messages */
.msg {
  border-radius: 0;
  padding: 0.33em 0.5em;
  display: inline;
}
.msg .msg-icon {
  margin-right: 0.5em;
}
.msg.error {
  color: #c14a36;
}

/* utils */
.hidden {
  display: none !important;
}

.nowrap {
  white-space: nowrap;
}

.fallback {
  display: none;
}

img.fallback {
  max-width: 100%;
}

.has-title-text {
  border-bottom: 1px dotted #bababa;
  cursor: help;
}

/* tooltips */
.tooltip {
  position: absolute;
  z-index: 10000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  background-color: #000;
  color: #fff;
  border-radius: 0;
  font-size: 12px;
  padding: 2px 5px;
}

.has-icon.has-tip {
  border-bottom: none;
  color: #06874e;
}

.action-feedback-area {
  position: fixed;
  left: 0.5em;
  right: 0.5em;
  bottom: 2em;
  text-align: center;
  z-index: 40;
}
.action-feedback-area .msg {
  background: #282b33;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 0.5em 1em;
  display: inline-block;
  max-width: 50%;
}
@media (max-width: 699px) {
  .action-feedback-area .msg {
    max-width: none;
  }
}
.action-feedback-area .msg-icon {
  margin-left: -0.125em;
  margin-right: 0.25em;
}
.action-feedback-area .msg.error .msg-icon {
  color: rgb(214.2267206478, 124.3744939271, 109.2732793522);
}

.modal {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  padding: 20px;
  position: fixed;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 31;
}
@media (max-width: 699px) {
  .modal {
    width: 80%;
    left: 10%;
    transform: translate(0%, -50%);
  }
}

.modal-footer {
  margin-top: 20px;
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 30;
}

.cell-empty-msg {
  font-style: italic;
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em;
}

/* -------------------------------------------------------------------------
 * Grid
 * -------------------------------------------------------------------------
 * Example HTML:
 * 	<div class="g-row">
 * 		<div class="g-col lg6">1/2 width</div>
 * 		<div class="g-col lg3">1/4 width</div>
 * 		<div class="g-col lg3">1/4 width</div>
 * 	</div>
 * -------------------------------------------------------------------------
 * 12-column grid, w/ lg (default), md, sm, and xs breakpoints.
 *
 * Use .lg* to specify column widths.
 *
 * Use .md* to specify column widths in the tablet breakpoint, overriding .lg*
 * widths. (If only .lg* is specified, .lg* width is used in tablet breakpoint.)
 *
 * In mobile breakpoints, all columns default to 100% width.
 * ------------------------------------------------------------------------- */
/* Mixin: Generate column widths */
/* Mixin: Force every column for this breakpoint to be 100% */
/* Mixin: Base row */
/* Mixin: Make .g-row modifier class that creates equal height columns */
/* Mixin: Unset equal height .g-row modifier class */
/* Rows */
.g-row {
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  /**
   * For modern browsers
   * 1. The space content is one way to avoid an Opera bug when the
   *    contenteditable attribute is included anywhere else in the document.
   *    Otherwise it causes space to appear at the top and bottom of elements
   *    that are clearfixed.
   * 2. The use of `table` rather than `block` is only necessary if using
   *    `:before` to contain the top-margins of child elements.
   */
}
.g-row:before, .g-row:after {
  display: table; /* 2 */
  content: " "; /* 1 */
}
.g-row:after {
  clear: both;
}
.g-row {
  clear: both;
  padding: 0;
  margin-left: -10px;
  margin-right: -10px;
  font-size: 0;
}
.g-row > * {
  font-size: 16px;
}

.g-row-inline {
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  /**
   * For modern browsers
   * 1. The space content is one way to avoid an Opera bug when the
   *    contenteditable attribute is included anywhere else in the document.
   *    Otherwise it causes space to appear at the top and bottom of elements
   *    that are clearfixed.
   * 2. The use of `table` rather than `block` is only necessary if using
   *    `:before` to contain the top-margins of child elements.
   */
}
.g-row-inline:before, .g-row-inline:after {
  display: table; /* 2 */
  content: " "; /* 1 */
}
.g-row-inline:after {
  clear: both;
}
.g-row-inline {
  clear: both;
  padding: 0;
}
.g-row-inline > * {
  display: inline-block;
  margin-right: 10px;
}

/* Columns */
.g-col {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
}

/* Add .g-gutterless to remove gutters on row container */
.g-row.g-gutterless {
  margin-left: 0;
  margin-right: 0;
}

.g-row.g-eq-height-lg {
  display: table;
  width: 100%;
}
.g-row.g-eq-height-lg > .g-col {
  display: table-cell;
}

.g-col.lg1 {
  width: 8.33%;
}

.g-col.lg2 {
  width: 16.66%;
}

.g-col.lg3 {
  width: 25%;
}

.g-col.lg4 {
  width: 33.33%;
}

.g-col.lg5 {
  width: 41.66%;
}

.g-col.lg6 {
  width: 50%;
}

.g-col.lg7 {
  width: 58.33%;
}

.g-col.lg8 {
  width: 66.66%;
}

.g-col.lg9 {
  width: 75%;
}

.g-col.lg10 {
  width: 83.33%;
}

.g-col.lg11 {
  width: 91.66%;
}

.g-col.lg12 {
  width: 100%;
}

.hide-for-large {
  display: none !important;
}

/*  Tablet breakpoint */
@media (max-width: 999px) {
  .hide-for-medium {
    display: none !important;
  }
  .g-row.g-eq-height-lg {
    display: block;
  }
  .g-row.g-eq-height-lg > .g-col {
    display: inline-block;
  }
  .g-row.g-eq-height-md {
    display: table;
    width: 100%;
  }
  .g-row.g-eq-height-md > .g-col {
    display: table-cell;
  }
  .g-col.md1 {
    width: 8.33%;
  }
  .g-col.md2 {
    width: 16.66%;
  }
  .g-col.md3 {
    width: 25%;
  }
  .g-col.md4 {
    width: 33.33%;
  }
  .g-col.md5 {
    width: 41.66%;
  }
  .g-col.md6 {
    width: 50%;
  }
  .g-col.md7 {
    width: 58.33%;
  }
  .g-col.md8 {
    width: 66.66%;
  }
  .g-col.md9 {
    width: 75%;
  }
  .g-col.md10 {
    width: 83.33%;
  }
  .g-col.md11 {
    width: 91.66%;
  }
  .g-col.md12 {
    width: 100%;
  }
}
/*  Mobile breakpoints */
@media (max-width: 699px) {
  .hide-for-small {
    display: none !important;
  }
  .g-row.g-eq-height-md {
    display: block;
  }
  .g-row.g-eq-height-md > .g-col {
    display: inline-block;
  }
  .g-row.g-eq-height-sm {
    display: table;
    width: 100%;
  }
  .g-row.g-eq-height-sm > .g-col {
    display: table-cell;
  }
  .g-col.lg1 {
    width: 100%;
  }
  .g-col.lg2 {
    width: 100%;
  }
  .g-col.lg3 {
    width: 100%;
  }
  .g-col.lg4 {
    width: 100%;
  }
  .g-col.lg5 {
    width: 100%;
  }
  .g-col.lg6 {
    width: 100%;
  }
  .g-col.lg7 {
    width: 100%;
  }
  .g-col.lg8 {
    width: 100%;
  }
  .g-col.lg9 {
    width: 100%;
  }
  .g-col.lg10 {
    width: 100%;
  }
  .g-col.lg11 {
    width: 100%;
  }
  .g-col.lg12 {
    width: 100%;
  }
  .g-col.md1 {
    width: 100%;
  }
  .g-col.md2 {
    width: 100%;
  }
  .g-col.md3 {
    width: 100%;
  }
  .g-col.md4 {
    width: 100%;
  }
  .g-col.md5 {
    width: 100%;
  }
  .g-col.md6 {
    width: 100%;
  }
  .g-col.md7 {
    width: 100%;
  }
  .g-col.md8 {
    width: 100%;
  }
  .g-col.md9 {
    width: 100%;
  }
  .g-col.md10 {
    width: 100%;
  }
  .g-col.md11 {
    width: 100%;
  }
  .g-col.md12 {
    width: 100%;
  }
  .g-col.sm1 {
    width: 8.33%;
  }
  .g-col.sm2 {
    width: 16.66%;
  }
  .g-col.sm3 {
    width: 25%;
  }
  .g-col.sm4 {
    width: 33.33%;
  }
  .g-col.sm5 {
    width: 41.66%;
  }
  .g-col.sm6 {
    width: 50%;
  }
  .g-col.sm7 {
    width: 58.33%;
  }
  .g-col.sm8 {
    width: 66.66%;
  }
  .g-col.sm9 {
    width: 75%;
  }
  .g-col.sm10 {
    width: 83.33%;
  }
  .g-col.sm11 {
    width: 91.66%;
  }
  .g-col.sm12 {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .hide-for-small {
    display: none !important;
  }
  .g-row.g-eq-height-sm {
    display: block;
  }
  .g-row.g-eq-height-sm > .g-col {
    display: inline-block;
  }
  .g-row.g-eq-height-xs {
    display: table;
    width: 100%;
  }
  .g-row.g-eq-height-xs > .g-col {
    display: table-cell;
  }
  .g-col.lg1 {
    width: 100%;
  }
  .g-col.lg2 {
    width: 100%;
  }
  .g-col.lg3 {
    width: 100%;
  }
  .g-col.lg4 {
    width: 100%;
  }
  .g-col.lg5 {
    width: 100%;
  }
  .g-col.lg6 {
    width: 100%;
  }
  .g-col.lg7 {
    width: 100%;
  }
  .g-col.lg8 {
    width: 100%;
  }
  .g-col.lg9 {
    width: 100%;
  }
  .g-col.lg10 {
    width: 100%;
  }
  .g-col.lg11 {
    width: 100%;
  }
  .g-col.lg12 {
    width: 100%;
  }
  .g-col.md1 {
    width: 100%;
  }
  .g-col.md2 {
    width: 100%;
  }
  .g-col.md3 {
    width: 100%;
  }
  .g-col.md4 {
    width: 100%;
  }
  .g-col.md5 {
    width: 100%;
  }
  .g-col.md6 {
    width: 100%;
  }
  .g-col.md7 {
    width: 100%;
  }
  .g-col.md8 {
    width: 100%;
  }
  .g-col.md9 {
    width: 100%;
  }
  .g-col.md10 {
    width: 100%;
  }
  .g-col.md11 {
    width: 100%;
  }
  .g-col.md12 {
    width: 100%;
  }
  .g-col.sm1 {
    width: 100%;
  }
  .g-col.sm2 {
    width: 100%;
  }
  .g-col.sm3 {
    width: 100%;
  }
  .g-col.sm4 {
    width: 100%;
  }
  .g-col.sm5 {
    width: 100%;
  }
  .g-col.sm6 {
    width: 100%;
  }
  .g-col.sm7 {
    width: 100%;
  }
  .g-col.sm8 {
    width: 100%;
  }
  .g-col.sm9 {
    width: 100%;
  }
  .g-col.sm10 {
    width: 100%;
  }
  .g-col.sm11 {
    width: 100%;
  }
  .g-col.sm12 {
    width: 100%;
  }
  .g-col.xs1 {
    width: 8.33%;
  }
  .g-col.xs2 {
    width: 16.66%;
  }
  .g-col.xs3 {
    width: 25%;
  }
  .g-col.xs4 {
    width: 33.33%;
  }
  .g-col.xs5 {
    width: 41.66%;
  }
  .g-col.xs6 {
    width: 50%;
  }
  .g-col.xs7 {
    width: 58.33%;
  }
  .g-col.xs8 {
    width: 66.66%;
  }
  .g-col.xs9 {
    width: 75%;
  }
  .g-col.xs10 {
    width: 83.33%;
  }
  .g-col.xs11 {
    width: 91.66%;
  }
  .g-col.xs12 {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .show-for-medium {
    display: none !important;
  }
}
@media (min-width: 700px) {
  .show-for-small {
    display: none !important;
  }
}
/* -------------------------------------------------------------------------
 * Form Elements
 * ------------------------------------------------------------------------- */
.manulife-select {
  display: block;
}
.manulife-select select {
  padding-right: 3em;
}
.manulife-select .chosen-container-single .chosen-single {
  border-color: #06874e;
  background-color: #fff;
}
.manulife-select .chosen-container-single.chosen-container-active .chosen-single {
  border-color: #2d69ff;
}
.manulife-select.inverse .chosen-container-single .chosen-single {
  border-color: #fff;
  background-color: #06874e;
  color: #fff;
}
.manulife-select.inverse .chosen-container-single.chosen-container-active .chosen-single {
  border-color: #2d69ff;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

input {
  font-family: "Manulife JH Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  border: 1px solid #06874e;
  border-radius: 0;
  padding: 0.166em 0.332em;
}

label.checkbox input,
label.radio input {
  float: left;
  margin-top: 4px;
}

label.checkbox input + .label-text,
label.radio input + .label-text {
  margin-left: 1.5em;
  display: block;
}

.btn {
  background: #5e6073;
  border: 1px solid #5e6073;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-family: "Manulife JH Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 8px 1em;
}
.btn, .btn:link, .btn:visited, .btn:hover, .btn:active {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.btn:hover {
  background: #424559;
}
.btn:disabled {
  background: #8e90a2;
  border-color: #8e90a2;
  color: #fafafa;
  cursor: not-allowed;
}
.btn.primary {
  background: #06874e;
  border-color: #06874e;
}
.btn.primary:hover {
  background: #046138;
}
.btn.primary:disabled {
  background: #06874e;
  cursor: not-allowed;
}
.btn.inverse {
  background: #fff;
  border-color: #424559;
  color: #34284b;
}
.btn.inverse:hover {
  background: #ededed;
}
.btn.inverse.primary {
  border-color: #06874e;
  color: #06874e;
}
.btn.inverse.primary:hover {
  background: #caeed9;
}
.btn.link {
  border: none;
}
.btn.link:hover {
  background: none;
  text-decoration: underline;
}
.btn.small {
  font-size: 14px;
  line-height: 23px;
  padding: 0 0.5em;
}
.btn > .fa {
  margin-right: 0.25em;
}

.js-pfaag-config-modal {
  max-width: 700px;
  padding: 20px 50px;
}
.js-pfaag-config-modal .modal-subtitle {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0.8em;
}
.js-pfaag-config-modal .option-list--vertical {
  display: flex;
  justify-content: space-between;
}
.js-pfaag-config-modal .option-list--vertical .option {
  display: block;
}

.option-list--vertical .option {
  display: block;
}

#navs .manulife-select {
  display: inline-block;
}
#navs .controls {
  display: inline-block;
  width: 100%;
}
#navs .chart-input {
  margin-left: 0;
  margin-bottom: 1em;
  width: auto;
  display: inline;
}
#navs .chart-input-label {
  display: block;
}
#navs .scroll-v-panel {
  min-height: 300px;
  max-height: 400px;
}
#navs .col-date {
  text-align: left;
}
#navs .col-number {
  padding-right: 30px;
}
#navs .button-inputs {
  margin: 0 0 1em 0;
  display: inline-block;
  vertical-align: bottom;
}
#navs #download-daily-navs {
  margin-top: 5px;
}

#navs.etfs .col-date {
  width: 5em;
}
#navs.etfs .col-number {
  width: 9em;
}
#navs.etfs .chart-input {
  display: inline-block;
  vertical-align: top;
  margin-right: 2em;
}
#navs.etfs .scroll-v-panel {
  margin-bottom: 20px;
}
#navs.etfs .button-inputs {
  margin-left: 0;
}
#navs.etfs .col-dash {
  padding-right: 3em;
  width: 9em;
  text-align: right;
}

@media only screen and (max-width: 1300px) and (min-width: 600px) {
  .js-pfaag-config-modal .option-list--vertical {
    display: block;
  }
}
@media only screen and (max-width: 999px) and (min-width: 600px) {
  #navs .chart-input {
    margin-left: none;
    margin-right: none;
    position: initial;
    display: inline;
  }
  #navs .start-date-inputs {
    display: block;
  }
}
@media only screen and (max-width: 999px) and (min-width: 770px) {
  #navs .button-inputs {
    margin-left: 2em;
  }
}
@media only screen and (max-width: 770px) {
  #navs .button-inputs {
    margin-left: 0;
  }
}
.data-field-display {
  display: inline-block;
}
.data-field-display .label, .data-field-display .value {
  display: block;
}
.data-field-display .value {
  font-weight: 600;
}

.btn-group {
  display: inline-block;
  position: relative;
  margin-right: 2em;
}
.btn-group > .btn {
  position: relative;
  float: left;
}
.btn-group {
  /* first button */
}
.btn-group > .btn:first-child:not(:last-child) {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group {
  /* middle buttons */
}
.btn-group > .btn:not(:first-child):not(:last-child) {
  border-right: none;
  border-radius: 0;
}
.btn-group {
  /* last button */
}
.btn-group > .btn:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.radio-btn input {
  position: absolute;
  left: -9999px;
}
.radio-btn .focus {
  outline: 1px auto -webkit-focus-ring-color;
}

.last-row {
  margin-bottom: 1em;
}

.inputError {
  color: #c14a36;
}

/* -------------------------------------------------------------------------
 * Icon List
 * -------------------------------------------------------------------------
 * A list where bullets are omitted so you can put a Font Awesome icon at the 
 * start of an item to simulate a bullet.
 * ------------------------------------------------------------------------- */
.icon-list {
  padding: 0;
}
.icon-list li {
  list-style-type: none;
  margin-bottom: 0.5em;
}
.icon-list .icon-list-bullet {
  padding-left: 0.25em;
  padding-right: 0.5em;
}

/* -------------------------------------------------------------------------
 * Spinner
 * ------------------------------------------------------------------------- */
.spinner {
  margin: 40px auto;
  width: 80px;
  text-align: center;
}
.spinner .child1,
.spinner .child2,
.spinner .child3 {
  width: 20px;
  height: 20px;
  background-color: #424559;
  border-radius: 100%;
  display: inline-block;
  animation: spinner 1.4s ease-in-out 0s infinite both;
}
.spinner .child1 {
  animation-delay: -0.32s;
}
.spinner .child2 {
  animation-delay: -0.16s;
}

@keyframes spinner {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

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