@charset "UTF-8";
/*
This is the mixin to style the <li> or other list tag as a table-cell
 */
/*
This is the mixin to style the <ul> or other list tag
 */
@import url("//hello.myfonts.net/count/339e09");
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px; }

.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
  opacity: .7; }

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important; }

/* crit:start */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

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: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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 {
  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"] {
  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;
  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; }

* {
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  font-size: 0.625rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  color: #45494B;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #492BA6;
  text-decoration: none; }
  a:hover, a:focus {
    color: #492BA6;
    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-thumbnail {
  padding: 4px;
  line-height: 1.6;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.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; }

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 25px;
  margin-bottom: 12.5px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 52px;
  font-size: 3.25rem; }

h2, .h2 {
  font-size: 42px;
  font-size: 2.625rem; }

h3, .h3 {
  font-size: 30px;
  font-size: 1.875rem; }

h4, .h4 {
  font-size: 24px;
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 20px;
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 17px;
  font-size: 1.0625rem; }

p {
  margin: 0 0 12.5px; }

.lead {
  margin-bottom: 25px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px;
      font-size: 1.5rem; } }

small,
.small {
  font-size: 87%; }

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3; }

.text-left {
  text-align: left; }

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

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

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 25px; }

dt,
dd {
  line-height: 1.6; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " "; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 20px;
  font-size: 1.25rem;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.6;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: "\2014 \00A0"; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ""; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: "\00A0 \2014"; }

address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.6; }

/* crit:end */
/* crit:start */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container:before, .container:after {
    display: table;
    content: " "; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: " "; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-right: -15px;
  margin-left: -15px; }
  .row:before, .row:after {
    display: table;
    content: " "; }
  .row:after {
    clear: both; }

.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, .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, .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, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

/* crit:end */
/* crit:start */
.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 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

/* crit:end */
.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  /* crit:start */
  .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, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  /* crit:end */
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  /* crit:start */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  /* crit:end */
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  /* crit:start */
  .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-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  /* crit:end */
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.row-flex {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  /* crit */ }
  .row-flex.no-gutter {
    margin-left: 0;
    margin-right: 0;
    /* crit */ }
    .row-flex.no-gutter [class*="col-flex"] {
      padding-left: 0;
      padding-right: 0;
      /* crit */ }
  .row-flex.reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .lt-ie10 .row-flex {
    /* crit */ }
    .lt-ie10 .row-flex:before, .lt-ie10 .row-flex:after {
      display: table;
      content: " "; }
    .lt-ie10 .row-flex:after {
      clear: both; }
  @media (min-width: 1200px) {
    .row-flex {
      margin-left: -15px;
      margin-right: -15px;
      /* crit */ } }

.col-flex-xs-1, .col-flex-sm-1, .col-flex-md-1, .col-flex-lg-1, .col-flex-xs-2, .col-flex-sm-2, .col-flex-md-2, .col-flex-lg-2, .col-flex-xs-3, .col-flex-sm-3, .col-flex-md-3, .col-flex-lg-3, .col-flex-xs-4, .col-flex-sm-4, .col-flex-md-4, .col-flex-lg-4, .col-flex-xs-5, .col-flex-sm-5, .col-flex-md-5, .col-flex-lg-5, .col-flex-xs-6, .col-flex-sm-6, .col-flex-md-6, .col-flex-lg-6, .col-flex-xs-7, .col-flex-sm-7, .col-flex-md-7, .col-flex-lg-7, .col-flex-xs-8, .col-flex-sm-8, .col-flex-md-8, .col-flex-lg-8, .col-flex-xs-9, .col-flex-sm-9, .col-flex-md-9, .col-flex-lg-9, .col-flex-xs-10, .col-flex-sm-10, .col-flex-md-10, .col-flex-lg-10, .col-flex-xs-11, .col-flex-sm-11, .col-flex-md-11, .col-flex-lg-11, .col-flex-xs-12, .col-flex-sm-12, .col-flex-md-12, .col-flex-lg-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  /* crit */ }
  .lt-ie10 .col-flex-xs-1, .lt-ie10 .col-flex-sm-1, .lt-ie10 .col-flex-md-1, .lt-ie10 .col-flex-lg-1, .lt-ie10 .col-flex-xs-2, .lt-ie10 .col-flex-sm-2, .lt-ie10 .col-flex-md-2, .lt-ie10 .col-flex-lg-2, .lt-ie10 .col-flex-xs-3, .lt-ie10 .col-flex-sm-3, .lt-ie10 .col-flex-md-3, .lt-ie10 .col-flex-lg-3, .lt-ie10 .col-flex-xs-4, .lt-ie10 .col-flex-sm-4, .lt-ie10 .col-flex-md-4, .lt-ie10 .col-flex-lg-4, .lt-ie10 .col-flex-xs-5, .lt-ie10 .col-flex-sm-5, .lt-ie10 .col-flex-md-5, .lt-ie10 .col-flex-lg-5, .lt-ie10 .col-flex-xs-6, .lt-ie10 .col-flex-sm-6, .lt-ie10 .col-flex-md-6, .lt-ie10 .col-flex-lg-6, .lt-ie10 .col-flex-xs-7, .lt-ie10 .col-flex-sm-7, .lt-ie10 .col-flex-md-7, .lt-ie10 .col-flex-lg-7, .lt-ie10 .col-flex-xs-8, .lt-ie10 .col-flex-sm-8, .lt-ie10 .col-flex-md-8, .lt-ie10 .col-flex-lg-8, .lt-ie10 .col-flex-xs-9, .lt-ie10 .col-flex-sm-9, .lt-ie10 .col-flex-md-9, .lt-ie10 .col-flex-lg-9, .lt-ie10 .col-flex-xs-10, .lt-ie10 .col-flex-sm-10, .lt-ie10 .col-flex-md-10, .lt-ie10 .col-flex-lg-10, .lt-ie10 .col-flex-xs-11, .lt-ie10 .col-flex-sm-11, .lt-ie10 .col-flex-md-11, .lt-ie10 .col-flex-lg-11, .lt-ie10 .col-flex-xs-12, .lt-ie10 .col-flex-sm-12, .lt-ie10 .col-flex-md-12, .lt-ie10 .col-flex-lg-12 {
    float: left;
    /* crit */ }
  @media (min-width: 1200px) {
    .col-flex-xs-1, .col-flex-sm-1, .col-flex-md-1, .col-flex-lg-1, .col-flex-xs-2, .col-flex-sm-2, .col-flex-md-2, .col-flex-lg-2, .col-flex-xs-3, .col-flex-sm-3, .col-flex-md-3, .col-flex-lg-3, .col-flex-xs-4, .col-flex-sm-4, .col-flex-md-4, .col-flex-lg-4, .col-flex-xs-5, .col-flex-sm-5, .col-flex-md-5, .col-flex-lg-5, .col-flex-xs-6, .col-flex-sm-6, .col-flex-md-6, .col-flex-lg-6, .col-flex-xs-7, .col-flex-sm-7, .col-flex-md-7, .col-flex-lg-7, .col-flex-xs-8, .col-flex-sm-8, .col-flex-md-8, .col-flex-lg-8, .col-flex-xs-9, .col-flex-sm-9, .col-flex-md-9, .col-flex-lg-9, .col-flex-xs-10, .col-flex-sm-10, .col-flex-md-10, .col-flex-lg-10, .col-flex-xs-11, .col-flex-sm-11, .col-flex-md-11, .col-flex-lg-11, .col-flex-xs-12, .col-flex-sm-12, .col-flex-md-12, .col-flex-lg-12 {
      padding-left: 15px;
      padding-right: 15px;
      /* crit */ } }

/* crit:start */
.start-xs {
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .start-xs.text-start {
    text-align: start; }

.center-xs {
  -ms-flex-pack: center;
      justify-content: center; }
  .center-xs.text-center {
    text-align: center; }

.end-xs {
  -ms-flex-pack: end;
      justify-content: flex-end; }
  .end-xs.text-end {
    text-align: end; }

.top-xs {
  -ms-flex-align: start;
      align-items: flex-start; }

.middle-xs {
  -ms-flex-align: center;
      align-items: center; }

.bottom-xs {
  -ms-flex-align: end;
      align-items: flex-end; }

/* crit:end */
/* crit:start */
.col-flex-xs-1 {
  width: 8.3333333333%;
  -ms-flex-preferred-size: 8.3333333333%;
      flex-basis: 8.3333333333%;
  max-width: 8.3333333333%; }

.col-flex-xs-2 {
  width: 16.6666666667%;
  -ms-flex-preferred-size: 16.6666666667%;
      flex-basis: 16.6666666667%;
  max-width: 16.6666666667%; }

.col-flex-xs-3 {
  width: 25%;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%; }

.col-flex-xs-4 {
  width: 33.3333333333%;
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
  max-width: 33.3333333333%; }

.col-flex-xs-5 {
  width: 41.6666666667%;
  -ms-flex-preferred-size: 41.6666666667%;
      flex-basis: 41.6666666667%;
  max-width: 41.6666666667%; }

.col-flex-xs-6 {
  width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%; }

.col-flex-xs-7 {
  width: 58.3333333333%;
  -ms-flex-preferred-size: 58.3333333333%;
      flex-basis: 58.3333333333%;
  max-width: 58.3333333333%; }

.col-flex-xs-8 {
  width: 66.6666666667%;
  -ms-flex-preferred-size: 66.6666666667%;
      flex-basis: 66.6666666667%;
  max-width: 66.6666666667%; }

.col-flex-xs-9 {
  width: 75%;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%; }

.col-flex-xs-10 {
  width: 83.3333333333%;
  -ms-flex-preferred-size: 83.3333333333%;
      flex-basis: 83.3333333333%;
  max-width: 83.3333333333%; }

.col-flex-xs-11 {
  width: 91.6666666667%;
  -ms-flex-preferred-size: 91.6666666667%;
      flex-basis: 91.6666666667%;
  max-width: 91.6666666667%; }

.col-flex-xs-12 {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%; }

/* crit:end */
.col-flex-xs-pull-0 {
  right: auto; }

.col-flex-xs-pull-1 {
  right: 8.3333333333%; }

.col-flex-xs-pull-2 {
  right: 16.6666666667%; }

.col-flex-xs-pull-3 {
  right: 25%; }

.col-flex-xs-pull-4 {
  right: 33.3333333333%; }

.col-flex-xs-pull-5 {
  right: 41.6666666667%; }

.col-flex-xs-pull-6 {
  right: 50%; }

.col-flex-xs-pull-7 {
  right: 58.3333333333%; }

.col-flex-xs-pull-8 {
  right: 66.6666666667%; }

.col-flex-xs-pull-9 {
  right: 75%; }

.col-flex-xs-pull-10 {
  right: 83.3333333333%; }

.col-flex-xs-pull-11 {
  right: 91.6666666667%; }

.col-flex-xs-pull-12 {
  right: 100%; }

.col-flex-xs-push-0 {
  left: auto; }

.col-flex-xs-push-1 {
  left: 8.3333333333%; }

.col-flex-xs-push-2 {
  left: 16.6666666667%; }

.col-flex-xs-push-3 {
  left: 25%; }

.col-flex-xs-push-4 {
  left: 33.3333333333%; }

.col-flex-xs-push-5 {
  left: 41.6666666667%; }

.col-flex-xs-push-6 {
  left: 50%; }

.col-flex-xs-push-7 {
  left: 58.3333333333%; }

.col-flex-xs-push-8 {
  left: 66.6666666667%; }

.col-flex-xs-push-9 {
  left: 75%; }

.col-flex-xs-push-10 {
  left: 83.3333333333%; }

.col-flex-xs-push-11 {
  left: 91.6666666667%; }

.col-flex-xs-push-12 {
  left: 100%; }

.col-flex-xs-offset-0 {
  margin-left: 0%; }

.col-flex-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-flex-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-flex-xs-offset-3 {
  margin-left: 25%; }

.col-flex-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-flex-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-flex-xs-offset-6 {
  margin-left: 50%; }

.col-flex-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-flex-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-flex-xs-offset-9 {
  margin-left: 75%; }

.col-flex-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-flex-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-flex-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  /* crit:start */
  .start-sm {
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .start-sm.text-start {
      text-align: start; }
  .center-sm {
    -ms-flex-pack: center;
        justify-content: center; }
    .center-sm.text-center {
      text-align: center; }
  .end-sm {
    -ms-flex-pack: end;
        justify-content: flex-end; }
    .end-sm.text-end {
      text-align: end; }
  .top-sm {
    -ms-flex-align: start;
        align-items: flex-start; }
  .middle-sm {
    -ms-flex-align: center;
        align-items: center; }
  .bottom-sm {
    -ms-flex-align: end;
        align-items: flex-end; }
  /* crit:end */
  /* crit:start */
  .col-flex-sm-1 {
    width: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-flex-sm-2 {
    width: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-flex-sm-3 {
    width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  .col-flex-sm-4 {
    width: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-flex-sm-5 {
    width: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-flex-sm-6 {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  .col-flex-sm-7 {
    width: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-flex-sm-8 {
    width: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-flex-sm-9 {
    width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  .col-flex-sm-10 {
    width: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-flex-sm-11 {
    width: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-flex-sm-12 {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  /* crit:end */
  .col-flex-sm-pull-0 {
    right: auto; }
  .col-flex-sm-pull-1 {
    right: 8.3333333333%; }
  .col-flex-sm-pull-2 {
    right: 16.6666666667%; }
  .col-flex-sm-pull-3 {
    right: 25%; }
  .col-flex-sm-pull-4 {
    right: 33.3333333333%; }
  .col-flex-sm-pull-5 {
    right: 41.6666666667%; }
  .col-flex-sm-pull-6 {
    right: 50%; }
  .col-flex-sm-pull-7 {
    right: 58.3333333333%; }
  .col-flex-sm-pull-8 {
    right: 66.6666666667%; }
  .col-flex-sm-pull-9 {
    right: 75%; }
  .col-flex-sm-pull-10 {
    right: 83.3333333333%; }
  .col-flex-sm-pull-11 {
    right: 91.6666666667%; }
  .col-flex-sm-pull-12 {
    right: 100%; }
  .col-flex-sm-push-0 {
    left: auto; }
  .col-flex-sm-push-1 {
    left: 8.3333333333%; }
  .col-flex-sm-push-2 {
    left: 16.6666666667%; }
  .col-flex-sm-push-3 {
    left: 25%; }
  .col-flex-sm-push-4 {
    left: 33.3333333333%; }
  .col-flex-sm-push-5 {
    left: 41.6666666667%; }
  .col-flex-sm-push-6 {
    left: 50%; }
  .col-flex-sm-push-7 {
    left: 58.3333333333%; }
  .col-flex-sm-push-8 {
    left: 66.6666666667%; }
  .col-flex-sm-push-9 {
    left: 75%; }
  .col-flex-sm-push-10 {
    left: 83.3333333333%; }
  .col-flex-sm-push-11 {
    left: 91.6666666667%; }
  .col-flex-sm-push-12 {
    left: 100%; }
  .col-flex-sm-offset-0 {
    margin-left: 0%; }
  .col-flex-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-flex-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-flex-sm-offset-3 {
    margin-left: 25%; }
  .col-flex-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-flex-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-flex-sm-offset-6 {
    margin-left: 50%; }
  .col-flex-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-flex-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-flex-sm-offset-9 {
    margin-left: 75%; }
  .col-flex-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-flex-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-flex-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  /* crit:start */
  .start-md {
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .start-md.text-start {
      text-align: start; }
  .center-md {
    -ms-flex-pack: center;
        justify-content: center; }
    .center-md.text-center {
      text-align: center; }
  .end-md {
    -ms-flex-pack: end;
        justify-content: flex-end; }
    .end-md.text-end {
      text-align: end; }
  .top-md {
    -ms-flex-align: start;
        align-items: flex-start; }
  .middle-md {
    -ms-flex-align: center;
        align-items: center; }
  .bottom-md {
    -ms-flex-align: end;
        align-items: flex-end; }
  /* crit:end */
  /* crit:start */
  .col-flex-md-1 {
    width: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-flex-md-2 {
    width: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-flex-md-3 {
    width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  .col-flex-md-4 {
    width: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-flex-md-5 {
    width: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-flex-md-6 {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  .col-flex-md-7 {
    width: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-flex-md-8 {
    width: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-flex-md-9 {
    width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  .col-flex-md-10 {
    width: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-flex-md-11 {
    width: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-flex-md-12 {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  /* crit:end */
  .col-flex-md-pull-0 {
    right: auto; }
  .col-flex-md-pull-1 {
    right: 8.3333333333%; }
  .col-flex-md-pull-2 {
    right: 16.6666666667%; }
  .col-flex-md-pull-3 {
    right: 25%; }
  .col-flex-md-pull-4 {
    right: 33.3333333333%; }
  .col-flex-md-pull-5 {
    right: 41.6666666667%; }
  .col-flex-md-pull-6 {
    right: 50%; }
  .col-flex-md-pull-7 {
    right: 58.3333333333%; }
  .col-flex-md-pull-8 {
    right: 66.6666666667%; }
  .col-flex-md-pull-9 {
    right: 75%; }
  .col-flex-md-pull-10 {
    right: 83.3333333333%; }
  .col-flex-md-pull-11 {
    right: 91.6666666667%; }
  .col-flex-md-pull-12 {
    right: 100%; }
  .col-flex-md-push-0 {
    left: auto; }
  .col-flex-md-push-1 {
    left: 8.3333333333%; }
  .col-flex-md-push-2 {
    left: 16.6666666667%; }
  .col-flex-md-push-3 {
    left: 25%; }
  .col-flex-md-push-4 {
    left: 33.3333333333%; }
  .col-flex-md-push-5 {
    left: 41.6666666667%; }
  .col-flex-md-push-6 {
    left: 50%; }
  .col-flex-md-push-7 {
    left: 58.3333333333%; }
  .col-flex-md-push-8 {
    left: 66.6666666667%; }
  .col-flex-md-push-9 {
    left: 75%; }
  .col-flex-md-push-10 {
    left: 83.3333333333%; }
  .col-flex-md-push-11 {
    left: 91.6666666667%; }
  .col-flex-md-push-12 {
    left: 100%; }
  .col-flex-md-offset-0 {
    margin-left: 0%; }
  .col-flex-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-flex-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-flex-md-offset-3 {
    margin-left: 25%; }
  .col-flex-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-flex-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-flex-md-offset-6 {
    margin-left: 50%; }
  .col-flex-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-flex-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-flex-md-offset-9 {
    margin-left: 75%; }
  .col-flex-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-flex-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-flex-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  /* crit:start */
  .start-lg {
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .start-lg.text-start {
      text-align: start; }
  .center-lg {
    -ms-flex-pack: center;
        justify-content: center; }
    .center-lg.text-center {
      text-align: center; }
  .end-lg {
    -ms-flex-pack: end;
        justify-content: flex-end; }
    .end-lg.text-end {
      text-align: end; }
  .top-lg {
    -ms-flex-align: start;
        align-items: flex-start; }
  .middle-lg {
    -ms-flex-align: center;
        align-items: center; }
  .bottom-lg {
    -ms-flex-align: end;
        align-items: flex-end; }
  /* crit:end */
  /* crit:start */
  .col-flex-lg-1 {
    width: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-flex-lg-2 {
    width: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-flex-lg-3 {
    width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  .col-flex-lg-4 {
    width: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-flex-lg-5 {
    width: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-flex-lg-6 {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  .col-flex-lg-7 {
    width: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-flex-lg-8 {
    width: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-flex-lg-9 {
    width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  .col-flex-lg-10 {
    width: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-flex-lg-11 {
    width: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-flex-lg-12 {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  /* crit:end */
  .col-flex-lg-pull-0 {
    right: auto; }
  .col-flex-lg-pull-1 {
    right: 8.3333333333%; }
  .col-flex-lg-pull-2 {
    right: 16.6666666667%; }
  .col-flex-lg-pull-3 {
    right: 25%; }
  .col-flex-lg-pull-4 {
    right: 33.3333333333%; }
  .col-flex-lg-pull-5 {
    right: 41.6666666667%; }
  .col-flex-lg-pull-6 {
    right: 50%; }
  .col-flex-lg-pull-7 {
    right: 58.3333333333%; }
  .col-flex-lg-pull-8 {
    right: 66.6666666667%; }
  .col-flex-lg-pull-9 {
    right: 75%; }
  .col-flex-lg-pull-10 {
    right: 83.3333333333%; }
  .col-flex-lg-pull-11 {
    right: 91.6666666667%; }
  .col-flex-lg-pull-12 {
    right: 100%; }
  .col-flex-lg-push-0 {
    left: auto; }
  .col-flex-lg-push-1 {
    left: 8.3333333333%; }
  .col-flex-lg-push-2 {
    left: 16.6666666667%; }
  .col-flex-lg-push-3 {
    left: 25%; }
  .col-flex-lg-push-4 {
    left: 33.3333333333%; }
  .col-flex-lg-push-5 {
    left: 41.6666666667%; }
  .col-flex-lg-push-6 {
    left: 50%; }
  .col-flex-lg-push-7 {
    left: 58.3333333333%; }
  .col-flex-lg-push-8 {
    left: 66.6666666667%; }
  .col-flex-lg-push-9 {
    left: 75%; }
  .col-flex-lg-push-10 {
    left: 83.3333333333%; }
  .col-flex-lg-push-11 {
    left: 91.6666666667%; }
  .col-flex-lg-push-12 {
    left: 100%; }
  .col-flex-lg-offset-0 {
    margin-left: 0%; }
  .col-flex-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-flex-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-flex-lg-offset-3 {
    margin-left: 25%; }
  .col-flex-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-flex-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-flex-lg-offset-6 {
    margin-left: 50%; }
  .col-flex-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-flex-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-flex-lg-offset-9 {
    margin-left: 75%; }
  .col-flex-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-flex-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-flex-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }
  table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none; }
  table td[class*="col-"],
  table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.6;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .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 > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.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 > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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 > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.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 > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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 > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.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 {
  min-height: .01%;
  overflow-x: auto; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 18.75px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .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 > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }
  input[type="radio"][disabled], input[type="radio"].disabled,
  fieldset[disabled] input[type="radio"],
  input[type="checkbox"][disabled],
  input[type="checkbox"].disabled,
  fieldset[disabled]
  input[type="checkbox"] {
    cursor: not-allowed; }

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: 16px;
  font-size: 1rem;
  line-height: 1.6;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    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: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .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; }

@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: 39px;
    line-height: 2.4375rem; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 33px;
    line-height: 2.0625rem; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 49px;
    line-height: 3.0625rem; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio.disabled label,
  fieldset[disabled] .radio label,
  .checkbox.disabled label,
  fieldset[disabled]
  .checkbox label {
    cursor: not-allowed; }
  .radio label,
  .checkbox label {
    min-height: 25px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }
  .radio-inline.disabled,
  fieldset[disabled] .radio-inline,
  .checkbox-inline.disabled,
  fieldset[disabled]
  .checkbox-inline {
    cursor: not-allowed; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

.form-control-static {
  min-height: 41px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0; }

.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 33px;
  line-height: 33px;
  line-height: 2.0625rem; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
  line-height: 2.0625rem; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 39px;
  padding: 6px 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5; }

.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 49px;
  line-height: 49px;
  line-height: 3.0625rem; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
  line-height: 3.0625rem; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 45px;
  padding: 11px 16px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 48.75px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  line-height: 2.4375rem;
  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: 49px;
  height: 49px;
  line-height: 49px;
  line-height: 3.0625rem; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
  line-height: 2.0625rem; }

.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }

.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }

.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 30px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #83898d; }

@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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 32px; }

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " "; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }

.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: 20px;
    font-size: 1.25rem; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
    font-size: 0.875rem; } }

/* crit:start */
.fade {
  transition: opacity 0.15s linear; }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

/* crit:end */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 11.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.6;
    color: #333333;
    white-space: nowrap; }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      color: #262626;
      text-decoration: none;
      background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.alert {
  padding: 15px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0; }
  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    display: table;
    content: " "; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.6; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    display: table;
    content: " "; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

/* crit:start */
.clearfix:before, .clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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 {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.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; } }

@media (min-width: 1200px) {
  .container {
    width: 1190px; } }

@media (min-width: 1200px) {
  .row {
    margin-left: -15px;
    margin-right: -15px; } }

@media (min-width: 1200px) {
  [class^="col-"] {
    padding-left: 15px;
    padding-right: 15px; } }

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

/* crit:end */
button:focus, .dropdown-toggle:focus {
  outline: 1px dotted currentColor; }

/* crit:start */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 30px;
  height: 21px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 3px;
    background-color: #fff;
    border-radius: 0;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -9px; }
  .hamburger-inner::after {
    bottom: -9px; }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* crit:end */
/* crit:start */
@font-face {
  font-family: "g-icons";
  src: url("/www_shared/assets/fonts/g-icons.eot?1758706149");
  src: url("/www_shared/assets/fonts/g-icons.eot?1758706149#iefix") format("eot"), url("/www_shared/assets/fonts/g-icons.woff2?1758706149") format("woff2"), url("/www_shared/assets/fonts/g-icons.woff?1758706149") format("woff"), url("/www_shared/assets/fonts/g-icons.ttf?1758706149") format("truetype"), url("/www_shared/assets/fonts/g-icons.svg?1758706149#g-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="g-icon-"], [class*=" g-icon-"], .g-icon {
  font-family: 'g-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* crit:end */
.g-icon-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.g-icon-2x {
  font-size: 2em; }

.g-icon-3x {
  font-size: 3em; }

.g-icon-4x {
  font-size: 4em; }

.g-icon-5x {
  font-size: 5em; }

.g-icon-fw {
  width: 1.28571429em;
  text-align: center; }

.g-icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.g-icon-ul > li {
  position: relative; }

.g-icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.g-icon-li.g-icon-lg {
  left: -1.85714286em; }

.g-icon-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.g-icon-pull-left {
  float: left; }

.g-icon-pull-right {
  float: right; }

.g-icon.g-icon-pull-left {
  margin-right: .3em; }

.g-icon.g-icon-pull-right {
  margin-left: .3em; }

.g-icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.g-icon-stack-1x,
.g-icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.g-icon-stack-1x {
  line-height: inherit; }

.g-icon-stack-2x {
  font-size: 2em; }

.g-icon-inverse {
  color: #ffffff; }

/* crit:start */
.g-icon-angle-down:before {
  content: ""; }

.g-icon-angle-left:before {
  content: ""; }

.g-icon-angle-right:before {
  content: ""; }

.g-icon-angle-up:before {
  content: ""; }

.g-icon-arrow-right:before {
  content: ""; }

.g-icon-check:before {
  content: ""; }

.g-icon-cross:before {
  content: ""; }

.g-icon-cube:before {
  content: ""; }

.g-icon-dash:before {
  content: ""; }

.g-icon-data-visualization:before {
  content: ""; }

.g-icon-data:before {
  content: ""; }

.g-icon-doc:before {
  content: ""; }

.g-icon-docs:before {
  content: ""; }

.g-icon-download:before {
  content: ""; }

.g-icon-exclamation:before {
  content: ""; }

.g-icon-external-link:before {
  content: ""; }

.g-icon-eye:before {
  content: ""; }

.g-icon-facebook:before {
  content: ""; }

.g-icon-file:before {
  content: ""; }

.g-icon-gears:before {
  content: ""; }

.g-icon-graph:before {
  content: ""; }

.g-icon-home:before {
  content: ""; }

.g-icon-instagram:before {
  content: ""; }

.g-icon-list:before {
  content: ""; }

.g-icon-minus:before {
  content: ""; }

.g-icon-pdf:before {
  content: ""; }

.g-icon-plus:before {
  content: ""; }

.g-icon-print:before {
  content: ""; }

.g-icon-quote-left:before {
  content: ""; }

.g-icon-quote-right:before {
  content: ""; }

.g-icon-resource:before {
  content: ""; }

.g-icon-search:before {
  content: ""; }

.g-icon-series-data:before {
  content: ""; }

.g-icon-share:before {
  content: ""; }

.g-icon-storage:before {
  content: ""; }

.g-icon-tactile:before {
  content: ""; }

.g-icon-tag:before {
  content: ""; }

.g-icon-twitter:before {
  content: ""; }

.g-icon-word:before {
  content: ""; }

.g-icon-xls:before {
  content: ""; }

/* crit:end */
/* crit:start */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  line-height: 0;
  font-size: 0px;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      line-height: 0;
      font-size: 0px;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        font-size: 0.375rem;
        line-height: 20px;
        line-height: 1.25rem;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* crit:end */
@media (min-width: 992px) {
  .slick-slider {
    -webkit-user-select: initial;
       -moz-user-select: initial;
        -ms-user-select: initial;
            user-select: initial; } }

.slick-loading .slick-list {
  background: #fff 50% no-repeat;
  /* crit */ }

.slick-track {
  margin-left: 3px;
  /* crit */ }
  .slick-track:before {
    content: none;
    /* crit */ }
  .lt-ie10 .slick-track {
    display: table; }
    .lt-ie10 .slick-track:before {
      content: '';
      /* crit */ }

.slick-slide {
  height: auto;
  -ms-flex: 1;
      flex: 1;
  outline: 0;
  /* crit */ }
  .lt-ie10 .slick-slide {
    height: 100%;
    /* crit */ }
  .lt-ie10 .slick-initialized .slick-slide {
    display: table-cell;
    vertical-align: middle;
    float: none;
    /* crit */ }

/* crit:start */
.slick-dots.slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 6px; }
  .slick-dots.slick-dots li button {
    width: 10px;
    height: 10px; }
    .slick-dots.slick-dots li button:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      content: '';
      border-radius: 50%;
      background-color: #E8E6E3;
      opacity: 1;
      width: 12px;
      height: 12px; }
      .c-headerslider .slick-dots.slick-dots li button:before {
        background-color: transparent;
        border: 1px solid white !important; }
    .slick-dots.slick-dots li button:focus {
      outline: 1px dotted #492BA6; }
  .slick-dots.slick-dots li.slick-active button:before {
    background-color: #492BA6;
    opacity: 1; }

.c-headerslider .slick-dots.slick-dots {
  position: static;
  display: inline-block;
  width: auto; }

/* crit:end */
.slick-arrow {
  height: 48px;
  width: 48px;
  /* crit */ }
  @media (max-width: 991px) {
    .slick-arrow {
      -webkit-transform: none;
              transform: none;
      top: auto;
      bottom: 0;
      /* crit */ }
      .c-headerslider .slick-arrow {
        position: static;
        height: auto;
        /* crit */ } }
  .slick-arrow:before {
    color: #E8E6E3;
    font-size: 36px;
    font-size: 2.25rem;
    /* crit */ }
    .o-contentslider .slick-arrow:before {
      color: rgba(0, 0, 0, 0.2); }
  .o-contentslider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1; }
  .c-headerslider__slides .slick-arrow {
    opacity: 0;
    /* crit */ }
  .c-headerslider__slides.slick-initialized .slick-arrow {
    opacity: 1;
    /* crit */ }

/* crit:start */
.slick-prev {
  left: 0; }
  @media (min-width: 1092px) {
    .slick-prev {
      left: -50px; } }
  @media (min-width: 1270px) {
    .slick-prev {
      left: -50px; } }
  .slick-prev:before {
    font-family: 'g-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
  .o-contentslider .slick-prev {
    left: 0; }
  .slick-prev:focus {
    outline: 1px dotted #232323; }

.slick-next {
  right: 0; }
  @media (min-width: 1092px) {
    .slick-next {
      right: -50px; } }
  @media (min-width: 1270px) {
    .slick-next {
      right: -50px; } }
  .slick-next:before {
    font-family: 'g-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
  .o-contentslider .slick-next {
    right: 0; }
  .slick-next:focus {
    outline: 1px dotted #232323; }

.slick-pause {
  width: 32px;
  height: 32px;
  border-radius: 40px;
  border: none;
  vertical-align: middle;
  margin-right: 12px;
  margin-top: -5px;
  float: right;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0; }
  .slick-pause:before, .slick-pause:after {
    width: 4px;
    height: 15px;
    background-color: #fff;
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .slick-pause:before {
    left: calc(50% - 7px); }
  .slick-pause:after {
    left: calc(50% + 2px); }
  .slick-pause.pause:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 9px;
    background-color: transparent;
    border-color: transparent transparent transparent #ffffff;
    left: calc(50% - 3px); }
  .slick-pause.pause:after {
    display: none; }

/* crit:end */
.tableau {
  -webkit-overflow-scrolling: touch; }
  .tableauPlaceholder {
    margin: 18px 0;
    max-width: 100%;
    overflow: visible !important; }
  .tableauViz {
    max-width: 100%; }

@media (min-width: 992px) {
  .affix {
    position: fixed !important;
    top: 0; } }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  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; }
  .collapse {
    height: auto !important;
    display: block; }
  [data-mh] {
    height: auto !important; } }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/**
 * @license
 * MyFonts Webfont Build ID 3382793, 2017-05-02T00:16:34-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: Gibson-BoldItalic by Canada Type
 * URL: http://www.myfonts.com/fonts/canadatype/gibson/bold-italic/
 *
 * Webfont: Gibson-SemiboldIt by Canada Type
 * URL: http://www.myfonts.com/fonts/canadatype/gibson/semi-bold-italic/
 *
 * Webfont: Gibson-Bold by Canada Type
 * URL: http://www.myfonts.com/fonts/canadatype/gibson/bold/
 *
 * Webfont: Gibson-Regular by Canada Type
 * URL: http://www.myfonts.com/fonts/canadatype/gibson/regular/
 *
 * Webfont: Gibson-SemiBold by Canada Type
 * URL: http://www.myfonts.com/fonts/canadatype/gibson/semi-bold/
 *
 * Webfont: Gibson-Italic by Canada Type
 * URL: http://www.myfonts.com/fonts/canadatype/gibson/italic/
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3382793
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright &#x00A9; 2011 Rod McDonald. Published by Canada Type. All rights reserved.
 *
 * © 2017 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
/* crit:start */
@font-face {
  font-family: 'Gibson';
  font-weight: 700;
  font-style: italic;
  src: url("/www_shared/assets/fonts/339E09_0_0.eot");
  src: url("/www_shared/assets/fonts/339E09_0_0.eot?#iefix") format("embedded-opentype"), url("/www_shared/assets/fonts/339E09_0_0.woff2") format("woff2"), url("/www_shared/assets/fonts/339E09_0_0.woff") format("woff"), url("/www_shared/assets/fonts/339E09_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Gibson';
  font-weight: 600;
  font-style: italic;
  src: url("/www_shared/assets/fonts/339E09_1_0.eot");
  src: url("/www_shared/assets/fonts/339E09_1_0.eot?#iefix") format("embedded-opentype"), url("/www_shared/assets/fonts/339E09_1_0.woff2") format("woff2"), url("/www_shared/assets/fonts/339E09_1_0.woff") format("woff"), url("/www_shared/assets/fonts/339E09_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Gibson';
  font-weight: 700;
  font-style: normal;
  src: url("/www_shared/assets/fonts/339E09_2_0.eot");
  src: url("/www_shared/assets/fonts/339E09_2_0.eot?#iefix") format("embedded-opentype"), url("/www_shared/assets/fonts/339E09_2_0.woff2") format("woff2"), url("/www_shared/assets/fonts/339E09_2_0.woff") format("woff"), url("/www_shared/assets/fonts/339E09_2_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Gibson';
  font-weight: 400;
  font-style: normal;
  src: url("/www_shared/assets/fonts/339E09_3_0.eot");
  src: url("/www_shared/assets/fonts/339E09_3_0.eot?#iefix") format("embedded-opentype"), url("/www_shared/assets/fonts/339E09_3_0.woff2") format("woff2"), url("/www_shared/assets/fonts/339E09_3_0.woff") format("woff"), url("/www_shared/assets/fonts/339E09_3_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Gibson';
  font-weight: 600;
  font-style: normal;
  src: url("/www_shared/assets/fonts/339E09_4_0.eot");
  src: url("/www_shared/assets/fonts/339E09_4_0.eot?#iefix") format("embedded-opentype"), url("/www_shared/assets/fonts/339E09_4_0.woff2") format("woff2"), url("/www_shared/assets/fonts/339E09_4_0.woff") format("woff"), url("/www_shared/assets/fonts/339E09_4_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Gibson';
  font-weight: 400;
  font-style: italic;
  src: url("/www_shared/assets/fonts/339E09_5_0.eot");
  src: url("/www_shared/assets/fonts/339E09_5_0.eot?#iefix") format("embedded-opentype"), url("/www_shared/assets/fonts/339E09_5_0.woff2") format("woff2"), url("/www_shared/assets/fonts/339E09_5_0.woff") format("woff"), url("/www_shared/assets/fonts/339E09_5_0.ttf") format("truetype"); }

/* crit:end */
@font-face {
  font-family: 'Quotes';
  font-weight: 400;
  font-style: normal;
  src: url("/www_shared/assets/fonts/ArialBlack.eot");
  src: url("/www_shared/assets/fonts/ArialBlack.woff2") format("woff2"), url("/www_shared/assets/fonts/ArialBlack.woff") format("woff");
  unicode-range: U+2018-201e; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

input[type="search"]::-ms-clear {
  display: none; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
  /* crit */ }

html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* crit */ }

.affix {
  position: fixed !important;
  top: 0;
  z-index: 1; }

ms-placeholder {
  color: #999; }
  .c-header__search ms-placeholder {
    margin: 0;
    position: relative;
    top: -4px; }

button .hamburger-box {
  top: 2px !important; }

/* crit:start */
h1, h2, h3, h4, h5, h6 {
  margin: 0; }

h1, .b-h1 {
  font-family: 'Open Sans', Arial, 'sans-serif';
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 48px;
  line-height: 3rem; }

h2, .b-h2 {
  font-family: 'Open Sans', Arial, 'sans-serif';
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 700; }

h3, .b-h3 {
  font-family: 'Open Sans', Arial, 'sans-serif';
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.2; }

h4, .b-h4 {
  font-family: 'Open Sans', Arial, 'sans-serif';
  font-size: 16px;
  font-size: 1rem;
  line-height: 34px;
  line-height: 2.125rem;
  font-weight: 700; }

h5, .b-h5 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2; }

h6, .b-h6 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.76; }

.lead, .b-lead {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.64; }

p, .b-p {
  margin-bottom: 15px; }

small, .b-small {
  font-size: 12px;
  font-size: 0.75rem; }

/* crit:end */
.u-bd0 {
  border: 0; }

.u-radius0 {
  border-radius: 0; }

.u-us-all {
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all; }

.u-m0 {
  margin: 0;
  /* crit */ }

.u-ma {
  margin: auto;
  /* crit */ }

.u-mbb1 {
  margin-bottom: 10px; }

.u-mbb2 {
  margin-bottom: 20px; }

.u-mbb3 {
  margin-bottom: 30px; }

.u-mt-gutter {
  margin-top: 30px; }

.u-mt-gutter0p25x {
  margin-top: 7.5px; }

.u-mt-gutter0p5x {
  margin-top: 15px; }

.u-mt-gutter2x {
  margin-top: 60px; }

.u-mt-gutter1p5x {
  margin-top: 45px; }

.u-mt-gutter3x {
  margin-top: 90px; }

.u-mb-gutter {
  margin-bottom: 30px;
  /* crit */ }
  @media (min-width: 1200px) {
    .u-mb-gutter {
      margin-bottom: 30px;
      /* crit */ } }

.u-mb-gutter0p25x {
  margin-bottom: 7.5px; }
  @media (min-width: 1200px) {
    .u-mb-gutter0p25x {
      margin-bottom: 7.5px; } }

.u-mb-gutter0p5x {
  margin-bottom: 15px; }
  @media (min-width: 1200px) {
    .u-mb-gutter0p5x {
      margin-bottom: 15px; } }

.u-mb-gutter2x {
  margin-bottom: 60px; }
  @media (min-width: 1200px) {
    .u-mb-gutter2x {
      margin-bottom: 60px; } }

.u-mb-gutter1p5x {
  margin-bottom: 45px; }
  @media (min-width: 1200px) {
    .u-mb-gutter1p5x {
      margin-bottom: 45px; } }

.u-mb-gutter3x {
  margin-bottom: 90px; }
  @media (min-width: 1200px) {
    .u-mb-gutter3x {
      margin-bottom: 90px; } }

.u-mr0 {
  margin-right: 0;
  /* crit */ }

.u-mr-gutter {
  margin-right: 30px;
  /* crit */ }

.u-mr-gutter0p25x {
  margin-right: 7.5px;
  /* crit */ }

.u-mr-gutter0p5x {
  margin-right: 15px;
  /* crit */ }

.u-mr-gutter2x {
  margin-right: 60px; }

.u-mr-gutter1p5x {
  margin-right: 45px; }

.u-mr-gutter3x {
  margin-right: 90px; }

.u-p0 {
  padding: 0; }

.u-pt-gutter {
  padding-top: 30px; }

.u-pt-gutter0p5x {
  padding-top: 15px; }

.u-pt-gutter2x {
  padding-top: 60px; }

.u-pt-gutter1p5x {
  padding-top: 45px; }

.u-pt-gutter3x {
  padding-top: 90px; }

.u-pb-gutter {
  padding-bottom: 30px; }

.u-pb-gutter0p25x {
  padding-bottom: 7.5px; }

.u-pb-gutter0p5x {
  padding-bottom: 15px; }

.u-pb-gutter2x {
  padding-bottom: 60px; }

.u-pb-gutter1p5x {
  padding-bottom: 45px; }

.u-pb-gutter3x {
  padding-bottom: 90px; }

.u-pl-gutter {
  padding-left: 30px; }

.u-pl-gutter0p25x {
  padding-left: 7.5px; }

.u-pl-gutter0p5x {
  padding-left: 15px; }

.u-pl-gutter2x {
  padding-left: 60px; }

.u-pl-gutter1p5x {
  padding-left: 45px; }

.u-pl-gutter3x {
  padding-left: 90px; }

.u-pr-gutter {
  padding-right: 30px; }

.u-pr-gutter0p25x {
  padding-right: 7.5px; }

.u-pr-gutter0p5x {
  padding-right: 15px; }

.u-pr-gutter2x {
  padding-right: 60px; }

.u-pr-gutter1p5x {
  padding-right: 45px; }

.u-pr-gutter3x {
  padding-right: 90px; }

.u-w100p {
  width: 100% !important;
  /* crit */ }
  .u-w100p-absolute {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.u-bgc-t {
  background-color: transparent; }

.u-bgc-primary {
  background-color: #492BA6; }

.u-bgc-secondary {
  background-color: #381A77; }

.u-bgc-blend {
  background: linear-gradient(90deg, #492BA6 0%, #492BA6 43.75%, #70C5DA 100%); }

.u-bgc-grey {
  background-color: #E8E6E3; }

.u-bgc-dark {
  background-color: #45494B; }

.u-ovh {
  overflow: hidden;
  /* crit */ }

.u-ova {
  overflow: auto; }

.u-ovs {
  overflow: scroll; }

.u-ditb {
  display: inline-table;
  /* crit */ }

.u-dtb {
  display: table;
  /* crit */ }
  .u-dtb--fixed {
    width: 100%;
    table-layout: fixed;
    /* crit */ }

.u-dtc {
  display: table-cell;
  vertical-align: middle;
  /* crit */ }

.u-dtr {
  display: table-row;
  /* crit */ }

.u-db {
  display: block;
  /* crit */ }

.u-dib {
  display: inline-block;
  /* crit */ }

.u-di {
  display: inline; }

.u-dn {
  display: none; }

.u-o1 {
  opacity: 1;
  /* crit */ }

.u-o0 {
  opacity: 0;
  /* crit */ }

.u-vat {
  vertical-align: top;
  /* crit */ }

.u-vam {
  vertical-align: middle;
  /* crit */ }

.u-vab {
  vertical-align: bottom;
  /* crit */ }

.u-fll {
  float: left;
  /* crit */ }

.u-flr {
  float: right;
  /* crit */ }

.u-fln {
  float: none; }

.u-tar {
  text-align: right; }
  @media (min-width: 768px) {
    .u-tar-sm {
      text-align: right; } }
  @media (min-width: 992px) {
    .u-tar-md {
      text-align: right; } }

.u-tac {
  text-align: center; }
  @media (min-width: 768px) {
    .u-tac-sm {
      text-align: center; } }

.u-tal {
  text-align: left; }
  @media (min-width: 768px) {
    .u-tal-sm {
      text-align: left; } }
  @media (min-width: 992px) {
    .u-tal-md {
      text-align: left; } }

.u-posr {
  position: relative;
  /* crit */ }

.u-posa {
  position: absolute;
  /* crit */ }

.u-posf {
  position: fixed; }

.u-fwsb {
  font-weight: 600; }

.u-fwb {
  font-weight: bold;
  /* crit */ }

.u-fwn {
  font-weight: normal; }

.u-fsi {
  font-style: italic;
  /* crit */ }

.u-bgc-primary {
  background-color: #492BA6;
  /* crit */ }

.u-c-primary {
  color: #492BA6;
  /* crit */ }

.u-bdc-primary {
  border-color: #492BA6; }

.u-s-primary {
  stroke: #492BA6; }

.u-f-primary {
  fill: #492BA6; }

.u-bgc-secondary {
  background-color: #381A77;
  /* crit */ }

.u-c-secondary {
  color: #381A77;
  /* crit */ }

.u-bdc-secondary {
  border-color: #381A77; }

.u-s-secondary {
  stroke: #381A77; }

.u-f-secondary {
  fill: #381A77; }

.u-bgc-thirdy {
  background-color: #4c4c4c;
  /* crit */ }

.u-c-thirdy {
  color: #4c4c4c;
  /* crit */ }

.u-bdc-thirdy {
  border-color: #4c4c4c; }

.u-s-thirdy {
  stroke: #4c4c4c; }

.u-f-thirdy {
  fill: #4c4c4c; }

.u-bgc-aquablue {
  background-color: #70C5DA;
  /* crit */ }

.u-c-aquablue {
  color: #70C5DA;
  /* crit */ }

.u-bdc-aquablue {
  border-color: #70C5DA; }

.u-s-aquablue {
  stroke: #70C5DA; }

.u-f-aquablue {
  fill: #70C5DA; }

.u-bgc-sandy {
  background-color: #f3c782;
  /* crit */ }

.u-c-sandy {
  color: #f3c782;
  /* crit */ }

.u-bdc-sandy {
  border-color: #f3c782; }

.u-s-sandy {
  stroke: #f3c782; }

.u-f-sandy {
  fill: #f3c782; }

.u-bgc-fff {
  background-color: #fff;
  /* crit */ }

.u-c-fff {
  color: #fff;
  /* crit */ }

.u-c-primary {
  color: #492BA6; }

.u-bgc-charcoal {
  background-color: #45494B; }

.u-z-1 {
  z-index: -1; }

.u-z0 {
  z-index: 0; }

.u-z1 {
  z-index: 1; }

.u-z2 {
  z-index: 2; }

.u-z3 {
  z-index: 3; }

.u-z4 {
  z-index: 4; }

.u-z5 {
  z-index: 5; }

.u-z1000 {
  z-index: 1000 !important; }

.u-zafter:after {
  z-index: 10 !important; }

.u-fx1 {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
  .u-fx110 {
    -ms-flex: 1 1 0%;
        flex: 1 1 0%; }

.u-fxg0 {
  -ms-flex-positive: 0;
      flex-grow: 0; }

.u-fxg1 {
  -ms-flex-positive: 1;
      flex-grow: 1; }

.u-fxs0 {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.u-fxs1 {
  -ms-flex-negative: 1;
      flex-shrink: 1; }

.u-fxb0 {
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%; }

.u-fxba {
  -ms-flex-preferred-size: auto;
      flex-basis: auto; }

.u-fxdc {
  -ms-flex-direction: column;
      flex-direction: column; }

.u-fxww {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.u-fxfdcr {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
  @media (max-width: 991.98px) {
    .u-fxfdcr-sm {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; } }

@media (max-width: 991.98px) {
  .u-df-fdc-sm {
    -ms-flex-direction: column;
        flex-direction: column; } }

.u-bgimg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* crit */ }

.u-embed {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 100%;
  /* crit */ }
  .u-embed__item,
  .u-embed iframe,
  .u-embed embed,
  .u-embed object,
  .u-embed video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
    /* crit */ }
  .u-embed--16by9 {
    padding-bottom: 56.25%;
    /* crit */ }
  .u-embed--4by3 {
    padding-bottom: 75%; }

.u-focus-outline:focus {
  outline: 1px dotted currentColor; }

.u-link-tdn:hover, .u-link-tdn:focus {
  text-decoration: none; }

.u-link-colorstay:hover, .u-link-colorstay:focus {
  color: currentColor; }

.u-btn-unstyled {
  /* crit:start */
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  /* crit:end */ }
  .u-btn-unstyled:hover, .u-btn-unstyled:focus {
    text-decoration: none;
    background-color: transparent;
    /* crit */ }

.u-list-unstyled {
  list-style-type: none;
  margin: 0;
  padding: 0;
  /* crit */ }

.u-input-unstyled {
  border: 0;
  /* crit */ }

.u-vertical-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* crit */ }

.u-absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* crit */ }

.u-horizontal-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /* crit */ }

.u-gb:last-child {
  margin-bottom: 0; }

@media (max-width: 767px) {
  .u-gb--xs {
    margin-bottom: 30px; } }

@media (min-width: 768px) {
  .u-gb--sm {
    margin-bottom: 30px; } }

.u-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%; }

@media (min-width: 768px) {
  .u-collapse-xsmax {
    display: block; }
    .u-collapse-xsmax-inline-block {
      display: inline-block; } }

@media (min-width: 992px) {
  .u-collapse-smmax {
    display: block; }
    .u-collapse-smmax-inline-block {
      display: inline-block; } }

@media (min-width: 1200px) {
  .u-collapse-mdmax {
    display: block; }
    .u-collapse-mdmax-inline-block {
      display: inline-block; } }

.o-addthisdrop__list {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  border: solid 1px #E8E6E3;
  padding: 7.5px;
  color: #381A77;
  font-size: 13px;
  font-size: 0.8125rem;
  z-index: 1;
  background-color: #fff;
  top: calc(100% - 1px);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  min-width: 0;
  /* crit:start */
  display: none;
  /* crit:end */ }
  .o-addthisdrop:hover .o-addthisdrop__list,
  .o-addthisdrop__trigger:hover ~ .o-addthisdrop__list {
    display: block; }
  .o-addthisdrop__list:before {
    content: '';
    border-left: 1px solid #E8E6E3;
    border-top: 1px solid #E8E6E3;
    width: 10px;
    height: 10px;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
    position: absolute;
    top: -5px;
    left: 50%;
    background-color: #fff; }

.o-addthisdrop__item:not(:last-of-type) {
  margin-bottom: 7.5px; }

.o-addthisdrop__link {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  border-radius: 50%;
  border: 1px solid #dedede;
  height: 35px; }
  .o-addthisdrop__link.o-addthisdrop__link.o-addthisdrop__link {
    width: 35px;
    line-height: 36px;
    line-height: 2.25rem;
    margin-bottom: 0;
    padding: 0;
    color: inherit; }

.o-addthisdrop__icon {
  vertical-align: middle; }

.o-blockquote {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.67;
  border: 0;
  background-color: #f1f2f9;
  padding: 25px 100px;
  quotes: "“" "„" "‘" "’"; }
  @media (max-width: 599px) {
    .o-blockquote {
      font-size: 16px;
      font-size: 1rem;
      padding: 25px 45px; } }
  .o-contentpage__content .o-blockquote:not(:last-child) {
    margin-bottom: 30px; }
  .o-blockquote__body {
    margin-bottom: 14px; }
    .o-blockquote__body:before, .o-blockquote__body:after {
      font-family: Quotes;
      font-size: 60px;
      font-size: 3.75rem;
      position: absolute;
      color: #7637d1;
      line-height: 1; }
      @media (max-width: 767px) {
        .o-blockquote__body:before, .o-blockquote__body:after {
          font-size: 46px;
          font-size: 2.875rem; } }
    .o-blockquote__body:before {
      content: open-quote;
      top: -12px;
      left: -70px; }
      @media (max-width: 599px) {
        .o-blockquote__body:before {
          left: -34px; } }
    .o-blockquote__body:after {
      content: close-quote;
      bottom: 0;
      right: -70px; }
      @media (max-width: 599px) {
        .o-blockquote__body:after {
          right: -34px; } }
  .o-blockquote__author {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.29;
    color: #3f0d9b;
    opacity: .7; }

.o-breadcrumb {
  margin-top: 32px;
  margin-bottom: 32px;
  font-weight: 600;
  /* crit */ }
  .o-breadcrumb__item, .o-breadcrumb .CMSBreadCrumbsLink {
    color: #381A77;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 400;
    /* crit */ }
    .o-breadcrumb__item:not(.is-current), .o-breadcrumb .CMSBreadCrumbsLink:not(.is-current) {
      font-weight: 600;
      color: #492BA6;
      position: relative;
      /* crit */ }
      .o-breadcrumb__item:not(.is-current):before, .o-breadcrumb .CMSBreadCrumbsLink:not(.is-current):before {
        position: absolute;
        bottom: 0;
        width: calc(100% - 23px);
        content: "";
        display: block;
        left: 0;
        border-bottom: 1px dotted #381A77; }
    .o-breadcrumb__item:not(:last-child):after, .o-breadcrumb .CMSBreadCrumbsLink:not(:last-child):after {
      font-family: 'g-icons' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      vertical-align: middle;
      font-size: 8px;
      font-size: 0.5rem;
      color: #afa3c9;
      margin: 0 9px;
      /* crit */ }
    .o-breadcrumb__item:hover, .o-breadcrumb .CMSBreadCrumbsLink:hover {
      text-decoration: none; }
      .o-breadcrumb__item:hover:not(.is-current):before, .o-breadcrumb .CMSBreadCrumbsLink:hover:not(.is-current):before {
        border-bottom: 1px solid #381A77; }
  .o-breadcrumb .CMSBreadCrumbsCurrentItem {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 400;
    /* crit */ }

.o-btn-sticky, .o-btn-sticky__feedback {
  /* crit:start */
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(-90deg) translateY(2.6em) translateX(25%);
          transform: rotate(-90deg) translateY(2.6em) translateX(25%);
  z-index: 10;
  border: 0;
  display: block;
  /* crit:end */ }

.o-btn {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #45494B !important;
  border-radius: 30px;
  padding: 12px 24px 12px 12px;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 8px;
  font-weight: 600;
  transition: .3s all;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  word-wrap: break-word;
  overflow: hidden;
  max-width: 100%;
  /* crit */ }
  .o-btn:hover, .o-btn:focus {
    text-decoration: none;
    background-color: transparent;
    /* crit */ }
  .o-btn:hover, .o-btn:focus {
    background-color: #381A77;
    border-color: #381A77;
    color: #fff !important; }
    .o-btn:hover:after, .o-btn:focus:after {
      color: #fff !important; }
  .o-btn--outline {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    border: 1px solid #CAC5C0;
    background-color: transparent;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #45494B;
    font-weight: 700;
    display: inline-block;
    width: auto;
    /* crit */ }
    .o-btn--outline.is-arrow {
      position: relative; }
      .o-btn--outline.is-arrow:after {
        font-family: 'g-icons' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        font-size: 9px;
        font-size: 0.5625rem;
        position: absolute;
        right: 12px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        color: #B5AFA8; }
    .o-btn--outline:hover, .o-btn--outline:focus {
      background-color: #492BA6;
      color: #fff !important;
      border-color: #492BA6; }
  .o-btn--smalltext {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: 32px;
    padding: 4px 12px;
    /* crit */ }
  .o-btn--smalltext--outline {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 7px 16px;
    font-weight: 700;
    line-height: 18px;
    line-height: 1.125rem;
    text-transform: uppercase;
    /* crit */ }
  .o-btn--withlinkicon {
    position: relative;
    border: 1px solid #CAC5C0;
    background-color: transparent;
    padding-right: 36px;
    /* crit */ }
    .o-btn--withlinkicon:after {
      font-family: 'g-icons' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-size: 9px;
      font-size: 0.5625rem;
      right: 15px;
      color: #45494B; }
  .o-btn--white {
    border-color: #fff;
    color: #fff !important; }
    .o-btn--white:after {
      color: #fff; }
    .o-btn--white:hover, .o-btn--white:focus {
      background-color: #381A77;
      color: #fff !important;
      border-color: #381A77; }
  .o-btn--primary {
    background-color: #492BA6;
    color: #fff !important;
    border: 0;
    padding: 8px 32px 8px 16px; }
    .o-btn--primary:after, .o-btn--primary:before {
      color: #fff !important; }
    .o-btn--primary:hover, .o-btn--primary:focus {
      background-color: #381A77;
      color: #fff !important; }
  .o-btn--iconfirst {
    padding: 8px 16px 8px 32px; }
    .o-btn--iconfirst:before {
      font-family: 'g-icons' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-size: 9px;
      font-size: 0.5625rem;
      left: 15px;
      color: #45494B; }
    .o-btn--iconfirst:after {
      display: none; }
    .o-btn--iconfirst:hover:before, .o-btn--iconfirst:focus:before {
      color: #fff; }
  .o-btn-sticky__feedback {
    /* crit:start */
    background-color: #492BA6;
    color: #fff;
    padding: 11px 18px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    box-shadow: 0px -1px 8px 0px rgba(0, 0, 0, 0.3);
    border-radius: 2px 0px 0px 2px;
    /* crit:end */ }
    @media (max-width: 767px) {
      .o-btn-sticky__feedback {
        /* crit:start */
        display: none;
        /* crit:end */ } }
    .o-btn-sticky__feedback:hover, .o-btn-sticky__feedback :focus {
      background-color: #381A77; }

.o-card {
  padding: 32px;
  position: relative; }
  .o-card__head {
    margin-bottom: 15px; }
  .o-card__body {
    margin-bottom: 15px; }
  .o-card__icon {
    display: none; }
  .o-card__title {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    line-height: 1.75rem;
    word-wrap: break-word;
    font-family: 'Open Sans', Arial, 'sans-serif'; }

.o-collapsecaret:before {
  content: ""; }
  .collapsed .o-collapsecaret:before {
    content: ""; }

/* crit:start */
.o-collapselist {
  margin-bottom: 17px; }
  .o-collapselist:after {
    content: '';
    position: absolute;
    right: 0;
    top: -14px;
    left: 0;
    border-bottom: 2px solid #E8E6E3; }
  .o-collapselist__body {
    padding-left: 50px;
    padding-bottom: 5px;
    padding-top: 5px; }
    .o-collapselist__body a:not(.o-btn) {
      text-decoration: underline; }
  .o-collapselist__title {
    font-family: 'Open Sans', Arial, 'sans-serif';
    color: #381A77;
    font-size: 17px;
    font-size: 1.0625rem;
    padding-bottom: 17px;
    padding-top: 5px;
    line-height: 1.2; }
    .o-collapselist__title-link {
      color: #45494B;
      padding-left: 50px;
      text-decoration: none; }
      .o-collapselist__title-link:hover, .o-collapselist__title-link:focus {
        color: #492BA6; }
  .o-collapselist__icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #fff;
    left: 0;
    top: -3px; }
    .o-collapselist__icon:before, .o-collapselist__icon:after {
      content: '';
      position: absolute;
      width: 16px;
      height: 2px;
      background-color: currentColor;
      top: 15px;
      left: 8px; }
    .o-collapselist__icon:after {
      transition: .5s all;
      opacity: 0;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
      .collapsed .o-collapselist__icon:after {
        opacity: 1; }
  .o-collapselist__panel {
    position: relative;
    top: -10px; }
    .o-collapselist__panel.collapse {
      display: none; }
      .o-collapselist__panel.collapse.in {
        display: block; }
      @media print {
        .o-collapselist__panel.collapse {
          display: block;
          height: auto; } }

/* crit:end */
/* crit:start */
.o-contentpage {
  margin-bottom: 60px;
  color: #4c4c4c; }
  @media print {
    .o-contentpage__main {
      width: 100%; } }
  .o-contentpage__mobile-nav {
    background-color: #4c4c4c; }
  .o-contentpage__side {
    position: relative;
    display: block; }
    .o-contentpage__side-title {
      font-size: 15px !important;
      font-size: 0.9375rem;
      line-height: 24px;
      line-height: 1.5rem;
      padding: 12px 17px; }
    .o-contentpage__side-label {
      display: inline-block;
      -ms-flex-negative: 1;
          flex-shrink: 1; }
    .o-contentpage__side-list {
      list-style: none;
      margin: 0;
      padding: 0; }
      .o-contentpage__side-list li > a {
        border-top: 0;
        text-wrap: balance; }
      .o-contentpage__side-list li > a:not(.o-contentpage__side-listhead) {
        display: -ms-flexbox;
        display: flex;
        font-size: 15px !important;
        font-size: 0.9375rem !important;
        font-size: 0.8125rem;
        line-height: 22px;
        line-height: 1.375rem;
        padding: 12px 17px;
        font-weight: 600;
        color: #4c4c4c;
        border-bottom: 2px solid #E8E6E3;
        margin-bottom: -2px;
        -ms-flex-align: center;
            align-items: center;
        justify-items: center;
        /*crit*/ }
        .o-contentpage__side-list li > a:not(.o-contentpage__side-listhead):hover, .o-contentpage__side-list li > a:not(.o-contentpage__side-listhead):focus {
          cursor: pointer;
          background: #e8e6e3;
          border-color: #e8e6e3;
          color: #4c4c4c;
          text-decoration: none; }
          @media (max-width: 991.98px) {
            .o-contentpage__side-list li > a:not(.o-contentpage__side-listhead):hover, .o-contentpage__side-list li > a:not(.o-contentpage__side-listhead):focus {
              background: #492BA6;
              border-color: #492BA6;
              color: #FFFFFF; } }
          .o-contentpage__side-list li > a:not(.o-contentpage__side-listhead):hover .o-sidefactninfoindex__item-icon, .o-contentpage__side-list li > a:not(.o-contentpage__side-listhead):focus .o-sidefactninfoindex__item-icon {
            color: #fff;
            background-color: #492BA6; }
      .o-contentpage__side-list li.active {
        background: #492BA6;
        color: white;
        position: relative;
        z-index: 1; }
        .o-contentpage__side-list li.active > a {
          color: #fff; }
          .o-contentpage__side-list li.active > a:after {
            content: '';
            display: none;
            background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIzNiIgdmlld0JveD0iMCAwIDggMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0tNi4xOTkzNmUtMDcgMzZDMC4wODAyMTMxIDMxLjAyMiAyLjA4NTU2IDI3LjQxNDggNS4wOTM1OCAyMy43NzE1QzYuMDU2MTUgMjIuNTgxMiA3LjUgMjEuMjgyNiA3LjUgMThDNy41IDE0LjcxNzQgNi4wNTYxNSAxMy40MTg4IDUuMDkzNTggMTIuMjI4NUMyLjA0NTQ1IDguNTg1MTcgMC4wNDAxMDc1IDQuOTc3OTYgOS41MzY3NGUtMDcgLTMuMjc4MzVlLTA3TC02LjE5OTM2ZS0wNyAzNloiIGZpbGw9IiMzMzc2QTMiLz4KPC9zdmc+Cg==");
            right: -6px;
            width: 8px;
            height: 36px;
            top: 50%;
            z-index: 1;
            position: absolute;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); }
      .o-contentpage__side-list li ul {
        list-style: none;
        margin: 0;
        padding: 0;
        /*crit*/ }
      .o-contentpage__side-list.is-mobile {
        margin-right: 30px; }
        @media (max-width: 719px) {
          .o-contentpage__side-list.is-mobile {
            margin-right: 0; } }
      .o-contentpage__side-list.is-noarrow li > a:before {
        display: none; }
      .o-contentpage__side-listlink {
        display: block;
        padding: 12px 17px;
        font-weight: 600;
        color: #45494B;
        position: relative; }
        .o-contentpage__side-listlink:after {
          font-family: 'g-icons' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          display: inline-block;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "";
          vertical-align: middle;
          font-size: 0.7rem;
          margin-right: 10px;
          position: absolute;
          right: 7px;
          top: 42%;
          /*crit*/ }
    @media (min-width: 992px) {
      .o-contentpage__side-scrollspy {
        max-width: 210px; } }
    @media (min-width: 1200px) {
      .o-contentpage__side-scrollspy {
        max-width: 268px; } }
    .o-contentpage__side-scrollspy.affix {
      overflow: auto;
      height: 100%; }
    .o-contentpage__side-scrollspy.affix-bottom {
      bottom: 0;
      top: auto !important; }
  .o-contentpage__sideshare {
    border: 1px solid #CAC5C0;
    border-radius: 3px;
    border-collapse: collapse;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    color: #45494B;
    max-width: 192px;
    float: right;
    /* crit */ }
    .o-contentpage__sideshare-col:not(:last-child) {
      border-right: 1px solid #CAC5C0;
      /* crit */ }
    .o-contentpage__sideshare-icon {
      font-size: 15px;
      font-size: 0.9375rem;
      color: #381A77;
      /* crit */ }
    .o-contentpage__sideshare-btn {
      padding-top: 6px;
      padding-bottom: 6px;
      background-color: #fff;
      transition: .3s all;
      /* crit */ }
      .o-contentpage__sideshare-btn:hover, .o-contentpage__sideshare-btn:focus {
        background-color: #f4f3f2; }
  .o-contentpage__title {
    color: #492BA6;
    margin-bottom: 15px; }
  @media (max-width: 991.98px) {
    .o-contentpage__sideitem {
      padding-bottom: 0 !important; } }
  .o-contentpage__sideitem:not(:last-child) {
    margin-bottom: 32px; }
  .o-contentpage__sidebox {
    border: 1px solid #E8E6E3;
    padding: 30px 30px 37px 30px;
    color: #381A77; }
    @media (max-width: 1199.98px) {
      .o-contentpage__sidebox {
        max-width: 100% !important; } }
    .o-contentpage__sidebox:not(.stuck):not(.affix) {
      height: 100%; }
    .o-contentpage__sidebox-head {
      background-color: #381A77;
      padding-top: 16px;
      padding-bottom: 16px;
      margin-left: -1px;
      margin-right: -1px; }
      .o-contentpage__sidebox--nopad .o-contentpage__sidebox-head {
        padding-left: 24px;
        padding-right: 24px; }
      .o-contentpage__sidebox-head--secondary {
        background-image: none;
        background-color: #381A77; }
      .o-contentpage__sidebox-head--tertiary {
        background-image: none;
        background-color: transparent;
        position: relative;
        padding-top: 19px; }
        .o-contentpage__sidebox-head--tertiary:before {
          content: '';
          position: absolute;
          top: -1px;
          right: 0;
          bottom: auto;
          left: 0;
          height: 6px;
          background-image: linear-gradient(to left, #7a3dce, #492BA6); }
        .o-contentpage__sidebox-head--tertiary:after {
          content: '';
          position: absolute;
          border-bottom: 2px solid #E8E6E3;
          width: calc(100% - 25px * 2); }
    .o-contentpage__sidebox-body p {
      font-size: 15px;
      font-size: 0.9375rem; }
      .o-contentpage__sidebox-body p a {
        text-decoration: underline; }
    .o-contentpage__sidebox-body--with-sidepad {
      padding-left: 25px;
      padding-right: 25px; }
    .o-contentpage__sidebox--nopad .o-contentpage__sidebox-foot {
      padding-left: 25px;
      padding-right: 25px; }
    .o-contentpage__sidebox-title {
      font-family: 'Open Sans', Arial, 'sans-serif';
      color: #fff;
      font-size: 16px;
      font-size: 1rem;
      line-height: 26px;
      line-height: 1.625rem;
      font-weight: 700; }
      .o-contentpage__sidebox-titleicon {
        font-size: 27px;
        font-size: 1.6875rem;
        margin-right: 10px; }
        .c-sidegeneric .o-contentpage__sidebox-titleicon {
          margin-right: 20px; }
      .o-contentpage__sidebox-title--tertiary {
        color: inherit;
        margin-bottom: 12px; }
      .c-sidegeneric .o-contentpage__sidebox-title {
        font-size: 16px;
        font-size: 1rem; }
    .o-contentpage__sidebox--nopad {
      position: relative !important;
      padding: 0; }
      .o-contentpage__sidebox--nopad.js-glossary-index.affix {
        width: 366px !important;
        position: fixed !important; }
    .o-contentpage__sidebox--blue {
      background-color: #E8FAFF;
      border: 2px solid #70C5DA;
      color: #45494B; }
      .o-contentpage__sidebox--blue .o-contentpage__sidebox-head {
        background-color: #E8FAFF;
        padding-bottom: 0;
        margin-left: 0;
        margin-right: 0; }
      .o-contentpage__sidebox--blue .o-contentpage__sidebox-title {
        color: #45494B;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 28px;
        line-height: 1.75rem; }
      .o-contentpage__sidebox--blue .o-contentpage__sidebox-body {
        padding-top: 8px;
        margin-bottom: 15px; }
      .o-contentpage__sidebox--blue .o-btn {
        display: block;
        background-color: #70C5DA;
        color: #45494B;
        border: 0;
        text-align: center;
        padding: 11px 24px 8px 12px;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 18px;
        line-height: 1.125rem;
        min-height: 40px;
        font-weight: bold;
        text-decoration: none; }
        .o-contentpage__sidebox--blue .o-btn:hover, .o-contentpage__sidebox--blue .o-btn:focus {
          background-color: #492BA6;
          color: #fff;
          border: 0; }
          .o-contentpage__sidebox--blue .o-btn:hover:after, .o-contentpage__sidebox--blue .o-btn:focus:after {
            color: #fff; }
      .o-contentpage__sidebox--blue .c-sidegeneric__foot {
        margin-bottom: 24px; }
  .o-contentpage__content {
    line-height: 24px;
    line-height: 1.5rem; }
    .o-contentpage__content h2:not([class]), .o-contentpage__content h3:not([class]), .o-contentpage__content h4:not([class]), .o-contentpage__content h5:not([class]), .o-contentpage__content h6:not([class]) {
      color: #492BA6;
      margin: 12px 0; }
    .o-contentpage__content article {
      padding-bottom: 0px !important; }
      .o-contentpage__content article aside {
        position: relative !important; }
        .o-contentpage__content article aside .affix {
          position: relative !important; }
    .o-contentpage__content > p a {
      text-decoration: underline; }
    .o-contentpage__content a:not(.o-collapselist__title-link) {
      text-decoration: underline; }
    .o-contentpage__content h4 {
      font-weight: 700; }
    .o-contentpage__content > img {
      max-width: 100%; }
      .o-contentpage__content > img:not(:last-child) {
        margin-bottom: 22px; }
    .o-contentpage__content .lead {
      margin-bottom: 20px;
      font-weight: normal;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 28px;
      line-height: 1.75rem; }
    .o-contentpage__content ol:not(.slick-dots),
    .o-contentpage__content ul:not(.slick-dots) {
      padding-left: 20x; }
      .o-contentpage__content ol:not(.slick-dots) li,
      .o-contentpage__content ul:not(.slick-dots) li {
        margin: 5px 0 0;
        padding-left: 5px; }
        .o-contentpage__content ol:not(.slick-dots) li:before,
        .o-contentpage__content ul:not(.slick-dots) li:before {
          content: '';
          width: 6px;
          height: 6px;
          border-radius: 10px;
          position: absolute;
          left: 0;
          top: 10px;
          display: inline-block; }
      .o-contentpage__content ol:not(.slick-dots) li::marker,
      .o-contentpage__content ul:not(.slick-dots) li::marker {
        color: #492BA6; }
    .o-contentpage__content .o-richtext h2:not([class]) {
      font-family: 'Open Sans', Arial, 'sans-serif';
      font-size: 19px;
      font-size: 1.1875rem;
      font-weight: 700;
      line-height: 1.2;
      font-weight: 700; }
    .o-contentpage__content .o-richtext h3:not([class]) {
      font-family: 'Open Sans', Arial, 'sans-serif';
      font-size: 16px;
      font-size: 1rem;
      line-height: 34px;
      line-height: 2.125rem;
      font-weight: 700; }
    .o-contentpage__content .o-richtext h4:not([class]) {
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 1.2;
      font-weight: 700; }
    .o-contentpage__content .o-richtext h5:not([class]), .o-contentpage__content .o-richtext h6:not([class]) {
      font-family: Gibson, Arial, 'sans-serif';
      font-size: 17px;
      font-size: 1.0625rem;
      font-weight: 700;
      line-height: 1.76;
      font-weight: 600; }
    .o-contentpage__content .o-contentpage__more {
      border-top: 2px solid #B5AFA8;
      font-weight: bold;
      padding-top: 22px;
      padding-bottom: 22px;
      font-size: 16px;
      font-size: 1rem;
      margin-top: 20px; }
      .o-contentpage__content .o-contentpage__more .col-md-4 .o-btn {
        float: right;
        min-height: 40px;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 700; }
      .o-contentpage__content .o-contentpage__more .o-btn {
        text-decoration: none; }
    .o-contentpage__content .section.first {
      width: 100%; }
    .o-contentpage__content .heading-text {
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: 700;
      color: #492BA6;
      line-height: 32px;
      line-height: 2rem; }
    .o-contentpage__content .w-container .wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      /*crit*/ }
    .o-contentpage__content .w-container .wrapper--facts {
      margin-left: -4px;
      margin-right: -4px; }
      .o-contentpage__content .w-container .wrapper--facts .fact__container {
        padding-left: 4px;
        padding-right: 4px;
        width: 50%;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
        margin-bottom: 8px;
        /*crit*/ }
        .o-contentpage__content .w-container .wrapper--facts .fact__container p {
          margin-bottom: 0; }
        @media print {
          .o-contentpage__content .w-container .wrapper--facts .fact__container {
            width: 48%;
            margin-right: 8px;
            border: 1px solid #E8E6E3; } }
        @media (max-width: 767px) {
          .o-contentpage__content .w-container .wrapper--facts .fact__container {
            width: 100%; } }
  @media print and (max-width: 767px) {
    .o-contentpage__content .w-container .wrapper--facts .fact__container {
      width: 48%; } }
        .o-contentpage__content .w-container .wrapper--facts .fact__container:nth-of-type(4n+1) .fact,
        .o-contentpage__content .w-container .wrapper--facts .fact__container:nth-of-type(4n+1) .number {
          background-color: #492BA6;
          color: #fff !important; }
          @media print {
            .o-contentpage__content .w-container .wrapper--facts .fact__container:nth-of-type(4n+1) .fact,
            .o-contentpage__content .w-container .wrapper--facts .fact__container:nth-of-type(4n+1) .number {
              background-color: #fff;
              color: #4c4c4c !important; } }
        .o-contentpage__content .w-container .wrapper--facts .fact__container:nth-of-type(4n+3) .fact {
          background-color: #45494B;
          color: #fff !important; }
          @media print {
            .o-contentpage__content .w-container .wrapper--facts .fact__container:nth-of-type(4n+3) .fact {
              background-color: #fff;
              color: #4c4c4c !important; } }
        .o-contentpage__content .w-container .wrapper--facts .fact__container:nth-of-type(4n+3):last-of-type {
          width: 100%; }
        .o-contentpage__content .w-container .wrapper--facts .fact__container:nth-of-type(4n+4) .fact,
        .o-contentpage__content .w-container .wrapper--facts .fact__container:nth-of-type(4n+4) .number {
          background-color: #90d2e2; }
        .o-contentpage__content .w-container .wrapper--facts .fact__container:only-child {
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
          max-width: 100%;
          /*crit*/ }
      .o-contentpage__content .w-container .wrapper--facts .fact {
        box-shadow: none;
        background-color: #F7F5F2;
        height: 100%; }
    .o-contentpage__content .w-container .fact {
      padding: 24px 24px;
      font-weight: 400;
      background-color: #F7F5F2;
      display: block;
      font-size: 16px;
      font-size: 1rem;
      line-height: 24px;
      line-height: 1.5rem;
      box-shadow: 0 0 0 8px #fff; }
      .o-contentpage__content .w-container .fact__content {
        position: relative; }
      .o-contentpage__content .w-container .fact-img {
        float: right;
        margin-left: 20px;
        text-align: right;
        /*crit*/ }
        @media (max-width: 767px) {
          .o-contentpage__content .w-container .fact-img {
            float: left;
            margin-left: 0; } }
        .o-contentpage__content .w-container .fact-img img {
          max-height: 180px;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: top;
             object-position: top; }
    .o-contentpage__content .w-container a.fact {
      position: relative;
      overflow: hidden;
      text-decoration: none;
      color: #45494B; }
      .o-contentpage__content .w-container a.fact .number {
        background-color: transparent !important; }
      .o-contentpage__content .w-container a.fact:hover, .o-contentpage__content .w-container a.fact:focus {
        text-decoration: none; }
        .o-contentpage__content .w-container a.fact:hover:after, .o-contentpage__content .w-container a.fact:focus:after {
          -webkit-transform: scaleY(1);
                  transform: scaleY(1); }
      .o-contentpage__content .w-container a.fact:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scaleY(0);
                transform: scaleY(0);
        -webkit-transform-origin: 100% 100%;
                transform-origin: 100% 100%;
        background-color: rgba(0, 0, 0, 0.12);
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease; }

@media screen and (max-width: 719px) {
  .o-jump-to {
    position: relative;
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 15px;
    padding-left: 0; } }

.js-topic-index.affix-top,
.js-topic-index.affix-bottom,
.js-topic-index.affix {
  width: 100%;
  max-width: 268px;
  z-index: 0;
  height: 100vh;
  border-right: 2px solid #E8E6E3;
  overflow: auto; }
  @media screen and (max-width: 1199px) {
    .js-topic-index.affix-top,
    .js-topic-index.affix-bottom,
    .js-topic-index.affix {
      max-width: 210px; } }

.js-topic-index-mobile.affix {
  left: 0; }
  @media screen and (max-width: 991px) {
    .js-topic-index-mobile.affix .c-topic__aside-mobile .hamburger {
      padding-right: 0; } }

@media screen and (max-width: 991px) {
  .js-topic-index-mobile.affix-top {
    max-width: 720px !important; }
    .js-topic-index-mobile.affix-top .c-topic__aside-mobile .hamburger {
      padding-right: 30px; } }

@media screen and (max-width: 719px) {
  .js-topic-index-mobile.affix-top .c-topic__aside-mobile .hamburger {
    padding-right: 0; } }

/* crit:end */
.o-contentslider {
  padding-bottom: 15px; }
  .o-contentpage .o-contentslider:not(:last-child) {
    margin-bottom: 0px; }
  .o-contentslider .slick-list {
    border: 1px solid rgba(0, 0, 0, 0.1); }

.o-form {
  padding: 28px 35px 43px;
  background-color: #f9f9f9;
  /* crit */ }
  .o-form-label {
    color: #4c4c4c;
    margin-bottom: 0;
    font-size: 15px;
    font-size: 0.9375rem;
    /* crit */ }
  .o-form-text {
    /* crit:start */
    border-radius: 3px;
    border: solid 1px #CAC5C0;
    padding: 12px 20px;
    background-color: #fff;
    font-size: 15px;
    font-size: 0.9375rem;
    /* crit:end */
    transition: .3s all; }
    .o-form-text:focus {
      background-color: #fff; }
  .o-form-select {
    /* crit:start */
    /* crit:end */
    transition: .3s all;
    background-color: #fff; }
    .o-form-select.is-rendered {
      opacity: 1;
      /* crit */ }
    .o-form-select.bootstrap-select {
      position: relative;
      cursor: pointer;
      display: inline-block;
      border-radius: 3px; }
      .o-form-select.bootstrap-select.is-full-width .dropdown-toggle {
        width: 100%; }
      .o-form-select.bootstrap-select.is-full-width .dropdown-menu {
        width: 100%; }
      .o-form-select.bootstrap-select.open {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
        .o-form-select.bootstrap-select.open .btn {
          background-color: transparent;
          border-bottom-color: transparent; }
      @media (min-width: 992px) {
        .o-form-select.bootstrap-select select {
          position: absolute !important;
          width: 1px;
          height: 1px;
          overflow: hidden;
          clip: rect(0, 0, 0, 0);
          min-width: auto; } }
      @media (max-width: 991px) {
        .o-form-select.bootstrap-select select.mobile-device {
          position: absolute;
          top: 0;
          right: auto;
          bottom: 0;
          left: 0;
          width: 100%;
          opacity: 0;
          z-index: 2; } }
      .o-form-select.bootstrap-select .dropdown-menu {
        font-size: inherit;
        border-radius: 0;
        min-width: 0;
        margin-top: -2px;
        border-top: 0;
        border-color: #E8E6E3; }
        .o-form-select.bootstrap-select .dropdown-menu a {
          padding-left: 14px;
          padding-right: 14px; }
      .o-form-select.bootstrap-select .bs-caret {
        position: absolute;
        right: 14px;
        bottom: 2px;
        color: #CAC5C0;
        font-size: 20px;
        font-size: 1.25rem; }
      .o-form-select.bootstrap-select .caret {
        border: 0;
        width: auto;
        height: auto; }
        .o-form-select.bootstrap-select .caret:before {
          font-family: 'g-icons' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          display: inline-block;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: ""; }
      .o-form-select.bootstrap-select .btn {
        padding: 11px 26px 11px 14px;
        border: solid 1px #CAC5C0;
        position: relative;
        background-color: #fff;
        border-radius: 3px;
        width: 100%; }
      .o-form-select.bootstrap-select .inner {
        position: static;
        float: none;
        border: 0;
        padding: 0;
        margin: 0;
        border-radius: 0;
        box-shadow: none; }
    .o-form-select--2.bootstrap-select .bs-caret {
      height: 24px;
      border-left: 1px solid #E8E6E3;
      padding-left: 16px;
      padding-right: 12px;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 24px;
      line-height: 1.5rem; }
    .o-form-select--2.bootstrap-select .btn {
      padding-right: 58px; }
  .o-form-group:not(:last-child) .o-form-group__col {
    padding-bottom: 18px;
    /* crit */ }
    @media (max-width: 767px) {
      .c-form--contact .o-form-group:not(:last-child) .o-form-group__col {
        display: block;
        padding-bottom: 6px; } }
  @media (max-width: 767px) {
    .c-form--contact .o-form-group__col {
      display: block;
      padding-bottom: 12px; } }
  @media (max-width: 767px) {
    .c-form--contact .o-form-group {
      display: block; } }

@media (min-width: 992px) {
  .o-glossary {
    margin-bottom: 346px; } }

.o-glossary__section:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px solid #E8E6E3;
  /* crit */ }

.o-glossary__section-head {
  margin-bottom: 17px;
  /* crit */ }

.o-glossary__letter {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 38px;
  line-height: 2.375rem;
  /* crit */ }

.o-glossary__term {
  font-family: 'Open Sans', Arial, 'sans-serif';
  color: #45494B;
  text-transform: capitalize;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  /* crit */ }

.o-glossary__item:not(:last-child) {
  margin-bottom: 24px;
  /* crit */ }

.o-gotop {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #381A77; }
  .o-gotop:hover, .o-gotop:focus {
    color: #381A77; }

/* crit:start */
.o-iconcss-close {
  position: absolute;
  margin-top: 0;
  margin-left: 0;
  width: 24px;
  height: 24px; }
  .o-iconcss-close:before, .o-iconcss-close:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: currentColor;
    left: 0; }
  .o-iconcss-close:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .o-iconcss-close:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

/* crit:end */
.o-inputbox__box {
  width: 18px;
  height: 18px;
  border: 1px solid #E8E6E3;
  top: 2px;
  /* crit */ }
  .o-inputbox--radio .o-inputbox__box {
    border-radius: 50%;
    /* crit */ }
  .o-inputbox__box:before {
    font-family: 'g-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    line-height: 18px;
    line-height: 1.125rem;
    color: #fff;
    opacity: 0;
    /* crit */ }
    .o-inputbox--radio .o-inputbox__box:before {
      content: '';
      background-color: #fff;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      /* crit */ }
  input:checked ~ .o-inputbox__box, .is-selected .o-inputbox__box {
    background-color: #492BA6;
    border-color: #492BA6;
    /* crit */ }
    input:checked ~ .o-inputbox__box:before, .is-selected .o-inputbox__box:before {
      opacity: 1;
      /* crit */ }
    input:disabled ~ input:checked ~ .o-inputbox__box, input:disabled ~ .is-selected .o-inputbox__box {
      opacity: .4;
      /* crit */ }
  input:focus ~ .o-inputbox__box {
    box-shadow: 0 0 10px 0 rgba(56, 26, 119, 0.25); }
  input:disabled ~ .o-inputbox__box {
    opacity: .4;
    /* crit */ }

input:disabled ~ .o-inputbox__text {
  opacity: .4; }

.o-input {
  background-color: #F7F5F2;
  width: 100%;
  color: #45494B;
  border: 1px solid rgba(140, 140, 140, 0.5);
  min-height: 3rem;
  padding: 0.5rem 1.25rem;
  box-shadow: inset 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px; }
  .o-input:focus {
    outline: 0; }

.o-styled-input__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
  .o-styled-input__input:checked + .o-styled-input__label .o-styled-input__icon-container {
    background-color: #492BA6;
    border-color: #492BA6;
    margin-top: 3px; }
    .o-styled-input__input:checked + .o-styled-input__label .o-styled-input__icon-container .g-icon-check, .o-styled-input__input:checked + .o-styled-input__label .o-styled-input__icon-container .g-icon-dash {
      display: block; }
  .o-styled-input__input:hover + .o-styled-input__label .o-styled-input__icon-container {
    border-color: #492BA6; }
  .o-styled-input__input[type="radio"] + .o-styled-input__label .o-styled-input__icon-container {
    border-radius: 50%; }
    .o-styled-input__input[type="radio"] + .o-styled-input__label .o-styled-input__icon-container .g-icon-check, .o-styled-input__input[type="radio"] + .o-styled-input__label .o-styled-input__icon-container .g-icon-dash {
      font-size: 0.8rem; }

.o-styled-input__label {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: start;
      align-items: flex-start;
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  color: #45494B; }

.o-styled-input__span {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  justify-items: center;
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  color: #492BA6;
  cursor: pointer; }

.o-styled-input__icon-container {
  background-color: #fff;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  display: inline-block;
  margin-right: 1rem;
  margin-top: 3px;
  border: 1px solid #CAC5C0;
  border-radius: 2px;
  position: relative; }
  .o-styled-input__icon-container .g-icon-check, .o-styled-input__icon-container .g-icon-dash {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 1rem;
    color: #fff;
    display: none; }

.o-landingpage__head {
  margin-bottom: 36px;
  /* crit */ }

.o-landingpage__title {
  color: #492BA6; }

.o-landingpage__linkcols {
  margin-bottom: 30px;
  /* crit */ }

.o-landingpage__linkrow {
  margin-left: -15px;
  margin-right: -15px;
  /* crit */ }
  .o-landingpage__linkrow [class^=col-] {
    padding-left: 15px;
    padding-right: 15px;
    /* crit */ }
  .o-landingpage__linkrow .u-mb-gutter {
    margin-bottom: 30px;
    /* crit */ }

.o-landingpage__linkcol__home__mobile {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem; }

.o-linkbox {
  border: 1px solid #E8E6E3;
  background-color: #F7F5F2;
  padding: 32px 24px;
  height: 100%;
  /* crit */ }
  .o-linkbox__topic {
    padding: 24px; }
  @media (max-width: 991px) {
    .o-linkbox {
      padding-left: 30px;
      padding-right: 30px;
      /* crit */ } }
  .o-linkbox__media {
    margin-bottom: 14px; }
  .o-linkbox__text {
    line-height: 1.25;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700; }
    .o-linkbox__text__topic {
      line-height: 28px;
      line-height: 1.75rem; }
      .o-linkbox__text__topic-mobile {
        font-size: 16px !important;
        font-size: 1rem !important;
        line-height: 24px !important;
        line-height: 1.5rem !important; }
    .o-linkbox__text:after {
      font-family: 'g-icons' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: 'g-icons' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 9px;
      font-size: 0.5625rem;
      margin-left: 5px; }
  .o-linkbox__img {
    max-height: 130px; }
  .lt-ie10 .o-landingpage__linkcol .o-linkbox, .lt-ie10
  .c-hometopics .o-linkbox {
    min-height: 323px; }
  .o-linkbox .u-tac:not(.o-linkbox__text) {
    display: none; }

.o-lister {
  z-index: 1;
  position: relative;
  background: white; }
  @media screen and (max-width: 991px) {
    .o-lister {
      margin-top: -5px; } }
  .o-lister__head {
    margin-bottom: 24px; }
  .o-lister__subhead {
    margin-bottom: 5px;
    padding: 15px 15px 10px 15px;
    border-left: 1px solid #E8E6E3;
    border-right: 1px solid #E8E6E3;
    border-bottom: 1px solid #E8E6E3;
    background-color: #F7F5F2; }
  .o-lister__body {
    margin-bottom: 24px; }
    .c-search .o-lister__body {
      border-bottom: 0;
      margin-bottom: 0;
      /* crit */ }
  .o-lister__filter {
    background-color: #f0f0f0;
    padding: 8px 15px 8px 20px;
    font-size: 13px;
    font-size: 0.8125rem;
    /* crit */ }
    @media (max-width: 991px) {
      .o-lister__filter {
        padding: 20px; } }
    @media print {
      .o-lister__filter {
        display: none; } }
    .c-search .o-lister__filter {
      border: 0;
      background-color: #fff;
      /* crit */ }
    .o-lister__filter-count {
      font-size: 13px;
      font-size: 0.8125rem; }
      .c-search .o-lister__filter-count {
        font-size: 15px;
        font-size: 0.9375rem;
        font-weight: bold; }
    .o-lister__filter-subtitle {
      margin-right: 12px;
      color: #45494B; }
    @media (max-width: 991px) {
      .o-lister__filter-item {
        display: block;
        text-align: left; }
        .o-lister__filter-item:not(:last-child) {
          margin-bottom: 12px;
          /* crit */ } }
    .o-lister__filter-item--sorter {
      width: 29%;
      text-align: right;
      color: #45494B; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .o-lister__filter-item--sorter {
          width: 33%; } }
      @media (max-width: 991px) {
        .o-lister__filter-item--sorter {
          width: auto;
          display: inline-block;
          vertical-align: middle; }
          .o-lister__filter-item--sorter.o-lister__filter-item--sorter {
            margin-bottom: 10px;
            margin-right: 20px; } }
      @media (max-width: 767px) {
        .o-lister__filter-item--sorter {
          width: auto;
          text-align: left;
          margin-right: 10px; } }
      @media (max-width: 320px) {
        .o-lister__filter-item--sorter {
          width: 100%;
          margin-bottom: 10px !important; } }
    .o-lister__filter-itembox {
      background-color: #fff;
      border-radius: 2px;
      margin-left: 10px;
      padding-left: 10px;
      display: inline-block; }
      .o-lister__filter-itembox .btn {
        border: 0 !important;
        padding: 9px 50px 9px 0px !important; }
        .o-lister__filter-itembox .btn .filter-option {
          color: #45494B; }
        .o-lister__filter-itembox .btn .bs-caret {
          border-left: 1px solid #E8E6E3;
          height: 38px;
          top: 0;
          padding-left: 8px;
          padding-right: 0px;
          vertical-align: middle;
          line-height: 40px;
          line-height: 2.5rem; }
      @media (max-width: 991px) {
        .o-lister__filter-itembox {
          width: 100%;
          display: -ms-flexbox;
          display: flex;
          margin-left: 0;
          margin-right: 10px;
          min-height: 38px;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
    .o-lister__filter-itemwrap {
      background-color: #fff;
      display: inline-block;
      border: 1px solid #CAC5C0;
      border-radius: 2px;
      padding-left: 15px; }
      .o-lister__filter-itemwrap .o-lister__filter-subtitle {
        margin-right: 0;
        font-size: 15px;
        font-size: 0.9375rem; }
      .o-lister__filter-itemwrap .o-form-select.bootstrap-select .btn {
        border: 0;
        padding: 13px 26px 13px 14px;
        color: #45494B;
        font-size: 15px;
        font-size: 0.9375rem; }
      .o-lister__filter-itemwrap .o-form-select.bootstrap-select .bs-caret {
        top: 9px; }
      .o-lister__filter-itemwrap .dropdown-menu > li > a {
        color: #45494B; }
    .o-lister__filter-input {
      color: #381A77; }
      .o-lister__filter--alt .o-lister__filter-input {
        border: 0; }
    .o-lister__filter--alt {
      background-color: #381A77;
      color: #fff;
      /* crit */ }
  .o-lister__pagination {
    font-size: 14px;
    font-size: 0.875rem; }
    .o-lister__pagination-all:hover, .o-lister__pagination-all:focus {
      text-decoration: underline; }
    .o-lister__pagination-list {
      border: 1px solid #d7d1e4;
      font-size: 15px;
      font-size: 0.9375rem;
      /* crit */ }
    .o-lister__pagination-item {
      position: relative;
      background-color: #f8f8f8;
      /* crit */ }
      .o-lister__pagination-item:not(:last-child) {
        border-right: 1px solid #d7d1e4;
        /* crit */ }
      .o-lister__pagination-item.active {
        background-color: #492BA6;
        color: #fff;
        font-weight: bold;
        border: 1px solid #492BA6; }
        .o-lister__pagination-item.active > a {
          color: #fff; }
    .o-lister__pagination-link {
      padding: 11px 14px;
      line-height: 1;
      color: #492BA6;
      /* crit */ }
    @media (max-width: 480px) {
      .o-lister__pagination .u-vam {
        display: block;
        text-align: left; } }
  .o-lister__item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    border-bottom: 1px dashed #E8E6E3; }
    .o-lister__item-search {
      display: block; }
    .o-lister__item:not(:last-child) {
      /* crit */ }
    .o-lister__item--icon-m .o-lister__item-icon {
      font-size: 1.8rem; }
      .o-lister__item--icon-m .o-lister__item-icon:hover {
        color: #fff;
        text-decoration: none; }
    .o-lister__item--icon-l .o-lister__item-icon {
      font-size: 3.6rem; }
      .o-lister__item--icon-l .o-lister__item-icon:hover {
        color: #fff;
        text-decoration: none; }
    .o-lister__item--horizontal .o-lister__item-icon {
      margin-right: 1rem;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .o-lister__item--horizontal .o-lister__item-title {
      margin-bottom: 0;
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 1.6; }
    .o-lister__item--horizontal .o-lister__item-content {
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
    .o-lister__item--horizontal .o-lister__item-head {
      margin-right: 1.5rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
    .o-lister__item--download {
      padding: 1rem 0; }
      .o-lister__item--download .o-lister__item-body {
        display: -ms-flexbox;
        display: flex; }
        @media (max-width: 991.98px) {
          .o-lister__item--download .o-lister__item-body {
            -ms-flex-direction: column;
                flex-direction: column; }
            .o-lister__item--download .o-lister__item-body > .o-lister__item-content {
              margin-top: 1rem; } }
        @media (min-width: 992px) {
          .o-lister__item--download .o-lister__item-body__container {
            padding-right: 1rem; } }
        .o-lister__item--download .o-lister__item-body__container {
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
      .o-lister__item--download .o-lister__item-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        color: #381A77; }
        .o-lister__item--download .o-lister__item-content .o-btn {
          width: 100%; }
      .o-lister__item--download .o-lister__item-icon.o-lister__item-icon {
        text-decoration: none;
        color: #fff;
        background-color: #368DC4;
        background: #492BA6;
        width: 72px;
        height: 72px;
        font-size: 3rem; }
      .o-lister__item--download .o-lister__item-body .o-lister__item-title {
        text-decoration: none; }
        .o-lister__item--download .o-lister__item-body .o-lister__item-title:hover {
          text-decoration: underline; }
      .o-lister__item--download .o-lister__item-body p {
        margin-bottom: 0 !important; }
    .o-lister__item-icon {
      color: #fff;
      background: #492BA6;
      width: 60px;
      height: 60px;
      border-radius: 4px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      margin-right: 1.5rem;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      @media print {
        .o-lister__item-icon .icon-series-data path {
          fill: #ababab; } }
    .o-lister__item-head {
      margin-bottom: 10px; }
      .o-lister__item-head > span {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 20px;
        line-height: 1.25rem;
        color: #381A77;
        display: block; }
      .o-lister__item-head > a span.g-icon-arrow-right {
        font-size: 10px;
        font-size: 0.625rem;
        font-weight: 700; }
    .o-lister__item-body {
      -ms-flex-positive: 1;
          flex-grow: 1; }
    .o-lister__item-footer {
      font-size: 12px;
      font-size: 0.75rem; }
      .o-lister__item-head + .o-lister__item-footer {
        margin-top: -6px; }
    .o-lister__item-title {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 28px;
      line-height: 1.75rem;
      color: #492BA6;
      display: inline-block;
      margin-bottom: 0.5rem;
      /* crit */ }
      .o-lister__item-title:after {
        font-size: 9px;
        font-size: 0.5625rem;
        margin-left: 0.5rem; }
      .o-lister__item-title .g-icon-arrow-right {
        font-size: 9px;
        font-size: 0.5625rem; }
        .o-lister__item-title .g-icon-arrow-right:before {
          content: ""; }
    .o-lister__item-content {
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 1.6;
      color: #45494B;
      padding-bottom: 8px;
      /* crit */ }
      .o-lister__item-content a {
        color: #492BA6; }
      .o-lister__item-content span > *:not([class]):last-child {
        margin-bottom: 0; }
    .o-lister__item-side img {
      max-width: 144px;
      max-height: 134px;
      margin-left: 3rem;
      border: 1px solid #E8E6E3;
      aspect-ratio: 4 / 3; }
    .o-lister__item-side .factsheet-image img {
      max-width: 93px;
      max-height: 132px;
      margin-left: 3rem;
      border: 1px solid #E8E6E3;
      aspect-ratio: 1 / 1.41; }
  .o-lister__footer {
    margin-bottom: 24px;
    border: 1px solid #E8E6E3;
    padding: 15px;
    background-color: #F7F5F2;
    /* crit */ }

.o-lister__item-footer .o-lister__item-footer-col:nth-of-type(1) {
  width: 100%;
  display: block;
  margin-bottom: 12px; }
  @media (min-width: 768px) {
    .o-lister__item-footer .o-lister__item-footer-col:nth-of-type(1) {
      width: 50%;
      margin-bottom: 0;
      display: table-cell; } }

.o-lister__item-footer .o-lister__item-footer-col:nth-of-type(2) {
  width: 100%;
  display: block; }
  @media (min-width: 768px) {
    .o-lister__item-footer .o-lister__item-footer-col:nth-of-type(2) {
      width: auto; } }

/* crit:start */
.o-loader {
  transition: opacity .3s, z-index .1s .3s; }
  .o-loader.is-hidden {
    opacity: 0;
    z-index: -1; }
  .o-loader__box {
    padding: 15px; }
  .o-loader__ring {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
    border: 3px solid #ddd;
    border-top: 3px solid #492BA6;
    border-radius: 50%;
    height: 75px;
    width: 75px; }

/* crit:end */
.o-quickfacts {
  border-bottom: 1px solid #E8E6E3;
  padding-bottom: 40px;
  color: #381A77; }
  .o-contentpage .o-quickfacts:not(:last-child) {
    margin-bottom: 36px; }
  .o-quickfacts__head {
    margin-bottom: 40px; }
  .o-quickfacts__fact {
    padding: 35px; }
    .o-quickfacts__fact-body {
      margin-bottom: 12px; }
      .o-quickfacts__fact-bodyhead {
        margin-bottom: 9px; }
    .o-quickfacts__fact-head {
      margin-bottom: 14px; }
    .o-quickfacts__fact-img {
      max-height: 130px; }
    .o-quickfacts__fact-title {
      font-family: Gibson, Arial, 'sans-serif';
      font-size: 45px;
      font-size: 2.8125rem; }
  .o-quickfacts__row {
    border-collapse: collapse; }
  .o-quickfacts__col {
    border: 1px solid #E8E6E3;
    border-radius: 6px; }
    .o-quickfacts__col:nth-child(odd) {
      border-bottom-right-radius: 0; }
      @media (max-width: 991px) {
        .o-quickfacts__col:nth-child(odd) {
          border-bottom-left-radius: 0; } }
      @media (min-width: 992px) {
        .o-quickfacts__col:nth-child(odd) {
          border-top-right-radius: 0; } }
    .o-quickfacts__col:nth-child(even) {
      border-top-left-radius: 0; }
      @media (max-width: 991px) {
        .o-quickfacts__col:nth-child(even) {
          border-top: 0;
          border-top-right-radius: 0; } }
      @media (min-width: 992px) {
        .o-quickfacts__col:nth-child(even) {
          border-left: 0;
          border-bottom-left-radius: 0; } }

.o-radio {
  position: relative;
  margin-bottom: 4px; }
  .o-radio:not(:last-child) {
    margin-right: 4px; }
  .o-radio input[type='radio'] {
    position: absolute;
    visibility: hidden; }
    .o-radio input[type='radio']:checked ~ label {
      background-color: #70C5DA;
      color: #45494B;
      box-shadow: inset 0px -3px 0px #2C135D; }
      .o-radio input[type='radio']:checked ~ label .o-radio--icon {
        opacity: 1; }
  .o-radio label {
    display: inline-block;
    background-color: #3A2285;
    box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.22);
    border-radius: 2px;
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 10px 15px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    height: 42px;
    text-transform: capitalize;
    -webkit-transition: all 0.25s linear;
    /*crit*/ }
    .o-radio label:hover {
      background-color: #70C5DA;
      color: #45494B; }
  .o-radio--icon {
    opacity: 0.5;
    margin-right: 8px;
    vertical-align: middle;
    font-size: 15px;
    font-size: 0.9375rem; }

.o-richtext > *:not([class]):last-child {
  margin-bottom: 0;
  padding-bottom: 0; }

.o-richtext a:not(.o-collapselist__title-link) {
  text-decoration: underline; }

.o-richtext ol:not(.slick-dots),
.o-richtext ul:not(.slick-dots) {
  padding-left: 20px; }
  .o-richtext ol:not(.slick-dots) li,
  .o-richtext ul:not(.slick-dots) li {
    margin: 5px 0 0;
    padding-left: 5px; }
    .o-richtext ol:not(.slick-dots) li:before,
    .o-richtext ul:not(.slick-dots) li:before {
      content: '';
      width: 6px;
      height: 6px;
      border-radius: 10px;
      position: absolute;
      left: 0;
      top: 10px;
      display: inline-block; }
  .o-richtext ol:not(.slick-dots) li::marker,
  .o-richtext ul:not(.slick-dots) li::marker {
    color: #492BA6; }

.o-dropdown-select {
  border: solid 1px #cac5c0;
  border-radius: 2px;
  position: relative;
  background: #fff;
  box-sizing: border-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  min-width: 200px; }
  .o-dropdown-select > select {
    position: relative;
    width: 100%;
    padding: 0.675rem 1.25rem;
    color: #666;
    border: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent; }
  .o-dropdown-select > label {
    padding-right: 0.25rem;
    padding-left: 1rem;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 15px;
    font-size: 0.9375rem; }
  .o-dropdown-select:after {
    font-family: 'g-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    font-size: 1.25rem;
    height: 100%;
    width: 40px;
    border-left: 1px solid #CAC5C0;
    padding: 13px;
    pointer-events: none; }

.o-dropdown-container {
  position: relative; }
  .o-dropdown-container__selector {
    padding: 10px 12px;
    cursor: pointer; }
    .o-dropdown-container__selector-big:after {
      padding: 23px 13px; }
    .o-dropdown-container__selector:hover {
      border: 1px solid #368DC4; }
    .o-dropdown-container__selector:focus {
      box-shadow: 0px 0px 6px #368DC4;
      border: 1px solid #368DC4; }
  .o-dropdown-container__list {
    background: #fff;
    width: 100%;
    position: absolute;
    z-index: 2000;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 4px 4px;
    border: 1px solid #ccc;
    border-top: none;
    display: none; }
    .o-dropdown-container__list.active {
      display: block; }
    .o-dropdown-container__list-item {
      padding: 5px 9px;
      background: #fff;
      border: 3px solid #fff;
      width: 100%;
      cursor: pointer; }
      .o-dropdown-container__list-item:hover {
        background: #E8E6E3; }
      .o-dropdown-container__list-item p {
        margin: 0; }
      .o-dropdown-container__list-item p.no-data {
        font-weight: 600;
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 20px;
        line-height: 1.25rem;
        color: #368DC4; }
    .o-dropdown-container__list-default-note {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 20px;
      line-height: 1.25rem;
      text-align: right;
      padding: 5px 20px;
      border-top: 1px solid #E8E6E3; }
      .o-dropdown-container__list-default-note::before {
        content: " ";
        background-color: #F7AC16;
        width: 8px;
        height: 8px;
        display: inline-block;
        border-radius: 50%;
        position: relative;
        left: -5px; }
  .o-dropdown-container__scroll {
    max-height: 305px;
    overflow-y: scroll; }
  .o-dropdown-container .select_overlay {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1000; }

.o-sidefactninfoindex__body {
  padding: 16px 24px;
  /* crit */ }

.o-sidefactninfoindex__item:not(:last-child) {
  padding-bottom: 8px;
  border-bottom: 1px dotted #E8E6E3;
  margin-bottom: 8px;
  /* crit */ }

.o-sidefactninfoindex__item-icon {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #492BA6;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #E8E6E3;
  border-radius: 50px;
  line-height: 40px;
  line-height: 2.5rem;
  /* crit */ }

.o-sidefactninfoindex__item-arrow {
  color: #45494B;
  /* crit */ }
  .o-sidefactninfoindex__item-arrow:before {
    content: ""; }

.o-sidefactninfoindex__item-col-icon {
  min-width: 40px; }

.o-sidefactninfoindex__item-col-arrow {
  width: 25px;
  font-size: 13px;
  font-size: 0.8125rem; }

.o-sidefactninfoindex__item-link:hover, .o-sidefactninfoindex__item-link:focus {
  color: #4c4c4c; }

.o-sidefactninfoindex__item-text {
  color: #4c4c4c;
  font-size: 16px;
  font-size: 1rem;
  /* crit */ }
  .o-sidefactninfoindex__item-text:hover, .o-sidefactninfoindex__item-text:focus {
    color: #4c4c4c; }

.o-sidefactninfoindex__collapseicon {
  right: 0;
  /* crit */ }
  .o-sidefactninfoindex__collapseicon:before {
    content: "";
    /* crit */ }
  .collapsed .o-sidefactninfoindex__collapseicon:before {
    content: "";
    /* crit */ }

.o-factsheet {
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 37px; }
  .o-factsheet__body {
    margin-bottom: 30px; }
  .o-factsheet__listhead {
    margin-bottom: 12px; }
  .o-factsheet__listitem:not(:last-child) {
    margin-bottom: 24px; }
  .o-factsheet__listtitle {
    color: #381A77; }
    .o-factsheet__listtitle:hover, .o-factsheet__listtitle:focus {
      color: #381A77; }
    .o-factsheet__listtitle-icon {
      color: #492BA6;
      font-size: 20px;
      font-size: 1.25rem;
      margin-right: 13px; }

.o-sideglossary {
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 37px; }
  .o-sideglossary__body {
    margin-bottom: 30px; }
  .o-sideglossary__listitem:not(:last-child) {
    margin-bottom: 12px; }

.o-sideglossaryindex__body {
  padding: 24px;
  background-color: #fff;
  /* crit */ }

.o-sideglossaryindex__anchor.is-disabled {
  cursor: not-allowed;
  color: #E8E6E3; }
  .o-sideglossaryindex__anchor.is-disabled .o-sideglossaryindex__link {
    border-color: #F7F5F2;
    background-color: #F7F5F2;
    color: #E8E6E3; }

.o-sideglossaryindex__link {
  border: 1px solid #CAC5C0;
  background-color: #F7F5F2;
  border-radius: 100%;
  color: #381A77;
  font-weight: 700;
  transition: .3s;
  /* crit */ }
  .o-sideglossaryindex__link:hover, .o-sideglossaryindex__link:focus, .active .o-sideglossaryindex__link {
    background-color: #492BA6;
    color: #fff;
    border: 1px solid #492BA6; }
  .is-indicator-disabled .o-sideglossaryindex__link {
    background-color: #f8f8f8; }
    .is-indicator-disabled .o-sideglossaryindex__link:after {
      visibility: hidden; }

.o-sideglossaryindex__row {
  margin-left: -4px;
  margin-right: -4px;
  /* crit */ }

.o-sideglossaryindex__col {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  min-height: 1px;
  padding-left: 3px;
  padding-right: 3px;
  width: 14.2857142857%;
  -ms-flex-preferred-size: 14.2857142857%;
      flex-basis: 14.2857142857%;
  max-width: 14.2857142857%;
  margin-bottom: 7px;
  /* crit */ }
  @media (min-width: 640px) and (max-width: 991px) {
    .o-sideglossaryindex__col {
      width: 8.3333333333%;
      -ms-flex-preferred-size: 8.3333333333%;
          flex-basis: 8.3333333333%;
      max-width: 8.3333333333%;
      /* crit */ } }
  .lt-ie10 .o-sideglossaryindex__col {
    float: left;
    /* crit */ }

@media (min-width: 992px) {
  .o-sideglossaryindex__collapsepanel.collapse {
    height: 100% !important;
    display: block !important;
    /* crit */ } }

.o-sideglossaryindex__collapseicon {
  right: 0;
  /* crit */ }
  .o-sideglossaryindex__collapseicon:before {
    content: "";
    /* crit */ }
  .collapsed .o-sideglossaryindex__collapseicon:before {
    content: ""; }

/* crit:start */
.o-simplelist__item {
  padding: 10px 0;
  border-bottom: 2px solid #E8E6E3; }
  .o-simplelist--style2 .o-simplelist__item {
    padding: 17px 0; }

.o-simplelist__col--mid {
  padding: 0 12px; }
  .o-simplelist--style2 .o-simplelist__col--mid {
    padding: 0 36px; }
    @media (max-width: 479px) {
      .o-simplelist--style2 .o-simplelist__col--mid {
        padding: 0;
        display: block;
        /* crit */ } }

.o-simplelist__col--media-img {
  width: 126px; }
  @media (max-width: 479px) {
    .o-simplelist--style2 .o-simplelist__col--media-img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 7.5px;
      /* crit */ } }

.o-simplelist__arrowcol {
  top: 0;
  right: -36px; }
  @media (max-width: 479px) {
    .o-simplelist--style2 .o-simplelist__arrowcol {
      right: 0;
      /* crit */ } }

/* crit:end */
.o-skiptocontent {
  background-color: #381a77; }
  .o-skiptocontent:focus, .o-skiptocontent:active {
    color: white;
    position: absolute;
    top: 0;
    z-index: 999; }

.o-slick {
  opacity: 0;
  /* crit */ }
  .o-slick.c-homeslider__slides {
    max-height: 200px;
    overflow: hidden;
    /* crit */ }
  .o-slick.c-headerslider__slides {
    max-height: 373px;
    overflow: hidden;
    /* crit */ }
  .o-slick.o-contentslider__slides {
    max-height: 420px;
    overflow: hidden; }
  .o-slick.slick-initialized {
    max-height: none;
    overflow: auto;
    height: 220px;
    transition: opacity .5s;
    padding-left: 30px;
    margin-right: 10px;
    opacity: 1; }
    @media (max-width: 991px) {
      .o-slick.slick-initialized {
        margin-left: 15px;
        margin-right: 15px; } }
    @media (max-width: 768px) {
      .o-slick.slick-initialized {
        margin-left: 0;
        margin-right: 0; } }

.o-stickywrapper {
  position: relative; }

.o-tabs__nav {
  font-size: 14px;
  font-size: 0.875rem; }
  .o-tabs__nav-link {
    color: #45494B;
    padding: 12px 25px;
    /* crit */ }
    .o-tabs__nav-link--biggervpad {
      padding-top: 9px;
      padding-bottom: 9px; }
    .o-tabs__nav-link:hover, .o-tabs__nav-link:focus {
      color: #381A77; }
    .o-tabs--bordered .o-tabs__nav-link {
      position: relative;
      font-size: 16px;
      font-size: 1rem; }
      .o-tabs--bordered .o-tabs__nav-link:after {
        content: '';
        border-bottom: 1px solid #E8E6E3;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0; }
    .active .o-tabs__nav-link:after {
      content: none; }
  .o-tabs__nav-item {
    /* crit:start */
    background-color: #E8E6E3;
    /* crit:end */
    transition: .3s all; }
    .o-tabs__nav-item.active {
      background-color: white;
      position: relative;
      box-shadow: none;
      /* crit */ }
      .o-tabs__nav-item.active:before {
        content: '';
        position: absolute;
        top: -4px;
        right: 0;
        left: -1px;
        border-top: 4px solid #70C5DA;
        /* crit */ }
      .o-tabs__nav-item.active:first-child:before {
        left: -1px; }
      .o-tabs--bordered .o-tabs__nav-item.active {
        border-bottom-color: transparent; }
      .o-tabs__nav-item.active .o-tabs__icon {
        background-color: #E8E6E3;
        color: #492BA6; }
    .o-tabs--bordered .o-tabs__nav-item {
      border: 1px solid #fff;
      border-bottom: 0; }
    @media (max-width: 399px) {
      .c-topic__sidetab-tabs .o-tabs__nav-item {
        text-align: center; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .c-topic__sidetab-tabs .o-tabs__nav-item {
        text-align: center; } }
  .c-search__tabs .o-tabs__nav {
    margin-top: 2px; }
    @media (max-width: 1199px) {
      .c-search__tabs .o-tabs__nav {
        table-layout: initial;
        white-space: nowrap;
        /* crit */ } }

.o-tabs__pane {
  display: none; }
  .o-tabs__pane.active {
    display: block; }

.o-tabs__content {
  padding-bottom: 23px; }

.o-tabs__icon {
  font-size: 25px;
  font-size: 1.5625rem;
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #492BA6;
  text-align: center;
  line-height: 40px;
  line-height: 2.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  border-radius: 40px; }
  @media (max-width: 399px) {
    .c-topic__sidetab-tabs .o-tabs__icon {
      display: block;
      margin-right: 0;
      margin-bottom: 7.5px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .c-topic__sidetab-tabs .o-tabs__icon {
      display: block;
      margin-right: 0;
      margin-bottom: 7.5px; } }
  .active .o-tabs__icon {
    color: #492BA6; }

.o-tabs--bordered {
  border-collapse: collapse; }

/* crit:start */
.o-topshare {
  margin-top: 24px;
  margin-bottom: 32px;
  margin-left: auto; }
  @media (max-width: 991px) {
    .o-topshare {
      max-width: 100px; } }

/* crit:end */
.c-listing {
  font-size: 15px;
  font-size: 0.9375rem; }
  .c-listing-side__container {
    padding: 24px; }
  .c-listing select {
    min-width: 50px;
    padding: 6px 12px;
    color: #666;
    padding-right: 58px;
    min-height: 42px; }
  .c-listing__sort-bar {
    background: #381A77;
    display: -ms-flexbox;
    display: flex; }
    .c-listing__sort-bar__column {
      background: #164f6e;
      display: inline-block; }
      .c-listing__sort-bar__column:not(:first-of-type) {
        border-left: 1px solid #fff; }
      .c-listing__sort-bar__column:nth-of-type(1) {
        -ms-flex: 1;
            flex: 1; }
      .c-listing__sort-bar__column:nth-of-type(2) {
        min-width: 120px; }
      .c-listing__sort-bar__column:nth-of-type(3) {
        min-width: 120px; }
        @media (max-width: 991.98px) {
          .c-listing__sort-bar__column:nth-of-type(3) {
            display: none; } }
      .c-listing__sort-bar__column:nth-of-type(4) {
        min-width: 120px; }
        @media (max-width: 991.98px) {
          .c-listing__sort-bar__column:nth-of-type(4) {
            display: none; } }
    .c-listing__sort-bar__nosort {
      min-width: 100px !important; }
      .c-listing__sort-bar__nosort:after {
        display: none !important; }
    .c-listing__sort-bar__toggle {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background-color: transparent;
      border: 0;
      margin: 0;
      color: #fff;
      width: 100%;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.625;
      padding: 16px 24px;
      text-align: left;
      font-weight: bold;
      position: relative; }
      .c-listing__sort-bar__toggle.asc:after {
        -webkit-transform: translate(0, -50%) rotate(180deg);
                transform: translate(0, -50%) rotate(180deg); }
      .c-listing__sort-bar__toggle:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #fff transparent transparent transparent;
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 1rem;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }
  .c-listing__control-bar {
    font-family: 'Open Sans', Arial, 'sans-serif';
    background: #164F6E;
    font-style: normal;
    font-weight: 600;
    min-height: 3.45rem;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
    line-height: 1.25rem;
    color: #381A77;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 6px;
    padding-right: 1rem; }
    .c-listing__control-bar .results-controls .o-dropdown-select:not(:first-of-type) {
      margin-left: 1rem; }
    @media (max-width: 991.98px) {
      .c-listing__control-bar {
        padding: 1rem;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
    @media (max-width: 736.98px) {
      .c-listing__control-bar {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
        .c-listing__control-bar .results-controls {
          margin-bottom: 1rem;
          width: 100%; }
          .c-listing__control-bar .results-controls .o-dropdown-select:not(:first-of-type) {
            margin-left: 0; }
          .c-listing__control-bar .results-controls select {
            width: 100%; }
          .c-listing__control-bar .results-controls__sort-label {
            min-width: 80px;
            -ms-flex-negative: 0;
                flex-shrink: 0; } }
    @media (max-width: 736.98px) {
      .c-listing__control-bar {
        height: auto; } }
    .c-listing__control-bar .results-label {
      color: #ffffff;
      margin-left: auto;
      margin-right: 0; }
      @media (max-width: 991.98px) {
        .c-listing__control-bar .results-label {
          margin-left: 0; } }
      @media (max-width: 736.98px) {
        .c-listing__control-bar .results-label {
          margin-top: 0.5rem; } }
    .c-listing__control-bar .results-controls {
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 736.98px) {
        .c-listing__control-bar .results-controls {
          -ms-flex-direction: column;
              flex-direction: column; } }
      .c-listing__control-bar .results-controls__sort {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        margin-left: 7px;
        margin-right: 0;
        border: 0;
        border-radius: 2px;
        position: relative;
        background: #fff;
        color: #636464;
        box-sizing: border-box; }
        @media (max-width: 736.98px) {
          .c-listing__control-bar .results-controls__sort:first-child {
            margin-bottom: 6px; } }
        .c-listing__control-bar .results-controls__sort-label {
          padding-left: 12px;
          margin-right: 8px;
          color: #45494B; }
        .c-listing__control-bar .results-controls__sort:after {
          font-family: 'g-icons' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          display: inline-block;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "";
          position: absolute;
          line-height: 0.5;
          right: 0;
          top: 0;
          font-size: 20px;
          font-size: 1.25rem;
          height: 100%;
          width: 36px;
          border-left: 1px solid #4c4c4c;
          padding: 12px;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 1199.98px) {
        .c-listing__control-bar .results-controls__sort {
          margin-left: 0;
          margin-right: 7px; } }
    .c-listing__control-bar .page-select select::-ms-expand {
      display: none; }
    @media (max-width: 736.98px) {
      .c-listing__control-bar .page-select {
        margin-bottom: 1rem; } }
    @media (max-width: 1199.98px) {
      .c-listing__control-bar .page-select {
        margin-left: 0px; } }
    .c-listing__control-bar .page-select .u-prb1 {
      font-weight: bold; }
    .c-listing__control-bar .sort-select select::-ms-expand {
      display: none; }
    .c-listing__control-bar .sort-select .u-prb1 {
      font-weight: bold; }
  .c-listing__filter-title {
    background: #164f6e;
    color: white;
    font-family: 'Open Sans', Arial, 'sans-serif';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
    padding: 16px 24px; }
  .c-listing__pagination {
    background: #f7f5f2;
    padding: 1rem 1.5rem;
    border: 1px solid #e8e6e3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .c-listing__pagination-item {
      float: left;
      border: 1px solid #e8e6e3;
      border-right: none;
      width: 2.5rem;
      height: 2.5rem;
      background: #ffffff;
      padding: 0px; }
      .c-listing__pagination-item:last-child {
        border-right: 1px solid #e8e6e3; }
      .c-listing__pagination-item.active {
        pointer-events: none; }
      .c-listing__pagination-item-inner {
        color: #164f6e;
        font-weight: 600;
        background: #ffffff;
        width: 100%;
        height: 100%;
        padding-top: 0.375rem;
        margin: 0px;
        text-align: center; }
        .active .c-listing__pagination-item-inner {
          background: #357aa9;
          color: #ffffff; }
  .c-listing__access-list {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    .c-listing__access-list-row {
      display: -ms-flexbox;
      display: flex; }
    .c-listing__access-list-label {
      -ms-flex-positive: 1;
          flex-grow: 1; }
    .c-listing__access-list li {
      border-bottom: 1px dotted #b5afa8;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
      .c-listing__access-list li:last-child {
        border-bottom: none; }
      @media (max-width: 991.98px) {
        .c-listing__access-list li {
          padding-top: 12px;
          padding-bottom: 12px; } }
      .c-listing__access-list li a .g-icon-angle-right {
        font-size: 12px;
        font-size: 0.75rem;
        padding-top: 0px;
        margin-left: 10px; }
      .c-listing__access-list li .c-listing__access-list-icon {
        min-width: 3.125rem;
        width: 3.125rem;
        height: 3.125rem;
        background: #e8e6e3;
        padding: 0.6rem 0.5rem;
        text-align: center;
        border-radius: 50%;
        margin-right: 10px;
        color: #368DC4;
        font-size: 20px;
        font-size: 1.25rem; }
        .c-listing__access-list li .c-listing__access-list-icon:before {
          line-height: 30.8px;
          line-height: 1.925rem; }
      .c-listing__access-list li .c-listing__access-list-topics {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 20px;
        line-height: 1.25rem;
        color: #45494b;
        margin-top: 5px;
        padding-right: 1rem; }
        @media (max-width: 736.98px) {
          .c-listing__access-list li .c-listing__access-list-topics {
            padding-right: 0; } }
      .c-listing__access-list li .c-listing__access-list-source {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
            align-items: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 20px;
        line-height: 1.25rem;
        color: #45494b; }
        .c-listing__access-list li .c-listing__access-list-source div > span > span {
          color: #492BA6;
          font-weight: 400;
          cursor: pointer;
          white-space: nowrap; }
          .c-listing__access-list li .c-listing__access-list-source div > span > span:hover {
            text-decoration: underline; }
  .c-listing__filter-search {
    background: #f7f5f2;
    border-bottom: 1px dashed #4c4c4c;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    position: relative; }
    .c-listing__filter-search h4 {
      margin-bottom: 1rem;
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 24px;
      line-height: 1.5rem;
      color: #45494b; }
    .c-listing__filter-search.c-listing__filter-search input {
      padding: 10px 16px;
      width: 100%;
      background-color: #fff; }
    .c-listing__filter-search .search-input__wrapper .g-icon-search {
      top: 50%;
      right: 12px;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .c-listing__filter {
    position: relative;
    border-bottom: 1px dashed #4c4c4c;
    padding-bottom: 1rem;
    margin-bottom: 1.25rem; }
    .c-listing__filter:last-of-type {
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 0; }
    .c-listing__filter-clear {
      top: 3px;
      right: 0; }
      .c-listing__filter-clear a {
        color: #381A77; }
    .c-listing__filter #categories {
      background-color: transparent;
      padding: 0;
      margin: 0;
      box-shadow: none; }
    .c-listing__filter .collapse {
      display: none; }
      @media screen and (min-width: 992px) {
        .c-listing__filter .collapse {
          display: block !important;
          height: auto !important; } }
      .c-listing__filter .collapse.Released {
        display: none !important; }
      .c-listing__filter .collapse.in {
        display: block; }
        .c-listing__filter .collapse.in.Released {
          display: block !important; }
  .c-listing__filterlist-list {
    padding-left: 0px;
    margin-left: 17px;
    margin-bottom: 0px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
    line-height: 1.25rem;
    color: #45494b;
    list-style: none; }
    .c-listing__filterlist-list li::before {
      content: "\2022";
      color: #368dc4;
      font-weight: bold;
      font-size: 17px;
      font-size: 1.0625rem;
      display: inline-block;
      width: 5px;
      margin-left: -1em; }
  .c-listing__filterlist-title {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 26px;
    line-height: 1.625rem;
    color: #45494b; }
  .c-listing__filterlist-head {
    pointer-events: none; }
    @media (max-width: 991.98px) {
      .c-listing__filterlist-head {
        pointer-events: initial; }
        .c-listing__filterlist-head + div > ul {
          padding-top: 1rem; } }
    .c-listing__filterlist-head-heading {
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 1.6; }
      @media (max-width: 991.98px) {
        .c-listing__filterlist-head-heading {
          margin-bottom: 0; } }
    .collapsed .c-listing__filterlist-head-icon:before {
      content: ""; }
  @media (min-width: 992px) {
    .c-listing__filterlist-body.collapse {
      display: block; } }
  @media (min-width: 992px) {
    .c-listing__filterlist-body.collapsing {
      height: auto !important; } }

.c-factninfo__title {
  color: #381A77; }

.c-factninfo__item {
  margin-bottom: 36px;
  /* crit */ }
  .c-factninfo__item-head {
    padding-bottom: 8px;
    border-bottom: 2px solid #8c8c8c; }
  .c-factninfo__item-link:hover, .c-factninfo__item-link:focus {
    text-decoration: none; }
  .c-factninfo__item-icon {
    font-size: 24px;
    font-size: 1.5rem; }
  .c-factninfo__item-arrow {
    transition: .3s transform;
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
    position: relative;
    font-size: 13px;
    font-size: 0.8125rem;
    display: none;
    top: 4.8px; }
    .c-factninfo__item-link:hover .c-factninfo__item-arrow, .c-factninfo__item-link:focus .c-factninfo__item-arrow {
      -webkit-transform: none;
              transform: none; }
    .c-factninfo__item-arrow:before {
      content: ""; }
  .c-factninfo__item-title {
    color: #492BA6; }
    .c-factninfo__item-link:hover .c-factninfo__item-title, .c-factninfo__item-link:focus .c-factninfo__item-title {
      color: #492BA6;
      text-decoration: underline; }
    .c-factninfo__item-title:after {
      font-family: 'g-icons' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 12px;
      font-size: 0.75rem;
      margin-left: 7px; }
  .c-factninfo__item-desc {
    color: #45494B; }
    .c-factninfo__list--faq .c-factninfo__item-link:hover .c-factninfo__item-desc, .c-factninfo__list--faq .c-factninfo__item-link:focus .c-factninfo__item-desc {
      color: #492BA6;
      text-decoration: underline; }
  @media (max-width: 479px) {
    .c-factninfo__item-content {
      padding-right: 32px;
      /* crit */ } }

.feedback-dialog {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%; }
  .feedback-dialog .modal-title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 32px;
    line-height: 2rem;
    color: #45494b; }
  .feedback-dialog .modal-header {
    border: none;
    padding: 40px 40px 0; }
    @media (max-width: 736.98px) {
      .feedback-dialog .modal-header {
        padding: 20px 20px 0; } }
    .feedback-dialog .modal-header button.close {
      background: #492BA6;
      border-radius: 4px;
      border: none;
      width: 48px;
      height: 48px;
      color: #ffffff;
      font-size: 12px;
      font-size: 0.75rem;
      position: absolute;
      top: 10px;
      right: 10px; }
      @media (min-width: 737px) {
        .feedback-dialog .modal-header button.close {
          margin: -30px;
          top: 40px;
          float: right;
          right: 40px; } }
  .feedback-dialog .modal-body {
    padding: 0 40px;
    font-family: 'Open Sans', Arial, 'sans-serif'; }
    @media (max-width: 736.98px) {
      .feedback-dialog .modal-body {
        padding: 0px 20px; } }
  .feedback-dialog .feedback-subtitle {
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.625rem;
    color: #45494b;
    margin-bottom: 12px; }
  .feedback-dialog label {
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.625rem;
    font-weight: bold;
    color: #45494b; }
  .feedback-dialog .field-validation-error {
    color: red; }
  .feedback-dialog .feedback-fieldset {
    background: #f7f5f2;
    border: 1px solid #e8e6e3;
    box-sizing: border-box;
    padding: 24px; }
    @media (max-width: 736.98px) {
      .feedback-dialog .feedback-fieldset {
        padding: 8px;
        margin-bottom: 8px; } }
    .feedback-dialog .feedback-fieldset .form__input {
      width: 100%;
      height: 48px;
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 22px;
      line-height: 1.375rem;
      color: #636464;
      padding-left: 16px; }
    .feedback-dialog .feedback-fieldset .form__field:not(:first-child):not(:last-child) {
      margin-top: 16px; }
    .feedback-dialog .feedback-fieldset label {
      font-weight: bold;
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 20px;
      line-height: 1.25rem;
      color: #45494b; }
  .feedback-dialog .btn--secondary {
    background: #381A77;
    box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.22);
    border-radius: 2px;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    float: right;
    border: none;
    padding: 12px 20px;
    margin: 20px 0;
    position: relative;
    top: -97px; }
    @media (max-width: 736.98px) {
      .feedback-dialog .btn--secondary {
        float: none;
        top: -9px;
        margin: 0; } }
  @media (max-width: 991.98px) {
    .feedback-dialog.normal-dialog .modal-header {
      padding-top: 2rem; } }
  .feedback-dialog.normal-dialog .modal-close {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 0.8rem; }
  .feedback-dialog.normal-dialog .btn--secondary {
    top: auto;
    float: none;
    margin-top: 0;
    margin-bottom: 0; }
    .feedback-dialog.normal-dialog .btn--secondary .g-icon-cross {
      font-size: 0.55rem;
      margin-left: 1rem; }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

footer {
  z-index: 2;
  position: relative; }

.c-footer {
  color: #a1a1a1;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-bottom: 45px;
  padding-top: 45px;
  z-index: 2;
  position: relative; }
  @media (max-width: 767px) {
    .c-footer {
      padding: 15px;
      padding-bottom: 15px; } }
  @media print {
    .c-footer {
      padding-bottom: 0 !important; } }
  @media (max-width: 767px) {
    .c-footer__top {
      padding-bottom: 10px !important; } }
  @media (min-width: 768px) {
    .c-footer__top {
      padding-bottom: 10px !important; } }
  .c-footer__logo {
    padding-top: 25px; }
    @media (max-width: 767px) {
      .c-footer__logo {
        text-align: left; } }
    @media (min-width: 768px) {
      .c-footer__logo {
        text-align: right; } }
    .c-footer__logo-link:not(:last-child) {
      margin-right: 20px; }
  .c-footer__nav-title {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff;
    line-height: 28px;
    line-height: 1.75rem;
    margin-bottom: 1em; }
  .c-footer__nav-item:not(:last-child) {
    margin-bottom: 5px; }
  .c-footer__nav-item img {
    padding: 7px;
    border: 2px solid white;
    border-radius: 100px;
    margin-right: 2px; }
  .c-footer__nav-link {
    color: #fff; }
    .c-footer__nav-link:before {
      font-family: 'g-icons' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 9px;
      font-size: 0.5625rem;
      opacity: 0.5;
      margin-right: 10px; }
    .c-footer__nav-link:hover, .c-footer__nav-link:focus {
      color: white; }
  @media (max-width: 991px) {
    .c-footer__nav-col:not(:last-child) {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .c-footer__bottomnav-item {
      display: block; } }
  @media (max-width: 991px) {
    .c-footer__bottomnav-item {
      display: block; } }
  .c-footer__bottomnav-item:not(:last-child) {
    margin-right: 12px; }
    @media (max-width: 767px) {
      .c-footer__bottomnav-item:not(:last-child) {
        margin-bottom: 12px; } }
  .c-footer__bottomnav-link {
    color: inherit;
    font-weight: 700; }
    .c-footer__bottomnav-link:hover, .c-footer__bottomnav-link:focus {
      color: inherit; }
  @media (min-width: 992px) {
    .c-footer__copy {
      margin-right: 29px; } }
  @media (max-width: 767px) {
    .c-footer__copy {
      display: block;
      margin-bottom: 12px; } }
  @media (max-width: 1199px) {
    .c-footer__copy {
      display: block;
      margin-bottom: 10px; } }
  .c-footer__gotop {
    position: fixed;
    top: auto;
    right: 20px;
    bottom: 20px;
    color: #8876ad;
    transition: .3s opacity;
    color: #492BA6;
    width: 50px !important;
    height: 50px !important;
    padding-top: 3px;
    /* crit:start */
    opacity: 0;
    /* crit:end */ }
    .c-footer__gotop.affix {
      opacity: 1;
      /* crit */ }
    .c-footer__gotop svg {
      background-color: #fff;
      box-shadow: 0px 2px 4px #666;
      border-radius: 100%;
      background: white; }
    .c-footer__gotop .u-c-i,
    .c-footer__gotop circle {
      display: none; }
    .c-footer__gotop path {
      fill: #492BA6; }
    .c-footer__gotop svg, .c-footer__gotop path, .c-footer__gotop circle {
      transition: .3s all; }
    .c-footer__gotop:hover, .c-footer__gotop:focus {
      color: #492BA6; }
      .c-footer__gotop:hover path, .c-footer__gotop:focus path {
        fill: #492BA6; }
      .c-footer__gotop:hover circle, .c-footer__gotop:focus circle {
        stroke: #492BA6; }
  .c-footer-copy {
    background-color: #F7F5F2;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #636464; }
  .c-footer__bottom-section {
    margin-bottom: 10px; }

.c-footer-subscribe {
  position: relative; }
  .c-footer-subscribe .c-subscribe-section .c-subscribe-section-row .c-subscribe-section-col {
    min-height: 96px;
    justify-items: center;
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .c-footer-subscribe .c-subscribe-section .c-subscribe-section-row .c-subscribe-section-col {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px; }
        .c-footer-subscribe .c-subscribe-section .c-subscribe-section-row .c-subscribe-section-col .o-btn--withlinkicon {
          color: #fff !important; } }
    .c-footer-subscribe .c-subscribe-section .c-subscribe-section-row .c-subscribe-section-col .o-btn--withlinkicon {
      color: #fff !important; }
    .c-footer-subscribe .c-subscribe-section .c-subscribe-section-row .c-subscribe-section-col .o-btn--withlinkicon:after {
      color: #fff !important; }
    .c-footer-subscribe .c-subscribe-section .c-subscribe-section-row .c-subscribe-section-col__btn-container {
      float: right;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .c-footer-subscribe .c-subscribe-section .c-subscribe-section-row .c-subscribe-section-col__btn-container {
          float: left;
          margin-top: -30px;
          margin-bottom: 15px;
          padding-left: 15px;
          width: 100%; }
          .c-footer-subscribe .c-subscribe-section .c-subscribe-section-row .c-subscribe-section-col__btn-container .o-btn--withlinkicon {
            width: 100%;
            -ms-flex-align: center;
                align-items: center;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
                justify-content: center; } }
      @media (min-width: 768px) {
        .c-footer-subscribe .c-subscribe-section .c-subscribe-section-row .c-subscribe-section-col__btn-container {
          float: left;
          margin-top: -30px; } }
      @media (min-width: 992px) {
        .c-footer-subscribe .c-subscribe-section .c-subscribe-section-row .c-subscribe-section-col__btn-container {
          float: right;
          margin-top: 0; } }
  .c-footer-subscribe .c-subscribe-section .c-subscribe-section-row .c-subscribe-section-logo {
    padding: 8px;
    margin-right: 2rem;
    border-radius: 8px; }
    @media (min-width: 768px) {
      .c-footer-subscribe .c-subscribe-section .c-subscribe-section-row .c-subscribe-section-logo {
        margin-right: 0;
        margin-left: 1rem;
        float: right; } }
    @media (min-width: 992px) {
      .c-footer-subscribe .c-subscribe-section .c-subscribe-section-row .c-subscribe-section-logo {
        margin-right: 2rem;
        border-radius: 8px;
        margin-left: 0;
        float: right; } }

.c-form__head {
  margin-bottom: 32px;
  /* crit */ }
  .c-form__head-note {
    color: #4c4c4c; }

.c-form__body {
  /* crit */ }
  @media (max-width: 767px) {
    .c-form--contact .c-form__body {
      display: block; } }

.c-form__title {
  font-family: 'Open Sans', Arial, 'sans-serif';
  /* crit */ }

.c-form__input-text {
  /* crit:start */
  width: 100%;
  background-color: #fff;
  border: solid 1px #CAC5C0;
  padding-top: 12px;
  padding-bottom: 12px;
  /* crit:end */ }

.c-form__submitarea {
  text-align: right; }
  @media (min-width: 992px) {
    .c-form__submitarea {
      max-width: 250px;
      margin-left: auto; } }

.c-form__submitbtn {
  border-radius: 2px;
  padding-left: 17px;
  padding-right: 17px;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.22);
  font-size: 14px;
  font-size: 0.875rem; }
  @media (min-width: 992px) {
    .c-form__submitbtn {
      font-size: 14px;
      font-size: 0.875rem; } }

.c-form--contact {
  background-color: #F7F5F2; }
  @media (min-width: 992px) {
    .c-form--contact {
      margin-right: 30px; } }

.c-global-banner {
  background-color: #7863B0;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 0.5rem 0; }
  .c-global-banner__container {
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1199.98px) {
      .c-global-banner__container {
        -ms-flex-align: start;
            align-items: flex-start; } }
    .c-global-banner__container.is-closed {
      -ms-flex-align: center;
          align-items: center; }
      .c-global-banner__container.is-closed .c-global-banner__tag {
        margin-top: 0; }
      .c-global-banner__container.is-closed .c-global-banner__content {
        -ms-flex-align: center;
            align-items: center; }
      .c-global-banner__container.is-closed .c-global-banner__toggle {
        margin-left: auto;
        margin-top: 0; }
        .c-global-banner__container.is-closed .c-global-banner__toggle:after {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
      .c-global-banner__container.is-closed .c-global-banner__toggle__show {
        display: inline-block; }
      .c-global-banner__container.is-closed .c-global-banner__toggle__hide {
        display: none; }
      @media (max-width: 1199.98px) {
        .c-global-banner__container.is-closed .c-global-banner__description {
          display: none; } }
  .c-global-banner__toggle {
    display: none;
    margin-left: auto;
    border: 0;
    background-color: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: bold; }
    @media (max-width: 1199.98px) {
      .c-global-banner__toggle {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
            align-items: center; } }
    @media (max-width: 736.98px) {
      .c-global-banner__toggle {
        margin-top: 0.5rem; } }
    .c-global-banner__toggle:after {
      font-family: 'g-icons' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      margin-left: 0.5rem; }
    .c-global-banner__toggle__show {
      display: none; }
  .c-global-banner__tag {
    padding: 0 0.4rem;
    background-color: #fff;
    margin-right: 0.6rem;
    color: #692C90;
    border-radius: 2px;
    font-weight: bold; }
  .c-global-banner__content {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: start;
        align-items: flex-start; }
    @media (max-width: 1199.98px) {
      .c-global-banner__content {
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }
    @media (max-width: 736.98px) {
      .c-global-banner__content {
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }
  .c-global-banner__description {
    opacity: 0;
    transition: all 1s cubic-bezier(0.65, 0, 0.35, 1); }
    @media (max-width: 1199.98px) {
      .c-global-banner__description {
        max-width: 80%;
        margin-right: auto; } }
    @media (max-width: 736.98px) {
      .c-global-banner__description {
        max-width: 100%; } }
    .c-global-banner__description a {
      color: inherit;
      font-weight: bold;
      text-decoration: underline; }
  .c-global-banner__wrapper {
    max-height: 0;
    overflow: hidden;
    transition: all 1s cubic-bezier(0.65, 0, 0.35, 1); }
    .c-global-banner__wrapper.is-loaded {
      max-height: 100%; }
      .c-global-banner__wrapper.is-loaded .c-global-banner__description {
        opacity: 1; }

.c-header {
  background-color: #522ca6;
  background-image: url(/www_shared/assets/img/hero_mask.jpg);
  background-position: top center;
  color: #fff;
  /* crit */ }
  @media (max-width: 991px) {
    .c-header .u-bgc-blend {
      background: #492BA6; } }
  .c-header__xs {
    height: 40px; }
    @media screen and (max-width: 991px) {
      .c-header__xs {
        display: block !important; } }
    @media screen and (max-width: 579px) {
      .c-header__xs {
        display: none !important; } }
  @media print {
    .c-header__bg {
      background: #fff !important; } }
  @media (max-width: 767px) {
    .c-header__bg {
      height: 148px; } }
  @media print and (max-width: 767px) {
    .c-header__bg {
      height: auto; } }
  @media (max-width: 579px) {
    .c-header__bg {
      height: 122px; } }
  .c-header.is-home {
    position: relative;
    background-image: url(/www_shared/assets/img/hero_pattern_mask.jpg);
    /* crit */ }
    .c-header.is-home:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: inherit;
      transition: .5s opacity;
      /* crit */
      display: none; }
    .c-header.is-home.is-images-loaded:before {
      opacity: 0; }
    @media (min-width: 768px) {
      .c-header.is-home {
        background-image: url(/www_shared/assets/img/hero_pattern_mask-graph.jpg); } }
  .c-header__top {
    /* crit */ }
    @media (min-width: 768px) {
      .c-header__top {
        margin-bottom: 0px;
        /* crit */ } }
    @media (min-width: 992px) {
      .c-header__top {
        margin-bottom: 18px;
        /* crit */ } }
    .c-header__top-row {
      display: block;
      margin-left: -15px;
      margin-right: -15px;
      /* crit */ }
      @media (max-width: 579px) {
        .c-header__top-row {
          display: none; } }
      .c-header__top-row__xs-max {
        margin-left: -15px;
        margin-right: -15px;
        height: 95px;
        display: none;
        /* crit */ }
        @media (max-width: 579px) {
          .c-header__top-row__xs-max {
            display: inline;
            left: 36%;
            top: 1rem;
            position: relative; } }
        @media (max-width: 400px) {
          .c-header__top-row__xs-max {
            display: inline;
            left: 33%;
            top: 1rem;
            position: relative; } }
    .c-header__top-col {
      padding-left: 15px;
      padding-right: 15px;
      /* crit */ }
      @media (min-width: 992px) and (max-width: 1199px) {
        .c-header__top-col {
          width: 48%;
          /* crit */ } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .c-header__top-col--right {
          width: 52%;
          float: right;
          /* crit */ } }
    .c-header__topnav {
      font-size: 13px;
      font-size: 0.8125rem;
      font-weight: 600;
      margin-bottom: 32px;
      /* crit */ }
      .c-header__topnav-menu {
        font-size: 13px;
        font-size: 0.8125rem;
        right: 0; }
        .c-header__topnav-menu--mobile {
          padding-left: 13px;
          color: #fff;
          /* crit */ }
      .c-header__topnav-item {
        position: relative;
        padding: 0 5px;
        margin-right: -4px;
        /* crit */ }
        @media (min-width: 992px) {
          .c-header__topnav-item {
            padding: 0 12px; } }
        @media (max-width: 991px) {
          .c-header__topnav-item {
            line-height: 30Px;
            /* crit */ } }
        .c-header__topnav-item:first-child {
          padding-left: 0;
          /* crit */ }
        .c-header__topnav-item:last-child {
          padding-right: 0;
          /* crit */ }
        @media (max-width: 579px) {
          .c-header__topnav-item:not(.c-header__mobilebtns-search) {
            display: none;
            /* crit */ } }
        .c-header__topnav-menu--mobile .c-header__topnav-item {
          display: block;
          padding-left: 0;
          padding-right: 0;
          margin-bottom: 4px;
          /* crit */ }
          .c-header__topnav-menu--mobile .c-header__topnav-item:after {
            content: none;
            /* crit */ }
      .c-header__topnav-link {
        color: inherit;
        /* crit */ }
        .c-header__topnav-link:hover, .c-header__topnav-link:focus {
          color: inherit; }
        .c-header__topnav-menu--mobile .c-header__topnav-link {
          text-align: left;
          font-weight: 600;
          /* crit */ }
      .c-header__topnav-searchbtn {
        font-size: 24Px;
        line-height: 24Px;
        height: 40px;
        /* crit */ }
        @media (max-width: 579px) {
          .c-header__topnav-searchbtn {
            margin-top: -5px;
            font-size: 18px;
            font-size: 1.125rem;
            margin-left: 15px;
            /* crit */ } }
      .c-header__topnavdropdown-menu {
        /* crit:start */
        display: none;
        /* crit:end */
        font-size: 13px;
        font-size: 0.8125rem;
        border-radius: 0;
        padding: 16px 0; }
        .c-header__topnavdropdown-menu > li > a {
          color: #381A77;
          padding-left: 24px;
          padding-right: 24px; }
  .c-header__nav {
    position: relative;
    z-index: 2;
    height: 100%;
    /* crit */ }
    @media (min-width: 768px) and (max-width: 991px) {
      .c-header__nav {
        width: 100%;
        max-width: 350px;
        /* crit */ } }
    @media (max-width: 991px) {
      .c-header__nav {
        padding-top: 20px;
        background-color: #381a77;
        max-height: 100%;
        overflow: auto;
        /* crit */ } }
  .c-header__mainnav {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    background-color: #45494b;
    /* crit */ }
    @media (max-width: 991px) {
      .c-header__mainnav {
        min-height: 100%;
        padding-left: 25px;
        padding-right: 25px;
        background-color: #381a77;
        /* crit */ } }
    @media (max-width: 991px) {
      .c-header__mainnav-menu {
        display: block;
        /* crit */ } }
    @media (max-width: 991px) {
      .c-header__mainnav-item {
        display: block;
        position: relative;
        border-bottom: 1px solid #623bb3;
        /* crit */ } }
    .c-header__mainnav-item:not(:first-child) .c-header__mainnav-linkicon {
      z-index: 2;
      /* crit */ }
    @media (min-width: 992px) {
      .c-header__mainnav-item--home {
        width: 94px;
        /* crit */ } }
    .c-header__mainnav-link {
      padding: 14px;
      color: #fff;
      /* crit */ }
      @media (max-width: 991px) {
        .c-header__mainnav-link {
          text-align: left;
          padding: 17px 13px;
          /* crit */ } }
      .c-header__mainnav-link:hover, .c-header__mainnav-link:focus, .c-header__mainnav-link.is-open {
        outline: 0;
        color: #fff; }
        .c-header__mainnav-link:hover:before, .c-header__mainnav-link:focus:before, .c-header__mainnav-link.is-open:before {
          opacity: 1;
          -webkit-transform: none;
                  transform: none; }
      .c-header__mainnav-link:before {
        /* crit:start */
        opacity: 0;
        /* crit:end */
        background-color: #212529;
        transition: all .3s;
        position: absolute;
        top: 0;
        right: -1px;
        bottom: 0;
        left: -1px;
        -webkit-transform: scaleY(0);
                transform: scaleY(0);
        z-index: 2; }
        @media (min-width: 992px) {
          .c-header__mainnav-link:before {
            content: '';
            /* crit */ } }
        @media (max-width: 991px) {
          .c-header__mainnav-link:before {
            background-color: #442091;
            /* crit */ } }
      .c-header__mainnav-linktext {
        z-index: 3;
        width: 100%;
        /* crit */ }
        @media (max-width: 991px) {
          .c-header__mainnav-linktext {
            display: block;
            /* crit */ }
            .has-sub .c-header__mainnav-linktext {
              padding-right: 59px;
              /* crit */ } }
      .c-header__mainnav-linkicon {
        line-height: 27px;
        line-height: 1.6875rem;
        opacity: 0.5;
        font-size: 18px;
        font-size: 1.125rem;
        /* crit */ }
        .c-header__mainnav-linkicon--dropdown {
          margin-left: 10px;
          /* crit */ }
          @media (max-width: 991px) {
            .c-header__mainnav-linkicon--dropdown:before {
              text-align: right;
              /* crit */ } }
    .c-header__mainnav-togglesubnav {
      color: #fff;
      position: absolute;
      top: 0;
      right: 0;
      bottom: auto;
      left: auto;
      width: 48px;
      z-index: 4;
      height: 63px;
      /* crit */ }
      .c-header__mainnav-togglesubnav:focus {
        outline: 0; }
      .c-header__mainnav-togglesubnav.collapsed {
        bottom: 0;
        /* crit */ }
      .c-header__mainnav-togglesubnav:before {
        content: '';
        position: absolute;
        top: 17px;
        left: 0;
        height: 24px;
        border-left: 1px solid #623bb3;
        /* crit */ }
      .c-header__mainnav-togglesubnav-icon {
        content: ""; }
        .collapsed .c-header__mainnav-togglesubnav-icon:before {
          content: "";
          /* crit */ }
    .c-header__mainnav-subnav {
      background-color: #E8E6E3;
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 1.6;
      font-weight: normal;
      color: #381A77;
      margin-left: calc(-100vw / 2 + 1135px / 2);
      margin-right: calc(-100vw / 2 + 1135px / 2);
      /* crit */ }
      @media (min-width: 768px) {
        .c-header__mainnav-subnav {
          margin-left: calc(-100vw / 2 + 940px / 2);
          margin-right: calc(-100vw / 2 + 940px / 2); } }
      @media (min-width: 992px) {
        .c-header__mainnav-subnav {
          padding: 32px 0;
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
          border: solid 1px #d7d1e4;
          margin-left: calc(-100vw / 2 + 940px / 2);
          margin-right: calc(-100vw / 2 + 940px / 2);
          /* crit */ } }
      @media (min-width: 1200px) {
        .c-header__mainnav-subnav {
          margin-left: calc(-100vw / 2 + 1135px / 2);
          margin-right: calc(-100vw / 2 + 1135px / 2); } }
      .c-header__mainnav-subnav.collapse.in {
        display: block;
        /* crit */ }
      @media (min-width: 992px) {
        .has-sub .c-header__mainnav-subnav.is-open {
          display: block;
          /* crit */ } }
      @media (min-width: 992px) {
        .c-header__mainnav-subnav.is-open {
          position: absolute;
          left: 0;
          right: 0;
          /* crit */ } }
      @media (min-width: 768px) {
        .c-header__mainnav-subnavgroup {
          width: 750px;
          margin-left: auto;
          margin-right: auto; } }
      @media (min-width: 992px) {
        .c-header__mainnav-subnavgroup {
          width: 970px;
          margin-left: auto;
          margin-right: auto; } }
      @media (min-width: 1200px) {
        .c-header__mainnav-subnavgroup {
          width: 1194px;
          margin-left: auto;
          margin-right: auto; } }
      @media (max-width: 991px) {
        .c-header__mainnav-subnavgroup {
          padding-left: 13px;
          padding-right: 13px;
          padding-bottom: 13px;
          /* crit */ } }
      @media (min-width: 992px) {
        .c-header__mainnav-subnavgroup {
          position: relative;
          /* crit */ }
          .c-header__mainnav-subnavgroup:after {
            /* crit */ } }
      .c-header__mainnav-subnavpanel {
        margin-bottom: 6px; }
        @media (min-width: 992px) {
          .c-header__mainnav-subnavpanel {
            position: relative;
            margin-bottom: 19px;
            /* crit */ }
            .c-header__mainnav-subnavpanel:after {
              content: '';
              position: absolute;
              bottom: 0;
              left: 15px;
              right: 15px;
              border-bottom: 1px dotted rgba(99, 100, 100, 0.8);
              /* crit */ }
            .IE9 .c-header__mainnav-subnavpanel {
              min-height: 122px; } }
        .c-header__mainnav-subnavpanel:last-child:after {
          border-bottom: 0; }
      @media (min-width: 992px) {
        .c-header__mainnav-subnavitem {
          height: 100%;
          padding-bottom: 23px;
          padding-right: 5px;
          /* crit */ } }
      .c-header__mainnav-subnavdesc {
        color: #45494B; }
        .c-header__mainnav-subnavdesc p {
          margin-bottom: 0; }
      .c-header__mainnav-subnavlink {
        color: #fff;
        margin-bottom: 10px;
        display: block;
        /* crit */ }
        @media (min-width: 992px) {
          .c-header__mainnav-subnavlink {
            color: #492BA6;
            font-size: 17px;
            font-size: 1.0625rem;
            font-weight: bold;
            /* crit */ } }
        .c-header__mainnav-subnavlink:hover, .c-header__mainnav-subnavlink:focus {
          color: #fff; }
          @media (min-width: 992px) {
            .c-header__mainnav-subnavlink:hover, .c-header__mainnav-subnavlink:focus {
              color: #492BA6; } }
        .c-header__mainnav-subnavlinkicon {
          font-size: 14px;
          font-size: 0.875rem;
          top: 8px;
          right: 24px;
          position: absolute;
          /* crit */ }
  .c-header__body {
    padding-bottom: 64px;
    position: relative;
    min-height: 600px;
    aspect-ratio: auto;
    /* crit */ }
    @media (min-width: 768px) {
      .c-header__body {
        margin-top: 0;
        padding-top: 155px;
        padding-bottom: 150px;
        /* crit */ } }
    @media (max-width: 991px) {
      .c-header__body {
        aspect-ratio: 16/9;
        height: auto;
        /* crit */ } }
    @media (max-width: 768px) {
      .c-header__body {
        height: 432px !important;
        aspect-ratio: auto;
        /* crit */ } }
    @media (max-width: 579px) {
      .c-header__body {
        min-height: 203px !important;
        aspect-ratio: auto;
        /* crit */ } }
    .c-header__body-title {
      font-family: 'Open Sans', Arial, 'sans-serif';
      font-weight: 700;
      font-size: 48px;
      font-size: 3rem;
      line-height: 56px;
      line-height: 3.5rem;
      margin-bottom: 24px;
      /* crit */ }
      @media (max-width: 991px) {
        .c-header__body-title {
          font-size: 45px;
          font-size: 2.8125rem;
          /* crit */ } }
    .c-header__body-text {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.67;
      opacity: 0.75;
      color: #ffffff;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      /* crit */ }
  .c-header__search {
    max-width: 312px;
    margin-left: auto;
    /* crit */ }
    @media (max-width: 991px) {
      .c-header__search {
        max-width: none;
        /* crit */ } }
    .c-header__search-box {
      border-radius: 2px;
      background-color: #fff;
      /* crit */ }
      @media (max-width: 991px) {
        .c-header__search-box {
          max-width: 750px;
          min-height: 78px;
          border-radius: 0;
          width: 100%;
          /* crit */ } }
    .c-header__search-input {
      height: 100%;
      outline: 0;
      font-size: 15px;
      font-size: 0.9375rem;
      color: #381A77;
      padding: 15px 48px 15px 16px;
      /* crit */ }
      @media (max-width: 991px) {
        .c-header__search-input {
          padding-left: 15px;
          padding-right: 150px;
          /* crit */ } }
      @media (min-width: 768px) and (max-width: 991px) {
        .c-header__search-input {
          padding-right: 170px;
          /* crit */ } }
    .c-header__search-btn {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1;
      background-color: #492BA6;
      color: #fff;
      height: 100%;
      right: 0;
      width: 50px;
      margin-top: 0;
      /* crit */ }
      .c-header__search-btn:hover, .c-header__search-btn:focus {
        background-color: #381A77; }
      @media (max-width: 991px) {
        .c-header__search-btn {
          position: relative;
          border: 1px solid #CAC5C0;
          background-color: transparent;
          padding-right: 36px;
          background-color: #492BA6;
          position: absolute;
          right: 55px;
          display: inline-block;
          width: auto;
          font-size: 13px;
          font-size: 0.8125rem;
          margin-top: 0;
          border-radius: 20px;
          color: #fff;
          height: 40px;
          /* crit */ }
          .c-header__search-btn:after {
            font-family: 'g-icons' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            display: inline-block;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "";
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            font-size: 9px;
            font-size: 0.5625rem;
            right: 15px;
            color: #45494B; }
          .c-header__search-btn:after {
            right: 12px;
            color: #fff; } }
      @media (max-width: 767px) {
        .c-header__search-btn {
          padding: 12px 32px 12px 22px;
          border: 0;
          /* crit */ } }
      @media (min-width: 768px) and (max-width: 991px) {
        .c-header__search-btn {
          position: relative;
          border: 1px solid #CAC5C0;
          background-color: transparent;
          padding-right: 36px;
          position: absolute;
          padding-left: 24px;
          padding-right: 36px;
          margin-top: 0;
          height: 40px;
          background-color: #492BA6;
          color: #fff;
          border-color: #492BA6;
          /* crit */ }
          .c-header__search-btn:after {
            font-family: 'g-icons' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            display: inline-block;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "";
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            font-size: 9px;
            font-size: 0.5625rem;
            right: 15px;
            color: #45494B; }
          .c-header__search-btn:after {
            right: 12px;
            color: #fff; } }
    .c-header__search-clearbtn {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 15px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: transparent;
      color: #492BA6;
      /* crit */ }
      .c-header__search-clearbtnicon {
        color: inherit;
        width: 15px;
        height: 15px;
        /* crit */ }
        .c-header__search-clearbtnicon:before, .c-header__search-clearbtnicon:after {
          width: 100%;
          top: 6px;
          /* crit */ }
      .c-header__search-clearbtn:hover, .c-header__search-clearbtn:focus {
        color: #492BA6; }
  .c-header__fontresizer {
    font-size: 13Px;
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0.08);
    width: 40Px;
    height: 40Px;
    display: inline-block;
    vertical-align: top;
    /* crit */ }
    @media (max-width: 579px) {
      .c-header__fontresizer {
        display: none;
        /* crit */ } }
    .c-header__fontresizer:focus {
      outline: 1px dotted currentColor; }
    .c-header__fontresizer:not(:last-child) {
      margin-right: 2px;
      /* crit */ }
    .c-header__fontresizer--big {
      font-size: 18Px;
      font-weight: 700;
      /* crit */ }
      .c-header__fontresizer--big .u-vam {
        margin-right: -2px; }
      .c-header__fontresizer--big [class^="g-icon-"] {
        position: relative;
        top: -4px;
        left: -2px;
        font-size: 7Px;
        /* crit */ }
      .c-header__fontresizer--big:hover {
        background-color: #492BA6; }
    .c-header__fontresizer--small [class^="g-icon-"] {
      position: relative;
      top: -4px;
      left: -2px;
      font-size: 1Px;
      /* crit */ }
    .c-header__fontresizer--small span.u-vam:not(.g-icon-minus) {
      margin-left: 3px; }
    .c-header__fontresizer--small:hover {
      background-color: #492BA6; }
    .c-header__topnav-menu--mobile .c-header__fontresizer {
      display: none;
      /* crit */ }
  .c-header__logo {
    padding-left: 0;
    /* crit */ }
    @media print {
      .c-header__logo svg path {
        fill: #000000;
        opacity: 0.8; } }
    @media (min-width: 400px) and (max-width: 767px) {
      .c-header__logo {
        padding-left: 20px;
        /* crit */ } }
    @media (min-width: 992px) {
      .c-header__logo {
        padding-top: 40px;
        /* crit */ } }
    @media (min-width: 1200px) {
      .c-header__logo {
        padding-top: 10px;
        /* crit */ } }
    .c-header__logo-img {
      -webkit-filter: invert(1);
              filter: invert(1);
      max-width: 146px;
      max-height: 43px;
      margin-right: 15px;
      color: #fff;
      /* crit */ }
      @media print {
        .c-header__logo-img {
          -webkit-filter: opacity(0.8);
                  filter: opacity(0.8); } }
      @media (min-width: 1200px) {
        .c-header__logo-img {
          max-width: 294px;
          max-height: 87px;
          margin-right: 25px;
          /* crit */ } }
      @media (min-width: 992px) {
        .c-header__logo-img {
          margin-right: 24px;
          /* crit */ } }
      @media (min-width: 768px) {
        .c-header__logo-img {
          max-width: 230px;
          max-height: 68px;
          margin-right: 20px;
          /* crit */ } }
      @media (max-width: 767px) {
        .c-header__logo-img {
          max-width: 218px;
          max-height: 64px;
          /* crit */ } }
      @media (max-width: 991px) {
        .c-header__logo-img {
          margin-bottom: 15px; } }
      @media (max-width: 579px) {
        .c-header__logo-img {
          margin-right: 15px;
          max-height: 44px;
          margin-bottom: 18px;
          margin-top: -5px; } }
    .c-header__logo-images {
      position: relative;
      margin-top: 14px;
      margin-bottom: 10px; }
      .c-header__logo-images a {
        vertical-align: middle; }
      .c-header__logo-images a:not(:last-child) {
        position: relative;
        display: inline;
        margin-right: 15px;
        /* padding-bottom: 10px; */ }
        .c-header__logo-images a:not(:last-child):after {
          content: '';
          position: absolute;
          display: block;
          height: 200%;
          width: 1px;
          background-color: rgba(255, 255, 255, 0.2);
          right: 0;
          top: 0;
          /* crit */ }
          @media (max-width: 767px) {
            .c-header__logo-images a:not(:last-child):after {
              height: 220%;
              margin-top: -10px; } }
          @media (min-width: 768px) {
            .c-header__logo-images a:not(:last-child):after {
              height: 220%;
              margin-top: -10px; } }
          @media (min-width: 992px) {
            .c-header__logo-images a:not(:last-child):after {
              height: 250%;
              margin-top: -5px; } }
          @media (max-width: 579px) {
            .c-header__logo-images a:not(:last-child):after {
              display: none; } }
          @media print {
            .c-header__logo-images a:not(:last-child):after {
              background-color: #000000 !important;
              opacity: 0.8; } }
      @media (max-width: 579px) {
        .c-header__logo-images a:last-child {
          display: none; } }
      .c-header__logo-images_xs-max {
        justify-items: center;
        -ms-flex-line-pack: center;
            align-content: center;
        display: grid;
        margin-top: -2px; }
      @media (max-width: 767px) {
        .c-header__logo-images {
          margin-top: 10px;
          /* crit */ } }
      @media (min-width: 768px) {
        .c-header__logo-images {
          margin-top: 10px;
          /* crit */ } }
      @media (min-width: 992px) {
        .c-header__logo-images {
          margin-top: 0px;
          /* crit */ } }
      @media (min-width: 1200px) {
        .c-header__logo-images {
          margin-top: 20px;
          /* crit */ } }
      @media (max-width: 579px) {
        .c-header__logo-images {
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center;
          display: -ms-flexbox;
          display: flex; } }
      @media (max-width: 400px) {
        .c-header__logo-images {
          margin-top: 10px;
          margin-bottom: 0; } }
    .c-header__logo-text {
      max-width: 100px;
      max-height: 70px;
      /* crit */ }
      @media print {
        .c-header__logo-text svg path {
          fill: #45494B; } }
      @media (min-width: 768px) {
        .c-header__logo-text {
          max-width: 108px;
          max-height: 52px;
          /* crit */ } }
      @media (min-width: 992px) {
        .c-header__logo-text {
          max-width: 137px;
          max-height: 62px;
          margin-top: 14px;
          /* crit */ } }
      @media (max-width: 579px) {
        .c-header__logo-text {
          max-height: 32px;
          max-width: auto; } }
  @media (min-width: 400px) {
    .c-header__mobilebtns-item--right {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0;
      /* crit */ } }
  .c-header__mobilebtns-item .c-header__search-hamburger {
    font-size: 18Px;
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0.08);
    width: 56Px;
    height: 56Px;
    display: inline-block;
    vertical-align: top; }
    .c-header__mobilebtns-item .c-header__search-hamburger :hover {
      opacity: 0.7; }
    .c-header__mobilebtns-item .c-header__search-hamburger .hamburger-box {
      height: 28px;
      top: 5px !important;
      left: 2px; }
      .c-header__mobilebtns-item .c-header__search-hamburger .hamburger-box .hamburger-inner, .c-header__mobilebtns-item .c-header__search-hamburger .hamburger-box .hamburger-inner::before, .c-header__mobilebtns-item .c-header__search-hamburger .hamburger-box .hamburger-inner::after {
        width: 25px !important;
        height: 2px !important; }
  .c-header__mobilebtns_xs-max {
    display: none;
    margin-left: -15px;
    margin-right: -15px;
    /* crit */ }
    .c-header__mobilebtns_xs-max .hamburger-box {
      top: 0 !important;
      height: 8px;
      margin-right: 10px; }
      .c-header__mobilebtns_xs-max .hamburger-box .hamburger-inner, .c-header__mobilebtns_xs-max .hamburger-box .hamburger-inner::before, .c-header__mobilebtns_xs-max .hamburger-box .hamburger-inner::after {
        width: 25px !important;
        height: 2px !important; }
    @media (max-width: 579px) {
      .c-header__mobilebtns_xs-max {
        display: block;
        height: 48px;
        background: #45494b;
        margin-top: -20px;
        padding-top: 10px;
        margin-top: 18px;
        /* crit */ } }
    @media (max-width: 400px) {
      .c-header__mobilebtns_xs-max {
        margin-top: 10px; } }
  @media (min-width: 400px) {
    .c-header__hamburger {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      /* crit */ } }
  .c-header__mobile-close {
    position: absolute;
    right: 0;
    width: 48px;
    height: 63px;
    color: #fff;
    z-index: 21;
    /* crit */ }
    .c-header__mobile-close:focus {
      outline: 0; }

[data-imagesloaded="home"] .c-header__body {
  position: relative;
  background-image: url(/www_shared/assets/img/hero_pattern_mask-new.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top; }

.c-headerslider {
  position: relative;
  margin-top: -470px;
  border-radius: 8px;
  right: 0;
  min-height: 330px;
  width: 378px; }
  @media (max-width: 991px) {
    .c-headerslider {
      margin-top: 0;
      margin-right: 0;
      position: relative;
      width: 100%;
      border-radius: 0; } }
  @media (max-width: 991px) {
    .c-headerslider__container {
      padding-left: 0px;
      padding-right: 0px;
      width: 100%; } }
  .c-headerslider__header {
    padding-left: 2rem;
    padding-top: 12px;
    padding-bottom: 12px;
    background: #45494b;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    font-size: 13px;
    font-size: 0.8125rem; }
    @media (max-width: 991px) {
      .c-headerslider__header {
        width: 100%;
        border-radius: 0;
        padding-left: 50px; } }
    @media (max-width: 768px) {
      .c-headerslider__header {
        padding-left: 35px; } }
  .c-headerslider__content {
    font-size: 24px;
    font-size: 1.5rem;
    font-style: normal; }
  .c-headerslider__sub-header {
    font-size: 13px;
    font-size: 0.8125rem; }
    .c-headerslider__sub-header-summary, .c-headerslider__sub-header-summary p {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      min-height: 20px;
      padding-right: 1px; }
  .c-headerslider__slides {
    padding-left: 2rem;
    padding-right: 2.2rem;
    margin-bottom: 0px !important; }
    .c-headerslider__slides .header-name {
      margin-bottom: 5px;
      padding-right: 5px; }
    .c-headerslider__slides-container {
      position: relative;
      min-height: 280px; }
  .c-headerslider .slick {
    /*crit*/ }
    .c-headerslider .slick-prev {
      left: -90px; }
    .c-headerslider .slick-next {
      right: -90px; }
  .c-headerslider__item {
    -ms-flex: 1;
        flex: 1;
    word-wrap: break-word; }
    .c-headerslider__item .c-header__body-title {
      font-size: 48px;
      font-size: 3rem; }
      @media (max-width: 767px) {
        .c-headerslider__item .c-header__body-title {
          font-size: 35px;
          font-size: 2.1875rem;
          margin-top: 30px; } }
    .c-headerslider__item .c-header__body-text {
      opacity: 1;
      font-size: 16px;
      font-size: 1rem; }
      .c-headerslider__item .c-header__body-text u {
        display: block;
        margin-top: 16px;
        text-decoration: none;
        font-weight: 700; }
        .c-headerslider__item .c-header__body-text u:after {
          font-family: 'g-icons' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          display: inline-block;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "";
          font-size: 9px;
          font-size: 0.5625rem;
          margin-left: 10px; }
    .c-headerslider__item .c-header__body-col.hidden-xs {
      text-align: right; }
      .c-headerslider__item .c-header__body-col.hidden-xs img {
        display: inline-block;
        padding-right: 10%; }
    .c-headerslider__item .c-header__body-col .g-icon-data, .c-headerslider__item .c-header__body-col .g-icon-doc, .c-headerslider__item .c-header__body-col .g-icon-data-visualization, .c-headerslider__item .c-header__body-col .g-icon-resource, .c-headerslider__item .c-header__body-col .g-icon-docs {
      padding-right: 3px;
      font-size: xxx-large;
      /* crit */ }
    .c-headerslider__item a:active, .c-headerslider__item a:focus {
      outline: none !important;
      border: none !important;
      text-decoration: none !important;
      box-shadow: none !important;
      -webkit-tap-highlight-color: transparent !important;
      -webkit-user-select: none;
      /* Chrome/Safari */
      -moz-user-select: none;
      /* Firefox */
      -ms-user-select: none;
      /* IE10+ */
      user-select: none; }
  .c-headerslider__dots {
    text-align: left;
    position: relative; }
    @media (max-width: 991px) {
      .c-headerslider__dots {
        margin-left: 15px;
        margin-right: 15px; } }
    @media (max-width: 768px) {
      .c-headerslider__dots {
        margin-left: 0;
        margin-right: 0; } }
    .c-headerslider__dots .slick-dots.slick-dots li button {
      width: 12px;
      height: 12px; }
    .c-headerslider__dots .slick-dots.slick-dots li.slick-active button:before {
      opacity: 1; }
  .c-headerslider .slick-dots.slick-dots {
    margin-left: -5px; }
  .c-headerslider__nav {
    opacity: 0;
    transition: .3s all;
    bottom: 32px;
    position: absolute;
    /* crit */ }
    .slick-initialized ~ .c-headerslider__nav {
      opacity: 1; }
    .c-headerslider__nav .slick-dots.slick-dots li.slick-active button:before {
      background-color: #fff;
      opacity: 1; }
  .c-headerslider__arrow:before {
    font-size: 23px;
    font-size: 1.4375rem;
    color: #fff;
    opacity: 1; }

.c-homeabout {
  background-color: #E8E6E3;
  color: #45494B;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 15px;
  padding-right: 15px; }
  .c-homeabout--title {
    font-weight: bold;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 40px;
    line-height: 2.5rem;
    word-wrap: break-word;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .c-homeabout--body {
    padding-right: 30px;
    line-height: 24px;
    line-height: 1.5rem; }
    .c-homeabout--body h3 {
      font-weight: bold;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 28px;
      line-height: 1.75rem;
      font-family: 'Open Sans', Arial, 'sans-serif';
      margin-bottom: 10px;
      margin-top: 8px; }
  .c-homeabout--links-nav {
    display: block;
    text-align: left;
    margin-bottom: 8px;
    max-width: 152px; }

.c-homecard {
  line-height: 24px;
  line-height: 1.5rem;
  padding-bottom: 32px; }
  .c-homecard__container {
    padding: 24px !important;
    margin-bottom: -24px; }
    .c-homecard__container.btn-footer {
      bottom: 0; }
    .c-homecard__container .o-card__body {
      margin-bottom: 0; }
  .c-homecard__body-item:not(:last-child) {
    margin-bottom: 12px;
    min-height: 50px;
    word-wrap: break-word; }
  .c-homecard__linklist-item:not(:last-child) {
    margin-bottom: 15px; }
  .c-homecard__linklist-link {
    color: #45494B;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.71;
    position: relative;
    font-weight: 700;
    padding-left: 45px; }
    .c-homecard__linklist-link:after {
      font-family: 'g-icons' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 9px;
      font-size: 0.5625rem;
      margin-left: 4px;
      display: inline-block; }
    .c-homecard__linklist-linkicon {
      font-size: 14px;
      font-size: 0.875rem;
      text-align: center;
      color: #45494B;
      background-color: #70C5DA;
      width: 32px;
      height: 32px;
      line-height: 32px;
      line-height: 2rem;
      border-radius: 40px;
      position: absolute;
      left: 0;
      top: -5px; }
  .c-homecard__linklist-date {
    font-size: 13px;
    font-size: 0.8125rem; }
  .c-homecard__linklist.is-noicon .c-homecard__linklist-link {
    padding-left: 0; }
  .c-homecard-filters {
    margin-bottom: 20px; }
  .c-homecard__foot {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 36px; }
  .c-homecard__searchbox {
    border-radius: 2px;
    background-color: #fff;
    position: relative;
    height: 48px; }
    .c-homecard__searchbox-input {
      height: 100%;
      outline: 0;
      font-size: 15px;
      font-size: 0.9375rem;
      color: #381A77;
      border: 0;
      padding: 11px 48px 11px 16px;
      /* crit */ }
      @media (max-width: 991px) {
        .c-homecard__searchbox-input {
          padding-left: 15px;
          padding-right: 150px;
          /* crit */ } }
      @media (min-width: 768px) and (max-width: 991px) {
        .c-homecard__searchbox-input {
          padding-right: 170px;
          /* crit */ } }
    .c-homecard__searchbox-btn {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1;
      background-color: #70C5DA;
      color: #fff;
      height: 100%;
      right: 0;
      width: 50px;
      border: 0;
      border-top-right-radius: 2px;
      border-bottom-right-radius: 2px;
      /* crit */ }
      .c-homecard__searchbox-btn:hover, .c-homecard__searchbox-btn:focus {
        background-color: #381A77; }
      .c-homecard__searchbox-btn .g-icon-search {
        margin-top: 4px; }

.c-homefeature {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .c-homefeature {
      padding: 54px 0; } }
  @media (min-width: 992px) {
    .c-homefeature {
      padding: 0px 0 64px 0; } }
  .c-homefeature .container {
    padding-left: 30px;
    padding-right: 30px; }
  .c-homefeature__col {
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .c-homefeature__col:not(:last-child) {
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .c-homefeature__col {
        padding-left: 0;
        padding-right: 0; } }
    .c-homefeature__col.is-theme-dark .c-homecard__linklist-link {
      color: #fff; }
    .c-homefeature__col.is-theme-dark .o-btn {
      color: #fff; }
      .c-homefeature__col.is-theme-dark .o-btn:after {
        color: #fff; }
      .c-homefeature__col.is-theme-dark .o-btn:hover, .c-homefeature__col.is-theme-dark .o-btn:focus {
        background-color: #381A77;
        border-color: #381A77; }
    .c-homefeature__col.Blue {
      background-color: #492BA6;
      margin-bottom: 8px;
      height: 100%;
      color: #fff; }
      @media (max-width: 991px) {
        .c-homefeature__col.Blue {
          margin-right: 4px; } }
      @media (max-width: 767px) {
        .c-homefeature__col.Blue {
          margin-right: 0; } }
      .c-homefeature__col.Blue .c-homecard__linklist-link {
        color: #fff; }
      .c-homefeature__col.Blue .o-btn {
        color: #fff !important; }
        .c-homefeature__col.Blue .o-btn:after {
          color: #fff; }
        .c-homefeature__col.Blue .o-btn:hover, .c-homefeature__col.Blue .o-btn:focus {
          background-color: #fff;
          border-color: #fff;
          color: #492BA6 !important; }
      .c-homefeature__col.Blue hr {
        margin-top: 12px;
        margin-bottom: 12px;
        border: 0;
        border-top: 1px dashed #fff !important;
        opacity: 0.2; }
    .c-homefeature__col.Gray {
      background-color: #E8E6E3;
      margin-bottom: 8px;
      height: 100%; }
      @media (max-width: 991px) {
        .c-homefeature__col.Gray {
          margin-left: 4px; } }
      @media (max-width: 767px) {
        .c-homefeature__col.Gray {
          margin-left: 0; } }
      .c-homefeature__col.Gray .c-homecard__linklist-link {
        color: #164F6E; }
      .c-homefeature__col.Gray .o-btn:after {
        color: #fff; }
      .c-homefeature__col.Gray .o-btn:hover, .c-homefeature__col.Gray .o-btn:focus {
        background-color: #fff;
        border-color: #fff;
        color: #45494B !important; }
      .c-homefeature__col.Gray hr {
        margin-top: 12px;
        margin-bottom: 12px;
        border: 0;
        border-top: 1px dashed #45494B !important;
        opacity: 0.2; }
    .c-homefeature__col.Black {
      background-color: #45494B;
      margin-bottom: 8px;
      height: 100%;
      color: #fff !important; }
      @media (max-width: 991px) {
        .c-homefeature__col.Black {
          margin-right: 4px; } }
      @media (max-width: 767px) {
        .c-homefeature__col.Black {
          margin-right: 0; } }
      .c-homefeature__col.Black .c-homecard__linklist-link {
        color: #fff; }
      .c-homefeature__col.Black .o-btn {
        color: #fff !important; }
        .c-homefeature__col.Black .o-btn:after {
          color: #fff; }
        .c-homefeature__col.Black .o-btn:hover, .c-homefeature__col.Black .o-btn:focus {
          background-color: #fff;
          border-color: #fff;
          color: #45494B !important; }
      .c-homefeature__col.Black hr {
        margin-top: 12px;
        margin-bottom: 12px;
        border: 0;
        border-top: 1px dashed #fff !important;
        opacity: 0.2; }
    .c-homefeature__col.Teal {
      background-color: #70C5DA;
      margin-bottom: 8px;
      height: 100%; }
      @media (max-width: 991px) {
        .c-homefeature__col.Teal {
          margin-left: 4px; } }
      @media (max-width: 767px) {
        .c-homefeature__col.Teal {
          margin-left: 0; } }
      .c-homefeature__col.Teal .c-homecard__linklist-link {
        color: #164F6E; }
      .c-homefeature__col.Teal .o-btn {
        border-color: #45494B; }
        .c-homefeature__col.Teal .o-btn:after {
          color: #fff; }
        .c-homefeature__col.Teal .o-btn:hover, .c-homefeature__col.Teal .o-btn:focus {
          background-color: #fff;
          border-color: #fff;
          color: #45494B !important; }
      .c-homefeature__col.Teal hr {
        margin-top: 12px;
        margin-bottom: 12px;
        border: 0;
        border-top: 1px dashed #45494B !important;
        opacity: 0.2; }

.c-homeslider {
  margin-top: 48px;
  margin-bottom: 48px;
  position: relative; }
  @media (max-width: 767px) {
    .c-homeslider {
      margin-top: 26px; } }
  .c-homeslider__item {
    -ms-flex: 1;
        flex: 1; }
    @media (min-width: 768px) {
      .c-homeslider__item {
        padding: 40px 25px;
        border: 2px solid #E8E6E3; } }
    @media (min-width: 992px) {
      .c-homeslider__item:nth-child(odd) {
        border-right: 0; } }
  @media (max-width: 767px) {
    .c-homeslider__media {
      display: block;
      margin-bottom: 15px; } }
  @media (min-width: 768px) {
    .c-homeslider__media {
      width: 200px; }
      .c-homeslider__media img {
        max-width: 180px; } }
  .c-homeslider__body {
    padding-left: 12px; }
    @media (max-width: 767px) {
      .c-homeslider__body {
        display: block;
        max-width: 480px; } }
  .c-homeslider__title {
    font-family: 'Open Sans', Arial, 'sans-serif';
    font-weight: 700;
    font-size: 36px;
    font-size: 2.25rem;
    color: #492BA6;
    line-height: 44px;
    line-height: 2.75rem;
    margin-bottom: 12px; }
  .c-homeslider__more {
    font-weight: 600; }
    .c-homeslider__more .g-icon-arrow-right {
      margin-top: -6px;
      margin-left: -2px; }
    .c-homeslider__more .g-icon-arrow-right:before {
      font-family: 'g-icons' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 9px;
      font-size: 0.5625rem;
      margin-left: 10px;
      margin-top: 2px; }
  .c-homeslider__content {
    margin-bottom: 10px; }
  .c-homeslider__nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0; }
    @media (max-width: 991px) {
      .c-homeslider__nav {
        position: static;
        -webkit-transform: none;
                transform: none;
        display: inline-table; }
        .c-homeslider__nav .slick-arrow {
          position: static; }
        .c-homeslider__nav .slick-dots {
          display: table-cell;
          position: static;
          vertical-align: middle;
          width: auto;
          padding-left: 40px;
          padding-right: 40px; }
          .c-homeslider__nav .slick-dots li {
            vertical-align: middle; } }
  .c-homeslider__arrow:before {
    font-size: 28px;
    font-size: 1.75rem;
    color: #CAC5C0; }
  .c-homeslider .slick-dots {
    bottom: -35px; }

.c-hometopics {
  padding-top: 48px;
  padding-bottom: 18px;
  padding-left: 15px;
  padding-right: 15px; }

.c-publication__img {
  border: 1px solid #E8E6E3; }

.c-publication__head {
  margin-bottom: 36px;
  /* crit */ }

.c-publication__neck {
  margin-bottom: 20px;
  /* crit */ }
  .c-publication__neck h2 {
    color: #492BA6; }

.c-publication__body {
  border-bottom: 2px solid #E8E6E3;
  margin-bottom: 24px;
  /* crit */ }
  .c-publication__body:not(:empty) {
    padding-bottom: 20px; }
  .c-publication__body-top {
    margin-bottom: 36px; }

.c-publication__foot {
  background-color: #E8E6E3;
  padding: 24px; }
  .c-publication__foot-item:not(:last-child) {
    margin-bottom: 26px; }
  .c-publication__foot-item h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 34px;
    line-height: 2.125rem;
    color: #492BA6;
    margin-bottom: 20px; }

.c-publication__divider-footer {
  border-top: 2px solid #E8E6E3; }

.c-publication__media {
  width: 212px;
  /* crit */ }
  @media (max-width: 767px) {
    .c-publication__media {
      width: auto;
      display: block;
      /* crit */ } }
  .no-media .c-publication__media {
    width: auto;
    /* crit */ }

.c-publication__details {
  /* crit */
  padding-right: 80px; }
  @media (max-width: 767px) {
    .c-publication__details {
      display: table-footer-group;
      /* crit */ } }
  @media (min-width: 768px) {
    .c-publication__details-list {
      /* crit */ } }
  .c-publication__details-list.no-media {
    padding-right: 0;
    /* crit */ }

.c-publication__detail-col {
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px dotted #CAC5C0;
  /* crit */ }
  .c-publication__detail-col:first-child {
    width: 150px;
    /* crit */ }

.c-publication__detail-desc a {
  margin-right: -5px !important; }

.c-publication__toc {
  background-color: #f9f9f9;
  padding: 36px 24px; }
  .c-publication__toc:empty {
    display: none; }
  .c-publication__toc ul {
    padding-left: 0;
    list-style: none; }
  .c-publication__toc li {
    font-weight: 700;
    padding-left: 45px;
    position: relative; }
    .c-publication__toc li:before {
      content: '•';
      font-weight: normal;
      position: absolute;
      left: 15px;
      color: #492BA6; }
    .c-publication__toc li li {
      font-weight: 400; }
      .c-publication__toc li li:before {
        content: '⁃';
        color: #381A77; }

.c-publication__toctoggle {
  padding-left: 42px; }
  .c-publication__toctoggle-text {
    display: none; }
    .collapsed .c-publication__toctoggle-text {
      display: inline; }
    .c-publication__toctoggle-text--hidden-collapsed {
      display: inline; }
      .collapsed .c-publication__toctoggle-text--hidden-collapsed {
        display: none; }
  .c-publication__toctoggle-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    left: 0;
    top: -3px; }
    .c-publication__toctoggle-icon:before, .c-publication__toctoggle-icon:after {
      content: '';
      position: absolute;
      width: 14px;
      height: 2px;
      background-color: currentColor;
      top: 14px;
      left: 8px; }
    .c-publication__toctoggle-icon:after {
      transition: .5s all;
      opacity: 0;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
      .collapsed .c-publication__toctoggle-icon:after {
        opacity: 1; }

.c-publication__download {
  padding: 18px 24px;
  background-color: #fff;
  color: #492BA6; }
  .c-publication__download:hover, .c-publication__download:focus {
    color: #492BA6; }
  .c-publication__download-type {
    color: #45494B; }
  .c-publication__download-col--media {
    width: 12%; }
  .c-publication__download-col--text {
    padding-left: 17px;
    padding-right: 17px; }
  .c-publication__download-col--arrow {
    width: 16px; }
  .c-publication__download-typeicon {
    font-size: 33px;
    font-size: 2.0625rem;
    transition: .3s transform;
    width: 64px;
    height: 64px;
    line-height: 64px;
    line-height: 4rem;
    border-radius: 80px;
    background-color: #492BA6;
    color: #fff;
    text-align: center;
    display: inline-block; }

.c-resource__head {
  margin-bottom: 34px; }

.c-resource__body {
  min-height: 200px; }

.c-resource__sideitem {
  padding: 24px;
  background-color: #F7F5F2;
  position: relative;
  /* crit */ }
  @media screen and (max-width: 991px) {
    .c-resource__sideitem {
      padding-bottom: 16px; } }
  @media (max-width: 991px) {
    .o-sidefilter .c-resource__sideitem {
      padding: 20px; } }
  .c-resource__sideitem:not(:last-child) {
    border-bottom: 1px solid #E8E6E3; }
  .c-resource__sideitem-head {
    margin-bottom: 11px; }
  .c-resource__sideitem-body {
    font-size: 14px;
    font-size: 0.875rem;
    /* crit */
    /* &.collapse {
                    display: none;
                    &.in {
                        display: block !important;
                    }
                } */ }
  .c-resource__sideitem-title {
    font-family: 'Open Sans', Arial, 'sans-serif';
    font-size: 15px;
    font-size: 0.9375rem;
    color: #45494B;
    /* crit */ }
  .c-resource__sideitem-list {
    list-style: none;
    padding-left: 0; }
    @media (max-width: 991px) {
      .c-resource__sideitem-list {
        margin-top: 11px; } }
    .c-resource__sideitem-listitem {
      margin: 5px 0 0;
      padding-left: 15px;
      position: relative;
      /* crit */ }
      .c-resource__sideitem-listitem > a {
        color: #45494B;
        font-size: 13px;
        font-size: 0.8125rem; }
        .c-resource__sideitem-listitem > a:hover, .c-resource__sideitem-listitem > a:focus {
          color: #492BA6; }
      .c-resource__sideitem-listitem .c-resource__sideitem-listitem {
        margin-bottom: 0;
        padding-bottom: 5px; }
        .c-resource__sideitem-listitem .c-resource__sideitem-listitem:first-child {
          padding-top: 5px; }
          .c-resource__sideitem-listitem .c-resource__sideitem-listitem:first-child:before {
            top: calc(.5rem + 5px); }
      .c-resource__sideitem-listitem:before {
        content: '';
        width: 6px;
        height: 6px;
        background-color: #492BA6;
        border-radius: 10px;
        position: absolute;
        left: 0;
        top: 8px;
        display: inline-block; }
  .c-resource__sideitem-inputinput {
    padding-right: 45px; }
  .c-resource__sideitem-inputicon {
    right: 15px;
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 3px;
    /* crit */ }
  .c-resource__sideitem-input--search:valid {
    padding-right: 65px; }
  .c-resource__sideitem--alt {
    background-color: #fff;
    /* crit */ }
    @media print {
      .c-resource__sideitem--alt {
        display: none; } }

/* crit:start */
.c-search:only-child {
  margin-bottom: 70px; }

.c-search__head {
  margin-bottom: 36px; }
  .c-search__head-right {
    width: 56px; }
  .c-search__head-panel {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px; }
    .c-search__head-panel-item {
      background-color: #fff;
      border-radius: 2px;
      overflow: hidden; }
    @media (max-width: 767px) {
      .c-search__head-panel {
        max-width: 100%; } }

.c-search__body {
  min-height: 200px; }
  @media (max-width: 767px) {
    .c-search__body {
      margin-left: -15px;
      margin-right: -15px; } }

.c-search__tabs {
  border-top: 0;
  margin-top: -61px; }
  .c-search__tabs-content {
    padding-top: 40px;
    border: 1px solid #E8E6E3;
    border-top: 0;
    padding-left: 30px;
    padding-right: 30px; }
    @media (min-width: 992px) {
      .c-search__tabs-content {
        padding-left: 30px;
        padding-right: 30px; } }
    .c-search__tabs-content .o-lister__item-title {
      font-size: 18px;
      font-size: 1.125rem; }
    .c-search__tabs-content .o-lister__item-content {
      font-size: 16px;
      font-size: 1rem; }
    .c-search__tabs-content .o-lister__item:not(:last-child) {
      border-bottom: 1px dotted #E8E6E3; }

.c-search__clearbtn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #492BA6; }
  .c-search__clearbtnicon {
    color: inherit;
    width: 15px;
    height: 15px; }
    .c-search__clearbtnicon:before, .c-search__clearbtnicon:after {
      width: 100%;
      top: 6px; }
  .c-search__clearbtn--transparent {
    background-color: transparent;
    color: #492BA6; }
    .c-search__clearbtn--transparent:hover, .c-search__clearbtn--transparent:focus {
      background-color: transparent; }
  .c-search__searchinput:invalid ~ .c-search__clearbtn {
    visibility: hidden; }
  .c-resource__sideitem-input ~ .c-search__clearbtn {
    right: 42px; }
  .c-resource__sideitem-input:invalid ~ .c-search__clearbtn {
    visibility: hidden; }

.c-search__searchinput {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.67;
  padding: 12px 48px 12px 24px;
  box-shadow: inset 1px 1px 4px 0 rgba(0, 0, 0, 0.1); }

.c-search__inputbox {
  height: 56px;
  font-weight: 700; }

.c-search__searchbtn {
  padding: 15px 0px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 0;
  background-color: #70C5DA;
  color: #fff;
  width: 56px;
  height: 56px;
  border-radius: 0; }

.c-search__filterinput-sort {
  min-width: 164px; }

/* crit:end */
.c-section__content {
  padding: 15px;
  color: #fff; }

.c-sidegeneric__body {
  padding-top: 20px;
  margin-bottom: 30px;
  /* crit */ }
  .c-sidegeneric__body a[href^="tel"] {
    color: #381A77; }

.c-sidegeneric__foot {
  margin-bottom: 30px;
  /* crit */ }

.c-sidegeneric__items {
  color: #4c4c4c; }

.c-sidegeneric__item:not(:last-child) {
  border-bottom: 1px solid #E8E6E3;
  padding-bottom: 17px;
  margin-bottom: 17px;
  /* crit */ }

.c-sidegeneric__item-head {
  margin-bottom: 6px;
  /* crit */ }

.c-sidegeneric__item-title {
  font-family: 'Open Sans', Arial, 'sans-serif';
  font-size: 16px;
  font-size: 1rem;
  /* crit */ }

.c-topic__aside {
  position: relative;
  /* @media print{
			display: none;
		} */ }
  .c-topic__aside-mobile {
    padding: 12px 0 9px 0;
    text-decoration: none; }
    .c-topic__aside-mobile:hover, .c-topic__aside-mobile:focus, .c-topic__aside-mobile:visited, .c-topic__aside-mobile:active {
      text-decoration: none; }
    .c-topic__aside-mobile .o-contentpage__side-title {
      padding: 0; }
    .c-topic__aside-mobile .hamburger {
      outline: none; }
    .c-topic__aside-mobile .hamburger-close {
      display: none;
      color: #FFFFFF;
      font-size: 1.1rem; }
    .c-topic__aside-mobile:not(.collapsed) .hamburger-close {
      display: inline-block; }
    .c-topic__aside-mobile:not(.collapsed) .hamburger-box {
      display: none; }
    .c-topic__aside-mobile__wrapper.affix .c-search__mobile-wrapper {
      padding-bottom: 1rem; }
    .c-topic__aside-mobile-content {
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
      .c-topic__aside-mobile-content.collapse {
        display: none; }
        .c-topic__aside-mobile-content.collapse.in {
          display: block; }
        @media print {
          .c-topic__aside-mobile-content.collapse {
            display: block;
            height: auto; } }

@media (max-width: 991px) {
  .c-topic__container {
    margin-bottom: 30px;
    /* crit */ } }

.c-topic__container h2:not([class]), .c-topic__container h3:not([class]), .c-topic__container h4:not([class]), .c-topic__container h5:not([class]), .c-topic__container h6:not([class]) {
  color: #492BA6;
  margin: 12px 0; }

.c-topic__head {
  margin-bottom: 30px;
  /* crit */ }

.c-topic__pretitle {
  margin-bottom: 13px;
  /* crit */ }

.c-topic__title {
  margin-bottom: 15px;
  /* crit */ }

.c-topic__subhead {
  margin-bottom: 32px; }

.c-topic__sidebtn {
  font-size: 18px;
  font-size: 1.125rem; }

.c-topic__sidetab-list {
  margin-top: 20px;
  margin-bottom: 30px; }

.c-topic__sidetab-listitem:not(:last-child) {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dotted #E8E6E3;
  /* crit */ }

.c-topic__sidetab-listlink {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #45494B;
  /* crit */ }
  .c-topic__sidetab-listlinkicon {
    position: relative;
    top: 4px;
    color: #45494B;
    /* crit */ }
    .c-topic__sidetab-listlinkicon:before {
      content: ""; }
  .c-topic__sidetab-listlink .u-tar {
    padding-left: 15px; }

.c-topic__sidetab-content {
  padding-left: 25px;
  padding-right: 25px;
  /* crit */ }
  .c-topic__sidetab-content .o-btn--withlinkicon {
    display: block;
    text-align: center;
    padding: 8px 24px 8px 12px;
    height: 40px; }

.c-topic__sidetab-tabs .o-tabs__icon {
  display: none;
  /*crit*/ }

.c-topic__sidetab-tabs .o-tabs__nav-link {
  text-align: center;
  color: #45494B;
  /*crit*/ }

.c-topic__sidebox-head {
  padding: 14px 25px; }

.c-topic__tags:not(:last-child) {
  margin-bottom: 36px; }

.c-wrapper.is-menu-active {
  overflow-x: hidden;
  /* .c-wrapper__offleft {
            display: block;
        } */ }
  .c-wrapper.is-menu-active .c-header__mainnav-subnav {
    margin-left: 0;
    margin-right: 0;
    background-color: transparent; }
  .c-wrapper.is-menu-active .c-header .u-bgc-blend {
    background-color: #381a77; }

.c-wrapper.is-topic-active .js-topic-index-mobile {
  max-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.c-wrapper.is-topic-active .c-topic__aside-mobile-content.show {
  overflow: auto; }

.c-wrapper__body {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  /* crit */ }
  @media (max-width: 991px) {
    .c-wrapper__body {
      transition: .2s transform; }
      .is-search-active .c-wrapper__body {
        -webkit-transform: translateY(78px);
                transform: translateY(78px);
        position: fixed;
        /* crit */ }
      .is-menu-active .c-wrapper__body {
        position: fixed;
        /* crit */ } }
  @media (min-width: 768px) and (max-width: 991px) {
    .is-menu-active .c-wrapper__body {
      -webkit-transform: translateX(350px);
              transform: translateX(350px);
      /* crit */ } }

.c-wrapper__offtop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  overflow: auto;
  opacity: 0;
  z-index: -1;
  /* crit */ }
  .is-search-active .c-wrapper__offtop,
  .is-search-active-is-loading .c-wrapper__offtop {
    min-height: 78px;
    opacity: 1;
    z-index: auto; }
  .is-menu-active .c-wrapper__offtop,
  .is-menu-active-is-loading .c-wrapper__offtop {
    opacity: 0;
    z-index: -1; }

.c-wrapper__offleft {
  position: fixed;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  z-index: -1;
  /* crit */
  /* @include mq-down(xs) {
            .is-menu-active &,
            .is-menu-active-is-loading & {
                min-width: 100%;
                z-index: auto;
            }
        } */ }
  @media (max-width: 767px) {
    .c-wrapper__offleft {
      right: 0;
      z-index: 3;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
      transition: .2s transform;
      will-change: transform;
      /* crit */ } }
  .is-menu-active .c-wrapper__offleft {
    -webkit-transform: none;
            transform: none;
    opacity: 1; }
  @media (min-width: 768px) and (max-width: 991px) {
    .is-menu-active .c-wrapper__offleft,
    .is-menu-active-is-loading .c-wrapper__offleft {
      min-width: 350px;
      z-index: 3; }
    .is-search-active .c-wrapper__offleft,
    .is-search-active-is-loading .c-wrapper__offleft {
      opacity: 0;
      z-index: -1; } }

.c-wrapper__overlay {
  /* crit:start */
  opacity: 0;
  /* crit:end */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #381a77;
  z-index: -1;
  transition: all .3s; }
  @media (max-width: 991px) {
    .is-menu-active .c-wrapper__overlay,
    .is-search-active .c-wrapper__overlay {
      opacity: 0.8;
      z-index: 1; } }

.c-listing_filter-search {
  width: 40%;
  float: left; }

.c-listing_filter-others {
  width: 30%;
  float: left; }

.g-icon-search-header {
  margin-top: 8px;
  font-size: 18px;
  font-size: 1.125rem; }

#dashboardIframe:first-child iframe {
  padding-top: 40px; }

.hamburger-box {
  top: 5px !important; }
  @media (max-width: 736.98px) {
    .hamburger-box {
      top: 0px !important; } }

.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
  border-radius: 2px; }

.search-input__wrapper {
  position: relative; }
  .search-input__wrapper .g-icon-search {
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    top: 27px;
    right: 15px;
    color: #368DC4; }

.g-icon-curved-triangle {
  color: #e8e6e3; }

.c-footer__gotop-wrapper {
  position: relative;
  z-index: 100; }

@media (max-width: 991.98px) {
  .c-community__topics-select {
    padding: 16px 16px 0 0; } }

@media (max-width: 991.98px) {
  .c-community__topics--container {
    border: none; } }

@media (max-width: 736.98px) {
  .c-community__topics--container {
    border-bottom: 1px solid #b5afa8;
    padding-bottom: 24px;
    margin-bottom: 4px; } }

.c-community__topics-select--header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .c-community__topics-select--header a {
    text-decoration: underline !important;
    font-weight: 600;
    cursor: pointer; }

.c-sidegeneric {
  font-size: 16px;
  font-size: 1rem; }
  .c-sidegeneric__item {
    color: #505050 !important; }
    .c-sidegeneric__item-head {
      margin-bottom: 0px; }
    .c-sidegeneric__item-title {
      font-weight: 700 !important;
      margin-bottom: 0px !important; }

.c-form__body {
  text-align: right;
  margin-bottom: 0px; }
  .c-form__body .ktc-default-section {
    display: table;
    width: 100%; }
  .c-form__body input[type="submit"] {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff !important;
    background: #492BA6;
    box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.22);
    border-radius: 2px;
    padding: 14px 24px;
    font-weight: bold;
    margin: 20px 0;
    display: inline-block; }
    .c-form__body input[type="submit"]:hover, .c-form__body input[type="submit"]:focus {
      text-decoration: none;
      background-color: transparent;
      /* crit */ }
    .c-form__body input[type="submit"]:hover, .c-form__body input[type="submit"]:focus {
      color: #fff;
      text-decoration: none;
      background: #164F6E; }

.o-form-group__col {
  text-align: left; }

.o-form-group__col:last-child {
  text-align: right; }
  .o-form-group__col:last-child div {
    width: 100% !important; }

.modal {
  font-family: 'Open Sans', Arial, 'sans-serif'; }
  .modal-dialog {
    width: 95%;
    max-width: 992px;
    margin: 0.1rem auto !important; }

.modal-title {
  margin-bottom: 8px; }

.global-modal-dialog img {
  max-width: 160px;
  margin-bottom: 1rem; }

#feedbackForm .modal-body {
  padding-bottom: 40px;
  text-align: right; }

#feedbackForm .modal-header p {
  margin-bottom: 24px; }

#feedbackForm .ktc-default-section {
  display: table;
  width: 100%; }

#feedbackForm .o-form-group__col:first-child {
  width: 100px; }

#feedbackForm input[type="submit"] {
  top: 10px; }

.c-community__topics-select, .c-community__topics--container {
  padding-right: 0px; }

.widget-dark {
  background-color: #164F6E; }

.k-autocomplete {
  border-radius: 2px; }

.o-landing-topics {
  margin-left: 0px;
  margin-right: -8px; }

.o-landingpage__linkcol {
  margin-bottom: 32px !important; }

.o-landingpage__linkcol__home {
  margin-bottom: 8px !important;
  padding-right: 8px;
  min-height: 76px; }
  .o-landingpage__linkcol__home__mobile {
    margin-bottom: 4px !important; }
    .o-landingpage__linkcol__home__mobile .o-linkbox__mobile {
      margin-bottom: 4px !important;
      padding: 12px 24px !important;
      margin-right: 8px; }

#feedbackCaptchaId:first-child {
  position: absolute;
  right: 190px;
  bottom: 56px; }

.o-linkbox:hover i {
  border: none; }

.o-linkbox:hover .o-linkbox__media {
  position: relative;
  padding-bottom: 0px; }

.ktc-editable-area {
  z-index: 1; }

.alert-info {
  border: 1px solid #C6E1F2;
  background: #EAF6FD;
  color: #164F6E;
  /*crit*/ }
  .alert-info em {
    font-style: normal; }

.k-widget .sortable-list .tox.tox-tinymce {
  min-height: 400px; }
  .k-widget .sortable-list .tox.tox-tinymce > .tox-editor-container > .tox-sidebar-wrap {
    max-height: 347px; }

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