@charset "UTF-8";
/*! 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%; 
  /* COLOR VARIABLES */
  --ig-light-blue: #0073cf;
  --ig-brand-blue: #001239;
  --ig-text-black: #282828;
  --ig-background-grey: #eff1f4;
  --ig-nav-blue: #a0cfeb;
  }

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: 1px 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: not-allowed; }

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

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

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }

[data-whatinput='mouse'] button {
  outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }

.row::before, .row::after {
  content: ' ';
  display: table; }

.row::after {
  clear: both; }

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.row .row {
  max-width: none;
  margin-left: -.625rem;
  margin-right: -.625rem; }

@media screen and (min-width: 40em) {
  .row .row {
    margin-left: -.9375rem;
    margin-right: -.9375rem; } }

.row .row.collapse {
  margin-left: 0;
  margin-right: 0; }

.row.expanded {
  max-width: none; }

.row.expanded .row {
  margin-left: auto;
  margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

@media screen and (min-width: 40em) {
  .column, .columns {
    padding-left: .9375rem;
    padding-right: .9375rem; } }

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right; }

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

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

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

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

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

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

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both; }

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both; }

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both; }

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both; }

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both; }

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both; }

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both; }

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both; }

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-collapse .row, .expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: .625rem;
  padding-right: .625rem; }

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncentered, .small-push-0, .small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row, .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: .9375rem;
    padding-right: .9375rem; }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncentered, .medium-push-0, .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row, .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: .9375rem;
    padding-right: .9375rem; }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncentered, .large-push-0, .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em, i {
  font-style: italic;
  line-height: inherit; }

strong, b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: .5rem;
  line-height: 1.4; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #cacaca;
  line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }

a:hover, a:focus {
  color: #1585cf; }

a img {
  border: 0; }

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul, ol, dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }

dl dt {
  margin-bottom: .3rem;
  font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: .5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a; }

cite {
  display: block;
  font-size: .8125rem;
  color: #8a8a8a; }

cite:before {
  content: '\2014 \0020'; }

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas,"Liberation Mono",Courier,monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: .125rem .3125rem .0625rem; }

kbd {
  padding: .125rem .25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas,"Liberation Mono",Courier,monospace; }

.subheader {
  margin-top: .2rem;
  margin-bottom: .5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }

p + .stat {
  margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after, a[href^='javascript:']:after, a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre, blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fefefe; }

[data-whatinput='mouse'] .button {
  outline: 0; }

.button:hover, .button:focus {
  background-color: #1583cc;
  color: #fefefe; }

.button.tiny {
  font-size: .6rem; }

.button.small {
  font-size: .75rem; }

.button.large {
  font-size: 1.25rem; }

.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0; }

.button.primary {
  background-color: #2199e8;
  color: #fefefe; }

.button.primary:hover, .button.primary:focus {
  background-color: #147cc0;
  color: #fefefe; }

.button.secondary {
  background-color: #777;
  color: #fefefe; }

.button.secondary:hover, .button.secondary:focus {
  background-color: #5f5f5f;
  color: #fefefe; }

.button.success {
  background-color: #3adb76;
  color: #fefefe; }

.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #fefefe; }

.button.warning {
  background-color: #ffae00;
  color: #fefefe; }

.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #fefefe; }

.button.alert {
  background-color: #ec5840;
  color: #fefefe; }

.button.alert:hover, .button.alert:focus {
  background-color: #da3116;
  color: #fefefe; }

.button.hollow {
  border: 1px solid #2199e8;
  color: #2199e8; }

.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent; }

.button.hollow:hover, .button.hollow:focus {
  border-color: #0c4d78;
  color: #0c4d78; }

.button.hollow.primary {
  border: 1px solid #2199e8;
  color: #2199e8; }

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c4d78;
  color: #0c4d78; }

.button.hollow.secondary {
  border: 1px solid #777;
  color: #777; }

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3c3c3c;
  color: #3c3c3c; }

.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76; }

.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539; }

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00; }

.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700; }

.button.hollow.alert {
  border: 1px solid #ec5840;
  color: #ec5840; }

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #881f0e;
  color: #881f0e; }

.button.disabled, .button[disabled] {
  opacity: .25;
  cursor: not-allowed; }

.button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #2199e8;
  color: #fefefe; }

.button.dropdown::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset .4em;
  border-color: #fefefe transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 1em;
  display: inline-block; }

.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: -0.1em; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: .5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  outline: none;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s,border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }

textarea[rows] {
  height: auto; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #cacaca; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #cacaca; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder, textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default; }

[type='submit'], [type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

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

[type='file'], [type='checkbox'], [type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label, [type='radio'] + label {
  display: inline-block;
  margin-left: .5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

[type='checkbox'] + label[for], [type='radio'] + label[for] {
  cursor: pointer; }

label > [type='checkbox'], label > [type='radio'] {
  margin-right: .5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: .875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }

label.middle {
  margin: 0 0 1rem;
  padding: .5625rem 0; }

.help-text {
  margin-top: -.5rem;
  font-size: .8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }

.input-group > :first-child {
  border-radius: 0 0 0 0; }

.input-group > :last-child > * {
  border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%; }

.input-group-label:first-child {
  border-right: 0; }

.input-group-label:last-child {
  border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }

.input-group-button a, .input-group-button input, .input-group-button button {
  margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

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

legend {
  margin-bottom: .5rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }

.fieldset legend {
  background: #fefefe;
  padding: 0 .1875rem;
  margin: 0;
  margin-left: -.1875rem; }

select {
  height: 2.4375rem;
  padding: .5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem; }

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }

select:disabled {
  background-color: #e6e6e6;
  cursor: default; }

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

select[multiple] {
  height: auto;
  background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -.5rem;
  margin-bottom: 1rem;
  font-size: .75rem;
  font-weight: bold;
  color: #ec5840; }

.form-error.is-visible {
  display: block; }

.accordion {
  list-style-type: none;
  background: #fefefe;
  margin-left: 0; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: .75rem;
  color: #2199e8;
  position: relative;
  border: 1px solid #e6e6e6;
  border-bottom: 0; }

:last-child:not(.is-active) > .accordion-title {
  border-radius: 0 0 0 0;
  border-bottom: 1px solid #e6e6e6; }

.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6; }

.accordion-title::before {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem; }

.is-active > .accordion-title::before {
  content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #2199e8; }

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6; }

.is-accordion-submenu-parent > a {
  position: relative; }

.is-accordion-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -ms-transform: scaleY(-1);
  transform: scaleY(-1); }

.badge {
  display: inline-block;
  padding: .3em;
  min-width: 2.1em;
  font-size: .6rem;
  text-align: center;
  border-radius: 50%;
  background: #2199e8;
  color: #fefefe; }

.badge.secondary {
  background: #777;
  color: #fefefe; }

.badge.success {
  background: #3adb76;
  color: #fefefe; }

.badge.warning {
  background: #ffae00;
  color: #fefefe; }

.badge.alert {
  background: #ec5840;
  color: #fefefe; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }

.breadcrumbs::before, .breadcrumbs::after {
  content: ' ';
  display: table; }

.breadcrumbs::after {
  clear: both; }

.breadcrumbs li {
  float: left;
  color: #0a0a0a;
  font-size: .6875rem;
  cursor: default;
  text-transform: uppercase; }

.breadcrumbs li:not(:last-child)::after {
  color: #cacaca;
  content: "/";
  margin: 0 .75rem;
  position: relative;
  top: 1px;
  opacity: 1; }

.breadcrumbs a {
  color: #2199e8; }

.breadcrumbs a:hover {
  text-decoration: underline; }

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }

.button-group::before, .button-group::after {
  content: ' ';
  display: table; }

.button-group::after {
  clear: both; }

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem; }

.button-group .button:last-child {
  margin-right: 0; }

.button-group.tiny .button {
  font-size: .6rem; }

.button-group.small .button {
  font-size: .75rem; }

.button-group.large .button {
  font-size: 1.25rem; }

.button-group.expanded {
  margin-right: -1px; }

.button-group.expanded::before, .button-group.expanded::after {
  display: none; }

.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px; }

.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px; }

.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.33333% - 1px);
  margin-right: 1px; }

.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px; }

.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px; }

.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px; }

.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px; }

.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px; }

.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.66667% - 1px);
  margin-right: 1px; }

.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px; }

.button-group.primary .button {
  background-color: #2199e8;
  color: #fefefe; }

.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #147cc0;
  color: #fefefe; }

.button-group.secondary .button {
  background-color: #777;
  color: #fefefe; }

.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5f5f5f;
  color: #fefefe; }

.button-group.success .button {
  background-color: #3adb76;
  color: #fefefe; }

.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #fefefe; }

.button-group.warning .button {
  background-color: #ffae00;
  color: #fefefe; }

.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #fefefe; }

.button-group.alert .button {
  background-color: #ec5840;
  color: #fefefe; }

.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #da3116;
  color: #fefefe; }

.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  width: 100%; }

.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0; }

@media screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    width: auto;
    margin-bottom: 0; } }

@media screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    width: auto;
    margin-bottom: 0; } }

@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block; }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: #fff; }

.callout > :first-child {
  margin-top: 0; }

.callout > :last-child {
  margin-bottom: 0; }

.callout.primary {
  background-color: #def0fc; }

.callout.secondary {
  background-color: #ebebeb; }

.callout.success {
  background-color: #e1faea; }

.callout.warning {
  background-color: #fff3d9; }

.callout.alert {
  background-color: #fce6e2; }

.callout.small {
  padding-top: .5rem;
  padding-right: .5rem;
  padding-bottom: .5rem;
  padding-left: .5rem; }

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: .5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }

[data-whatinput='mouse'] .close-button {
  outline: 0; }

.close-button:hover, .close-button:focus {
  color: #0a0a0a; }

.menu {
  margin: 0;
  list-style-type: none; }

.menu > li {
  display: table-cell;
  vertical-align: middle; }

[data-whatinput='mouse'] .menu > li {
  outline: 0; }

.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1; }

.menu input, .menu a, .menu button {
  margin-bottom: 0; }

.menu > li > a img, .menu > li > a i, .menu > li > a svg {
  vertical-align: middle; }

.menu > li > a img + span, .menu > li > a i + span, .menu > li > a svg + span {
  vertical-align: middle; }

.menu > li > a img, .menu > li > a i, .menu > li > a svg {
  /*margin-right: .25rem;*/
  display: inline-block; }

.menu > li {
  display: table-cell; }

.menu.vertical > li {
  display: block; }

@media screen and (min-width: 40em) {
  .menu.medium-horizontal > li {
    display: table-cell; }
  .menu.medium-vertical > li {
    display: block; } }

@media screen and (min-width: 64em) {
  .menu.large-horizontal > li {
    display: table-cell; }
  .menu.large-vertical > li {
    display: block; } }

.menu.simple li {
  line-height: 1;
  display: inline-block;
  margin-right: 1rem; }

.menu.simple a {
  padding: 0; }

.menu.align-right::before, .menu.align-right::after {
  content: ' ';
  display: table; }

.menu.align-right::after {
  clear: both; }

.menu.align-right > li {
  float: right; }

.menu.expanded {
  width: 100%;
  display: table;
  table-layout: fixed; }

.menu.expanded > li:first-child:last-child {
  width: 100%; }

.menu.icon-top > li > a {
  text-align: center; }

.menu.icon-top > li > a img, .menu.icon-top > li > a i, .menu.icon-top > li > a svg {
  display: block;
  margin: 0 auto .25rem; }

.menu.nested {
  margin-left: 1rem; }

.menu .active > a {
  color: #fefefe;
  background: #2199e8; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

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

.menu-centered > .menu {
  display: inline-block; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }

.menu-icon::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #fefefe,0 14px 0 #fefefe; }

.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca,0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }

.menu-icon.dark::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #0a0a0a,0 14px 0 #0a0a0a; }

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a,0 14px 0 #8a8a8a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }

.is-drilldown li {
  display: block !important; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }

.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.is-drilldown-submenu.is-closing {
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.is-drilldown-submenu-parent > a {
  position: relative; }

.is-drilldown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem; }

.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }

.dropdown-pane.is-open {
  visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px; 
}
.main-topbar-row .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: #282828 transparent transparent;
  border: solid;
  border-width: 0 1px 1px 0;
  padding: 4px;
  transform: rotate(45deg) translate3d(-3px,0,0);
  position: absolute;
  top: 25%;
  transition: transform .3s ease 0s, border-color .3s ease 0s;
}
.main-topbar-row .dropdown.menu > li.is-dropdown-submenu-parent.is-active > a::after{
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0; }

.dropdown.menu.vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0; }

@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }

.is-dropdown-menu.vertical.align-right {
  float: right; }

.is-dropdown-submenu-parent {
  position: relative; }

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px; }

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto; }

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%; }

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca; }

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
  margin-top: -3px; }

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0; }

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0; }

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px; }

.is-dropdown-submenu > li {
  width: 100%; }

.is-dropdown-submenu.js-dropdown-active {
  display: block; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }

.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.flex-video.widescreen {
  padding-bottom: 56.25%; }

.flex-video.vimeo {
  padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: .8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #2199e8;
  color: #fefefe; }

.label.secondary {
  background: #777;
  color: #fefefe; }

.label.success {
  background: #3adb76;
  color: #fefefe; }

.label.warning {
  background: #ffae00;
  color: #fefefe; }

.label.alert {
  background: #ec5840;
  color: #fefefe; }

.media-object {
  margin-bottom: 1rem;
  display: block; }

.media-object img {
  max-width: none; }

@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block; }
  .media-object.stack-for-small .media-object-section img {
    width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }

.media-object-section:first-child {
  padding-right: 1rem; }

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem; }

.media-object-section > :last-child {
  margin-bottom: 0; }

.media-object-section.middle {
  vertical-align: middle; }

.media-object-section.bottom {
  vertical-align: bottom; }

html, body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: transform .5s ease; }

.off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
  content: ' ';
  display: table; }

.off-canvas-wrapper-inner::after {
  clear: both; }

.off-canvas-content, .off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: transform .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background .5s ease; }

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -ms-transform: translateX(0);
  transform: translateX(0); }

[data-whatinput='mouse'] .off-canvas {
  outline: 0; }

.off-canvas.position-left {
  left: -250px;
  top: 0;
  width: 250px; }

.is-open-left {
  -ms-transform: translateX(250px);
  transform: translateX(250px); }

.off-canvas.position-right {
  right: -250px;
  top: 0;
  width: 250px; }

.is-open-right {
  -ms-transform: translateX(-250px);
  transform: translateX(-250px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none; }

.orbit-slide {
  width: 100%;
  max-height: 100%; }

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }

[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
  outline: 0; }

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: .8rem;
  margin-bottom: .8rem;
  text-align: center; }

[data-whatinput='mouse'] .orbit-bullets {
  outline: 0; }

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: .1rem;
  background-color: #cacaca;
  border-radius: 50%; }

.orbit-bullets button:hover {
  background-color: #8a8a8a; }

.orbit-bullets button.is-active {
  background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }

.pagination::before, .pagination::after {
  content: ' ';
  display: table; }

.pagination::after {
  clear: both; }

.pagination li {
  font-size: .875rem;
  margin-right: .0625rem;
  border-radius: 0;
  display: none; }

.pagination li:last-child, .pagination li:first-child {
  display: inline-block; }

@media screen and (min-width: 40em) {
  .pagination li {
    display: inline-block; } }

.pagination a, .pagination button {
  color: #0a0a0a;
  display: block;
  padding: .1875rem .625rem;
  border-radius: 0; }

.pagination a:hover, .pagination button:hover {
  background: #e6e6e6; }

.pagination .current {
  padding: .1875rem .625rem;
  background: #2199e8;
  color: #fefefe;
  cursor: default; }

.pagination .disabled {
  padding: .1875rem .625rem;
  color: #cacaca;
  cursor: not-allowed; }

.pagination .disabled:hover {
  background: transparent; }

.pagination .ellipsis::after {
  content: '\2026';
  padding: .1875rem .625rem;
  color: #0a0a0a; }

.pagination-previous a::before, .pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after, .pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem; }

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }

.progress.primary .progress-meter {
  background-color: #2199e8; }

.progress.secondary .progress-meter {
  background-color: #777; }

.progress.success .progress-meter {
  background-color: #3adb76; }

.progress.warning .progress-meter {
  background-color: #ffae00; }

.progress.alert .progress-meter {
  background-color: #ec5840; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2199e8; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap; }

.slider {
  position: relative;
  height: .5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: .5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }

.slider-fill.is-dragging {
  transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #2199e8;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  border-radius: 0; }

[data-whatinput='mouse'] .slider-handle {
  outline: 0; }

.slider-handle:hover {
  background-color: #1583cc; }

.slider-handle.is-dragging {
  transition: all 0s linear; }

.slider.disabled, .slider[disabled] {
  opacity: .25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: .5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

.slider.vertical .slider-fill {
  top: 0;
  width: .5rem;
  max-height: 100%; }

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }

.sticky.is-stuck.is-at-top {
  top: 0; }

.sticky.is-stuck.is-at-bottom {
  bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }

.sticky.is-anchored.is-at-bottom {
  bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open, html.is-reveal-open body {
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto; }

[data-whatinput='mouse'] .reveal {
  outline: 0; }

@media screen and (min-width: 40em) {
  .reveal {
    min-height: 0; } }

.reveal .column, .reveal .columns, .reveal .columns {
  min-width: 0; }

.reveal > :last-child {
  margin-bottom: 0; }

@media screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem; } }

@media screen and (min-width: 40em) {
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto; } }

.reveal.collapse {
  padding: 0; }

@media screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem; } }

@media screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem; } }

@media screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem; } }

.reveal.full {
  top: 0!important;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
  border-radius: 0;
  padding-bottom: 50px; }

@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0!important;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0;
    padding-bottom: 50px; } }

.reveal.without-overlay {
  position: fixed; }

.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: .875rem; }

.switch-input {
  opacity: 0;
  position: absolute; }

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit; }

input + .switch-paddle {
  margin: 0; }

.switch-paddle::after {
  background: #fefefe;
  content: '';
  display: block;
  position: absolute;
  height: 1.5rem;
  left: 0.25rem;
  top: 0.25rem;
  width: 1.5rem;
  transition: all 0.25s ease-out;
  transform: translate3d(0, 0, 0);
  border-radius: 0; }

input:checked ~ .switch-paddle {
  background: #2199e8; }

input:checked ~ .switch-paddle::after {
  left: 2.25rem; }

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }

input:checked + label > .switch-active {
  display: block; }

.switch-inactive {
  right: 15%; }

input:checked + label > .switch-inactive {
  display: none; }

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: .625rem; }

.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem; }

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem; }

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: .75rem; }

.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem; }

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem; }

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }

.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem; }

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }

table thead, table tbody, table tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe; }

table caption {
  font-weight: bold;
  padding: .5rem .625rem .625rem; }

table thead, table tfoot {
  background: #f8f8f8;
  color: #0a0a0a; }

table thead tr, table tfoot tr {
  background: transparent; }

table thead th, table thead td, table tfoot th, table tfoot td {
  padding: .5rem .625rem .625rem;
  font-weight: bold;
  text-align: left; }

table tbody tr:nth-child(even) {
  background-color: #f1f1f1; }

table tbody th, table tbody td {
  padding: .5rem .625rem .625rem; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr, table.stack th, table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover tr:hover {
  background-color: #f9f9f9; }

table.hover tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }

.table-scroll table {
  width: auto; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6; }

.tabs::before, .tabs::after {
  content: ' ';
  display: table; }

.tabs::after {
  clear: both; }

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block; }

.tabs.simple > li > a {
  padding: 0; }

.tabs.simple > li > a:hover {
  background: transparent; }

.tabs.primary {
  background: #2199e8; }

.tabs.primary > li > a {
  color: #fefefe; }

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1893e4; }

.tabs-title {
  float: left; }

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  font-size: .75rem; }

.tabs-title > a:hover {
  background: #fefefe; }

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #e6e6e6; }

.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }

.tabs-panel.is-active {
  display: block; }

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }

.thumbnail:hover, .thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5); }

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: .5rem; }

.title-bar::before, .title-bar::after {
  content: ' ';
  display: table; }

.title-bar::after {
  clear: both; }

.title-bar .menu-icon {
  margin-left: .25rem;
  margin-right: .25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }

.menu-icon.dark::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #0a0a0a,0 14px 0 #0a0a0a; }

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a,0 14px 0 #8a8a8a; }

.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: .75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + .6495rem);
  max-width: 10rem !important;
  border-radius: 0; }

.tooltip::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset .75rem;
  border-color: transparent transparent #0a0a0a;
  border-bottom-style: solid;
  border-top-width: 0;
  bottom: 100%;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.tooltip.top::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset .75rem;
  border-color: #0a0a0a transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  top: 100%;
  bottom: auto; }

.tooltip.left::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset .75rem;
  border-color: transparent transparent transparent #0a0a0a;
  border-left-style: solid;
  border-right-width: 0;
  bottom: auto;
  left: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.tooltip.right::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset .75rem;
  border-color: transparent #0a0a0a transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
.top-bar {
  padding: .5rem; }

.top-bar::before, .top-bar::after {
  content: ' ';
  display: table; }

.top-bar::after {
  clear: both; }

.top-bar, .utility-topbar-row, .top-bar ul {
  /*background-color: #a0cfeb; */
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem; }

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0; }

.top-bar input.button {
  width: auto; }

.top-bar .top-bar-left, .top-bar .top-bar-right {
  width: 100%; }

@media screen and (min-width: 40em) {
  .top-bar .top-bar-left, .top-bar .top-bar-right {
    width: auto; } }

@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium .top-bar-left, .top-bar.stacked-for-medium .top-bar-right {
    width: 100%; } }

@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large .top-bar-left, .top-bar.stacked-for-large .top-bar-right {
    width: 100%; } }

.top-bar-title {
  float: left;
  margin-right: 1rem; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr, .show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape, .hide-for-portrait {
  display: block !important; }

@media screen and (orientation: landscape) {
  .show-for-landscape, .hide-for-portrait {
    display: block !important; } }

@media screen and (orientation: portrait) {
  .show-for-landscape, .hide-for-portrait {
    display: none !important; } }

.hide-for-landscape, .show-for-portrait {
  display: none !important; }

@media screen and (orientation: landscape) {
  .hide-for-landscape, .show-for-portrait {
    display: none !important; } }

@media screen and (orientation: portrait) {
  .hide-for-landscape, .show-for-portrait {
    display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }

.clearfix::after {
  clear: both; }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -ms-transform: translateY(100%);
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake, .spin-cw, .spin-ccw, .wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 18, 2015 */
@font-face {
  font-family: 'whitney_lightregular';
  src: url("./fonts/whitney-light-webfont.eot");
  src: url("./fonts/whitney-light-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/whitney-light-webfont.woff2") format("woff2"), url("./fonts/whitney-light-webfont.woff") format("woff"), url("./fonts/whitney-light-webfont.ttf") format("truetype"), url("./fonts/whitney-light-webfont.svg#whitney_lightregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'whitney_bookregular';
  src: url("./fonts/whitney-book-webfont.eot");
  src: url("./fonts/whitney-book-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/whitney-book-webfont.woff2") format("woff2"), url("./fonts/whitney-book-webfont.woff") format("woff"), url("./fonts/whitney-book-webfont.ttf") format("truetype"), url("./fonts/whitney-book-webfont.svg#whitney_bookregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'whitney_bookscregular';
  src: url("./fonts/whitney-booksc-webfont.eot");
  src: url("./fonts/whitney-booksc-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/whitney-booksc-webfont.woff2") format("woff2"), url("./fonts/whitney-booksc-webfont.woff") format("woff"), url("./fonts/whitney-booksc-webfont.ttf") format("truetype"), url("./fonts/whitney-booksc-webfont.svg#whitney_bookscregular") format("svg");
  font-weight: normal;
  font-style: normal; }

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

@font-face {
  font-family: 'whitney_scmedium';
  src: url("./fonts/whitney-mediumsc-webfont.eot");
  src: url("./fonts/whitney-mediumsc-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/whitney-mediumsc-webfont.woff2") format("woff2"), url("./fonts/whitney-mediumsc-webfont.woff") format("woff"), url("./fonts/whitney-mediumsc-webfont.ttf") format("truetype"), url("./fonts/whitney-mediumsc-webfont.svg#whitney_scmedium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'whitney_semiboldregular';
  src: url("./fonts/whitney-semibold-webfont.eot");
  src: url("./fonts/whitney-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/whitney-semibold-webfont.woff2") format("woff2"), url("./fonts/whitney-semibold-webfont.woff") format("woff"), url("./fonts/whitney-semibold-webfont.ttf") format("truetype"), url("./fonts/whitney-semibold-webfont.svg#whitney_semiboldregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* For IG Header and Footer */
@font-face {
    font-family: WhitneyBook;
    src: url(../fonts/whitney-book-webfont.woff2) format("woff2"), url(../fonts/whitney-book-webfont.woff) format("woff"), url(../fonts/whitney-book-webfont.ttf) format("truetype")
}

@font-face {
    font-family: WhitneySemibold;
    src: url(../fonts/whitney-semibold-webfont.woff2) format("woff2"), url(../fonts/whitney-semibold-webfont.woff) format("woff"), url(../fonts/whitney-semibold-webfont.ttf) format("truetype")
}

@font-face {
    font-family: WhitneyLight;
    src: url(../fonts/whitney-light-webfont.woff2) format("woff2"), url(../fonts/whitney-light-webfont.woff) format("woff"), url(../fonts/whitney-light-webfont.ttf) format("truetype")
}  

.header-wrap {
  height: 100%;
  max-width: 1280px;
  /*max-width: 1350px;*/
  margin:0 auto;
  position: relative;
  z-index: 1;
  padding-left: 8px;
  padding-right: 8px;
  /*border-bottom: 1px solid #cbcccc; */}
  .header-wrap .utility-topbar-row .utility-topbar,
  .header-wrap .utility-topbar-row .main-topbar,
  .header-wrap .main-topbar-row .utility-topbar,
  .header-wrap .main-topbar-row .main-topbar {
    padding: 0px;
    font-size: 14px;
    font-family: "whitney_bookregular";
    background-color: #e5e8e8; }
    .header-wrap .utility-topbar-row .utility-topbar > ul,
    .header-wrap .utility-topbar-row .main-topbar > ul,
    .header-wrap .main-topbar-row .utility-topbar > ul,
    .header-wrap .main-topbar-row .main-topbar > ul {
      background-color: #e5e8e8; }
    .header-wrap .utility-topbar-row .utility-topbar ul.dropdown.menu > li,
    .header-wrap .utility-topbar-row .main-topbar ul.dropdown.menu > li,
    .header-wrap .main-topbar-row .utility-topbar ul.dropdown.menu > li,
    .header-wrap .main-topbar-row .main-topbar ul.dropdown.menu > li {
      display: inline-block; }
      .header-wrap .utility-topbar-row .utility-topbar ul.dropdown.menu > li.is-dropdown-submenu-parent > a::after,
      .header-wrap .utility-topbar-row .main-topbar ul.dropdown.menu > li.is-dropdown-submenu-parent > a::after,
      .header-wrap .main-topbar-row .utility-topbar ul.dropdown.menu > li.is-dropdown-submenu-parent > a::after,
      .header-wrap .main-topbar-row .main-topbar ul.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
        display: block;
        border: solid;
        border-width: 0 1px 1px 0;
        content: "";
        padding: 4px;
        height: 0;
        width: 0;
        margin-top: 0px;
        right: 32px;
        transform: rotate(45deg) translate3d(-3px,0,0);
        top: 22px; }
/*        top: 15px;
        width: 14px;
        border-style: none;
        height: 10px;
        margin: 0px;
        background: url("http://apps.investorsgroup.com/en/images/corp/svg/expandArrow.png") no-repeat;
        background-position: 0 0;
        background-size: 14px; }*/
    .header-wrap .utility-topbar-row .utility-topbar .main-topbar-link,
    .header-wrap .utility-topbar-row .main-topbar .main-topbar-link,
    .header-wrap .main-topbar-row .utility-topbar .main-topbar-link,
    .header-wrap .main-topbar-row .main-topbar .main-topbar-link {
      padding: 12px 0px 7px 0;
      height: auto;
      color: #282828;
      border-bottom: 2px solid #e5e8e8; }
      .header-wrap .utility-topbar-row .utility-topbar .main-topbar-link:hover,
      .header-wrap .utility-topbar-row .main-topbar .main-topbar-link:hover,
      .header-wrap .main-topbar-row .utility-topbar .main-topbar-link:hover,
      .header-wrap .main-topbar-row .main-topbar .main-topbar-link:hover {
        border-color: #282828; }
      /*.header-wrap .utility-topbar-row .utility-topbar .main-topbar-link.with-subitems,
      .header-wrap .utility-topbar-row .main-topbar .main-topbar-link.with-subitems,
      .header-wrap .main-topbar-row .utility-topbar .main-topbar-link.with-subitems,
      .header-wrap .main-topbar-row .main-topbar .main-topbar-link.with-subitems {
        margin-right: 12px; }*/
    .header-wrap .utility-topbar-row .utility-topbar .divider-menu-link,
    .header-wrap .utility-topbar-row .main-topbar .divider-menu-link,
    .header-wrap .main-topbar-row .utility-topbar .divider-menu-link,
    .header-wrap .main-topbar-row .main-topbar .divider-menu-link {
      background-color: #e5e8e8; }
      .header-wrap .utility-topbar-row .utility-topbar .divider-menu-link:before,
      .header-wrap .utility-topbar-row .main-topbar .divider-menu-link:before,
      .header-wrap .main-topbar-row .utility-topbar .divider-menu-link:before,
      .header-wrap .main-topbar-row .main-topbar .divider-menu-link:before {
        content: "\00a0";
        background-color: #d2d4d4;
        width: 1px;
        height: 24px;
        display: block;
        /*margin: 0 20px; */}
    .header-wrap .utility-topbar-row .utility-topbar .utility-topbar-submenu,
    .header-wrap .utility-topbar-row .utility-topbar .main-topbar-submenu,
    .header-wrap .utility-topbar-row .main-topbar .utility-topbar-submenu,
    .header-wrap .utility-topbar-row .main-topbar .main-topbar-submenu,
    .header-wrap .main-topbar-row .utility-topbar .utility-topbar-submenu,
    .header-wrap .main-topbar-row .utility-topbar .main-topbar-submenu,
    .header-wrap .main-topbar-row .main-topbar .utility-topbar-submenu,
    .header-wrap .main-topbar-row .main-topbar .main-topbar-submenu {
      padding: 15px 0 19px 0;
      min-width: 200px;
      border-top: 1px solid #c9cbcb;
      overflow: hidden;
      background-color: #e5e8e8;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px;
      box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.3); }
      .header-wrap .utility-topbar-row .utility-topbar .utility-topbar-submenu .is-submenu-item > .main-topbar-sublink,
      .header-wrap .utility-topbar-row .utility-topbar .main-topbar-submenu .is-submenu-item > .main-topbar-sublink,
      .header-wrap .utility-topbar-row .main-topbar .utility-topbar-submenu .is-submenu-item > .main-topbar-sublink,
      .header-wrap .utility-topbar-row .main-topbar .main-topbar-submenu .is-submenu-item > .main-topbar-sublink,
      .header-wrap .main-topbar-row .utility-topbar .utility-topbar-submenu .is-submenu-item > .main-topbar-sublink,
      .header-wrap .main-topbar-row .utility-topbar .main-topbar-submenu .is-submenu-item > .main-topbar-sublink,
      .header-wrap .main-topbar-row .main-topbar .utility-topbar-submenu .is-submenu-item > .main-topbar-sublink,
      .header-wrap .main-topbar-row .main-topbar .main-topbar-submenu .is-submenu-item > .main-topbar-sublink {
        line-height: 1.2;
        font-family: "whitney_bookregular";
        color: #282828;
        padding: 0 16px;
        font-size: 20px; }
        .header-wrap .utility-topbar-row .utility-topbar .utility-topbar-submenu .is-submenu-item > .main-topbar-sublink:before,
        .header-wrap .utility-topbar-row .utility-topbar .main-topbar-submenu .is-submenu-item > .main-topbar-sublink:before,
        .header-wrap .utility-topbar-row .main-topbar .utility-topbar-submenu .is-submenu-item > .main-topbar-sublink:before,
        .header-wrap .utility-topbar-row .main-topbar .main-topbar-submenu .is-submenu-item > .main-topbar-sublink:before,
        .header-wrap .main-topbar-row .utility-topbar .utility-topbar-submenu .is-submenu-item > .main-topbar-sublink:before,
        .header-wrap .main-topbar-row .utility-topbar .main-topbar-submenu .is-submenu-item > .main-topbar-sublink:before,
        .header-wrap .main-topbar-row .main-topbar .utility-topbar-submenu .is-submenu-item > .main-topbar-sublink:before,
        .header-wrap .main-topbar-row .main-topbar .main-topbar-submenu .is-submenu-item > .main-topbar-sublink:before {
          content: "\00a0";
          background-color: #e5e8e8;
          display: inline-block;
          width: 2px;
          margin: 10px 10px 10px 0; }
        .header-wrap .utility-topbar-row .utility-topbar .utility-topbar-submenu .is-submenu-item > .main-topbar-sublink:hover, .header-wrap .utility-topbar-row .utility-topbar .utility-topbar-submenu .is-submenu-item > .main-topbar-sublink.active,
        .header-wrap .utility-topbar-row .utility-topbar .main-topbar-submenu .is-submenu-item > .main-topbar-sublink:hover,
        .header-wrap .utility-topbar-row .utility-topbar .main-topbar-submenu .is-submenu-item > .main-topbar-sublink.active,
        .header-wrap .utility-topbar-row .main-topbar .utility-topbar-submenu .is-submenu-item > .main-topbar-sublink:hover,
        .header-wrap .utility-topbar-row .main-topbar .utility-topbar-submenu .is-submenu-item > .main-topbar-sublink.active,
        .header-wrap .utility-topbar-row .main-topbar .main-topbar-submenu .is-submenu-item > .main-topbar-sublink:hover,
        .header-wrap .utility-topbar-row .main-topbar .main-topbar-submenu .is-submenu-item > .main-topbar-sublink.active,
        .header-wrap .main-topbar-row .utility-topbar .utility-topbar-submenu .is-submenu-item > .main-topbar-sublink:hover,
        .header-wrap .main-topbar-row .utility-topbar .utility-topbar-submenu .is-submenu-item > .main-topbar-sublink.active,
        .header-wrap .main-topbar-row .utility-topbar .main-topbar-submenu .is-submenu-item > .main-topbar-sublink:hover,
        .header-wrap .main-topbar-row .utility-topbar .main-topbar-submenu .is-submenu-item > .main-topbar-sublink.active,
        .header-wrap .main-topbar-row .main-topbar .utility-topbar-submenu .is-submenu-item > .main-topbar-sublink:hover,
        .header-wrap .main-topbar-row .main-topbar .utility-topbar-submenu .is-submenu-item > .main-topbar-sublink.active,
        .header-wrap .main-topbar-row .main-topbar .main-topbar-submenu .is-submenu-item > .main-topbar-sublink:hover,
        .header-wrap .main-topbar-row .main-topbar .main-topbar-submenu .is-submenu-item > .main-topbar-sublink.active {
          background-color: #fff; }
          .header-wrap .utility-topbar-row .utility-topbar .utility-topbar-submenu .is-submenu-item > .main-topbar-sublink:hover:before, .header-wrap .utility-topbar-row .utility-topbar .utility-topbar-submenu .is-submenu-item > .main-topbar-sublink.active:before,
          .header-wrap .utility-topbar-row .utility-topbar .main-topbar-submenu .is-submenu-item > .main-topbar-sublink:hover:before,
          .header-wrap .utility-topbar-row .utility-topbar .main-topbar-submenu .is-submenu-item > .main-topbar-sublink.active:before,
          .header-wrap .utility-topbar-row .main-topbar .utility-topbar-submenu .is-submenu-item > .main-topbar-sublink:hover:before,
          .header-wrap .utility-topbar-row .main-topbar .utility-topbar-submenu .is-submenu-item > .main-topbar-sublink.active:before,
          .header-wrap .utility-topbar-row .main-topbar .main-topbar-submenu .is-submenu-item > .main-topbar-sublink:hover:before,
          .header-wrap .utility-topbar-row .main-topbar .main-topbar-submenu .is-submenu-item > .main-topbar-sublink.active:before,
          .header-wrap .main-topbar-row .utility-topbar .utility-topbar-submenu .is-submenu-item > .main-topbar-sublink:hover:before,
          .header-wrap .main-topbar-row .utility-topbar .utility-topbar-submenu .is-submenu-item > .main-topbar-sublink.active:before,
          .header-wrap .main-topbar-row .utility-topbar .main-topbar-submenu .is-submenu-item > .main-topbar-sublink:hover:before,
          .header-wrap .main-topbar-row .utility-topbar .main-topbar-submenu .is-submenu-item > .main-topbar-sublink.active:before,
          .header-wrap .main-topbar-row .main-topbar .utility-topbar-submenu .is-submenu-item > .main-topbar-sublink:hover:before,
          .header-wrap .main-topbar-row .main-topbar .utility-topbar-submenu .is-submenu-item > .main-topbar-sublink.active:before,
          .header-wrap .main-topbar-row .main-topbar .main-topbar-submenu .is-submenu-item > .main-topbar-sublink:hover:before,
          .header-wrap .main-topbar-row .main-topbar .main-topbar-submenu .is-submenu-item > .main-topbar-sublink.active:before {
            background-color: #282828; }
      .header-wrap .utility-topbar-row .utility-topbar .utility-topbar-submenu > li.opens-right > .is-dropdown-submenu,
      .header-wrap .utility-topbar-row .utility-topbar .main-topbar-submenu > li.opens-right > .is-dropdown-submenu,
      .header-wrap .utility-topbar-row .main-topbar .utility-topbar-submenu > li.opens-right > .is-dropdown-submenu,
      .header-wrap .utility-topbar-row .main-topbar .main-topbar-submenu > li.opens-right > .is-dropdown-submenu,
      .header-wrap .main-topbar-row .utility-topbar .utility-topbar-submenu > li.opens-right > .is-dropdown-submenu,
      .header-wrap .main-topbar-row .utility-topbar .main-topbar-submenu > li.opens-right > .is-dropdown-submenu,
      .header-wrap .main-topbar-row .main-topbar .utility-topbar-submenu > li.opens-right > .is-dropdown-submenu,
      .header-wrap .main-topbar-row .main-topbar .main-topbar-submenu > li.opens-right > .is-dropdown-submenu {
        left: 20px; }
    .header-wrap .utility-topbar-row .utility-topbar .dropdown.menu > li.opens-right > .is-dropdown-submenu,
    .header-wrap .utility-topbar-row .main-topbar .dropdown.menu > li.opens-right > .is-dropdown-submenu,
    .header-wrap .main-topbar-row .utility-topbar .dropdown.menu > li.opens-right > .is-dropdown-submenu,
    .header-wrap .main-topbar-row .main-topbar .dropdown.menu > li.opens-right > .is-dropdown-submenu {
      /*left: -50px;*/ 
      top: 100%;
      right: auto;
      left: 0;
      }
  .header-wrap .utility-topbar-row {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .header-wrap .utility-topbar-row::before, .header-wrap .utility-topbar-row::after {
      content: ' ';
      display: table; }
    .header-wrap .utility-topbar-row::after {
      clear: both; }
    .header-wrap .utility-topbar-row .utility-topbar-wrap {
      background-color: #e5e8e8; }
    .header-wrap .utility-topbar-row .utility-topbar {
      max-width: 1244px;
      margin: 0 auto;
      padding: 0 22px; }
  .header-wrap .main-topbar-row {
    /*max-width: 1244px;*/
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin: 8px auto;
    padding: 8px 0 0;
    padding: 24px 0;
    background-color: #fff; }
    .header-wrap .main-topbar-row::before, .header-wrap .main-topbar-row::after {
      content: ' ';
      display: table; }
    .header-wrap .main-topbar-row::after {
      clear: both; }
    @media screen and (max-width: 39.9375em) {
      .header-wrap .main-topbar-row {
        padding: 16px 22px 9px;
        padding: 8px; } }
    @media screen and (min-width: 39.9376em) and (max-width: 64em) {
      .header-wrap .main-topbar-row {
        padding: 16px; } }
    }
    .header-wrap .main-topbar-row .main-topbar ul.dropdown {
      background-color: #fff;
      position: relative; }
    .header-wrap .main-topbar-row .main-topbar input {
      max-width: calc(100% - 150px);
      margin-right: 0px; }
    .header-wrap .main-topbar-row .main-topbar {
      /*font-family: "whitney_scmedium";*/
      /*text-transform: uppercase;*/
      font-family: "whitney_bookregular";
      background-color: #fff; }
      .header-wrap .main-topbar-row .main-topbar ul.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
        top: 35px;
        right: -20px; }
      .header-wrap .main-topbar-row .main-topbar .main-topbar-link {
        padding: 25px 0 8px;
        border-color: #fff; }
      .header-wrap .main-topbar-row .main-topbar .divider-menu-link {
        background-color: #fff; }
        .header-wrap .main-topbar-row .main-topbar .divider-menu-link:before {
          height: 30px;
          margin: 0 30px; }
      .header-wrap .main-topbar-row .main-topbar .main-topbar-submenu {
        background-color: #fff; }
        .header-wrap .main-topbar-row .main-topbar .main-topbar-submenu .is-submenu-item > .main-topbar-sublink {
          text-transform: none;
          white-space: nowrap;
          min-width: 250px; }
          .header-wrap .main-topbar-row .main-topbar .main-topbar-submenu .is-submenu-item > .main-topbar-sublink:before {
            background-color: #fff; }
/*          .header-wrap .main-topbar-row .main-topbar .main-topbar-submenu .is-submenu-item > .main-topbar-sublink:hover, .header-wrap .main-topbar-row .main-topbar .main-topbar-submenu .is-submenu-item > .main-topbar-sublink.active {
            background-color: #e5e8e8; }*/
        .header-wrap .main-topbar-row .main-topbar .main-topbar-submenu .divider-submenu-link {
          height: 1px;
          background-color: #e5e8e8;
          display: block;
          margin: 0 12px; }
      .header-wrap .main-topbar-row .main-topbar .findAdvisor {
        margin: 0 64px 0 30px; }
        .header-wrap .main-topbar-row .main-topbar .findAdvisor .main-topbar-link {
          padding: 7px 27px;
          border: 1px solid #b4b4b4;
          border-radius: 5px; }
          .header-wrap .main-topbar-row .main-topbar .findAdvisor .main-topbar-link:hover {
            border-color: #282828;
            color: #fff;
            background-color: #282828; }
      .header-wrap .main-topbar-row .main-topbar .form-input-search .search-input {
        padding: 0 0 0 34px;
        margin: 0px;
        font-family: "whitney_bookregular";
        text-transform: lowercase;
        font-size: 16px;
        border: none;
        outline: none;
        box-shadow: none;
        background-image: url("http://apps.investorsgroup.com/en/images/corp/svg/search-icon-in-search-box.png");
        background-repeat: no-repeat;
        /*background-size: 20px;*/
        background-position: 0 9px;
        width: 34px;
        transition: width 0.4s ease-in-out 0s;
        /*position: absolute;
        right: 0;
        top: 13px;*/
        height: 40px;
        padding-top: 4px;
        cursor: pointer;
        background-color: #fff; }
        .header-wrap .main-topbar-row .main-topbar .form-input-search .search-input:focus {
          /*width: 100%;*/
          position: absolute;
          background-color: #fff;
          width: 400px;
          /*background-color: red;*/
          border-bottom: 1px solid #a9a9a9;
          padding: 8px 8px 8px 25px;
          /*top: 0;*/
          right: 90px;
          z-index: 1; }
          .header-wrap .main-topbar-row .main-topbar .form-input-search .search-input:focus + .search-input-close::after {
            content: '\00a0';
            cursor: pointer;
            background-image: url("http://apps.investorsgroup.com/en/images/corp/svg/closeBtn_Form.png");
            background-repeat: no-repeat;
            background-size: 24px;
            background-position: 0px;
            width: 24px;
            height: 24px;
            display: inline-block;
            position: relative;
            top: 5px;
            right: -380px;
            left: -10px;
            z-index: 200; }
      .header-wrap .main-topbar-row .main-topbar .dropdown.menu > li.opens-right > .is-dropdown-submenu {
        left: -85px; }
    .header-wrap .main-topbar-row .ig-brand-logo {
      width: 180px;
      height: 52px;
      margin-left: 0;
      margin-bottom: 0; }
      @media screen and (max-width: 39.9375em) {
        .header-wrap .main-topbar-row .ig-brand-logo {
          height: auto;
          width: 120px;
        }
      } 
      @media screen and (min-width: 39.9376em) and (max-width: 64em) {
        .header-wrap .main-topbar-row .ig-brand-logo {
          width: 300px;
        }
      }
      @media screen and (min-width: 64em) {
        .header-wrap .main-topbar-row .ig-brand-logo {
          margin: 8px; 
          margin: 0;
          width: 270px;
          height: 60px;
        } 
      }
    .header-wrap .main-topbar-row .ig-brand-slogan {
      font-size: 12px;
      margin-bottom: 0px;
      line-height: 1.4;
      font-family: "whitney_bookregular"; }
    .header-wrap .main-topbar-row .title-bar {
      background-color: #fff;
      padding: 0px; }
      .header-wrap .main-topbar-row .title-bar .menu-icon {
        margin: 0; }
      .header-wrap .main-topbar-row .title-bar .menu-icon::after {
        height: 1px;
        background-color: #282828;
        box-shadow: 0 5px 0 #282828, 0 10px 0 #282828; }
  .header-wrap .closeBtn-wrap {
    padding: 20px 20px 35px 20px;
    text-align: right; }
    .header-wrap .closeBtn-wrap button.closeBtn--accordion {
      background-image: url("http://apps.investorsgroup.com/en/images/corp/svg/closeBtn_Form.png");
      background-repeat: no-repeat;
      background-size: 25px;
      cursor: pointer;
      display: inline-block;
      height: 25px;
      width: 25px; }
      .header-wrap .closeBtn-wrap button.closeBtn--accordion:hover, .header-wrap .closeBtn-wrap button.closeBtn--accordion:focus {
        background-color: #fff;
        outline: none; }
  .header-wrap .mb-search-form {
    border-bottom: 1px solid #282828;
    margin: 0 32px 18px 32px; }
  .header-wrap .mb-search-input {
    border: none;
    box-shadow: none;
    font-family: "whitney_scmedium";
    color: #282828;
    font-size: 16px;
    text-transform: lowercase;
    background-image: url("http://apps.investorsgroup.com/en/images/corp/svg/search-icon-in-search-box.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0;
    padding: 0 0 0 34px;
    margin: 0 0 8px 0px; }
    .header-wrap .mb-search-input:focus {
      background-image: url("http://apps.investorsgroup.com/en/images/corp/svg/search-icon-in-search-box.png");
      background-repeat: no-repeat;
      background-size: 20px;
      background-position: 0;
      background-color: #fff;
      box-shadow: none;
      font-family: "whitney_bookregular";
      font-size: 16px; }
  .header-wrap .mb-search-form.active .mb-search-reset {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    line-height: normal;
    border-left: 1px solid #dfdfdf;
    opacity: 0.8;
    padding-left: 7px;
    display: inline-block;
    background-image: url("http://apps.investorsgroup.com/en/images/corp/svg/find_an_advisor_close.png");
    background-repeat: no-repeat;
    background-position: 7px 4px;
    width: 21px;
    height: 20px;
    background-color: #fff;
    margin-top: 4px; }
    .header-wrap .mb-search-form.active .mb-search-reset:focus {
      outline: none; }
  .header-wrap .header-accordion-menu .menu-link,
  .header-wrap .header-accordion-menu .submenu-link {
    font-size: 20px;
    /*text-transform: uppercase;*/
    font-family: "whitney_bookregular";
    color: #282828;
    padding: 16px 8px; }
    .header-wrap .header-accordion-menu .menu-link:before,
    .header-wrap .header-accordion-menu .submenu-link:before {
      content: "\00a0";
      width: 2px;
      margin: 0 10px 0 0;
      display: inline-block;
      /*border-left: 2px solid #e5e8e8;*/ }
    .header-wrap .header-accordion-menu .is-accordion-submenu-item {
      border-top: 1px solid #e5e8e8;
    }
    .header-wrap .header-accordion-menu .menu-link:hover,
    .header-wrap .header-accordion-menu .submenu-link:hover {
      /*background-color: #fff; */}
      .header-wrap .header-accordion-menu .menu-link:hover:before,
      .header-wrap .header-accordion-menu .submenu-link:hover:before {
        /*border-color: #282828; */}
  .header-wrap .header-accordion-menu .menu-link:before {
    border-color: #fff; }
  .header-wrap .header-accordion-menu .menu-link:hover {
    /*background: #e5e8e8;*/ }
    .header-wrap .header-accordion-menu .menu-link:hover:before {
      /*border-color: #282828;*/ }
  .header-wrap .header-accordion-menu .menu-link:focus {
    outline: none; }
  .header-wrap .header-accordion-menu .menu-link.lang {
    text-align: center; }
  .header-wrap .header-accordion-menu .menu-link.lang:before {
    margin: 0; }
  .header-wrap .header-accordion-menu .submenu-link {
    font-family: "whitney_bookregular";
    text-transform: none;
    font-size: 16px;
    padding: 12px 0;
    color: #282828; }
    .header-wrap .header-accordion-menu .submenu-link:before {
      /*margin: 0 20px 0 50px;*/ }
  .header-wrap .header-accordion-menu .main-link-divider {
    border-bottom: 1px solid #dbdfe2;
    /*margin: -1px 30px 0 30px;*/
    margin: 8px;
  }
    .header-wrap .header-accordion-menu .main-link-divider:last-child {
      border-bottom: none; }
  .header-wrap .header-accordion-menu .is-accordion-submenu-parent .menu {
    margin-left: 16px;
  }
  .header-wrap .header-accordion-menu .is-accordion-submenu-parent > a::after {
    display: block;
    border: solid;
    border-width: 0 1px 1px 0;
    content: "";
    padding: 4px;
    /*background: url("http://apps.investorsgroup.com/en/images/corp/svg/expandArrow.png") no-repeat;
    background-size: 16px;*/
    height: 0px;
    width: 0px;
    margin-top: 0px;
    transition: all .3s;
    transform: rotate(45deg) translate3d(-3px,0,0);
    right: 32px;
    /*top: 22px;*/ }
  .header-wrap .header-accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a:after {
    -webkit-transform: rotate(225deg) translate3d(3px,0,0);
    transform: rotate(225deg) translate3d(3px,0,0);
  }
  .header-wrap .header-accordion-submenu {
    padding: 14px 1rem 0 0;
    margin: 0px;
    /*background-color: #e5e8e8;*/ }
    .header-wrap .header-accordion-submenu .main-link-divider {
      margin: 0 70px 0 70px;
      border-color: #dbdfe2; }

@media only screen and (max-width: 64.063em) {
  .body-content .header-accordion-wrap {
    position: absolute;
    height: 100vh;
    top: 0;
    /*right: 0;*/
    left: 0;
    bottom: 0;
    z-index: 1000;
    background: #fff; 
    
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;

  }
  .body-content.active .section {
    display: none; } }

/* Network Bar */
.network-bar{display:none;background: #a0cfeb;width:100%;height:56px;}

.ig-grid-container{ max-width:1280px;margin:0 auto;padding-left:8px;padding-right:8px; }
.network-bar .network-bar-contents{float:right;}
.ig-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.menu.vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 64em){
    .network-bar{display:block;}
    .ig-menu.large-horizontal {
         -webkit-flex-wrap: wrap; 
        -ms-flex-wrap: wrap;
         flex-wrap: wrap; 
         -webkit-box-orient: horizontal; 
         -webkit-box-direction: normal; 
         -webkit-flex-direction: row; 
        -ms-flex-direction: row;
         flex-direction: row; 
    }
}
.network-bar-contents .search-wrapper {padding:6px 0;}
.header-accordion-menu .search-wrapper .search-form,
.network-bar-contents .search-form {
    padding: 0;
    background-color: rgba(40,40,40,.05);
    /*background-color: red;*/
    border:#2d2d2f;
    border-radius: 8px;
    display: flex;
    height: 39px;
    width: 200px;
}
.header-accordion-menu .search-wrapper .search-form input,
.network-bar-contents .search-form input {
    font-family:"whitney_bookregular";
    font-size:14px;
    padding-left: 0;
    width: 85%;
    max-width: 375px;}
.header-accordion-menu .search-wrapper .search-form input:focus,
.network-bar-contents .search-form input:focus {
    background: white;
    border-color: #0e75d5;
    box-shadow: 0 0 5px #0e75d5;
}
.network-bar-contents .search-wrapper .search-form input[type=text]:not(textarea) {
  padding-left: 8px;
  width: 100%;
}
.search-wrapper .search-form button {
  padding: 8px;
}
.search-wrapper .search-form button img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: auto;
    min-width: 19px;
    margin: 0;
}
.network-language {padding:8px 16px;}
.network-language a {color:#282828;font-family:"whitney_bookregular";font-size:20px;}
.network-language a:hover {text-decoration:underline;}

.header-accordion-menu .search-wrapper .search-form {
    max-width: 200px;
    margin: 16px 28px;
}
.header-accordion-menu .search-wrapper .search-form input {padding-left: 8px;}
/* New Network Bar Mobile */
@media only screen and (max-width: 64.063em) {
  .body-content .header-wrap .main-topbar-row .main-topbar .is-dropdown-submenu-parent a.main-topbar-link {
    padding: 0 25px 0 0;
  }
  .body-content .header-accordion-wrap .site-network-partners {
    background: #a0cfeb;
    max-width: 280px;
    min-width: 100%;
    margin-bottom: 2em;
  }
  .body-content .header-accordion-wrap .site-network-partners li {
  }
  .body-content .header-accordion-wrap .site-network-partners li.is-active {
    background: white;
  }
  .body-content .header-accordion-wrap .site-network-partners li {
    color:#282828;
    font-size: 16px;
    text-align: center;
    width: 50%;
  }
  .body-content .header-accordion-wrap .site-network-partners li a {
    color:#282828;
    padding: 1em 0;
  }
}
.footer {
  color: #fff;
  background-color: #282828;
  padding: 68px 0 0 0; }
  @media screen and (max-width: 64em) {
    .footer {
      padding-top: 24px; } }
  .footer .columns.nopadding {
    padding: 0px; }
  .footer .backtotop-row,
  .footer .footer-copyright {
    max-width: 1244px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 22px;
    padding-right: 22px; }
    .footer .backtotop-row::before, .footer .backtotop-row::after,
    .footer .footer-copyright::before,
    .footer .footer-copyright::after {
      content: ' ';
      display: table; }
    .footer .backtotop-row::after,
    .footer .footer-copyright::after {
      clear: both; }
  .footer .footer-backTop {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 8px;
    margin-bottom: 70px; }
    .footer .footer-backTop > .backTop-link {
      display: inline-block;
      width: 56px;
      height: 56px;
      border-radius: 50%;
      border: 2px solid #282828;
      text-align: center; }
      .footer .footer-backTop > .backTop-link:hover {
        border: 2px solid #fff; }
    @media only screen and (max-width: 64.063em) {
      .footer .footer-backTop {
        margin: 0 0 40px; }
        .footer .footer-backTop .backTop-icon.fr-text {
          margin-right: -9px; }
        .footer .footer-backTop .backTop-icon {
          margin-right: -14px; } }
  .footer .tab-row {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; }
    .footer .tab-row::before, .footer .tab-row::after {
      content: ' ';
      display: table; }
    .footer .tab-row::after {
      clear: both; }
    .footer .tab-row .footer-tabs {
      background-color: #282828; }
      .footer .tab-row .footer-tabs .tab-header, .footer .tab-row .footer-tabs .footer-tab-list {
        margin-left: 25%; }
      .footer .tab-row .footer-tabs .tab-header {
        font-size: 16px;
        color: #fff;
        /*text-transform: uppercase;*/
        margin-bottom: 35px;
        font-family: "whitney_semiboldregular";
        line-height: normal; }
      .footer .tab-row .footer-tabs .footer-tab-list {
        list-style-type: none;
        margin-bottom: 20px; }
      .footer .tab-row .footer-tabs .footer-tab-list > li {
        margin-bottom: 24px; }
      .footer .tab-row .footer-tabs .footer-tab-list .footer-tab-item {
        color: #fff;
        font-size: 16px;
        font-family: "whitney_bookregular"; }
        .footer .tab-row .footer-tabs .footer-tab-list .footer-tab-item:hover {
          text-decoration: underline; }
        .footer .tab-row .footer-tabs .footer-tab-list .footer-tab-item:visited {
          color: #fff; }
    .footer .tab-row .footer-accordion-menu, .footer .tab-row .accordion-submenu {
      background: none;
      border: none;
      margin: 0; }
    .footer .tab-row .footer-accordion-item {
      margin-left: 20px;
      margin-right: 20px; }
      .footer .tab-row .footer-accordion-item .menu-link {
        border-bottom: 1px solid #314659;
        padding: 20px 0px;
        border: none;
        font-size: 14px;
        color: #fff;
        border-bottom: 1px solid #314659;
        text-transform: uppercase;
        font-family: "whitney_semiboldregular"; }
        .footer .tab-row .footer-accordion-item .menu-link:focus, .footer .tab-row .footer-accordion-item .menu-link:hover {
          background: none; }
        .footer .tab-row .footer-accordion-item .menu-link::before {
          border: none;
          content: "";
          background: url("http://apps.investorsgroup.com/en/images/corp/svg/expandArrow.png") no-repeat;
          background-size: 16px;
          height: 16px;
          width: 16px;
          margin-top: 0px;
          right: 0px; }
      .footer .tab-row .footer-accordion-item.is-active > .menu-link::before {
        content: "";
        background-image: url("http://apps.investorsgroup.com/en/images/corp/svg/collapseArrow.png");
        background-size: 16px; }
      .footer .tab-row .footer-accordion-item .accordion-submenu {
        padding: 4px 0 18px 0; }
        .footer .tab-row .footer-accordion-item .accordion-submenu li {
          list-style-type: none; }
        .footer .tab-row .footer-accordion-item .accordion-submenu:last-of-type {
          border-bottom: 1px solid #263c50; }
      .footer .tab-row .footer-accordion-item .submenu-link {
        display: block;
        border: none;
        font-size: 16px;
        color: #fff;
        padding: 16px;
        line-height: normal;
        font-family: "whitney_bookregular"; }
        .footer .tab-row .footer-accordion-item .submenu-link:before {
          content: "\00a0";
          width: 18px;
          display: inline-block;
          border-left: 2px solid #282828; }
        .footer .tab-row .footer-accordion-item .submenu-link:hover {
          background: #314659; }
          .footer .tab-row .footer-accordion-item .submenu-link:hover:before {
            border-color: #fff; }
  .footer .social-media-row {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 36px;
    padding-bottom: 36px; }
    .footer .social-media-row::before, .footer .social-media-row::after {
      content: ' ';
      display: table; }
    .footer .social-media-row::after {
      clear: both; }
    @media only screen and (max-width: 64.063em) {
      .footer .social-media-row {
        padding-bottom: 14px; } }
    .footer .social-media-row .menu {
      width: 100%;
      display: table;
      table-layout: fixed; }
    .footer .social-media-row .social-media-link {
      display: inline-block;
      width: 48px;
      height: 48px;
      border-radius: 50%;
      border: 2px solid #282828;
      text-align: center;
      padding: 0px;
      position: relative; }
      .footer .social-media-row .social-media-link > img {
        position: absolute;
        top: 25%;
        left: 25%; }
      .footer .social-media-row .social-media-link:hover {
        border: 2px solid #fff; }
  .footer .footer-copyright .dt-copyright-menu a,
  .footer .footer-copyright .mb-copyright-menu a,
  .footer .footer-copyright .menu-text {
    font-size: 12px;
    font-family: "whitney_bookregular";
    color: #acb7c0;
    font-weight: normal;
    line-height: 1.6;
    padding: 3px 18px; }
  .footer .footer-copyright .dt-copyright-menu a:hover,
  .footer .footer-copyright .mb-copyright-menu a:hover {
    color: #fff;
    text-decoration: underline; }
  .footer .footer-copyright .dt-copyright-menu,
  .footer .footer-copyright .mb-copyright-menu {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: normal;
    border-top: 1px solid #263c50; }
    .footer .footer-copyright .dt-copyright-menu li,
    .footer .footer-copyright .mb-copyright-menu li {
      border-right: 1px solid #263c50; }
      .footer .footer-copyright .dt-copyright-menu li:last-child,
      .footer .footer-copyright .mb-copyright-menu li:last-child {
        border-right: none; }

html.IGv2 {
  /*--------------------------------MAIN ELEMENTS----------------------------------------*/
  /*-------Fonts------------*/
  /*------Graphics---------*/
  /*-------Video-----------*/
  /*--------Grid-----------*/
  /*------Buttons----------*/
  /*------------Forms-------------*/
  /*----------Maps----------------*/
  /*---------------------------------------MODULES-------------------------------------*/
  /*--------------1.Global Navigation-----------*/
  /*-----------------2.Office-------------------*/
  /*--------------2.Hero Contact Info-----------*/
  /*---------------Announcements------------------*/
  /*--------------3.Office Hours---------------*/
  /*---------------4.Languages------------------*/
  /*--------------5.About Section---------------*/
  /*--------------6.Directors-------------------*/
  /*--------------7.Team------------------------*/
  /*--------------8.Video-----------------------*/
  /*--------------9.Organizations We Support-------*/
  /*-------------10.Careers----------------------*/
  /*--------------11.Events----------------------*/
  /*--------------12.Associations & Community---------*/
  /*-----------------13.General Inquires---------------*/
  /*-----------------14.Have Questions-----------------*/
  /*----------------15.Have Questions (office template version)------------*/
  /*---------------16.Adversisement------------------*/
  /*---------------16.Adversisement (Video)------------------*/
  /*---------------17.More - Advice-------------------*/ }
  html.IGv2 {
    font-size: 62.5%;
    color: #282828; }
  html.IGv2 .tp_01 {
    font-family: "whitney_lightregular";
    font-size: 4.8rem;
    line-height: 2.5rem;
    color: #282828; }
    @media screen and (min-width: 64em) {
      html.IGv2 .tp_01 {
        font-size: 7.2rem;
        line-height: 8.2rem;
        letter-spacing: 1px; } }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 .tp_01 {
        font-size: 2.8rem;
        letter-spacing: 1px; } }
  html.IGv2 .tp_02 {
    font-family: "whitney_lightregular";
    font-size: 2.8rem;
    line-height: 3.7rem;
    color: #282828; }
    @media screen and (min-width: 64em) {
      html.IGv2 .tp_02 {
        font-size: 5.2rem;
        line-height: 7.2rem; } }
  html.IGv2 .tp_03 {
    font-family: "whitney_bookregular";
    font-size: 2.4rem;
    line-height: 3rem;
    color: #282828; }
    @media screen and (min-width: 64em) {
      html.IGv2 .tp_03 {
        font-size: 3.6rem;
        line-height: 4.6rem; } }
  html.IGv2 .tp_04 {
    font-family: "whitney_scmedium";
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: #282828;
    text-transform: lowercase; }
    @media screen and (min-width: 40em) {
      html.IGv2 .tp_04 {
        font-size: 2.8rem;
        line-height: 2.5rem; } }
  html.IGv2 .tp_05 {
    font-family: "whitney_medium";
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 600;
    /*color: white;*/
    color: #0073cf;
    /*text-transform: lowercase; */}
    @media screen and (min-width: 40em) {
      html.IGv2 .tp_05 {
        font-size: 1.6rem; } }
  html.IGv2 .tp_06 {
    font-family: "whitney_semiboldregular";
    font-size: 1.8rem;
    line-height: auto;
    color: #282828;
    /*text-transform: lowercase;*/ }
    html.IGv2 .section.personnel.profile .tp_06 {
      /*color: black;*/
      margin-bottom: 1rem;
    }
    /* @media screen and (min-width: 64em) {
      html.IGv2 .tp_06 {
        font-size: 2.2rem; } } */
    @media screen and (max-width: 39.9375em) {
      html.IGv2 .tp_06 {
        font-size: 1.6rem; } }
  html.IGv2 .tp_07 {
    font-family: "whitney_lightregular";
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #282828; }
    @media screen and (min-width: 64em) {
      html.IGv2 .tp_07 {
        font-size: 2.8rem;
        line-height: 4.1rem; } }
  html.IGv2 .tp_08 {
    font-family: "whitney_bookregular";
    font-size: 1.6rem;
    color: #282828; }
    @media screen and (min-width: 64em) {
      html.IGv2 .tp_08 {
        font-size: 2.2rem; } }
  html.IGv2 .tp_09 {
    font-family: "whitney_bookregular";
    font-size: 1.8rem;
    color: #282828; }
    /* @media screen and (min-width: 64em) {
      html.IGv2 .tp_09 {
        font-size: 2.2rem;
        line-height: 2.8rem; } } */
    @media screen and (max-width: 39.9375em) {
      html.IGv2 .tp_09 {
        font-size: 1.6rem;
        line-height: 1.9rem; } }
  html.IGv2 .tp_11 {
    font-family: "whitney_semiboldregular";
    font-size: 9rem;
    font-weight: 500;
    color: #282828;
    line-height: 10.0rem;
    text-shadow: 1px 1px #818c91,2px 2px #818c91,3px 3px #818c91,4px 4px #818c91,5px 5px #818c91,4px 6px #818c91; }
    @media screen and (min-width: 64em) {
      html.IGv2 .tp_11 {
        font-size: 14.5rem;
        line-height: 15.5rem;
        text-shadow: 1px 1px #818c91,2px 2px #818c91,3px 3px #818c91,4px 4px #818c91,5px 5px #818c91,4px 6px #818c91; } }
  html.IGv2 .tp_12 {
    font-family: "whitney_bookregular";
    font-size: 1.2rem;
    color: #646464; }
    @media screen and (min-width: 64em) {
      html.IGv2 .tp_12 {
        font-size: 1.4rem; } }
  html.IGv2 .tp_21 {
    font-family: "whitney_scmedium";
    font-size: 1.4rem;
    color: white;
    text-transform: lowercase;
    letter-spacing: 1px; }
    @media screen and (min-width: 64em) {
      html.IGv2 .tp_21 {
        font-size: 1.6rem; } }
  html.IGv2 .tp_22 {
    font-family: "whitney_scmedium";
    font-size: 1.4rem;
    color: white;
    text-transform: lowercase;
    letter-spacing: 1px; }
    @media screen and (min-width: 64em) {
      html.IGv2 .tp_22 {
        font-size: 1.6rem; } }
    html.IGv2 .tp_22 {
      color: #282828; }
  html.IGv2 .tp_24 {
    font-family: "whitney_semiboldregular";
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #282828; }
    @media screen and (min-width: 64em) {
      html.IGv2 .tp_24 {
        font-size: 1.8rem;
        line-height: 2.8rem; } }
  html.IGv2 .tp_25 {
    font-family: "whitney_scmedium";
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #282828;
    text-transform: lowercase; }
  html.IGv2 .tp_26 {
    font-family: "whitney_bookregular";
    font-size: 1.6rem;
    color: #282828; }
  html.IGv2 .tp_29 {
    font-family: "whitney_bookregular";
    font-size: 1.6rem;
    color: #d42f1a; }
  html.IGv2 html, html.IGv2 body {
    overflow-x: hidden !important; }
  html.IGv2 h1 {
    font-family: "whitney_lightregular";
    font-size: 4.8rem;
    color: #282828; }
    /*@media screen and (min-width: 64em) {
      html.IGv2 h1 {
        font-size: 7.2rem;
        line-height: 8.2rem;
        letter-spacing: 1px; } }*/
    @media screen and (max-width: 39.9375em) {
      html.IGv2 h1 {
        font-size: 2.8rem;
        letter-spacing: 1px; } }
  html.IGv2 h2 {
    font-family: "whitney_scmedium";
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #282828;
    text-transform: lowercase;
    margin-bottom: 7.5rem; }
    @media screen and (min-width: 40em) {
      html.IGv2 h2 {
        font-size: 1.8rem; } }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 h2 {
        margin-bottom: 2.4rem; } }
  html.IGv2 h3 {
    font-family: "whitney_lightregular";
    font-size: 2.8rem;
    line-height: 3.7rem;
    color: #282828;
    margin-bottom: 1.3rem; }
    @media screen and (min-width: 64em) {
      html.IGv2 h3 {
        font-size: 5.2rem;
        line-height: 7.2rem; } }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 h3 {
        margin-bottom: 1.7rem; } }
  html.IGv2 h4 {
    font-family: "whitney_bookregular";
    font-size: 2.4rem;
    line-height: 3rem;
    color: #282828;
    margin-bottom: 1.6rem; }
    @media screen and (min-width: 64em) {
      html.IGv2 h4 {
        font-size: 3.6rem;
        line-height: 4.6rem; } }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 h4 {
        margin-bottom: 1rem; } }
  html.IGv2 .consultant_name {
    color: #001239;
    text-transform: capitalize; }
  html.IGv2 div#appointment-1 .consultant_name,
  html.IGv2 .personnel.team .consultant_name,
  html.IGv2 .personnel.team .tp_06 {
    color: #282828 !important;}
  html.IGv2 .explore {
    text-align: center; }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 .explore p,
      html.IGv2 .explore a {
        margin-bottom: 0rem; } }
    html.IGv2 .explore .fa {
      /*display: block;*/
      /*font-size: 5rem;*/
      /*top: -5px;*/
      left: 1rem;
      position: relative;}
      @media screen and (max-width: 39.9375em) {
        html.IGv2 .explore .fa {
          margin-top: -.2rem; } }
  html.IGv2 .illustration {
    background-position-y: 0;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    display: table-cell;
    height: 138px;
    width: 138px;
    position: relative;
    left: -.2rem;
    overflow: hidden; }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 .illustration {
        position: static;
        display: block;
        margin: 0 auto; } }
    html.IGv2 .illustration img {
      height: 100% !important;
      width: auto;
      max-width: none !important; }
  html.IGv2 .social-icons {
    margin-bottom: 1.1rem; }
    html.IGv2 .social-icons a:hover {
      border: 2px solid #001239;
      width: 48px;
      height: 48px;
      border-radius: 50%;
      transition: all ease 0.3s; }
    html.IGv2 .social-icons .icon {
      margin-bottom: 12px; 
      /*margin: inherit;*/
    }
    html.IGv2 .social-icons a {
      border: 2px solid transparent;
      width: 48px;
      height: 48px;
      display: inline-block;
      border-radius: 50%; }
      @media screen and (max-width: 39.9375em) {
        html.IGv2 .social-icons a {
          /*padding-top: 1.1rem;*/ } }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        html.IGv2 .social-icons a {
          padding-top: 1.1rem; } }
  html.IGv2 .portrait {
    /*width: 18rem;
    height: 23rem;*/
    display: inline;
    width: fit-content;
    overflow: hidden;
    margin: -1rem auto 1.3rem;
    margin: -1rem auto 4rem;
    box-sizing: content-box;
    transition: border-color .5s ease 0s;
    border: 1rem solid transparent; }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 .portrait {
        width: 11rem;
        height: 14rem;
        margin-top: 0;
        margin-bottom: .5rem; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      html.IGv2 .portrait {
        margin-bottom: 0.5rem; } }
    html.IGv2 .portrait img {
      max-height: 20rem;
      /*height: 20rem;
      max-width: none;
      transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      left: 50%;
      position: relative;*/
       }
      @media screen and (max-width: 39.9375em) {
        html.IGv2 .portrait img {
          max-height: 14rem; } }
  html.IGv2 .underline-link {
    cursor: pointer;
    display: inline-block;
    line-height: 1.3;
    position: relative;
    letter-spacing: 1px;
    font-family: "whitney_scmedium";
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #282828;
    text-transform: lowercase; }
    @media screen and (min-width: 40em) {
      html.IGv2 .underline-link {
        font-size: 1.8rem; } }
    html.IGv2 .underline-link:before {
      display: block;
      position: absolute;
      content: ' ';
      left: 0;
      right: calc(100% - 20px);
      height: 3px;
      top: calc(100% - .1rem);
      background-color: #002e6e;
      transition: right .15s ease-out .15s, left .15s ease-out 0s; }
  html.IGv2 .underline-link:hover:before, html.IGv2 .block-link:hover .underline-link:before {
    left: calc(100% - 20px);
    right: 0;
    transition: right .15s ease-out .15s, left .15s ease-out .3s;
    text-decoration: none; }
  html.IGv2 .icon {
    display: inline-block;
    text-indent: -999rem;
    background-position-y: 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: .5rem;
    vertical-align: bottom;
    position: relative;
    margin-top: 1rem; }
    @media screen and (min-width: 64em) {
      html.IGv2 .icon {
        margin-bottom: 1.1rem; } }
    html.IGv2 .icon.cfp {
      width: auto;
      height: 2rem;
      margin-left: 3rem; }
      @media screen and (min-width: 64em) {
        html.IGv2 .icon.cfp {
          /*width: auto;
          height: 1.46667rem;
          height: 2rem;*/
          margin-bottom: 0.2rem; } }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 .icon .icons {
        display: block;
        margin: 0 auto;
        margin-bottom: 1.3rem;
        margin-top: .5rem; } }
    html.IGv2 .icon.facebook {
      background-image: url("../img/social/facebook.png");
      width: 1rem;
      height: 2.2rem; }
    html.IGv2 .icon.linkedin {
      background-image: url("../img/social/linkedin.png");
      width: 2.2rem;
      height: 2.1rem; }
    html.IGv2 .icon.twitter {
      background-image: url("../img/social/twitter.png");
      width: 2.2rem;
      height: 1.8rem;
      top: .2rem;
      left: -.3rem; }
  html.IGv2 .transcript a {
    border-bottom: 2px solid black; }
  html.IGv2 .video-wrapper {
    position: relative;
    padding-bottom: 50.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }
  html.IGv2 .youtube-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  html.IGv2 .video-container {
    left: 0;
    margin: 0 auto .6rem;
    position: relative;
    right: 0;
    top: 0;
    width: 100%; }
    html.IGv2 .video-container .video-container-responsive {
      height: 0;
      margin: auto;
      padding-bottom: 56.25%;
      position: relative;
      width: 100%;
      z-index: 1; }
    html.IGv2 .video-container .BrightcoveExperience {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    html.IGv2 .video-container .video-spinner-container {
      background-color: #0c273c;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 9999; }
      html.IGv2 .video-container .video-spinner-container .video-spinner {
        background: #0c273c url("../img/ui/spinner.gif") no-repeat scroll center center;
        bottom: 0;
        height: 120px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 120px;
        z-index: 99999; }
    html.IGv2 .video-container .video-image {
      background-image: url("../img/ui/video/placeholder.png");
      background-size: 100% auto;
      bottom: 0;
      cursor: pointer;
      height: auto;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      z-index: 250; }
      @media screen and (max-width: 39.9375em) {
        html.IGv2 .video-container .video-image {
          background-image: url("../img/ui/video/placeholder-small.png"); } }
  html.IGv2 .row {
    max-width: 120rem; }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 .row .columns + .columns.small-12 {
        margin-top: 2.2rem; } }
  html.IGv2 .section {
    padding: 1.2rem 2rem 2.1rem;
    clear: both; }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 .section {
        transition: padding-bottom .5s ease 0s; } }
    @media screen and (min-width: 40em) {
      html.IGv2 .section {
        padding: 2rem 6.2rem 3.8rem; } }
    @media screen and (min-width: 64em) {
      html.IGv2 .section {
        padding: 2rem 12rem 3.8rem; } }
    html.IGv2 .section .columns {
      padding: 0; }
  @media screen and (max-width: 39.9375em) {
    html.IGv2 .small-proportional-grid {
      display: table;
      width: 100%; }
      html.IGv2 .small-proportional-grid .outline-btn {
        width: auto !important; }
      html.IGv2 .small-proportional-grid > div {
        display: table-row; }
        html.IGv2 .small-proportional-grid > div > div.columns + div.columns {
          position: relative;
          margin-left: 0; }
          /*html.IGv2 .small-proportional-grid > div > div.columns + div.columns::after {
            border-left: 0.1rem solid #c1cbd0;
            content: "";
            height: 45%;
            left: -0.05rem;
            position: absolute;
            top: 27.5%; }
        html.IGv2 .small-proportional-grid > div > div.columns + div.columns::after {
          border-color: #174263;
          top: calc(30% - 1rem); }*/ }
  html.IGv2 .clear {
    clear: both; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    html.IGv2 .hide-for-medium-only {
      display: none; } }
  @media screen and (min-width: 64em) {
    html.IGv2 .hide-for-large-only {
      display: none; } }
  @media screen and (max-width: 39.9375em) {
    html.IGv2 .mobile-centered {
      text-align: center !important; } }
  html.IGv2 .no-padding {
    padding: 0 !important; }
  html.IGv2 .width-auto {
    width: auto !important; }
  html.IGv2 .buttons {
    text-align: center;
    clear: both; }
    html.IGv2 .buttons a {
      display: inline-block;
      margin-left: 0.5rem;
      margin-right: 0.5rem;
      margin-bottom: 1rem; }
      @media screen and (max-width: 39.9375em) {
        html.IGv2 .buttons a {
          display: block !important; } }
  html.IGv2 a.outline-btn {
    background: #0073cf none repeat scroll 0 0;
    border: 1px solid #0073cf;
    border-radius: 5px;
    color: #0c273c;
    cursor: pointer;
    display: inline-block;
    font-family: "whitney_scmedium";
    font-size: 1.4rem;
    color: white;
    letter-spacing: 1px;
    line-height: 2.4rem;
    padding: .8rem .8rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: lowercase;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
    min-width: 21rem;
    padding-left: 2rem;
    padding-right: 2rem;
    z-index: 0;
    letter-spacing: 1px;
    white-space: nowrap; }
    html.IGv2 a.outline-btn:first-letter {text-transform:uppercase}
    /*text-transform: lowercase;*/

    /*Hover*/
    /*Primary Button*/
    /*Secondary Button*/
    /*Constrained*/
    /*Dropdown Button*/
    /*Navigation (Footer)*/
    /*Icons*/
    /*Media Query*/ 

    
    @media screen and (min-width: 64em) {
      html.IGv2 a.outline-btn {
        /*font-size: 1.6rem; */} }
    html.IGv2 a.outline-btn[disabled] {
      border-color: #bbb;
      background-color: #bbb; }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 a.outline-btn {
        text-align: center; } }
    html.IGv2 a.outline-btn:hover {
      color: #001239;
      text-decoration: none; }
    html.IGv2 a.outline-btn.primary {
      background-color: #0073cf;
      border-color: #0073cf;
      /*font-family: "whitney_scmedium";*/
      color: white; }
      @media screen and (min-width: 64em) {
        html.IGv2 a.outline-btn.primary {
          /*font-size: 1.6rem;*/ } }
      html.IGv2 a.outline-btn.primary:hover {
        background-color: transparent;
        color: #0073cf; }
    html.IGv2 a.outline-btn.secondary {
      color: #0073cf;
      background-color: transparent;
      border-color: #0073cf; }
      html.IGv2 a.outline-btn.secondary:hover {
        color: white;
        background-color: #0073cf; }
        html.IGv2 a.outline-btn.secondary:hover.email, html.IGv2 a.outline-btn.secondary:hover.phone {
          /*color: #002e6e !important;*/ }
        @media screen and (max-width: 39.9375em) {
          html.IGv2 a.outline-btn.secondary:hover.small-icon {
            background-color: transparent; } }
        /*html.IGv2 a.outline-btn.secondary:hover i.fa {
          background-color: #002e6e;
          border-color: #002e6e;
          color: white;
          transition: color 0.3s ease 0s, background-color 0.3s ease 0s; }*/
      @media screen and (max-width: 39.9375em) {
        html.IGv2 a.outline-btn.secondary.email, html.IGv2 a.outline-btn.secondary.phone {
          min-width: auto; } }
    html.IGv2 a.outline-btn.constrained {
      color: white; }
      html.IGv2 a.outline-btn.constrained:hover {
        background-color: transparent;
        color: #0073cf; }
    html.IGv2 a.outline-btn.dropdown-button {
      padding-right: 4rem; }
      html.IGv2 a.outline-btn.dropdown-button .is-dropdown-submenu {
        border: none;
        border-radius: 5.5px;
        box-shadow: 0 1px 7.5px rgba(0, 0, 0, 0.35);
        padding: .8rem 0 2.5rem; }
        @media screen and (max-width: 39.9375em) {
          html.IGv2 a.outline-btn.dropdown-button .is-dropdown-submenu {
            left: 70%;
            top: 40px; } }
    html.IGv2 a.outline-btn.navigation {
      background-color: #0073cf;
      border-color: #0073cf;
      color: #fff;
      width: auto;
      padding-left: 3.4rem;
      padding-right: 2.7rem; }
      html.IGv2 a.outline-btn.navigation .fa {
        position: absolute;
        top: 50%; }
      html.IGv2 a.outline-btn.navigation.back .fa {
        -ms-transform: rotate(-90deg) translateX(50%);
            transform: rotate(-90deg) translateX(50%);
        left: .75rem; }
      html.IGv2 a.outline-btn.navigation:hover {
        color: #0073cf; }
    html.IGv2 a.outline-btn i.fa {
      transition: border-color 0.3s ease 0s; }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 a.outline-btn.small-icon {
        border: none;
        font-size: 1.6rem;
        padding-left: 0;
        padding-right: 0; }
        html.IGv2 a.outline-btn.small-icon.secondary:hover {
          background-color: transparent; }
        html.IGv2 a.outline-btn.small-icon i.fa {
          color: #0073cf;
          /*border: 2px solid #002e6e;
          height: 2.9rem;
          width: 2.9rem;
          border-radius: 1.45rem;
          line-height: 2.4rem;
          vertical-align: middle;
          padding-left: 1px;
          margin-top: -6px; */
          } 
          .fa-phone {padding-right: .25rem;}

          .fa-envelope { padding-right: 1rem; }

        }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 a.outline-btn {
        text-align: center; } }

  html.IGv2 .dropdown.menu {
    /*Dropdown button*/
    /*Submenu Arrow*/
    /*Submenu*/
    /*Media Query*/ }
    html.IGv2 .dropdown.menu a.outline-btn {
      /*Icon*/
      /*Media Query*/ }
      html.IGv2 .dropdown.menu a.outline-btn.dropdown-button {
        padding-right: 4rem;
        width: 28rem; }
      html.IGv2 .dropdown.menu a.outline-btn::after {
        border-color: #0073cf transparent transparent;
        border-width: .6rem .6rem 0;
        right: 1rem;
        margin-top: -.4rem;
        transition: transform .3s ease 0s, border-color .3s ease 0s; }
      html.IGv2 .dropdown.menu a.outline-btn::before {
        content: "";
        display: block;
        border-left: 0.1rem solid #0073cf;
        height: 55%;
        position: absolute;
        right: 2.8rem;
        top: 20%; }
      html.IGv2 .section.inquiries .dropdown.menu a.outline-btn.hover-on-contact-info::before {
        border-left: 0.1rem solid white;
      }
      html.IGv2 .section.inquiries .dropdown.menu a.outline-btn.hover-on-contact-info::after {
        border-color: white transparent transparent;
      }
      a.outline-btn.constrained.dropdown-button.hover-on-contact-info
      html.IGv2 .dropdown.menu a.outline-btn.small-icon {
        /*Media Query*/ }
        html.IGv2 .dropdown.menu a.outline-btn.small-icon:hover {
          background-color: transparent; }
        @media screen and (max-width: 39.9375em) {
          html.IGv2 .dropdown.menu a.outline-btn.small-icon {
            padding-right: 0; } }
      @media screen and (max-width: 39.9375em) {
        html.IGv2 .dropdown.menu a.outline-btn.small-icon::before, html.IGv2 .dropdown.menu a.outline-btn.small-icon::after {
          display: none; }
        html.IGv2 .dropdown.menu a.outline-btn.small-icon + ul {
          left: 50%;
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }
    html.IGv2 .dropdown.menu > li.is-dropdown-submenu-parent {
      display: inline-block;
      /*padding-right: 24px; */}
      html.IGv2 .dropdown.menu > li.is-dropdown-submenu-parent.is-active a.outline-btn::after {
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
      @media screen and (max-width: 39.9375em) {
        html.IGv2 .dropdown.menu > li.is-dropdown-submenu-parent.is-active a.outline-btn.secondary.small-icon {
          background-color: transparent; } }
    html.IGv2 .dropdown.menu .is-dropdown-submenu {
      /*right: 0;*/
      left: auto;
      border: none;
      border-radius: 5.5px;
      box-shadow: 0 1px 7.5px rgba(0, 0, 0, 0.35);
      width: 28rem;
      padding: .8rem 0 2.5rem; }
      html.IGv2 .dropdown.menu .is-dropdown-submenu li {
        text-align: left; }
        html.IGv2 .dropdown.menu .is-dropdown-submenu li.emphasize {
          text-align: center;
          margin-top: .2rem;
          margin-bottom: 1.7rem; }
          html.IGv2 .dropdown.menu .is-dropdown-submenu li.emphasize {
            position: relative;
            margin-top: 0; }
            html.IGv2 .dropdown.menu .is-dropdown-submenu li.emphasize::after {
              border-top: 0.1rem solid #c1cbd0;
              content: "";
              width: 100%;
              top: -0.05rem;
              position: absolute;
              left: 0%; }
          html.IGv2 .dropdown.menu .is-dropdown-submenu li.emphasize::after {
            top: auto;
            bottom: -.9rem; }
          html.IGv2 .dropdown.menu .is-dropdown-submenu li.emphasize a {
            padding-top: 1.6rem;
            padding-bottom: 2rem; }
        html.IGv2 .dropdown.menu .is-dropdown-submenu li a {
          display: block;
          width: 100%;
          height: 100%;
          padding: 1rem 22.25% .7rem;
          font-family: "whitney_scmedium";
          font-family: "whitney_bookregular";
          font-size: 1.4rem;
          color: white;
          /*text-transform: lowercase;*/
          letter-spacing: 1px; }
          @media screen and (min-width: 64em) {
            html.IGv2 .dropdown.menu .is-dropdown-submenu li a {
              font-size: 1.6rem; } }
          html.IGv2 .dropdown.menu .is-dropdown-submenu li a {
            color: #282828; }
          html.IGv2 .dropdown.menu .is-dropdown-submenu li a strong {
            margin-bottom: 0.2rem;
            font-weight: 400;
            display: block; }
          html.IGv2 .dropdown.menu .is-dropdown-submenu li a span {
            font-family: "whitney_bookregular";
            font-size: 1.6rem;
            color: #282828;
            display: block; }
            @media screen and (min-width: 64em) {
              html.IGv2 .dropdown.menu .is-dropdown-submenu li a span {
                font-size: 1.8rem;
                line-height: 2.8rem; } }
            @media screen and (max-width: 39.9375em) {
              html.IGv2 .dropdown.menu .is-dropdown-submenu li a span {
                font-size: 1.4rem;
                line-height: 1.9rem; } }
          html.IGv2 .dropdown.menu .is-dropdown-submenu li a:hover {
            background-color: #dbdfe2; }
            html.IGv2 .dropdown.menu .is-dropdown-submenu li a:hover {
              position: relative;
              margin-left: 0; }
              html.IGv2 .dropdown.menu .is-dropdown-submenu li a:hover::after {
                border-left: 0.2rem solid #c1cbd0;
                content: "";
                height: 30%;
                left: -0.1rem;
                position: absolute;
                top: 35%; 
                display: none;}
            html.IGv2 .dropdown.menu .is-dropdown-submenu li a:hover::after {
              left: calc(22.25% - 0.8rem);
              top: calc(35% + .3rem);
              border-color: #282828; 
              display: none;}
            /* Hides second small on-hover border effect for header Dropdowns*/
            html.IGv2 .top-bar .dropdown.menu .is-dropdown-submenu li a:hover::after {
              display: none; }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 .dropdown.menu.small-grid > li.is-dropdown-submenu-parent a.outline-btn {
        display: none; }
      html.IGv2 .dropdown.menu.small-grid > li.is-dropdown-submenu-parent .submenu {
        display: block;
        position: static;
        background: transparent none repeat scroll 0 0;
        box-shadow: none;
        -ms-transform: none;
            transform: none; }
        html.IGv2 .dropdown.menu.small-grid > li.is-dropdown-submenu-parent .submenu li {
          width: 49%;
          float: none;
          display: inline-block;
          margin-top: 1rem; }
          html.IGv2 .dropdown.menu.small-grid > li.is-dropdown-submenu-parent .submenu li:nth-child(odd) a {
            padding-left: 0; }
          html.IGv2 .dropdown.menu.small-grid > li.is-dropdown-submenu-parent .submenu li:nth-child(even) {
            position: relative;
            margin-left: 0; }
            /*html.IGv2 .dropdown.menu.small-grid > li.is-dropdown-submenu-parent .submenu li:nth-child(even)::after {
              border-left: 0.1rem solid #c1cbd0;
              content: "";
              height: 85%;
              left: -0.05rem;
              position: absolute;
              top: 7.5%; }*/
          html.IGv2 .dropdown.menu.small-grid > li.is-dropdown-submenu-parent .submenu li:nth-child(even)::after {
            top: 15%; }
          html.IGv2 .dropdown.menu.small-grid > li.is-dropdown-submenu-parent .submenu li:nth-child(even) a {
            padding-right: 0; }
          html.IGv2 .dropdown.menu.small-grid > li.is-dropdown-submenu-parent .submenu li a span {
            font-family: "whitney_bookregular";
            font-size: 1.6rem;
            color: #282828; } }
      @media screen and (max-width: 39.9375em) and (min-width: 64em) {
        html.IGv2 .dropdown.menu.small-grid > li.is-dropdown-submenu-parent .submenu li a span {
          font-size: 2.2rem; } }
    @media screen and (max-width: 39.9375em) {
          html.IGv2 .dropdown.menu.small-grid > li.is-dropdown-submenu-parent .submenu li a:hover {
            background: none;
            text-decoration: underline; }
            html.IGv2 .dropdown.menu.small-grid > li.is-dropdown-submenu-parent .submenu li a:hover::after {
              display: none; } }
    html.IGv2 .dropdown.menu .active-dropdown {
      background-color: #dbdfe2; }
      html.IGv2 .dropdown.menu .active-dropdown {
        position: relative;
        margin-left: 0; }
        html.IGv2 .dropdown.menu .active-dropdown::after {
          border-left: 0.2rem solid #c1cbd0;
          content: "";
          height: 30%;
          left: -0.1rem;
          position: absolute;
          top: 35%; }
      html.IGv2 .dropdown.menu .active-dropdown::after {
        left: calc(22.25% - 0.8rem);
        top: calc(35% + .3rem);
        border-color: #0073cf; }
  html.IGv2 .close-button {
    border: 2px solid #000;
    border-radius: 50%;
    height: 4.5rem;
    width: 4.5rem;
    position: absolute;
    left: 90vw;
    top: 5vh;
    display: block; }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 .close-button {
        left: 85vw;
        /*height: 3rem;
        width: 3rem; */
      } 
    }
    html.IGv2 .close-button span {
      color: #000;
      font-size: 4rem; }
      @media screen and (max-width: 39.9375em) {
        html.IGv2 .close-button span {
          font-size: 3rem;
          /*line-height: 0.8rem; */
          /* 
          Added to align email icon in mobile view VV
          PSI-235
          */
          vertical-align: super;
        } 
      }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 .close-button {
        right: 2rem;
        top: 2rem; } }
  html.IGv2 .form-actions .dropdown {
    float: right; }
  @media screen and (max-width: 39.9375em) {
    html.IGv2 .form-actions {
      margin-top: 2rem; } }
  html.IGv2 .form-actions .is-dropdown-submenu {
    border: none;
    border-radius: 5.5px;
    box-shadow: 0 1px 7.5px rgba(0, 0, 0, 0.35);
    padding: .8rem 0 2.5rem;
    width: 28rem; }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 .form-actions .is-dropdown-submenu {
        left: 70%;
        top: 40px; } }
  @media screen and (max-width: 39.9375em) {
    html.IGv2 .form-actions .small-proportional-grid {
      margin-bottom: 1.4rem; } }
  html.IGv2 .form-actions .small-6 {
    /*padding-right: 2.5rem;*/
    text-align: right; }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 .form-actions .small-6 {
        padding: 0; }
        html.IGv2 .form-actions .small-6 .phone {
          width: 53%;
          float: right;
          margin-right: 1.5rem; } }
    @media screen and (max-width: 39.9375em) and (max-width: 39.9375em) {
      html.IGv2 .form-actions .small-6 .phone {
        margin-right: 0; } }
    @media screen and (max-width: 39.9375em) {
          html.IGv2 .form-actions .small-6 .phone .show-for-small-only {
            /*padding-right: 1.5rem;*/
            float: right; }
        html.IGv2 .form-actions .small-6 .email {
          width: 55%;
          float: left;
          margin-left: 1.5rem; } }
    @media screen and (max-width: 39.9375em) and (max-width: 39.9375em) {
      html.IGv2 .form-actions .small-6 .email {
        margin-left: 0; } }
    @media screen and (max-width: 39.9375em) {
          html.IGv2 .form-actions .small-6 .email .show-for-small-only {
            padding-left: 1.5rem;
            float: left; } 
          html.IGv2 .form-actions .small-6 .email .show-for-small-only:first-letter {text-transform:uppercase}
          }
  html.IGv2 .form-actions .medium-5 {
    text-align: right; }
  html.IGv2 .form-actions .small-12 {
    text-align: left;
    padding-left: 2.5rem; }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 .form-actions .small-12 {
        padding: 0;
        text-align: center; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    html.IGv2 .form-actions .columns.medium-centered {
      padding-left: 2.75rem;
      padding-right: 2.75rem; } }
  @media screen and (max-width: 39.9375em) {
    html.IGv2 .form-actions .columns.medium-centered {
      padding: 0; } }
  @media screen and (max-width: 39.9375em) {
    html.IGv2 .form-actions .columns.medium-centered + :not(.medium-centered) {
      padding-left: 0; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    html.IGv2 .form-actions .columns.medium-centered + :not(.medium-centered) {
      padding-left: 0; } }
  @media screen and (max-width: 39.9375em) {
    html.IGv2 .form-actions .columns:not(.medium-centered) {
      margin-top: 0; } }
  html.IGv2 .form-actions .columns:not(.medium-centered) .outline-btn {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    html.IGv2 .logo-form {
      max-width: 100rem; } }
  html.IGv2 form {
    padding: 2rem 1.5rem; }
    html.IGv2 form img {
      margin-top: 1.5rem;
      margin-bottom: 6rem;
      width: 14rem; }
      @media screen and (min-width: 40em) {
        html.IGv2 form img {
          width: 16rem;
          margin-top: 2rem; } }
    html.IGv2 form > .row:first-child {
      max-width: 126.2rem;
      position: relative; }
      html.IGv2 form > .row:first-child > .columns:first-child img {
        position: absolute;
        top: 2.7rem;
        width: 10.8rem;
        left: 3rem; }
    html.IGv2 form .row {
      max-width: 83.2rem; }
      html.IGv2 form .row .row {
        max-width: none; }
        @media screen and (min-width: 40em) {
          html.IGv2 form .row .row {
            margin-left: -2.5rem;
            margin-right: -2.5rem; } }
        html.IGv2 form .row .row .columns {
          margin-bottom: 1.6rem; }
          @media screen and (min-width: 40em) {
            html.IGv2 form .row .row .columns {
              padding-left: 2.5rem;
              padding-right: 2.5rem; } }
      html.IGv2 form .row:last-child .outline-btn {
        margin-bottom: 23.9rem; }
        @media screen and (max-width: 39.9375em) {
          html.IGv2 form .row:last-child .outline-btn {
            margin-bottom: 3rem; } }
    html.IGv2 form h3 {
      font-family: "whitney_bookregular";
      font-size: 2.4rem;
      line-height: 3rem;
      color: #282828; }
      @media screen and (min-width: 64em) {
        html.IGv2 form h3 {
          font-size: 3.6rem;
          line-height: 4.6rem; } }
    html.IGv2 form p.tp_05 {
      line-height: 2.2rem;
      margin-bottom: 0; }
      html.IGv2 form p.tp_05:last-child {
        margin-bottom: 2.7rem; }
    html.IGv2 form p.tp_09 {
      margin-bottom: 6.4rem; }
    html.IGv2 form input[type=text], html.IGv2 form input[type=password], html.IGv2 form input[type=tel], html.IGv2 form input[type=email], html.IGv2 form textarea, html.IGv2 form input[type=number] {
      background-color: transparent;
      border-color: #282828;
      border-width: 0;
      border-style: solid;
      box-shadow: none;
      height: 4rem;
      padding: 0 0 0 1.5rem;
      text-transform: none;
      margin-top: .8rem 0 .7rem;
      color: #282828; }
      html.IGv2 form input[type=text]::-webkit-input-placeholder, html.IGv2 form input[type=password]::-webkit-input-placeholder, html.IGv2 form input[type=tel]::-webkit-input-placeholder, html.IGv2 form input[type=email]::-webkit-input-placeholder, html.IGv2 form textarea::-webkit-input-placeholder, html.IGv2 form input[type=number]::-webkit-input-placeholder {
        color: #0a0a0a; }
      html.IGv2 form input[type=text]:-ms-input-placeholder, html.IGv2 form input[type=password]:-ms-input-placeholder, html.IGv2 form input[type=tel]:-ms-input-placeholder, html.IGv2 form input[type=email]:-ms-input-placeholder, html.IGv2 form textarea:-ms-input-placeholder, html.IGv2 form input[type=number]:-ms-input-placeholder {
        color: #0a0a0a; }
      html.IGv2 form input[type=text]::-moz-placeholder, html.IGv2 form input[type=password]::-moz-placeholder, html.IGv2 form input[type=tel]::-moz-placeholder, html.IGv2 form input[type=email]::-moz-placeholder, html.IGv2 form textarea::-moz-placeholder, html.IGv2 form input[type=number]::-moz-placeholder {
        color: #0a0a0a;
        opacity: 1; }
      html.IGv2 form input[type=text]:not(textarea), html.IGv2 form input[type=password]:not(textarea), html.IGv2 form input[type=tel]:not(textarea), html.IGv2 form input[type=email]:not(textarea), html.IGv2 form textarea:not(textarea), html.IGv2 form input[type=number]:not(textarea) {
        width: auto;
        padding-left: 25px;
        line-height: 4rem; }
    html.IGv2 form label {
      font-family: "whitney_scmedium";
      font-size: 1.6rem;
      line-height: 2.4rem;
      color: #282828;
      text-transform: lowercase;
      margin-bottom: .7rem;
      background-color: transparent;
      border-color: #282828;
      border-width: 0 0 2px;
      border-style: solid;
      position: relative; }
      html.IGv2 form label.checkbox:not(.is-editing), html.IGv2 form label.consent:not(.is-editing) {
        border: none; }
        html.IGv2 form label.checkbox:not(.is-editing) span, html.IGv2 form label.consent:not(.is-editing) span {
          margin-left: 3rem;
          text-transform: none;
          top: 0;
          color: #282828; }
        html.IGv2 form label.checkbox:not(.is-editing) input, html.IGv2 form label.consent:not(.is-editing) input {
          position: absolute;
          top: .8rem;
          left: .4rem; }
        html.IGv2 form label.checkbox:not(.is-editing) + label.error, html.IGv2 form label.consent:not(.is-editing) + label.error {
          margin-left: 4.2rem;
          position: relative; }
      html.IGv2 form label.consent:not(.is-editing) {
        margin: 4.9rem 0 4.6rem; }
        html.IGv2 form label.consent:not(.is-editing) span {
          margin-left: 4.2rem; }
        html.IGv2 form label.consent:not(.is-editing) + label.error {
          top: -4.6rem; }
      html.IGv2 form label .fa {
        display: none;
        bottom: 1.2rem;
        font-size: 2rem;
        position: absolute;
        right: .7rem;
        color: #d42f1a; }
      html.IGv2 form label input[type=text], html.IGv2 form label input[type=password], html.IGv2 form label input[type=tel], html.IGv2 form label input[type=email], html.IGv2 form label textarea, html.IGv2 form label input[type=number] {
        font-family: "whitney_bookregular";
        font-size: 1.6rem;
        color: #282828;
        margin-bottom: 0;
        border: 1px solid transparent;
        border-radius: 6px 6px 3px 3px; }
        html.IGv2 form label input[type=text]:focus, html.IGv2 form label input[type=password]:focus, html.IGv2 form label input[type=tel]:focus, html.IGv2 form label input[type=email]:focus, html.IGv2 form label textarea:focus, html.IGv2 form label input[type=number]:focus {
          border-color: #282828; }
        html.IGv2 form label input[type=text].error + .fa, html.IGv2 form label input[type=password].error + .fa, html.IGv2 form label input[type=tel].error + .fa, html.IGv2 form label input[type=email].error + .fa, html.IGv2 form label textarea.error + .fa, html.IGv2 form label input[type=number].error + .fa {
          display: block; }
      html.IGv2 form label span {
        position: relative;
        display: inline-block;
        padding-bottom: 0.9rem;
        transition: top 0.1s ease-in-out;
        top: 0; }
        html.IGv2 form label span + textarea {
          height: 11rem;
          margin-top: 0rem;
          padding-top: 0.6rem;
          transition: margin-top 0.1s ease-in-out, height 0.1s ease-in-out; }
      html.IGv2 form label:not(.is-editing) span {
        top: 4.2rem;
        color: #666666; }
        html.IGv2 form label:not(.is-editing) span + textarea {
          height: 4rem;
          margin-top: -1rem; }
      html.IGv2 form label #appointment_callTime {
        margin-right: -5.5rem; }
    html.IGv2 form label.error {
      font-family: "whitney_bookregular";
      font-size: 1.6rem;
      color: #d42f1a;
      padding: .1rem .2rem;
      margin: 0;
      color: #d42f1a;
      border: none;
      position: absolute;
      left: 0;
      /*top: -.5rem;*/ 
      /*position: absolute!important;*/
      /*top: 8.5rem!important;*/
    }
    html.IGv2 form label.error#appointment_consent-error,
    html.IGv2 label#apply_consent-error,
    html.IGv2 label#subscribeToCareer_consent-error,
    html.IGv2 label#subscribeToMore_consent-error,
    html.IGv2 label#arnold{
      top: 8rem;
      left: 0 !important;
    }
    html.IGv2 form select {
      font-family: "whitney_bookregular";
      font-size: 1.6rem;
      color: #282828;
      border: 0 none;
      height: 4rem;
      margin: 0;
      background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='50' height='25' viewBox='0 0 50 25'><polygon points='0,0 50,0 25,25' style='fill: rgb(13, 38, 60)'></polygon></svg>");
      background-size: 1.1rem .6rem;
      background-position: calc(100% + .9rem) calc(50% + .6rem); }
    html.IGv2 form .section-bar {
      position: relative;
      text-align: center;
      margin-bottom: 4rem !important;
      margin-top: 4rem; }
      html.IGv2 form .section-bar p {
        background-color: #fff;
        padding: 0 3rem;
        position: relative;
        display: inline-block;
        margin: 0 auto;
        top: 1rem;
        width: auto; }
      html.IGv2 form .section-bar::after {
        content: "";
        display: block;
        height: .1rem;
        background-color: #282828; }
  html.IGv2 p.server-error {
    font-family: "whitney_bookregular";
    font-size: 1.6rem;
    color: #d42f1a;
    padding: .5rem 0 1.1rem;
    border: 1px solid #d42f1a;
    border-radius: .5rem;
    text-align: center;
    margin-top: -2.2rem;
    margin-bottom: .9rem; }
    html.IGv2 p.server-error {
      font-size: 1.4rem; }
    html.IGv2 p.server-error .fa {
      font-size: 2rem;
      position: relative;
      top: .4rem;
      margin-right: 1rem; }
  html.IGv2 #modalOverlay {
    background-color: #fff; }
  html.IGv2 .success-message {
    text-align: center; }
    html.IGv2 .success-message > div.row:first-child {
      background-color: #0073cf;
      left: 0;
      right: 0;
      position: absolute;
      top: 0;
      max-width: none; }
      html.IGv2 .success-message > div.row:first-child .check {
        display: inline-block;
        width: 8.3333em;
        height: 8.3333em;
        margin: 4.1666em;
        margin-left: 0;
        background: transparent url("../img/ui/check.png") no-repeat scroll center center;
        background-size: 8.3333em, 8.3333em;
        vertical-align: middle; }
        @media screen and (max-width: 39.9375em) {
          html.IGv2 .success-message > div.row:first-child .check {
            margin-right: 1.5em; } }
        html.IGv2 .success-message > div.row:first-child .check + span {
          font-size: 4.3333em;
          color: #fff;
          display: inline-block;
          vertical-align: middle;
          font-weight: 300; }
          @media screen and (max-width: 39.9375em) {
            html.IGv2 .success-message > div.row:first-child .check + span {
              font-size: 4em; } }
      html.IGv2 .success-message > div.row:first-child p {
        margin: 0 auto;
        text-align: left;
        width: 60%; }
      html.IGv2 .success-message > div.row:first-child + div.row {
        margin-top: 25rem;
        width: 60%;
        text-align: center; }
        @media screen and (max-width: 39.9375em) {
          html.IGv2 .success-message > div.row:first-child + div.row {
            width: 80%; } }
        html.IGv2 .success-message > div.row:first-child + div.row + div.row {
          width: 60%;
          padding-bottom: 2.5rem;
          text-align: left; }
    html.IGv2 .success-message .outline-btn {
      background: #0073cf none repeat scroll 0 0;
      border: 2px solid #0073cf;
      margin-top: 3.16666em;
      margin-bottom: 6.16666em; }
      @media screen and (max-width: 39.9375em) {
        html.IGv2 .success-message .outline-btn {
          margin-top: 0;
          margin-bottom: 3em; } }
     html.IGv2 .success-message .outline-btn:hover {
      background-color: transparent;}
    html.IGv2 .success-message + .close-button {
      border-color: #fff; }
      html.IGv2 .success-message + .close-button span {
        color: #fff; }
  html.IGv2 .form-modals {
    display: none; }
  @media screen and (max-width: 39.9375em) {
    html.IGv2 .reveal-overlay .time {
      margin-top: 0 !important; }
      html.IGv2 .reveal-overlay .time .tp_05:last-child {
        margin-bottom: 0 !important; } }
  @media screen and (max-width: 39.9375em) {
    html.IGv2 .reveal-overlay .copy {
      margin-top: 3rem !important; } }
  @media screen and (max-width: 39.9375em) {
    html.IGv2 .reveal-overlay .form-fields {
      margin-top: 0 !important; } }
  @media screen and (max-width: 39.9375em) {
    html.IGv2 .reveal-overlay .error {
      margin-top: 0 !important; } }
  @media screen and (max-width: 39.9375em) {
    html.IGv2 .reveal-overlay .form-button {
      margin: 0 auto;
      float: none;
      text-align: center; } }
  @media screen and (max-width: 39.9375em) {
    html.IGv2 .info-toggle-small .info-toggle-content {
      height: 0;
      overflow: hidden;
      transition: height .5s ease 0s; }
    html.IGv2 .info-toggle-small .info-toggle-trigger {
      position: relative;
      cursor: pointer; }
      html.IGv2 .info-toggle-small .info-toggle-trigger .fa-chevron-down {
        position: absolute;
        font-size: 2rem;
        -ms-transform: rotate(0deg) translateY(-50%);
            transform: rotate(0deg) translateY(-50%);
        margin-top: 1.1rem;
        right: 0;
        transition: transform .5s ease 0s, margin-top .5s ease 0s;
        color: #0073cf; }
    html.IGv2 .info-toggle-small.active .info-toggle-trigger .fa.fa-chevron-down {
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
      margin-top: .7rem; }
    html.IGv2 .info-toggle-small h2, html.IGv2 .info-toggle-small h3 {
      transition: margin-bottom .5s ease 0s; }
    html.IGv2 .info-toggle-small:not(.active) h2, html.IGv2 .info-toggle-small:not(.active) h3 {
      margin-bottom: 0; }
    html.IGv2 .info-toggle-small:not(.active).section {
      padding-bottom: 1.5rem; } }
  @media screen and (min-width: 40em) {
    html.IGv2 .info-toggle-small .info-toggle-trigger .fa-chevron-down {
      display: none; } }
  html.IGv2 .info-toggle .info-toggle-content {
    height: 0;
    overflow: hidden;
    transition: height .5s ease 0s; }
  html.IGv2 .info-toggle .info-toggle-trigger {
    position: relative;
    cursor: pointer; }
    html.IGv2 .info-toggle .info-toggle-trigger .fa-chevron-down {
      position: absolute;
      font-size: 2rem;
      -ms-transform: rotate(0deg) translateY(-50%);
          transform: rotate(0deg) translateY(-50%);
      margin-top: 1.1rem;
      right: 0;
      transition: transform .5s ease 0s, margin-top .5s ease 0s;
      /*color: #002e6e;*/
      color: #0073cf;
       }
  html.IGv2 .info-toggle.active .info-toggle-trigger .fa.fa-chevron-down {
    -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    margin-top: .7rem; }
  html.IGv2 .info-toggle h2, html.IGv2 .info-toggle h3 {
    transition: margin-bottom .5s ease 0s; }
  html.IGv2 .info-toggle:not(.active) h2, html.IGv2 .info-toggle:not(.active) h3 {
    margin-bottom: 0; }
  html.IGv2 .info-toggle:not(.active).section {
    padding-bottom: 1.5rem; }
  html.IGv2 .overlay-only {
    display: none; }
  html.IGv2 .reveal-overlay {
    background-color: #fff; }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 .reveal-overlay {
        overflow: hidden; } }
  @media screen and (max-width: 39.9375em) {
    html.IGv2 .reveal.full {
      top: 0 !important;
      min-height: 100%;
      height: 100%; }
      html.IGv2 .reveal.full .form-button {
        margin-bottom: 5rem;
        text-align: center; } }
  html.IGv2 body[data-whatinput="mouse"] select:focus {
    outline: none; }
  html.IGv2 a.map-anchor {
    width: 22.6rem;
    display: block;
    overflow: hidden;
    float: right; }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 a.map-anchor {
        width: 14.1rem;
        margin-left: auto;
        margin-right: auto;
        float: none; } }
    html.IGv2 a.map-anchor .map-container {
      width: 22.6rem;
      height: 22.6rem;
      border-radius: 11.3rem;
      overflow: hidden;
      position: relative;
      float: right; }
      @media screen and (max-width: 39.9375em) {
        html.IGv2 a.map-anchor .map-container {
          width: 14.1rem;
          height: 14.1rem;
          border-radius: 7.05rem; } }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        html.IGv2 a.map-anchor .map-container {
          width: 19rem;
          height: 19rem;
          border-radius: 9.5rem; } }
      html.IGv2 a.map-anchor .map-container .map-icon {
        width: 100%;
        height: 130%;
        top: -15%; }
        html.IGv2 a.map-anchor .map-container .map-icon::after {
          content: "";
          width: 2.8rem;
          height: 3.7rem;
          background-image: url("../img/ui/map-marker-blue.png");
          background-position-y: 0;
          background-repeat: no-repeat;
          background-size: cover;
          position: absolute;
          top: 50%;
          left: 50%;
          -ms-transform: translate(-50%, -100%);
              transform: translate(-50%, -100%); }
        html.IGv2 a.map-anchor .map-container .map-icon + div {
          color: white;
          /*color: #002e6e;*/
          position: absolute;
          padding-bottom: 1.7rem;
          padding-top: .5rem;
          top: 100%;
          background-color: #0073cf;
          /*background-color: #c9ddf9;*/
          text-align: center;
          width: 100%;
          -ms-transform: translateY(0);
              transform: translateY(0); }
    html.IGv2 a.map-anchor:hover .map-container .map-icon + div {
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }
  html.IGv2 .section.office {
    background-color: #eff1f4; }
    html.IGv2 .section.office a.map-anchor {
      float: none;
      margin: 0 auto; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        html.IGv2 .section.office a.map-anchor {
          width: 19rem; } }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        html.IGv2 .section.office a.map-anchor {
          width: 22.6rem; } }
      @media screen and (min-width: 40em) {
        html.IGv2 .section.office a.map-anchor {
          padding-bottom: 3rem;
          padding-top: 4rem; } }
      @media screen and (max-width: 39.9375em) {
        html.IGv2 .section.office a.map-anchor {
          padding-bottom: 1rem;
          padding-top: 2rem; } }
    html.IGv2 .section.office .details {
      text-align: center; }
      html.IGv2 .section.office .details .tp_08 {
        color: #001239;
        margin: 0 auto; }
        @media screen and (min-width: 64em) {
          html.IGv2 .section.office .details .tp_08 {
            max-width: 30rem; } }
        @media screen and (min-width: 40em) and (max-width: 63.9375em) {
          html.IGv2 .section.office .details .tp_08 {
            max-width: 23rem; } }
        @media screen and (min-width: 40em) {
          html.IGv2 .section.office .details .tp_08 {
            padding-top: 1rem; } }
        @media screen and (max-width: 39.9375em) {
          html.IGv2 .section.office .details .tp_08 {
            max-width: 23rem; } }
      @media screen and (min-width: 40em) {
        html.IGv2 .section.office .details .tp_06 {
          color: #0a0a0a;
          padding-top: 1.5rem; } }
    html.IGv2 .section.office .outline-btn {
      width: 28rem; }
    @media screen and (min-width: 40em) {
      html.IGv2 .section.office .form-actions {
        padding: 5.5rem 4.5rem; } }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 .section.office .form-actions {
        float: none;
        margin-top: 1rem; } }
    html.IGv2 .section.office .form-actions .small-proportional-grid .columns {
      padding-left: 0; }
      @media screen and (min-width: 40em) {
        html.IGv2 .section.office .form-actions .small-proportional-grid .columns {
          padding-right: 2.5rem; } }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 .section.office .form-actions .small-proportional-grid .dropdown {
        float: none; } }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 .section.office .explore {
        padding-top: 1.5rem; } }
  html.IGv2 .section.personnel {
    /*background-color: #fbf7eb;*/ }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 .section.personnel.active h2 {
        margin-bottom: 2.2rem; } }
    html.IGv2 .section.personnel > .row + .row {
      text-align: center; }
      html.IGv2 .section.personnel > .row + .row .columns .row {
        margin-left: 0;
        margin-right: 0; }
        @media screen and (min-width: 75em) {
          html.IGv2 .section.personnel > .row + .row .columns .row {
            padding: 0 4.5rem; } }
        html.IGv2 .section.personnel > .row + .row .columns .row h3 {
          line-height: 3rem;
          margin-bottom: .6rem; }
          @media screen and (min-width: 64em) {
            html.IGv2 .section.personnel > .row + .row .columns .row h3 {
              line-height: 5rem;
              margin-bottom: .3rem; } }
          html.IGv2 .section.personnel > .row + .row .columns .row h3 + p {
            margin-bottom: .2rem; }
            @media screen and (max-width: 39.9375em) {
              html.IGv2 .section.personnel > .row + .row .columns .row h3 + p.tp_08 {
                line-height: 2rem;
                margin-bottom: -.2rem; } }
            @media screen and (min-width: 40em) and (max-width: 63.9375em) {
              html.IGv2 .section.personnel > .row + .row .columns .row h3 + p {
                margin-bottom: 0; } }
            html.IGv2 .section.personnel > .row + .row .columns .row h3 + p + p + p {
              margin-top: 2.1rem; }
              @media screen and (max-width: 39.9375em) {
                html.IGv2 .section.personnel > .row + .row .columns .row h3 + p + p + p {
                  margin-top: -0.2rem; } }
              @media screen and (min-width: 40em) and (max-width: 63.9375em) {
                html.IGv2 .section.personnel > .row + .row .columns .row h3 + p + p + p {
                  margin-top: 1.5rem; } }
        html.IGv2 .section.personnel > .row + .row .columns .row a.underline-link {
          position: relative;
          margin-top: 2.8rem; }
          html.IGv2 .section.personnel > .row + .row .columns .row a.underline-link::after {
            border-top: 0.2rem solid #c1cbd0;
            content: "";
            width: 300%;
            top: -1.5rem;
            position: absolute;
            left: -100%; }
        html.IGv2 .section.personnel > .row + .row .columns .row a.underline-link {
          margin-top: 3.5rem; }
          @media screen and (max-width: 39.9375em) {
            html.IGv2 .section.personnel > .row + .row .columns .row a.underline-link {
              margin-top: 2.1rem; } }
          html.IGv2 .section.personnel > .row + .row .columns .row a.underline-link::after {
            top: -2.3rem; }
            @media screen and (max-width: 39.9375em) {
              html.IGv2 .section.personnel > .row + .row .columns .row a.underline-link::after {
                top: -1.2rem; } }
        @media screen and (max-width: 39.9375em) {
          html.IGv2 .section.personnel > .row + .row .columns .row .columns:first-child {
            padding-left: 0; }
          html.IGv2 .section.personnel > .row + .row .columns .row .columns:last-child {
            padding-right: 0; } }
        @media screen and (max-width: 39.9375em) {
          html.IGv2 .section.personnel > .row + .row .columns .row .columns {
            padding: 0; } }
        html.IGv2 .section.personnel > .row + .row .columns .row + .row {
          margin-top: 7.5rem; }
          @media screen and (max-width: 39.9375em) {
            html.IGv2 .section.personnel > .row + .row .columns .row + .row {
              margin-top: 5.2rem; } }

    html.IGv2 .section.personnel.profile {
      background-color: #eff1f4;
      padding-top: 9.5rem;
      padding-top: 7.5rem;
      padding-bottom: 2rem;
      padding-bottom: 0;
      /*Media Query*/ }
      @media screen and (max-width: 39.9375em) {
        html.IGv2 .section.personnel.profile {
          padding-top: 1rem; } }
      html.IGv2 .section.personnel.profile .iiroc-advisor-report-button {
        margin-top: 1rem;
        margin-bottom: 3rem; }
         html.IGv2 .section.personnel.profile .iiroc-advisor-report-button a{
        width: auto;
        display: inline; }
      html.IGv2 .section.personnel.profile .certifications {
        /*border-bottom: 1px solid white;*/
        width: auto;
        display: inline-block;
        padding-left: 3rem;
        padding-right: 3rem;
        padding-bottom: 1rem;
        margin-bottom: 0; }
        @media screen and (max-width: 39.9375em) {
          html.IGv2 .section.personnel.profile .certifications {
            padding: 0.5rem 1rem; } }
        html.IGv2 .section.personnel.profile .certifications a {
          width: auto;
          display: inline;
          padding-left: 8px;
          padding-right: 8px;
        }
        html.IGv2 .section.personnel.profile .certifications img:first-child {
          margin-left: 0; 
          padding-left: 8px;
          padding-right: 8px;
        }
      html.IGv2 .section.personnel.profile > .row {
        max-width: 105rem; }
        html.IGv2 .section.personnel.profile > .row + .row .columns .row {
          position: relative; }
          html.IGv2 .section.personnel.profile > .row + .row .columns .row > .columns.details h1 {
            /*margin-bottom: 2rem;*/
            text-transform: capitalize;
             }
            @media screen and (max-width: 39.9375em) {
              html.IGv2 .section.personnel.profile > .row + .row .columns .row > .columns.details h1 {
                margin-bottom: .6rem;
                margin-top: 0rem; }
                html.IGv2 .section.personnel.profile > .row + .row .columns .row > .columns.details h1 + p {
                  margin-bottom: -.2rem; }
                  html.IGv2 .section.personnel.profile > .row + .row .columns .row > .columns.details h1 + p + p {
                    margin-bottom: 1.1rem; } }
          html.IGv2 .section.personnel.profile > .row + .row .columns .row > .columns.details .portrait {
            border-color: transparent;
            /*width: 22rem;
            height: 28rem;*/ }
            @media screen and (max-width: 39.9375em) {
              html.IGv2 .section.personnel.profile > .row + .row .columns .row > .columns.details .portrait {
                margin-bottom: .3rem;
                width: 11rem;
                height: 14rem; } }
            @media screen and (min-width: 40em) and (max-width: 63.9375em) {
              html.IGv2 .section.personnel.profile > .row + .row .columns .row > .columns.details .portrait {
                margin-bottom: 5rem; } }
            html.IGv2 .section.personnel.profile > .row + .row .columns .row > .columns.details .portrait img {
              height: 20rem; }
              @media screen and (max-width: 39.9375em) {
                html.IGv2 .section.personnel.profile > .row + .row .columns .row > .columns.details .portrait img {
                  height: 14rem; } }
          html.IGv2 .section.personnel.profile > .row + .row .columns .row > .columns.details .underline {
            margin-bottom: 0.5rem;
            padding-top: 1.2rem;
            padding-bottom: 1rem; }
            html.IGv2 .section.personnel.profile > .row + .row .columns .row > .columns.details .underline {
              position: relative;
              margin-top: 0.5rem; }
              html.IGv2 .section.personnel.profile > .row + .row .columns .row > .columns.details .underline::after {
                border-top: 0.1rem solid #c1cbd0;
                content: "";
                width: 30%;
                top: -0.3rem;
                position: absolute;
                left: 35%; }
            @media screen and (max-width: 39.9375em) {
              html.IGv2 .section.personnel.profile > .row + .row .columns .row > .columns.details .underline {
                padding-top: 0.5rem;
                padding-bottom: 0; } }
            @media screen and (min-width: 40em) and (max-width: 63.9375em) {
              html.IGv2 .section.personnel.profile > .row + .row .columns .row > .columns.details .underline {
                padding-top: 0.5rem;
                padding-bottom: 0.2rem; } }
            html.IGv2 .section.personnel.profile > .row + .row .columns .row > .columns.details .underline::after {
              border-color: rgba(13, 38, 60, 0.3);
              width: 334px;
              margin: 0 auto;
              left: 0;
              right: 0; }
              @media screen and (min-width: 40em) and (max-width: 63.9375em) {
                html.IGv2 .section.personnel.profile > .row + .row .columns .row > .columns.details .underline::after {
                  width: 250px;
                  padding-top: 0;
                  padding-bottom: 0; } }
              @media screen and (max-width: 39.9375em) {
                html.IGv2 .section.personnel.profile > .row + .row .columns .row > .columns.details .underline::after {
                  width: 230px;
                  padding-top: 0; } }
          html.IGv2 .section.personnel.profile > .row + .row .columns .row > .columns.details .tp_08 {
            line-height: 2.2rem; }
            @media screen and (min-width: 40em) and (max-width: 63.9375em) {
              html.IGv2 .section.personnel.profile > .row + .row .columns .row > .columns.details .tp_08 {
                /*margin-top: 2rem;*/
                margin-bottom: 0; } }
            @media screen and (max-width: 39.9375em) {
              html.IGv2 .section.personnel.profile > .row + .row .columns .row > .columns.details .tp_08 {
                margin-bottom: 0.5rem; } }
          @media screen and (min-width: 64em) {
            html.IGv2 .section.personnel.profile > .row + .row .columns .row > .columns.details .tp_09 {
              color: #282828;
              line-height: 2.5rem; } }
          html.IGv2 .section.personnel.profile > .row + .row .columns .row > .columns.details + .columns {
            padding: 0;
            width: 12.5rem;
            position: absolute;
            top: 3.7rem;
            right: 2.4rem; }
            @media screen and (max-width: 39.9375em) {
              html.IGv2 .section.personnel.profile > .row + .row .columns .row > .columns.details + .columns {
                position: static;
                width: 100%;
                margin-top: .3rem; } }
            html.IGv2 .section.personnel.profile > .row + .row .columns .row > .columns.details + .columns strong {
              font-family: "whitney_semiboldregular";
              font-size: 9rem;
              font-weight: 500;
              color: #282828;
              line-height: 10.0rem;
              text-shadow: 1px 1px #818c91,2px 2px #818c91,3px 3px #818c91,4px 4px #818c91,5px 5px #818c91,4px 6px #818c91; }
              @media screen and (min-width: 64em) {
                html.IGv2 .section.personnel.profile > .row + .row .columns .row > .columns.details + .columns strong {
                  font-size: 14.5rem;
                  line-height: 15.5rem;
                  text-shadow: 1px 1px #818c91,2px 2px #818c91,3px 3px #818c91,4px 4px #818c91,5px 5px #818c91,4px 6px #818c91; } }
              @media screen and (max-width: 39.9375em) {
                html.IGv2 .section.personnel.profile > .row + .row .columns .row > .columns.details + .columns strong {
                  font-family: "whitney_scmedium";
                  font-size: 1.4rem;
                  line-height: 2.4rem;
                  color: #282828;
                  text-transform: lowercase; } }
  @media screen and (max-width: 39.9375em) and (min-width: 40em) {
    html.IGv2 .section.personnel.profile > .row + .row .columns .row > .columns.details + .columns strong {
      font-size: 1.8rem; } }
              @media screen and (max-width: 39.9375em) {
                  html.IGv2 .section.personnel.profile > .row + .row .columns .row > .columns.details + .columns strong {
                    text-shadow: none; } }
            html.IGv2 .section.personnel.profile > .row + .row .columns .row > .columns.details + .columns span {
              font-family: "whitney_scmedium";
              font-size: 1.4rem;
              line-height: 2.4rem;
              color: #282828;
              text-transform: lowercase;
              display: block;
              margin-top: -.2rem; }
              @media screen and (min-width: 40em) {
                html.IGv2 .section.personnel.profile > .row + .row .columns .row > .columns.details + .columns span {
                  font-size: 1.8rem; } }
              @media screen and (max-width: 39.9375em) {
                html.IGv2 .section.personnel.profile > .row + .row .columns .row > .columns.details + .columns span {
                  display: inline; } }
              html.IGv2 .section.personnel.profile > .row + .row .columns .row > .columns.details + .columns span {
                line-height: 1.8rem; }
          html.IGv2 .section.personnel.profile > .row + .row .columns .row + .row {
            margin-top: 1.2rem;
            margin-top: 0; }
            html.IGv2 .section.personnel.profile > .row + .row .columns .row + .row.explore {
              margin-top: 3.5rem; 
              margin-bottom: 3.5rem; }
              @media screen and (max-width: 39.9375em) {
                html.IGv2 .section.personnel.profile > .row + .row .columns .row + .row.explore {
                  margin-top: 0.5rem;
                  margin-bottom: 2rem; } }
              html.IGv2 .section.personnel.profile > .row + .row .columns .row + .row.explore .tp_05,
              html.IGv2 .section.personnel.office > .row + .row .columns .tp_05  {
                /*color: white;*/
                margin-bottom: 0; }
            html.IGv2 .section.personnel.profile > .row + .row .columns .row + .row.show-for-small-only {
              display: none; }
              @media screen and (max-width: 39.9375em) {
                html.IGv2 .section.personnel.profile > .row + .row .columns .row + .row.show-for-small-only {
                  display: block;
                  margin-top: 1rem; } }
            html.IGv2 .section.personnel.profile > .row + .row .columns .row + .row .outline-btn {
              padding: .8rem;
              font-size: 1.6rem;
              font-family: "whitney_bookregular";
              width: 25rem; }
              @media screen and (max-width: 39.9375em) {
                html.IGv2 .section.personnel.profile > .row + .row .columns .row + .row .outline-btn {
                  width: 90%;
                }
                html.IGv2 .section.personnel.profile > .row + .row .columns .row + .row .outline-btn.secondary:hover {
                  color: white;
                  background-color: white; } }
            html.IGv2 .section.personnel.profile > .row + .row .columns .row + .row .icon {
              margin-left: 1.3rem;
              margin-right: 1.3rem; }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 .section.personnel .form-actions .dropdown .small-icon + ul {
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        left: auto;
        top: 3.7rem; } }
    html.IGv2 .section.personnel a.outline-btn.secondary,
    html.IGv2 .section.office a.outline-btn.secondary {
      padding: 1.6rem .8rem;
      padding: 1rem .8rem;
      font-size: 1.6rem;
      font-family: "whitney_bookregular";
      color: #0073cf;
      background-color: transparent;
      border-color: #0073cf; }
      /*html.IGv2 .section.personnel a.outline-btn.secondary:hover {
        color: white;
        background-color: #002e6e; }*/
  html.IGv2 .section.announcements {
    background-color: #0e75d5;
    color: white;
    padding-bottom: 0; }
    html.IGv2 .section.announcements .row .row .columns .row .medium-8 {
      float: left; }
    html.IGv2 .section.announcements .columns {
      margin: 0 auto; }
    html.IGv2 .section.announcements .tp_09 {
      color: white;
      padding-top: 2rem;
      padding-bottom: 2rem; }
    html.IGv2 .section.announcements .tp_12 {
      color: white;
      text-align: center;
      margin-bottom: 0; }
    html.IGv2 .section.announcements .announcement-box {
      background-color: #2f88db;
      float: none;
      margin: 0 auto;
      border-top-right-radius: 0.6rem;
      border-top-left-radius: 0.6rem;
      padding: 0.5rem 1rem;
      max-width: 170px; }
    html.IGv2 .section.announcements .exclamation-mark {
      background-color: #fff;
      border-radius: 50%;
      width: 4rem;
      height: 4rem;
      float: right;
      margin-top: 3rem;
      margin-right: 3rem; }
      html.IGv2 .section.announcements .exclamation-mark p {
        color: #0e75d5;
        text-align: center;
        line-height: 4rem;
        font-size: 2.5rem; }
  html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week {
    margin-bottom: 0;
    margin-top: 0; }
    @media screen and (min-width: 40em) {
      html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week {
        margin-top: .4rem; } }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week {
        width: 270px;
        margin: 0 auto; } }
    html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dt, html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dd {
      font-family: "whitney_bookregular";
      font-size: 1.6rem;
      color: #282828;
      width: 50%;
      float: left;
      margin: 0 0 1.2rem; }
      @media screen and (min-width: 64em) {
        html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dt, html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dd {
          font-size: 1.8rem;
          line-height: 2.8rem; } }
      @media screen and (max-width: 39.9375em) {
        html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dt, html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dd {
          font-size: 1.4rem;
          line-height: 1.9rem; } }
      @media screen and (max-width: 39.9375em) {
        html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dt, html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dd {
          padding-left: 1.1rem;
          font-size: 1.6rem;
          margin-bottom: 1.1rem; } }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dt, html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dd {
          font-size: 1.6rem; } }
      html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dt, html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dd {
        font-weight: 400; }
      html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dt.current-day, html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dd.current-day {
        font-family: "whitney_bookregular";
        font-size: 1.6rem;
        color: #282828; }
        @media screen and (min-width: 64em) {
          html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dt.current-day, html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dd.current-day {
            font-size: 1.8rem;
            line-height: 2.8rem; } }
        @media screen and (max-width: 39.9375em) {
          html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dt.current-day, html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dd.current-day {
            font-size: 1.4rem;
            line-height: 1.9rem; } }
        html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dt.current-day, html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dd.current-day {
          font-family: "whitney_semiboldregular"; }
        html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dt.current-day, html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dd.current-day {
          position: relative;
          margin-left: 0; }
          html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dt.current-day::after, html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dd.current-day::after {
            border-left: 0.2rem solid #c1cbd0;
            content: "";
            height: 80%;
            left: -0.1rem;
            position: absolute;
            top: 10%; }
        @media screen and (max-width: 39.9375em) {
          html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dt.current-day, html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dd.current-day {
            font-size: 1.6rem; } }
        @media screen and (min-width: 40em) and (max-width: 63.9375em) {
          html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dt.current-day, html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dd.current-day {
            font-size: 1.6rem; } }
        html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dt.current-day::after, html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dd.current-day::after {
          border-color: #0073cf;
          left: -.8rem; }
          @media screen and (max-width: 39.9375em) {
            html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dt.current-day::after, html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dd.current-day::after {
              left: .3rem;
              height: 120%;
              top: 0; } }
        html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dt.current-day + dd, html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dd.current-day + dd {
          font-family: "whitney_bookregular";
          font-size: 1.6rem;
          color: #282828; }
          @media screen and (min-width: 64em) {
            html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dt.current-day + dd, html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dd.current-day + dd {
              font-size: 1.8rem;
              line-height: 2.8rem; } }
          @media screen and (max-width: 39.9375em) {
            html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dt.current-day + dd, html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dd.current-day + dd {
              font-size: 1.4rem;
              line-height: 1.9rem; } }
          html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dt.current-day + dd, html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dd.current-day + dd {
            font-family: "whitney_semiboldregular"; }
          @media screen and (max-width: 39.9375em) {
            html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dt.current-day + dd, html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dd.current-day + dd {
              font-size: 1.6rem; } }
          @media screen and (min-width: 40em) and (max-width: 63.9375em) {
            html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dt.current-day + dd, html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dd.current-day + dd {
              font-size: 1.6rem; } }
      html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dt + dd, html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dd + dd {
        width: 50%; }
        @media screen and (max-width: 39.9375em) {
          html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dt + dd, html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dd + dd {
            padding-left: 1.3rem; } }
        @media screen and (min-width: 64em) and (max-width: 74.9375em) {
          html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dt + dd, html.IGv2 .section.hours-languages .info-toggle-content dl.day-of-week dd + dd {
            padding-left: 1rem; } }
  html.IGv2 .section.hours-languages .info-toggle-content ul {
    font-family: "whitney_lightregular";
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #282828;
    list-style: none;
    margin: .4rem 0 0; }
    @media screen and (min-width: 64em) {
      html.IGv2 .section.hours-languages .info-toggle-content ul {
        font-size: 2.8rem;
        line-height: 4.1rem; } }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 .section.hours-languages .info-toggle-content ul {
        margin-top: -.3rem;
        padding-bottom: 1.6rem;
        overflow: hidden;
        width: 24rem;
        float: none;
        margin: 0 auto; } }
    html.IGv2 .section.hours-languages .info-toggle-content ul li {
      line-height: 3.6rem; }
      @media screen and (max-width: 39.9375em) {
        html.IGv2 .section.hours-languages .info-toggle-content ul li {
          font-size: 2.2rem;
          line-height: 3.4rem;
          width: 50%;
          float: left; }
          html.IGv2 .section.hours-languages .info-toggle-content ul li:nth-child(odd) {
            padding-left: 1.8rem; }
          html.IGv2 .section.hours-languages .info-toggle-content ul li:nth-child(even) {
            padding-left: 2.2rem; } }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        html.IGv2 .section.hours-languages .info-toggle-content ul li {
          width: 50%;
          float: left; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    html.IGv2 .section.hours-languages .hours .info-toggle-content .columns:first-child {
      margin: 0 auto;
      float: none; } }
  @media screen and (min-width: 64em) {
    html.IGv2 .section.hours-languages .hours .info-toggle-content .columns:first-child {
      margin-right: 3rem; } }
  @media screen and (min-width: 64em) {
    html.IGv2 .section.hours-languages .hours .info-toggle-content .columns:last-child {
      margin-left: 3rem; } }
  @media screen and (max-width: 39.9375em) {
    html.IGv2 .section.hours-languages .hours .info-toggle-content .columns:last-child {
      margin: 0 auto; } }
  html.IGv2 .section.hours-languages .hours .info-toggle-content .columns p.show-for-small-only {
    width: 26rem;
    margin: 0 auto; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    html.IGv2 .section.hours-languages .languages .info-toggle-content .columns:first-child .illustration {
      margin: 0 auto; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    html.IGv2 .section.hours-languages .languages .info-toggle-content .columns:first-child {
      margin: 0 auto;
      float: none; } }
  html.IGv2 .section.hours-languages .languages .info-toggle-content .columns:last-child ul li:nth-child(even) {
    width: auto; }
  html.IGv2 .section.hours-languages .languages .info-toggle-content .columns p.show-for-small-only {
    width: 26rem;
    margin: 0 auto; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    html.IGv2 .section.hours-languages .hide-for-small-only .columns {
      text-align: center; }
      html.IGv2 .section.hours-languages .hide-for-small-only .columns p {
        width: 88%; } }
  @media screen and (min-width: 64em) {
    html.IGv2 .section.hours-languages .hide-for-small-only .columns:first-child {
      margin-left: 3rem;
      width: 34%; } }
  html.IGv2 .section.hours-languages .hide-for-medium-only .columns:first-child {
    max-width: 50rem; }
    html.IGv2 .section.hours-languages .hide-for-medium-only .columns:first-child p {
      margin-left: 16rem;
      text-align: center; }
  html.IGv2 .section.hours-languages .hide-for-medium-only .columns:last-child {
    width: 38%;
    float: right;
    max-width: 36rem; }
    html.IGv2 .section.hours-languages .hide-for-medium-only .columns:last-child p {
      text-align: center; }
  html.IGv2 .section.hours-languages .hide-for-large-only {
    clear: both;
    text-align: center;
    padding-top: 5rem; }
  html.IGv2 .section.hours dl, html.IGv2 .section.languages dl, html.IGv2 .section.associations dl {
    margin-bottom: 0;
    margin-top: 0; }
    @media screen and (min-width: 40em) {
      html.IGv2 .section.hours dl, html.IGv2 .section.languages dl, html.IGv2 .section.associations dl {
        margin-top: .4rem; } }
    html.IGv2 .section.hours dl dt, html.IGv2 .section.hours dl dd, html.IGv2 .section.languages dl dt, html.IGv2 .section.languages dl dd, html.IGv2 .section.associations dl dt, html.IGv2 .section.associations dl dd {
      font-family: "whitney_bookregular";
      font-size: 1.6rem;
      color: #282828;
      width: 50%;
      float: left;
      margin: 0 0 1.2rem; }
      @media screen and (min-width: 64em) {
        html.IGv2 .section.hours dl dt, html.IGv2 .section.hours dl dd, html.IGv2 .section.languages dl dt, html.IGv2 .section.languages dl dd, html.IGv2 .section.associations dl dt, html.IGv2 .section.associations dl dd {
          font-size: 1.8rem;
          line-height: 2.8rem; } }
      @media screen and (max-width: 39.9375em) {
        html.IGv2 .section.hours dl dt, html.IGv2 .section.hours dl dd, html.IGv2 .section.languages dl dt, html.IGv2 .section.languages dl dd, html.IGv2 .section.associations dl dt, html.IGv2 .section.associations dl dd {
          font-size: 1.4rem;
          line-height: 1.9rem; } }
      @media screen and (max-width: 39.9375em) {
        html.IGv2 .section.hours dl dt, html.IGv2 .section.hours dl dd, html.IGv2 .section.languages dl dt, html.IGv2 .section.languages dl dd, html.IGv2 .section.associations dl dt, html.IGv2 .section.associations dl dd {
          padding-left: 1.1rem;
          font-size: 1.6rem;
          margin-bottom: 1.1rem; } }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        html.IGv2 .section.hours dl dt, html.IGv2 .section.hours dl dd, html.IGv2 .section.languages dl dt, html.IGv2 .section.languages dl dd, html.IGv2 .section.associations dl dt, html.IGv2 .section.associations dl dd {
          font-size: 1.6rem; } }
      html.IGv2 .section.hours dl dt, html.IGv2 .section.hours dl dd, html.IGv2 .section.languages dl dt, html.IGv2 .section.languages dl dd, html.IGv2 .section.associations dl dt, html.IGv2 .section.associations dl dd {
        font-weight: 400; }
      html.IGv2 .section.hours dl dt.current-day, html.IGv2 .section.hours dl dd.current-day, html.IGv2 .section.languages dl dt.current-day, html.IGv2 .section.languages dl dd.current-day, html.IGv2 .section.associations dl dt.current-day, html.IGv2 .section.associations dl dd.current-day {
        font-family: "whitney_bookregular";
        font-size: 1.6rem;
        color: #282828; }
        @media screen and (min-width: 64em) {
          html.IGv2 .section.hours dl dt.current-day, html.IGv2 .section.hours dl dd.current-day, html.IGv2 .section.languages dl dt.current-day, html.IGv2 .section.languages dl dd.current-day, html.IGv2 .section.associations dl dt.current-day, html.IGv2 .section.associations dl dd.current-day {
            font-size: 1.8rem;
            line-height: 2.8rem; } }
        @media screen and (max-width: 39.9375em) {
          html.IGv2 .section.hours dl dt.current-day, html.IGv2 .section.hours dl dd.current-day, html.IGv2 .section.languages dl dt.current-day, html.IGv2 .section.languages dl dd.current-day, html.IGv2 .section.associations dl dt.current-day, html.IGv2 .section.associations dl dd.current-day {
            font-size: 1.4rem;
            line-height: 1.9rem; } }
        html.IGv2 .section.hours dl dt.current-day, html.IGv2 .section.hours dl dd.current-day, html.IGv2 .section.languages dl dt.current-day, html.IGv2 .section.languages dl dd.current-day, html.IGv2 .section.associations dl dt.current-day, html.IGv2 .section.associations dl dd.current-day {
          font-family: "whitney_semiboldregular"; }
        html.IGv2 .section.hours dl dt.current-day, html.IGv2 .section.hours dl dd.current-day, html.IGv2 .section.languages dl dt.current-day, html.IGv2 .section.languages dl dd.current-day, html.IGv2 .section.associations dl dt.current-day, html.IGv2 .section.associations dl dd.current-day {
          position: relative;
          margin-left: 0; }
          html.IGv2 .section.hours dl dt.current-day::after, html.IGv2 .section.hours dl dd.current-day::after, html.IGv2 .section.languages dl dt.current-day::after, html.IGv2 .section.languages dl dd.current-day::after, html.IGv2 .section.associations dl dt.current-day::after, html.IGv2 .section.associations dl dd.current-day::after {
            border-left: 0.2rem solid #c1cbd0;
            content: "";
            height: 80%;
            left: -0.1rem;
            position: absolute;
            top: 10%; }
        @media screen and (max-width: 39.9375em) {
          html.IGv2 .section.hours dl dt.current-day, html.IGv2 .section.hours dl dd.current-day, html.IGv2 .section.languages dl dt.current-day, html.IGv2 .section.languages dl dd.current-day, html.IGv2 .section.associations dl dt.current-day, html.IGv2 .section.associations dl dd.current-day {
            font-size: 1.6rem; } }
        @media screen and (min-width: 40em) and (max-width: 63.9375em) {
          html.IGv2 .section.hours dl dt.current-day, html.IGv2 .section.hours dl dd.current-day, html.IGv2 .section.languages dl dt.current-day, html.IGv2 .section.languages dl dd.current-day, html.IGv2 .section.associations dl dt.current-day, html.IGv2 .section.associations dl dd.current-day {
            font-size: 1.6rem; } }
        html.IGv2 .section.hours dl dt.current-day::after, html.IGv2 .section.hours dl dd.current-day::after, html.IGv2 .section.languages dl dt.current-day::after, html.IGv2 .section.languages dl dd.current-day::after, html.IGv2 .section.associations dl dt.current-day::after, html.IGv2 .section.associations dl dd.current-day::after {
          border-color: #0073cf;
          left: -.8rem; }
          @media screen and (max-width: 39.9375em) {
            html.IGv2 .section.hours dl dt.current-day::after, html.IGv2 .section.hours dl dd.current-day::after, html.IGv2 .section.languages dl dt.current-day::after, html.IGv2 .section.languages dl dd.current-day::after, html.IGv2 .section.associations dl dt.current-day::after, html.IGv2 .section.associations dl dd.current-day::after {
              left: .3rem;
              height: 120%;
              top: 0; } }
        html.IGv2 .section.hours dl dt.current-day + dd, html.IGv2 .section.hours dl dd.current-day + dd, html.IGv2 .section.languages dl dt.current-day + dd, html.IGv2 .section.languages dl dd.current-day + dd, html.IGv2 .section.associations dl dt.current-day + dd, html.IGv2 .section.associations dl dd.current-day + dd {
          font-family: "whitney_bookregular";
          font-size: 1.6rem;
          color: #282828; }
          @media screen and (min-width: 64em) {
            html.IGv2 .section.hours dl dt.current-day + dd, html.IGv2 .section.hours dl dd.current-day + dd, html.IGv2 .section.languages dl dt.current-day + dd, html.IGv2 .section.languages dl dd.current-day + dd, html.IGv2 .section.associations dl dt.current-day + dd, html.IGv2 .section.associations dl dd.current-day + dd {
              font-size: 1.8rem;
              line-height: 2.8rem; } }
          @media screen and (max-width: 39.9375em) {
            html.IGv2 .section.hours dl dt.current-day + dd, html.IGv2 .section.hours dl dd.current-day + dd, html.IGv2 .section.languages dl dt.current-day + dd, html.IGv2 .section.languages dl dd.current-day + dd, html.IGv2 .section.associations dl dt.current-day + dd, html.IGv2 .section.associations dl dd.current-day + dd {
              font-size: 1.4rem;
              line-height: 1.9rem; } }
          html.IGv2 .section.hours dl dt.current-day + dd, html.IGv2 .section.hours dl dd.current-day + dd, html.IGv2 .section.languages dl dt.current-day + dd, html.IGv2 .section.languages dl dd.current-day + dd, html.IGv2 .section.associations dl dt.current-day + dd, html.IGv2 .section.associations dl dd.current-day + dd {
            font-family: "whitney_semiboldregular"; }
          @media screen and (max-width: 39.9375em) {
            html.IGv2 .section.hours dl dt.current-day + dd, html.IGv2 .section.hours dl dd.current-day + dd, html.IGv2 .section.languages dl dt.current-day + dd, html.IGv2 .section.languages dl dd.current-day + dd, html.IGv2 .section.associations dl dt.current-day + dd, html.IGv2 .section.associations dl dd.current-day + dd {
              font-size: 1.6rem; } }
          @media screen and (min-width: 40em) and (max-width: 63.9375em) {
            html.IGv2 .section.hours dl dt.current-day + dd, html.IGv2 .section.hours dl dd.current-day + dd, html.IGv2 .section.languages dl dt.current-day + dd, html.IGv2 .section.languages dl dd.current-day + dd, html.IGv2 .section.associations dl dt.current-day + dd, html.IGv2 .section.associations dl dd.current-day + dd {
              font-size: 1.6rem; } }
      html.IGv2 .section.hours dl dt + dd, html.IGv2 .section.hours dl dd + dd, html.IGv2 .section.languages dl dt + dd, html.IGv2 .section.languages dl dd + dd, html.IGv2 .section.associations dl dt + dd, html.IGv2 .section.associations dl dd + dd {
        width: 50%; }
        @media screen and (max-width: 39.9375em) {
          html.IGv2 .section.hours dl dt + dd, html.IGv2 .section.hours dl dd + dd, html.IGv2 .section.languages dl dt + dd, html.IGv2 .section.languages dl dd + dd, html.IGv2 .section.associations dl dt + dd, html.IGv2 .section.associations dl dd + dd {
            padding-left: 1.3rem; } }
        @media screen and (min-width: 64em) and (max-width: 74.9375em) {
          html.IGv2 .section.hours dl dt + dd, html.IGv2 .section.hours dl dd + dd, html.IGv2 .section.languages dl dt + dd, html.IGv2 .section.languages dl dd + dd, html.IGv2 .section.associations dl dt + dd, html.IGv2 .section.associations dl dd + dd {
            padding-left: 1rem; } }
    html.IGv2 .section.hours dl dt, html.IGv2 .section.languages dl dt, html.IGv2 .section.associations dl dt {
      clear: both; }
  html.IGv2 .section.hours ul, html.IGv2 .section.languages ul, html.IGv2 .section.associations ul {
    font-family: "whitney_lightregular";
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #282828;
    list-style: none;
    margin: .4rem 0 0; }
    @media screen and (min-width: 64em) {
      html.IGv2 .section.hours ul, html.IGv2 .section.languages ul, html.IGv2 .section.associations ul {
        font-size: 2.8rem;
        line-height: 4.1rem; } }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 .section.hours ul, html.IGv2 .section.languages ul, html.IGv2 .section.associations ul {
        margin-top: -.3rem;
        padding-bottom: 1.6rem;
        overflow: hidden; } }
    html.IGv2 .section.hours ul li, html.IGv2 .section.languages ul li, html.IGv2 .section.associations ul li {
      line-height: 3.6rem; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        html.IGv2 .section.hours ul li, html.IGv2 .section.languages ul li, html.IGv2 .section.associations ul li {
          width: 50%;
          float: left; } }
      @media screen and (max-width: 39.9375em) {
        html.IGv2 .section.hours ul li, html.IGv2 .section.languages ul li, html.IGv2 .section.associations ul li {
          font-size: 2.2rem;
          line-height: 3.4rem;
          width: 50%;
          float: left; }
          html.IGv2 .section.hours ul li:nth-child(odd), html.IGv2 .section.languages ul li:nth-child(odd), html.IGv2 .section.associations ul li:nth-child(odd) {
            padding-left: 1.8rem; }
          html.IGv2 .section.hours ul li:nth-child(even), html.IGv2 .section.languages ul li:nth-child(even), html.IGv2 .section.associations ul li:nth-child(even) {
            padding-left: 2.2rem; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    html.IGv2 .section.hours, html.IGv2 .section.languages {
      padding-right: 0; } }
  @media screen and (min-width: 64em) {
    html.IGv2 .section.hours, html.IGv2 .section.languages {
      width: 50%;
      float: left;
      clear: none;
      padding-top: 4rem;
      padding-bottom: 7rem; } }
  @media screen and (min-width: 64em) {
    html.IGv2 .section.hours > .row, html.IGv2 .section.languages > .row {
      max-width: 60rem; } }
  html.IGv2 .section.hours .info-toggle-content .columns:nth-of-type(1), html.IGv2 .section.languages .info-toggle-content .columns:nth-of-type(1) {
    padding-right: 3rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    html.IGv2 .section.hours .info-toggle-content h2, html.IGv2 .section.languages .info-toggle-content h2 {
      margin-bottom: 2.6rem; } }
  @media screen and (max-width: 39.9375em) {
    html.IGv2 .section.hours .info-toggle-content:last-child, html.IGv2 .section.languages .info-toggle-content:last-child {
      margin-left: -.2rem;
      margin-right: -.2rem; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    html.IGv2 .section.hours .info-toggle-content:last-child, html.IGv2 .section.languages .info-toggle-content:last-child {
      max-width: 75rem; } }
  @media screen and (min-width: 64em) {
    html.IGv2 .section.hours .info-toggle-content:last-child .columns:first-child, html.IGv2 .section.languages .info-toggle-content:last-child .columns:first-child {
      width: auto; }
    html.IGv2 .section.hours .info-toggle-content:last-child .columns:last-child, html.IGv2 .section.languages .info-toggle-content:last-child .columns:last-child {
      width: calc(100% - 16.4rem);
      padding-left: 3rem; } }
  @media screen and (max-width: 39.9375em) {
    html.IGv2 .section.hours .info-toggle-content:last-child .columns:last-child, html.IGv2 .section.languages .info-toggle-content:last-child .columns:last-child {
      padding-bottom: 2.4rem; } }
  html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week {
    margin-bottom: 0;
    margin-top: 0; }
    @media screen and (min-width: 40em) {
      html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week {
        margin-top: .4rem; } }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week {
        width: 270px;
        margin: 0 auto; } }
    html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dt, html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dd, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dt, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dd {
      font-family: "whitney_bookregular";
      font-size: 1.6rem;
      color: #282828;
      width: 50%;
      float: left;
      margin: 0 0 1.2rem; }
      @media screen and (min-width: 64em) {
        html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dt, html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dd, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dt, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dd {
          font-size: 1.8rem;
          line-height: 2.8rem; } }
      @media screen and (max-width: 39.9375em) {
        html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dt, html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dd, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dt, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dd {
          font-size: 1.4rem;
          line-height: 1.9rem; } }
      @media screen and (max-width: 39.9375em) {
        html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dt, html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dd, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dt, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dd {
          padding-left: 1.1rem;
          font-size: 1.6rem;
          margin-bottom: 1.1rem; } }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dt, html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dd, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dt, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dd {
          font-size: 1.6rem; } }
      html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dt, html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dd, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dt, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dd {
        font-weight: 400; }
      html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dt.current-day, html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dd.current-day, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dt.current-day, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dd.current-day {
        font-family: "whitney_bookregular";
        font-size: 1.6rem;
        color: #282828; }
        @media screen and (min-width: 64em) {
          html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dt.current-day, html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dd.current-day, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dt.current-day, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dd.current-day {
            font-size: 1.8rem;
            line-height: 2.8rem; } }
        @media screen and (max-width: 39.9375em) {
          html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dt.current-day, html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dd.current-day, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dt.current-day, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dd.current-day {
            font-size: 1.4rem;
            line-height: 1.9rem; } }
        html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dt.current-day, html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dd.current-day, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dt.current-day, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dd.current-day {
          font-family: "whitney_semiboldregular"; }
        html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dt.current-day, html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dd.current-day, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dt.current-day, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dd.current-day {
          position: relative;
          margin-left: 0; }
          html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dt.current-day::after, html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dd.current-day::after, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dt.current-day::after, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dd.current-day::after {
            border-left: 0.2rem solid #c1cbd0;
            content: "";
            height: 80%;
            left: -0.1rem;
            position: absolute;
            top: 10%; }
        @media screen and (max-width: 39.9375em) {
          html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dt.current-day, html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dd.current-day, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dt.current-day, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dd.current-day {
            font-size: 1.6rem; } }
        @media screen and (min-width: 40em) and (max-width: 63.9375em) {
          html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dt.current-day, html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dd.current-day, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dt.current-day, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dd.current-day {
            font-size: 1.6rem; } }
        html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dt.current-day::after, html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dd.current-day::after, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dt.current-day::after, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dd.current-day::after {
          border-color: #0073cf;
          left: -.8rem; }
          @media screen and (max-width: 39.9375em) {
            html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dt.current-day::after, html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dd.current-day::after, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dt.current-day::after, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dd.current-day::after {
              left: .3rem;
              height: 120%;
              top: 0; } }
        html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dt.current-day + dd, html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dd.current-day + dd, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dt.current-day + dd, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dd.current-day + dd {
          font-family: "whitney_bookregular";
          font-size: 1.6rem;
          color: #282828; }
          @media screen and (min-width: 64em) {
            html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dt.current-day + dd, html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dd.current-day + dd, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dt.current-day + dd, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dd.current-day + dd {
              font-size: 1.8rem;
              line-height: 2.8rem; } }
          @media screen and (max-width: 39.9375em) {
            html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dt.current-day + dd, html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dd.current-day + dd, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dt.current-day + dd, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dd.current-day + dd {
              font-size: 1.4rem;
              line-height: 1.9rem; } }
          html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dt.current-day + dd, html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dd.current-day + dd, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dt.current-day + dd, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dd.current-day + dd {
            font-family: "whitney_semiboldregular"; }
          @media screen and (max-width: 39.9375em) {
            html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dt.current-day + dd, html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dd.current-day + dd, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dt.current-day + dd, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dd.current-day + dd {
              font-size: 1.6rem; } }
          @media screen and (min-width: 40em) and (max-width: 63.9375em) {
            html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dt.current-day + dd, html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dd.current-day + dd, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dt.current-day + dd, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dd.current-day + dd {
              font-size: 1.6rem; } }
      html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dt + dd, html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dd + dd, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dt + dd, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dd + dd {
        width: 50%; }
        @media screen and (max-width: 39.9375em) {
          html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dt + dd, html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dd + dd, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dt + dd, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dd + dd {
            padding-left: 1.3rem; } }
        @media screen and (min-width: 64em) and (max-width: 74.9375em) {
          html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dt + dd, html.IGv2 .section.hours .info-toggle-content:last-child .columns dl.day-of-week dd + dd, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dt + dd, html.IGv2 .section.languages .info-toggle-content:last-child .columns dl.day-of-week dd + dd {
            padding-left: 1rem; } }
  html.IGv2 .section.hours .info-toggle-content:last-child .columns ul, html.IGv2 .section.languages .info-toggle-content:last-child .columns ul {
    font-family: "whitney_lightregular";
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #282828;
    list-style: none;
    margin: .4rem 0 0; }
    @media screen and (min-width: 64em) {
      html.IGv2 .section.hours .info-toggle-content:last-child .columns ul, html.IGv2 .section.languages .info-toggle-content:last-child .columns ul {
        font-size: 2.8rem;
        line-height: 4.1rem; } }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 .section.hours .info-toggle-content:last-child .columns ul, html.IGv2 .section.languages .info-toggle-content:last-child .columns ul {
        margin-top: -.3rem;
        padding-bottom: 1.6rem;
        overflow: hidden;
        width: 24rem;
        float: none;
        margin: 0 auto; } }
    html.IGv2 .section.hours .info-toggle-content:last-child .columns ul li, html.IGv2 .section.languages .info-toggle-content:last-child .columns ul li {
      line-height: 3.6rem; }
      @media screen and (max-width: 39.9375em) {
        html.IGv2 .section.hours .info-toggle-content:last-child .columns ul li, html.IGv2 .section.languages .info-toggle-content:last-child .columns ul li {
          font-size: 2.2rem;
          line-height: 3.4rem;
          width: 50%;
          float: left; }
          html.IGv2 .section.hours .info-toggle-content:last-child .columns ul li:nth-child(odd), html.IGv2 .section.languages .info-toggle-content:last-child .columns ul li:nth-child(odd) {
            padding-left: 1.8rem; }
          html.IGv2 .section.hours .info-toggle-content:last-child .columns ul li:nth-child(even), html.IGv2 .section.languages .info-toggle-content:last-child .columns ul li:nth-child(even) {
            padding-left: 2.2rem; } }
  @media screen and (max-width: 39.9375em) {
    html.IGv2 .section.hours .info-toggle-content:last-child .columns p, html.IGv2 .section.languages .info-toggle-content:last-child .columns p {
      width: 70%;
      text-align: center;
      margin: 0 auto; } }
  html.IGv2 .section.hours {
    padding-left: 0; }
    @media screen and (min-width: 64em) {
      html.IGv2 .section.hours {
        padding-right: 2rem;
        width: 60%; } }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      html.IGv2 .section.hours {
        padding-right: 0; } }
  html.IGv2 .section.languages {
    padding-left: 0;
    padding-right: 0; }
    @media screen and (min-width: 64em) {
      html.IGv2 .section.languages {
        width: 36%;
        float: right; } }
  html.IGv2 .section.about {
    /*background-color: #fbf7eb;*/ }
    @media screen and (min-width: 64em) {
      html.IGv2 .section.about h3 {
        letter-spacing: -1px; } }
    html.IGv2 .section.about .row + .row .columns {
      position: relative; }
      @media screen and (min-width: 40em) {
        html.IGv2 .section.about .row + .row .columns .illustration {
          float: right; } }
      @media screen and (min-width: 40em) {
        html.IGv2 .section.about .row + .row .columns + .columns {
          top: -.6rem;
          padding-right: 0; } }
      @media screen and (min-width: 75em) {
        html.IGv2 .section.about .row + .row .columns + .columns {
          padding-right: 17.5rem; } }
  html.IGv2 .personnel-bio-overlay {
    max-width: 86rem;
    padding: 0;
    margin: 0;
    position: relative;
    height: 100%; }
    @media screen and (min-width: 40em) {
      html.IGv2 .personnel-bio-overlay {
        padding: 0 5rem;
        margin: 0 auto;
        box-sizing: content-box;
        height: auto; } }
    @media screen and (min-width: 75em) {
      html.IGv2 .personnel-bio-overlay {
        padding: 0 9rem; } }
    html.IGv2 .personnel-bio-overlay .slick-list {
      height: 100%; }
      html.IGv2 .personnel-bio-overlay .slick-list .slick-track {
        height: 100%; }
        html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides {
          position: relative;
          margin-top: 0;
          box-sizing: border-box;
          margin-top: 4rem; }
          @media screen and (max-width: 39.9375em) {
            html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides {
              margin: 0;
              overflow-y: auto;
              -webkit-overflow-scrolling: touch;
              padding: 1rem 1.9rem;
              text-align: center; } }
          @media screen and (min-width: 40em) {
            html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides {
              -ms-flex-align: center;
                  align-items: center;
              display: -ms-flexbox;
              display: flex; } }
          html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div {
            width: 100%; }
            html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div .portrait {
              border: 0;
              margin: 4.3rem auto 1.1rem; }
              @media screen and (max-width: 39.9375em) {
                html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div .portrait {
                  width: 11rem;
                  height: 14rem; }
                  html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div .portrait img {
                    height: 14rem;
                    margin: auto; 
                  } 
              }
              @media screen and (min-width: 40em) {
                html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div .portrait {
                  float: left;
                  margin: 0 5rem 2.5rem; } }
              @media screen and (min-width: 64em) {
                html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div .portrait {
                  margin-bottom: 5rem; } }
            html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div .overlay-only p {
              clear: both; }
            @media screen and (min-width: 40em) {
              html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div h1:first-child, html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div h3:first-child, html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div p:first-child, html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div div:first-child {
                float: left; } }
            html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div h1, html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div h3 {
              font-family: "whitney_lightregular";
              font-size: 2.8rem;
              line-height: 3.7rem;
              color: #282828;
              margin: 0 0 -.1rem; }
              @media screen and (min-width: 64em) {
                html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div h1, html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div h3 {
                  font-size: 5.2rem;
                  line-height: 7.2rem; } }
              @media screen and (max-width: 39.9375em) {
                html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div h1, html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div h3 {
                  line-height: 3.7rem; } }
              @media screen and (min-width: 40em) and (max-width: 63.9375em) {
                html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div h1, html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div h3 {
                  line-height: 2.8rem; } }
              @media screen and (min-width: 40em) {
                html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div h1, html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div h3 {
                  margin: -0.8rem 0 .8rem; } }
              @media screen and (min-width: 64em) {
                html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div h1, html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div h3 {
                  margin: -1.9rem 0 -.3rem; } }
            html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div div {
              margin-bottom: 5.5rem; }
              html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div div:not(:first-child) {
                clear: both; }
                @media screen and (max-width: 39.9375em) {
                  html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div div:not(:first-child) {
                    margin-bottom: 0; } }
                @media screen and (min-width: 40em) and (max-width: 63.9375em) {
                  html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div div:not(:first-child) {
                    clear: none;
                    margin-left: 5rem; } }
                @media screen and (min-width: 64em) {
                  html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div div:not(:first-child) {
                     clear: none;
                     margin-top: 2.2rem; } }
                html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div div:not(:first-child) a.tp_09 {
                  display: inline-block; }
                  @media screen and (max-width: 39.9375em) {
                    html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div div:not(:first-child) a.tp_09 {
                      font-family: "whitney_scmedium";
                      font-size: 1.4rem;
                      line-height: 2.4rem;
                      color: #0073cf;
                      text-transform: lowercase; } }
  @media screen and (max-width: 39.9375em) and (min-width: 40em) {
    html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div div:not(:first-child) a.tp_09 {
      font-size: 1.8rem; } }
                  @media screen and (max-width: 39.9375em) {
                      html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div div:not(:first-child) a.tp_09 span {
                        font-size: 1.6rem; }
                        html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div div:not(:first-child) a.tp_09 span .fa {
                          display: inline-block;
                          border: 2px solid #0073cf;
                          width: 2.9rem;
                          height: 2.9rem;
                          border-radius: 50%;
                          line-height: 2.4rem;
                          font-size: 1.3rem;
                          margin-right: .2rem; }
                          html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div div:not(:first-child) a.tp_09 span .fa.fa-phone {
                            font-size: 1.8rem; } }
                  html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div div:not(:first-child) a.tp_09 + a {
                    position: relative;
                    margin-left: 5.2rem; }
                    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
                      html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div div:not(:first-child) a.tp_09 + a {
                        display:block;
                        margin-left: 0;}
                      }
                    html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div div:not(:first-child) a.tp_09 + a::after {
                      border-left: 0.2rem solid #c1cbd0;
                      content: "";
                      height: 80%;
                      left: -2.7rem;
                      position: absolute;
                      top: 10%; }
                  html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div div:not(:first-child) a.tp_09 + a::after {
                    margin-left: -0.2rem; }
                  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
                    html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div div:not(:first-child) a.tp_09 + a::after{
                      display: none;
                    }
                  }
                  @media screen and (max-width: 39.9375em) {
                    html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div div:not(:first-child) a.tp_09 + a {
                      position: relative;
                      margin-left: 2.2rem; }
                      html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div div:not(:first-child) a.tp_09 + a::after {
                        border-left: 0.1rem solid #c1cbd0;
                        content: "";
                        height: 80%;
                        left: -1.15rem;
                        position: absolute;
                        top: 10%; }
                    html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div div:not(:first-child) a.tp_09 + a::after {
                      border-color: #282828; } }
            html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div p.social-icons {
              text-align: center;
              margin-bottom: 2rem; }
              html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div p.social-icons {
                position: relative;
                margin-top: 3rem; }
                html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div p.social-icons::after {
                  border-top: 0.1rem solid #c1cbd0;
                  content: "";
                  width: 100%;
                  top: -1.55rem;
                  position: absolute;
                  left: 0%; }
              @media screen and (min-width: 40em) {
                html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div p.social-icons {
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  right: 0;
                  margin: 0; }
                  html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div p.social-icons::after {
                    display: none; } }
              html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div p.social-icons a {
                margin: 1.25rem; }
            html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div p.tp_08, html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div p.tp_07 {
              font-family: "whitney_bookregular";
              font-size: 1.6rem;
              color: #282828;
              margin-bottom: 0rem; }
              @media screen and (min-width: 64em) {
                html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div p.tp_08, html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div p.tp_07 {
                  font-size: 2.2rem; } }
              @media screen and (min-width: 40em) {
                html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div p.tp_08, html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div p.tp_07 {
                  margin-bottom: .4rem; } }
              html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div p.tp_08 .icon, html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div p.tp_07 .icon {
                margin-bottom: 0.6rem; }
                @media screen and (min-width: 40em) and (max-width: 63.9375em) {
                  html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div p.tp_08 .icon, html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div p.tp_07 .icon {
                    margin-bottom: .4rem; } }
            html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div p.tp_06, html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div p.tp_04 {
              font-family: "whitney_scmedium";
              font-size: 1.8rem;
              line-height: 2.4rem;
              color: #282828;
              text-transform: lowercase;
              margin-bottom: 1.2rem; }
              @media screen and (min-width: 64em) {
                html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div p.tp_06, html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div p.tp_04 {
                  font-size: 2.2rem; } }
              @media screen and (max-width: 39.9375em) {
                html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div p.tp_06, html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div p.tp_04 {
                  font-size: 1.6rem; } }
              @media screen and (max-width: 39.9375em) {
                html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div p.tp_06, html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div p.tp_04 {
                  letter-spacing: 1px;
                  line-height: 1.6rem; } }
            html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div p.tp_09 {
              font-family: "whitney_bookregular";
              font-size: 1.6rem;
              color: #282828; }
              @media screen and (min-width: 64em) {
                html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div p.tp_09 {
                  font-size: 1.8rem;
                  line-height: 2.8rem; } }
              @media screen and (max-width: 39.9375em) {
                html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div p.tp_09 {
                  font-size: 1.4rem;
                  line-height: 1.9rem; } }
              @media screen and (max-width: 39.9375em) {
                html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div p.tp_09 {
                  letter-spacing: 1px;
                  margin-bottom: 1.8rem; } }
            html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div p:last-child {
              text-align: left;
              clear: both;
              line-height: 2.5rem; }
              @media screen and (max-width: 39.9375em) {
                html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div p:last-child {
                  font-size: 1.6rem;
                  margin-bottom: 6.2rem; } }
              @media screen and (min-width: 40em) {
                html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div p:last-child {
                  line-height: 3rem; } }
            html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div .overlay-only {
              display: block; }
            html.IGv2 .personnel-bio-overlay .slick-list .slick-track .carousel-slides > div .overlay-hide {
              display: none; }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 .personnel-bio-overlay .slick-arrow {
        display: none !important; } }
    html.IGv2 .personnel-bio-overlay .slick-arrow.carousel-prev {
      left: 0; }
    html.IGv2 .personnel-bio-overlay .slick-arrow.carousel-next {
      right: 0; }
  html.IGv2 .team .info-toggle-content .columns {
    float: none;
    display: inline-block;
    vertical-align: top;
    padding-left: 3rem;
    padding-right: 3rem; }
    html.IGv2 .team .info-toggle-content .columns:nth-last-child(odd) {
      margin: 0 auto;
      float: none; }
  html.IGv2 .section.video {
    padding-top: 3.8rem;
    /*background: linear-gradient(to bottom, #fbf7eb, #fbf7eb 36%, white 36%);*/ }
    @media screen and (min-width: 40em) {
      html.IGv2 .section.video {
        padding-top: 6.7rem; } }
    html.IGv2 .section.video .row {
      max-width: 790px;
      margin: 0 auto; }
      html.IGv2 .section.video .row + .row a:hover {
        text-decoration: underline; }
      html.IGv2 .section.video .row + .row .columns + .columns {
        margin-top: 1.6rem;
        margin-bottom: 5.5rem; }
        @media screen and (min-width: 40em) {
          html.IGv2 .section.video .row + .row .columns + .columns {
            margin-top: 1.3rem;
            margin-bottom: 1.6rem; } }
  html.IGv2 .section.organizations h2 {
    margin-bottom: 1.6rem; }
    @media screen and (min-width: 40em) {
      html.IGv2 .section.organizations h2 {
        text-align: center;
        margin-top: 4.1rem;
        margin-bottom: 3.1rem; } }
  html.IGv2 .section.organizations .info-toggle-content .columns {
    text-align: center; }
    @media (max-width: 730px) {
      html.IGv2 .section.organizations .info-toggle-content .columns {
        max-width: 47rem;
        margin: 0 auto;
        float: none; } }
  html.IGv2 .section.organizations ul {
    margin: 0 0 3.7rem;
    list-style: outside none none;
    text-align: center;
    -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    display: inline;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 .section.organizations ul {
        margin-bottom: 1.3rem;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        display: inline-block; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      html.IGv2 .section.organizations ul {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        display: inline-block; } }
    html.IGv2 .section.organizations ul li {
      padding: 2.5rem 1rem;
      padding-right: 4rem;
      display: inline; }
      html.IGv2 .section.organizations ul li:last-child {
        padding-right: 0; }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        html.IGv2 .section.organizations ul li {
          display: inline; } }
      @media screen and (max-width: 39.9375em) {
        html.IGv2 .section.organizations ul li img {
          max-width: 20%;
          min-width: 10rem;
          padding: 2.5rem 1rem; } }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        html.IGv2 .section.organizations ul li img {
          width: 10%;
          min-width: 8rem; } }
      @media screen and (min-width: 64em) {
        html.IGv2 .section.organizations ul li img {
          width: 8rem; } }
  html.IGv2 .section.careers {
    background-color: #c9ddf9; }
    html.IGv2 .section.careers .info-toggle-content {
      height: auto !important; }
    html.IGv2 .section.careers .row .row {
      margin: 0; }
      html.IGv2 .section.careers .row .row:first-child {
        max-width: 86.5rem;
        margin: 0 auto 10.1rem; }
        @media screen and (max-width: 39.9375em) {
          html.IGv2 .section.careers .row .row:first-child {
            margin-bottom: 7rem; } }
        html.IGv2 .section.careers .row .row:first-child .outline-btn {
          margin-top: 3.6rem; }
          @media screen and (max-width: 39.9375em) {
            html.IGv2 .section.careers .row .row:first-child .outline-btn {
              width: 100%;
              margin-top: 1.9rem; } }
      html.IGv2 .section.careers .row .row:not(:first-child):not(:nth-child(2)):not(:nth-child(6)) {
        margin: 0 auto 10.1rem; }
        @media screen and (max-width: 39.9375em) {
          html.IGv2 .section.careers .row .row:not(:first-child):not(:nth-child(2)):not(:nth-child(6)) {
            margin-bottom: 3.7rem; } }
        html.IGv2 .section.careers .row .row:not(:first-child):not(:nth-child(2)):not(:nth-child(6)) .columns {
          position: relative; }
          @media screen and (min-width: 40em) {
            html.IGv2 .section.careers .row .row:not(:first-child):not(:nth-child(2)):not(:nth-child(6)) .columns {
              padding-right: 2rem; } }
          @media screen and (min-width: 75em) {
            html.IGv2 .section.careers .row .row:not(:first-child):not(:nth-child(2)):not(:nth-child(6)) .columns {
              padding-right: 12rem; } }
          html.IGv2 .section.careers .row .row:not(:first-child):not(:nth-child(2)):not(:nth-child(6)) .columns .illustration {
            margin-bottom: 3.1rem;
            display: block; }
            @media screen and (min-width: 64em) {
              html.IGv2 .section.careers .row .row:not(:first-child):not(:nth-child(2)):not(:nth-child(6)) .columns .illustration {
                margin-bottom: 0;
                position: absolute;
                top: .5rem;
                left: 0; }
                html.IGv2 .section.careers .row .row:not(:first-child):not(:nth-child(2)):not(:nth-child(6)) .columns .illustration + h4, html.IGv2 .section.careers .row .row:not(:first-child):not(:nth-child(2)):not(:nth-child(6)) .columns .illustration + h4 + p {
                  margin-left: 17.7rem; } }
          @media screen and (max-width: 39.9375em) {
            html.IGv2 .section.careers .row .row:not(:first-child):not(:nth-child(2)):not(:nth-child(6)) .columns p {
              font-size: 1.6rem;
              line-height: 2.4rem; } }
          @media screen and (max-width: 39.9375em) {
            html.IGv2 .section.careers .row .row:not(:first-child):not(:nth-child(2)):not(:nth-child(6)) .columns + .columns {
              margin-top: 3.7rem; } }
          @media screen and (min-width: 40em) {
            html.IGv2 .section.careers .row .row:not(:first-child):not(:nth-child(2)):not(:nth-child(6)) .columns + .columns {
              left: 1.5rem; } }
      html.IGv2 .section.careers .row .row:not(:first-child):not(:nth-child(2)):nth-child(5) {
        max-width: 79rem;
        padding-top: .3rem;
        margin: 0 auto;
        margin-bottom: 5rem; }
        html.IGv2 .section.careers .row .row:not(:first-child):not(:nth-child(2)):nth-child(5) .columns {
          margin: 0 auto;
          padding-right: 0; }
          @media screen and (max-width: 39.9375em) {
            html.IGv2 .section.careers .row .row:not(:first-child):not(:nth-child(2)):nth-child(5) .columns p {
              font-size: 2.2rem;
              line-height: 3rem; } }
          @media screen and (min-width: 40em) and (max-width: 63.9375em) {
            html.IGv2 .section.careers .row .row:not(:first-child):not(:nth-child(2)):nth-child(5) .columns p {
              font-size: 2.2rem;
              line-height: 3rem; } }
          html.IGv2 .section.careers .row .row:not(:first-child):not(:nth-child(2)):nth-child(5) .columns .outline-btn {
            margin-top: 2.9rem; }
            @media screen and (max-width: 39.9375em) {
              html.IGv2 .section.careers .row .row:not(:first-child):not(:nth-child(2)):nth-child(5) .columns .outline-btn {
                margin-top: 0; } }
          @media screen and (max-width: 39.9375em) {
            html.IGv2 .section.careers .row .row:not(:first-child):not(:nth-child(2)):nth-child(5) .columns + .columns {
              margin-top: 1.8rem; } }
          @media screen and (max-width: 39.9375em) {
            html.IGv2 .section.careers .row .row:not(:first-child):not(:nth-child(2)):nth-child(5) .columns:last-child .outline-btn {
              margin-top: 1.7rem;
              margin-bottom: 1.7rem; } }
          @media screen and (min-width: 40em) {
            html.IGv2 .section.careers .row .row:not(:first-child):not(:nth-child(2)):nth-child(5) .columns:last-child .outline-btn {
              right: 0;
              left: 2.3rem; } }
    html.IGv2 .section.careers h3.tp_05 {
      color: #282828;
      letter-spacing: 1px;
      text-align: center;
      margin-bottom: 6rem; }
      @media screen and (max-width: 39.9375em) {
        html.IGv2 .section.careers h3.tp_05 {
          margin-bottom: 3.6rem; } }
    html.IGv2 .section.careers h4 {
      margin-bottom: 1.2rem; }
      @media screen and (min-width: 64em) {
        html.IGv2 .section.careers h4 {
          margin-bottom: .9rem;
          line-height: 4.8rem; } }
    html.IGv2 .section.careers p.tp_09 {
      line-height: 3rem; }
    @media screen and (min-width: 40em) {
      html.IGv2 .section.careers .form-actions div:nth-child(1) {
        text-align: right;
        padding-right: 2.5rem; }
      html.IGv2 .section.careers .form-actions div:nth-child(2) {
        text-align: left;
        padding-left: 2.5rem; } }
  html.IGv2 .section.events .info-toggle-content .row {
    margin: 0 auto;
    height: 100%; }
    @media screen and (min-width: 40em) {
      html.IGv2 .section.events .info-toggle-content .row {
        display: -ms-flexbox;
        display: flex; } }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 .section.events .info-toggle-content .row:first-child {
        margin-bottom: 1.9rem; } }
    html.IGv2 .section.events .info-toggle-content .row:last-child {
      margin-bottom: 7rem; }
      @media screen and (max-width: 39.9375em) {
        html.IGv2 .section.events .info-toggle-content .row:last-child {
          margin-bottom: 1rem; } }
    html.IGv2 .section.events .info-toggle-content .row .columns {
      padding-bottom: 5.4rem;
      position: relative; }
      @media screen and (max-width: 39.9375em) {
        html.IGv2 .section.events .info-toggle-content .row .columns {
          padding-bottom: 4.8rem; }
          html.IGv2 .section.events .info-toggle-content .row .columns:last-child {
            padding-bottom: 0; } }
      @media screen and (min-width: 64em) {
        html.IGv2 .section.events .info-toggle-content .row .columns {
          padding-right: 8.0586rem; }
          html.IGv2 .section.events .info-toggle-content .row .columns + .columns {
            padding-left: 4.0293rem;
            padding-right: 4.0293rem; }
            html.IGv2 .section.events .info-toggle-content .row .columns + .columns:last-child {
              padding-right: 0;
              padding-left: 8.0586rem; } }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        html.IGv2 .section.events .info-toggle-content .row .columns {
          padding-right: 3.996rem; }
          html.IGv2 .section.events .info-toggle-content .row .columns + .columns {
            padding-left: 1.998rem;
            padding-right: 1.998rem; }
            html.IGv2 .section.events .info-toggle-content .row .columns + .columns:last-child {
              padding-right: 0;
              padding-left: 3.996rem; } }
      html.IGv2 .section.events .info-toggle-content .row .columns .illustration {
        display: block;
        margin: 0 auto 5.5rem; }
        @media screen and (max-width: 39.9375em) {
          html.IGv2 .section.events .info-toggle-content .row .columns .illustration {
            margin-bottom: 2.5rem; } }
        @media screen and (min-width: 64em) {
          html.IGv2 .section.events .info-toggle-content .row .columns .illustration {
            max-width: 22.6rem;
            width: 100%;
            height: auto; } }
      html.IGv2 .section.events .info-toggle-content .row .columns p {
        font-family: "whitney_bookregular";
        font-size: 1.6rem;
        color: #282828; }
        @media screen and (min-width: 64em) {
          html.IGv2 .section.events .info-toggle-content .row .columns p {
            font-size: 1.8rem;
            line-height: 2.8rem; } }
        @media screen and (max-width: 39.9375em) {
          html.IGv2 .section.events .info-toggle-content .row .columns p {
            font-size: 1.4rem;
            line-height: 1.9rem; } }
        html.IGv2 .section.events .info-toggle-content .row .columns p {
          line-height: 3rem; }
          @media screen and (max-width: 39.9375em) {
            html.IGv2 .section.events .info-toggle-content .row .columns p {
              font-size: 1.6rem;
              line-height: 2.5rem; } }
        html.IGv2 .section.events .info-toggle-content .row .columns p + p {
          margin-top: 3rem; }
          @media screen and (max-width: 39.9375em) {
            html.IGv2 .section.events .info-toggle-content .row .columns p + p {
              margin-top: 2.5rem; } }
          html.IGv2 .section.events .info-toggle-content .row .columns p + p + p {
            margin-top: -1rem; }
      html.IGv2 .section.events .info-toggle-content .row .columns .underline-link {
        font-family: "whitney_scmedium";
        font-size: 1.4rem;
        color: white;
        text-transform: lowercase;
        letter-spacing: 1px; }
        @media screen and (min-width: 64em) {
          html.IGv2 .section.events .info-toggle-content .row .columns .underline-link {
            font-size: 1.6rem; } }
        html.IGv2 .section.events .info-toggle-content .row .columns .underline-link {
          color: #282828; }
  @media screen and (min-width: 40em) {
    html.IGv2 .section.events .medium-4.event:first-child:nth-last-child(2),
    html.IGv2 .section.events .medium-4.event:first-child:nth-last-child(2) ~ .medium-4.event {
      width: 50%; } }
  @media screen and (min-width: 40em) {
    html.IGv2 .section.events .medium-4.event:only-child {
      width: 100%;
      padding-right: 0;
      margin: 0 auto;
      float: none;
      padding-right: 0; }
      html.IGv2 .section.events .medium-4.event:only-child .event-illustration {
        width: 28%;
        float: left; }
      html.IGv2 .section.events .medium-4.event:only-child .illustration {
        float: right; }
      html.IGv2 .section.events .medium-4.event:only-child .event-description {
        float: right;
        width: 66%; }
        html.IGv2 .section.events .medium-4.event:only-child .event-description .event-date {
          margin-top: 2rem;
          margin-bottom: 1rem; }
          html.IGv2 .section.events .medium-4.event:only-child .event-description .event-date p {
            margin-top: 0;
            margin-bottom: 0; } }
  html.IGv2 .section.associations {
    padding-bottom: 10rem; }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 .section.associations {
        padding-bottom: 2rem; } }
    html.IGv2 .section.associations h2 {
      margin-bottom: 1.5rem; }
      @media screen and (min-width: 40em) {
        html.IGv2 .section.associations h2 {
          margin-bottom: 3.8rem; } }
    html.IGv2 .section.associations h3 {
      margin-bottom: 2rem;
      font-family: "whitney_scmedium";
      font-size: 1.8rem;
      line-height: 1.8rem;
      color: #282828;
      text-transform: lowercase; }
      @media screen and (min-width: 40em) {
        html.IGv2 .section.associations h3 {
          font-size: 2.8rem;
          line-height: 2.5rem; } }
      @media screen and (max-width: 39.9375em) {
        html.IGv2 .section.associations h3 {
          font-size: 1.4rem;
          line-height: 2.4rem; } }
      @media screen and (min-width: 40em) {
        html.IGv2 .section.associations h3 {
          font-size: 2.4rem;
          margin-bottom: 1.8rem; } }
    @media screen and (min-width: 40em) {
      html.IGv2 .section.associations .row:not(:first-child) {
        padding-left: 2.5rem; } }
  @media screen and (min-width: 40em) and (min-width: 64em) {
    html.IGv2 .section.associations .row:not(:first-child) {
      padding-left: 5rem; } }
  @media screen and (min-width: 40em) and (min-width: 75em) {
    html.IGv2 .section.associations .row:not(:first-child) {
      padding-left: 10.3rem; } }
    html.IGv2 .section.associations .row:not(:first-child) .columns {
      border-top: 1px solid #c1cbd0;
      padding: 1.1rem 0 1.5rem; }
      @media screen and (min-width: 40em) {
        html.IGv2 .section.associations .row:not(:first-child) .columns {
          padding: 3.6rem 1rem 2rem 2.5rem; } }
  @media screen and (min-width: 40em) and (min-width: 64em) {
    html.IGv2 .section.associations .row:not(:first-child) .columns {
      padding-left: 5rem;
      padding-right: 2rem; } }
  @media screen and (min-width: 40em) and (min-width: 75em) {
    html.IGv2 .section.associations .row:not(:first-child) .columns {
      padding-left: 10.3rem;
      padding-right: 3.5rem; } }
    html.IGv2 .section.associations .row:last-child .columns {
      border-bottom: 1px solid #c1cbd0;
      padding-bottom: 1.4rem; }
    html.IGv2 .section.associations .row .row {
      padding: 0;
      margin: 0; }
      html.IGv2 .section.associations .row .row .columns {
        border: none;
        padding: 0; }
    html.IGv2 .section.associations dl {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media screen and (min-width: 40em) {
        html.IGv2 .section.associations dl {
          padding-right: 5.3rem; } }
      html.IGv2 .section.associations dl dt {
        width: 75%; }
        @media screen and (max-width: 39.9375em) {
          html.IGv2 .section.associations dl dt {
            padding: 0;
            width: 66.666%; } }
        html.IGv2 .section.associations dl dt + dd {
          text-align: right;
          width: 25%;
          font-family: "whitney_bookregular";
          font-size: 1.6rem;
          color: #282828; }
          @media screen and (min-width: 64em) {
            html.IGv2 .section.associations dl dt + dd {
              font-size: 1.8rem;
              line-height: 2.8rem; } }
          @media screen and (max-width: 39.9375em) {
            html.IGv2 .section.associations dl dt + dd {
              font-size: 1.4rem;
              line-height: 1.9rem; } }
          html.IGv2 .section.associations dl dt + dd {
            font-family: "whitney_semiboldregular"; }
          @media screen and (max-width: 39.9375em) {
            html.IGv2 .section.associations dl dt + dd {
              padding: 0;
              width: 33.333%; } }
  html.IGv2 .section.inquiries {}
    html.IGv2 .section.inquiries h3 {
      text-transform: capitalize;
      margin-bottom: 2.6rem; }
      @media screen and (max-width: 39.9375em) {
        html.IGv2 .section.inquiries h3 {
          margin-bottom: 1.6rem; } }
      @media screen and (min-width: 64em) {
        html.IGv2 .section.inquiries h3 {
          line-height: 6rem; } }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 .section.inquiries .info-toggle-content > div {
        padding-top: .9rem;
        padding-bottom: 3.2rem; } }
    @media screen and (min-width: 40em) {
      html.IGv2 .section.inquiries .info-toggle-content > div {
        padding-top: 3.3rem;
        padding-bottom: 7.3rem; } }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 .section.inquiries .maps .columns:last-child h3 {
        max-width: 32rem;
        float: none;
        margin: 0 auto;
        text-align: center; } }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 .section.inquiries .maps .columns {
        margin-top: 1rem; } }
    html.IGv2 .section.inquiries .row .row {
      margin: 0; }
      html.IGv2 .section.inquiries .row .row .columns + .columns:last-child {
        padding-top: 0; }
      @media screen and (max-width: 39.9375em) {
        html.IGv2 .section.inquiries .row .row .columns + .columns {
          margin-top: 1.7rem; } }
      @media screen and (min-width: 40em) {
        html.IGv2 .section.inquiries .row .row .columns + .columns {
          padding-top: 1.1rem;
          padding-left: 1.7rem; } }
      html.IGv2 .section.inquiries .row .row + .row {
        margin-top: 10rem; }
        @media screen and (max-width: 39.9375em) {
          html.IGv2 .section.inquiries .row .row + .row {
            margin-top: 7.3rem; }
            html.IGv2 .section.inquiries .row .row + .row:last-child {
              margin-top: 1rem; } }
      html.IGv2 .section.inquiries .row .row:last-child {
        padding-top: 3rem; }
        html.IGv2 .section.inquiries .row .row:last-child .dropdown.menu > li.is-dropdown-submenu-parent span {
          position: relative; }
          html.IGv2 .section.inquiries .row .row:last-child .dropdown.menu > li.is-dropdown-submenu-parent span .fa {
            position: absolute;
            left: -2rem;
            top: 50%;
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            margin-top: .2rem; }
      html.IGv2 .section.inquiries .row .row .columns {
        padding-top: 0; }
        @media screen and (min-width: 40em) and (max-width: 63.9375em) {
          html.IGv2 .section.inquiries .row .row .columns:first-child {
            padding-right: 3.5rem; } }
        @media screen and (min-width: 64em) {
          html.IGv2 .section.inquiries .row .row .columns:first-child {
            padding-right: 7rem; } }
    html.IGv2 .section.inquiries .dropdown {
      float: right; }
      @media screen and (max-width: 39.9375em) {
        html.IGv2 .section.inquiries .dropdown {
          float: none; } }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        html.IGv2 .section.inquiries .dropdown {
          float: none; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      html.IGv2 .section.inquiries .contact {
        text-align: center;
        margin-top: 6rem !important; } }
    html.IGv2 .section.inquiries .contact .contact-numbers-btn .outline-btn {
      padding-left: 4rem; }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 .section.inquiries .contact .contact-numbers-btn {
        margin-left: auto;
        margin-right: auto;
        float: none;
        width: 29rem; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      html.IGv2 .section.inquiries .contact .contact-numbers-btn {
        padding-right: 0 !important;
        margin-left: auto;
        margin-right: auto;
        float: none;
        max-width: 28rem; } }
    html.IGv2 .section.inquiries .contact .contact-numbers-btn .is-dropdown-submenu {
      right: auto; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      html.IGv2 .section.inquiries .contact .email {
        padding-left: 0 !important; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      html.IGv2 .section.inquiries .contact .email:after {
        height: 0 !important; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      html.IGv2 .section.inquiries .contact .columns:last-child {
        margin-top: 2rem; } }
    html.IGv2 .section.inquiries .contact .columns:last-child {
      position: relative;
      margin-left: 0; }
      html.IGv2 .section.inquiries .contact .columns:last-child::after {
        border-left: 0.2rem solid #c1cbd0;
        content: "";
        height: 130%;
        left: -0.1rem;
        position: absolute;
        top: -15%; }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 .section.inquiries .contact .columns:last-child {
        margin-top: 4.2rem;
        text-align: center;
        margin-top: 2rem; } }
  @media screen and (max-width: 39.9375em) and (min-width: 40em) and (max-width: 63.9375em) {
    html.IGv2 .section.inquiries .contact .columns:last-child {
      padding-left: 2.5rem; } }
  @media screen and (max-width: 39.9375em) and (min-width: 64em) {
    html.IGv2 .section.inquiries .contact .columns:last-child {
      padding-left: 5rem; } }
  @media screen and (max-width: 39.9375em) and (min-width: 40em) and (max-width: 63.9375em) {
    html.IGv2 .section.inquiries .contact .columns:last-child a {
      line-height: 33px; } }
    @media screen and (max-width: 39.9375em) {
        html.IGv2 .section.inquiries .contact .columns:last-child a:hover {
          text-decoration: underline; }
        html.IGv2 .section.inquiries .contact .columns:last-child::after {
          display: none; }
        html.IGv2 .section.inquiries .contact .columns:last-child h2 {
          margin-bottom: 0.2rem;
          font-weight: 400;
          display: block;
          font-family: "whitney_scmedium";
          font-size: 1.4rem;
          text-transform: lowercase;
          letter-spacing: 1px; } }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 .section.inquiries .is-submenu-item.is-dropdown-submenu-item a {
        padding: 0; } }
  html.IGv2 .section.cta {
    text-align: center;
    background-color: #edf4fd;
    padding-bottom: 6.2rem; }
    html.IGv2 .section.cta .row:nth-child(2) {
      margin: 0 auto;
      max-width: 87rem; }
      html.IGv2 .section.cta .row:nth-child(2) .columns {
        text-align: left; }
    @media screen and (min-width: 40em) {
      html.IGv2 .section.cta {
        padding-top: 4rem;
        padding-bottom: 8.4rem; } }
    html.IGv2 .section.cta h2 {
      letter-spacing: 1px;
      margin-bottom: 5.2rem; }
      @media screen and (max-width: 39.9375em) {
        html.IGv2 .section.cta h2 {
          margin-bottom: 2.7rem; } }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 .section.cta p {
        font-size: 2.2rem;
        line-height: 2.8rem;
        text-align: left; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      html.IGv2 .section.cta p {
        font-size: 2.2rem;
        line-height: 2.8rem; } }
    html.IGv2 .section.cta .tp_07 {
      text-align: center; }
    html.IGv2 .section.cta .outline-btn {
      margin-top: 5.3rem;
      width: auto; }
      @media screen and (max-width: 39.9375em) {
        html.IGv2 .section.cta .outline-btn {
          margin-top: 2.9rem; } }
      html.IGv2 .section.cta .outline-btn:hover {
        background-color: transparent;
        color: #0073cf; }
  html.IGv2 .section.find-an-advisor {
    background-color: #f1f7f7; }
    html.IGv2 .section.find-an-advisor .row .columns:nth-child(2) {
      max-width: 52rem; }
    @media screen and (min-width: 64em) {
      html.IGv2 .section.find-an-advisor {
        padding-top: 7rem;
        padding-bottom: 7rem; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      html.IGv2 .section.find-an-advisor {
        padding-top: 7rem;
        padding-bottom: 7rem; } }
    html.IGv2 .section.find-an-advisor .illustration {
      float: right;
      margin-right: 5rem; }
      @media screen and (max-width: 39.9375em) {
        html.IGv2 .section.find-an-advisor .illustration {
          margin: 0 auto;
          float: none; } }
    html.IGv2 .section.find-an-advisor .medium-8 {
      float: left; }
    html.IGv2 .section.find-an-advisor .outline-btn {
      margin-top: 3rem; }
    html.IGv2 .section.find-an-advisor .tp_03 {
      margin-bottom: 1.5rem; }
    @media screen and (max-width: 39.9375em) {
      html.IGv2 .section.find-an-advisor .tp_03 {
        text-align: center; } }
  @media screen and (min-width: 40em) {
    html.IGv2 .advertisement .info-toggle-content .columns:nth-child(2) {
      float: left; }
    html.IGv2 .advertisement .illustration {
      float: right; } }
  html.IGv2 .advertisement, html.IGv2 .advertisement-video {
    background-color: #edf4fd; }
    html.IGv2 .advertisement .tp_03 br, html.IGv2 .advertisement-video .tp_03 br {
      display: none; }
    @media screen and (min-width: 40em) {
      html.IGv2 .advertisement .info-toggle-content .columns:nth-child(2), html.IGv2 .advertisement-video .info-toggle-content .columns:nth-child(2) {
        padding-left: 3.6rem; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      html.IGv2 .advertisement .tp_03 br, html.IGv2 .advertisement-video .tp_03 br {
        display: block; } }
  html.IGv2 .advertisement-video .video-wrapper {
    padding-bottom: 42.25%; }
  html.IGv2 .advertisement-video .info-toggle-content .columns:nth-child(1) a:hover {
    text-decoration: underline; }
  @media screen and (min-width: 64em) {
    html.IGv2 .section.trending .row + .row .columns + .columns {
      padding-right: 2.3rem; } }
  html.IGv2 .section.trending .row + .row .columns + .columns:nth-child(2) {
    text-align: right; }
  html.IGv2 .section.trending .row + .row .columns + .columns .outline-btn {
    margin-top: 7.4rem;
    margin-bottom: 2.2rem; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      html.IGv2 .section.trending .row + .row .columns + .columns .outline-btn {
        position: relative; } }
    @media screen and (min-width: 40em) {
      html.IGv2 .section.trending .row + .row .columns + .columns .outline-btn {
        margin-top: 11rem; } }
  @media screen and (max-width: 39.9375em) {
    html.IGv2 .section.trending .row + .row .columns + .columns:last-child {
      margin-top: .3rem; } }
  @media screen and (min-width: 64em) {
    html.IGv2 .section.trending .row + .row .columns + .columns:last-child {
      padding-right: 0;
      padding-left: 2.3rem; } }
  @media screen and (max-width: 39.9375em) {
    html.IGv2 .section.trending .row + .row .columns + .columns:last-child .outline-btn {
      margin-top: 0;
      margin-bottom: 4.9rem; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    html.IGv2 .section.trending .row + .row .columns + .columns:last-child .outline-btn {
      right: 0;
      left: 2.3rem; } }
  html.IGv2 .section.trending .info-toggle-content {
    height: auto !important; }
  html.IGv2 .homepage-carousel, html.IGv2 .personnel-bio-overlay {
    max-width: 91.4rem;
    margin: 0 auto; }
    html.IGv2 .homepage-carousel .carousel-slides, html.IGv2 .personnel-bio-overlay .carousel-slides {
      margin: 2rem 3rem 0;
      padding: 0 0 .2rem;
      width: 38.1rem; }
      @media screen and (min-width: 40em) {
        html.IGv2 .homepage-carousel .carousel-slides, html.IGv2 .personnel-bio-overlay .carousel-slides {
          margin: .8rem 3.8rem 0; } }
      html.IGv2 .homepage-carousel .carousel-slides h3, html.IGv2 .personnel-bio-overlay .carousel-slides h3 {
        font-family: "whitney_bookregular";
        font-size: 2.4rem;
        line-height: 3rem;
        color: #282828;
        margin-top: 1.8rem;
        margin-bottom: 1.2rem; }
        @media screen and (min-width: 64em) {
          html.IGv2 .homepage-carousel .carousel-slides h3, html.IGv2 .personnel-bio-overlay .carousel-slides h3 {
            font-size: 3.6rem;
            line-height: 4.6rem; } }
        @media screen and (min-width: 40em) {
          html.IGv2 .homepage-carousel .carousel-slides h3, html.IGv2 .personnel-bio-overlay .carousel-slides h3 {
            margin-top: 3.8rem;
            margin-bottom: 1.8rem; } }
      html.IGv2 .homepage-carousel .carousel-slides p, html.IGv2 .personnel-bio-overlay .carousel-slides p {
        font-family: "whitney_bookregular";
        font-size: 1.6rem;
        color: #282828; }
        @media screen and (min-width: 64em) {
          html.IGv2 .homepage-carousel .carousel-slides p, html.IGv2 .personnel-bio-overlay .carousel-slides p {
            font-size: 1.8rem;
            line-height: 2.8rem; } }
        @media screen and (max-width: 39.9375em) {
          html.IGv2 .homepage-carousel .carousel-slides p, html.IGv2 .personnel-bio-overlay .carousel-slides p {
            font-size: 1.4rem;
            line-height: 1.9rem; } }
        @media screen and (max-width: 39.9375em) {
          html.IGv2 .homepage-carousel .carousel-slides p, html.IGv2 .personnel-bio-overlay .carousel-slides p {
            font-size: 1.6rem;
            line-height: 2.5rem; } }
      @media screen and (min-width: 40em) {
        html.IGv2 .homepage-carousel .carousel-slides .underline-link, html.IGv2 .personnel-bio-overlay .carousel-slides .underline-link {
          margin-top: .2rem; } }
    html.IGv2 .homepage-carousel .slick-arrow, html.IGv2 .personnel-bio-overlay .slick-arrow {
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      z-index: 100;
      cursor: pointer; }
    html.IGv2 .homepage-carousel .slick-dots, html.IGv2 .personnel-bio-overlay .slick-dots {
      bottom: -5.1rem;
      left: 0; }
      @media screen and (min-width: 40em) {
        html.IGv2 .homepage-carousel .slick-dots, html.IGv2 .personnel-bio-overlay .slick-dots {
          bottom: -6.4rem; } }
      html.IGv2 .homepage-carousel .slick-dots li, html.IGv2 .personnel-bio-overlay .slick-dots li {
        width: 1rem;
        height: 1rem; }
        html.IGv2 .homepage-carousel .slick-dots li.slick-active button, html.IGv2 .personnel-bio-overlay .slick-dots li.slick-active button {
          background-color: #002e6e; }
        html.IGv2 .homepage-carousel .slick-dots li button, html.IGv2 .personnel-bio-overlay .slick-dots li button {
          background-color: #a7a6a4;
          border-radius: 50%;
          padding: 0;
          width: 100%;
          height: 100%; }
          html.IGv2 .homepage-carousel .slick-dots li button::before, html.IGv2 .personnel-bio-overlay .slick-dots li button::before {
            content: ""; }
  html.IGv2 .homepage-carousel {
    margin-bottom: 9rem; }
    html.IGv2 .homepage-carousel .slick-arrow.carousel-prev {
      left: 0; }
    html.IGv2 .homepage-carousel .slick-arrow.carousel-prev img{
      display: none; }
    html.IGv2 .homepage-carousel .slick-arrow.carousel-prev::after {
      content: '';
      display: block;
      position: relative;
      top: 5px;
      left: -14px;
      width: 24px;
      height: 24px;
      float: right;
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      -o-transform: rotate(-135deg);
      transform: rotate(-135deg);
      border-top: 3px solid #282828;
      border-right: 3px solid #282828;
    }
      @media screen and (min-width: 40em) {
        html.IGv2 .homepage-carousel .slick-arrow.carousel-prev {
          left: -2rem; } }
      @media screen and (min-width: 64em) {
        html.IGv2 .homepage-carousel .slick-arrow.carousel-prev {
          left: -6rem; } }
    html.IGv2 .homepage-carousel .slick-arrow.carousel-next {
      right: 0; }
    html.IGv2 .homepage-carousel .slick-arrow.carousel-next img{
      display: none; }
    html.IGv2 .homepage-carousel .slick-arrow.carousel-next::after {
      content: '';
      display: block;
      position: relative;
      top: 5px;
      left: -30px;
      width: 24px;
      height: 24px;
      float: right;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      border-top: 3px solid #282828;
      border-right: 3px solid #282828;
    }
      @media screen and (min-width: 40em) {
        html.IGv2 .homepage-carousel .slick-arrow.carousel-next {
          right: -2rem; } }
      @media screen and (min-width: 64em) {
        html.IGv2 .homepage-carousel .slick-arrow.carousel-next {
          right: -6rem; } }
  html.IGv2 .personnel-bio-overlay .slick-arrow.carousel-prev {
    left: 0; }
    @media screen and (min-width: 40em) {
      html.IGv2 .personnel-bio-overlay .slick-arrow.carousel-prev {
        left: 2rem; } }
    @media screen and (min-width: 64em) {
      html.IGv2 .personnel-bio-overlay .slick-arrow.carousel-prev {
        left: 6rem; } }
  html.IGv2 .personnel-bio-overlay .slick-arrow.carousel-next {
    right: 0; }
    @media screen and (min-width: 40em) {
      html.IGv2 .personnel-bio-overlay .slick-arrow.carousel-next {
        right: 2rem; } }
    @media screen and (min-width: 64em) {
      html.IGv2 .personnel-bio-overlay .slick-arrow.carousel-next {
        right: 6rem; } }
  html.IGv2 .consultant-overlay-bio {
    width: 100%; }
  html.IGv2 .block-link {
    cursor: pointer; }
    html.IGv2 .block-link:hover .portrait {
      border-color: transparent; }


      /* Rebrand Jan 8th, 2018 */

     /* Footer */

@media screen and (max-width:1024px) {
  .hide-for-small {
    display: none!important
  }
}

.footer-accordion{max-width:100%}
.site-footer{background:#001729;padding-top:22px;}
/*@media(min-width:1024px){.site-footer{padding-top:56px}
}*/
.site-footer a,.site-footer p{color:#fff}
.site-footer .footer-container{margin-left:40px;margin-right:40px}
@media(min-width:480px){.site-footer .footer-container{margin-left:86px;margin-right:80px}
}
.site-footer hr{border-color:#c9ddf9;margin:16px 40px 32px}
@media(min-width:1024px){.site-footer hr{margin-top:40px;margin-bottom:8px}
}
.site-footer .footer-back-to-top-button{border:1px solid #607c8d;border-radius:15px;display:block;padding:0 16px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto;text-decoration:none;text-transform:capitalize}
@media(min-width:768px){.site-footer .footer-back-to-top-button{padding:0 32px}
}
.site-footer .footer-back-to-top-button:after{content:"";position:relative;top:2.5px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-left:12px;width:12px;height:12px;border-bottom:1px solid;border-right:1px solid;-webkit-transform:rotate(225deg) translateZ(0);transform:rotate(225deg) translateZ(0);transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out}
.site-footer .footer-back-to-top-button:focus:after,.site-footer .footer-back-to-top-button:hover:after{-webkit-transform:rotate(225deg) translate3d(2px,2px,0);transform:rotate(225deg) translate3d(2px,2px,0)}
@media(min-width:1024px){.site-footer .footer-navigation .columns{text-align:center}
}
.site-footer .footer-navigation .accordion{background:0;border:0;margin:0 auto}
.site-footer .footer-navigation .accordion .accordion-item{border-bottom:1px solid #607c8d}
@media(min-width:1024px){.site-footer .footer-navigation .accordion .accordion-item{border-bottom:0}
}
.site-footer .footer-navigation .accordion .accordion-item .accordion-title{padding:20px 0;border:0;border-bottom:1px solid transparent;font-size:14px;/*font-family:WhitneySemibold;*/color:#fff}
.site-footer .footer-navigation .accordion .accordion-item .accordion-title:before{top:40%}
@media(min-width:1024px){.site-footer .footer-navigation .accordion .accordion-item .accordion-title{font-family:WhitneyBook;pointer-events:none;border:0;font-size:16px;padding-bottom:35px}
}
.site-footer .footer-navigation .accordion .accordion-item .accordion-title:focus,.site-footer .footer-navigation .accordion .accordion-item .accordion-title:hover{background:0}
.site-footer .footer-navigation .accordion .accordion-item .accordion-title:before{content:"";display:block;margin:0 auto;width:8px;height:8px;border:0;border-bottom:1px solid;border-right:1px solid;-webkit-transform-origin:center middle;transform-origin:center middle;-webkit-transform:rotate(45deg) translateZ(0);transform:rotate(45deg) translateZ(0);transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out;right:5px;color:#c9ddf9}
@media(min-width:1024px){.site-footer .footer-navigation .accordion .accordion-item .accordion-title:before{display:none}
}
.site-footer .footer-navigation .accordion .accordion-item.is-active .accordion-title{border-bottom:1px solid #607c8d}
.site-footer .footer-navigation .accordion .accordion-item.is-active .accordion-title:before{-webkit-transform:rotate(225deg) translateZ(0);transform:rotate(225deg) translateZ(0)}
.site-footer .footer-navigation .accordion .accordion-item .accordion-content{background:0;border:0;padding-left:0;padding-right:0;width:auto;float:none;text-align:left}
@media(min-width:1024px){.site-footer .footer-navigation .accordion .accordion-item .accordion-content{display:inline-block !important}
}
.site-footer .footer-navigation .accordion .accordion-item .accordion-content li{color:#fff;font-weight:700 !important;}
.site-footer .footer-navigation .accordion .accordion-item .accordion-content li a{color:#fff;font-weight:200;padding:1.5rem 1.8rem}
.site-footer .footer-navigation .accordion .accordion-item .accordion-content li a:before{content:"\00a0";width:18px;display:inline-block;border-left:2px solid transparent;left:1rem;position:absolute}
.site-footer .footer-navigation .accordion .accordion-item .accordion-content li a:hover{background:transparent;text-decoration:none}
.site-footer .footer-navigation .accordion .accordion-item .accordion-content li a:hover:before{border-left:2px solid #fff}
@media(min-width:1024px){.site-footer .footer-navigation .accordion .accordion-item .accordion-content li a{padding-left:0}
.site-footer .footer-navigation .accordion .accordion-item .accordion-content li a:before{display:none}
.site-footer .footer-navigation .accordion .accordion-item .accordion-content li a:hover{background:0;text-decoration:underline;color:#fff}
.site-footer .footer-navigation .accordion .accordion-item .accordion-content li a:hover:before{border:0}
}
.site-footer .footer-social-media{padding-top:32px;padding-bottom:32px;max-width:300px}
@media(min-width:1024px){.site-footer .footer-social-media{padding-top:0}
}
.site-footer .social-media,.site-footer .social-media ul{margin-left:auto;margin-right:auto}
.site-footer .social-media ul{display:table}
.site-footer .social-media ul li{display:table-cell;width:50px;position:relative}
.site-footer .social-media ul li a{margin-left:auto;margin-right:auto;padding:16px;border:2px solid transparent;border-radius:50%;width:48px;height:48px}
.site-footer .social-media ul li a:hover{border-color:#c9ddf9}
.site-footer .social-media ul li svg{margin-left:auto;margin-right:auto;position:absolute;top:25%;right:25%;width:24px;fill:#fff}
@media(min-width:375px){.site-footer .social-media ul li svg{left:25%}
}
@media(min-width:1024px){.site-footer .footer-copyright{padding-right:0;padding-left:0}
}
.site-footer .footer-copyright .footer-copyright-border-top .grid-x{margin-left:auto;margin-right:auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}
@media(min-width:1024px){.site-footer .footer-copyright .footer-copyright-border-top .grid-x{border-top:1px solid #607c8d}
}
.site-footer .footer-copyright .footer-copyright-border-top .grid-x .cell{padding-top:10px;padding-bottom:10px;border-top:1px solid #607c8d;line-height:normal;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
@media(min-width:1024px){.site-footer .footer-copyright .footer-copyright-border-top .grid-x .cell{width:auto;border-top:0;padding-left:0;padding-right:0;vertical-align:top;display:inline-block;float:none}
}
.site-footer .footer-copyright .footer-copyright-border-top .grid-x .cell:not(:first-child){max-width:80%}
@media(min-width:1024px){.site-footer .footer-copyright .footer-copyright-border-top .grid-x .cell:not(:first-child){max-width:100%;margin:0}
}
.site-footer .footer-copyright .footer-copyright-border-top .grid-x .cell ul{margin-left:auto;margin-right:auto;display:inline-block;color:#c9ddf9}
.site-footer .footer-copyright .footer-copyright-border-top .grid-x .cell ul li{display:table-cell;line-height:20px;padding:3px 18px;font-size:12px}
.site-footer .footer-copyright .footer-copyright-border-top .grid-x .cell ul li:not(:last-child){border-right:1px solid #607c8d}

.site-footer .footer-copyright .footer-copyright-border-top .grid-x .cell:last-child ul li:last-child{border-right: none !important}

@media(min-width:1024px){.site-footer .footer-copyright .footer-copyright-border-top .grid-x .cell ul li{padding-top:0;padding-bottom:0;border-right:1px solid #607c8d}
}
.site-footer .footer-copyright .footer-copyright-border-top .grid-x .cell ul li a{line-height:20px;padding:0;color:#c9ddf9;font-size:12px;}
.site-footer .footer-copyright .footer-copyright-border-top .grid-x .cell ul li a:hover{text-decoration:underline}
/*.site-footer .accordion-content .accordion-title { text-transform: uppercase; font-size: 24px; }*/
.site-footer li, .site-footer a, .site-footer p { font-family: "WhitneyBook", sans-serif; font-size: 16px; }
.site-footer .footer-navigation .accordion .accordion-item .accordion-content li { font-family: "WhitneyBook", sans-serif; font-size: 16px; font-weight: 400;}

/* Grid */

.grid-container {
  max-width: 75rem;
  margin: 0 auto
}

.grid-container-padded {
  padding-left: .625rem;
  padding-right: .625rem
}

@media print,
screen and (min-width:40em) {
  .grid-container-padded {
    padding-left: .9375rem;
    padding-right: .9375rem
  }
}

@media screen and (min-width:75em) {
  .grid-container-padded {
    padding-left: 0;
    padding-right: 0
  }
}

.grid-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}

.cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%
}

.cell.auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px
}

.cell.shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.grid-x>.auto,
.grid-x>.shrink {
  width: auto
}

.grid-x>small-1,
.grid-x>small-2,
.grid-x>small-3,
.grid-x>small-4,
.grid-x>small-5,
.grid-x>small-6,
.grid-x>small-7,
.grid-x>small-8,
.grid-x>small-9,
.grid-x>small-10,
.grid-x>small-11,
.grid-x>small-12,
.grid-x>small-full,
.grid-x>small-shrink {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto
}

@media print,
screen and (min-width:40em) {
  .grid-x>medium-1,
  .grid-x>medium-2,
  .grid-x>medium-3,
  .grid-x>medium-4,
  .grid-x>medium-5,
  .grid-x>medium-6,
  .grid-x>medium-7,
  .grid-x>medium-8,
  .grid-x>medium-9,
  .grid-x>medium-10,
  .grid-x>medium-11,
  .grid-x>medium-12,
  .grid-x>medium-full,
  .grid-x>medium-shrink {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}

@media print,
screen and (min-width:64em) {
  .grid-x>large-1,
  .grid-x>large-2,
  .grid-x>large-3,
  .grid-x>large-4,
  .grid-x>large-5,
  .grid-x>large-6,
  .grid-x>large-7,
  .grid-x>large-8,
  .grid-x>large-9,
  .grid-x>large-10,
  .grid-x>large-11,
  .grid-x>large-12,
  .grid-x>large-full,
  .grid-x>large-shrink {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}

.grid-x>.small-1 {
  width: 8.33333%
}

.grid-x>.small-2 {
  width: 16.66667%
}

.grid-x>.small-3 {
  width: 25%
}

.grid-x>.small-4 {
  width: 33.33333%
}

.grid-x>.small-5 {
  width: 41.66667%
}

.grid-x>.small-6 {
  width: 50%
}

.grid-x>.small-7 {
  width: 58.33333%
}

.grid-x>.small-8 {
  width: 66.66667%
}

.grid-x>.small-9 {
  width: 75%
}

.grid-x>.small-10 {
  width: 83.33333%
}

.grid-x>.small-11 {
  width: 91.66667%
}

.grid-x>.small-12 {
  width: 100%
}

@media print,
screen and (min-width:40em) {
  .grid-x>.medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto
  }
  .grid-x>.medium-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }
  .grid-x>.medium-1 {
    width: 8.33333%
  }
  .grid-x>.medium-2 {
    width: 16.66667%
  }
  .grid-x>.medium-3 {
    width: 25%
  }
  .grid-x>.medium-4 {
    width: 33.33333%
  }
  .grid-x>.medium-5 {
    width: 41.66667%
  }
  .grid-x>.medium-6 {
    width: 50%
  }
  .grid-x>.medium-7 {
    width: 58.33333%
  }
  .grid-x>.medium-8 {
    width: 66.66667%
  }
  .grid-x>.medium-9 {
    width: 75%
  }
  .grid-x>.medium-10 {
    width: 83.33333%
  }
  .grid-x>.medium-11 {
    width: 91.66667%
  }
  .grid-x>.medium-12 {
    width: 100%
  }
}

@media print,
screen and (min-width:64em) {
  .grid-x>.large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto
  }
  .grid-x>.large-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }
  .grid-x>.large-1 {
    width: 8.33333%
  }
  .grid-x>.large-2 {
    width: 16.66667%
  }
  .grid-x>.large-3 {
    width: 25%
  }
  .grid-x>.large-4 {
    width: 33.33333%
  }
  .grid-x>.large-5 {
    width: 41.66667%
  }
  .grid-x>.large-6 {
    width: 50%
  }
  .grid-x>.large-7 {
    width: 58.33333%
  }
  .grid-x>.large-8 {
    width: 66.66667%
  }
  .grid-x>.large-9 {
    width: 75%
  }
  .grid-x>.large-10 {
    width: 83.33333%
  }
  .grid-x>.large-11 {
    width: 91.66667%
  }
  .grid-x>.large-12 {
    width: 100%
  }
}

.grid-margin-x:not(.grid-x)>.cell {
  width: auto
}

.grid-margin-y:not(.grid-y)>.cell {
  height: auto
}

.grid-margin-x {
  margin-left: -.625rem;
  margin-right: -.625rem
}

@media print,
screen and (min-width:40em) {
  .grid-margin-x {
    margin-left: -.9375rem;
    margin-right: -.9375rem
  }
}

.grid-margin-x>.cell {
  width: calc(100% - 1.25rem);
  margin-left: .625rem;
  margin-right: .625rem
}

@media print,
screen and (min-width:40em) {
  .grid-margin-x>.cell {
    width: calc(100% - 1.875rem);
    margin-left: .9375rem;
    margin-right: .9375rem
  }
}

.grid-margin-x>.auto,
.grid-margin-x>.shrink {
  width: auto
}

.grid-margin-x>.small-1 {
  width: calc(8.33333% - 1.25rem)
}

.grid-margin-x>.small-2 {
  width: calc(16.66667% - 1.25rem)
}

.grid-margin-x>.small-3 {
  width: calc(25% - 1.25rem)
}

.grid-margin-x>.small-4 {
  width: calc(33.33333% - 1.25rem)
}

.grid-margin-x>.small-5 {
  width: calc(41.66667% - 1.25rem)
}

.grid-margin-x>.small-6 {
  width: calc(50% - 1.25rem)
}

.grid-margin-x>.small-7 {
  width: calc(58.33333% - 1.25rem)
}

.grid-margin-x>.small-8 {
  width: calc(66.66667% - 1.25rem)
}

.grid-margin-x>.small-9 {
  width: calc(75% - 1.25rem)
}

.grid-margin-x>.small-10 {
  width: calc(83.33333% - 1.25rem)
}

.grid-margin-x>.small-11 {
  width: calc(91.66667% - 1.25rem)
}

.grid-margin-x>.small-12 {
  width: calc(100% - 1.25rem)
}

@media print,
screen and (min-width:40em) {
  .grid-margin-x>.auto,
  .grid-margin-x>.shrink {
    width: auto
  }
  .grid-margin-x>.small-1 {
    width: calc(8.33333% - 1.875rem)
  }
  .grid-margin-x>.small-2 {
    width: calc(16.66667% - 1.875rem)
  }
  .grid-margin-x>.small-3 {
    width: calc(25% - 1.875rem)
  }
  .grid-margin-x>.small-4 {
    width: calc(33.33333% - 1.875rem)
  }
  .grid-margin-x>.small-5 {
    width: calc(41.66667% - 1.875rem)
  }
  .grid-margin-x>.small-6 {
    width: calc(50% - 1.875rem)
  }
  .grid-margin-x>.small-7 {
    width: calc(58.33333% - 1.875rem)
  }
  .grid-margin-x>.small-8 {
    width: calc(66.66667% - 1.875rem)
  }
  .grid-margin-x>.small-9 {
    width: calc(75% - 1.875rem)
  }
  .grid-margin-x>.small-10 {
    width: calc(83.33333% - 1.875rem)
  }
  .grid-margin-x>.small-11 {
    width: calc(91.66667% - 1.875rem)
  }
  .grid-margin-x>.small-12 {
    width: calc(100% - 1.875rem)
  }
  .grid-margin-x>.medium-auto,
  .grid-margin-x>.medium-shrink {
    width: auto
  }
  .grid-margin-x>.medium-1 {
    width: calc(8.33333% - 1.875rem)
  }
  .grid-margin-x>.medium-2 {
    width: calc(16.66667% - 1.875rem)
  }
  .grid-margin-x>.medium-3 {
    width: calc(25% - 1.875rem)
  }
  .grid-margin-x>.medium-4 {
    width: calc(33.33333% - 1.875rem)
  }
  .grid-margin-x>.medium-5 {
    width: calc(41.66667% - 1.875rem)
  }
  .grid-margin-x>.medium-6 {
    width: calc(50% - 1.875rem)
  }
  .grid-margin-x>.medium-7 {
    width: calc(58.33333% - 1.875rem)
  }
  .grid-margin-x>.medium-8 {
    width: calc(66.66667% - 1.875rem)
  }
  .grid-margin-x>.medium-9 {
    width: calc(75% - 1.875rem)
  }
  .grid-margin-x>.medium-10 {
    width: calc(83.33333% - 1.875rem)
  }
  .grid-margin-x>.medium-11 {
    width: calc(91.66667% - 1.875rem)
  }
  .grid-margin-x>.medium-12 {
    width: calc(100% - 1.875rem)
  }
}

@media print,
screen and (min-width:64em) {
  .grid-margin-x>.large-auto,
  .grid-margin-x>.large-shrink {
    width: auto
  }
  .grid-margin-x>.large-1 {
    width: calc(8.33333% - 1.875rem)
  }
  .grid-margin-x>.large-2 {
    width: calc(16.66667% - 1.875rem)
  }
  .grid-margin-x>.large-3 {
    width: calc(25% - 1.875rem)
  }
  .grid-margin-x>.large-4 {
    width: calc(33.33333% - 1.875rem)
  }
  .grid-margin-x>.large-5 {
    width: calc(41.66667% - 1.875rem)
  }
  .grid-margin-x>.large-6 {
    width: calc(50% - 1.875rem)
  }
  .grid-margin-x>.large-7 {
    width: calc(58.33333% - 1.875rem)
  }
  .grid-margin-x>.large-8 {
    width: calc(66.66667% - 1.875rem)
  }
  .grid-margin-x>.large-9 {
    width: calc(75% - 1.875rem)
  }
  .grid-margin-x>.large-10 {
    width: calc(83.33333% - 1.875rem)
  }
  .grid-margin-x>.large-11 {
    width: calc(91.66667% - 1.875rem)
  }
  .grid-margin-x>.large-12 {
    width: calc(100% - 1.875rem)
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -.625rem;
  margin-left: -.625rem
}

@media print,
screen and (min-width:40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -.9375rem;
    margin-left: -.9375rem
  }
}

.grid-padding-x>.cell {
  padding-right: .625rem;
  padding-left: .625rem
}

@media print,
screen and (min-width:40em) {
  .grid-padding-x>.cell {
    padding-right: .9375rem;
    padding-left: .9375rem
  }
}

.small-up-1>.cell {
  width: 100%
}

.small-up-2>.cell {
  width: 50%
}

.small-up-3>.cell {
  width: 33.33333%
}

.small-up-4>.cell {
  width: 25%
}

.small-up-5>.cell {
  width: 20%
}

.small-up-6>.cell {
  width: 16.66667%
}

.small-up-7>.cell {
  width: 14.28571%
}

.small-up-8>.cell {
  width: 12.5%
}

@media print,
screen and (min-width:40em) {
  .medium-up-1>.cell {
    width: 100%
  }
  .medium-up-2>.cell {
    width: 50%
  }
  .medium-up-3>.cell {
    width: 33.33333%
  }
  .medium-up-4>.cell {
    width: 25%
  }
  .medium-up-5>.cell {
    width: 20%
  }
  .medium-up-6>.cell {
    width: 16.66667%
  }
  .medium-up-7>.cell {
    width: 14.28571%
  }
  .medium-up-8>.cell {
    width: 12.5%
  }
}

@media print,
screen and (min-width:64em) {
  .large-up-1>.cell {
    width: 100%
  }
  .large-up-2>.cell {
    width: 50%
  }
  .large-up-3>.cell {
    width: 33.33333%
  }
  .large-up-4>.cell {
    width: 25%
  }
  .large-up-5>.cell {
    width: 20%
  }
  .large-up-6>.cell {
    width: 16.66667%
  }
  .large-up-7>.cell {
    width: 14.28571%
  }
  .large-up-8>.cell {
    width: 12.5%
  }
}

.grid-margin-x.small-up-1>.cell {
  width: calc(100% - 1.25rem)
}

.grid-margin-x.small-up-2>.cell {
  width: calc(50% - 1.25rem)
}

.grid-margin-x.small-up-3>.cell {
  width: calc(33.33333% - 1.25rem)
}

.grid-margin-x.small-up-4>.cell {
  width: calc(25% - 1.25rem)
}

.grid-margin-x.small-up-5>.cell {
  width: calc(20% - 1.25rem)
}

.grid-margin-x.small-up-6>.cell {
  width: calc(16.66667% - 1.25rem)
}

.grid-margin-x.small-up-7>.cell {
  width: calc(14.28571% - 1.25rem)
}

.grid-margin-x.small-up-8>.cell {
  width: calc(12.5% - 1.25rem)
}

@media print,
screen and (min-width:40em) {
  .grid-margin-x.small-up-1>.cell {
    width: calc(100% - 1.875rem)
  }
  .grid-margin-x.small-up-2>.cell {
    width: calc(50% - 1.875rem)
  }
  .grid-margin-x.small-up-3>.cell {
    width: calc(33.33333% - 1.875rem)
  }
  .grid-margin-x.small-up-4>.cell {
    width: calc(25% - 1.875rem)
  }
  .grid-margin-x.small-up-5>.cell {
    width: calc(20% - 1.875rem)
  }
  .grid-margin-x.small-up-6>.cell {
    width: calc(16.66667% - 1.875rem)
  }
  .grid-margin-x.small-up-7>.cell {
    width: calc(14.28571% - 1.875rem)
  }
  .grid-margin-x.small-up-8>.cell {
    width: calc(12.5% - 1.875rem)
  }
  .grid-margin-x.medium-up-1>.cell {
    width: calc(100% - 1.875rem)
  }
  .grid-margin-x.medium-up-2>.cell {
    width: calc(50% - 1.875rem)
  }
  .grid-margin-x.medium-up-3>.cell {
    width: calc(33.33333% - 1.875rem)
  }
  .grid-margin-x.medium-up-4>.cell {
    width: calc(25% - 1.875rem)
  }
  .grid-margin-x.medium-up-5>.cell {
    width: calc(20% - 1.875rem)
  }
  .grid-margin-x.medium-up-6>.cell {
    width: calc(16.66667% - 1.875rem)
  }
  .grid-margin-x.medium-up-7>.cell {
    width: calc(14.28571% - 1.875rem)
  }
  .grid-margin-x.medium-up-8>.cell {
    width: calc(12.5% - 1.875rem)
  }
}

@media print,
screen and (min-width:64em) {
  .grid-margin-x.large-up-1>.cell {
    width: calc(100% - 1.875rem)
  }
  .grid-margin-x.large-up-2>.cell {
    width: calc(50% - 1.875rem)
  }
  .grid-margin-x.large-up-3>.cell {
    width: calc(33.33333% - 1.875rem)
  }
  .grid-margin-x.large-up-4>.cell {
    width: calc(25% - 1.875rem)
  }
  .grid-margin-x.large-up-5>.cell {
    width: calc(20% - 1.875rem)
  }
  .grid-margin-x.large-up-6>.cell {
    width: calc(16.66667% - 1.875rem)
  }
  .grid-margin-x.large-up-7>.cell {
    width: calc(14.28571% - 1.875rem)
  }
  .grid-margin-x.large-up-8>.cell {
    width: calc(12.5% - 1.875rem)
  }
}

.grid-y {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap
}

.grid-y>.cell {
  width: auto
}

.grid-y>.auto,
.grid-y>.shrink {
  height: auto
}

.grid-y>small-1,
.grid-y>small-2,
.grid-y>small-3,
.grid-y>small-4,
.grid-y>small-5,
.grid-y>small-6,
.grid-y>small-7,
.grid-y>small-8,
.grid-y>small-9,
.grid-y>small-10,
.grid-y>small-11,
.grid-y>small-12,
.grid-y>small-full,
.grid-y>small-shrink {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto
}

@media print,
screen and (min-width:40em) {
  .grid-y>medium-1,
  .grid-y>medium-2,
  .grid-y>medium-3,
  .grid-y>medium-4,
  .grid-y>medium-5,
  .grid-y>medium-6,
  .grid-y>medium-7,
  .grid-y>medium-8,
  .grid-y>medium-9,
  .grid-y>medium-10,
  .grid-y>medium-11,
  .grid-y>medium-12,
  .grid-y>medium-full,
  .grid-y>medium-shrink {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}

@media print,
screen and (min-width:64em) {
  .grid-y>large-1,
  .grid-y>large-2,
  .grid-y>large-3,
  .grid-y>large-4,
  .grid-y>large-5,
  .grid-y>large-6,
  .grid-y>large-7,
  .grid-y>large-8,
  .grid-y>large-9,
  .grid-y>large-10,
  .grid-y>large-11,
  .grid-y>large-12,
  .grid-y>large-full,
  .grid-y>large-shrink {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}

.grid-y>.small-1 {
  height: 8.33333%
}

.grid-y>.small-2 {
  height: 16.66667%
}

.grid-y>.small-3 {
  height: 25%
}

.grid-y>.small-4 {
  height: 33.33333%
}

.grid-y>.small-5 {
  height: 41.66667%
}

.grid-y>.small-6 {
  height: 50%
}

.grid-y>.small-7 {
  height: 58.33333%
}

.grid-y>.small-8 {
  height: 66.66667%
}

.grid-y>.small-9 {
  height: 75%
}

.grid-y>.small-10 {
  height: 83.33333%
}

.grid-y>.small-11 {
  height: 91.66667%
}

.grid-y>.small-12 {
  height: 100%
}

@media print,
screen and (min-width:40em) {
  .grid-y>.medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto
  }
  .grid-y>.medium-shrink {
    height: auto
  }
  .grid-y>.medium-1 {
    height: 8.33333%
  }
  .grid-y>.medium-2 {
    height: 16.66667%
  }
  .grid-y>.medium-3 {
    height: 25%
  }
  .grid-y>.medium-4 {
    height: 33.33333%
  }
  .grid-y>.medium-5 {
    height: 41.66667%
  }
  .grid-y>.medium-6 {
    height: 50%
  }
  .grid-y>.medium-7 {
    height: 58.33333%
  }
  .grid-y>.medium-8 {
    height: 66.66667%
  }
  .grid-y>.medium-9 {
    height: 75%
  }
  .grid-y>.medium-10 {
    height: 83.33333%
  }
  .grid-y>.medium-11 {
    height: 91.66667%
  }
  .grid-y>.medium-12 {
    height: 100%
  }
}

@media print,
screen and (min-width:64em) {
  .grid-y>.large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto
  }
  .grid-y>.large-shrink {
    height: auto
  }
  .grid-y>.large-1 {
    height: 8.33333%
  }
  .grid-y>.large-2 {
    height: 16.66667%
  }
  .grid-y>.large-3 {
    height: 25%
  }
  .grid-y>.large-4 {
    height: 33.33333%
  }
  .grid-y>.large-5 {
    height: 41.66667%
  }
  .grid-y>.large-6 {
    height: 50%
  }
  .grid-y>.large-7 {
    height: 58.33333%
  }
  .grid-y>.large-8 {
    height: 66.66667%
  }
  .grid-y>.large-9 {
    height: 75%
  }
  .grid-y>.large-10 {
    height: 83.33333%
  }
  .grid-y>.large-11 {
    height: 91.66667%
  }
  .grid-y>.large-12 {
    height: 100%
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -.625rem;
  margin-bottom: -.625rem
}

@media print,
screen and (min-width:40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -.9375rem;
    margin-bottom: -.9375rem
  }
}

.grid-padding-y>.cell {
  padding-top: .625rem;
  padding-bottom: .625rem
}

@media print,
screen and (min-width:40em) {
  .grid-padding-y>.cell {
    padding-top: .9375rem;
    padding-bottom: .9375rem
  }
}

.grid-margin-y {
  margin-top: -.625rem;
  margin-bottom: -.625rem
}

@media print,
screen and (min-width:40em) {
  .grid-margin-y {
    margin-top: -.9375rem;
    margin-bottom: -.9375rem
  }
}

.grid-margin-y>.cell {
  height: calc(100% - 1.25rem);
  margin-top: .625rem;
  margin-bottom: .625rem
}

@media print,
screen and (min-width:40em) {
  .grid-margin-y>.cell {
    height: calc(100% - 1.875rem);
    margin-top: .9375rem;
    margin-bottom: .9375rem
  }
}

.grid-margin-y>.auto,
.grid-margin-y>.shrink {
  height: auto
}

.grid-margin-y>.small-1 {
  height: calc(8.33333% - 1.25rem)
}

.grid-margin-y>.small-2 {
  height: calc(16.66667% - 1.25rem)
}

.grid-margin-y>.small-3 {
  height: calc(25% - 1.25rem)
}

.grid-margin-y>.small-4 {
  height: calc(33.33333% - 1.25rem)
}

.grid-margin-y>.small-5 {
  height: calc(41.66667% - 1.25rem)
}

.grid-margin-y>.small-6 {
  height: calc(50% - 1.25rem)
}

.grid-margin-y>.small-7 {
  height: calc(58.33333% - 1.25rem)
}

.grid-margin-y>.small-8 {
  height: calc(66.66667% - 1.25rem)
}

.grid-margin-y>.small-9 {
  height: calc(75% - 1.25rem)
}

.grid-margin-y>.small-10 {
  height: calc(83.33333% - 1.25rem)
}

.grid-margin-y>.small-11 {
  height: calc(91.66667% - 1.25rem)
}

.grid-margin-y>.small-12 {
  height: calc(100% - 1.25rem)
}

@media print,
screen and (min-width:40em) {
  .grid-margin-y>.auto,
  .grid-margin-y>.shrink {
    height: auto
  }
  .grid-margin-y>.small-1 {
    height: calc(8.33333% - 1.875rem)
  }
  .grid-margin-y>.small-2 {
    height: calc(16.66667% - 1.875rem)
  }
  .grid-margin-y>.small-3 {
    height: calc(25% - 1.875rem)
  }
  .grid-margin-y>.small-4 {
    height: calc(33.33333% - 1.875rem)
  }
  .grid-margin-y>.small-5 {
    height: calc(41.66667% - 1.875rem)
  }
  .grid-margin-y>.small-6 {
    height: calc(50% - 1.875rem)
  }
  .grid-margin-y>.small-7 {
    height: calc(58.33333% - 1.875rem)
  }
  .grid-margin-y>.small-8 {
    height: calc(66.66667% - 1.875rem)
  }
  .grid-margin-y>.small-9 {
    height: calc(75% - 1.875rem)
  }
  .grid-margin-y>.small-10 {
    height: calc(83.33333% - 1.875rem)
  }
  .grid-margin-y>.small-11 {
    height: calc(91.66667% - 1.875rem)
  }
  .grid-margin-y>.small-12 {
    height: calc(100% - 1.875rem)
  }
  .grid-margin-y>.medium-auto,
  .grid-margin-y>.medium-shrink {
    height: auto
  }
  .grid-margin-y>.medium-1 {
    height: calc(8.33333% - 1.875rem)
  }
  .grid-margin-y>.medium-2 {
    height: calc(16.66667% - 1.875rem)
  }
  .grid-margin-y>.medium-3 {
    height: calc(25% - 1.875rem)
  }
  .grid-margin-y>.medium-4 {
    height: calc(33.33333% - 1.875rem)
  }
  .grid-margin-y>.medium-5 {
    height: calc(41.66667% - 1.875rem)
  }
  .grid-margin-y>.medium-6 {
    height: calc(50% - 1.875rem)
  }
  .grid-margin-y>.medium-7 {
    height: calc(58.33333% - 1.875rem)
  }
  .grid-margin-y>.medium-8 {
    height: calc(66.66667% - 1.875rem)
  }
  .grid-margin-y>.medium-9 {
    height: calc(75% - 1.875rem)
  }
  .grid-margin-y>.medium-10 {
    height: calc(83.33333% - 1.875rem)
  }
  .grid-margin-y>.medium-11 {
    height: calc(91.66667% - 1.875rem)
  }
  .grid-margin-y>.medium-12 {
    height: calc(100% - 1.875rem)
  }
}

@media print,
screen and (min-width:64em) {
  .grid-margin-y>.large-auto,
  .grid-margin-y>.large-shrink {
    height: auto
  }
  .grid-margin-y>.large-1 {
    height: calc(8.33333% - 1.875rem)
  }
  .grid-margin-y>.large-2 {
    height: calc(16.66667% - 1.875rem)
  }
  .grid-margin-y>.large-3 {
    height: calc(25% - 1.875rem)
  }
  .grid-margin-y>.large-4 {
    height: calc(33.33333% - 1.875rem)
  }
  .grid-margin-y>.large-5 {
    height: calc(41.66667% - 1.875rem)
  }
  .grid-margin-y>.large-6 {
    height: calc(50% - 1.875rem)
  }
  .grid-margin-y>.large-7 {
    height: calc(58.33333% - 1.875rem)
  }
  .grid-margin-y>.large-8 {
    height: calc(66.66667% - 1.875rem)
  }
  .grid-margin-y>.large-9 {
    height: calc(75% - 1.875rem)
  }
  .grid-margin-y>.large-10 {
    height: calc(83.33333% - 1.875rem)
  }
  .grid-margin-y>.large-11 {
    height: calc(91.66667% - 1.875rem)
  }
  .grid-margin-y>.large-12 {
    height: calc(100% - 1.875rem)
  }
}

.grid-frame {
  width: 100vw;
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.cell .grid-frame {
  width: 100%
}

.cell-block {
  overflow-x: auto;
  max-width: 100%
}

.cell-block,
.cell-block-y {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%
}

.cell-block-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%
}

.cell-block-container>.grid-x {
  max-height: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

@media print,
screen and (min-width:40em) {
  .medium-grid-frame {
    width: 100vw;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }
  .cell .medium-grid-frame {
    width: 100%
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar
  }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
  }
  .medium-cell-block-container>.grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar
  }
}

@media print,
screen and (min-width:64em) {
  .large-grid-frame {
    width: 100vw;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }
  .cell .large-grid-frame {
    width: 100%
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar
  }
  .large-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
  }
  .large-cell-block-container>.grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar
  }
}

.grid-y.grid-frame {
  width: auto;
  height: 100vh;
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

@media print,
screen and (min-width:40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    height: 100vh;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }
}

@media print,
screen and (min-width:64em) {
  .grid-y.large-grid-frame {
    width: auto;
    height: 100vh;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }
}

.cell .grid-y.grid-frame {
  height: 100%
}

@media print,
screen and (min-width:40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%
  }
}

@media print,
screen and (min-width:64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%
  }
}


/* Off-canvas */

.is-off-canvas-open {
  overflow: hidden
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .5s ease, visibility .5s ease;
  transition: opacity .5s ease, visibility .5s ease;
  background: hsla(0, 0%, 100%, .25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden
}

.off-canvas {
  position: fixed;
  z-index: 12;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6
}

[data-whatinput=mouse] .off-canvas {
  outline: 0
}

.off-canvas.is-transition-push {
  z-index: 12
}

.off-canvas.is-closed {
  visibility: hidden
}

.off-canvas.is-transition-overlap {
  z-index: 13
}

.off-canvas.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px hsla(0, 0%, 4%, .7);
  box-shadow: 0 0 10px hsla(0, 0%, 4%, .7)
}

.off-canvas.is-open {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0)
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6
}

[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0
}

.off-canvas-absolute.is-transition-push {
  z-index: 12
}

.off-canvas-absolute.is-closed {
  visibility: hidden
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 13
}

.off-canvas-absolute.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px hsla(0, 0%, 4%, .7);
  box-shadow: 0 0 10px hsla(0, 0%, 4%, .7)
}

.off-canvas-absolute.is-open {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0)
}

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  overflow-y: auto
}

.off-canvas-content .off-canvas.position-left,
.position-left {
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px)
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0)
}

.off-canvas-content.is-open-left.has-transition-push {
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px)
}

.position-left.is-transition-push {
  -webkit-box-shadow: inset -13px 0 20px -13px hsla(0, 0%, 4%, .25);
  box-shadow: inset -13px 0 20px -13px hsla(0, 0%, 4%, .25)
}

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  overflow-y: auto
}

.off-canvas-content .off-canvas.position-right,
.position-right {
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px)
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0)
}

.off-canvas-content.is-open-right.has-transition-push {
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px)
}

.position-right.is-transition-push {
  -webkit-box-shadow: inset 13px 0 20px -13px hsla(0, 0%, 4%, .25);
  box-shadow: inset 13px 0 20px -13px hsla(0, 0%, 4%, .25)
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  overflow-x: auto
}

.off-canvas-content .off-canvas.position-top,
.position-top {
  -webkit-transform: translateY(-250px);
  -ms-transform: translateY(-250px);
  transform: translateY(-250px)
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0)
}

.off-canvas-content.is-open-top.has-transition-push {
  -webkit-transform: translateY(250px);
  -ms-transform: translateY(250px);
  transform: translateY(250px)
}

.position-top.is-transition-push {
  -webkit-box-shadow: inset 0 -13px 20px -13px hsla(0, 0%, 4%, .25);
  box-shadow: inset 0 -13px 20px -13px hsla(0, 0%, 4%, .25)
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  overflow-x: auto
}

.off-canvas-content .off-canvas.position-bottom,
.position-bottom {
  -webkit-transform: translateY(250px);
  -ms-transform: translateY(250px);
  transform: translateY(250px)
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0)
}

.off-canvas-content.is-open-bottom.has-transition-push {
  -webkit-transform: translateY(-250px);
  -ms-transform: translateY(-250px);
  transform: translateY(-250px)
}

.position-bottom.is-transition-push {
  -webkit-box-shadow: inset 0 13px 20px -13px hsla(0, 0%, 4%, .25);
  box-shadow: inset 0 13px 20px -13px hsla(0, 0%, 4%, .25)
}

.off-canvas-content {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.off-canvas-content.has-transition-push,
.off-canvas-content .off-canvas.is-open {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0)
}

@media print,
screen and (min-width:40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible
  }
  .position-left.reveal-for-medium .close-button {
    display: none
  }
  .off-canvas-content .position-left.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
  .off-canvas-content.has-reveal-left,
  .position-left.reveal-for-medium~.off-canvas-content {
    margin-left: 250px
  }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible
  }
  .position-right.reveal-for-medium .close-button {
    display: none
  }
  .off-canvas-content .position-right.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
  .off-canvas-content.has-reveal-right,
  .position-right.reveal-for-medium~.off-canvas-content {
    margin-right: 250px
  }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible
  }
  .position-top.reveal-for-medium .close-button {
    display: none
  }
  .off-canvas-content .position-top.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
  .off-canvas-content.has-reveal-top,
  .position-top.reveal-for-medium~.off-canvas-content {
    margin-top: 250px
  }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
  .off-canvas-content.has-reveal-bottom,
  .position-bottom.reveal-for-medium~.off-canvas-content {
    margin-bottom: 250px
  }
}

@media print,
screen and (min-width:64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible
  }
  .position-left.reveal-for-large .close-button {
    display: none
  }
  .off-canvas-content .position-left.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
  .off-canvas-content.has-reveal-left,
  .position-left.reveal-for-large~.off-canvas-content {
    margin-left: 250px
  }
  .position-right.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible
  }
  .position-right.reveal-for-large .close-button {
    display: none
  }
  .off-canvas-content .position-right.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
  .off-canvas-content.has-reveal-right,
  .position-right.reveal-for-large~.off-canvas-content {
    margin-right: 250px
  }
  .position-top.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible
  }
  .position-top.reveal-for-large .close-button {
    display: none
  }
  .off-canvas-content .position-top.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
  .off-canvas-content.has-reveal-top,
  .position-top.reveal-for-large~.off-canvas-content {
    margin-top: 250px
  }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible
  }
  .position-bottom.reveal-for-large .close-button {
    display: none
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
  .off-canvas-content.has-reveal-bottom,
  .position-bottom.reveal-for-large~.off-canvas-content {
    margin-bottom: 250px
  }
}

@media print,
screen and (min-width:40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    -webkit-transition: inherit;
    transition: inherit
  }
  .off-canvas.in-canvas-for-medium.position-bottom,
  .off-canvas.in-canvas-for-medium.position-left,
  .off-canvas.in-canvas-for-medium.position-right,
  .off-canvas.in-canvas-for-medium.position-top {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none
  }
}

@media print,
screen and (min-width:64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    -webkit-transition: inherit;
    transition: inherit
  }
  .off-canvas.in-canvas-for-large.position-bottom,
  .off-canvas.in-canvas-for-large.position-left,
  .off-canvas.in-canvas-for-large.position-right,
  .off-canvas.in-canvas-for-large.position-top {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none
  }
}

/* Feb 12 2018 Footer*/
.site-footer .grid-container {
  max-width: 1280px;
}
.site-footer .footer-accordion li.large-4 .accordion-content {
  padding: .9rem 1.8rem;
  padding-left: 0;
}

.header-wrap .main-topbar-row .utility-topbar ul.dropdown.menu > li,
.header-wrap .main-topbar-row .main-topbar ul.dropdown.menu > li {
  padding-right: 1rem;
  margin: 0 12px;
  font-size: 20px;
}

.large-4.cell.accordion-item.columns {
  padding-top: 10px;
}
html.IGv2 .header-wrap .small-12.medium-12.hide-for-large .header-accordion-wrap#example-menu .vertical.menu.header-accordion-menu{
  background-color: white;
}

html.IGv2 div.reveal.full.without-overlay .small-12.large-8.columns.date-time .tp_05 {
  color: #282828;
}
/* Replacement CSS arrows for slider arrows */
html.IGv2 .personnel-bio-overlay .slick-arrow.carousel-next img,
html.IGv2 .personnel-bio-overlay .slick-arrow.carousel-prev img {
  display: none;
}
html.IGv2 .personnel-bio-overlay .slick-arrow.carousel-next:before,
html.IGv2 .personnel-bio-overlay .slick-arrow.carousel-prev:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 0;
  /*border-top: 3px solid #002e6e;
  border-right: 3px solid #002e6e;*/
  border-top: 3px solid #3a8dcc;
  border-right: 3px solid #3a8dcc;
  -webkit-transform-origin: center;
  transform-origin: center;

  cursor: pointer;
}
html.IGv2 .personnel-bio-overlay .slick-arrow.carousel-next:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
html.IGv2 .personnel-bio-overlay .slick-arrow.carousel-prev:before {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.topbar.mb-main-topbar-wrap.right.hide-for-large {
  display: inline-block;
  float: left;
}
@media screen and (max-width: 64em) {
  .topbar.mb-main-topbar-wrap.right.hide-for-large,
  .header-wrap .main-topbar-row .main-topbar,
  .header-wrap .main-topbar-row .main-topbar .ig-mobile-logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.header-wrap .main-topbar-row .main-topbar {right: 0; margin-right:inherit; padding-right: inherit;}
.topbar.mb-main-topbar-wrap.right.hide-for-large .title-bar.text-right {
  padding-top: .5rem;
  padding-right: 1rem;
  padding-left: .25rem;}
.outline-btn.secondary.small-icon span.show-for-small-only {
  text-transform:capitalize;
  color: #0073cf;
}
html.IGv2 .section.inquiries .contact .columns:last-child h2 {
  margin-bottom:0;
}

html.IGv2 h3.consultant_name { 
  overflow-wrap: initial;
  word-wrap: break-word;
  /*hyphens: auto;*/
}

/*.form-input-search {
  position: relative;
}*/

html.IGv2 .overlay-only i.fa.fa-envelope {
  /* 
  Added to align email icon in mobile view
  PSI-235
  */
  padding-right: 0;
}
html.IGv2 .show-bio-content .social-icons .icon {
  margin: inherit;
}