@charset "UTF-8";
.still-need {
  color: red; }

cite {
  font-style: italic; }

strong {
  font-weight: bold;
}

p {
  margin: .5em 0 .75em 0; }

small {
  font-size: 80%; }

em {
  font-style: italic; }

.text--blue {
  color: #2a4b7b; }

.text--sky {
  color: #4097DB; }

.text--red {
  color: #EE5340; }

.text--green {
  color: #7CBB5A; }

p.extra-top {
    padding-top: 2.5em;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-spacing: 0; }

.clearfix, .search-page .search__promotions .search__promotion, .investment-fund .investment-fund__header, .investment-fund .investment-fund__drawer, .content-wrap {
  zoom: 1; }
  .clearfix:before, .search-page .search__promotions .search__promotion:before, .investment-fund .investment-fund__header:before, .investment-fund .investment-fund__drawer:before, .content-wrap:before, .clearfix:after, .search-page .search__promotions .search__promotion:after, .investment-fund .investment-fund__header:after, .investment-fund .investment-fund__drawer:after, .content-wrap:after {
    content: "";
    display: table; }
  .clearfix:after, .search-page .search__promotions .search__promotion:after, .investment-fund .investment-fund__header:after, .investment-fund .investment-fund__drawer:after, .content-wrap:after {
    clear: both; }

.wf-loading * {
  color: transparent !important; }

.still-need {
  color: red !important; }

.full-width {
  width: 100%; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

.ie7,
.ie8,
.ie9 {
  display: none; }

.border-box-sizing {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  position: relative;
  font-family: "open-sans-n4", "open-sans", Arial, Helvetica, sans-serif;
  min-height: 100%;
  font-size: 10px;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

body {
  margin-bottom: 460px;
  /*bottom = footer height*/
  min-height: 100%;
  line-height: 1.5;
  color: #333;
  background-color: #FFF;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    body {
      margin-bottom: 0px; } }

input {
  font-family: "open-sans-n4", "open-sans", Arial, Helvetica, sans-serif; }

img {
  border: 0; }

/*
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/docs/3.3/customize/?id=f661fb1f1e4ba11bf9d230cdf470d873)
 * Config saved to config.json and https://gist.github.com/f661fb1f1e4ba11bf9d230cdf470d873
 */
/*
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table td,
  .table th {
    background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-main-content {
    max-width: 100%;
    height: auto;
}

.img-main-content--bordered {
    margin: 3px;
    border: 15px solid #fff;
    box-shadow: 0 0 3px #999;
    border-radius: 10px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

hr.tighter {
    margin-top: 4em;
    margin-bottom: 4em;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.container-fluid, .hero, .content-wrap {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .lefthandnav,
.side-nav, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, main,
#contentstart, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, main,
#contentstart, .col-md-11, main.content--no-nav,
#contentstart.content--no-nav, .col-lg-11, .col-xs-12, main,
#contentstart, .col-sm-12, main.content--full-width,
#contentstart.content--full-width, .col-md-12, main.content--full-width,
#contentstart.content--full-width, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, main,
#contentstart {
  float: left; }

.col-xs-12, main,
#contentstart {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, main,
  #contentstart, .col-sm-12, main.content--full-width,
  #contentstart.content--full-width {
    float: left; }

  .col-sm-12, main.content--full-width,
  #contentstart.content--full-width {
    width: 100%; }

  .col-sm-11, main,
  #contentstart {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .lefthandnav,
  .side-nav, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, main,
  #contentstart, .col-md-9, .col-md-10, .col-md-11, main.content--no-nav,
  #contentstart.content--no-nav, .col-md-12, main.content--full-width,
  #contentstart.content--full-width {
    float: left; }

  .col-md-12, main.content--full-width,
  #contentstart.content--full-width {
    width: 100%; }

  .col-md-11, main.content--no-nav,
  #contentstart.content--no-nav {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8, main,
  #contentstart {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3, .lefthandnav,
  .side-nav {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd; }

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #dddddd; }

.table .table {
  background-color: #ffffff; }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #dddddd; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd; }

  .table-responsive > .table {
    margin-bottom: 0; }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }

  .table-responsive > .table-bordered {
    border: 0; }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999999; }

.form-control::-webkit-input-placeholder {
  color: #999999; }

.form-control::-ms-expand {
  border: 0;
  background-color: transparent; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1; }

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px; }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  .form-inline .form-control-static {
    display: inline-block; }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto; }

  .form-inline .input-group > .form-control {
    width: 100%; }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0; }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }

  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none; }

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc; }

.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc; }

.btn-default .badge {
  color: #ffffff;
  background-color: #333333; }

.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40; }

.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40; }

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff; }

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625; }

.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625; }

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff; }

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85; }

.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85; }

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff; }

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d; }

.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d; }

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff; }

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19; }

.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19; }

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent; }

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.clearfix:before, .search-page .search__promotions .search__promotion:before, .investment-fund .investment-fund__header:before, .investment-fund .investment-fund__drawer:before, .content-wrap:before,
.clearfix:after,
.search-page .search__promotions .search__promotion:after,
.investment-fund .investment-fund__header:after,
.investment-fund .investment-fund__drawer:after,
.content-wrap:after,
.container:before,
.container:after,
.container-fluid:before,
.hero:before,
.content-wrap:before,
.container-fluid:after,
.hero:after,
.content-wrap:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table; }

.clearfix:after, .search-page .search__promotions .search__promotion:after, .investment-fund .investment-fund__header:after, .investment-fund .investment-fund__drawer:after, .content-wrap:after,
.container:after,
.container-fluid:after,
.hero:after,
.content-wrap:after,
.row:after,
.form-horizontal .form-group:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
main ul {
  list-style-type: disc; }
main ol {
  list-style-type: decimal; }
  main ol ol {
    list-style-type: upper-alpha; }
    main ol ol ol {
      list-style-type: lower-roman; }
main ul,
main ol {
  margin: 1.75em .75em 2.5em 0;
  padding-left: 2.5em; }
  main ul ol, main ul ul,
  main ol ol,
  main ol ul {
    margin-top: 0;
    margin-bottom: 0; }
  main ul ul,
  main ol ul {
    list-style: circle; }
  main ul.list--no-style,
  main ol.list--no-style {
    list-style: none; }
  main ul.list--bottom-border > li,
  main ol.list--bottom-border > li {
    border-bottom: 1px solid #2a4b7b;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em; }
    main ul.list--bottom-border > li p:last-child,
    main ol.list--bottom-border > li p:last-child {
      margin-bottom: 0px; }
  main ul.list--bottom-border > li:last-child,
  main ol.list--bottom-border > li:last-child {
    border-bottom: none; }
  main ul.list--no-indent, main ul.no-indent,
  main ol.list--no-indent,
  main ol.no-indent {
    margin-left: 0px;
    padding-left: 0px !important; }
    main ul.list--no-indent > li, main ul.no-indent > li,
    main ol.list--no-indent > li,
    main ol.no-indent > li {
      margin-left: 0px;
      padding-left: 0px; }
  main ul.opers-list--questions,
  main ol.opers-list--questions {
    position: relative;
    padding-left: 2.5em; }
    main ul.opers-list--questions > li,
    main ol.opers-list--questions > li {
      list-style: none;
      margin-bottom: 3em; }
    main ul.opers-list--questions > li::before,
    main ol.opers-list--questions > li::before {
      width: 1.4em;
      height: 1.4em;
      content: "?";
      font-size: 1.25em;
      background-color: #4097DB;
      color: #FFF;
      font-weight: bold;
      padding: .1em 0;
      line-height: 1;
      position: absolute;
      left: 0;
      text-align: center;
      border-radius: 50%;
      border: 2px solid #4097DB;
      margin-top: -0.15em; }
    main ul.opers-list--questions.opers-list--h3 > li::before,
    main ol.opers-list--questions.opers-list--h3 > li::before {
      font-size: 1.5em;
      padding: .1em 0;
      margin-top: -0.1em; }
    main ul.opers-list--questions.opers-list--h4 > li::before,
    main ol.opers-list--questions.opers-list--h4 > li::before {
      padding: .05em 0;
      margin-top: -0.25em; }
  main ul.opers-ol,
  main ol.opers-ol {
    position: relative;
    padding-left: 2.5em; }
    main ul.opers-ol > li,
    main ol.opers-ol > li {
      counter-increment: step-counter;
      list-style: none;
      margin-bottom: 3em; }
    main ul.opers-ol > li::before,
    main ol.opers-ol > li::before {
      width: 1.75em;
      height: 1.75em;
      content: counter(step-counter);
      font-size: 1.1em;
      background-color: #2a4b7b;
      color: #FFF;
      font-weight: bold;
      line-height: 1;
      padding: .25em 0;
      position: absolute;
      left: 0;
      text-align: center;
      border-radius: 50%;
      border: 2px solid #2a4b7b;
      margin-top: -0.15em; }
    main ul.opers-ol.opers-ol--h3 > li::before,
    main ol.opers-ol.opers-ol--h3 > li::before {
      font-size: 1.15em; }
    main ul.opers-ol.opers-ol--h4 > li::before,
    main ol.opers-ol.opers-ol--h4 > li::before {
      margin-top: -0.25em; }
  main ul li,
  main ol li {
    margin-left: .25em;
    margin-bottom: .75em;
    padding-left: .3em;
    display: list-item; }
    main ul li:first-child h2, main ul li:first-child h3, main ul li:first-child h4,
    main ol li:first-child h2,
    main ol li:first-child h3,
    main ol li:first-child h4 {
      margin-top: 0px; }
    main ul li * + h3, main ul li * + h4,
    main ol li * + h3,
    main ol li * + h4 {
      margin-top: 2em !important; }
    main ul li h2, main ul li h3, main ul li h4,
    main ol li h2,
    main ol li h3,
    main ol li h4 {
      margin-top: 1em;
      margin-bottom: .25em; }
    main ul li h3,
    main ol li h3 {
      font-size: 20px;
      font-weight: 700; }
main .list--double > li {
  padding-bottom: 1.5em; }
main .fa-li {
  color: #2a4b7b; }

h5 + ul {
  margin-top: 0; }

.ztable,
.opers-table,
table.rfptable {
  margin: 1em auto; }
  .ztable tr.table-head,
  .ztable th.table-head,
  .ztable tr.opers-table__head,
  .ztable th.opers-table__head,
  .opers-table tr.table-head,
  table.rfptable tr.table-head,
  .opers-table th.table-head,
  table.rfptable th.table-head,
  .opers-table tr.opers-table__head,
  table.rfptable tr.opers-table__head,
  .opers-table th.opers-table__head,
  table.rfptable th.opers-table__head {
    background-color: #3762a1;
    color: #fff;
    text-align: center; }
    .ztable tr.table-head th,
    .ztable th.table-head th,
    .ztable tr.opers-table__head th,
    .ztable th.opers-table__head th,
    .opers-table tr.table-head th,
    table.rfptable tr.table-head th,
    .opers-table th.table-head th,
    table.rfptable th.table-head th,
    .opers-table tr.opers-table__head th,
    table.rfptable tr.opers-table__head th,
    .opers-table th.opers-table__head th,
    table.rfptable th.opers-table__head th {
      padding: .5em .5em;
      font-size: 20px; }
  .ztable th.opers-table__subhead,
  .opers-table th.opers-table__subhead,
  table.rfptable th.opers-table__subhead {
    background-color: #d6d6d6;
    color: #000; }
  .ztable th.opers-table__head--shadow,
  .opers-table th.opers-table__head--shadow,
  table.rfptable th.opers-table__head--shadow {
    position: relative;
    z-index: 10;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.3); }
  .ztable tr.opers-table__head--gray,
  .ztable th.opers-table__head--gray,
  .opers-table tr.opers-table__head--gray,
  table.rfptable tr.opers-table__head--gray,
  .opers-table th.opers-table__head--gray,
  table.rfptable th.opers-table__head--gray {
    color: #000;
    background-color: #e8e8e8; }
  .ztable th.table-head,
  .opers-table th.table-head,
  table.rfptable th.table-head {
    padding: .5em .5em;
    font-size: 20px; }
  .ztable th,
  .opers-table th,
  table.rfptable th {
    font-weight: 600;
    vertical-align: middle;
    padding: .5em .5em; }
    .ztable th.opers-table__subhead,
    .opers-table th.opers-table__subhead,
    table.rfptable th.opers-table__subhead {
      padding: 0.1em .5em; }
  .ztable td,
  .opers-table td,
  table.rfptable td {
    vertical-align: middle;
    padding: .25em .5em; }
  .ztable th.blue-bg,
  .opers-table th.blue-bg,
  table.rfptable th.blue-bg {
    background-color: #2a4b7b;
    color: #FFF; }
  .ztable th.lt-blue-bg,
  .opers-table th.lt-blue-bg,
  table.rfptable th.lt-blue-bg {
    background-color: #c5c5c5;
    color: #FFF; }
  .ztable td.blue-bg,
  .opers-table td.blue-bg,
  table.rfptable td.blue-bg {
    background-color: #8aaad7; }
  .ztable.opers-table--blue,
  .opers-table.opers-table--blue,
  table.opers-table--blue.rfptable {
    box-shadow: 0px 0px 0px 1px #2a4b7b; }
    .ztable.opers-table--blue .opers-table__head,
    .opers-table.opers-table--blue .opers-table__head,
    table.opers-table--blue.rfptable .opers-table__head {
      background-color: #2a4b7b;
      color: #FFF; }
    .ztable.opers-table--blue .opers-table__subhead,
    .opers-table.opers-table--blue .opers-table__subhead,
    table.opers-table--blue.rfptable .opers-table__subhead {
      background-color: #627fa9;
      color: #FFF; }
    .ztable.opers-table--blue td,
    .opers-table.opers-table--blue td,
    table.opers-table--blue.rfptable td {
      background-color: #e4eaf3; }
    .ztable.opers-table--blue.opers-table--alternate tr td,
    .opers-table.opers-table--blue.opers-table--alternate tr td,
    table.opers-table--blue.opers-table--alternate.rfptable tr td {
      background-color: #FFF; }
    .ztable.opers-table--blue.opers-table--alternate tr:nth-child(even) td,
    .opers-table.opers-table--blue.opers-table--alternate tr:nth-child(even) td,
    table.opers-table--blue.opers-table--alternate.rfptable tr:nth-child(even) td {
      background-color: #e4eaf3; }
    .ztable.opers-table--blue.opers-table--border td, .ztable.opers-table--blue.opers-table--border th,
    .opers-table.opers-table--blue.opers-table--border td,
    table.opers-table--blue.opers-table--border.rfptable td,
    .opers-table.opers-table--blue.opers-table--border th,
    table.opers-table--blue.opers-table--border.rfptable th {
      border: 1px solid #2a4b7b; }
  .ztable th.sky-bg,
  .opers-table th.sky-bg,
  table.rfptable th.sky-bg {
    background-color: #4097DB;
    color: #FFF; }
  .ztable th.lt-sky-bg,
  .opers-table th.lt-sky-bg,
  table.rfptable th.lt-sky-bg {
    background-color: #80bae7;
    color: #FFF; }
  .ztable td.sky-bg,
  .opers-table td.sky-bg,
  table.rfptable td.sky-bg {
    background-color: #dfedf9; }
  .ztable.opers-table--sky,
  .opers-table.opers-table--sky,
  table.opers-table--sky.rfptable {
    box-shadow: 0px 0px 0px 1px #4097DB; }
    .ztable.opers-table--sky .opers-table__head,
    .opers-table.opers-table--sky .opers-table__head,
    table.opers-table--sky.rfptable .opers-table__head {
      background-color: #4097DB;
      color: #FFF; }
    .ztable.opers-table--sky .opers-table__subhead,
    .opers-table.opers-table--sky .opers-table__subhead,
    table.opers-table--sky.rfptable .opers-table__subhead {
      background-color: #80bae7;
      color: #FFF; }
    .ztable.opers-table--sky td,
    .opers-table.opers-table--sky td,
    table.opers-table--sky.rfptable td {
      background-color: #dfedf9; }
    .ztable.opers-table--sky.opers-table--alternate tr td,
    .opers-table.opers-table--sky.opers-table--alternate tr td,
    table.opers-table--sky.opers-table--alternate.rfptable tr td {
      background-color: #FFF; }
    .ztable.opers-table--sky.opers-table--alternate tr:nth-child(even) td,
    .opers-table.opers-table--sky.opers-table--alternate tr:nth-child(even) td,
    table.opers-table--sky.opers-table--alternate.rfptable tr:nth-child(even) td {
      background-color: #dfedf9; }
    .ztable.opers-table--sky.opers-table--border td, .ztable.opers-table--sky.opers-table--border th,
    .opers-table.opers-table--sky.opers-table--border td,
    table.opers-table--sky.opers-table--border.rfptable td,
    .opers-table.opers-table--sky.opers-table--border th,
    table.opers-table--sky.opers-table--border.rfptable th {
      border: 1px solid #4097DB; }
  .ztable th.green-bg,
  .opers-table th.green-bg,
  table.rfptable th.green-bg {
    background-color: #7CBB5A;
    color: #FFF; }
  .ztable th.lt-green-bg,
  .opers-table th.lt-green-bg,
  table.rfptable th.lt-green-bg {
    background-color: #a7d190;
    color: #FFF; }
  .ztable td.green-bg,
  .opers-table td.green-bg,
  table.rfptable td.green-bg {
    background-color: #e6f2e0; }
  .ztable.opers-table--green,
  .opers-table.opers-table--green,
  table.opers-table--green.rfptable {
    box-shadow: 0px 0px 0px 1px #7CBB5A; }
    .ztable.opers-table--green .opers-table__head,
    .opers-table.opers-table--green .opers-table__head,
    table.opers-table--green.rfptable .opers-table__head {
      background-color: #7CBB5A;
      color: #FFF; }
    .ztable.opers-table--green .opers-table__subhead,
    .opers-table.opers-table--green .opers-table__subhead,
    table.opers-table--green.rfptable .opers-table__subhead {
      background-color: #a7d190;
      color: #FFF; }
    .ztable.opers-table--green td,
    .opers-table.opers-table--green td,
    table.opers-table--green.rfptable td {
      background-color: #e6f2e0; }
    .ztable.opers-table--green.opers-table--alternate tr td,
    .opers-table.opers-table--green.opers-table--alternate tr td,
    table.opers-table--green.opers-table--alternate.rfptable tr td {
      background-color: #FFF; }
    .ztable.opers-table--green.opers-table--alternate tr:nth-child(even) td,
    .opers-table.opers-table--green.opers-table--alternate tr:nth-child(even) td,
    table.opers-table--green.opers-table--alternate.rfptable tr:nth-child(even) td {
      background-color: #e6f2e0; }
    .ztable.opers-table--green.opers-table--border td, .ztable.opers-table--green.opers-table--border th,
    .opers-table.opers-table--green.opers-table--border td,
    table.opers-table--green.opers-table--border.rfptable td,
    .opers-table.opers-table--green.opers-table--border th,
    table.opers-table--green.opers-table--border.rfptable th {
      border: 1px solid #7CBB5A; }
  .ztable th.lagoon-bg,
  .opers-table th.lagoon-bg,
  table.rfptable th.lagoon-bg {
    background-color: #007D8A;
    color: #FFF; }
  .ztable th.lt-lagoon-bg,
  .opers-table th.lt-lagoon-bg,
  table.rfptable th.lt-lagoon-bg {
    background-color: #81cdd5;
    color: #FFF; }
  .ztable td.lagoon-bg,
  .opers-table td.lagoon-bg,
  table.rfptable td.lagoon-bg {
    background-color: #e1f3f5; }
  .ztable.opers-table--lagoon,
  .opers-table.opers-table--lagoon,
  table.opers-table--lagoon.rfptable {
    box-shadow: 0px 0px 0px 1px #007D8A; }
    .ztable.opers-table--lagoon .opers-table__head,
    .opers-table.opers-table--lagoon .opers-table__head,
    table.opers-table--lagoon.rfptable .opers-table__head {
      background-color: #007D8A;
      color: #FFF; }
    .ztable.opers-table--lagoon .opers-table__subhead,
    .opers-table.opers-table--lagoon .opers-table__subhead,
    table.opers-table--lagoon.rfptable .opers-table__subhead {
      background-color: #81cdd5;
      color: #FFF; }
    .ztable.opers-table--lagoon td,
    .opers-table.opers-table--lagoon td,
    table.opers-table--lagoon.rfptable td {
      background-color: #e1f3f5; }
    .ztable.opers-table--lagoon.opers-table--alternate tr td,
    .opers-table.opers-table--lagoon.opers-table--alternate tr td,
    table.opers-table--lagoon.opers-table--alternate.rfptable tr td {
      background-color: #FFF; }
    .ztable.opers-table--lagoon.opers-table--alternate tr:nth-child(even) td,
    .opers-table.opers-table--lagoon.opers-table--alternate tr:nth-child(even) td,
    table.opers-table--lagoon.opers-table--alternate.rfptable tr:nth-child(even) td {
      background-color: #e1f3f5; }
    .ztable.opers-table--lagoon.opers-table--border td, .ztable.opers-table--lagoon.opers-table--border th,
    .opers-table.opers-table--lagoon.opers-table--border td,
    table.opers-table--lagoon.opers-table--border.rfptable td,
    .opers-table.opers-table--lagoon.opers-table--border th,
    table.opers-table--lagoon.opers-table--border.rfptable th {
      border: 1px solid #007D8A; }
  .ztable.opers-table--alternate tr:nth-child(even) td,
  .opers-table.opers-table--alternate tr:nth-child(even) td,
  table.opers-table--alternate.rfptable tr:nth-child(even) td {
    background-color: #f1f5fa; }
  .ztable.opers-table--border,
  .opers-table.opers-table--border,
  table.opers-table--border.rfptable {
    outline: 1px solid #2a4b7b; }
    .ztable.opers-table--border td, .ztable.opers-table--border th,
    .opers-table.opers-table--border td,
    table.opers-table--border.rfptable td,
    .opers-table.opers-table--border th,
    table.opers-table--border.rfptable th {
      border: 1px solid #2a4b7b; }
    .ztable.opers-table--border.medical-plan-grid td,
    .opers-table.opers-table--border.medical-plan-grid td,
    table.opers-table--border.medical-plan-grid.rfptable td {
      border: 1px solid #CCC;
      font-size: 15px;
      line-height: 19px;
      padding: 5px 10px; }
  .ztable.opers-table--border-white,
  .opers-table.opers-table--border-white,
  table.opers-table--border-white.rfptable {
    outline: 1px solid #555; }
    .ztable.opers-table--border-white td,
    .opers-table.opers-table--border-white td,
    table.opers-table--border-white.rfptable td {
      border: 1px solid #FFF; }
  .ztable.opers-table--no-border,
  .opers-table.opers-table--no-border,
  table.opers-table--no-border.rfptable {
    border: none !important; }
  .ztable.text-center,
  .ztable .text-center,
  .opers-table.text-center,
  table.text-center.rfptable,
  .opers-table .text-center,
  table.rfptable .text-center {
    text-align: center; }
    .ztable.text-center th, .ztable.text-center td,
    .ztable .text-center th,
    .ztable .text-center td,
    .opers-table.text-center th,
    table.text-center.rfptable th,
    .opers-table.text-center td,
    table.text-center.rfptable td,
    .opers-table .text-center th,
    table.rfptable .text-center th,
    .opers-table .text-center td,
    table.rfptable .text-center td {
      text-align: center; }

tr.sub-heading td {
  background-color: #f0e8da !important;
  font-weight: 600;
  color: #2a4b7b; }

.ztable.opers-table--border.medical-plan-grid, .opers-table.opers-table--border.medical-plan-grid, table.opers-table--border.medical-plan-grid.rfptable, table.opers-table--border.rfptable.medical-plan-grid {
  color: #333;
  outline: none;
  margin: 0 auto;
  box-sizing: border-box; }
  .ztable.opers-table--border.medical-plan-grid th, .ztable.opers-table--border.medical-plan-grid td, .opers-table.opers-table--border.medical-plan-grid th, table.opers-table--border.medical-plan-grid.rfptable th, .opers-table.opers-table--border.medical-plan-grid td, table.opers-table--border.medical-plan-grid.rfptable td, table.opers-table--border.rfptable.medical-plan-grid th, table.opers-table--border.rfptable.medical-plan-grid td {
    padding: 7px 10px;
    box-sizing: border-box; }

table.rfptable {
  margin-bottom: 1.5em;
  width: 100%;
  border: 1px solid #89a1c4;
  border-collapse: collapse;
  border-radius: 4px !important; }
  table.rfptable .table-head {
    background-color: #89a1c4;
    color: #fff;
    text-align: center; }
    table.rfptable .table-head th {
      color: white;
      font-size: 14px !important;
      font-weight: bold; }
  table.rfptable .table-subhead td {
    text-align: center;
    font-weight: bold;
    background-color: #f5f7fa;
    border-bottom: 1px solid #89a1c4; }
  table.rfptable tr th,
  table.rfptable tr td {
    border-collapse: collapse;
    vertical-align: middle; }
  table.rfptable th {
    text-align: center;
    font-weight: bold; }
  table.rfptable td {
    text-align: left;
    font-weight: normal; }
    table.rfptable td li {
      margin-bottom: 4px; }
  table.rfptable td.rfp-description {
    padding: 15px 30px; }
    table.rfptable td.rfp-description ul {
      margin: 0 0 2px 30px;
      padding: 0; }
      table.rfptable td.rfp-description ul li {
        margin: 0 0 0 15px;
        padding: 0 0 8px 0; }
  table.rfptable span.update {
    font-size: 11px;
    color: #555;
    font-style: italic; }

.contributions {
  width: 100%;
  margin: 30px 0; }
  .contributions th {
    width: 11.5%; }
    .contributions th:first-child {
      width: 19%; }
  .contributions .update {
    font-size: 14px;
    display: block;
    border-top: 1px solid #555; }

.payroll-freq {
  width: 100%; }

.contributions + .note-text {
  margin-top: -25px;
  margin-bottom: 0; }
  .contributions + .note-text p {
    margin: 0; }

a {
  color: #0061da;
  text-decoration: none; }
  a:hover {
    color: #2a4b7b; }

h1 {
  line-height: 1.1; }

h1 {
  font-size: 40px;
  color: #2a4b7b;
  font-weight: 700;
  font-size: 4rem;
  margin: 0 0 .75em; }
  @media only screen and (max-width: 768px) {
    h1 {
      font-size: 30px;
      font-size: 3rem; } }

* + h1 {
  margin: .75em 0; }

h2 {
  font-weight: 600;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.3;
  padding-top: 1em;
  margin: 0em 0 1em 0;
  color: #2a4b7b; }
  h2 small {
    font-weight: 500; }
  @media only screen and (max-width: 768px) {
    h2 {
      font-size: 25px;
      font-size: 2.5rem; } }

main h2 {
  margin-top: -1.5em;
  padding-top: 2.5em; }

h3 {
  font-weight: normal;
  font-weight: 600;
  color: #446594;
  font-size: 26px;
  font-size: 2.6rem;
  margin-top: 2.5em;
  margin-bottom: 0.75em;
line-height: 1.3;}
  @media only screen and (max-width: 768px) {
    h3 {
      font-size: 18px;
      font-size: 1.8rem; } }
  h3 small {
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    color: #3762a1; }

h4 {
  font-weight: bold;
  color: #2a4b7b;
  font-size: 1.75rem;
  margin: .5em 0;
line-height: 1.4em;
}



h5 {
  font-weight: normal;
  font-weight: 600;
  color: #2a4b7b;
  font-size: 17px;
  font-size: 1.7rem;
  margin: 0;
  padding: 0; }

* + h4, * + h5 {
  margin: 1.65em 0 .5em 0; }

.columns h5 {
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0 0 5px 0;
  padding: 0; 
}

.columns .row {
    margin-top: 20px;
}

h1.heading--no-margin,
h2.heading--no-margin,
h3.heading--no-margin {
  margin-top: 0px; }

h1 span.tagline, h2 span.tagline,
h1 span.subhead, h2 span.subhead,
h1 small, h2 small {
  color: #3762a1;
  display: block;
  font-weight: normal;
  font-size: .65em;
  margin: 0.35em 0;
  font-style: italic; }

cite {
  font-style: italic; }

p {
  margin: .5em 0 1.2em 0; }

small {
  font-size: 80%; }

em {
  font-style: italic; }

.note {
  font-size: 14px;
  padding: 0;
  margin: 5px 0;
  font-style: italic; }

.callout-content + .note {
  margin-top: 20px; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-nowrap {
  white-space: nowrap; }

.zbutton,
.button,
.opers-button {
  border: 1px solid #b8c6db;
  border-radius: 3px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  line-height: 1.2em;
  margin: 0 auto;
  display: inline-block;
  cursor: pointer;
  color: #2a4b7b;
  padding: .625em 1.25em;
  text-decoration: none;
  -webkit-transition: background-color 150ms ;
  -moz-transition: background-color 150ms ;
  -ms-transition: background-color 150ms ;
  -o-transition: background-color 150ms ;
  transition: background-color 150ms ;
  background-color: #f5f7fa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#fcfcfd));
  background-image: -webkit-linear-gradient(top, #f5f7fa, #fcfcfd);
  background-image: linear-gradient(top, #f5f7fa, #fcfcfd); }

.opers-button--shadowed {
    box-shadow: 0 0 2px #000 !important;
    border: 3px solid #fff !important;
    transition: all .4s ease !important;
}

.opers-button.opers-button--big {
    padding: .85em 1.75em;
    font-size: 19px;
}

.opers-button.opers-button--medium {
    padding: .75em 1.5em;
    font-size: 18px;
}


  .zbutton + .opers-button,
  .button + .opers-button,
  .opers-button + .opers-button {
    margin-top: .5em; }
  .zbutton:hover, .zbutton:focus,
  .button:hover,
  .button:focus,
  .opers-button:hover,
  .opers-button:focus {
    background-color: white;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eef2f7), to(#f5f7fa));
    background-image: -webkit-linear-gradient(top, #eef2f7, #f5f7fa);
    background-image: linear-gradient(top, #eef2f7, #f5f7fa);
    border: 1px solid #c2cee1;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    color: #2a4b7b;
    text-decoration: none;
    outline-offset: 4px; 
trasition: all 0.4s}
  .zbutton--large,
  .button--large,
  .opers-button--large {
    padding: .85em 2em; }
  .zbutton--small,
  .button--small,
  .opers-button--small {
    padding: .25em .5em; }
  .zbutton--block,
  .button--block,
  .opers-button--block {
    display: block; }
  .zbutton--inactive, .zbutton--disabled, .zbutton:disabled, .zbutton[disabled],
  .button--inactive,
  .button--disabled,
  .button:disabled,
  .button[disabled],
  .opers-button--inactive,
  .opers-button--disabled,
  .opers-button:disabled,
  .opers-button[disabled] {
    background-color: #88a1c7;
    cursor: not-allowed; }
    .zbutton--inactive:hover, .zbutton--disabled:hover, .zbutton:disabled:hover, .zbutton[disabled]:hover,
    .button--inactive:hover,
    .button--disabled:hover,
    .button:disabled:hover,
    .button[disabled]:hover,
    .opers-button--inactive:hover,
    .opers-button--disabled:hover,
    .opers-button:disabled:hover,
    .opers-button[disabled]:hover {
      background-color: #88a1c7; }
  .zbutton--sky,
  .button--sky,
  .opers-button--sky,
  .latest-video__link.opers-button {
    color: #FFF;
    background-color: #4097DB;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#51a0de), to(#499cdd));
    background-image: -webkit-linear-gradient(top, #51a0de, #499cdd);
    background-image: linear-gradient(to top, #51a0de, #499cdd);
    border: 1px solid #3390d9; }
    .zbutton--sky:focus, .zbutton--sky:hover,
    .button--sky:focus,
    .button--sky:hover,
    .opers-button--sky:focus,
    .latest-video__link.opers-button:focus,
    .opers-button--sky:hover,
    .latest-video__link.opers-button:hover {
      background-color: #257ec3;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#2889d4), to(#4097DB));
      background-image: -webkit-linear-gradient(top, #2889d4, #4097DB);
      background-image: linear-gradient(top, #2889d4, #4097DB);
      text-decoration: none;
      border: 1px solid #2378bb;
      color: #FFF; }
    .zbutton--sky.button--inactive, .zbutton--sky.button--disabled, .zbutton--sky:disabled, .zbutton--sky[disabled],
    .button--sky.button--inactive,
    .button--sky.button--disabled,
    .button--sky:disabled,
    .button--sky[disabled],
    .opers-button--sky.button--inactive,
    .button--inactive.latest-video__link.opers-button,
    .opers-button--sky.button--disabled,
    .button--disabled.latest-video__link.opers-button,
    .opers-button--sky:disabled,
    .latest-video__link.opers-button:disabled,
    .opers-button--sky[disabled],
    [disabled].latest-video__link.opers-button {
      background: rgba(64, 151, 219, 0.6) !important;
      border: none; }
      .zbutton--sky.button--inactive:hover, .zbutton--sky.button--disabled:hover, .zbutton--sky:disabled:hover, .zbutton--sky[disabled]:hover,
      .button--sky.button--inactive:hover,
      .button--sky.button--disabled:hover,
      .button--sky:disabled:hover,
      .button--sky[disabled]:hover,
      .opers-button--sky.button--inactive:hover,
      .button--inactive.latest-video__link.opers-button:hover,
      .opers-button--sky.button--disabled:hover,
      .button--disabled.latest-video__link.opers-button:hover,
      .opers-button--sky:disabled:hover,
      .latest-video__link.opers-button:disabled:hover,
      .opers-button--sky[disabled]:hover,
      [disabled].latest-video__link.opers-button:hover {
        background: rgba(64, 151, 219, 0.6) !important; }
  .zbutton--blue,
  .button--blue,
  .opers-button--blue {
    color: #FFF;
    background-color: #2a4b7b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2f548a), to(#2d5083));
    background-image: -webkit-linear-gradient(top, #2f548a, #2d5083);
    background-image: linear-gradient(to top, #2f548a, #2d5083);
    border: 1px solid #264470; }
    .zbutton--blue:focus, .zbutton--blue:hover,
    .button--blue:focus,
    .button--blue:hover,
    .opers-button--blue:focus,
    .opers-button--blue:hover {
      background-color: #1d3455;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#223d64), to(#2a4b7b));
      background-image: -webkit-linear-gradient(top, #223d64, #2a4b7b);
      background-image: linear-gradient(top, #223d64, #2a4b7b);
      text-decoration: none;
      border: 1px solid #1a2f4d;
      color: #FFF; }
    .zbutton--blue.button--inactive, .zbutton--blue.button--disabled, .zbutton--blue:disabled, .zbutton--blue[disabled],
    .button--blue.button--inactive,
    .button--blue.button--disabled,
    .button--blue:disabled,
    .button--blue[disabled],
    .opers-button--blue.button--inactive,
    .opers-button--blue.button--disabled,
    .opers-button--blue:disabled,
    .opers-button--blue[disabled] {
      background: rgba(42, 75, 123, 0.6) !important;
      border: none; }
      .zbutton--blue.button--inactive:hover, .zbutton--blue.button--disabled:hover, .zbutton--blue:disabled:hover, .zbutton--blue[disabled]:hover,
      .button--blue.button--inactive:hover,
      .button--blue.button--disabled:hover,
      .button--blue:disabled:hover,
      .button--blue[disabled]:hover,
      .opers-button--blue.button--inactive:hover,
      .opers-button--blue.button--disabled:hover,
      .opers-button--blue:disabled:hover,
      .opers-button--blue[disabled]:hover {
        background: rgba(42, 75, 123, 0.6) !important; }
  .zbutton--red, .zbutton--flamingo,
  .button--red,
  .button--flamingo,
  .opers-button--red,
  .opers-button--flamingo {
    color: #FFF;
    background-color: #EE5340;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f06453), to(#ef5b49));
    background-image: -webkit-linear-gradient(top, #f06453, #ef5b49);
    background-image: linear-gradient(to top, #f06453, #ef5b49);
    border: 1px solid #ed4632; }
    .zbutton--red:focus, .zbutton--red:hover, .zbutton--flamingo:focus, .zbutton--flamingo:hover,
    .button--red:focus,
    .button--red:hover,
    .button--flamingo:focus,
    .button--flamingo:hover,
    .opers-button--red:focus,
    .opers-button--red:hover,
    .opers-button--flamingo:focus,
    .opers-button--flamingo:hover {
      background-color: #e62b15;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#eb3a24), to(#EE5340));
      background-image: -webkit-linear-gradient(top, #eb3a24, #EE5340);
      background-image: linear-gradient(top, #eb3a24, #EE5340);
      text-decoration: none;
      border: 1px solid #dd2a14;
      color: #FFF; }
    .zbutton--red.button--inactive, .zbutton--red.button--disabled, .zbutton--red:disabled, .zbutton--red[disabled], .zbutton--flamingo.button--inactive, .zbutton--flamingo.button--disabled, .zbutton--flamingo:disabled, .zbutton--flamingo[disabled],
    .button--red.button--inactive,
    .button--red.button--disabled,
    .button--red:disabled,
    .button--red[disabled],
    .button--flamingo.button--inactive,
    .button--flamingo.button--disabled,
    .button--flamingo:disabled,
    .button--flamingo[disabled],
    .opers-button--red.button--inactive,
    .opers-button--red.button--disabled,
    .opers-button--red:disabled,
    .opers-button--red[disabled],
    .opers-button--flamingo.button--inactive,
    .opers-button--flamingo.button--disabled,
    .opers-button--flamingo:disabled,
    .opers-button--flamingo[disabled] {
      background: rgba(238, 83, 64, 0.6) !important;
      border: none; }
      .zbutton--red.button--inactive:hover, .zbutton--red.button--disabled:hover, .zbutton--red:disabled:hover, .zbutton--red[disabled]:hover, .zbutton--flamingo.button--inactive:hover, .zbutton--flamingo.button--disabled:hover, .zbutton--flamingo:disabled:hover, .zbutton--flamingo[disabled]:hover,
      .button--red.button--inactive:hover,
      .button--red.button--disabled:hover,
      .button--red:disabled:hover,
      .button--red[disabled]:hover,
      .button--flamingo.button--inactive:hover,
      .button--flamingo.button--disabled:hover,
      .button--flamingo:disabled:hover,
      .button--flamingo[disabled]:hover,
      .opers-button--red.button--inactive:hover,
      .opers-button--red.button--disabled:hover,
      .opers-button--red:disabled:hover,
      .opers-button--red[disabled]:hover,
      .opers-button--flamingo.button--inactive:hover,
      .opers-button--flamingo.button--disabled:hover,
      .opers-button--flamingo:disabled:hover,
      .opers-button--flamingo[disabled]:hover {
        background: rgba(238, 83, 64, 0.6) !important; }
  .zbutton--carrot, .zbutton--orange,
  .button--carrot,
  .button--orange,
  .opers-button--carrot,
  .opers-button--orange {
    color: #FFF;
    background-color: #F68d2E;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f79842), to(#f69238));
    background-image: -webkit-linear-gradient(top, #f79842, #f69238);
    background-image: linear-gradient(to top, #f79842, #f69238);
    border: 1px solid #f5851f; }
    .zbutton--carrot:focus, .zbutton--carrot:hover, .zbutton--orange:focus, .zbutton--orange:hover,
    .button--carrot:focus,
    .button--carrot:hover,
    .button--orange:focus,
    .button--orange:hover,
    .opers-button--carrot:focus,
    .opers-button--carrot:hover,
    .opers-button--orange:focus,
    .opers-button--orange:hover {
      background-color: #e7730a;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#f57d11), to(#F68d2E));
      background-image: -webkit-linear-gradient(top, #f57d11, #F68d2E);
      background-image: linear-gradient(top, #f57d11, #F68d2E);
      text-decoration: none;
      border: 1px solid #dd6e0a;
      color: #FFF; }
    .zbutton--carrot.button--inactive, .zbutton--carrot.button--disabled, .zbutton--carrot:disabled, .zbutton--carrot[disabled], .zbutton--orange.button--inactive, .zbutton--orange.button--disabled, .zbutton--orange:disabled, .zbutton--orange[disabled],
    .button--carrot.button--inactive,
    .button--carrot.button--disabled,
    .button--carrot:disabled,
    .button--carrot[disabled],
    .button--orange.button--inactive,
    .button--orange.button--disabled,
    .button--orange:disabled,
    .button--orange[disabled],
    .opers-button--carrot.button--inactive,
    .opers-button--carrot.button--disabled,
    .opers-button--carrot:disabled,
    .opers-button--carrot[disabled],
    .opers-button--orange.button--inactive,
    .opers-button--orange.button--disabled,
    .opers-button--orange:disabled,
    .opers-button--orange[disabled] {
      background: rgba(246, 141, 46, 0.6) !important;
      border: none; }
      .zbutton--carrot.button--inactive:hover, .zbutton--carrot.button--disabled:hover, .zbutton--carrot:disabled:hover, .zbutton--carrot[disabled]:hover, .zbutton--orange.button--inactive:hover, .zbutton--orange.button--disabled:hover, .zbutton--orange:disabled:hover, .zbutton--orange[disabled]:hover,
      .button--carrot.button--inactive:hover,
      .button--carrot.button--disabled:hover,
      .button--carrot:disabled:hover,
      .button--carrot[disabled]:hover,
      .button--orange.button--inactive:hover,
      .button--orange.button--disabled:hover,
      .button--orange:disabled:hover,
      .button--orange[disabled]:hover,
      .opers-button--carrot.button--inactive:hover,
      .opers-button--carrot.button--disabled:hover,
      .opers-button--carrot:disabled:hover,
      .opers-button--carrot[disabled]:hover,
      .opers-button--orange.button--inactive:hover,
      .opers-button--orange.button--disabled:hover,
      .opers-button--orange:disabled:hover,
      .opers-button--orange[disabled]:hover {
        background: rgba(246, 141, 46, 0.6) !important; }
  .zbutton--cucumber, .zbutton--green,
  .button--cucumber,
  .button--green,
  .opers-button--cucumber,
  .opers-button--green {
    color: #FFF;
    background-color: #7CBB5A;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#87c168), to(#82be61));
    background-image: -webkit-linear-gradient(top, #87c168, #82be61);
    background-image: linear-gradient(to top, #87c168, #82be61);
    border: 1px solid #73b74f; }

.opers-button--green.dark {
    color: #FFF;
    background-color: #5e993f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5e9440), to(#6ea350));
    background-image: -webkit-linear-gradient(top, #5e9440, #6ea350);
    background-image: linear-gradient(to top, #5e9440, #6ea350);
    border: 1px solid #5e9440;
    transition: all .4s;

}


    .zbutton--cucumber:focus, .zbutton--cucumber:hover, .zbutton--green:focus, .zbutton--green:hover,
    .button--cucumber:focus,
    .button--cucumber:hover,
    .button--green:focus,
    .button--green:hover,
    .opers-button--cucumber:focus,
    .opers-button--cucumber:hover,
    .opers-button--green:focus,
    .opers-button--green:hover {
      background-color: #63a042;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#6cae48), to(#7CBB5A));
      background-image: -webkit-linear-gradient(top, #6cae48, #7CBB5A);
      background-image: linear-gradient(top, #6cae48, #7CBB5A);
      text-decoration: none;
      border: 1px solid #5e993f;
      color: #FFF; }
    .zbutton--cucumber.button--inactive, .zbutton--cucumber.button--disabled, .zbutton--cucumber:disabled, .zbutton--cucumber[disabled], .zbutton--green.button--inactive, .zbutton--green.button--disabled, .zbutton--green:disabled, .zbutton--green[disabled],
    .button--cucumber.button--inactive,
    .button--cucumber.button--disabled,
    .button--cucumber:disabled,
    .button--cucumber[disabled],
    .button--green.button--inactive,
    .button--green.button--disabled,
    .button--green:disabled,
    .button--green[disabled],
    .opers-button--cucumber.button--inactive,
    .opers-button--cucumber.button--disabled,
    .opers-button--cucumber:disabled,
    .opers-button--cucumber[disabled],
    .opers-button--green.button--inactive,
    .opers-button--green.button--disabled,
    .opers-button--green:disabled,
    .opers-button--green[disabled] {
      background: rgba(124, 187, 90, 0.6) !important;
      border: none; }
      .zbutton--cucumber.button--inactive:hover, .zbutton--cucumber.button--disabled:hover, .zbutton--cucumber:disabled:hover, .zbutton--cucumber[disabled]:hover, .zbutton--green.button--inactive:hover, .zbutton--green.button--disabled:hover, .zbutton--green:disabled:hover, .zbutton--green[disabled]:hover,
      .button--cucumber.button--inactive:hover,
      .button--cucumber.button--disabled:hover,
      .button--cucumber:disabled:hover,
      .button--cucumber[disabled]:hover,
      .button--green.button--inactive:hover,
      .button--green.button--disabled:hover,
      .button--green:disabled:hover,
      .button--green[disabled]:hover,
      .opers-button--cucumber.button--inactive:hover,
      .opers-button--cucumber.button--disabled:hover,
      .opers-button--cucumber:disabled:hover,
      .opers-button--cucumber[disabled]:hover,
      .opers-button--green.button--inactive:hover,
      .opers-button--green.button--disabled:hover,
      .opers-button--green:disabled:hover,
      .opers-button--green[disabled]:hover {
        background: rgba(124, 187, 90, 0.6) !important; }
  .zbutton.popup,
  .button.popup,
  .opers-button.popup {
    width: 100%;
    box-sizing: border-box; }

hr {
  border: 0;
  height: 2px;
  margin: 6em auto 2.5em;
  background: #e1d1b6; }
  hr.dotted {
    border: none;
    border-top: 1px dotted #4097DB;
    color: #fff;
    background-color: #fff;
    background-image: none;
    height: 1px;
    width: 65%;
    margin: 3em auto 1.25em; }
    hr.dotted.full-width {
      width: 100%; }
  hr.tight-top {
    margin-top: 3em; }
  hr.light {
    opacity: 0.5; }
  hr.dashed {
    border: none;
    border-top: 1px dashed #4097DB;
    color: #fff;
    background-color: #fff;
    background-image: none;
    height: 1px; }

.flex-wrapper.basic {
  display: flex;
  flex-wrap: wrap; }

.side-nav {
  margin-right: 35px; }

.flex-wrapper {
  display: flex;
  flex-wrap: wrap; }
  .flex-wrapper .flex-1 {
    width: 10%;
    box-sizing: border-box; }
  .flex-wrapper .flex-2 {
    width: 20%;
    box-sizing: border-box; }
  .flex-wrapper .flex-3 {
    width: 30%;
    box-sizing: border-box; }
  .flex-wrapper .flex-4 {
    width: 40%;
    box-sizing: border-box; }
  .flex-wrapper .flex-5 {
    width: 50%;
    box-sizing: border-box; }
  .flex-wrapper .flex-6 {
    width: 60%;
    box-sizing: border-box; }
  .flex-wrapper .flex-7 {
    width: 70%;
    box-sizing: border-box; }
  .flex-wrapper .flex-8 {
    width: 80%;
    box-sizing: border-box; }
  .flex-wrapper .flex-9 {
    width: 90%;
    box-sizing: border-box; }
  .flex-wrapper .flex-10 {
    width: 100%;
    box-sizing: border-box; }

.site-header__wrap {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.5s ;
  -moz-transition: background-color 0.5s ;
  -ms-transition: background-color 0.5s ;
  -o-transition: background-color 0.5s ;
  transition: background-color 0.5s ;
  zoom: 1;
  transition: all 200ms ease; }
  .site-header__wrap:before, .site-header__wrap:after {
    content: "";
    display: table; }
  .site-header__wrap:after {
    clear: both; }
  .site-header__wrap:after {
    z-index: 1;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 0px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2); }
  .site-header__wrap.scrolled {
    background-color: #FFF; }

.site-header__inner-wrap {
  max-width: 1200px;
  padding: 0 22px;
  position: relative;
  z-index: 0;
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 992px) {
    @supports (display: flex) {
      .site-header__inner-wrap .row {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .site-header__inner-wrap .row:before, .site-header__inner-wrap .row:after {
          content: none; } } }
  @media only screen and (max-width: 1080px) {
    .site-header__inner-wrap .site-header__nav {
      display: none; }
    .site-header__inner-wrap .site-header__mobile-nav-button {
      display: block; } }

.site-header__logo {
  width: 75px;
  height: 75px;
  transition: all 250ms ease; }
  .site-header__logo a:link {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("/art/logos/OPERS-logo.svg");
    background-repeat: no-repeat;
    background-size: contain; }
  @media only screen and (max-width: 1080px) {
    .site-header__logo {
      padding: 1em;
      padding-left: 0;
      margin-right: auto; } }
  @media only screen and (max-width: 650px) {
    .site-header__logo {
      height: 60px;
      width: 60px; } }

.scrolled .site-header__logo {
  padding: 1em;
  padding-left: 0; }

.site-header__login-wrap {
  position: relative;
  text-align: right;
  transition: all 250ms ease; }
  .site-header__login-wrap .site-header__member-login {
    display: block;
    font-size: 16px;
    padding: 1em 1.5em; }
    @media only screen and (max-width: 1080px) {
      .site-header__login-wrap .site-header__member-login {
        padding: .5em 1em; } }
    @media only screen and (max-width: 768px) {
      .site-header__login-wrap .site-header__member-login {
        font-size: 14px; } }

.site-header__mobile-nav-button {
  display: none;
  position: relative;
  margin: 5px 0px 5px 15px;
  float: right;
  width: 4.2em;
  height: 4.2em;
  background-color: transparent;
  outline: none;
  border-radius: 4px;
  border: 1px solid transparent;
  padding: 4px 5px;
  box-sizing: border-box;
  transition: all 200ms ease; }
  .site-header__mobile-nav-button:hover, .site-header__mobile-nav-button:focus {
    background-color: #f5f7fa; }
  .site-header__mobile-nav-button .line {
    position: absolute;
    left: 15%;
    top: 50%;
    transform: translateY(-3px);
    height: 6px;
    width: 70%;
    background-color: #4097DB;
    border-radius: 2px;
    transition: background-color 200ms ease; }
  .site-header__mobile-nav-button:before, .site-header__mobile-nav-button:after {
    content: "";
    height: 6px;
    left: 15%;
    width: 70%;
    position: absolute;
    background-color: #4097DB;
    border-radius: 2px;
    transition: background-color 200ms ease; }
  .site-header__mobile-nav-button:before {
    top: .7em; }
  .site-header__mobile-nav-button:after {
    bottom: .7em; }

@media only screen and (max-width: 768px) {
  .homepage .site-header__wrap {
    background-color: transparent;
    box-shadow: 0px 2px 2px transparent; }
  .homepage .site-header__mobile-nav-button .line {
    background-color: #FFF; }
  .homepage .site-header__mobile-nav-button:hover, .homepage .site-header__mobile-nav-button:focus {
    background-color: transparent;
    border: 1px solid #89a1c4; }
  .homepage .site-header__mobile-nav-button:before, .homepage .site-header__mobile-nav-button:after {
    background-color: #FFF; }
  .homepage .site-header__logo a:link {
    background-image: url("/art/logos/opers-logo-white.svg"); } }
@media only screen and (max-width: 768px) {
  .homepage .site-header__wrap.scrolled {
    background-color: #FFF;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2); }
    .homepage .site-header__wrap.scrolled .site-header__mobile-nav-button .line {
      background-color: #4097DB; }
    .homepage .site-header__wrap.scrolled .site-header__mobile-nav-button:hover, .homepage .site-header__wrap.scrolled .site-header__mobile-nav-button:focus {
      background-color: #f5f7fa;
      border: 1px solid transparent; }
    .homepage .site-header__wrap.scrolled .site-header__mobile-nav-button:before, .homepage .site-header__wrap.scrolled .site-header__mobile-nav-button:after {
      background-color: #4097DB; }
    .homepage .site-header__wrap.scrolled .site-header__logo a:link {
      background-image: url("/art/logos/opers-logo.svg"); } }

.no-svg .site-header-wrap .site-headerinner-wrap #logo a:link {
  background: url("/art/logos/OPERS_logo.png"); }

@media only screen and (max-width: 525px) {
  .no-svg .site-header-wrap .site-headerinner-wrap #logo a:link {
    background: url("/art/logos/OPERS_logo_mobile.png"); } }
.opersalert .close-notification-btn {
  display: none; }

.hero__wrap {
  width: 100%;
  position: relative;
  background-color: #FFF;
  border-bottom: 2px solid #4097DB;
  z-index: 2;
  overflow: hidden; }
  .hero__wrap:before {
    content: "";
    width: 100%;
    height: 100%;
    min-width: 1500px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: radial-gradient(ellipse 80% 250% at center, transparent, transparent 50%, #91bcde); }
  @media only screen and (max-width: 1080px) {
    .hero__wrap {
      display: none; } }
  @media only screen and (max-width: 1080px) {
    .hero__wrap.visible-on-mobile {
      display: block; } }
  @media only screen and (max-width: 409px) {
    .hero__wrap.visible-on-mobile {
      padding-top: 75px; } }
  @media only screen and (max-width: 768px) {
    .hero__wrap.visible-on-mobile {
      padding-top: 50px; } }

@keyframes heroOverlayFade {
  0% {
    opacity: 1;
    display: block; }
  99% {
    opacity: 0;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@keyframes heroContentFadeAndSlide {
  0% {
    opacity: 0;
    transform: translateY(-5px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes heroButtonFade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.hero {
  padding-left: 0px;
  padding-right: 0px;
  max-width: 1100px;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  overflow: hidden; }
  .hero:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    display: block;
    left: 0;
    top: 0;
    opacity: 1;
    animation: heroOverlayFade 1s ease forwards; }
  .hero .hero__content__wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 35%; }
  .hero .hero__content {
    position: relative;
    width: 35%;
    min-height: 600px;
    padding: 250px 0 150px 22px;
    transition: padding 250ms ease; }
    .hero .hero__content:before {
      content: "";
      position: absolute;
      height: 120%;
      left: 0;
      top: -10%;
      width: 120%;
      background-image: radial-gradient(ellipse 100% 100% at 0 55%, #FFF 70%, transparent);
      background-color: rgba(255, 255, 255, 0);
      transition: all 200ms ease; }
    .hero .hero__content * {
      position: relative; }
    .hero .hero__content .hero__title,
    .hero .hero__content .hero__text,
    .hero .hero__content .opers-button {
      animation: heroContentFadeAndSlide .75s ease forwards; }
      @supports (animation-name: heroContentFadeAndSlide) {
        .hero .hero__content .hero__title,
        .hero .hero__content .hero__text,
        .hero .hero__content .opers-button {
          opacity: 0; } }
    .hero .hero__content h2.hero__title {
      color: #2a4b7b;
      font-size: 40px;
      font-weight: 700;
      padding-top: 0px;
      line-height: 1.2;
      margin: .5em 0;
      animation-delay: 200ms; }
    .hero .hero__content .hero__text {
      font-size: 18px;
      line-height: 1.4;
      margin-bottom: 1.5em;
      animation-delay: 250ms; }
    .hero .hero__content .opers-button {
      animation-name: heroButtonFade;
      animation-delay: 500ms; }
    @media only screen and (max-width: 1080px) {
      .hero .hero__content {
        width: 45%;
        min-height: auto;
        padding: 120px 0 100px 22px; } }
    @media only screen and (max-width: 768px) {
      .hero .hero__content {
        width: 100%;
        position: static;
        padding: 120px 22px 100px 22px;
        text-align: center;
        color: #FFF; }
        .hero .hero__content:before {
          height: 100%;
          top: 0;
          background-image: radial-gradient(ellipse 100% 100% at center, transparent, rgba(42, 75, 123, 0.9));
          background-color: rgba(42, 75, 123, 0.6); }
        .hero .hero__content h2.hero__title {
          color: #FFF;
          font-size: 35px;
          line-height: 1.4em;
          text-shadow: 1px 3px 2px rgba(42, 75, 123, 0.5); }
        .hero .hero__content .hero__text {
          color: #FFF;
          text-shadow: 1px 2px 2px rgba(42, 75, 123, 0.5); } }
  @media only screen and (max-width: 1200px) {
    .hero {
      background-size: cover;
      background-position: right; } }
  @media only screen and (max-width: 768px) {
    .hero {
      background-size: cover;
      background-position: left 70% center;
      height: 90vh;
      min-height: 450px;
      max-height: 900px;
      display: flex;
      align-items: center; } }
  .hero.home {
    background-image: url("/art/hero-banners/2019-get-ready.png"); }
    @media only screen and (max-width: 768px) {
      .hero.home {
        background-image: url("/art/hero-banners/2019-get-ready-mobile.jpg"); } }
    .hero.home .hero__content:before {
      background-image: radial-gradient(ellipse 100% 100% at 0 5%, #FFF 70%, transparent); }

.hero__wrap + .content-wrap {
  margin-top: 2em; }

@media only screen and (max-width: 768px) {
  .hero__wrap.visible-on-mobile, .no-alert .hero__wrap.visible-on-mobile {
    padding-top: 80px; } }

@media only screen and (max-width: 768px) {
  .has-alert .hero__wrap.visible-on-mobile {
    padding-top: 140px; } }
@media only screen and (max-width: 409px) {
  .has-alert .content-wrap {
    padding-top: 75px; } }
@media only screen and (max-width: 1080px) {
  .has-alert .content-wrap {
    padding-top: 50px; } }

.quick-access__wrap {
  width: 100%;
  background-color: #e4e9f2;
  padding: 50px 0 100px;
  position: relative;
  z-index: 5;
  border-bottom: 1px solid #89a1c4; }
  @media only screen and (max-width: 768px) {
    .quick-access__wrap {
      padding: 1.5em 0 3em; } }

.quick-access {
  max-width: 1200px;
  padding: 0 22px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap; }

.quick-access__item {
  width: 23%;
  border-radius: 2px;
  border: 1px solid #89a1c4;
  background-color: #FFF;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 1200px) {
    .quick-access__item {
      width: 49%;
      margin-bottom: 1.5em; } }
  @media screen and (max-width: 650px) {
    .quick-access__item {
      width: 100%;
      margin-bottom: 1.5em; } }

h3.quick-access__title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #2a4b7b;
  margin: 0 auto;
  padding: 1em 20px;
  border-radius: 2px 2px 0 0;
  border-bottom: 1px solid #89a1c4;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 768px) {
    h3.quick-access__title {
      padding: .5em 20px; } }

.quick-access ul {
  font-size: 16px;
  padding: .75em 20px 3em; }
  .quick-access ul li {
    padding: .25em 0; }

.blog {
  text-align: center;
  padding: 75px 0 150px; }
  @media only screen and (max-width: 768px) {
    .blog {
      padding: 40px 0 50px; } }
  .blog h2 {
    margin: 0 0 1.5em;
    padding-top: 0px; }

.video__loading,
.blog__loading {
  color: #4097DB;
  display: block;
  font-size: 2rem;
  font-size: 20px;
  text-align: center; }

.blog__posts {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .blog__posts a.blog__post {
    display: block;
    width: 32%;
    margin: 2.5em 0 1.5em;
    position: relative;
    border: 1px solid #89a1c4;
    display: flex;
    flex-direction: column; }
    @media only screen and (max-width: 1050px) {
      .blog__posts a.blog__post {
        width: 48%; } }
    @media only screen and (max-width: 700px) {
      .blog__posts a.blog__post {
        width: 100%;
        flex-direction: row;
        margin-bottom: 2.5em; } }
    .blog__posts a.blog__post span.blog__post__date {
      position: absolute;
      bottom: 100%;
      padding: .25em 1em;
      font-size: 16px;
      font-style: italic;
      left: 0;
      color: #89a1c4; }
      @media only screen and (max-width: 700px) {
        .blog__posts a.blog__post span.blog__post__date {
          font-size: 13px; } }
    .blog__posts a.blog__post div.blog__post__img {
      position: relative;
      box-shadow: inset 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
      width: 100%;
      height: 0;
      padding-bottom: 60%;
      background-size: cover;
      background-position: center center;
      background-color: #f5f7fa;
      background-repeat: no-repeat;
      background-image: url("/art/homepage/blog_post_default.jpg"); }
      .blog__posts a.blog__post div.blog__post__img:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: .2;
        background-color: #919daf;
        z-index: 0;
        transition: opacity 200ms ease;
        box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.3); }
      @media only screen and (max-width: 700px) {
        .blog__posts a.blog__post div.blog__post__img {
          padding-bottom: 0;
          height: auto;
          width: auto;
          flex: 1 0 30%; } }
    .blog__posts a.blog__post h3.blog__post__title {
      text-align: left;
      z-index: 2;
      flex: 1 1 auto;
      margin: 0 auto;
      left: 0;
      width: 100%;
      padding: 1.5em 1em;
      font-size: 18px;
      font-size: 1.8rem;
      border-radius: 0 0 4px 4px;
      height: auto;
      background-color: #f5f7fa;
      color: #2a4b7b;
      border-top: 1px solid #89a1c4; }
      @media only screen and (max-width: 700px) {
        .blog__posts a.blog__post h3.blog__post__title {
          border-top: 0;
          border-left: 1px solid #89a1c4;
          flex: 2 1 auto;
          padding-top: 2.5em;
          padding-bottom: 2.5em; } }
    .blog__posts a.blog__post:hover, .blog__posts a.blog__post:focus {
      text-decoration: none; }
      .blog__posts a.blog__post:hover h3.blog__post__title, .blog__posts a.blog__post:focus h3.blog__post__title {
        text-decoration: none;
        background-color: #fff; }
      .blog__posts a.blog__post:hover div.blog__post__img:before, .blog__posts a.blog__post:focus div.blog__post__img:before {
        opacity: 0; }

.blog__link {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 50px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .blog__link {
      margin-top: 25px; } }

.blog__error {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 14px; }

.latest-video__wrap {
  padding: 75px 0 125px;
  background-color: #f5f7fa;
  background-image: linear-gradient(to bottom right, #f5f7fa 60%, #d3dce9);
  border-bottom: 1px solid #d3dce9;
  border-top: 1px solid #d3dce9; }
  @media only screen and (max-width: 768px) {
    .latest-video__wrap {
      padding: 50px 0 50px;
      margin-bottom: 1.5em; } }

#latest-video {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  max-width: 1200px;
  padding: 0 22px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    #latest-video {
      display: block; }
      #latest-video .latest-video__img-link {
        padding-bottom: 50%; }
      #latest-video .latest-video__img-link,
      #latest-video .latest-video__content {
        width: 95%;
        margin: 0 auto; }
      #latest-video .latest-video__title {
        font-size: 2em; }
      #latest-video .latest-video__buttons {
        text-align: center; } }

.latest-video__img-link {
  display: block;
  width: 48%;
  height: 0;
  position: relative;
  z-index: 2;
  padding-bottom: 30%;
  background-size: cover;
  background-position: center center;
  border-radius: 2px;
  overflow: hidden;
  border: 10px solid #FFF;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2); }
  .latest-video__img-link:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: .2;
    transition: opacity 200ms ease;
    background-image: url("/art/homepage/video/play-button.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% auto; }
  .latest-video__img-link:hover:before {
    opacity: .4; }
.latest-video__content {
  width: 48%;
  position: relative;
  z-index: 1; }
.latest-video__title {
  font-size: 30px;
  font-weight: 700;
  color: #2a4b7b;
  margin: 1em 0 .25em; }
.latest-video__date {
  font-size: 18px;
  color: #89a1c4;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 1.5em; }
.latest-video__desc {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 1.5em; }
.latest-video__link.opers-button {
  border-radius: 2em;
  padding: .75em 2em;
  font-size: 18px; }
.latest-video__view-all {
  box-shadow: none !important;
  border: none !important;
  padding: 1em 2em;
  font-size: 18px;
  background: transparent !important;
  text-decoration: underline !important; }

.homepage .oe-link {
  display: inline-block;
  text-decoration: underline;
  font-weight: 600; }
.homepage .oe-link:hover {
  text-decoration: none; }
.homepage .hero__content .fa {
  position: relative;
  top: -5px;
  color: #d8c334;
  font-size: 30px;
  margin-right: 5px; }
.homepage .oe-note {
  margin: 30px 0 0 -17px;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.5); }

@media only screen and (max-width: 768px) {
  .homepage .hero {
    margin-top: -175px;
    padding-top: 120px;
    background-size: contain;
    background-position: 0 170px; }
    .homepage .hero h2 {
      font-size: 3.5rem; }
    .homepage .hero.home {
      background-size: contain;
      position: relative; }
      .homepage .hero.home .hero__content:before {
        background-image: radial-gradient(ellipse 100% 90% at 0 0, #046fbd 20%, transparent); }
  .homepage .hero__content:before {
    background-image: radial-gradient(ellipse 100% 100% at center, transparent, rgba(42, 75, 123, 0.7));
    background-color: rgba(42, 75, 123, 0); }
  .homepage .hero__content .hero__text {
    color: #333;
    text-shadow: none; }
  .homepage .oe-note {
    margin: 30px 0 0 0;
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 10px #444; } }
.video__error {
  padding-top: 2em;
  width: 100%;
  text-align: center;
  font-size: 16px; }

.scrolled .site-header__nav li.nav-item > a {
  padding: 2em 1.5em; }

.site-header__nav {
  position: relative;
  z-index: 1000;
  font-size: 16px; }
  .site-header__nav ul#main-navigation {
    width: 100%;
    height: 100%;
    display: flex; }
  .site-header__nav li.nav-item {
    height: 100%;
    position: relative;
    align-items: center;
    cursor: pointer;
    transition: background-color 150ms ease; }
    .site-header__nav li.nav-item > a {
      display: flex;
      display: block;
      padding: 3em 1.5em;
      color: #000;
      font-size: 16px;
      position: relative;
      border-left: 1px solid transparent;
      border-right: 1px solid transparent;
      text-decoration: none;
      z-index: 2;
      transition: all 250ms ease; }
      .site-header__nav li.nav-item > a:after {
        content: "\f078";
        font-family: FontAwesome;
        left: 100%;
        color: #2a4b7b;
        top: 0;
        margin-left: .5em;
        height: 1em;
        width: 1em; }
      .site-header__nav li.nav-item > a.active {
        background-color: #f5f7fa;
        border-left: 1px solid #2a4b7b;
        border-right: 1px solid #2a4b7b; }
        .site-header__nav li.nav-item > a.active:before {
          content: "";
          width: 100%;
          height: 1px;
          position: absolute;
          top: 100%;
          left: 0;
          background-color: #f5f7fa; }
        .site-header__nav li.nav-item > a.active + ul.sub-nav {
          display: block; }
        .site-header__nav li.nav-item > a.active:after {
          content: "\f077"; }
  .site-header__nav ul.sub-nav {
    display: none;
    border: 1px solid #2a4b7b;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    background-color: #FFF;
    width: 300px;
    position: absolute;
    top: 100%; }
    .site-header__nav ul.sub-nav ul.sub-nav {
      display: block;
      z-index: 0;
      left: 100%;
      top: -1px;
      opacity: 0;
      transform: translateX(-100%);
      transition: 200ms all ease; }
    .site-header__nav ul.sub-nav li {
      position: relative;
      border-bottom: 1px solid #89a1c4; }
      .site-header__nav ul.sub-nav li:hover > ul.sub-nav {
        display: block;
        opacity: 1;
        transform: translateX(0); }
      .site-header__nav ul.sub-nav li:last-child {
        border-bottom: none; }
    .site-header__nav ul.sub-nav a {
      color: #2a4b7b;
      display: block;
      padding: .5em 1.5em .5em .5em;
      position: relative;
      z-index: 2;
      background-color: #FFF; }
      .site-header__nav ul.sub-nav a:hover, .site-header__nav ul.sub-nav a:focus, .site-header__nav ul.sub-nav a.active:hover, .site-header__nav ul.sub-nav a.active:focus {
        text-decoration: none;
        background-color: #cfdcef; }
      .site-header__nav ul.sub-nav a.active {
        background-color: #ebeff5; }
      .site-header__nav ul.sub-nav a.active + ul.sub-nav {
        display: block;
        opacity: 1;
        transform: translateY(0); }
      .site-header__nav ul.sub-nav a.has-children {
        overflow: hidden; }
        .site-header__nav ul.sub-nav a.has-children:after {
          content: "\f054";
          padding-top: 0.5em;
          font-family: FontAwesome;
          position: absolute;
          width: 1.5em;
          text-align: center;
          height: 100%;
          top: 0;
          right: 0;
          border-left: 1px solid #89a1c4;
          transform: translateX(0);
          transition: all 150ms ease; }
        .site-header__nav ul.sub-nav a.has-children:hover:after, .site-header__nav ul.sub-nav a.has-children.active:after {
          content: "";
          background-color: #89a1c4;
          transform: translateX(50%); }

#mobile-drawer {
  display: none;
  position: fixed;
  overflow: scroll;
  width: 80%;
  max-width: 400px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  background-image: url("/art/navigation/mobile-nav-bg-white.png") \9;
  /*IE fix*/
  top: 0px;
  right: 0px;
  z-index: 10000;
  border-left: 1px solid #89a1c4;
  box-shadow: -3px 0px 4px rgba(0, 0, 0, 0.05);
  -ms-overflow-style: none; }
  #mobile-drawer::-webkit-scrollbar {
    width: 0 !important; }
  @media (min-width: 976px) {
    #mobile-drawer {
      *display: none !important; } }
  @media (min-width: 1080px) {
    #mobile-drawer {
      display: none !important; } }
  #mobile-drawer.mobile-drawer--cssTransforms {
    display: block;
    -webkit-transform: translateX(105%);
    -moz-transform: translateX(105%);
    -ms-transform: translateX(105%);
    transform: translateX(105%);
    transform-origin: 100% 0%;
    will-change: transform;
    -webkit-transition: transform 300ms ease;
    -moz-transition: transform 300ms ease;
    -ms-transition: transform 300ms ease;
    -o-transition: transform 300ms ease;
    transition: transform 300ms ease; }
  #mobile-drawer.mobile-drawer--cssTransforms.mobile-drawer--open {
    display: block;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); }

#mobile-navigation {
  font-size: 18px; }
  #mobile-navigation a {
    padding: .5em;
    border-bottom: 1px solid #89a1c4;
    display: block;
    color: #2a4b7b; }
    #mobile-navigation a:hover, #mobile-navigation a:focus, #mobile-navigation a.active {
      text-decoration: none; }
    #mobile-navigation a:hover {
      background-color: #f5f7fa; }
    #mobile-navigation a.active {
      background-color: #e2eaf5; }
      #mobile-navigation a.active + ul, #mobile-navigation a.active + ul.sub-nav {
        border-bottom: 1px solid #89a1c4; }
    #mobile-navigation a.current-menu-item {
      font-weight: 700 !important; }
  #mobile-navigation > li.nav-item {
    font-size: 20px;
    position: relative; }
    #mobile-navigation > li.nav-item > a {
      color: #2a4b7b;
      position: relative;
      font-weight: 600; }
      #mobile-navigation > li.nav-item > a.has-children {
        padding-right: 1.5em; }
      #mobile-navigation > li.nav-item > a.has-children:after {
        content: "\f078";
        font-family: FontAwesome;
        position: absolute;
        right: 0;
        margin: .5em .25em;
        color: #2a4b7b;
        top: 0;
        height: 1em;
        width: 1em; }
      #mobile-navigation > li.nav-item > a.has-children.active:after {
        content: "\f077"; }
  #mobile-navigation ul,
  #mobile-navigation ul.sub-nav {
    display: none;
    background-color: #f5f7fa; }
    #mobile-navigation ul li,
    #mobile-navigation ul.sub-nav li {
      font-size: 16px;
      background-color: #FFF;
      margin-left: 6px; }
      #mobile-navigation ul li:last-child a,
      #mobile-navigation ul.sub-nav li:last-child a {
        border-bottom: none; }
    #mobile-navigation ul a,
    #mobile-navigation ul.sub-nav a {
      font-weight: 500;
      border-left: 1px solid #89a1c4;
      position: relative;
      padding: .75em .5em; }
      #mobile-navigation ul a.has-children,
      #mobile-navigation ul.sub-nav a.has-children {
        padding-right: 1.5em; }
      #mobile-navigation ul a.has-children:after,
      #mobile-navigation ul.sub-nav a.has-children:after {
        content: "\f067";
        font-family: FontAwesome;
        position: absolute;
        right: 0;
        margin: .75em .25em;
        color: #2a4b7b;
        top: 0;
        height: 1em;
        width: 1em;
        transform-origin: 50% 50%;
        transition: all 500ms ease;
        transform: scale(1);
        opacity: 1; }
      #mobile-navigation ul a.has-children.active:after,
      #mobile-navigation ul.sub-nav a.has-children.active:after {
        opacity: 0;
        transform: scale(0); }
  #mobile-navigation a.active + ul,
  #mobile-navigation a.active + ul.sub-nav {
    display: block;
    border-top: 1px solid #2a4b7b;
    border-bottom: 1px solid #2a4b7b; }
    #mobile-navigation a.active + ul ul,
    #mobile-navigation a.active + ul ul.sub-nav,
    #mobile-navigation a.active + ul.sub-nav ul,
    #mobile-navigation a.active + ul.sub-nav ul.sub-nav {
      border-left: 1px solid #89a1c4; }

.mobile-drawer__overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2000;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8); }
  @media (min-width: 976px) {
    .mobile-drawer__overlay {
      *display: none !important; } }
  @media (min-width: 1080px) {
    .mobile-drawer__overlay {
      display: none !important; } }

.side-nav ul.links li {
  padding-bottom: 0.5em !important; }


@media only screen and (max-width: 992px) {
  .lefthandnav,
  .side-nav {
    display: none; } }
.lefthandnav .side-nav__title,
.side-nav .side-nav__title {
  padding: 1em 0;
  font-weight: 600;
  color: #6baee3;
  text-transform: uppercase;
  font-size: 16px;
  border-bottom: 1px solid #abd1ef;
  letter-spacing: 1px;
  margin-top: .5em; }
.lefthandnav .section-title,
.side-nav .section-title {
  font-weight: bold;
  font-size: 30px;
  padding: 5px;
  color: #2a4b7b;
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;
  text-decoration: none; }
.lefthandnav a, .lefthandnav span:not(.fa),
.side-nav a,
.side-nav span:not(.fa) {
  text-decoration: none !important;
  color: #0847a2;
  display: block;
  padding: 3px 5px; }
.lefthandnav span.divider,
.side-nav span.divider {
  padding-top: 1em;
  font-weight: normal;
  color: #6baee3;
  text-transform: uppercase;
  font-size: 13px;
  border-bottom: 1px solid #abd1ef;
  letter-spacing: 1px;
  margin-top: 5px; }
.lefthandnav ul,
.side-nav ul {
  list-style: none;
  padding: 0;
  padding-left: 0;
  margin: 0;
  font-weight: bold; }
  .lefthandnav ul li,
  .side-nav ul li {
    list-style: none;
    padding: 0;
    margin: 0; }
    .lefthandnav ul li ul,
    .side-nav ul li ul {
      display: none;
      padding-top: 3px;
      margin: 0 0 1em 1em;
      border-left: 2px solid #bccee8; }
    .lefthandnav ul li.active > ul,
    .side-nav ul li.active > ul {
      display: block; }
    .lefthandnav ul li.active > a, .lefthandnav ul li.active > a:hover,
    .side-nav ul li.active > a,
    .side-nav ul li.active > a:hover {
      color: #0847a2;
      background-color: #d6e9f7; }
    .lefthandnav ul li a,
    .side-nav ul li a {
      -webkit-transition: color 200ms ;
      -moz-transition: color 200ms ;
      -ms-transition: color 200ms ;
      -o-transition: color 200ms ;
      transition: color 200ms ;
      font-size: 1em; }
    .lefthandnav ul li:not(.active) a:hover,
    .side-nav ul li:not(.active) a:hover {
      color: #002459; }
.lefthandnav ul.links,
.side-nav ul.links {
  font-size: 1em;
  margin: 0;
  padding: 0;
  padding-bottom: 80px; }
  .lefthandnav ul.links ul,
  .side-nav ul.links ul {
    font-size: .9em;
    font-weight: normal;
    padding-left: 0; }
    .lefthandnav ul.links ul ul,
    .side-nav ul.links ul ul {
      font-size: .9em; }

.side-nav.new {
    width: 28%; 
}

.side-nav.new ul.links {
    padding-bottom: 2px;
}

.side-nav.new ul.links li {
    padding-bottom: 0 !important;
    margin: 15px 0;
}

.side-nav.new ul.links li ul {
    padding-bottom: 1px;
}

.side-nav.new ul.links li ul li {
    padding-bottom: 0 !important;
    margin: 12px 0;
}

.side-nav.new ul.links li ul li:first-child {
    margin-top: 12px;
}
.side-nav.new ul.links li ul li:last-child {
    margin-bottom: 12px;
}

.site-map .lefthandnav ul.links {
  padding-bottom: 30px; }
.site-map .lefthandnav span.divider {
  border-color: rgba(171, 209, 239, 0.5); }

.lefthandnav {
  margin-right: 25px; }

.footer {
  /*sticky footer positioning*/
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #2a4b7b;
  background-image: linear-gradient(to bottom right, #30578e, #243f68);
  color: #fff;
  font-size: 1.4em;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 60px;
  padding-top: 30px;
  position: absolute;
  *position: relative;
  /*IE 7 and below fix*/ }
  @media (max-width: 768px) {
    .footer {
      position: relative;
      height: auto; } }
  .footer a:link,
  .footer a:visited {
    color: #FFF;
    text-decoration: none; }
  .footer a:hover,
  .footer a:visited:hover {
    text-decoration: underline; }
  .footer .footer__content {
    max-width: 1200px;
    zoom: 1; }
    .footer .footer__content:before, .footer .footer__content:after {
      content: "";
      display: table; }
    .footer .footer__content:after {
      clear: both; }
  .footer .footer__top {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    @media (max-width: 500px) {
      .footer .footer__top .footer__top__col {
        width: 100%;
        margin-bottom: 1em;
        text-align: center; } }
  .footer h3 {
    margin-top: 0px;
    font-size: 22px;
    font-size: 2.2rem;
    color: #4f7bb9; }
  .footer .footer__bottom .row {
    display: flex;
    align-items: center; }
    @media (max-width: 500px) {
      .footer .footer__bottom .row {
        display: block; } }
  .footer .footer__logo {
    display: flex;
    align-items: center; }
    @media (max-width: 500px) {
      .footer .footer__logo {
        display: block;
        text-align: center;
        margin-bottom: 1.5em; }
        .footer .footer__logo a, .footer .footer__logo div {
          display: block; } }
    .footer .footer__logo a {
      flex: 1; }
    .footer .footer__logo div {
      display: inline-block;
      flex: 7; }
  .footer .footer__socialmedia {
    font-size: 14px;
    font-size: 1.4rem;
    display: flex; }
    .footer .footer__socialmedia a {
      flex: 1; }
    @media (max-width: 500px) {
      .footer .footer__socialmedia a {
        text-align: center; } }

.opers-glossary-term {
  color: #30578e;
  text-decoration-style: dotted;
  -webkit-transition: background-color 200ms ;
  -moz-transition: background-color 200ms ;
  -ms-transition: background-color 200ms ;
  -o-transition: background-color 200ms ;
  transition: background-color 200ms ;
  cursor: pointer;
  position: relative;
  padding: 0 .2em;
  line-height: 1.55;
  background-color: rgba(234, 170, 0, 0.15); }
  .opers-glossary-term:hover {
    color: #2a4b7b;
    background-color: rgba(234, 170, 0, 0.3); }


.opers-glossary-term.link-sim {
    color: #0061da;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    line-height: initial;
}
.opers-glossary-term.link-sim:hover {
    color: #2a4b7b;
    text-decoration: underline;
    background-color: transparent;
}

.opers-glossary__wrap {
  display: none; }

.opers-glossary__title {
  font-weight: bold;
  color: #2a4b7b;
  margin-top: 0px;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #4097DB; }

.opers-glossary__text {
  font-size: 16px;
  line-height: 1.3;
  padding-bottom: 5px; }
  .opers-glossary__text ol, .opers-glossary__text ul {
    margin: 0.5em 0 1.5em;
    padding-left: 1.5em; }
    .opers-glossary__text ol li, .opers-glossary__text ul li {
      margin-bottom: .5em; }
  .opers-glossary__text ul {
    list-style: disc; }
  .opers-glossary__text ol {
    list-style: decimal; }
  .opers-glossary__text .glossary__footnote {
    margin: 1em auto;
    font-size: 13px;
    font-style: italic; }

.opers-glossary__related-terms ul,
.opers-glossary__related-pages ul {
  margin-left: 2.25em;
  list-style: disc; }
.opers-glossary__related-terms li,
.opers-glossary__related-pages li {
  padding: 5px 0;
  font-size: 14px; }

.opers-alert__wrap {
  width: 100%;
  background-color: #2a4b7b;
  color: #FFF;
  font-size: 1.4em;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); }
  .opers-alert__wrap hr {
    margin: 10px 0 7px 0px;
    padding: 0;
    background: #000;
    color: #000;
    border: 0;
    height: 1px; }

.opers-alert {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 10px 30px;
  zoom: 1;
  display: flex; }
  .opers-alert:before, .opers-alert:after {
    content: "";
    display: table; }
  .opers-alert:after {
    clear: both; }

.opers-alert__icon {
  color: #4a7ac1;
  font-size: 2em;
  padding-right: 20px;
  text-align: center; }

.opers-alert__content {
  font-size: 14px;
  padding-bottom: 3px; }
  .opers-alert__content h4, .opers-alert__content h3 {
    margin: .25em 0;
    font-size: 15px;
    font-weight: 700;
    color: #fff; }
  .opers-alert__content strong {
    font-weight: bold; }
  .opers-alert__content div {
    padding-top: 5px; }

.opers-alert__close-btn {
  position: absolute;
  top: 0;
  right: 10px;
  width: 30px;
  height: 30px;
  margin-left: 2%;
  background-color: Transparent;
  border: none;
  outline: 0;
  font-size: 25px;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  opacity: 0.7; }
  .opers-alert__close-btn:hover {
    opacity: 0.9; }
  .opers-alert__close-btn:focus {
    opacity: 1; }

.site-header__search {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 !important;
  margin-left: auto; }
  @media only screen and (max-width: 1080px) {
    .site-header__search {
      display: none; } }
  .site-header__search .site-header__search-input {
    width: 100%;
    font-size: 16px;
    border-radius: 4px;
    padding: 7px 44px 7px 4px;
    box-sizing: border-box;
    border: 1px solid #89a1c4;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    display: block;
    outline: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
    .site-header__search .site-header__search-input:focus {
      border: 1px solid #4097DB; }
  .site-header__search button.site-header__search-submit {
    border: 0;
    outline: 0;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
    font-size: 16px;
    padding: 12px;
    background-color: #4a7ac1;
    color: #FFF;
    transition: background-color 200ms; }
    .site-header__search button.site-header__search-submit:hover, .site-header__search button.site-header__search-submit:focus {
      background-color: #3d6eb4; }

.mobile-nav__search {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  margin: 1em;
  border: 1px solid #2a4b7b; }
  .mobile-nav__search .mobile-nav__search-input {
    width: 100%;
    font-size: 16px;
    border-radius: 4px;
    padding: 10px 50px 10px 10px;
    box-sizing: border-box;
    display: block;
    border: none;
    outline: none; }
  .mobile-nav__search button.mobile-nav__search-submit {
    border: 0;
    outline: 0;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    padding: 11px 12px;
    background-color: #4a7ac1;
    color: #FFF;
    transition: background-color 200ms; }
    .mobile-nav__search button.mobile-nav__search-submit:hover, .mobile-nav__search button.mobile-nav__search-submit:focus {
      background-color: #3d6eb4; }

.search-page {
  padding-top: 15px;
  padding-bottom: 100px; }
  .search-page .search__input-wrap {
    position: relative;
    background: #ccc;
    padding: 20px 10px;
    border-radius: 5px;
    margin-bottom: .5em; }
  .search-page .search__input-label {
    font-size: 13px;
    font-weight: 600;
    padding: 0px 12px; }
  .search-page .search__input {
    display: block;
    width: 100%;
    border-radius: 2px;
    outline: none;
    border: none;
    padding: 10px 12px; }
  .search-page .search__promotions {
    margin: 2em 0; }
    .search-page .search__promotions .search__promotion {
      padding: 3.5em 1.5em 1.5em;
      margin: 0 auto .75em;
      background-color: #f5f7fa;
      border-radius: 4px;
      border: 2px solid #2a4b7b;
      position: relative; }
      .search-page .search__promotions .search__promotion:before {
        content: "Promoted";
        background-color: #2a4b7b;
        background-image: linear-gradient(to bottom right, #2a4b7b, #243f68);
        text-transform: uppercase;
        color: #FFF;
        padding: .45em 5em .45em 2em;
        position: absolute;
        top: .5em;
        left: -.5em;
        border-radius: 2px; }
    .search-page .search__promotions .promotion__title {
      font-size: 24px;
      font-weight: 600;
      display: inline-block;
      margin-bottom: .5em; }
    .search-page .search__promotions .promotion__thumbnail {
      display: block;
      float: left;
      width: 115px;
      margin-right: 20px; }
      .search-page .search__promotions .promotion__thumbnail img {
        width: 100%;
        border: 1px solid #2a4b7b; }
  .search-page .search__result {
    cursor: pointer;
    margin: 0 auto 1em;
    display: block;
    border: 1px solid #89a1c4;
    padding: 20px;
    border-radius: 4px;
    transition: all 200ms; }
    .search-page .search__result:hover {
      background-color: #ecf4fb;
      text-decoration: none !important; }
      .search-page .search__result:hover * {
        text-decoration: none !important; }
    .search-page .search__result__title {
      font-size: 24px;
      padding-top: 0;
      margin: 0 0 .5em 0; }
    .search-page .search__result__link {
      font-size: 14px;
      font-style: italic;
      color: #333; }
    .search-page .search__result__description {
      font-size: 16px;
      color: #111; }

.investment-fund {
  border-radius: 4px;
  border: 1px solid #89a1c4;
  padding: 1em 1.5em;
  margin: 1.5em auto 2.5em; }
  .investment-fund > h3:first-child {
    margin-top: 0px; }
  .investment-fund .investment-fund__header .investment-fund__title {
    margin-top: 0px;
    display: inline-block; }
  .investment-fund .investment-fund__header .opers-button {
    float: right; }
  .investment-fund .investment-fund__drawer {
    padding: .5em 0; }
  .investment-fund .investment-fund__toggle-btn {
    transition: width 150ms ease; }

select {
  display: block;
  padding: .25em .5em;
  margin-bottom: .25em; }

.comparison {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 2em 0;
  position: relative; }
  .comparison:before {
    content: "";
    height: 90%;
    width: 100%;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 5%;
    background-color: #f5f7fa;
    background-image: linear-gradient(to bottom, #f5f7fa, #e4e9f2);
    border: 1px solid #d3dce9; }
    @media only screen and (max-width: 750px) {
      .comparison:before {
        top: 0;
        left: 5%;
        width: 90%;
        height: 100%; } }
  @media only screen and (max-width: 750px) {
    .comparison {
      flex-wrap: wrap; } }

.comparison__title {
  flex: 1 1 0;
  margin: 2em 0;
  border-radius: 4px 4px 0 0;
  padding: 2em;
  position: relative; }
  .comparison__title h2, .comparison__title h3 {
    margin-top: 0; }
  .comparison__title > * {
    position: relative;
    color: #2a4b7b; }
  @media only screen and (max-width: 750px) {
    .comparison__title {
      width: 100%;
      flex: 1 1 100%;
      text-align: center;
      margin: 1em 0;
      padding: 1em; } }

.comparison__item {
  position: relative;
  z-index: 2;
  flex: 3 3 45%;
  min-width: 250px;
  margin: .5em;
  border: 1px solid #89a1c4;
  border-radius: 4px;
  background-color: #FFF; }
  .comparison__item--green {
    border-color: #7CBB5A; }
    .comparison__item--green .comparison__item__header {
      background-color: #7CBB5A; }
  .comparison__item--red {
    border-color: #EE5340; }
    .comparison__item--red .comparison__item__header {
      background-color: #EE5340; }

.comparison__item__header {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: .5em 1em;
  background-color: #4097DB;
  color: #FFF; }
  .comparison__item__header small {
    color: #fff; }

.comparison__item__content {
  padding: 1em 1em 2em; }

.comparison__item__content ul {
  text-align: left; }

.post-tile {
  display: flex;
  align-items: stretch;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  margin: 0 auto 1em;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
  transition: all 200ms ease;
  border-color: #2a4b7b; }
  .post-tile .post-tile__img {
    flex: 0 0 auto;
    width: 80px;
    position: relative;
    transition: all 200ms ease; }
  .post-tile .post-tile__content {
    flex: 1 1 auto;
    padding: 1em .75em;
    color: #000; }
  .post-tile .post-tile__title {
    font-size: 22px;
    font-size: 2.2rem; }
    .post-tile .post-tile__title small {
      display: block;
      font-size: 16px;
      font-style: italic;
      font-weight: 500; }
  .post-tile .post-tile__img {
    background-color: #2a4b7b; }
  .post-tile h2, .post-tile h3, .post-tile h4 {
    margin-top: 0px;
    color: #2a4b7b; }
  .post-tile:hover {
    border-color: #30578e; }
    .post-tile:hover .post-tile__img {
      background-color: #30578e; }
  .post-tile:hover {
    text-decoration: none;
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.2);
    border-color: #30578e; }
    .post-tile:hover .post-tile__img {
      background-color: #30578e; }
  .post-tile.post-tile--blue {
    border-color: #2a4b7b; }
    .post-tile.post-tile--blue .post-tile__img {
      background-color: #2a4b7b; }
    .post-tile.post-tile--blue h2, .post-tile.post-tile--blue h3, .post-tile.post-tile--blue h4 {
      margin-top: 0px;
      color: #2a4b7b; }
    .post-tile.post-tile--blue:hover {
      border-color: #30578e; }
      .post-tile.post-tile--blue:hover .post-tile__img {
        background-color: #30578e; }
  .post-tile.post-tile--sky {
    border-color: #4097DB; }
    .post-tile.post-tile--sky .post-tile__img {
      background-color: #4097DB; }
    .post-tile.post-tile--sky h2, .post-tile.post-tile--sky h3, .post-tile.post-tile--sky h4 {
      margin-top: 0px;
      color: #4097DB; }
    .post-tile.post-tile--sky:hover {
      border-color: #55a3df; }
      .post-tile.post-tile--sky:hover .post-tile__img {
        background-color: #55a3df; }

.member-education__group-select {
  margin-top: 3em;
  position: relative; }
  .member-education__group-select:before {
    content: "";
    position: absolute;
    display: block;
    top: 5%;
    height: 90%;
    width: 100%;
    background-color: #f5f7fa;
    border: 1px solid #d3dce9; }

.group-select__btn {
  cursor: pointer;
  position: relative;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
  height: 300px;
  border: 1px solid #2a4b7b;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 250ms ease, transform 250ms ease;
  transform-origin: 50% 50%; }
  @media only screen and (max-width: 768px) {
    .group-select__btn {
      height: auto;
      margin-bottom: .5em;
      background-image: none !important; } }
  .group-select__btn--new {
    background-image: url(/art/education/new-members.jpg);
    background-position: right top; }
  .group-select__btn--active {
    background-image: url(/art/education/active-members.jpg);
    background-position: center top; }
  .group-select__btn--retired {
    background-image: url(/art/education/retired-members.jpg);
    background-position: center top; }
  .group-select__btn:not(.active):not(.inactive):hover {
    transform: translateY(-5px); }
    @media only screen and (max-width: 768px) {
      .group-select__btn:not(.active):not(.inactive):hover {
        transform: translateY(0); } }
  .group-select__btn.active {
    opacity: 1;
    transform: scale(1.05); }
  .group-select__btn.inactive {
    opacity: .4;
    transform: scale(0.95); }
    .group-select__btn.inactive:hover {
      opacity: .6; }
  .group-select__btn div {
    width: 100%;
    padding: 0 5%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    font-size: 1.4em;
    line-height: 2;
    background-color: #2a4b7b;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .group-select__btn div {
        position: relative; } }

.persona-box {
  position: relative;
  padding-left: 50px;
  margin-top: 100px; }
  @media only screen and (max-width: 750px) {
    .persona-box {
      padding-left: 0; } }

.persona-box + .persona-box {
  margin-top: 150px; }

.persona-box__avatar {
  width: 200px;
  border-radius: 50%;
  border: 5px solid #4097DB;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: -65px;
  z-index: 2; }
  .persona-box__avatar img {
    width: 100%; }
  @media only screen and (max-width: 992px) {
    .persona-box__avatar {
      top: 10px;
      width: 24%; } }
  @media only screen and (max-width: 750px) {
    .persona-box__avatar {
      top: -60px;
      width: 150px;
      left: 50%;
      transform: translateX(-50%); } }

.persona-box__content {
  padding-left: 175px;
  padding-top: 1em;
  padding-bottom: 3em;
  padding-right: 2em;
  position: relative;
  background-color: #f5f7fa;
  border-radius: 4px;
  border: 1px solid #4097DB; }
  @media only screen and (max-width: 992px) {
    .persona-box__content {
      padding-left: 22%; } }
  @media only screen and (max-width: 750px) {
    .persona-box__content {
      padding-left: 1em;
      padding-top: 100px;
      padding-right: 1em; } }

.persona-box__title {
  position: absolute;
  left: 175px;
  bottom: 100%;
  bottom: calc(100% + 12px); }
  .persona-box__title h3 {
    font-size: 30px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    display: inline-block; }
  .persona-box__title span {
    font-size: 15px;
    padding-left: 1em;
    padding-right: 1em;
    font-style: italic;
    color: #89a1c4;
    display: inline-block; }
  @media only screen and (max-width: 992px) {
    .persona-box__title {
      position: relative;
      left: 0; }
      .persona-box__title span {
        display: block;
        padding-left: 0; } }
  @media only screen and (max-width: 750px) {
    .persona-box__title {
      text-align: center; } }

.equation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 1.5em auto 2em; }

.equation__component,
.equation__operator,
.equation__result {
  text-align: center;
  font-size: 2em;
  padding: .25em;
  font-weight: 700; }

.equation__component,
.equation__result {
  border-radius: 4px;
  flex: 3 0 auto;
  margin: 8px auto;
  color: #2a4b7b;
  background-color: #fefeff;
  border: 1px solid #c2cee1; }
  @media only screen and (max-width: 650px) {
    .equation__component,
    .equation__result {
      flex: 3 0 auto; } }

@media only screen and (max-width: 650px) {
  .equation__component {
    flex: 1 0 50%; }
    .equation__component:first-of-type {
      margin-left: 50%; } }

.equation__result {
  font-size: 2.25em;
  border-width: 2px;
  color: #4097DB;
  background-color: #fff; }
  .equation__result .equation__subtext {
    font-size: 12px; }

.equation__subtext {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
  color: #6d8ab6; }

.equation__operator {
  flex: 1 0 auto;
  color: #2a4b7b; }
  .equation__operator:before {
    position: relative;
    display: block;
    font-family: FontAwesome; }
  .equation__operator--equals::before {
    content: "=";
    font-weight: 700;
    font-size: 1.5em;
    font-family: "Open Sans", arial, sans-serif; }
  .equation__operator--minus::before {
    content: "\f068"; }
  .equation__operator--multiply::before {
    content: ""; }
  .equation__operator--plus::before {
    content: "\f067"; }
  .equation__operator--divide::before {
    content: "/";
    font-weight: 700;
    font-size: 1.5em;
    font-family: "Open Sans", arial, sans-serif; }
  @media only screen and (max-width: 650px) {
    .equation__operator {
      flex: 1 0 50%; } }

.callout-textBox {
  padding: 15px 20px;
  flex: 1;
  border-top: 3px solid #3f7fc4;
  border-bottom: 3px solid #3f7fc4;
  max-width: 60%; }

.callout-box {
  margin: 25px auto; }
  .callout-box__title {
    display: inline-block;
    border-radius: 8px 8px 0 0;
    color: #000;
    font-weight: bold;
    background-color: #CCC;
    padding: 8px 30px 5px;
    margin: 0;
    margin-right: 30px; }
    .callout-box__title--centered {
      margin-right: 0;
      text-align: center;
      display: block; }
  .callout-box__content {
    background: #fff;
    padding: 8px 15px;
    border-radius: 8px 8px 8px 8px;
    border-width: 3px;
    border-color: #ccc;
    border-style: solid; }
    .callout-box__content ul {
      padding-left: 1.5em !important; }
    .callout-box__content img {
      width: 100%; }
  .callout-box__title--centered + .callout-box__content {
    border-top-right-radius: 0px; }
  .callout-box div + .callout-box__content,
  .callout-box .callout-box__title + .callout-box__content {
    border-top-left-radius: 0px; }
  .callout-box--blue .callout-box__title {
    background-color: #2a4b7b;
    color: #FFF; }
  .callout-box--blue .callout-box__content {
    border-color: #2a4b7b; }
  .callout-box--sky .callout-box__title {
    background-color: #4097DB;
    color: #FFF; }
  .callout-box--sky .callout-box__content {
    border-color: #4097DB; }
  .callout-box--orange .callout-box__title, .callout-box--carrot .callout-box__title {
    background-color: #F68d2E;
    color: #000; }
  .callout-box--orange .callout-box__content, .callout-box--carrot .callout-box__content {
    border-color: #F68d2E; }
  .callout-box--yellow .callout-box__title, .callout-box--buttercup .callout-box__title {
    background-color: #EAAA00;
    color: #FFF; }
  .callout-box--yellow .callout-box__content, .callout-box--buttercup .callout-box__content {
    border-color: #EAAA00; }
  .callout-box--green .callout-box__title, .callout-box--cucumber .callout-box__title {
    background-color: #7CBB5A;
    color: #FFF; }
  .callout-box--green .callout-box__content, .callout-box--cucumber .callout-box__content {
    border-color: #7CBB5A; }

/* CSS Document */
.content-wrap aside {
  box-sizing: border-box;
  float: right;
  position: relative;
  z-index: 10;
  font-size: .857em;
  width: 31%;
  right: 0px;
  margin: 0px 0px 30px 20px;
  overflow: hidden;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 4px; }
  .content-wrap aside > div:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden; }
    .content-wrap aside > div:first-child img {
      width: 100%; }
  .content-wrap aside > div:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
  .content-wrap aside table {
    width: 100%; }
  .content-wrap aside.large, .content-wrap aside.aside--large {
    width: 40%; }
  .content-wrap aside.xlarge, .content-wrap aside.aside--xlarge {
    width: 50%; }
  .content-wrap aside.aside--no-border-radius {
    border-radius: 0px; }
    .content-wrap aside.aside--no-border-radius > div:first-child, .content-wrap aside.aside--no-border-radius > div:last-child {
      border-radius: 0px; }
  .content-wrap aside .ztable,
  .content-wrap aside .opers-table,
  .content-wrap aside table.rfptable,
  .content-wrap aside table {
    margin: 0 auto; }
  @media only screen and (min-width: 992px) {
    .content-wrap aside {
      right: -10%;
      width: 36%; } }
  @media only screen and (min-width: 768px) {
    .content-wrap aside {
      right: -8%;
      width: 37%; } }
  .content-wrap aside .aside-title,
  .content-wrap aside .aside__title {
    padding: 8px 15px;
    font-weight: bold;
    font-size: 16px; }
    .content-wrap aside .aside-title *,
    .content-wrap aside .aside__title * {
      margin: 0;
      padding: 0; }
    .content-wrap aside .aside-title > .fa, .content-wrap aside .aside-title > .fa-stack,
    .content-wrap aside .aside__title > .fa,
    .content-wrap aside .aside__title > .fa-stack {
      text-align: center;
      margin: 0 auto;
      display: block; }
    .content-wrap aside .aside-title > .fa,
    .content-wrap aside .aside__title > .fa {
      font-size: 60px; }
    .content-wrap aside .aside-title > .fa-stack,
    .content-wrap aside .aside__title > .fa-stack {
      font-size: 60px; }
    .content-wrap aside .aside-title.icon-text,
    .content-wrap aside .aside__title.icon-text {
      padding-top: 3px; }
      .content-wrap aside .aside-title.icon-text > .fa,
      .content-wrap aside .aside__title.icon-text > .fa {
        display: inline-block;
        font-size: 35px;
        position: relative;
        top: 3px;
        margin-right: 5px; }
      .content-wrap aside .aside-title.icon-text h3,
      .content-wrap aside .aside__title.icon-text h3 {
        color: #fff;
        display: inline-block;
        font-size: 30px; }
  .content-wrap aside .aside-img,
  .content-wrap aside .aside__img {
    line-height: 0px;
    text-align: center; }
  .content-wrap aside .aside-content,
  .content-wrap aside .aside__content {
    padding: 8px 15px;
    background-color: #FFF; }
    .content-wrap aside .aside-content h2,
    .content-wrap aside .aside-content h3,
    .content-wrap aside .aside-content h4,
    .content-wrap aside .aside__content h2,
    .content-wrap aside .aside__content h3,
    .content-wrap aside .aside__content h4 {
      margin: 0 0 .5em; }
    .content-wrap aside .aside-content h2,
    .content-wrap aside .aside__content h2 {
      font-size: 22px;
      font-size: 2.2rem; }
    .content-wrap aside .aside-content h3,
    .content-wrap aside .aside__content h3 {
      font-size: 18px;
      font-size: 1.8rem; }
    .content-wrap aside .aside-content h3,
    .content-wrap aside .aside__content h3 {
      font-size: 16px;
      font-size: 1.6rem; }
    .content-wrap aside .aside-content h2:first-child, .content-wrap aside .aside-content h3:first-child, .content-wrap aside .aside-content h4:first-child,
    .content-wrap aside .aside__content h2:first-child,
    .content-wrap aside .aside__content h3:first-child,
    .content-wrap aside .aside__content h4:first-child {
      padding-top: 10px; }
    .content-wrap aside .aside-content ul li, .content-wrap aside .aside-content ol li,
    .content-wrap aside .aside__content ul li,
    .content-wrap aside .aside__content ol li {
      padding-left: 0; }
  .content-wrap aside .aside-video,
  .content-wrap aside .aside__video {
    height: 0;
    padding-bottom: 56.25%;
    position: relative; }
    .content-wrap aside .aside-video iframe,
    .content-wrap aside .aside__video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .content-wrap aside.border, .content-wrap aside.aside--border {
    border-color: #ccc;
    border-style: solid; }
    .content-wrap aside.border > *, .content-wrap aside.aside--border > * {
      border-style: inherit;
      border-color: inherit; }
    .content-wrap aside.border > div.aside__title, .content-wrap aside.aside--border > div.aside__title {
      border-top-width: 1px;
      border-bottom-width: 1px; }
    .content-wrap aside.border > div:first-child, .content-wrap aside.border > div.aside__title:first-child, .content-wrap aside.aside--border > div:first-child, .content-wrap aside.aside--border > div.aside__title:first-child {
      border-top-width: 2px;
      border-bottom-width: 1px; }
    .content-wrap aside.border > div, .content-wrap aside.aside--border > div {
      border-left-width: 2px;
      border-right-width: 2px; }
    .content-wrap aside.border > div:last-child, .content-wrap aside.aside--border > div:last-child {
      border-bottom-width: 2px; }
  .content-wrap aside img:first-child {
    width: 100%; }
  .content-wrap aside ul {
    margin: .25em 0 .5em 1em;
    padding: 0; }
    .content-wrap aside ul.fa-ul {
      margin: .25em 0 .5em 1.5em; }
  .content-wrap aside.blue, .content-wrap aside.aside--blue {
    border-color: #2a4b7b; }
    .content-wrap aside.blue .aside-content h2, .content-wrap aside.aside--blue .aside-content h2 {
      color: #2a4b7b; }
    .content-wrap aside.blue .aside-title,
    .content-wrap aside.blue .aside__title, .content-wrap aside.aside--blue .aside-title,
    .content-wrap aside.aside--blue .aside__title {
      color: #FFF;
      background-color: #2a4b7b; }
      .content-wrap aside.blue .aside-title .fa-inverse,
      .content-wrap aside.blue .aside__title .fa-inverse, .content-wrap aside.aside--blue .aside-title .fa-inverse,
      .content-wrap aside.aside--blue .aside__title .fa-inverse {
        color: #2a4b7b; }
    .content-wrap aside.blue.alt, .content-wrap aside.aside--blue.alt {
      right: 0; }
      .content-wrap aside.blue.alt .aside__content, .content-wrap aside.aside--blue.alt .aside__content {
        background: #f9f9f9;
        font-size: 1.3em;
        line-height: 1.5em;
        color: #446594; }
  .content-wrap aside.sky, .content-wrap aside.aside--sky {
    border-color: #4097DB; }
    .content-wrap aside.sky .aside-content h2, .content-wrap aside.aside--sky .aside-content h2 {
      color: #4097DB; }
    .content-wrap aside.sky .aside-title,
    .content-wrap aside.sky .aside__title, .content-wrap aside.aside--sky .aside-title,
    .content-wrap aside.aside--sky .aside__title {
      color: #FFF;
      background-color: #4097DB; }
      .content-wrap aside.sky .aside-title .fa-inverse,
      .content-wrap aside.sky .aside__title .fa-inverse, .content-wrap aside.aside--sky .aside-title .fa-inverse,
      .content-wrap aside.aside--sky .aside__title .fa-inverse {
        color: #4097DB; }
  .content-wrap aside.flamingo, .content-wrap aside.red, .content-wrap aside.aside--flamingo, .content-wrap aside.aside--red {
    border-color: #EE5340; }
    .content-wrap aside.flamingo .aside-content h2, .content-wrap aside.red .aside-content h2, .content-wrap aside.aside--flamingo .aside-content h2, .content-wrap aside.aside--red .aside-content h2 {
      color: #EE5340; }
    .content-wrap aside.flamingo .aside-title,
    .content-wrap aside.flamingo .aside__title, .content-wrap aside.red .aside-title,
    .content-wrap aside.red .aside__title, .content-wrap aside.aside--flamingo .aside-title,
    .content-wrap aside.aside--flamingo .aside__title, .content-wrap aside.aside--red .aside-title,
    .content-wrap aside.aside--red .aside__title {
      color: #FFF;
      background-color: #EE5340; }
      .content-wrap aside.flamingo .aside-title .fa-inverse,
      .content-wrap aside.flamingo .aside__title .fa-inverse, .content-wrap aside.red .aside-title .fa-inverse,
      .content-wrap aside.red .aside__title .fa-inverse, .content-wrap aside.aside--flamingo .aside-title .fa-inverse,
      .content-wrap aside.aside--flamingo .aside__title .fa-inverse, .content-wrap aside.aside--red .aside-title .fa-inverse,
      .content-wrap aside.aside--red .aside__title .fa-inverse {
        color: #EE5340; }
  .content-wrap aside.carrot, .content-wrap aside.orange, .content-wrap aside.aside--carrot, .content-wrap aside.aside--orange {
    border-color: #F68d2E; }
    .content-wrap aside.carrot .aside-content h2, .content-wrap aside.orange .aside-content h2, .content-wrap aside.aside--carrot .aside-content h2, .content-wrap aside.aside--orange .aside-content h2 {
      color: #F68d2E; }
    .content-wrap aside.carrot .aside-title,
    .content-wrap aside.carrot .aside__title, .content-wrap aside.orange .aside-title,
    .content-wrap aside.orange .aside__title, .content-wrap aside.aside--carrot .aside-title,
    .content-wrap aside.aside--carrot .aside__title, .content-wrap aside.aside--orange .aside-title,
    .content-wrap aside.aside--orange .aside__title {
      color: #FFF;
      background-color: #F68d2E; }
      .content-wrap aside.carrot .aside-title .fa-inverse,
      .content-wrap aside.carrot .aside__title .fa-inverse, .content-wrap aside.orange .aside-title .fa-inverse,
      .content-wrap aside.orange .aside__title .fa-inverse, .content-wrap aside.aside--carrot .aside-title .fa-inverse,
      .content-wrap aside.aside--carrot .aside__title .fa-inverse, .content-wrap aside.aside--orange .aside-title .fa-inverse,
      .content-wrap aside.aside--orange .aside__title .fa-inverse {
        color: #F68d2E; }
  .content-wrap aside.buttercup, .content-wrap aside.yellow, .content-wrap aside.aside--buttercup, .content-wrap aside.aside--yellow {
    border-color: #EAAA00; }
    .content-wrap aside.buttercup .aside-content h2, .content-wrap aside.yellow .aside-content h2, .content-wrap aside.aside--buttercup .aside-content h2, .content-wrap aside.aside--yellow .aside-content h2 {
      color: #EAAA00; }
    .content-wrap aside.buttercup .aside-title,
    .content-wrap aside.buttercup .aside__title, .content-wrap aside.yellow .aside-title,
    .content-wrap aside.yellow .aside__title, .content-wrap aside.aside--buttercup .aside-title,
    .content-wrap aside.aside--buttercup .aside__title, .content-wrap aside.aside--yellow .aside-title,
    .content-wrap aside.aside--yellow .aside__title {
      color: #FFF;
      background-color: #EAAA00; }
      .content-wrap aside.buttercup .aside-title .fa-inverse,
      .content-wrap aside.buttercup .aside__title .fa-inverse, .content-wrap aside.yellow .aside-title .fa-inverse,
      .content-wrap aside.yellow .aside__title .fa-inverse, .content-wrap aside.aside--buttercup .aside-title .fa-inverse,
      .content-wrap aside.aside--buttercup .aside__title .fa-inverse, .content-wrap aside.aside--yellow .aside-title .fa-inverse,
      .content-wrap aside.aside--yellow .aside__title .fa-inverse {
        color: #EAAA00; }
  .content-wrap aside.cucumber, .content-wrap aside.green, .content-wrap aside.aside--cucumber, .content-wrap aside.aside--green {
    border-color: #7CBB5A; }
    .content-wrap aside.cucumber .aside-content h2, .content-wrap aside.green .aside-content h2, .content-wrap aside.aside--cucumber .aside-content h2, .content-wrap aside.aside--green .aside-content h2 {
      color: #7CBB5A; }
    .content-wrap aside.cucumber .aside-title,
    .content-wrap aside.cucumber .aside__title, .content-wrap aside.green .aside-title,
    .content-wrap aside.green .aside__title, .content-wrap aside.aside--cucumber .aside-title,
    .content-wrap aside.aside--cucumber .aside__title, .content-wrap aside.aside--green .aside-title,
    .content-wrap aside.aside--green .aside__title {
      color: #FFF;
      background-color: #7CBB5A; }
      .content-wrap aside.cucumber .aside-title .fa-inverse,
      .content-wrap aside.cucumber .aside__title .fa-inverse, .content-wrap aside.green .aside-title .fa-inverse,
      .content-wrap aside.green .aside__title .fa-inverse, .content-wrap aside.aside--cucumber .aside-title .fa-inverse,
      .content-wrap aside.aside--cucumber .aside__title .fa-inverse, .content-wrap aside.aside--green .aside-title .fa-inverse,
      .content-wrap aside.aside--green .aside__title .fa-inverse {
        color: #7CBB5A; }
  .content-wrap aside.no-shadow, .content-wrap aside.aside--no-shadow {
    box-shadow: none; }
  .content-wrap aside.aside--no-padding .aside__content {
    padding: 0px; }
  .content-wrap aside.aside--no-offset {
    right: 0 !important; }

@media only screen and (max-width: 600px) {
  .content-wrap aside {
    display: none; }

  .content-wrap aside.essential img:first-child {
    width: auto;
    box-shadow: 2px 3px 5px #ccc; }

  .content-wrap aside.essential {
    display: block;
    margin: 10px auto 20px;
    width: auto;
    float: none;
    max-width: none; }

  .content-wrap aside.essential .nonessential {
    display: none; } }
.content-wrap .flex-item aside {
  float: none;
  position: initial;
  margin: 0;
  width: 100%; }

@media only screen and (max-width: 600px) {
  .content-wrap .flex-item aside {
    display: block; } }
.callout-banner {
  margin: 75px auto 35px;
  position: relative;
  background: #FFF no-repeat right center;
  background-size: 55% auto !important;
  overflow: hidden;
  border-top: 2px solid #2a4b7b;
  border-bottom: 2px solid #2a4b7b;
  transition: padding 200ms ease; }
  @media only screen and (max-width: 768px) {
    .callout-banner {
      background-size: cover !important; } }
  .callout-banner .callout-banner__content {
    display: inline-block;
    position: relative;
    width: 50%;
    padding: 80px 0 80px 22px;
    min-width: 250px;
    background-color: #FFF; }
    .callout-banner .callout-banner__content * {
      position: relative; }
    .callout-banner .callout-banner__content .sr-only {
      position: absolute; }
    .callout-banner .callout-banner__content h2, .callout-banner .callout-banner__content h3, .callout-banner .callout-banner__content h4 {
      color: #2a4b7b;
      margin: 0 0 .5em 0;
      font-weight: bold;
      font-size: 26px;
      padding-top: 0px; }
      @media only screen and (max-width: 768px) {
        .callout-banner .callout-banner__content h2, .callout-banner .callout-banner__content h3, .callout-banner .callout-banner__content h4 {
          color: #FFF; } }
    .callout-banner .callout-banner__content ul, .callout-banner .callout-banner__content ol {
      margin: 1em .75em 0em 0;
      text-align: left; }
    .callout-banner .callout-banner__content .subhead {
      font-style: italic;
      font-size: 22px; }
    .callout-banner .callout-banner__content:before {
      content: "";
      height: 100%;
      position: absolute;
      z-index: 0;
      top: 0;
      right: -42%;
      width: 42%;
      background-image: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
      /* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
      background-image: -moz-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
      /* For Firefox (3.6 to 15) */
      background-image: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
      /* For old Opera (11.1 to 12.0) */
      background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
      /* Standard syntax; must be last */ }
      @media only screen and (max-width: 768px) {
        .callout-banner .callout-banner__content:before {
          height: 100%;
          width: 100%;
          top: 0;
          left: 0 !important;
          right: auto;
          background-image: radial-gradient(ellipse 100% 100% at center, transparent, rgba(42, 75, 123, 0.9)) !important;
          background-color: rgba(42, 75, 123, 0.7) !important; } }
    @media only screen and (max-width: 768px) {
      .callout-banner .callout-banner__content {
        width: 100%;
        text-align: center;
        padding: 75px 22px !important;
        background-color: transparent;
        color: #FFF; }
        .callout-banner .callout-banner__content a {
          color: #FFF;
          font-weight: bold;
          text-decoration: underline; } }
  .callout-banner--reverse {
    background: #FFF no-repeat left center;
    text-align: right; }
    .callout-banner--reverse .callout-banner__content {
      padding: 80px 22px 80px 0;
      right: 0;
      text-align: left; }
    .callout-banner--reverse .callout-banner__content:before {
      left: -42%;
      background-image: -webkit-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
      /* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
      background-image: -moz-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
      /* For Firefox (3.6 to 15) */
      background-image: -o-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
      /* For old Opera (11.1 to 12.0) */
      background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
      /* Standard syntax; must be last */ }
    @media (max-width: 768px) {
      .callout-banner--reverse .callout-banner__content {
        padding-left: 0;
        padding-right: 30px; } }
  .callout-banner--sky {
    border-top: 2px solid #4097DB;
    border-bottom: 2px solid #4097DB; }
    .callout-banner--sky .callout-banner__content h2,
    .callout-banner--sky .callout-banner__content h3,
    .callout-banner--sky .callout-banner__content h4 {
      color: #4097DB; }
  @media (max-width: 768px) {
    .callout-banner {
      left: -15px;
      width: calc(100% + 30px) !important; }
      .callout-banner .callout-banner__content {
        padding-left: 30px; } }
  .callout-banner.alt {
    text-align: center;
    border-color: #e5e5e5; }
    .callout-banner.alt .callout-banner__content {
      padding: 30px 0 25px 0;
      background: none transparent; }
      .callout-banner.alt .callout-banner__content:before, .callout-banner.alt .callout-banner__content:after {
        background: none transparent; }
    .callout-banner.alt .opers-button {
      font-size: 17px;
      padding: .75em 1.25em;
      margin-top: 10px; }

.alert-banner {
  margin: 30px auto;
  display: flex;
  align-items: stretch;
  border-width: 2px;
  border-style: solid;
  border-radius: 10px;
  border-color: #ccc; }
  .alert-banner .alert-banner__icon {
    color: #FFF;
    font-size: 45px;
    padding: 0 12px;
    position: relative;
    background-color: #ccc; }

  .alert-banner--red, .alert-banner--flamingo {
    border-color: #EE5340;
    background-color: #fdebe9;
    color: #891a0c; }
    .alert-banner--red .alert-banner__icon, .alert-banner--flamingo .alert-banner__icon {
      background-color: #EE5340; }
    .alert-banner--red h4, .alert-banner--flamingo h4 {
      color: #71150a; }
  .alert-banner--orange, .alert-banner--carrot {
    border-color: #F68d2E;
    background-color: #feedde;
    color: #854206; }
    .alert-banner--orange .alert-banner__icon, .alert-banner--carrot .alert-banner__icon {
      background-color: #F68d2E; }
    .alert-banner--orange h4, .alert-banner--carrot h4 {
      color: #6d3605; }
  .alert-banner--green, .alert-banner--cucumber {
    border-color: #7CBB5A;
    background-color: #e3f1dc;
    color: #365824; }
    .alert-banner--green .alert-banner__icon, .alert-banner--cucumber .alert-banner__icon {
      background-color: #7CBB5A; }
    .alert-banner--green h4, .alert-banner--cucumber h4 {
      color: #2b461d; }
  .alert-banner--blue {
    border-color: #2a4b7b;
    background-color: #FFF;
    color: #030509; }
    .alert-banner--blue .alert-banner__icon {
      background-color: #2a4b7b; }
    .alert-banner--blue h4 {
      color: black; }
  .alert-banner--sky {
    border-color: #4097DB;
    background-color: #daebf8;
    color: #15466d; }
    .alert-banner--sky .alert-banner__icon {
      background-color: #4097DB; }
    .alert-banner--sky h4 {
      color: #113958; }
  .alert-banner .alert-banner__text,
  .alert-banner .alert-banner__content {
    padding: 10px 20px 0 20px;
    flex: 1; }

.intro-banner .intro-banner__img {
  background-position: center center;
  background-size: cover;
  height: 0;
  padding-bottom: 35%;
  overflow: hidden;
  border-bottom: 3px solid #2a4b7b;
  border-top: 1px solid #2a4b7b;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); }
.intro-banner .intro-banner__content {
  width: calc(100% + 30px);
  position: relative;
  left: -15px;
  top: -80px;
  background-color: #f5f7fa;
  border: 1px solid #b1c1d8;
  border-radius: 4px;
  padding: 2em 15px; }
  .intro-banner .intro-banner__content h1 {
    margin-bottom: .5em; }

/********** GLOBAL STUFF **********/
.overlay {
  position: absolute;
  width: 100%;
  height: 9000px;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 990; }
  .overlay.on {
    display: block; }

.quiz-container {
  position: relative;
  z-index: 995;
  border: 0;
  padding: 0 0;
  transition: padding 0.5s, border 0.5s, background 0.3s;
  margin-bottom: 0 auto 20px auto; }
  .quiz-container .quiz-end {
    text-align: left;
    padding-bottom: 25px; }
  .quiz-container.overlay-on {
    padding: 30px;
    border: 15px solid #222;
    background: #fff;
    box-shadow: 0 0 10px #000; }
  .quiz-container .btn, .quiz-container .opers-button, .quiz-container button {
    box-shadow: none;
    margin-right: 15px;
    outline: none;
    transition: all .7s;
    margin-top: 0; }
    .quiz-container .btn.inactive, .quiz-container .opers-button.inactive, .quiz-container button.inactive {
      display: none;
      opacity: 0;
      height: 0;
      line-height: 0; }

/***** Buttons *****/
.quiz-launch {
  min-width: 290px;
  position: relative;
  z-index: 996;
  color: #fff;
  line-height: 1.3em; }
  .quiz-launch .fa {
    font-size: 22px;
    float: right;
    margin: -1px 0 -1px 7px; }

.quiz-stop, .quiz-stop.active {
  background: #b55959;
  border-color: #b55959;
  opacity: 0.8;
  font-size: 16px;
  position: relative;
  z-index: 996;
  color: #fff;
  line-height: 1.3em;
  margin-left: calc(50% - 162px);
  margin-right: 0; }
  .quiz-stop:hover, .quiz-stop:active, .quiz-stop.active:hover, .quiz-stop.active:active {
    background: #a44646;
    border-color: #a44646;
    color: #fff;
    opacity: 0.9; }
  .quiz-stop .fa, .quiz-stop.active .fa {
    font-size: 22px;
    margin: 0 0 -2px 5px; }

.stand-alone .quiz-stop, .stand-alone .quiz-stop.active {
  margin-left: 0; }

.quiz-stop:active, .quiz-stop.active:active {
  background: #a44646;
  border-color: #a44646; }

.quiz-wrapper {
  height: 0;
  max-height: 1px;
  opacity: 0;
  transition: max-height 1s, opacity 0.5s linear;
  padding: 0 20px 30px 20px;
  margin-top: 30px; }
  .quiz-wrapper hr {
    margin: -20px auto 1em -20px; }
  .quiz-wrapper h4.quiz-title {
    font-weight: 600;
    font-size: 36px;
    font-size: 2.6rem;
    line-height: 1;
    padding-top: 0;
    margin: 0em 0 1em 0;
    color: #555; }
  .quiz-wrapper h5 {
    color: #2a4b7b;
    font-weight: 600;
    font-size: 1.7em;
    line-height: 1.6em;
    margin-top: 0;
    padding: 0 0 25px 0; }
  .quiz-wrapper.off {
    height: 0;
    max-height: 1px;
    opacity: 0;
    transition: max-height 1s linear, margin-top 0.4s ease;
    margin-top: 0;
    padding: 0; }
    .quiz-wrapper.off * {
      height: 0;
      padding: 0;
      margin: 0; }
  .quiz-wrapper.on {
    height: auto;
    max-height: 1700px;
    opacity: 1;
    border-top: 2px solid #e1d1b6; }
  .quiz-wrapper .btn, .quiz-wrapper button {
    box-shadow: none;
    margin-right: 15px;
    outline: none;
    transition: background-color .7s; }
  .quiz-wrapper .quiz-finished {
    font-size: 20px;
    line-height: 34px;
    padding-top: 35px;
    padding-bottom: 35px; }
    .quiz-wrapper .quiz-finished h2 {
      margin-bottom: 0.5em;
      margin-top: 0;
      padding-top: 0; }

.active {
  opacity: 1;
  height: auto;
  max-height: 1000px;
  transition: all .4s ease; }

.faq-list .active {
  max-height: none;
}

.inactive {
  opacity: 0;
  height: auto;
  max-height: 1px;
  transition: all .4s ease; }
  .inactive .quiz-footer, .inactive .quiz-end {
    display: none; }

.stand-alone body .quiz-launch.quiz-intro {
  font-size: 24px; }

.stand-alone body .quiz-launch.quiz-intro .fa {
  font-size: 28px;
  margin: 2px 0 -1px 10px; }

.new-container {
  position: relative; }
  .new-container .new-text {
    display: inline-block;
    padding: 4px 5px;
    position: absolute;
    top: -14px;
    left: -25px;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    transform: rotate(-30deg);
    background: #4097DB;
    border-radius: 3px;
    z-index: 2;
    line-height: 1em; }
  .new-container h3 {
    margin: 10px 0 30px 0;
    padding: 0;
    position: relative;
    z-index: 5;
    text-shadow: -1px -1px 1px #fff; }

hr.dotted + .new-container {
  margin-top: 50px; }

/********** VIDEO QUIZES **********/
/***** Plan Selection *****/
.quiz-controller {
  position: relative; }
  .quiz-controller .btn {
    position: relative; }
    .quiz-controller .btn.answer {
      background: #4a7ac1;
      border-radius: 3px;
      color: #fff;
      font-size: 20px;
      padding-left: 50px;
      padding-right: 50px;
      transition: all 0.3s ease;
      margin: 0 15px; }
      .quiz-controller .btn.answer:hover, .quiz-controller .btn.answer:active {
        background: #2d5da3; }
    .quiz-controller .btn.clicked {
      background: #19417a; }
      .quiz-controller .btn.clicked:after {
        font-family: FontAwesome;
        content: '\f058';
        position: absolute;
        right: 10px;
        top: -1px;
        font-size: 28px;
        opacity: 0.7; }
  .quiz-controller .quiz-footer {
    position: relative;
    z-index: 1000;
    border-top: 2px solid #e1d1b6;
    margin: 0 -20px;
    padding: 30px 20px 20px 20px; }
    .quiz-controller .quiz-footer .btn {
      background: #4097DB;
      color: #fff;
      margin-right: 0;
      transition: all 0.3s ease; }
      .quiz-controller .quiz-footer .btn:hover, .quiz-controller .quiz-footer .btn:active {
        background: #237dc4; }
      .quiz-controller .quiz-footer .btn.continue {
        float: right; }
      .quiz-controller .quiz-footer .btn.back {
        float: left; }
    .quiz-controller .quiz-footer .counter {
      color: #999;
      font-size: 18px;
      text-align: center;
      font-weight: 600;
      display: inline-block;
      position: absolute;
      left: 45%;
      bottom: -15px; }

.quiz-wrapper.off .quiz-footer .btn {
  display: none; }

.question-wrapper {
  width: 100%;
  box-sizing: border-box;
  transition: opacity .2s, top 0.5s;
  opacity: 0;
  position: absolute;
  top: -2500px; }
  .question-wrapper .question {
    text-align: left; }
  .question-wrapper.active {
    opacity: 1;
    display: block;
    position: relative;
    top: 30px;
    padding-bottom: 55px; }
  .question-wrapper .answer-wrapper {
    padding: 20px 0 5px 0;
    text-align: center; }
  .question-wrapper h2 {
    position: relative;
    z-index: 10;
    margin-top: 0;
    padding-top: 0; }
  .question-wrapper .video-played .video-player {
    transition: opacity .4s ease; }

.video-wrapper {
  position: relative;
  margin: 10px 2px 40px 2px;
  z-index: 2;
  background: #eee; }
  .video-wrapper .video-player {
    opacity: 0;
    height: 0;
    max-height: 0;
    transition: all .7s ease; }
    .video-wrapper .video-player * {
      opacity: 0;
      transition: all 1.2s ease; }
    .video-wrapper .video-player h3 {
      height: 0;
      padding: 0 0 0 1px;
      font-size: 0;
      margin: 0;
      line-height: 0;
      position: relative;
      z-index: 6;
      transition: all .5s ease;
      display: none; }
    .video-wrapper .video-player.play-video {
      opacity: 1;
      height: auto;
      max-height: 1500px;
      padding-top: 5px;
      box-shadow: 0 0 5px #888;
      border: 10px solid #eee;
      z-index: 5; }
      .video-wrapper .video-player.play-video h3 {
        margin: 0 0 15px 0;
        font-size: 22px;
        height: auto;
        line-height: 1.1; }
      .video-wrapper .video-player.play-video * {
        opacity: 1; }
    .video-wrapper .video-player .video-element {
      margin-bottom: -5px;
      border: 1px solid #ccc; }
  .video-wrapper .progress-number {
    font-size: 46px;
    line-height: 1em;
    color: #fff;
    display: block;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    padding-top: 2px;
    position: absolute;
    top: 25px;
    right: 20px;
    background: rgba(153, 153, 153, 0.7);
    border-radius: 50%;
    text-align: center;
    z-index: 999;
    opacity: 0.7; }

.stand-alone {
  overflow-y: scroll; }
  .stand-alone body {
    margin: 50px 0; }
    .stand-alone body:before {
      content: "";
      position: absolute;
      z-index: 0;
      left: 0;
      top: 200px;
      width: 100%;
      height: 100%;
      margin-bottom: -300px;
      overflow: hidden;
      background-color: #b1c1d8;
      background-image: linear-gradient(to bottom, #d3dce9, #8fa6c7);
      border-bottom: 1px solid #2a4b7b; }
    .stand-alone body main, .stand-alone body #contentstart {
      background: none transparent; }
    .stand-alone body .overlay {
      display: none; }
    .stand-alone body .content-wrap {
      margin-top: 0;
      background: none transparent; }
    .stand-alone body h1 {
      font-weight: 500; }
    .stand-alone body .intro {
      font-size: 18px;
      color: #2a4b7b;
      border-bottom: 1px solid rgba(64, 151, 219, 0.5);
      margin: 0 -30px 30px -30px;
      padding: 0 30px 25px 30px; }
      .stand-alone body .intro p {
        padding: 0 0 20px 0;
        margin: 0;
        line-height: 1.7em; }
    .stand-alone body .quiz-container {
      border: 1px solid #2a4b7b;
      border-radius: 5px;
      box-shadow: 0 0 3px #000;
      padding: 30px;
      background: #fff; }
    .stand-alone body .answer-wrapper {
      text-align: center; }
    .stand-alone body .start-stop {
      margin: 0 auto;
      text-align: center; }
    .stand-alone body .quiz-launch {
      font-size: 18px; }
      .stand-alone body .quiz-launch .fa {
        margin: 1px 0 -1px 9px;
        font-size: 23px; }
    .stand-alone body .quiz-wrapper .btn, .stand-alone body .quiz-wrapper button {
      font-size: 22px; }
    .stand-alone body .quiz-wrapper .quiz-footer .btn, .stand-alone body .quiz-wrapper .quiz-footer button {
      font-size: 18px; }
  .stand-alone .intro {
    height: auto; }
  .stand-alone .overlay-on .intro {
    opacity: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border-height: 0;
    font-size: 1px;
    line-height: 1px;
    transition: opacity .4s ease, max-height 4s ease; }

.embedded .quiz-wrapper #question0 h5 {
  display: none !important; }
.embedded .quiz-wrapper #question0 .answer-wrapper .btn {
  display: none !important; }
.embedded .quiz-wrapper #question0 .video-wrapper {
  margin-bottom: 60px; }

.embedded .quiz-wrapper #continueIntro {
  float: none;
  margin: 0 auto;
  display: block;
  padding: 5px 20px;
  font-size: 22px; }
  .embedded .quiz-wrapper #continueIntro .fa {
    margin-left: 7px;
    font-size: 22px; }

.embedded .quiz-wrapper .counter.counter0 {
  display: none !important; }
.embedded .quiz-wrapper .counter.counter6 {
  display: none !important; }

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .video-wrapper .video-player.play-video {
    width: calc(100% + 50px);
    border-width: 0;
    margin: 0 -25px; }

  .video-wrapper .progress-number {
    font-size: 26px;
    width: 30px;
    height: 30px;
    top: 10px;
    right: -15px; } }
@media only screen and (max-width: 414px) {
  body .intro video, .stand-alone body .intro video {
    width: calc(100% + 30px);
    margin: -20px -15px 0 -15px; }

  .question-wrapper .answer-wrapper {
    margin: 0 -30px; }

  .stand-alone body .quiz-launch.quiz-intro {
    font-size: 19px;
    padding: .625em 0.5em;
    margin: 0 -15px 0 -20px; }
    .stand-alone body .quiz-launch.quiz-intro .fa {
      font-size: 22px;
      margin: 2px 0 -1px 5px; }

  .quiz-controller .btn.answer {
    padding-left: 32px;
    padding-right: 32px;
    margin: 0 10px; }

  .quiz-stop, .quiz-stop.active {
    padding: .625em 0;
    font-size: 15px;
    width: 100%;
    margin: 0; } }
@media only screen and (min-width: 415px) and (max-width: 640px) {
  .stand-alone body .quiz-launch.quiz-intro {
    font-size: 21px;
    padding: .625em 0.5em;
    margin: 0 -15px 0 -20px; }
    .stand-alone body .quiz-launch.quiz-intro .fa {
      font-size: 24px;
      margin: 2px 0 -1px 5px; } }
@media only screen and (max-width: 768px) {
  .quiz-controller .btn.answer {
    padding-left: 37px;
    padding-right: 37px;
    margin: 0 10px 10px 0;
    font-size: 17px; }
    .quiz-controller .btn.answer:after {
      font-size: 21px;
      top: 4px; }

  .video-wrapper .video-player.play-video {
    padding-top: 0;
    border-width: 5px; }
    .video-wrapper .video-player.play-video h3 {
      margin-bottom: 7px; }

  .quiz-container.overlay-on {
    padding: 15px;
    border-width: 5px; }

  .quiz-wrapper {
    padding: 0 10px 30px 10px; }
    .quiz-wrapper h5 {
      margin: 0 0 10px 0;
      font-size: 1.3em;
      line-height: 1.4em; }

  .video-wrapper .video-player.play-video h3 {
    font-size: 17px; } }
.rss-box-rss-alert {
  width: 100%;
  line-height: 0;
  font-size: 0px;
  background: #112d56;
  border-bottom: 1px solid #04122b; }
  .rss-box-rss-alert .rss-items {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    line-height: 0;
    font-size: 0px;
    list-style: none;
    display: block; }
    .rss-box-rss-alert .rss-items .rss-item {
      list-style: none;
      line-height: 1em;
      font-size: 17px;
      font-weight: bold;
      color: #fff;
      margin: 0;
      padding: 15px 30px; }
      .rss-box-rss-alert .rss-items .rss-item:before {
        font-family: FontAwesome;
        content: "\f071";
        color: #EAAA00;
        font-size: 24px;
        margin-right: 10px;
        position: relative;
        top: 1px; }
    .rss-box-rss-alert .rss-items a.rss-item, .rss-box-rss-alert .rss-items .rss-item br {
      display: none;
      line-height: 0;
      font-size: 0; }

.faq-list {
  font-size: 16px; }
  .faq-list .question-wrap {
    padding: 10px 20px 5px 20px;
clear: both;}
    .faq-list .question-wrap .question {
      transition: all 275ms ease-in-out;
      position: relative;
      top: 0;
      left: 0; }
    .faq-list .question-wrap .fa-arrow-circle-o-down {
      font-size: 30px;
      position: relative;
      float: right;
      top: -3px;
      right: -10px;
      color: #aaa;
      transform: none;
      transition: all 275ms ease-in-out; }
  .faq-list .active .question-wrap .question {
    top: 13px;
    left: 10px;
    font-size: 17px; }
  .faq-list .active .question-wrap .fa-arrow-circle-o-down {
    transform: rotate(180deg); }
  .faq-list .answer {
    padding: 10px 30px; }
  .faq-list hr {
    border: 0px;
    color: #bbb;
    background: #bbb;
    margin: 15px -30px 25px -30px;
    height: 1px; }
  .faq-list [data-collapse=m-collapse] {
    margin: 0;
    font-weight: bold;
    cursor: pointer; }
  .faq-list .minimalist-collapse {
    padding-left: 0; }
  .faq-list .m-actived, .faq-list .m-result.shadow-effect:hover, .faq-list .active.shadow-effect {
    box-shadow: 0 0 5px #d9d9d9;
    z-index: 2; }
  .faq-list .m-result {
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    display: block;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out; }
  .faq-list .m-collapse {
    display: none; }
  .faq-list .active.content-focus {
    margin: 12px 0; }
  .faq-list .note {
    font-size: 16px;
    opacity: 0.8; }
    .faq-list .note .callout-box__content {
      background: #f0eded;
      padding: 20px 30px 5px 25px; }
      .faq-list .note .callout-box__content p {
        padding: 0 0 15px 0;
        margin: 0; }
      .faq-list .note .callout-box__content .fa-exclamation-circle {
        font-size: 32px;
        color: #4097DB;
        margin-right: 10px;
        top: -4px;
        position: relative;
        line-height: 32px;
        float: left; }

.faq-list .question {
            max-width: 96%;
            display: block;
    float: left;
         }

#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxWrapper {
  max-width: none;
  background-color: #FFF; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  border: 1px solid #2a4b7b; }

#colorbox,
#cboxContent,
#cboxLoadedContent {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

#cboxOverlay {
  background: #fff; }

#colorbox {
  outline: 0; }
  #colorbox * {
    box-sizing: border-box; }
  #colorbox .opers-glossary-term {
    background-color: transparent;
    color: #4097DB;
    text-decoration: underline; }

/*
So Colorbox's sizing functionality relies heavily on the width of the element, and its own internal 3x3 sizing is wonky (and sort of ridiculous).  In order to modify the borders/make the glossary popups a bit more attractive, I tried fiddling with the width/overflow, but it was having inadvertent side effects (shuffling content, reordering the 3x3 boxes, etc).  I eventually settled on applying a negative margin on each of the side elements, equal to the border-width.  *shrug*

I am not a huge fan of colorbox.

-Zack

*/
#cboxTopLeft {
  width: 25px;
  height: 25px;
  margin-bottom: -1px;
  margin-right: -1px;
  border-left: 1px solid #2a4b7b;
  border-top: 1px solid #2a4b7b;
  border-top-left-radius: 4px; }

#cboxTopCenter {
  height: 25px;
  margin-bottom: -1px;
  border-top: 1px solid #2a4b7b; }

#cboxTopRight {
  width: 25px;
  height: 25px;
  margin-bottom: -1px;
  margin-left: -1px;
  border-top: 1px solid #2a4b7b;
  border-right: 1px solid #2a4b7b;
  border-top-right-radius: 4px; }

#cboxBottomLeft {
  width: 25px;
  height: 25px;
  margin-top: -1px;
  margin-right: -1px;
  border-left: 1px solid #2a4b7b;
  border-bottom: 1px solid #2a4b7b;
  border-bottom-left-radius: 4px; }

#cboxBottomCenter {
  height: 25px;
  margin-top: -1px;
  border-bottom: 1px solid #2a4b7b; }

#cboxBottomRight {
  width: 25px;
  height: 25px;
  margin-top: -1px;
  margin-left: -1px;
  border-right: 1px solid #2a4b7b;
  border-bottom: 1px solid #2a4b7b;
  border-bottom-right-radius: 4px; }

#cboxMiddleLeft {
  width: 25px;
  margin-right: -1px;
  border-left: 1px solid #2a4b7b; }

#cboxMiddleRight {
  width: 25px;
  margin-left: -1px;
  border-right: 1px solid #2a4b7b; }

#cboxContent {
  background: #fff;
  overflow: hidden; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  margin-bottom: 60px; }

#cboxTitle {
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999; }

#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 100px;
  color: #999; }

#cboxLoadingOverlay {
  background: #fff url(images/loading.gif) no-repeat 5px 5px; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  bottom: 0px;
  right: 42px;
  color: #444; }

#cboxPrevious {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #444; }

#cboxNext {
  position: absolute;
  bottom: 0px;
  left: 63px;
  color: #444; }

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  color: #444;
  border-radius: 4px;
  font-size: 16px;
  padding: .25em 1em;
  background-color: #f5f7fa;
  font-weight: 600;
  color: #8fa5c7;
  border: 1px solid #89a1c4; }
  #cboxClose:hover {
    color: #6d8ab6; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("./libraries/fontawesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("./libraries/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("./libraries/fontawesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("./libraries/fontawesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("./libraries/fontawesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("./libraries/fontawesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.content-wrap .video {
  margin: 0 auto;
  text-align: center; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

main ul.check-list, .check-list {
    list-style: none;
    padding-left: 2em;
}

.check-list li:before {
    content: "\f046";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: green;
    font-size: 1.3em;
    top: .1em;
    position: relative;
}

.check-list li {
    padding-left: 1.3em;
    margin-bottom: .35em;
}

.check-list li ul li:before {
    content: "";
    padding-left: 0.6em;
}

.check-list.bigger li {
    padding-left: 1.3em;
    font-size: 1.05em;
    margin-bottom: .5em !important;
}

.check-list li ul {
    margin-top: 0.5em;
}

.check-list li ul li {
    padding-left: 0.6em;
    margin-left: 0.1em;
}

.topic.light-blue, .check-list.light-blue li:before {
    color: #0097db;
}

.topic.blue, .check-list.blue li:before {
    color: #386c9c;
}

.topic.dark-blue, .check-list.topic.dark-blue li:before {
    color: #283266;
}

.topic.purple, .check-list.purple li:before {
    color: #6e7dba;
}

.topic.dark-purple, .check-list.dark-purple li:before {
    color: #5317a3;
}

.topic.red, .check-list.red li:before {
    color: #ee5340;
}

.topic.orange, .check-list.orange li:before {
    color: #f6a800;
}

.topic.teal, .check-list.teal li:before {
    color: #007a8a;
}

.topic.light-green, .check-list.light-green li:before {
    color: #bbdd9b;
}


.topic.green, .check-list.green li:before {
    color: #77be4e;
}

.topic.tan, .check-list.tan li:before {
    color: #b99963;
}

 .link-list {
    list-style: none;
}

.link-list li:before {
    content: "\f061";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: green;
    font-size: 1em;
    position: relative;
    left: .1em;
}

.topic.light-blue, .link-list.light-blue li:before {
    color: #0097db;
}

.topic.blue, .link-list.blue li:before {
    color: #386c9c;
}

.topic.dark-blue, .link-list.topic.dark-blue li:before {
    color: #283266;
}

.topic.purple, .link-list.purple li:before {
    color: #6e7dba;
}

.topic.dark-purple, .link-list.dark-purple li:before {
    color: #5317a3;
}


.topic.red, .link-list.red li:before {
    color: #ee5340;
}

.topic.orange, .link-list.orange li:before {
    color: #f6a800;
}

.topic.teal, .link-list.teal li:before {
    color: #007a8a;
}

.topic.light-green, .link-list.light-green li:before {
    color: #bbdd9b;
}


.topic.green, .link-list.green li:before {
    color: #77be4e;
}

.topic.tan, .link-list.tan li:before {
    color: #b99963;
}

.topic.tan, .link-list.dark-purple li:before {
    color: #5317a3;
}

.foot-note {
    font-size: 0.7em;
    font-style: italic;
}


@media only screen and (min-width: 992px) {
  .content-wrap *:not(.content--full-width) .stretch-width {
    width: 110%; } }
@media only screen and (min-width: 768px) {
  .content-wrap *:not(.content--full-width) .stretch-width {
    width: 108%; } }
.content-wrap .content--full-width .stretch-width {
  width: 100%; }

.opers-tooltip {
  font-size: 1.5em !important;
  font-family: "open-sans-n4", "open-sans", Arial, Helvetica, sans-serif;
  background: rgba(255, 255, 255, 0.85) !important;
  border-radius: 5px !important;
  color: #003f87 !important;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important; }

figure figcaption {
  font-size: 13px;
  font-style: italic;
  color: #73859e; }
  figure figcaption p {
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    margin-bottom: 5px; }

.note-text {
  font-size: 14px;
  background-color: #e3f0fa;
  border: 1px dashed #abd1ef;
  box-shadow: 2px 3px 0px rgba(0, 0, 0, 0.2);
  padding: .5em 1.25em;
  margin-bottom: .75em; }
  .note-text h1:first-child,
  .note-text h2:first-child,
  .note-text h3:first-child,
  .note-text h4:first-child {
    margin-top: .25em; }

.opers-form {
  border-radius: 5px;
  padding: 10px 20px 20px;
  background-color: #e2eaf5;
  margin: 20px 0; }
  .opers-form .innersurvey {
    background-color: #bccee8;
    padding: 15px 10px;
    border-radius: 3px; }
    .opers-form .innersurvey label {
      font-weight: bold; }
    .opers-form .innersurvey label {
      text-align: right;
      font-weight: bold;
      width: 180px;
      display: inline-block;
      padding-right: 5px; }
      .opers-form .innersurvey label.full-width {
        width: 100%;
        text-align: left; }
      .opers-form .innersurvey label.error {
        width: auto;
        padding-left: 185px;
        align: left;
        font-weight: normal;
        font-style: italic;
        font: red;
        border: none; }
    .opers-form .innersurvey input.error {
      border: dashed 1px black;
      background-color: #FF9191; }
  .opers-form .multichoice {
    margin-bottom: 25px; }
    .opers-form .multichoice .multichoice-prompt {
      display: block;
      font-weight: bold;
      border-bottom: 1px solid black;
      margin-bottom: 5px;
      padding-bottom: 5px; }
    .opers-form .multichoice label {
      font-weight: normal;
      display: block;
      margin-bottom: 5px; }
  .opers-form .requiredtext {
    font-size: 10px;
    color: #EB4145;
    font-weight: bold; }

.seminarredbox {
  padding: 1em;
  border: 1px solid #89a1c4;
  background-color: #f5f7fa; }
  .seminarredbox h3 {
    margin-top: .25em; }
  .seminarredbox a {
    font-weight: 700; }
  .seminarredbox .fa-stack-2x {
    color: #2a4b7b; }
  .seminarredbox .fa-stack-1x {
    color: #fff; }

table.seminartable {
  width: 100%; }
  table.seminartable td {
    text-align: center; }

.webinartable {
  width: 100%; }
  .webinartable tr {
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    text-align: center;
    border: 1px solid #ccc;
    border-collapse: collapse; }
    .webinartable tr:hover td {
      background-color: #D9E1EC; }
    .webinartable tr th, .webinartable tr td {
      font-weight: bold;
      padding: 5px; }
    .webinartable tr td {
      padding: 7px 3px; }

.content-wrap {
  font-size: 1.6em;
  background: #FFF;
  max-width: 1200px;
  margin: 175px auto 1em;
  position: relative; }
  @media only screen and (max-width: 1080px) {
    .content-wrap {
      margin-top: 100px !important; } }
  @media only screen and (max-width: 992px) {
    .content-wrap {
      padding-left: 0px;
      padding-right: 0px; } }

.hero + .content-wrap {
  margin-top: 1em; }

.skip-to-content {
  position: absolute;
  height: 0;
  width: 0;
  overflow: hidden; }
  .skip-to-content:focus {
    width: auto;
    height: auto;
    background: #FFF;
    font-size: 16px;
    color: #2a4b7b;
    padding: 2px 10px;
    position: absolute;
    z-index: 10;
    text-decoration: none;
    font-weight: 500;
    box-shadow: 1px 2px rgba(0, 0, 0, 0.3); }

main,
#contentstart {
  padding-top: 10px;
  padding-bottom: 150px;
  background: #FFF; }
  main.content--full-width aside,
  #contentstart.content--full-width aside {
    right: 0 !important; }

.spacer {
  clear: both; }

div.collapse {
  margin-bottom: 20px; }
  div.collapse p {
    margin-top: 10px; }
  div.collapse > div {
    padding: 5px 5px 5px 20px;
    margin-top: 0px;
    margin-left: 20px; }
    div.collapse > div h3:first-child {
      margin-top: .25em; }
  div.collapse div:focus {
    outline: none; }

.library .library__category-title {
  font-size: 30px;
  font-style: italic;
  color: #96c6eb;
  display: block;
  margin: 1.5em auto;
  padding: 1em 0;
  border-top: 1px solid #96c6eb;
  border-bottom: 1px solid #96c6eb; }
.library .library__item {
  display: flex;
  align-items: center; }
  .library .library__item__content {
    flex: 5;
    padding-right: 1em; }
    .library .library__item__content h2:first-child {
      margin-top: 0px;
      padding-top: 0px; }
    .library .library__item__content a:first-of-type {
      margin-top: 1em; }
  .library .library__item__img img {
    width: 100%;
    margin: 0 0 0 30px;
    max-width: 250px;
    border-radius: 10px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3); }
.library hr {
  margin: 4em auto; }

.dc-disclaimer {
  border-top: 1px solid #4097DB;
  font-size: 14px;
  font-style: italic;
  margin-top: 6em;
  padding: 2em 0 0; }

/* ViaBenefits: /healthcare/plan-options/ViaBenefits/index.shtml */
.via-benefits .content-wrap .flex-item aside {
  margin-top: 30px; }
@media only screen and (max-width: 728px) {
  .via-benefits .flex-wrapper .flex-5 {
    width: 100%;
    display: block;
    margin-top: 0; }
    .via-benefits .flex-wrapper .flex-5.videos {
      margin: -20px auto 0 auto; } }
@media only screen and (max-width: 539px) {
  .via-benefits .flex-wrapper .flex-5.videos {
    width: 96%; } }
@media only screen and (min-width: 540px) and (max-width: 728px) {
  .via-benefits .flex-wrapper .flex-5.videos {
    width: 80%; } }

/* Financial landing page: /investments/defined-contribution/fund-info.shtml */
.fund-info h3.nav-sim {
  padding: 1em 0;
  font-weight: 600;
  color: #6baee3;
  text-transform: uppercase;
  font-size: 16px;
  border-bottom: 1px solid #abd1ef;
  letter-spacing: 1px;
  margin-top: .5em;
  margin-right: 30px; }

.fund-info .masthead {
  display: none; }

.vendors .top:after {
  content: '';
  clear: both;
  display: table;
  height: 0px; }
.vendors .canceled {
  opacity: .65; }
.vendors .intro {
  box-sizing: border-box; }
.vendors .callout {
  border: 1px solid #ddd;
  background: #f7f7f7;
  padding: 0 20px 15px 20px;
  box-sizing: border-box;
  box-shadow: 0 0 3px #ddd; }
  .vendors .callout h3 {
    margin: 0 -21px 15px -21px;
    padding: 5px 10px;
    background: #2a4b7b;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center; }
  .vendors .callout ul {
    margin: 0;
    padding: 0 0 3px 0; }
  .vendors .callout li {
    margin: 8px 0 0 0;
    padding: 0 0 0 13px;
    list-style: none;
    position: relative; }
    .vendors .callout li:before {
      content: '\0203A';
      font-size: 27px;
      color: #2a4b7b;
      position: absolute;
      left: 0;
      top: -10px; }
    .vendors .callout li:after {
      content: '';
      clear: both;
      display: block; }
    .vendors .callout li .fa {
      font-size: 0.9em;
      position: relative;
      top: -1px; }
  .vendors .callout.right {
    margin-top: 20px; }
.vendors hr {
  margin-top: 4em; }
.vendors .filter-input {
  padding: 3px 15px;
  width: 100%;
  background: #F2F9FF;
  border: 1px solid #ccc; }

.rfp-search {
  position: relative; }
  .rfp-search .clear-field {
    display: none;
    position: absolute;
    right: 5px;
    top: 4px;
    background: #999;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold; }
    .rfp-search .clear-field:hover {
      background: #C3C3C3; }
    .rfp-search .clear-field a {
      color: #fff;
      display: block;
      padding: 4px 0 0 7px;
      height: 24px;
      width: 24px;
      box-sizing: border-box;
      text-decoration: none !important; }
    .rfp-search .clear-field.on {
      display: block; }

@media only screen and (max-width: 550px) {
  .vendors .rfptable {
    font-size: .8em; } }
@media only screen and (min-width: 768px) {
  .vendors .intro {
    box-sizing: border-box;
    width: calc(100% - 370px);
    float: left; }
  .vendors .callout {
    width: 325px; }
    .vendors .callout.right {
      float: right;
      margin: 50px 0 20px 0; } }
.cancelled {
  border-color: #999 !important;
  color: #888; }
  .cancelled .table-head {
    background-color: #999 !important; }
  .cancelled .table-subhead td {
    border-color: #999 !important; }
  .cancelled .rfp-description {
    opacity: 0.6;
    color: red;
    font-weight: bold;
    text-align: center; }

.get-ready .library .library__item {
  display: block; }
  .get-ready .library .library__item .library__item__content {
    flex: none;
    padding-right: 0; }
.get-ready .library .cal-view, .get-ready .library .cal-view * {
  height: 0;
  opacity: 0;
  transition: all .4s ease; }
.get-ready .library .cal-view.on, .get-ready .library .cal-view.on * {
  height: auto;
  opacity: 1; }
.get-ready .library .cal-view.on {
  width: 100%;
  height: auto;
  margin-top: 20px; }
.get-ready .library .list-view, .get-ready .library .list-view * {
  height: 0;
  opacity: 0;
  transition: all .4s ease; }
.get-ready .library .list-view, .get-ready .library .list-view * {
  height: 0;
  opacity: 0;
  transition: all .4s ease; }
.get-ready .library .list-view.on, .get-ready .library .list-view.on * {
  height: auto;
  opacity: 1; }
.get-ready .library .swap-buttons {
  margin: 35px auto 20px auto;
  text-align: center; }
.get-ready .library .swap-btn {
  border: none;
  background: #3b5d90;
  color: #fff;
  width: 150px;
  text-align: center;
  font-weight: 700;
  padding: 5px 10px;
  transition: all .3s ease; }
.get-ready .library .swap-btn:focus {
  border: none; }
.get-ready .library .swap-btn.cal {
  margin-right: 1px; }
.get-ready .library .swap-btn:hover {
  background: #122e56; }
.get-ready .library .swap-btn.on {
  background: #122e56;
  cursor: default; }
.get-ready .library .opers-table.text-center th, .get-ready .library table.text-center.rfptable th {
  background: #2573b0; }
.get-ready .library .cal-view {
  margin-bottom: -400px; }
.get-ready .library .list-view {
  margin-bottom: -300px; }
.get-ready .top {
  text-align: right;
  margin: 20px 0 0 0;
  padding: 0;
  color: #0061da;
  clear: both; }
.get-ready .callout {
  font-size: 15px;
  font-style: italic;
  border-left: 2px solid rgba(64, 151, 215, 0.25);
  padding: 10px 0 10px 20px;
  margin: 45px 0 45px 40px; }
  .get-ready .callout .fa {
    float: left;
    color: #d8c334;
    font-size: 45px;
    margin: 10px 15px 10px 0; }

.callout-box--blue.get-ready-topics .callout-box__content {
  border: none;
  margin-top: 70px; }
  .callout-box--blue.get-ready-topics .callout-box__content h4 {
    line-height: 1.45em; }
  .callout-box--blue.get-ready-topics .callout-box__content ul {
    margin-top: 1.25em;
    margin-bottom: 0; }
    .callout-box--blue.get-ready-topics .callout-box__content ul li {
      line-height: 1.5em;
      padding-left: 13px;
      position: relative; }
      .callout-box--blue.get-ready-topics .callout-box__content ul li:before {
        position: absolute;
        left: 0;
        top: -2px;
        content: '\203A ';
        font-size: 24px;
        opacity: 0.8; }
  .callout-box--blue.get-ready-topics .callout-box__content .row div {
    border-left: 1px solid #eee;
    padding-left: 50px;
    box-sizing: border-box;
    min-height: 160px; }
    .callout-box--blue.get-ready-topics .callout-box__content .row div:first-child {
      border-left: none;
      padding-left: 0; }

@media only screen and (max-width: 767px) {
  main.get-ready {
    padding-left: 30px !important;
    padding-right: 30px !important; }
    main.get-ready h1 small {
      line-height: 1.6em; }

  .callout-box--blue.get-ready-topics .callout-box__content {
    border: none;
    margin-top: 40px; }
    .callout-box--blue.get-ready-topics .callout-box__content .row div {
      border-left: none;
      padding-left: 0;
      box-sizing: border-box;
      min-height: 0;
      padding-top: 30px; }
      .callout-box--blue.get-ready-topics .callout-box__content .row div:first-child {
        padding-top: 0; } }
.contact-page .lede {
  color: #777;
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0; }
  .contact-page .lede span {
    color: #555; }
.contact-page h2 {
  line-height: 1em; }
.contact-page h3.phone {
  margin-top: 0;
  line-height: 1em;
  color: #446594; }
.contact-page h4, .contact-page * + h4 {
  font-size: 1.7rem;
  margin: 1.3em 0 .5em 0; }
.contact-page .phone a, .contact-page .phone a:visited, .contact-page .phone a:hover {
  color: #225fb7;
  text-decoration: none; }
.contact-page .phone a:active {
  color: #0061da; }
.contact-page hr {
  margin: 0 0 30px 0;
  padding: 0;
  opacity: 0.7; }
.contact-page a .fa {
  color: #1361c1;
  opacity: 0.9;
  margin-right: 10px; }
  .contact-page a .fa.fa-linkedin, .contact-page a .fa.fa-twitter {
    margin-right: 5px; }
.contact-page a:hover .fa {
  color: #2a4b7b; }
.contact-page ul {
  margin: 1em .75em 0 0; }
.contact-page li:last-child {
  margin-bottom: 0; }
.contact-page .fa-exclamation-triangle {
  color: #DAC40C;
  font-size: 1.4em;
  position: relative;
  top: 1px; }
.contact-page h4 > .fa-exclamation-triangle {
  top: 2px; }
.contact-page .link-arrow {
  margin-left: 5px;
  font-size: 1.1em;
  position: relative;
  top: 1px; }
.contact-page .social-icons {
  padding-bottom: 5px; }
.contact-page .holidays-table {
  border-collapse: collapse;
  border: 1px solid #ddd;
  border-bottom: 3px solid #ccc;
  width: 100%; }
  .contact-page .holidays-table th {
    text-align: left;
    padding: 5px 10px;
    color: #fff;
    background: #89a1c4;
    font-size: 15px;
    font-weight: 600; }
  .contact-page .holidays-table td {
    text-align: left;
    padding: 5px 10px;
    font-size: 15px; }
  .contact-page .holidays-table tr:nth-child(odd) {
    background: #eaf1fc; }
.contact-page .map-container {
  position: relative;
  width: 100%;
  z-index: 5;
  padding-top: 7px; }
  .contact-page .map-container .map-wrapper {
    min-height: 400px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }
  .contact-page .map-container .map-label {
    width: 100%;
    padding: 10px 30px;
    margin: 0;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    border-top: 1px solid rgba(150, 150, 150, 0.85);
    z-index: 10; }
  .contact-page .map-container .map-link {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 10px;
    bottom: 13px;
    z-index: 10;
    display: inline-block;
    font-size: 13px; }
  .contact-page .map-container .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
    bottom: 250px !important; }
.contact-page .short-date {
  display: none; }
@media (min-width: 1px) and (max-width: 479px) {
  .contact-page .map-container .map-label {
    font-size: 13px;
    padding: 10px 15px; }
  .contact-page .map-container .map-link {
    right: -5px;
    bottom: -25px; } }
@media (min-width: 768px) {
  .contact-page .contact-content-wrap {
    display: flex; }
  .contact-page .contact-left {
    width: calc(60% - 100px);
    margin-right: 100px;
    padding-left: 0;
    padding-right: 0; }
  .contact-page .contact-right {
    width: 40%;
    padding-left: 0;
    padding-right: 0; } }
@media (min-width: 769px) and (max-width: 1199px) {
  .contact-page .map-container .map-label {
    font-size: 13px;
    padding: 10px 15px; }
  .contact-page .map-container .map-link {
    right: -5px;
    bottom: -25px; } }
@media (min-width: 1px) and (max-width: 539px) {
  .contact-page .long-date {
    display: none; }
  .contact-page .short-date {
    display: table-cell; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .contact-page .long-date {
    display: none; }
  .contact-page .short-date {
    display: table-cell; } }

@media print {
  .site-header__wrap {
    display: none !important; }

  .lefthandnav,
  .side-nav {
    display: none !important; }

  .hero__wrap {
    display: none !important; }

  footer {
    display: none; }

  .masthead {
    display: none; }

  .intro-banner {
    margin-bottom: 20px; }
    .intro-banner .intro-banner__img {
      display: none; }
    .intro-banner .intro-banner__content {
      width: 100%;
      top: 0px; }

  .careers__teams div a {
    padding: 1em 0; }

  hr {
    background-color: none;
    border-bottom: 2px solid #CCC; }

  a {
    text-decoration: underline; }

  table {
    border: 1px solid black;
    border-collapse: collapse; }

  main aside {
    border: 1px solid black; }

  .callout-box__title {
    border-color: black;
    border-style: solid;
    border-left-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px; }

  h1 {
    margin: 1em 0 .75em; }

  .ui-accordion-content {
    display: block !important; }

  * + h1 {
    margin: .75em 0; } }


/* SPICE IMAGES */

.spice-img.round {
    float: right;
    width: 250px;
    height: auto;
    border-radius: 50%;
    border-width: 7px;
    margin: 15px 0 15px 25px;
    opacity: 0.6;
}

.columns .row.doc-cover-images {
    margin-top: 30px;
}

.doc-cover-images img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 0 2px #000;
}

.doc-cover-images small {
    font-size: 14px;
    line-height: 16px !important;
    display: block;
    text-align: center;
    margin-top: 7px;
}

/* SECTION TOPICS */

.topic {
    border-style: solid;
}

.topic.light-blue {
    color: #0097db;
    border-color: #0097db;
}

.topic.blue {
    color: #386c9c;
    border-color: #386c9c;
}

.topic.dark-blue {
    color: #283266;
    border-color: #283266;
}

.topic.purple {
    color: #6e7dba;
    border-color: #6e7dba;
}

.topic.dark-purple {
    color: #5317a3;
    border-color: #5317a3;
}

.topic.red {
    color: #ee5340;
    border-color: #ee5340;
}

.topic.orange {
    color: #f6a800;
    border-color: #f6a800;
}

.topic.teal {
    color: #007a8a;
    border-color: #007a8a;
}

.topic.light-green {
    color: #e0efd2;
    border-color: #c3ddab;
}


.topic.green {
    color: #77be4e;
    border-color: #77be4e;
}

.topic.tan {
    color: #b99963;
    border-color: #b99963;
}


.side-nav.new li.topic {
    border-left-width: 2px;
    border-left-style: solid;
}

.lefthandnav ul li.active.topic > ul, .side-nav ul li.active.topic > ul {
    border-left: none;
}


.return-to-top {
    text-align: right;
    margin: 20px 0;
    padding: 5px 0;
}


h1.topic, h2.topic {
    border-bottom-width:3px;
    color: #2a4b7b !important;
    padding-bottom: 10px;
}

.alert-banner.topic {
    border-left-width: 8px !important;
}

.alert-banner.topic div {
    padding-top: 7px;
}

.alert-banner.topic img {
    width: calc(100% - 15px);
    margin-left: 15px;
}

@media (max-width: 768px) {
    .alert-banner.topic {
        width: 50%;
    }
    
    .col-xs-12 {
        margin: 15px auto;
        text-align: center;
    }
    
    .alert-banner.topic img {
        width: 75%;
        margin-left: 0;
    }
    
    #pre-medicare-button, #medicare-button {
        display: block;
        margin: 15px auto;
        width: 75%;
    }
    
}

@media (max-width: 540px) {
    
    .alert-banner.topic {
        /*background-color: transparent !important;
        border-color: transparent !important;*/
        border-left-width: 2px !important;
        font-size: 1.1em;
        padding-left: 15px;
        padding-right: 14px;
    }
    .alert-banner.topic p {
        margin: 0;
        padding: 0;
    }
    
    p.extra-top {
        padding-top: 0;
    }
    
    #pre-medicare-button, #medicare-button {
        width: 90%;
    }
    
}


.alert-banner.alert-banner.topic, .highlight.topic {
    background-color: rgba(0, 151, 219, .01);
    color: #000;
}

.alert-banner.topic.blue, .highlight.topic.blue {
    background-color: rgba(0, 151, 219, .01);
    color: #000;
}
.alert-banner.topic.light-blue, .highlight.topic.light-blue {
    background-color: rgba(0, 151, 219, 0.1);
    color: #000;
}

.alert-banner.topic.dark-blue, .highlight.topic.dark-blue {
    background-color: rgba(40, 50, 102, 0.1);
    color: #000;
}

.alert-banner.topic.purple, .highlight.topic.purple {
    background-color: rgba(110, 125, 186, 0.1);
    color: #000;
}

.alert-banner.topic.dark-purple, .highlight.topic.dark-purple {
    background-color: rgba(83, 23, 163, 0.1);
    color: #000;
}

.alert-banner.topic.red, .highlight.topic.red {
    background-color: rgba(238, 83, 64, 0.1);
    color: #000;
}

.alert-banner.topic.orange, .highlight.topic.orange {
    background-color: rgba(246, 168, 0, 0.1);
    color: #000;
}

.alert-banner.topic.teal, .highlight.topic.teal {
    background-color: rgba(0, 122, 138, 0.1);
    color: #000;
}

.alert-banner.alert-banner.topic.light-green, .highlighttopic.light-green {
    background-color: rgba(224, 239, 210, 0.4);
    color: #000;
}

.alert-banner.topic.green, .highlight.topic.green {
    background-color: rgba(119, 190, 78, 0.1);
    color: #000;
}

.alert-banner.topic.tan, .highlight.topic.tan {
    background-color: rgba(185, 153, 99, 0.15);
    color: #000;
}

.chunk {
    padding: 15px 25px;
    border-radius: 10px;
    position: relative;
}

.chunk * {
    z-index: 20;
    position: relative;
}

.chunk .icon {
    position: absolute;
    font-size: 180px;
    top: -15px;
    right: -15px;
    color: #fff;
    opacity: 0.5;
    z-index: 10;
}

.highlight.topic.blue.chunk .icon {
    opacity: 0.5;
}
.highlight.topic.light-blue.chunk .icon {
    opacity: 0.8;
}

.highlight.topic.dark-blue.chunk .icon {
    opacity: 0.5;
}

.highlight.topic.purple.chunk .icon {
    opacity: 0.5;
}

.highlight.topic.dark-purple.chunk .icon {
    opacity: 0.5;
}

.highlight.topic.red.chunk .icon {
    opacity: 0.5;
}

.highlight.topic.orange.chunk .icon {
    opacity: 0.5;
}

.highlight.topic.teal.chunk .icon {
    opacity: 0.5;
}

.highlighttopic.light-green.chunk .icon {
    opacity: 0.95;
}

.highlight.topic.green.chunk .icon {
    opacity: 0.8;
}

.highlighttopic.tav.chunk .icon {
    opacity: 0.75;
}

.chunk ul {
    margin-bottom: 0;
}

.vision-dental .chunk {
    margin-top: 45px;
}

.vision-dental .chunk .icon {
    top: -35px;
    right: -25px;
}

.vision-dental .chunk .icon {
    background-image: url("/art/icons/faq-stylized.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 100px;
    width: 120px;
}

.alert-banner.topic.blue .alert-banner__icon {
    background-color: rgba(0, 151, 219, 0.4);
}
.alert-banner.topic.light-blue .alert-banner__icon {
    background-color: rgba(0, 151, 219, 0.4);
}

.alert-banner.topic.dark-blue .alert-banner__icon {
    background-color: rgba(40, 50, 102, 0.4);
}

.alert-banner.topic.purple .alert-banner__icon {
    background-color: rgba(110, 125, 186, 0.4);
}

.alert-banner.topic.dark-purple .alert-banner__icon {
    background-color: rgba(83, 23, 163, 0.4);
}

.alert-banner.topic.red .alert-banner__icon {
    background-color: rgba(238, 83, 64, 0.4);
}

.alert-banner.topic.orange .alert-banner__icon {
    background-color: rgba(246, 168, 0, 0.4);
}

.alert-banner.topic.tea .alert-banner__iconl {
    background-color: rgba(0, 122, 138, 0.4);

}

.alert-banner.alert-banner.topic.light-green .alert-banner__icon {
    background-color: rgba(224, 239, 210, 0.6);
}

.alert-banner.topic.green .alert-banner__icon {
    background-color: rgba(119, 190, 78, 0.4);
}

.alert-banner.topic.tan .alert-banner__icon {
    background-color: rgba(185, 153, 99, 0.6);
}



/* @@@ SECTION AND PAGE SPECIFIC @@@ */

/* webinar handouts */

h3.handout-title {
	margin-top: 1em;
}

.webinar-handouts{
			clear: both;
		}
			.handout-item {
				float: left;
				width: 225px;
				margin-top: 20px;
				position: relative;
			}
				.item-thumb {
					border-radius: 4px;
					box-shadow: 3px 3px 0 #ddd;
					border: 1px solid #ddd;
					width: calc(100% - 25px);
					height: auto;
					box-sizing: border-box;
					opacity: 0.85;
					outline: none;
				}
				.item-link {
					position: absolute;
					top: 45%;
					left: 0;
					margin: 0;
					padding: 0;
					width: calc(100% - 25px);
					box-sizing: border-box;
					text-align: center;
					font-size: 13px;
					color: #fff;
				}
		
					.item-link a, .item-link a:hover, .item-link a:visited {
						color: #fff;
						text-decoration: none;
						display: block;
						padding: 3px 10px;
						background: rgba(0,0,0,0.7);
						transition: all 0.3s ease;
					}

					.item-link a:hover {
						background: rgba(0,0,0,0.85);
					}

					.handout-item .item-thumb:hover + .item-link a {
						background: rgba(0,0,0,0.85);
					}


/* HEALTH CARE */

        
.health-care-page.has-alert .lefthandnav, .health-care-page.has-alert .side-nav {
    margin-top: 20px !important;
}

.health-care-page .side-nav, .health-care-page .lefthandnav {
    margin-bottom: 30px;
}

.health-care #contentstart {
    padding-right: 0 !important;
}

.content-wrap.connector #contentstart {
    min-height: 900px;
}

.connector .return-to-top {
    border-bottom-width: 1px;
}

.topic.next-button {
    border-top-width: 1px;
    margin-top: 2.8em;
    padding-top: 3.2em;
}

.content-wrap .button-set .opers-button {
    margin: 0 10px;
}

.content-wrap .button-set .opers-button:first-child {
    margin-left: 0;
}

.content-wrap .button-set .opers-button:last-child {
    margin-right: 0;
}

/* connector */

.fading-content {
    transition: max-height 1s linear, margin-top 0.4s ease, opacity 0.5s ease;
    padding: 0;
    margin-top: 0;
}

.fading-content.off * {
    height: 0;
    padding: 0;
    margin: 0;
}

.fading-content.off {
    opacity: 0;
}

.fading-content.on {
    height: auto;
    max-height: 10000px;
    opacity: 1;
    margin-top: 30px;
}

.fade-out {
    opacity: 0 !important;
}

.display-off {
    display: none !important;
}

.display-on {
    display: initial !important;
}


.via-logo {
    margin-top: 27px;
}

.aetna-logo {
    margin-top: 23px;
}

.metlife-logo {
    margin-top: 23px;
}

.chart-note {
    font-size: 13px;
    font-style: italic;
    display: block;
    margin-top: 5px;
}


@media (max-width: 540px) {
    .via-logo, .aetna-logo {
        margin-top: 0px;
     }
    
    .via-callout {
        font-size: 15px !important;
    }
}

@media (min-width: 768px) {
    .aetna-info-callout .col-sm-3.aetna-info-contact {
        width: 20%;
    }

    .aetna-info-callout .col-sm-6.aetna-info-note {
        width: 54%;
    }
}

ul.play-list {
		list-style: none;
	}
	
ul.play-list li::before {
	font-family: "FontAwesome";
	content: "\f01d";
	position: relative;
    left: -1em;
	margin-left: -1em;
}

ul.play-list li::before {
	font-family: "FontAwesome";
	content: "\f01d";
	position: relative;
    left: -0.5em;
	margin-left: -0.9em;
	color: #3762a1;
}