@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

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

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

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

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

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

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

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

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

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

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

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

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

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

[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;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #b8b8b8;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  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 {
    outline: none;
    border: 1px solid #565656;
    background-color: #fefefe;
    box-shadow: 0 0 5px #b8b8b8;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #F4F4F4;
  cursor: not-allowed; }

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

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

::placeholder {
  color: #b8b8b8; }

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

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

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

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

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

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

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch; }
  .input-group > :first-child, .input-group > :first-child.input-group-button > * {
    border-radius: 0 0 0 0; }
  .input-group > :last-child, .input-group > :last-child.input-group-button > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #b8b8b8;
  background: #F4F4F4;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

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

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

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #b8b8b8; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #b8b8b8;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  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%2886, 86, 86%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #565656;
    background-color: #fefefe;
    box-shadow: 0 0 5px #b8b8b8;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #F4F4F4;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

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

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

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

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  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, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "proxima-nova", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #b8b8b8; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

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

a {
  line-height: inherit;
  color: #283FAF;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #223697; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

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: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #b8b8b8; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #565656; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #565656; }
  cite:before {
    content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #b8b8b8;
  background-color: #F4F4F4;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #F4F4F4;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #565656; }

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

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.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 print, 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 print, 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;
    box-shadow: none !important;
    color: black !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 #565656;
    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; }
  .print-break-inside {
    page-break-inside: auto; } }

.row {
  max-width: 78.125rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column, .columns, .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .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 {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 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 {
  float: left;
  width: 100%; }
  .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 {
  float: left;
  width: 50%; }
  .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 {
  float: left;
  width: 33.33333%; }
  .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 {
  float: left;
  width: 25%; }
  .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 {
  float: left;
  width: 20%; }
  .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 {
  float: left;
  width: 16.66667%; }
  .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 {
  float: left;
  width: 14.28571%; }
  .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 {
  float: left;
  width: 12.5%; }
  .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-right: 0;
  padding-left: 0; }

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

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

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

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0; }
  .small-uncentered, .small-uncentered:last-child:not(:first-child),
  .small-push-0,
  .small-push-0:last-child:not(:first-child),
  .small-pull-0,
  .small-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .small-uncentered:last-child:not(:first-child),
  .small-push-0:last-child:not(:first-child),
  .small-pull-0:last-child:not(:first-child) {
    float: right; }

@media print, 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 {
    float: left;
    width: 100%; }
    .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 {
    float: left;
    width: 50%; }
    .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 {
    float: left;
    width: 33.33333%; }
    .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 {
    float: left;
    width: 25%; }
    .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 {
    float: left;
    width: 20%; }
    .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 {
    float: left;
    width: 16.66667%; }
    .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 {
    float: left;
    width: 14.28571%; }
    .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 {
    float: left;
    width: 12.5%; }
    .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-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .medium-uncentered, .medium-uncentered:last-child:not(:first-child),
    .medium-push-0,
    .medium-push-0:last-child:not(:first-child),
    .medium-pull-0,
    .medium-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .medium-uncentered:last-child:not(:first-child),
    .medium-push-0:last-child:not(:first-child),
    .medium-pull-0:last-child:not(:first-child) {
      float: right; } }

@media print, 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 {
    float: left;
    width: 100%; }
    .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 {
    float: left;
    width: 50%; }
    .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 {
    float: left;
    width: 33.33333%; }
    .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 {
    float: left;
    width: 25%; }
    .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 {
    float: left;
    width: 20%; }
    .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 {
    float: left;
    width: 16.66667%; }
    .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 {
    float: left;
    width: 14.28571%; }
    .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 {
    float: left;
    width: 12.5%; }
    .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-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .large-uncentered, .large-uncentered:last-child:not(:first-child),
    .large-push-0,
    .large-push-0:last-child:not(:first-child),
    .large-pull-0,
    .large-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .large-uncentered:last-child:not(:first-child),
    .large-push-0:last-child:not(:first-child),
    .large-pull-0:last-child:not(:first-child) {
      float: right; } }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #283FAF;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #223695;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #283FAF;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #20328c;
      color: #fefefe; }
  .button.secondary {
    background-color: #767676;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert {
    background-color: #cc4b37;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #283FAF;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #283FAF;
        color: #fefefe; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #767676;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #0a0a0a; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #0a0a0a; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fefefe; }
  .button.hollow {
    border: 1px solid #283FAF;
    color: #283FAF; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #142058;
      color: #142058; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #283FAF;
        color: #283FAF; }
    .button.hollow.primary {
      border: 1px solid #283FAF;
      color: #283FAF; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #142058;
        color: #142058; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #283FAF;
          color: #283FAF; }
    .button.hollow.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #767676;
          color: #767676; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
  .button.clear {
    border: 1px solid #283FAF;
    color: #283FAF; }
    .button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .button.clear:focus {
      border-color: #142058;
      color: #142058; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #283FAF;
        color: #283FAF; }
    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
    .button.clear.primary {
      border: 1px solid #283FAF;
      color: #283FAF; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #142058;
        color: #142058; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #283FAF;
          color: #283FAF; }
      .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
    .button.clear.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #767676;
          color: #767676; }
      .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
        border-color: transparent; }
    .button.clear.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
      .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
        border-color: transparent; }
    .button.clear.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
      .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
        border-color: transparent; }
    .button.clear.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
      .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after, .button.dropdown.clear::after {
    border-top-color: #283FAF; }
  .button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
    border-top-color: #283FAF; }
  .button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
    border-top-color: #767676; }
  .button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded .button {
    flex: 1 1 0px; }
  .button-group.primary .button {
    background-color: #283FAF;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #20328c;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #767676;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button-group.alert .button {
    background-color: #cc4b37;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      flex: 0 0 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; }
    .button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
      flex: 1 1 0px; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      flex: 0 0 auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      flex: 0 0 auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.99875em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }
  @media screen and (max-width: 63.99875em) {
    .button-group.stacked-for-medium.expanded {
      display: block; }
      .button-group.stacked-for-medium.expanded .button {
        display: block;
        margin-right: 0; } }

.close-button {
  position: absolute;
  color: #565656;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #283FAF;
  color: #fefefe; }
  .label.primary {
    background: #283FAF;
    color: #fefefe; }
  .label.secondary {
    background: #767676;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #0a0a0a; }
  .label.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .label.alert {
    background: #cc4b37;
    color: #fefefe; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #b8b8b8; }
  .progress.primary .progress-meter {
    background-color: #283FAF; }
  .progress.secondary .progress-meter {
    background-color: #767676; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #cc4b37; }

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

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

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #F4F4F4;
  cursor: pointer;
  user-select: none;
  touch-action: none; }

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

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #283FAF;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #223695; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

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

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  user-select: none; }

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

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #b8b8b8;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fefefe;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #283FAF; }
    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%;
  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 {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f8f8f8;
    color: #565656; }
  tfoot {
    background: #f1f1f1;
    color: #565656; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }
  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }

@media screen and (max-width: 63.99875em) {
  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 thead tr:hover {
  background-color: #f3f3f3; }

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

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

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

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

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #283FAF;
  color: #fefefe; }
  .badge.primary {
    background: #283FAF;
    color: #fefefe; }
  .badge.secondary {
    background: #767676;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #0a0a0a; }
  .badge.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .badge.alert {
    background: #cc4b37;
    color: #fefefe; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #b8b8b8; }
  .breadcrumbs a {
    color: #283FAF; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #b8b8b8;
    cursor: not-allowed; }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #565656; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #dbe0f7;
    color: #565656; }
  .callout.secondary {
    background-color: #eaeaea;
    color: #565656; }
  .callout.success {
    background-color: #e1faea;
    color: #565656; }
  .callout.warning {
    background-color: #fff3d9;
    color: #565656; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #565656; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #F4F4F4;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #565656; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #F4F4F4; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  flex: 1 0 auto;
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.card-image {
  min-height: 1px; }

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

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

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

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

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover {
      background: #F4F4F4; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #283FAF;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #b8b8b8;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

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

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

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

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe; }
  .tooltip::before {
    position: absolute; }
  .tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.align-top::before {
    bottom: auto;
    top: 10%; }
  .tooltip.align-bottom::before {
    bottom: 10%;
    top: auto; }
  .tooltip.align-left::before {
    left: 10%;
    right: auto; }
  .tooltip.align-right::before {
    left: auto;
    right: 10%; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.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 {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #F4F4F4;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #283FAF; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #F4F4F4;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #F4F4F4; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #F4F4F4;
  border-bottom: 0;
  background-color: #fefefe;
  color: #565656; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #F4F4F4; }

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.99875em) {
    .media-object.stack-for-small {
      flex-wrap: wrap; } }

.media-object-section {
  flex: 0 1 auto; }
  .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 screen and (max-width: 39.99875em) {
    .stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      flex-basis: 100%;
      max-width: 100%; }
      .stack-for-small .media-object-section img {
        width: 100%; } }
  .media-object-section.main-section {
    flex: 1 1 0px; }

.orbit {
  position: relative; }

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

.orbit-slide {
  width: 100%;
  position: absolute; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

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

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

.orbit-previous, .orbit-next {
  position: absolute;
  top: 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: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #b8b8b8; }
    .orbit-bullets button:hover {
      background-color: #565656; }
    .orbit-bullets button.is-active {
      background-color: #565656; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.tabs {
  margin: 0;
  border: 1px solid #F4F4F4;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .tabs::after {
    clear: both; }

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

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

.tabs.primary {
  background: #283FAF; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #263ca6; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #283FAF; }
    [data-whatinput='mouse'] .tabs-title > a {
      outline: 0; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: #223697; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #F4F4F4;
      color: #283FAF; }

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

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

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

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

a.thumbnail {
  transition: box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(40, 63, 175, 0.5); }
  a.thumbnail image {
    box-shadow: none; }

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  padding: 0.7rem 1rem; }

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem; }

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #283FAF transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto; }

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%; }

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

.has-submenu-toggle > a {
  margin-right: 40px; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer; }
  .submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #283FAF transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%; }

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe; }

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem; }

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0; }

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%; }

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

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #283FAF;
  right: 1rem;
  left: auto; }

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #283FAF transparent transparent;
  right: auto;
  left: 1rem; }

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

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

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

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

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #283FAF transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }

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

.dropdown.menu > li > a {
  padding: 0.7rem 1rem; }

.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #283FAF; }

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

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

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

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

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

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

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

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

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

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

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

.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;
    left: auto;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #b8b8b8;
  background: #fefefe; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #283FAF transparent transparent;
    right: auto;
    left: 5px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #283FAF; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.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;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #F4F4F4; }
  [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 {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #F4F4F4; }
  [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 {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(-250px); }
  .off-canvas-content .off-canvas.position-left {
    transform: translateX(-250px); }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(250px); }
  .position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(250px); }
  .off-canvas-content .off-canvas.position-right {
    transform: translateX(250px); }
    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-250px); }
  .position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(-250px); }
  .off-canvas-content .off-canvas.position-top {
    transform: translateY(-250px); }
    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-top.has-transition-push {
    transform: translateY(250px); }
  .position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(250px); }
  .off-canvas-content .off-canvas.position-bottom {
    transform: translateY(250px); }
    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-bottom.has-transition-push {
    transform: translateY(-250px); }
  .position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25); }

.off-canvas-content {
  transform: none;
  transition: transform 0.5s ease;
  backface-visibility: hidden; }
  .off-canvas-content.has-transition-push {
    transform: translate(0, 0); }
  .off-canvas-content .off-canvas.is-open {
    transform: translate(0, 0); }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .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: none;
    width: auto;
    overflow: visible;
    transition: none; }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
      box-shadow: 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: none;
    width: auto;
    overflow: visible;
    transition: none; }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-large .close-button {
      display: none; } }

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden; }
  html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll; }
  html.is-reveal-open body {
    overflow-y: hidden; }

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

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #b8b8b8;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 78.125rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 78.125rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 78.125rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 78.125rem; } }
  .reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.99875em) {
    .reveal {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      min-height: 100%;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.sticky-container {
  position: relative; }

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

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

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

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

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

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1; }

.clearfix::after {
  clear: both; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.99875em) {
  .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 print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

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

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

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

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

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

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

@media screen and (max-width: 63.99875em), 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;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

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

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }

.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.post,
.page {
  margin: 0; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

body {
  height: 100vh;
  position: relative;
  overflow-x: hidden; }

body {
  font-family: proxima-nova, sans-serif;
  font-size: 1.125rem;
  color: #565656; }

code {
  font-size: 9pt;
  display: inline-block;
  margin-bottom: 20px; }

section {
  padding: 75px 2.5%;
  width: 100%;
  margin: 0 auto; }
  @media print, screen and (min-width: 40em) {
    section {
      padding: 150px 0;
      width: 100%; } }

.pt-0 {
  padding-top: 0; }

.pb-0 {
  padding-bottom: 0; }

.pl-0 {
  padding-left: 0; }

.pr-0 {
  padding-right: 0; }

.mt-0 {
  margin-top: 0; }

.mb-0 {
  margin-bottom: 0; }

.ml-0 {
  margin-left: 0; }

.mr-0 {
  margin-right: 0; }

.mr-0 {
  margin-right: 0; }

body h1, h2, h3, h4, h5, body h6 {
  font-weight: 700;
  color: #212121;
  position: relative;
  font-family: proxima-nova, sans-serif; }
  @media print, screen and (min-width: 40em) {
    body h1, h2, h3, h4, h5, body h6 {
      text-align: left; } }

body h1 {
  font-size: 3.375rem;
  line-height: 54px;
  margin-bottom: 50px; }

body h2 {
  font-size: 3rem;
  line-height: 48px;
  margin-bottom: 50px; }

body h3 {
  font-size: 2rem;
  line-height: 34px;
  margin-bottom: 30px; }

body h4 {
  font-size: 1.625rem;
  line-height: 28px;
  margin-bottom: 20px; }

h1.line, h2.line, h3.line, h4.line, h5.line, h6.line {
  padding-top: 15px;
  width: fit-content; }
  h1.line:before, h2.line:before, h3.line:before, h4.line:before, h5.line:before, h6.line:before {
    content: '';
    width: 20%;
    height: 8px;
    background-color: #00205B;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0%; }
    @media print, screen and (min-width: 40em) {
      h1.line:before, h2.line:before, h3.line:before, h4.line:before, h5.line:before, h6.line:before {
        left: 2px; } }
  h1.line.blue:before, h2.line.blue:before, h3.line.blue:before, h4.line.blue:before, h5.line.blue:before, h6.line.blue:before {
    background-color: #283FAF; }
  h1.line.yellow:before, h2.line.yellow:before, h3.line.yellow:before, h4.line.yellow:before, h5.line.yellow:before, h6.line.yellow:before {
    background-color: #FFC70A; }
  h1.line.gray:before, h2.line.gray:before, h3.line.gray:before, h4.line.gray:before, h5.line.gray:before, h6.line.gray:before {
    background-color: #565656; }

p {
  color: #212121;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: -.1px; }
  p.lead {
    font-size: 1.5rem; }
    @media print, screen and (min-width: 64em) {
      p.lead {
        font-size: 1.8rem; } }
  p a {
    color: #212121;
    transition: color .25s linear;
    background-image: -webkit-linear-gradient(#283FAF, #283FAF);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 100% .1rem;
    text-decoration: none; }
    p a:hover {
      color: #283FAF; }

ul, ol {
  padding-left: 20px; }
  ul li, ol li {
    color: #212121;
    line-height: 36px; }
    ul li ul, ol li ul {
      list-style-type: circle;
      padding-left: 0px;
      margin-bottom: 10px; }
      ul li ul li, ol li ul li {
        font-size: .9rem;
        line-height: 10px; }
  ul.unstyled, ol.unstyled {
    list-style: none; }
    ul.unstyled li ul, ol.unstyled li ul {
      list-style: none; }
  ul.inline, ol.inline {
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-left: 0;
    margin-left: 0; }
    ul.inline li, ol.inline li {
      padding: 10px 0;
      margin: 0 5%; }

ol li ul {
  list-style: lower-roman; }

blockquote {
  border-left: 6px solid #F4F4F4;
  color: #565656;
  font-family: utopia-std, serif; }
  blockquote p {
    font-size: 1.45rem; }
  blockquote cite {
    display: block;
    text-align: right;
    font-size: 1.3333333333333333rem;
    width: 95%;
    color: #565656; }

blockquote.call--out {
  padding: 80px 12.5% 30px;
  width: 100%;
  position: relative;
  left: 0%;
  margin: 60px 0;
  text-align: left;
  border-radius: 0px;
  border: 5px solid #283FAF; }
  blockquote.call--out:before {
    content: '';
    position: absolute;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    background: #283FAF;
    top: 50px;
    left: 7%;
    padding: 0px 0px 10px 0px;
    line-height: 40px;
    display: inline-block;
    z-index: 100;
    width: 80px; }
  blockquote.call--out p {
    font-size: 2rem;
    line-height: 42px;
    font-family: utopia-std, serif;
    font-weight: 300;
    font-style: normal;
    color: #212121; }
  blockquote.call--out cite {
    display: block;
    text-align: right;
    font-size: 1.3333333333333333rem;
    width: 95%;
    color: #565656; }
  blockquote.call--out.blue {
    border: 5px solid #00205B; }
    blockquote.call--out.blue:before {
      background: #00205B; }
  blockquote.call--out.yellow {
    border: 5px solid #FFC70A; }
    blockquote.call--out.yellow:before {
      background: #FFC70A; }
  blockquote.call--out.gray {
    border: 5px solid #c2c2c2; }
    blockquote.call--out.gray:before {
      background: #c2c2c2; }

.btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  line-height: 1.65;
  border-radius: 0;
  position: relative;
  z-index: 1;
  border: 1px solid #283FAF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #283FAF;
  overflow: hidden;
  font-family: proxima-nova, sans-serif;
  text-decoration: none;
  background-image: none; }
  .btn:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: #283FAF;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 105% 50%;
    -ms-transform-origin: 105% 50%;
    transform-origin: 105% 50%;
    transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1); }
  .btn:hover {
    color: #fff;
    transition: color 0.3s 0.1s cubic-bezier(0.23, 1, 0.32, 1);
    text-decoration: none; }
    .btn:hover:after {
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
      transform-origin: 0 50%; }
  .btn.dark-reverse {
    border: 1px solid #212121;
    color: #212121;
    background: transparent; }
    .btn.dark-reverse:after {
      background: #212121; }
    .btn.dark-reverse:hover {
      color: white; }
  .btn.light-reverse {
    border: 1px solid white;
    color: white;
    background: transparent; }
    .btn.light-reverse:after {
      background: white; }
    .btn.light-reverse:hover {
      color: #212121; }
  .btn.small {
    font-size: .75rem; }
  .btn.large {
    font-size: 1.25rem; }

.site-logo {
  max-width: 250px;
  position: relative;
  z-index: 9;
  display: block;
  padding: 10px 0; }
  @media (min-width: 998px) {
    .site-logo {
      max-width: 225px; } }
  .site-logo a {
    width: 100%;
    height: auto;
    background-image: none; }
    .site-logo a img {
      width: 100%;
      height: auto; }

header .grid-container {
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 1250px) {
    header .grid-container {
      width: 95%; } }

.site-nav ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .site-nav ul li {
    display: block;
    margin: 0 5px;
    overflow: hidden; }
    @media print, screen and (min-width: 64em) {
      .site-nav ul li {
        display: inline-block;
        margin: 0; } }
    .site-nav ul li a {
      font-weight: 700;
      font-size: 1.35rem;
      color: white;
      font-family: proxima-nova, sans-serif;
      padding: 5px;
      position: relative;
      text-decoration: none;
      background-image: none; }
      @media print, screen and (min-width: 64em) {
        .site-nav ul li a {
          padding: 5px;
          color: #565656;
          font-size: 15px; } }
      @media screen and (min-width: 75em) {
        .site-nav ul li a {
          font-size: 18px;
          padding: 5px 0;
          margin: 0 15px; } }
      @media screen and (min-width: 90em) {
        .site-nav ul li a {
          margin: 0 15px; } }
      .site-nav ul li a:after {
        content: '';
        width: 100%;
        height: 3px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #FFC70A;
        z-index: 1;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 105% 50%;
        -ms-transform-origin: 105% 50%;
        transform-origin: 105% 50%;
        transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
        transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
        transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1); }
        @media print, screen and (min-width: 64em) {
          .site-nav ul li a:after {
            background: #283FAF; } }
      .site-nav ul li a:hover {
        color: #FFC70A;
        text-decoration: none; }
        @media print, screen and (min-width: 64em) {
          .site-nav ul li a:hover {
            color: #283FAF; } }
        .site-nav ul li a:hover:after {
          -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1);
          -webkit-transform-origin: 0 50%;
          -ms-transform-origin: 0 50%;
          transform-origin: 0 50%; }
    .site-nav ul li.active a {
      color: #283FAF; }
      .site-nav ul li.active a:after {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        transform-origin: 0 50%; }

.site-nav.small ul li {
  margin: 0 3px; }
  .site-nav.small ul li a {
    font-size: 1.1rem;
    padding: 5px 0px;
    margin: 0; }
    @media print, screen and (min-width: 64em) {
      .site-nav.small ul li a {
        font-size: 13px; } }
    @media screen and (min-width: 75em) {
      .site-nav.small ul li a {
        padding: 5px 0;
        margin: 0 5px; } }
    .site-nav.small ul li a:after {
      bottom: 1px; }

.toggle {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 5px;
  top: 5px; }
  @media (min-width: 998px) {
    .toggle {
      display: none; } }
  .toggle span {
    width: 75%;
    height: 5px;
    display: block;
    background: #283FAF;
    margin-bottom: 5px;
    position: absolute;
    left: 12.5%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    .toggle span:nth-of-type(1) {
      top: 5px; }
    .toggle span:nth-of-type(2) {
      top: 13px; }
  .toggle .toggle-menu {
    color: #283FAF;
    font-family: proxima-nova, sans-serif;
    position: absolute;
    font-size: .95rem;
    font-weight: 700;
    display: block;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0; }

.menu ul li.current_page_item a {
  color: #00205B; }
  .menu ul li.current_page_item a:after {
    width: 100%;
    background-color: #00205B; }

.menu ul li a {
  color: #283FAF;
  padding: 0;
  opacity: .85;
  position: relative; }
  .menu ul li a:after {
    content: '';
    width: 0%;
    height: 2px;
    background-color: #283FAF;
    left: 0;
    display: inline-block;
    bottom: -3px;
    position: absolute;
    transition: 0.25s cubic-bezier(0.66, -0.39, 0.41, 1.35); }
  .menu ul li a:hover {
    opacity: 1;
    color: #283FAF;
    text-decoration: none; }
    .menu ul li a:hover:after {
      width: 100%; }

.menu .sidebar li {
  padding: 5px 0; }
  .menu .sidebar li a {
    width: fit-content; }

.cta {
  color: #283FAF;
  padding: 0;
  font-weight: bold;
  opacity: .85;
  position: relative;
  text-decoration: none;
  background-image: none; }
  .cta:after {
    content: '';
    width: 30%;
    height: 3px;
    background-color: #283FAF;
    left: 0;
    display: inline-block;
    bottom: -5px;
    position: absolute;
    transition: 0.25s cubic-bezier(0.66, -0.39, 0.41, 1.35); }
  .cta:hover {
    opacity: 1;
    color: #283FAF;
    text-decoration: none; }
    .cta:hover:after {
      width: 100%; }

.search-toggle {
  display: none; }
  @media (min-width: 998px) {
    .search-toggle {
      display: inline-block; } }
  .search-toggle .icon {
    height: auto;
    width: auto;
    display: inline-block; }
    .search-toggle .icon:hover i {
      color: #283FAF; }
    .search-toggle .icon i {
      font-size: 1.35rem; }

.search-area .search-wrap {
  position: relative; }
  .search-area .search-wrap:after {
    content: "\f002";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    position: absolute;
    top: 11px;
    right: 10px; }
  .search-area .search-wrap button {
    display: inline-block;
    width: 70px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -9999px; }

.fill {
  display: block;
  width: 100%; }
  .fill img {
    width: 100%;
    height: auto; }

.full-image {
  height: 50vh;
  background-size: cover; }
  .full-image.full-height {
    height: 100vh; }
  .full-image.fixed {
    background-attachment: fixed; }
  .full-image.background-black, .full-image.background-white, .full-image.background-blue, .full-image.background-yellow {
    position: relative; }
    .full-image.background-black:before, .full-image.background-white:before, .full-image.background-blue:before, .full-image.background-yellow:before {
      content: '';
      width: 100%;
      height: 100%;
      opacity: .5;
      position: absolute;
      top: 0;
      left: 0; }
  .full-image.background-black:before {
    background: black; }
  .full-image.background-white:before {
    background: white; }
  .full-image.background-blue:before {
    background: #00205B; }
  .full-image.background-yellow:before {
    background: #FFC70A; }

.img-small {
  display: block;
  width: 75%;
  min-width: 400px;
  margin: 0 auto; }
  .img-small img {
    width: 100%;
    height: auto; }

.img-large {
  width: 130%;
  position: relative;
  left: -15%; }
  .img-large img {
    width: 100%;
    height: auto; }

.line-below {
  display: inline-block;
  width: 100%;
  position: relative; }
  .line-below.primary:after {
    background-color: #283FAF; }
  .line-below.secondary:after {
    background-color: #FFC70A; }
  .line-below:after {
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1); }
  .line-below:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%; }

.line-above {
  display: inline-block;
  width: 100%;
  position: relative; }
  .line-above.primary:after {
    background-color: #283FAF; }
  .line-above.secondary:after {
    background-color: #FFC70A; }
  .line-above:after {
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1); }
  .line-above:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%; }

.line-left {
  display: inline-block;
  width: 100%;
  position: relative; }
  .line-left.primary:after {
    background-color: #283FAF; }
  .line-left.secondary:after {
    background-color: #FFC70A; }
  .line-left:after {
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1); }
  .line-left:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); }

.overlay-dark {
  display: inline-block;
  background: black; }
  .overlay-dark img {
    transition: opacity .5s; }

.overlay-light {
  display: inline-block;
  background: white; }
  .overlay-light img {
    transition: opacity .5s; }

.overlay-primary {
  display: inline-block;
  background: #00205B; }
  .overlay-primary img {
    transition: opacity .5s; }
  .overlay-primary:hover img {
    opacity: 0; }

.overlay-secondary {
  display: inline-block;
  background: #FFC70A; }
  .overlay-secondary img {
    transition: opacity .5s; }
  .overlay-secondary:hover img {
    opacity: 0; }

.overlay-blue {
  display: inline-block;
  background: #283FAF; }
  .overlay-blue img {
    transition: opacity .5s; }
  .overlay-blue:hover img {
    opacity: 0; }

.quarter:hover img {
  opacity: .75; }

.half:hover img {
  opacity: .5; }

.three-quarters:hover img {
  opacity: .25; }

figure {
  padding: 10px; }
  figure figcaption.caption {
    padding: 15px;
    font-family: proxima-nova, sans-serif;
    color: #565656;
    font-size: 1rem;
    line-height: 20px; }
    figure figcaption.caption.large {
      font-size: 1.55rem;
      line-height: 32px; }
    figure figcaption.caption.small {
      font-size: .8rem; }

.text-overlay {
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: center;
  position: relative;
  z-index: 2; }
  .text-overlay .text-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    margin: 0 auto; }
    .text-overlay .text-inner .m-hero__title {
      font-size: 45px;
      font-family: proxima-nova, sans-serif;
      line-height: 1.2em;
      font-weight: 900;
      text-align: center;
      padding: 12px 20px 0;
      color: #212121; }
    .text-overlay .text-inner .m-hero__text {
      font-family: proxima-nova, sans-serif;
      font-size: 24px;
      line-height: 1.4em;
      font-weight: 400;
      max-width: 90vw;
      padding: 0 20px;
      color: #212121; }
    .text-overlay .text-inner.white-text .m-hero__title, .text-overlay .text-inner.white-text .m-hero__text {
      color: white; }
    .text-overlay .text-inner.center {
      align-items: center; }
    .text-overlay .text-inner.right {
      align-items: flex-end; }

.breadcrumbs {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #212121; }
  .breadcrumbs a {
    color: #283FAF;
    text-decoration: none;
    background-image: none; }
    .breadcrumbs a:after {
      content: '/';
      display: inline-block;
      padding: 0 3px 0 7px;
      color: #565656; }
    .breadcrumbs a:hover {
      text-decoration: underline;
      color: #00205B; }

.data-point {
  display: flex;
  font-size: 1rem; }
  .data-point.no-copy .data {
    top: 20px;
    position: relative; }
  .data-point.border-top {
    border-top: 1px solid #c2c2c2;
    padding-top: 10px; }
  .data-point.border-left {
    border-left: 1px solid #c2c2c2;
    padding-left: 10px; }
  .data-point.thick {
    border-width: 10px; }
  .data-point.data-top, .data-point.data-bottom {
    flex-direction: column; }
  .data-point.data-left, .data-point.data-right {
    flex-direction: row;
    align-items: center; }
    .data-point.data-left .data, .data-point.data-right .data {
      padding: 0 15px; }
  .data-point.small {
    font-size: .9rem; }
    .data-point.small .data {
      font-size: 2.25rem;
      line-height: 36px; }
  .data-point.large {
    font-size: 1.5rem; }
    .data-point.large .data {
      font-size: 8rem;
      line-height: 82px; }
  .data-point.navy {
    color: #00205B; }
    .data-point.navy.border-top {
      border-color: #00205B; }
    .data-point.navy.border-left {
      border-color: #00205B; }
  .data-point.yellow {
    color: #FFC70A; }
    .data-point.yellow.border-top {
      border-color: #FFC70A; }
    .data-point.yellow.border-left {
      border-color: #FFC70A; }
  .data-point.blue {
    color: #283FAF; }
    .data-point.blue.border-top {
      border-color: #283FAF; }
    .data-point.blue.border-left {
      border-color: #283FAF; }
  .data-point.white {
    color: white; }
    .data-point.white.border-top {
      border-color: white; }
    .data-point.white.border-left {
      border-color: white; }
  .data-point.black {
    color: #212121; }
    .data-point.black.border-top {
      border-color: #212121; }
    .data-point.black.border-left {
      border-color: #212121; }
  .data-point.rounded .data {
    border-radius: 5px; }
  .data-point.secondary {
    color: #FFC70A; }
    .data-point.secondary.background .data {
      background: #FFC70A;
      padding: 10px;
      color: #565656;
      display: inline-block;
      width: fit-content; }
    .data-point.secondary.border .data {
      border: 1px solid #FFC70A;
      padding: 10px;
      color: #FFC70A;
      display: inline-block;
      width: fit-content; }
    .data-point.secondary.circle {
      position: relative;
      display: inline-block; }
      .data-point.secondary.circle:before {
        content: '';
        padding-top: 100%;
        display: block;
        background: #FFC70A;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .data-point.secondary.circle .data {
        position: absolute;
        top: 0;
        background: transparent;
        padding: 25px 9px; }
  .data-point .data {
    font-weight: 900;
    font-size: 2.65rem;
    line-height: 32px;
    padding: 10px 0; }
  .data-point p {
    margin: 0;
    text-align: left;
    font-size: 1.5rem;
    font-weight: 700;
    color: #212121; }

.deck {
  font-size: 1.85rem;
  padding-right: 50px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 2rem; }

.kicker {
  width: 75%;
  max-width: 625px;
  margin-bottom: 50px;
  border-top: 1px solid #F4F4F4;
  padding-top: 20px; }
  .kicker p {
    font-size: 1.5rem;
    padding-right: 50px;
    line-height: 36px;
    font-weight: 300; }

.posted-by, .posted-on {
  font-size: .9rem; }

.social .icon {
  overflow: hidden; }
  .social .icon:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #283FAF;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    transform: scale(0);
    transition: .4s;
    z-index: -1; }
  .social .icon i {
    transition: .4s; }
  .social .icon:hover:after {
    transform: scale(2); }
  .social .icon:hover i {
    color: white; }
  .social .icon.border-yellow:after {
    background: #FFC70A; }

.icon {
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 5px;
  position: relative; }
  .icon.fb i {
    position: relative;
    bottom: -7px;
    right: -5px;
    font-size: 2.25rem; }
  .icon i {
    color: #565656;
    display: block;
    margin: 0 auto;
    font-size: 2rem; }
  .icon.blue {
    background: #283FAF;
    transition: border-radius .4s; }
    .icon.blue:after {
      background: #FFC70A;
      z-index: 0; }
    .icon.blue:hover {
      border-radius: 0; }
      .icon.blue:hover i {
        color: #212121; }
    .icon.blue i {
      color: white;
      z-index: 1; }
  .icon.yellow {
    background: #FFC70A;
    transition: border-radius .4s; }
    .icon.yellow:after {
      background: #283FAF;
      z-index: 0; }
    .icon.yellow:hover {
      border-radius: 0; }
      .icon.yellow:hover i {
        color: white; }
    .icon.yellow i {
      color: #212121;
      z-index: 1; }
  .icon.gray {
    background: #565656; }
    .icon.gray i {
      color: white; }
  .icon.white {
    background: white; }
    .icon.white i {
      color: #212121; }
  .icon.black {
    background: #212121; }
    .icon.black i {
      color: white; }
  .icon.border-blue {
    border: 1px solid #283FAF; }
    .icon.border-blue i {
      color: #283FAF; }
  .icon.border-yellow {
    border: 1px solid #FFC70A; }
    .icon.border-yellow i {
      color: #FFC70A; }
  .icon.border-gray {
    border: 1px solid #565656; }
    .icon.border-gray i {
      color: #565656; }
  .icon.border-white {
    border: 1px solid white; }
    .icon.border-white i {
      color: white; }
  .icon.border-black {
    border: 1px solid #212121; }
    .icon.border-black i {
      color: #212121; }
  .icon.circle {
    border-radius: 50%; }
  .icon.square {
    border-radius: 0; }

form label {
  font-size: 1.1rem;
  font-weight: 700;
  font-family: proxima-nova, sans-serif;
  color: #c2c2c2;
  margin-top: 35px; }

form .input-area {
  font-size: 12pt; }

form input {
  box-shadow: none; }
  form input[type="radio"], form input[type="checkbox"] {
    margin: 0 10px 1rem; }

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
  box-shadow: none;
  border-radius: 3px; }

.forgot {
  margin-top: 30px;
  font-size: 10pt; }

.card {
  border-radius: 5px;
  border: 1px solid #c2c2c2; }
  .card.no-border {
    border: none; }
  .card.background-blue {
    background: #283FAF;
    border: none; }
  .card.background-yellow {
    background: #FFC70A;
    border: none; }
  .card.image-left, .card.image-right {
    flex-direction: row; }
    .card.image-left .card-image, .card.image-right .card-image {
      flex-basis: 50%;
      overflow: hidden;
      flex-basis: 50%;
      overflow: hidden;
      display: inline-block; }
      .card.image-left .card-image img, .card.image-right .card-image img {
        height: 100%;
        width: auto;
        max-width: inherit; }
    .card.image-left .card-content, .card.image-right .card-content {
      flex-basis: 50%; }
  .card .card-content {
    padding: 15px; }
    .card .card-content .text-white {
      color: white; }

.intro-section {
  max-width: 1075px;
  margin: 0 auto; }
  .intro-section.w-border {
    padding: 100px 0px;
    border: 10px solid #FFC70A; }
  .intro-section .intro-title {
    font-family: utopia-std, serif;
    color: #212121;
    font-weight: 700;
    font-size: 3rem;
    line-height: 48px;
    margin-bottom: 30px; }
  .intro-section p {
    font-size: 36px;
    color: #212121;
    font-family: proxima-nova, sans-serif; }

.signup-form {
  padding: 10px 20px;
  background: #F4F4F4;
  border-radius: 5px; }
  .signup-form label {
    font-size: .85rem;
    margin-bottom: 10px; }
  .signup-form .signup-content input {
    display: inline-block;
    width: 80%; }
  .signup-form .signup-content button {
    display: inline-block;
    width: 18%;
    float: right; }
  .signup-form.image-top .image-wrapper {
    position: relative;
    top: -10px;
    left: -20px;
    width: calc(100% + 40px);
    border-radius: 5px 5px 0 0;
    overflow: hidden; }
  .signup-form.image-bottom .image-wrapper {
    position: relative;
    bottom: -10px;
    left: -20px;
    width: calc(100% + 40px);
    border-radius: 0 0 5px 5px;
    overflow: hidden; }
  .signup-form.image-left, .signup-form.image-right {
    display: flex;
    flex-direction: row;
    padding: 0; }
    .signup-form.image-left .image-wrapper, .signup-form.image-right .image-wrapper {
      flex-basis: 50%;
      overflow: hidden; }
      .signup-form.image-left .image-wrapper img, .signup-form.image-right .image-wrapper img {
        height: 100%;
        width: auto;
        max-width: inherit; }
    .signup-form.image-left form, .signup-form.image-right form {
      flex-basis: 50%;
      padding: 20px; }
      .signup-form.image-left form input, .signup-form.image-right form input {
        width: 100%; }
      .signup-form.image-left form button, .signup-form.image-right form button {
        width: 50%; }
  .signup-form.image-left .image-wrapper {
    border-radius: 5px 0 0 5px; }
  .signup-form.image-right .image-wrapper {
    border-radius: 0 5px 5px 0; }

.footer-nav .footer-nav-title {
  font-family: proxima-nova, sans-serif;
  color: #00205B;
  font-weight: 600;
  font-size: 1.15rem; }

.footer-nav .footer-nav-items {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 32px; }
  .footer-nav .footer-nav-items li a {
    font-family: proxima-nova, sans-serif;
    color: #565656;
    font-weight: 600;
    font-size: .9rem;
    transition: .2s;
    text-decoration: none; }
    .footer-nav .footer-nav-items li a:hover {
      color: #283FAF;
      text-decoration: underline; }

.sidebar-area {
  margin-right: -.9375rem;
  margin-left: -.9375rem;
  padding: 1.25rem .75rem;
  background: #283FAF;
  height: 100vh;
  overflow: scroll; }
  .sidebar-area h2 {
    margin-bottom: 0; }
    .sidebar-area h2 a {
      color: white; }
      .sidebar-area h2 a:hover {
        color: #FFC70A; }
  .sidebar-area h4 {
    color: white;
    opacity: .65; }
  .sidebar-area .sidebar {
    list-style: none; }
    .sidebar-area .sidebar li {
      line-height: 20px; }
      .sidebar-area .sidebar li a {
        color: white;
        background-image: none; }
        .sidebar-area .sidebar li a:hover {
          color: #FFC70A; }
          .sidebar-area .sidebar li a:hover:after {
            background: #FFC70A; }

.primary-font {
  font-family: proxima-nova, sans-serif; }

.secondary-font {
  font-family: utopia-std, serif; }

.primary-color {
  color: #00205B !important; }

.secondary-color {
  color: #FFC70A; }

.dark-gray {
  color: #565656; }

.gray {
  color: #c2c2c2; }

.light-gray {
  color: #F4F4F4; }

section.alert {
  background: #272727;
  padding: 90px 0 75px;
  position: relative;
  z-index: 10;
  margin-bottom: -10px;
  display: inline-block; }

section.alert .columns {
  width: fit-content !important;
}
section.alert .columns.large-9 {
  display: block;
  width: 100% !important;
}
section.alert .columns.large-3 {
  display: block;
  width: 100% !important;
}
section.alert .cta_sub span {
  float: none;
}

@media (min-width: 798px) {
  section.alert .columns.large-9 {
    float: left;
    width: auto !important;
  }
  section.alert .columns.large-3 {
    width: auto !important;
    float: right;
  }
  section.alert .cta_sub span {
    float: right;
  }
}

@media (min-width: 1024px) {
  section.alert {
    padding: 75px 0;
    margin-bottom: 0px; } }

section.alert .icon {
  margin: 0 auto; }

section.alert .icon i {
  font-size: 4rem;
  color: #FFC70A; }

@media (min-width: 1024px) {
  section.alert .icon i {
    font-size: 3.5rem; } }

section.alert .content {
  color: white;
  font-family: proxima-nova, sans-serif;
  text-align: center; }

@media (min-width: 1024px) {
  section.alert .content {
    text-align: left; } }

section.alert .content .alert-title {
  font-size: 30px;
  font-weight: 900;
  line-height: 32px;
  margin: 30px 0 20px;
  color: white;
  display: inline-block; }

section.alert .content .alert-title:hover {
  color: #FFC70A;
  text-decoration: underline; }

@media (min-width: 1024px) {
  section.alert .content .alert-title {
    margin: 0 0 20px 0; } }

section.alert .content .alert-date {
  font-style: italic;
  font-size: 16px;
  margin-bottom: 30px; }

section.alert .content .alert-content{
    font-size: .9rem;
    letter-spacing: -.1px;
}

@media (min-width: 998px){
    section.alert .content .alert-content{
        font-size: 1.1rem;
        letter-spacing: 0px;
    }
}

section.alert .content .alert-content  span{
    font-size: 1.1rem; }

@media (min-width: 998px){
    section.alert .content .alert-content span{
        font-size: 1.25rem;
        top: 2px;
        position: relative;
    }
}

section.alert .content .alert-content .alt-link {
  opacity: .85;
  color: white;
  text-decoration: underline; }

section.alert .content .alert-content .alt-link:hover {
  color: #FFC70A;
  opacity: 1; }

section.alert .content .btn.alert {
  border: 2px solid white;
  color: white;
  font-size: 15px;
  border-radius: 1px;
  padding: .2rem 1rem;
  margin-top: 30px; }

section.alert .content .btn.alert:after {
  background: #FFC70A;
  height: 105%; }

section.alert .content .btn.alert:hover {
  color: #212121; }

section.alert .content .btn.alert i {
  margin-left: 5px;
  position: relative;
  top: 0;
  right: 0;
  transition: margin-left 0.35s cubic-bezier(0.23, 1, 0.32, 1), right 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  font-size: .75rem; }

section.alert .alert-close-button {
  color: white;
  cursor: pointer;
  opacity: .6;
  transition: .2s;
  position: absolute;
  top: 120px;
  right: 20px; }

@media (min-width: 1024px) {
  section.alert .alert-close-button {
    position: relative;
    top: 0;
    right: 0; } }

section.alert .alert-close-button:hover {
  opacity: 1; }

section.alert .content .alert-content a:hover {
  color: #FFC70A !important; }

section.alert .content .alert-button .cta_sub span:hover {
  color: #252525 !important; }

section.alert {
  padding: 95px 10px 0px !important; }

@media (min-width: 1024px) {
  section.alert {
    padding: 15px 0 !important; } }

section.alert .content .alert-content {
  text-align: center !important; }
@media (min-width: 798px) {
  section.alert .content .alert-content {
    text-align: left !important; }
}

section.alert .cta_sub span{
    font-size: .9rem;
    margin: 5px auto 20px;
}
@media (min-width: 998px){
    section.alert .cta_sub span{
        font-size: 1rem;
        margin: 0 auto;
    }
}

.hero {
  position: relative;
  background: #F4F4F4; }
  @media print, screen and (min-width: 40em) {
    .hero {
      height: auto;
      min-height: unset;
      max-height: unset;
      overflow: hidden; } }
  @media print, screen and (min-width: 64em) {
    .hero {
      height: auto;
      min-height: unset;
      max-height: unset;
      top: -10px;
      margin-bottom: -20px; } }
  @media print, screen and (min-width: 1200px) {
    .hero {
      top: -10px;
      height: calc(100vh - 150px);
      margin-bottom: -10px;
    }
  }
  @media print, screen and (min-width: 1400px) {
    .hero {
      max-height: 700px;
    }
  }
  .aboutpage .hero {
    height: auto;
    min-height: inherit; }
    @media print, screen and (min-width: 64em) {
      .aboutpage .hero {
        min-height: 625px;
        height: 65vh; }
        .aboutpage .hero .hero-image {
          background: white;
          min-height: 625px;
          height: 65vh; } }
    .aboutpage .hero.version-three {
      height: auto;
      top: 75px;
      margin-bottom: 75px;
      position: relative;
      min-height: inherit; }
      @media print, screen and (min-width: 64em) {
        .aboutpage .hero.version-three {
          top: -101px;
          margin-bottom: -101px;
        } }
      @media screen and (min-width: 90em) {
        .aboutpage .hero.version-three {
          height: calc(70vh + 101px);
          min-height: 650px;
        } }
      .aboutpage .hero.version-three.video-hero {
        height: 100%;
        min-height: unset;
        margin-top: 86px;
        margin-bottom: 0;
        top: 0;
        display: inline-block; }
        @media print, screen and (min-width: 64em) {
          .aboutpage .hero.version-three.video-hero {
            margin-top: 0; } }
        .aboutpage .hero.version-three.video-hero .hero-site {
          max-height: inherit;
          padding-bottom: 0; }
        .aboutpage .hero.version-three.video-hero .hero-text-section {
          padding-top: 0 !important;
          padding-right: 0 !important;
          padding-bottom: 0 !important;
          padding-left: 0 !important;
          height: inherit;
          justify-content: center;
          position: absolute;
          z-index: 100;
          bottom: 0;
          max-width: 102rem;
          margin: 0 auto;
          right: 0;
          background: transparent; }
          @media print, screen and (min-width: 64em) {
            .aboutpage .hero.version-three.video-hero .hero-text-section {
              padding-right: 1.2rem !important;
              padding-left: 1.2rem !important; } }
          .aboutpage .hero.version-three.video-hero .hero-text-section .page-text--title {
            color: white; }
        .aboutpage .hero.version-three.video-hero .video_bg {
          background: white;
          width: 100%;
          display: inline-block;
          position: relative;
          top: 0;
          z-index: -1;
          height: fit-content;
          min-height: unset;
          margin-top: 0;
          overflow: visible; }
          .aboutpage .hero.version-three.video-hero .video_bg:before {
            height: 100%; }
            @media print, screen and (min-width: 64em) {
              .aboutpage .hero.version-three.video-hero .video_bg:before {
                background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%); } }
          .aboutpage .hero.version-three.video-hero .video_bg:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100%;
            background: url("http://www.wdev.rochester.edu/blue-pages/assets/images/dot.png");
            background-repeat: repeat;
            display: inline-block; }
          .aboutpage .hero.version-three.video-hero .video_bg video {
            width: 150%;
            height: auto;
            max-width: none;
            left: -25%;
            position: relative;
            margin: 0 0 -10px; }
            @media print, screen and (min-width: 64em) {
              .aboutpage .hero.version-three.video-hero .video_bg video {
                width: 100%;
                left: 0; } }
        .aboutpage .hero.version-three.video-hero #play-pause {
          position: absolute;
          z-index: 100;
          top: 65%;
          right: 15px;
          cursor: pointer;
          opacity: .65;
          transition: .3s; }
          @media print, screen and (min-width: 40em) {
            .aboutpage .hero.version-three.video-hero #play-pause {
              top: 70%; } }
          @media print, screen and (min-width: 64em) {
            .aboutpage .hero.version-three.video-hero #play-pause {
              top: 85%;
              right: 25px; } }
          @media screen and (min-width: 75em) {
            .aboutpage .hero.version-three.video-hero #play-pause {
              top: 90%; } }
          .aboutpage .hero.version-three.video-hero #play-pause i {
            color: white; }
          .aboutpage .hero.version-three.video-hero #play-pause .fa-play {
            display: none; }
          .aboutpage .hero.version-three.video-hero #play-pause .fa-pause {
            display: inline-block; }
          .aboutpage .hero.version-three.video-hero #play-pause.paused .fa-play {
            display: inline-block; }
          .aboutpage .hero.version-three.video-hero #play-pause.paused .fa-pause {
            display: none; }
          .aboutpage .hero.version-three.video-hero #play-pause:hover {
            opacity: 1; }
      .aboutpage .hero.version-three.no-image {
        min-height: auto;
        top: 0;
        margin-top: 85px;
        height: auto;
        padding-top: 50px; }
        @media print, screen and (min-width: 64em) {
          .aboutpage .hero.version-three.no-image {
            top: -101px;
            max-height: 400px;
            margin-top: 0;
            height: calc(70vh + 101px);
            padding-top: 0; } }
        .aboutpage .hero.version-three.no-image .hero-site {
          max-height: inherit; }
        .aboutpage .hero.version-three.no-image .hero-text-section {
          max-height: inherit;
          padding-top: 0 !important;
          padding-bottom: 50px !important;
          padding-right: 1.5rem !important;
          padding-left: 1.5rem !important;
          justify-content: flex-end;
          text-align: left;
          background: transparent; }
        .aboutpage .hero.version-three.no-image .no-image-title {
          font-family: proxima-nova, sans-serif;
          font-size: 3rem;
          letter-spacing: .01em;
          width: 100%;
          padding: 0;
          line-height: .95em;
          position: relative;
          font-weight: 900;
          margin-bottom: 10px; }
          @media print, screen and (min-width: 64em) {
            .aboutpage .hero.version-three.no-image .no-image-title {
              font-size: 4vw; } }
        .aboutpage .hero.version-three.no-image .intro-section {
          margin: 0;
          max-width: 1275px; }
          .aboutpage .hero.version-three.no-image .intro-section p {
            font-size: 26px; }
      .aboutpage .hero.version-three .hero-site {
        height: 100%;
        min-height: initial; }
        @media screen and (min-width: 90em) {
          .aboutpage .hero.version-three .hero-site {
            padding-bottom: 0; } }
      .aboutpage .hero.version-three .hero-text-section {
        z-index: 10;
        width: 100%;
        top: initial;
        bottom: 10px;
        vertical-align: top;
        left: 0 !important;
        flex-direction: column;
        text-align: center;
        max-width: 102rem;
        margin: 0 auto;
        display: flex;
        height: inherit;
        justify-content: flex-end;
        background: #ffc70a;
        padding: 1rem; }
        @media (max-width: 998px) {
          .aboutpage .hero.version-three .hero-text-section .page-text--title {
            transform: translateY(0) !important; } }
        @media print, screen and (min-width: 64em) {
          .aboutpage .hero.version-three .hero-text-section {
            background: transparent;
            padding-top: 165px !important;
            padding-right: 1.5rem !important;
            padding-bottom: 5rem !important;
            padding-left: 1.5rem !important;
            text-align: left;
            justify-content: flex-start; } }
        .aboutpage .hero.version-three .hero-text-section .page-text--title {
          display: inline;
          line-height: 1em;
          font-size: 2.15em;
          color: #212121;
          text-decoration: none;
          font-family: proxima-nova, sans-serif;
          font-weight: 900; }
          @media print, screen and (min-width: 64em) {
            .aboutpage .hero.version-three .hero-text-section .page-text--title {
              color: white; } }
          .aboutpage .hero.version-three .hero-text-section .page-text--title.two {
            font-family: proxima-nova, sans-serif;
            font-size: 3.15rem;
            letter-spacing: .01em;
            width: 100%;
            padding: 0;
            line-height: .95em;
            position: relative; }
            @media print, screen and (min-width: 40em) {
              .aboutpage .hero.version-three .hero-text-section .page-text--title.two {
                font-size: 4rem; } }
            @media print, screen and (min-width: 64em) {
              .aboutpage .hero.version-three .hero-text-section .page-text--title.two {
                font-size: 6.2vw;
                width: fit-content;
                max-width: 65%; } }
            @media screen and (min-width: 90em) {
              .aboutpage .hero.version-three .hero-text-section .page-text--title.two {
                font-size: 6.2vw; } }
            @media screen and (min-width: 115em) {
              .aboutpage .hero.version-three .hero-text-section .page-text--title.two {
                font-size: 4.3vw;
                max-width: 55%; } }
            .aboutpage .hero.version-three .hero-text-section .page-text--title.two .tab {
              font-family: proxima-nova-condensed, sans-serif;
              text-transform: uppercase;
              font-weight: 800;
              position: relative;
              font-size: 1rem;
              letter-spacing: .1em;
              line-height: 25px;
              margin-bottom: 0;
              color: white;
              padding-left: .45rem; }
          .aboutpage .hero.version-three .hero-text-section .page-text--title.three {
            font-size: 4.5em; }
        .aboutpage .hero.version-three .hero-text-section .breadcrumbs {
          margin: 20px auto 0;
          width: fit-content;
          background: #ffc70a;
          padding: 5px 15px; }
          @media print, screen and (min-width: 40em) {
            .aboutpage .hero.version-three .hero-text-section .breadcrumbs {
              margin: 20px 0 0 8px; } }
          .aboutpage .hero.version-three .hero-text-section .breadcrumbs a {
            color: #303030;
            text-decoration: underline; }
            .aboutpage .hero.version-three .hero-text-section .breadcrumbs a:after {
              color: #303030; }
          .aboutpage .hero.version-three .hero-text-section .breadcrumbs span {
            color: #303030;
            opacity: .45; }
        .aboutpage .hero.version-three .hero-text-section .image_caption {
          position: absolute;
          bottom: 125px;
          color: white;
          text-align: center;
          left: 0;
          right: 0;
          font-size: 14px;
          background: rgba(0, 0, 0, 0.35);
          padding: 10px; }
          @media print, screen and (min-width: 40em) {
            .aboutpage .hero.version-three .hero-text-section .image_caption {
              bottom: 150px; } }
          @media print, screen and (min-width: 64em) {
            .aboutpage .hero.version-three .hero-text-section .image_caption {
              bottom: 0;
              padding: 20px 25px;
              color: white;
              text-align: right;
              font-size: 16px;
              background: transparent; }
              .aboutpage .hero.version-three .hero-text-section .image_caption:after {
                content: '';
                background: black;
                background: linear-gradient(0deg, rgba(0, 0, 0, 0.797356) 0%, rgba(0, 0, 0, 0) 100%);
                display: block;
                width: 100%;
                height: 200%;
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                z-index: -1; } }
      .aboutpage .hero.version-three .hero-image {
        background: white;
        width: 150%;
        left: -25%;
        height: inherit;
        display: inline-block;
        position: relative;
        top: 0;
        overflow: inherit;
        z-index: -1; }
        @media (max-width: 998px) {
          .aboutpage .hero.version-three .hero-image img {
            transform: translateY(0) !important; } }
        @media print, screen and (min-width: 64em) {
          .aboutpage .hero.version-three .hero-image {
            width: 100%;
            left: -0;
            position: absolute; } }
        .aboutpage .hero.version-three .hero-image:before {
          content: '';
          background: black;
          background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 50%;
          z-index: 10;
          display: none; }
          @media print, screen and (min-width: 64em) {
            .aboutpage .hero.version-three .hero-image:before {
              width: 65%;
              top: 0;
              display: inline-block;
              bottom: initial;
              height: 100%;
              background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); } }
        .aboutpage .hero.version-three .hero-image img {
          opacity: 1 !important;
          width: 100%;
          left: 0;
          top: 0;
          height: auto; }
          @media screen and (min-width: 75em) {
            .aboutpage .hero.version-three .hero-image img {
              top: 0px; } }
          @media screen and (min-width: 90em) {
            .aboutpage .hero.version-three .hero-image img {
              width: 140%;
              left: -5%;
              height: auto; } }
          @media screen and (min-width: 115em) {
            .aboutpage .hero.version-three .hero-image img {
              width: 120%;
              height: auto;
              top: -100px; } }
          @media (max-height: 800px) {
            .aboutpage .hero.version-three .hero-image img {
              left: 0; } }
    .aboutpage .hero.version-four {
      height: 65vh; }
      .aboutpage .hero.version-four.white .hero-text-section {
        background: white; }
      .aboutpage .hero.version-four .hero-text-section {
        z-index: 10;
        position: absolute;
        display: inline-block;
        width: fit-content;
        vertical-align: top;
        left: 0 !important;
        padding: 50px 5% 50px;
        top: 15%;
        flex-direction: column;
        text-align: center;
        background: #ffc70a; }
        @media print, screen and (min-width: 40em) {
          .aboutpage .hero.version-four .hero-text-section {
            text-align: left;
            top: 15%;
            bottom: initial; } }
        .aboutpage .hero.version-four .hero-text-section .page-text--title {
          font: 900 72px/.9 proxima-nova, sans-serif;
          color: #303030;
          font-weight: 700; }
          @media print, screen and (min-width: 40em) {
            .aboutpage .hero.version-four .hero-text-section .page-text--title {
              font: 900 86px/.9 proxima-nova, sans-serif;
              max-width: 425px; } }
        .aboutpage .hero.version-four .hero-text-section .breadcrumbs {
          margin: 20px auto 0;
          width: fit-content; }
          @media print, screen and (min-width: 40em) {
            .aboutpage .hero.version-four .hero-text-section .breadcrumbs {
              margin: 20px 0 0 8px; } }
          .aboutpage .hero.version-four .hero-text-section .breadcrumbs a {
            color: #303030;
            text-decoration: underline; }
            .aboutpage .hero.version-four .hero-text-section .breadcrumbs a:after {
              color: #303030; }
          .aboutpage .hero.version-four .hero-text-section .breadcrumbs span {
            color: #303030;
            opacity: .45; }
      .aboutpage .hero.version-four .hero-image {
        background: white;
        width: 85%;
        height: 65vh;
        float: right;
        display: inline-block; }
        .aboutpage .hero.version-four .hero-image img {
          opacity: 1 !important;
          width: auto;
          left: -100%;
          height: 100%;
          top: 0; }
          @media print, screen and (min-width: 40em) {
            .aboutpage .hero.version-four .hero-image img {
              left: 0; } }
          @media print, screen and (min-width: 64em) {
            .aboutpage .hero.version-four .hero-image img {
              width: 125%;
              height: auto; } }
          @media screen and (min-width: 90em) {
            .aboutpage .hero.version-four .hero-image img {
              width: 100%;
              height: auto; } }
    .aboutpage .hero .page-title {
      font: 900 86px/.95 Circular;
      font-family: proxima-nova, sans-serif;
      color: #212121;
      position: absolute;
      top: 20%;
      width: 40%;
      max-width: 650px;
      left: 75px; }
    .aboutpage .hero .hero-text {
      top: -125px;
      margin-bottom: -125px;
      border-top: none !important; }
    .aboutpage .hero .hero-text--content {
      font-size: 1.8rem;
      line-height: 1.3; }
  .curriculum .hero {
    min-height: 625px;
    height: 65vh; }
    .curriculum .hero .hero-image {
      background: white;
      min-height: 625px;
      height: 65vh; }
      .curriculum .hero .hero-image img {
        width: 100%;
        height: auto; }
    .curriculum .hero .page-title {
      font: 900 86px/.95 Circular;
      font-family: proxima-nova, sans-serif;
      color: #212121;
      position: absolute;
      top: 20%;
      width: 40%;
      max-width: 650px;
      left: 75px; }
    .curriculum .hero .hero-text {
      top: -125px;
      margin-bottom: -125px;
      border-top: none !important; }
    .curriculum .hero .hero-text--content {
      font-size: 1.8rem;
      line-height: 1.3; }

.hero-site {
  position: relative;
  z-index: 1; }
  @media print, screen and (min-width: 40em) {
    .hero-site {
      height: auto;
      min-height: unset;
      max-height: unset; } }
  @media print, screen and (min-width: 1200px) {
    .hero-site {
      height: auto;
    }
  }
  @media screen and (min-width: 90em) {
    .hero-site {
      max-height: inherit; } }
  .hero-site .caption {
    position: relative;
    right: 0;
    font-size: .75rem;
    font-weight: 900;
    bottom: 0;
    float: right;
    max-width: 350px;
    text-align: right;
    padding: 15px 0; }

.hero-site .hero-image {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
  @media print, screen and (min-width: 40em) {
    .hero-site .hero-image {
      overflow: hidden; } }
  .hero-site .hero-image img {
    height: auto;
    width: 150%;
    max-width: inherit;
    left: -25%;
    top: -25%;
    position: relative; }
    @media (max-width: 998px) {
      .hero-site .hero-image img {
        transform: translateY(0) !important; } }
    @media print, screen and (min-width: 40em) {
      .hero-site .hero-image img {
        width: 100%;
        height: auto;
        left: 0;
      }
    }
    @media print, screen and (min-width: 1200px) {
    .hero-site .hero-image img {
    width: auto;
    height: 100%;
    left: -50%; } }
    @media print, screen and (min-width: 64em) {
      .hero-site .hero-image img {
        left: 0%; } }
    @media screen and (min-width: 998px) {
      .hero-site .hero-image img {
        height: auto;
        position: relative;
        max-width: inherit;
        width: 100%;
        left: 0;
        top: 0;
      } }
    @media screen and (min-width: 115em) {
      .hero-site .hero-image img {
        width: 100%;
        left: 0; } }
    @media print, screen and (min-width: 1400px) {
      .hero-site .hero-image img {
        top: 0; } }

.hero-section--text {
  display: block;
  position: relative;
  background: #ffc70a;
  margin-top: -10px;
}
  @media print, screen and (min-width: 998px) {
    .hero-section--text {
      position: absolute;
      background: transparent;
      bottom: 3.5rem;
      left: 5%;
      flex-direction: column;
      justify-content: center; } }
  @media print, screen and (min-width: 64em) {
    .hero-section--text {
      max-width: 700px; } }
  @media screen and (min-width: 90em) {
    .hero-section--text {
      max-width: 900px; } }
  .hero-section--text .hero-text--title {
    padding-top: 25px;
    line-height: 1em;
    font-size: 3em;
    text-decoration: none;
    font-family: proxima-nova, sans-serif;
    font-weight: 900;
    width: 100%;
    text-align: center;
    display: inline-block;
    color: #303030; }
    @media print, screen and (min-width: 998px) {
      .hero-section--text .hero-text--title {
        line-height: 1.51em;
        background: rgba(255, 200, 10, 0.7);
        display: inline;
        padding: .15em 0;
        -moz-box-shadow: -15px 0 0 rgba(255, 200, 10, 0.7), 15px 0 0 rgba(255, 200, 10, 0.7);
        -webkit-box-shadow: -15px 0 0 rgba(255, 200, 10, 0.7), 15px 0 0 rgba(255, 200, 10, 0.7);
        box-shadow: -15px 0 0 rgba(255, 200, 10, 0.7), 15px 0 0 rgba(255, 200, 10, 0.7);
        -ms-box-decoration-break: clone;
        -webkit-box-decoration-break: clone;
        -o-box-decoration-break: clone;
        box-decoration-break: clone;
        margin-bottom: 1em;
        width: fit-content;
        font-size: 4em; } }
    @media print, screen and (min-width: 64em) {
      .hero-section--text .hero-text--title {
        font-size: 5rem; } }
    @media screen and (min-width: 75em) {
      .hero-section--text .hero-text--title {
        font-size: 6rem; } }
  .hero-section--text .cta_sub {
    display: inline-block;
    width: 100%;
  }
    .hero-section--text .cta_sub span {
      color: #303030;
      background: rgba(255, 200, 10, 0.7);
      padding: 15px 10px 12px;
      float: left;
      position: relative;
      margin: 0;
      width: 100%;
      font-size: 1.15rem;
      text-align: center; }
      .hero-section--text .cta_sub span:after {
        display: none; }
      .hero-section--text .cta_sub span:hover {
        padding: 15px 10px 12px;
        text-decoration: underline; }
      @media print, screen and (min-width: 998px) {
        .hero-section--text .cta_sub span {
          width: fit-content;
          width: -moz-fit-content;
          font-size: 1.25rem;
          left: -15px;
          padding: 7px 10px 5px;
          margin-top: 25px; }
          .hero-section--text .cta_sub span:hover {
            padding: 7px 20px 5px; }
          }
      .hero-section--text .cta_sub span i {
        top: 0px; }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero-section--text .cta_sub span {
    display: table;
    width: auto;
  }
}

.hero-site .hero-text {
  padding: 40px 50px;
  background: white;
  top: -175px;
  margin-bottom: -75px;
  position: relative;
  width: 95%; }
  @media print, screen and (min-width: 40em) {
    .hero-site .hero-text {
      width: 65%;
      max-width: 700px; } }
  @media print, screen and (min-width: 64em) {
    .hero-site .hero-text {
      width: 45%; } }
  @media screen and (min-width: 115em) {
    .hero-site .hero-text {
      margin-bottom: -175px; } }
  .hero-site .hero-text .hero-text--title {
    font-family: utopia-std, serif;
    font-size: 2rem;
    line-height: 40px;
    color: #212121;
    margin-bottom: 20px;
    font-weight: 900; }
  .hero-site .hero-text .hero-text--content {
    margin-bottom: 35px; }
  .hero-site .hero-text .cta_two {
    float: right; }

.hero-site.yellow .hero-text {
  border-top: 10px solid #ffc70a; }

.hero-site.blue .hero-text {
  border-top: 10px solid #00205B; }

.hero-site.right .hero-text {
  float: right;
  margin-right: -50px; }

.hero-site.left .hero-text {
  float: left;
  margin-left: -50px; }

.cta_two {
  padding: 10px 20px;
  font-weight: 900;
  font-size: 1.25rem;
  transition: 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  width: 100%;
  text-align: center;
  display: inline-block; }
  .cta_two i {
    margin-left: 5px;
    position: relative;
    top: -1px;
    right: 0;
    transition: margin-left 0.35s cubic-bezier(0.23, 1, 0.32, 1), right 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    font-size: .75rem; }
  @media print, screen and (min-width: 40em) {
    .cta_two {
      width: auto; } }
  .cta_two.yellow {
    background: #ffc70a;
    color: #292929; }
    .cta_two.yellow:hover i {
      color: #ffc70a; }
  .cta_two.blue {
    background: #00205B;
    color: white; }
    .cta_two.blue:hover i {
      color: #00205B; }
  .cta_two.blue-second {
    background: #283FAF;
    color: white; }
    .cta_two.blue-second:hover i {
      color: #283FAF; }
  .cta_two.black {
    background: #212121;
    color: white; }
    .cta_two.black:hover i {
      color: #212121; }
  .cta_two.small {
    font-size: .85rem; }
  .cta_two.border-blue-second {
    background: transparent;
    border: 1px solid #283FAF; }
  .cta_two:hover {
    background: transparent;
    color: #212121; }
    .cta_two:hover i {
      margin-left: 10px;
      right: -2px;
      transition: 0.35s cubic-bezier(0.23, 1, 0.32, 1); }

.cta_sub span {
  font-weight: 900;
  transition: 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  color: #212121;
  font-size: 1rem;
  padding: 0px 0 5px;
  margin: 0;
  width: fit-content;
  width: -moz-fit-content;
  position: relative;
  display: inline-block;
  display: block; }
  .cta_sub span:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: #ffc70a;
    content: '';
    transition: 0.25s cubic-bezier(0.66, -0.39, 0.41, 1.35); }
  .cta_sub span:hover:after {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .cta_sub span {
      float: right;
      margin-top: 20px;
      margin-bottom: 25px;
      display: inline-block; } }
  @media print, screen and (min-width: 64em) {
    .cta_sub span {
      font-size: 1.25rem; } }
  .cta_sub span:after {
    width: 100%; }
  .cta_sub span:hover {
    color: #212121;
    background: #ffc70a;
    padding: 5px 10px; }
    .cta_sub span:hover i {
      margin-left: 10px;
      color: #212121; }
  .cta_sub span i {
    margin-left: 5px;
    position: relative;
    top: 0px;
    right: 0;
    transition: margin-left 0.35s cubic-bezier(0.23, 1, 0.32, 1), right 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    font-size: .75rem; }

.cta_sub.btn_white span {
  color: white; }

.cta_sub.btn_white:hover span {
  background: #ffc70a;
  padding: 5px 20px;
  color: #212121; }

.cta_sub.btn_white:hover:after {
  transform: translateX(0); }

.animate .section-title {
  opacity: 0;
  transform: translateX(-25px);
  transition: .4s;
  transition-delay: .3s; }

.animate .cta_sub {
  opacity: 0;
  transform: translateX(25px);
  transition: .4s;
  transition-delay: .3s; }

.animate.transition-in .section-title {
  opacity: 1;
  transform: translateX(0); }

.animate.transition-in .cta_sub {
  opacity: 1;
  transform: translateX(0); }

.animate.already-visible .section-title {
  opacity: 1;
  transform: translateX(0); }

.animate.already-visible .cta_sub {
  opacity: 1;
  transform: translateX(0); }

.news {
  padding: 50px 2.5% 75px;
  z-index: 1;
  position: relative; }
.news .row{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news .row:before, .news .row:after{
  display: none;
}
  .news .column:nth-of-type(2), .news .columns:nth-of-type(2) {
    margin: 5px 0; }
    @media (min-width: 768px) {
      .news .column:nth-of-type(2), .news .columns:nth-of-type(2) {
        margin: 0; } }
  @media (min-width: 768px) {
    .news {
      padding: 100px 2.5% 75px;
    }
    .news .row{
      flex-direction: row;
    }
    .news .column, .news .columns {
      width: 32%;
      padding-right:0;
      padding-left:0;
    } }
  .news .column.news-title, .news .news-title.columns {
    width: 100%; }
.news .news-title h2{
  font-size: 2.25rem;
  line-height: 48px;
  margin-bottom: 0px;
}
.news .news-title .section-title {
  margin-bottom:0;
}
    @media (min-width: 768px) {
      .news .news-title h2{
        font-size: 3rem;
      }
      .news .column.news-title, .news .news-title.columns {
        width: auto; } }
  @media print, screen and (min-width: 40em) {
    .news {
      padding: 100px 2.5% 75px; } }
  .news .top-row {
    margin-top: 25px;
    margin-bottom: 25px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
    .news .top-row .news-items:nth-of-type(1) {
      transform: translateX(-25px); }
    .news .top-row .news-items:nth-of-type(2) {
      transform: translateX(0); }
    .news .top-row .news-items:nth-of-type(3) {
      transform: translateX(25px); }
  .news .bottom-row {
    position: relative;
    display: flex;
    flex-wrap: wrap; }
    .news .bottom-row .news-items:nth-of-type(1) {
      transform: translateX(-25px); }
    .news .bottom-row .news-items:nth-of-type(2) {
      transform: translateX(0); }
    .news .bottom-row .news-items:nth-of-type(3) {
      transform: translateX(25px); }
  .news .news-items {
    position: relative;
    margin-bottom: 10px;
    opacity: 0;
    transition: .35s;
    transition-delay: .2s;
    display: inline-flex;
    flex-direction: column;
    height: inherit;
    min-height: 100%;
    height: inherit;
    background: white;
    width: 100%; }
    .news .news-items .cat {
      font-size: 1rem;
      font-weight: 100;
      color: #212121;
      padding: 5px 10px;
      background: #ffc70a;
      position: relative;
      width: fit-content;
      width: -moz-fit-content;
      margin-bottom: 20px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .news .news-items .cat {
        display: table;
      }
    }

    .news .news-items:hover .news-item--image img {
      transform: scale(1.3);
      opacity: .65; }
    .news .news-items:hover .news-item--text .title {
      color: #ffc70a; }
    .news .news-items img {
      height: 100%;
      left: -115px;
      width: auto;
      position: relative;
      max-width: none; }
      @media (min-width: 588px) {
        .news .news-items img {
          left: 0; } }
      @media print, screen and (min-width: 40em) {
        .news .news-items img {
          height: auto;
          width: 165%;
          left: -25%;
          height: auto; } }
      @media print, screen and (min-width: 64em) {
        .news .news-items img {
          width: 150%; } }
    .news .news-items .news-item--image {
      width: 100%;
      height: 350px;
      overflow: hidden;
      background: #212121; }
      @media (min-width: 768px) {
        .news .news-items .news-item--image {
          height: 225px; } }
      @media (min-width: 998px) {
        .news .news-items .news-item--image {
          height: 250px; } }
      @media (min-width: 1255px) {
        .news .news-items .news-item--image {
          height: 350px; } }
      .news .news-items .news-item--image img {
        transform: scale(1.05);
        transition: 0.4s cubic-bezier(0.8, -0.08, 0.36, 1.35); }
    .news .news-items .news-item--text {
      height: 50%;
      position: relative;
      bottom: 0px;
      background: white;
      padding: 20px 10px 45px 30px;
      transition: 0.4s cubic-bezier(0.8, -0.08, 0.36, 1.35); }

.news-item--text .title {
  font-family: proxima-nova, sans-serif;
  font-size: 1.3rem;
  line-height: 22px;
  color: #212121;
  margin-bottom: 20px;
  transition: 0.4s cubic-bezier(0.8, -0.08, 0.36, 1.35);
  font-weight: 900;
  width: 90%; }
  @media print, screen and (min-width: 64em) {
    .news-item--text .title {
      font-size: 1.4rem;
      line-height: 28px; } }

.news-item--text .text {
  font-size: 1.15rem;
  width: 90%;
  color: #565656; }

.transition-in .news-items {
  opacity: 1;
  transform: translateX(0) !important; }

.already-visible .news-items {
  opacity: 1;
  transform: translateX(0) !important; }

.events {
  padding: 125px 2.5% 100px;
  background: #F4F4F4; }
  .events .cta_two {
    margin-top: 0;
    margin-bottom: 50px; }
    @media print, screen and (min-width: 40em) {
      .events .cta_two {
        margin-top: 30px; } }
  .events .events-row {
    display: flex;
    flex-direction: column; }
    @media print, screen and (min-width: 64em) {
      .events {
        padding: 125px 2.5% 200px;}
      .events .events-row {
        flex-direction: row; } }
  .events .events-items {
    margin-top: 25px;
    position: relative;
    transition: .5s;
    opacity: 0;
    transition-delay: .2s;
    display: inline-flex; }
    .events .events-items:nth-of-type(1) {
      transform: translateX(-35px); }
      .events .events-items:nth-of-type(1) .events-item--text {
        background: #303030; }
        .events .events-items:nth-of-type(1) .events-item--text .title {
          color: white; }
        .events .events-items:nth-of-type(1) .events-item--text .date {
          color: white;
          border-color: white; }
        .events .events-items:nth-of-type(1) .events-item--text .time {
          color: white; }
        .events .events-items:nth-of-type(1) .events-item--text .event {
          color: white; }
        .events .events-items:nth-of-type(1) .events-item--text .location {
          color: white; }
    .events .events-items:nth-of-type(2) .events-item--text {
      background: white; }
      .events .events-items:nth-of-type(2) .events-item--text .title {
        color: #303030; }
      .events .events-items:nth-of-type(2) .events-item--text .date {
        color: #303030; }
      .events .events-items:nth-of-type(2) .events-item--text .time {
        color: #303030; }
      .events .events-items:nth-of-type(2) .events-item--text .event {
        color: #303030; }
      .events .events-items:nth-of-type(2) .events-item--text .location {
        color: #303030; }
    .events .events-items:nth-of-type(3) {
      transform: translateX(35px); }
      .events .events-items:nth-of-type(3) .events-item--text {
        background: #ffc70a; }
        .events .events-items:nth-of-type(3) .events-item--text .title {
          color: #303030; }
        .events .events-items:nth-of-type(3) .events-item--text .date {
          color: #303030; }
        .events .events-items:nth-of-type(3) .events-item--text .time {
          color: #303030; }
        .events .events-items:nth-of-type(3) .events-item--text .location {
          color: #303030; }
        .events .events-items:nth-of-type(3) .events-item--text .event {
          color: #303030; }
          .events .events-items:nth-of-type(3) .events-item--text .event:after {
            background: #303030; }
          .events .events-items:nth-of-type(3) .events-item--text .event:hover {
            color: white; }
    .events .events-items:hover .event {
      padding: 25px 55px; }
      .events .events-items:hover .event:after {
        transform: translateX(0); }
    .events .events-items:hover:nth-of-type(1) .event {
      color: #303030; }
    .events .events-items:hover:nth-of-type(3) .event {
      color: white; }
    .events .events-items .events-item--text {
      position: relative;
      padding: 45px 45px 75px 45px;
      transition: .5s;
      width: 100%; }
      @media print, screen and (min-width: 64em) {
        .events .events-items .events-item--text {
          padding: 50px; } }
      @media screen and (min-width: 75em) {
        .events .events-items .events-item--text {
          padding: 65px; } }
  .events .transition-in.events-items {
    opacity: 1;
    transform: translateX(0); }
  .events .already-visible.events-items {
    opacity: 1;
    transform: translateX(0); }

.events-item--text .title {
  font-family: proxima-nova, sans-serif;
  font-size: 1.65rem;
  line-height: 28px;
  color: #303030;
  font-weight: 900;
  margin-bottom: 30px;
  transition: 0.4s cubic-bezier(0.8, -0.08, 0.36, 1.35); }
  .events-item--text .title span {
    display: block;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 1.2rem; }
  @media print, screen and (min-width: 64em) {
    .events-item--text .title {
      font-size: 1.65rem;
      line-height: 28px; } }
  @media screen and (min-width: 75em) {
    .events-item--text .title {
      font-size: 1.7rem;
      line-height: 30px; } }
  @media screen and (min-width: 115em) {
    .events-item--text .title {
      font-size: 2rem;
      line-height: 34px; } }

.events-item--text .event_information {
  position: relative;
  width: 100%;
  margin-bottom: 30px; }

.events-item--text .date {
  color: #565656;
  font-size: 1.15rem;
  font-weight: 900;
  margin: 0 0 20px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid black; }
  @media print, screen and (min-width: 64em) {
    .events-item--text .date {
      font-size: 1.25rem; } }
  .events-item--text .date i {
    padding-right: 10px; }

.events-item--text .time {
  font-size: 1.1rem;
  margin: 0 0 10px 0;
  color: #565656; }
  .events-item--text .time i {
    padding-right: 10px; }

.events-item--text .location {
  font-size: 1.1rem;
  margin: 0;
  color: #565656;
  width: 90%;
  padding-left: 26px;
  line-height: 22px; }
  .events-item--text .location i {
    font-size: 1.45rem;
    padding: 0 10px 0 2px;
    position: absolute;
    left: 0; }

.events-item--text .event {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px 75px;
  color: #212121;
  font-weight: 900;
  overflow: hidden;
  transition: .35s; }
  .events-item--text .event:after {
    content: '';
    width: 100%;
    position: absolute;
    background: #ffc70a;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    transform: translateX(-101%);
    transition: .35s; }
  .events-item--text .event span {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%; }
    .events-item--text .event span i {
      position: absolute;
      right: 0;
      top: 10px;
      transition: margin-left 0.35s cubic-bezier(0.23, 1, 0.32, 1), right 0.35s cubic-bezier(0.23, 1, 0.32, 1);
      font-size: .75rem; }

.stripe {
  padding: 0 0 65px;
  margin: 0;
  position: relative;
  width: 100%; }
  @media (max-width: 998px) {
    .stripe {
      background: #ffc70a !important; } }
  @media print, screen and (min-width: 64em) {
    .stripe {
      padding: 100px 0 65px; } }
  .stripe .row {
    display: flex;
    flex-wrap: wrap; }
    .stripe .row .columns {
      display: inline-flex; }
      .stripe .row .columns .stripe-content {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 5%; }
  .stripe.background-full {
    background: #ffc70a; }
    @media print, screen and (min-width: 64em) {
      .stripe.background-full {
        background: #F4F4F4; } }
  @media print, screen and (min-width: 64em) {
    .stripe {
      background: #ffffff;
      background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f4f4f4 100%);
      background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f4f4f4 100%);
      background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f4f4f4 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); } }
  @media print, screen and (min-width: 64em) {
    .stripe.background-reverse {
      background: #ffffff;
      background: -moz-linear-gradient(top, #f4f4f4 0%, #e1e1e1 50%, #f1f1f1 51%, #ffffff 100%);
      background: -webkit-linear-gradient(top, #f4f4f4 0%, #e1e1e1 50%, #f1f1f1 51%, #ffffff 100%);
      background: linear-gradient(to bottom, #f4f4f4 0%, #e1e1e1 50%, #f1f1f1 51%, #ffffff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 ); } }
  .stripe .stripe-video {
    position: relative;
    z-index: 1;
    transform: translateX(-50px);
    opacity: 0;
    transition: .35s; }
    .stripe .stripe-video:after {
      content: '';
      left: 0;
      top: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      background: black;
      background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 35%); }
    @media print, screen and (min-width: 40em) {
      .stripe .stripe-video {
        height: 75vh;
        min-height: 600px;
        overflow: hidden; } }
    @media screen and (min-width: 115em) {
      .stripe .stripe-video {
        height: auto; } }
    .stripe .stripe-video video {
      width: 100%;
      position: relative; }
      @media print, screen and (min-width: 40em) {
        .stripe .stripe-video video {
          width: auto;
          height: 100%;
          left: -25%; } }
      @media screen and (min-width: 90em) {
        .stripe .stripe-video video {
          left: 0; } }
      @media screen and (min-width: 115em) {
        .stripe .stripe-video video {
          width: 110%;
          height: auto; } }
    .stripe .stripe-video .videoWrapper {
      position: relative;
      padding-bottom: 65%;
      /* 16:9 */
      padding-top: 25px;
      height: 0; }
    .stripe .stripe-video .videoWrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .stripe .stripe-video #play-pause-button, .stripe .stripe-video #media-open {
      position: absolute;
      bottom: 30px;
      right: 30px;
      z-index: 1;
      border: 2px solid white;
      transition: .3s;
      cursor: pointer; }
      .stripe .stripe-video #play-pause-button .watch-title, .stripe .stripe-video #media-open .watch-title {
        font-family: proxima-nova, sans-serif;
        color: white;
        position: absolute;
        left: -175px;
        width: 175px;
        font-weight: 700;
        transform: translateX(0);
        opacity: 1;
        transition: .3s;
        font-size: 1.35rem; }
      .stripe .stripe-video #play-pause-button:hover, .stripe .stripe-video #media-open:hover {
        opacity: 1;
        background: #283FAF;
        border-color: #283FAF; }
        .stripe .stripe-video #play-pause-button:hover .watch-title, .stripe .stripe-video #media-open:hover .watch-title {
          transform: translateX(-10px); }
        .stripe .stripe-video #play-pause-button:hover i, .stripe .stripe-video #media-open:hover i {
          color: white; }
      .stripe .stripe-video #play-pause-button i, .stripe .stripe-video #media-open i {
        color: white;
        font-size: 1.5rem;
        position: relative; }
      .stripe .stripe-video #play-pause-button .fa-play, .stripe .stripe-video #media-open .fa-play {
        display: block;
        right: -2px;
        top: 1px; }
    .stripe .stripe-video.stripe-video:after {
      display: none; }
  .stripe .stripe-content {
    width: 90%;
    margin: 30px auto 0;
    opacity: 0;
    transition: .35s;
    transition-delay: .2s; }
    @media print, screen and (min-width: 64em) {
      .stripe .stripe-content {
        width: 100%; } }
    @media screen and (min-width: 90em) {
      .stripe .stripe-content {
        width: 70%;
        max-width: 620px;
        padding: 0 0 0 80px;
        margin: 0; } }
    .stripe .stripe-content:after {
      content: '';
      position: absolute;
      height: 55vh;
      background: #FFC70A;
      width: 100%;
      right: 0;
      top: 0;
      z-index: 0; }
      @media print, screen and (min-width: 64em) {
        .stripe .stripe-content:after {
          width: 55%;
          height: 100%; } }
    .stripe .stripe-content h2 {
      font-size: 2.65rem;
      margin-bottom: 60px;
      line-height: 42px;
      color: #212121;
      width: 90%;
      z-index: 1;
      padding-top: 30px; }
      @media print, screen and (min-width: 40em) {
        .stripe .stripe-content h2 {
          padding-top: 0;
          font-size: 3rem;
          line-height: 56px; } }
      @media screen and (min-width: 75em) {
        .stripe .stripe-content h2 {
          font-size: 3.65rem;
          line-height: 64px; } }
    .stripe .stripe-content h2, .stripe .stripe-content h3, .stripe .stripe-content h4, .stripe .stripe-content h5, .stripe .stripe-content h6 {
      position: relative;
      z-index: 1; }
    .stripe .stripe-content p {
      position: relative;
      z-index: 1; }
    .stripe .stripe-content p.lead {
      position: relative;
      font-size: 1.6rem;
      z-index: 1; }
  .stripe .cta_sub {
    position: relative;
    margin-top: 50px;
    float: left;
    padding-left: 0;
    z-index: 1;
    transition: none;
    width: fit-content;
    width: -moz-fit-content; }
    .stripe .cta_sub span:after {
      display: none !important; }
    .stripe .cta_sub span {
      margin: 0 auto;
      padding: 5px 10px;
      border: 2px solid #303030;
      color: #303030;
      float: left;
      transition: 0.25s cubic-bezier(0.66, -0.39, 0.41, 1.35); }
      .stripe .cta_sub span i {
        transition: 0.1s; }
    .stripe .cta_sub:hover {
      color: #ffc70a; }
      .stripe .cta_sub:hover span {
        padding: 5px 20px;
        color: #ffc70a;
        background: #303030; }
      .stripe .cta_sub:hover i {
        color: #ffc70a; }

.no-pad {
  padding: 0; }

#video-section {
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  transform: translateY(-100%);
  transition: background .3s, transform 0.01s .4s;
  z-index: 1000; }
  #video-section .video-section--inner {
    position: relative;
    background: white;
    width: 95%;
    z-index: 1;
    padding: 50px 25px 25px 25px;
    transform: translateY(-100%);
    transition: 0.6s cubic-bezier(0.8, -0.05, 0.36, 1.05);
    margin: 0 auto;
    max-width: 1075px; }
    #video-section .video-section--inner .video-responsive {
      overflow: hidden;
      padding-bottom: 56.25%;
      position: relative;
      height: 0; }
    #video-section .video-section--inner .video-responsive iframe {
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      position: absolute; }
    #video-section .video-section--inner button:focus {
      outline: none; }
  #video-section #respect_video {
    width: 100%; }
  .open-video #video-section {
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.8);
    transition: transform 0.01s, background .3s .01s; }
    .open-video #video-section .video-section--inner {
      transform: translateY(25px); }

.transition-in.stripe-video {
  opacity: 1;
  transform: translateX(0); }

.transition-in.stripe-content {
  opacity: 1; }

.already-visible.stripe-video {
  opacity: 1;
  transform: translateX(0); }

.already-visible.stripe-content {
  opacity: 1; }

.stripe-two {
  position: relative;
  padding-top: 0; }
  @media print, screen and (min-width: 40em) {
    .stripe-two {
      top: -50px;
      margin-bottom: -100px; } }
  .stripe-two .stripe-two--image {
    padding: 0;
    opacity: 0;
    transform: translateY(30px);
    transition: .4s .5s; }
    @media print, screen and (min-width: 40em) {
      .stripe-two .stripe-two--image {
        height: 600px;
        overflow: hidden;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
    .stripe-two .stripe-two--image img {
      width: 100%; }
  .stripe-two .stripe-two--text {
    background: white;
    position: relative;
    padding-top: 35px; }
    .stripe-two .stripe-two--text .section-title {
      opacity: 0;
      transform: translateY(30px);
      transition: .4s;
      transition-delay: .5s; }
    .stripe-two .stripe-two--text .column:nth-of-type(2), .stripe-two .stripe-two--text .columns:nth-of-type(2) {
      opacity: 0;
      transform: translateY(30px);
      transition: .4s;
      transition-delay: .75s; }
    @media screen and (min-width: 75em) {
      .stripe-two .stripe-two--text {
        max-width: 70%;
        top: -50px;
        padding: 35px; } }
    @media screen and (min-width: 115em) {
      .stripe-two .stripe-two--text {
        max-width: 50%; } }
    .stripe-two .stripe-two--text .cta_sub {
      margin-top: 20px; }

.transition-in .stripe-two--image {
  opacity: 1;
  transform: translateY(0); }

.transition-in.stripe-two--text .section-title {
  opacity: 1;
  transform: translateY(0px); }

.transition-in.stripe-two--text .column:nth-of-type(2), .transition-in.stripe-two--text .columns:nth-of-type(2) {
  opacity: 1;
  transform: translateY(0px); }

.already-visible .stripe-two--image {
  opacity: 1;
  transform: translateY(0); }

.already-visible.stripe-two--text .section-title {
  opacity: 1;
  transform: translateY(0px); }

.already-visible.stripe-two--text .column:nth-of-type(2), .already-visible.stripe-two--text .columns:nth-of-type(2) {
  opacity: 1;
  transform: translateY(0px); }

.aboutpage .section-two {
  background: #F4F4F4; }
  .aboutpage .section-two .card-row {
    padding: 3rem 0; }
  .aboutpage .section-two .card-row:nth-of-type(2) .cards {
    background: #212121; }
    .aboutpage .section-two .card-row:nth-of-type(2) .cards .title {
      color: white; }
    .aboutpage .section-two .card-row:nth-of-type(2) .cards p {
      color: white; }
  .aboutpage .section-two .card-row:nth-of-type(3) .cards {
    background: white; }
    .aboutpage .section-two .card-row:nth-of-type(3) .cards .title {
      color: #212121; }
    .aboutpage .section-two .card-row:nth-of-type(3) .cards p {
      color: #212121; }
  .aboutpage .section-two .card-row:nth-of-type(1) .cards {
    background: #ffc70a; }
    .aboutpage .section-two .card-row:nth-of-type(1) .cards .title {
      color: #212121; }
    .aboutpage .section-two .card-row:nth-of-type(1) .cards p {
      color: #212121; }
  .aboutpage .section-two .cards {
    position: relative;
    transition: .5s; }
  .aboutpage .section-two .cards .cards--text {
    padding: 65px;
    min-height: 350px; }
    @media print, screen and (min-width: 64em) {
      .aboutpage .section-two .cards .cards--text {
        padding: 40px;
        min-height: 450px; } }
    @media screen and (min-width: 75em) {
      .aboutpage .section-two .cards .cards--text {
        padding: 55px; } }
    @media screen and (min-width: 115em) {
      .aboutpage .section-two .cards .cards--text {
        min-height: 525px; } }
  .aboutpage .section-two .cards .title {
    font-family: proxima-nova, sans-serif;
    font-size: 1.65rem;
    line-height: 28px;
    color: #212121;
    font-weight: 900;
    margin-bottom: 30px;
    transition: 0.4s cubic-bezier(0.8, -0.08, 0.36, 1.35); }
    @media print, screen and (min-width: 64em) {
      .aboutpage .section-two .cards .title {
        font-size: 1.75rem;
        line-height: 32px; } }
    @media screen and (min-width: 75em) {
      .aboutpage .section-two .cards .title {
        font-size: 2.25rem;
        line-height: 38px; } }
  .aboutpage .section-two .cards p {
    font-size: 1.1rem;
    margin: 0 0 10px 0;
    color: #565656; }

@media screen and (min-width: 90em) {
  .aboutpage .section-three .section-image {
    width: 175%;
    position: relative; } }

.aboutpage .section-three .mission {
  margin: 50px auto 150px;
  display: inline-block; }
  .aboutpage .section-three .mission h3 {
    margin-bottom: 50px; }
  .aboutpage .section-three .mission .mission--item {
    font-size: 1.5rem;
    padding: 0;
    margin-bottom: 30px;
    color: #212121;
    font-weight: 900; }
    .aboutpage .section-three .mission .mission--item span {
      height: 100%;
      width: 7px;
      background: #ffc70a;
      display: inline-block;
      left: -0.9375rem;
      position: relative; }

.aboutpage .section-three .bg-gray {
  padding: 50px;
  background: #F4F4F4;
  min-height: 365px; }

.aboutpage .section-three .content-section {
  display: inline-block;
  width: 100%;
  padding: 35px 0;
  border-bottom: 1px solid #F4F4F4; }
  .aboutpage .section-three .content-section:last-of-type {
    border-bottom: none; }
  .aboutpage .section-three .content-section h4 {
    margin-bottom: 10px; }
  .aboutpage .section-three .content-section .dynamic {
    font-weight: 900;
    color: #00205B; }
  .aboutpage .section-three .content-section .cta_sub {
    margin-top: 10px; }

.aboutpage .section-four {
  padding: 100px 0 100px; }
  .aboutpage .section-four .section-image {
    overflow: hidden;
    position: relative; }
    .aboutpage .section-four .section-image img {
      width: 175%;
      left: -37.5%;
      position: relative;
      max-width: initial; }
  .aboutpage .section-four .section-content {
    display: inline-block;
    margin-bottom: 100px; }

.aboutpage .section-five {
  padding-bottom: 25px; }
  @media screen and (min-width: 90em) {
    .aboutpage .section-five .section-image {
      width: 175%;
      position: relative; } }
  .aboutpage .section-five .content-section {
    margin: 25px auto; }
    .aboutpage .section-five .content-section .title {
      font-family: proxima-nova, sans-serif;
      font-size: 1.3rem;
      line-height: 22px;
      color: #212121;
      margin-bottom: 5px;
      font-weight: 900;
      width: 90%; }
      @media print, screen and (min-width: 64em) {
        .aboutpage .section-five .content-section .title {
          font-size: 1.2rem;
          line-height: 24px; } }

.aboutpage .section-six .section-title {
  max-width: 400px; }

.aboutpage .section-six .cta_sub {
  margin-top: 0px; }

.aboutpage .section-six .section-image {
  margin-top: 30px; }

.tall-img {
  margin-top: 50px; }
  .tall-img .section-image {
    overflow: hidden;
    position: relative; }
    .tall-img .section-image img {
      width: 175%;
      left: -37.5%;
      position: relative;
      max-width: initial; }

@media print, screen and (min-width: 64em) {
  .card-row {
    padding: 1rem 0; } }

.cards-column.threexone:nth-of-type(2) .cards {
  background: #212121; }
  .cards-column.threexone:nth-of-type(2) .cards .title {
    color: white; }
  .cards-column.threexone:nth-of-type(2) .cards p {
    color: white; }

.cards-column.threexone:nth-of-type(3) .cards {
  background: white; }
  .cards-column.threexone:nth-of-type(3) .cards .title {
    color: #212121; }
  .cards-column.threexone:nth-of-type(3) .cards p {
    color: #212121; }

.cards-column.threexone:nth-of-type(1) .cards {
  background: #ffc70a; }
  .cards-column.threexone:nth-of-type(1) .cards .title {
    color: #212121; }
  .cards-column.threexone:nth-of-type(1) .cards p {
    color: #212121; }

.cards {
  position: relative;
  transition: .5s; }

.cards .cards--text {
  padding: 40px 40px 150px 40px; }
  @media print, screen and (min-width: 64em) {
    .cards .cards--text {
      min-height: 450px;
      padding: 65px; } }
  @media screen and (min-width: 75em) {
    .cards .cards--text {
      padding: 55px; } }
  @media screen and (min-width: 115em) {
    .cards .cards--text {
      min-height: 525px; } }

.cards .title {
  font-family: proxima-nova, sans-serif;
  font-size: 1.65rem;
  line-height: 28px;
  color: #212121;
  font-weight: 900;
  margin-bottom: 30px;
  transition: 0.4s cubic-bezier(0.8, -0.08, 0.36, 1.35); }
  @media print, screen and (min-width: 64em) {
    .cards .title {
      font-size: 1.75rem;
      line-height: 32px; } }
  @media screen and (min-width: 75em) {
    .cards .title {
      font-size: 2.25rem;
      line-height: 38px; } }

.cards p {
  font-size: 1.1rem;
  margin: 0 0 10px 0;
  color: #565656; }

.four_search {
  position: relative;
  display: block; }

.four_search .fa-search {
  position: absolute;
  top: 21px;
  right: 110px;
  display: inline-block;
  font-size: 1.15rem;
  opacity: 1;
  color: white;
  text-indent: 0; }

.four_search form {
  margin: 0px auto 10px;
  position: relative;
  max-width: 650px;
  width: 90%; }

@media print, screen and (min-width: 64em) {
  .four_search form {
    margin: 0px auto 40px; } }

.four_search input, .four_search input:focus {
  font-family: proxima-nova, sans-serif;
  box-shadow: none;
  height: 60px;
  margin: 0;
  border-radius: 0;
  border: none;
  font-size: 1rem;
  letter-spacing: .01563rem;
  font-weight: 700;
  background-color: white;
  color: #212121;
  border: 1px solid #c2c2c2;
  padding-left: 15px; }

@media print, screen and (min-width: 64em) {
  .four_search input, .four_search input:focus {
    font-size: 1.85rem; } }

.four_search .popular {
  margin: 35px auto 0;
  position: relative;
  max-width: 650px;
  width: 90%;
  display: block; }

@media print, screen and (min-width: 64em) {
  .four_search .popular {
    width: 100%; } }

.four_search .popular .inner-pop {
  display: inline-block;
  flex-basis: 90%;
  width: 90%;
  flex-direction: column;
  margin: 0 auto; }

@media print, screen and (min-width: 64em) {
  .four_search .popular .inner-pop {
    width: 100%; } }

.four_search .popular .inner-pop:nth-of-type(2) .title {
  margin-top: 30px; }

.four_search .popular .title {
  color: #212121;
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
  font-size: 1.45rem;
  margin-bottom: 5px; }

.four_search .popular ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.four_search .popular ul li {
  display: inline-block;
  margin: 0 15px 0 0px; }

.four_search .popular ul li a {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: #283FAF;
  opacity: .75;
  text-decoration: underline;
  transition: .3s; }

.four_search .popular ul li a:hover {
  opacity: 1; }

.site-header {
  max-width: 102rem;
  margin: 0 auto;
  z-index: 90;
  width: 100%;
  padding-top: 1rem !important;
  padding-right: 1.2rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1.2rem !important;
  background: #fefefe;
  display: inline-flex; }
  .site-header::before, .site-header::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .site-header::after {
    clear: both; }
  @media screen and (min-width: 75em) {
    .site-header {
      padding-top: 0.85rem !important;
      padding-right: 1.2rem !important;
      padding-bottom: 0.85rem !important;
      padding-left: 1.2rem !important;
      display: flex; } }

@media print, screen and (min-width: 64em) {
  .site-header.fixed {
    padding-top: 75px;
    position: fixed;
    top: -125px;
    left: 0;
    right: 0;
    padding-top: 1rem !important;
    padding-right: 1.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 1.5rem !important; } }

@media print, screen and (min-width: 64em) {
  body.push-down .canvas {
    padding-top: 101px; } }

body {
  transition: 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  left: 0; }

.site-header {
  position: fixed; }
  @media print, screen and (min-width: 64em) {
    .site-header {
      position: relative; } }
  .site-header:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: -100vw;
    width: 200vw;
    background-color: #fff;
    height: 75px; }
    @media print, screen and (min-width: 64em) {
      .site-header:before {
        height: 85px; } }
    @media screen and (min-width: 90em) {
      .site-header:before {
        height: 90px; } }

@media print, screen and (min-width: 64em) {
  .site-header.show-menu {
    transform: translateY(145%);
    transition: top .01s, transform .5s .01s; } }

.site-header.show-menu:before {
  position: fixed;
  border-bottom: 1px solid #afafaf; }

.site-header--identity {
  float: left;
  display: inline-flex;
  justify-content: center;
  flex-direction: column; }
  .site-header--identity img {
    width: 200px; }
    @media print, screen and (min-width: 64em) {
      .site-header--identity img {
        width: 175px; } }
    @media screen and (min-width: 75em) {
      .site-header--identity img {
        width: 300px; } }

.site-header--nav-container {
  position: absolute;
  top: 74px;
  right: -100%;
  z-index: 99;
  width: 100%;
  height: 100vh;
  padding: 0 0 50px 0;
  background: #00205B;
  opacity: 0;
  transition: opacity .5s, right .01s .5s;
  overflow: scroll; }
  .reveal-menu .site-header--nav-container {
    opacity: 1;
    right: 0;
    transition: right .01s, opacity .5s .01s; }
  @media print, screen and (min-width: 64em) {
    .site-header--nav-container {
      margin-right: 0;
      display: block;
      display: table;
      position: relative;
      float: left;
      height: 60px;
      right: 0;
      opacity: 1;
      top: 0;
      width: calc(100% - 175px);
      transform: none;
      padding: 0;
      background: #fefefe; } }
  @media screen and (min-width: 75em) {
    .site-header--nav-container {
      width: calc(100% - 300px); } }

.site-header--search-control {
  display: none;
  position: relative;
  color: #283FAF;
  padding: 1px 0; }
  .site-header--search-control:hover {
    color: white; }
    .site-header--search-control:hover:after {
      transform: scale(1); }
  .site-header--search-control:focus {
    outline: none; }
  .site-header--search-control .fa-search {
    display: inline-block;
    position: relative;
    z-index: 2;
  }
  .site-header--search-control .fa-times {
    display: none; }
  .site-header--search-control:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: #283FAF;
    top: -11px;
    left: -11px;
    border-radius: 50%;
    z-index: 1  ;
    transform: scale(0);
    transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1); }
  .site-header--search-control:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border: 2px solid #283FAF;
    top: -11px;
    left: -11px;
    border-radius: 50%;
    z-index: 1;
    transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1); }
  .reveal-search .site-header--search-control {
    margin-left: 23px; }
    .reveal-search .site-header--search-control:after {
      left: -14px;
      transform: scale(1); }
    .reveal-search .site-header--search-control:before {
      left: -14px; }
    .reveal-search .site-header--search-control .fa-search {
      display: none; }
    .reveal-search .site-header--search-control .fa-times {
      display: inline-block;
      margin-right: 3px;
      color: white;
      z-index: 10;
      position: relative;
    }
  @media print, screen and (min-width: 64em) {
    .site-header--search-control {
      display: block;
      margin-left: 20px;
      cursor: pointer;
      font-size: 1.15rem;
      top: 1px;
      margin-right: 20px;
    } }

.site-header--search-control---mobile {
  position: absolute;
  right: 65px;
  top: 20px;
  font-size: 1rem;
  display: inline-block;
  color: #283FAF;
  cursor: pointer;
  padding: 1px 0; }
  .site-header--search-control---mobile .fa-search {
    display: inline-block; }
  .site-header--search-control---mobile .fa-times {
    display: none; }
  .site-header--search-control---mobile:focus {
    outline: none; }
  @media print, screen and (min-width: 64em) {
    .site-header--search-control---mobile {
      display: none; } }
  .site-header--search-control---mobile .menu-btn-text {
    font-size: 12px;
    line-height: 23px;
    font-weight: 700;
    font-family: proxima-nova, sans-serif;
    color: #212121; }
    .site-header--search-control---mobile .menu-btn-text .open {
      display: block; }
    .site-header--search-control---mobile .menu-btn-text .close {
      display: none; }

.site-header--menu-control {
  position: absolute;
  right: 10px;
  top: 17px;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 10px;
  cursor: pointer; }
  .site-header--menu-control:focus {
    outline: none; }
  @media print, screen and (min-width: 64em) {
    .site-header--menu-control {
      display: none; } }
  .site-header--menu-control .menu-btn-text {
    font-size: 12px;
    line-height: 17px;
    font-weight: 700;
    font-family: proxima-nova, sans-serif;
    color: #212121; }
    .site-header--menu-control .menu-btn-text .open {
      display: block; }
    .site-header--menu-control .menu-btn-text .close {
      display: none; }
  .site-header--menu-control i {
    color: #283FAF;
    font-size: 20px; }
  .site-header--menu-control .fa-bars {
    display: block; }
  .site-header--menu-control .fa-times {
    display: none; }
  .reveal-menu .site-header--menu-control .fa-bars {
    display: none; }
  .reveal-menu .site-header--menu-control .fa-times {
    display: block; }
  .reveal-menu .site-header--menu-control .menu-btn-text .open {
    display: none; }
  .reveal-menu .site-header--menu-control .menu-btn-text .close {
    display: block; }

#about .site-header--nav__primary ul li:last-of-type {
  background: #283FAF; }
  @media print, screen and (min-width: 64em) {
    #about .site-header--nav__primary ul li:last-of-type {
      background: white; } }
  #about .site-header--nav__primary ul li:last-of-type a {
    color: white; }
    @media print, screen and (min-width: 64em) {
      #about .site-header--nav__primary ul li:last-of-type a {
        color: #283FAF; } }
    #about .site-header--nav__primary ul li:last-of-type a:after {
      width: 100%; }

#academics .site-header--nav__primary ul li:nth-of-type(1) {
  background: #283FAF; }
  @media print, screen and (min-width: 64em) {
    #academics .site-header--nav__primary ul li:nth-of-type(1) {
      background: white; } }
  #academics .site-header--nav__primary ul li:nth-of-type(1) a {
    color: white; }
    @media print, screen and (min-width: 64em) {
      #academics .site-header--nav__primary ul li:nth-of-type(1) a {
        color: #283FAF; } }
    #academics .site-header--nav__primary ul li:nth-of-type(1) a:after {
      width: 100%; }

#research .site-header--nav__primary ul li:nth-of-type(2) {
  background: #283FAF; }
  @media print, screen and (min-width: 64em) {
    #research .site-header--nav__primary ul li:nth-of-type(2) {
      background: white; } }
  #research .site-header--nav__primary ul li:nth-of-type(2) a {
    color: white; }
    @media print, screen and (min-width: 64em) {
      #research .site-header--nav__primary ul li:nth-of-type(2) a {
        color: #283FAF; } }
    #research .site-header--nav__primary ul li:nth-of-type(2) a:after {
      width: 100%; }

#campus-life .site-header--nav__primary ul li:nth-of-type(4) {
  background: #283FAF; }
  @media print, screen and (min-width: 64em) {
    #campus-life .site-header--nav__primary ul li:nth-of-type(4) {
      background: white; } }
  #campus-life .site-header--nav__primary ul li:nth-of-type(4) a {
    color: white; }
    @media print, screen and (min-width: 64em) {
      #campus-life .site-header--nav__primary ul li:nth-of-type(4) a {
        color: #283FAF; } }
    #campus-life .site-header--nav__primary ul li:nth-of-type(4) a:after {
      width: 100%; }

#apply .site-header--nav__primary ul li:nth-of-type(3) {
  background: #283FAF; }
  @media print, screen and (min-width: 64em) {
    #apply .site-header--nav__primary ul li:nth-of-type(3) {
      background: white; } }
  #apply .site-header--nav__primary ul li:nth-of-type(3) a {
    color: white; }
    @media print, screen and (min-width: 64em) {
      #apply .site-header--nav__primary ul li:nth-of-type(3) a {
        color: #283FAF; } }
    #apply .site-header--nav__primary ul li:nth-of-type(3) a:after {
      width: 100%; }

#medicine .site-header--nav__primary ul li:nth-of-type(5) {
  background: #283FAF; }
  @media print, screen and (min-width: 64em) {
    #medicine .site-header--nav__primary ul li:nth-of-type(5) {
      background: white; } }
  #medicine .site-header--nav__primary ul li:nth-of-type(5) a {
    color: white; }
    @media print, screen and (min-width: 64em) {
      #medicine .site-header--nav__primary ul li:nth-of-type(5) a {
        color: #283FAF; } }
    #medicine .site-header--nav__primary ul li:nth-of-type(5) a:after {
      width: 100%; }

#working .site-header--nav__secondary ul li:nth-of-type(1) {
  background: #283FAF; }
  @media print, screen and (min-width: 64em) {
    #working .site-header--nav__secondary ul li:nth-of-type(1) {
      background: white; } }
  #working .site-header--nav__secondary ul li:nth-of-type(1) a {
    color: white; }
    @media print, screen and (min-width: 64em) {
      #working .site-header--nav__secondary ul li:nth-of-type(1) a {
        color: #283FAF; } }
    #working .site-header--nav__secondary ul li:nth-of-type(1) a:after {
      width: 100%; }

#visit .site-header--nav__secondary ul li:nth-of-type(2) {
  background: #283FAF; }
  @media print, screen and (min-width: 64em) {
    #visit .site-header--nav__secondary ul li:nth-of-type(2) {
      background: white; } }
  #visit .site-header--nav__secondary ul li:nth-of-type(2) a {
    color: white; }
    @media print, screen and (min-width: 64em) {
      #visit .site-header--nav__secondary ul li:nth-of-type(2) a {
        color: #283FAF; } }
    #visit .site-header--nav__secondary ul li:nth-of-type(2) a:after {
      width: 100%; }

.site-header--nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  padding-bottom: 20px;
  margin-bottom: 20px; }
  @media print, screen and (min-width: 64em) {
    .site-header--nav {
      height: 42px;
      display: table-cell;
      vertical-align: middle;
      padding: 0;
      margin: 0; } }
  .site-header--nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .site-header--nav ul li {
    padding: 10px 40px; }
    @media print, screen and (min-width: 64em) {
      .site-header--nav ul li {
        display: inline-block;
        padding: 5px 0;
        padding: initial; } }
  .site-header--nav a {
    display: block;
    color: #fefefe;
    font-weight: bold;
    background-image: none;
    font-size: 1.2rem;
    text-transform: uppercase; }
    .site-header--nav a:hover {
      text-decoration: underline;
      color: #283FAF; }
      @media print, screen and (min-width: 64em) {
        .site-header--nav a:hover {
          text-decoration: none; } }
    @media print, screen and (min-width: 64em) {
      .site-header--nav a {
        position: relative;
        display: inline-block;
        color: #212121; }
        .site-header--nav a:after {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 0%;
          height: 2px;
          background-color: #ffc70a;
          content: '';
          transition: 0.25s cubic-bezier(0.66, -0.39, 0.41, 1.35); }
        .site-header--nav a:hover:after {
          width: 100%; }
        .site-header--nav a:after {
          background-color: #283FAF; }
        .site-header--nav a:hover {
          color: #283FAF; } }

.site-header--nav__primary {
  background: white;
  width: 101%; }
  @media print, screen and (min-width: 64em) {
    .site-header--nav__primary {
      text-align: center;
      width: auto; } }
  .site-header--nav__primary a {
    color: #212121; }
    @media print, screen and (min-width: 64em) {
      .site-header--nav__primary a {
        margin: 0 5px;
        font-size: 13px; } }
    @media screen and (min-width: 90em) {
      .site-header--nav__primary a {
        margin: 0 10px;
        font-size: 17px; } }
    @media screen and (min-width: 115em) {
      .site-header--nav__primary a {
        margin: 0 12px;
        font-size: 18px; } }

.site-header--nav__secondary {
  border-bottom: none; }
  .site-header--nav__secondary ul li {
    padding: 5px 35px; }
    @media print, screen and (min-width: 64em) {
      .site-header--nav__secondary ul li {
        padding: 0; } }
    .site-header--nav__secondary ul li a {
      text-align: center;
      border-radius: 5px;
      padding: 7px 0;
      color: white;
      background: #283FAF; }
      @media print, screen and (min-width: 64em) {
        .site-header--nav__secondary ul li a {
          color: #212121;
          padding: 0px 0;
          background: transparent; } }
      .site-header--nav__secondary ul li a:hover {
        color: #ffc70a; }
        @media print, screen and (min-width: 64em) {
          .site-header--nav__secondary ul li a:hover {
            color: #283FAF; } }
  .site-header--nav__secondary a {
    font-size: 1rem; }
  @media print, screen and (min-width: 64em) {
    .site-header--nav__secondary {
      width: 240px;
      text-align: right; }
      .site-header--nav__secondary a {
        font-size: 12px;
        margin: 0 5px; } }
  @media screen and (min-width: 75em) {
    .site-header--nav__secondary {
      width: 275px;
      text-align: right; }
      .site-header--nav__secondary a {
        font-size: 13px;
        margin: 0 10px; } }

.reveal-search .canvas {
  filter: blur(4px);
  transition: .3s; }

.reveal-search footer {
  filter: blur(4px);
  transition: .3s; }

.site-search {
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: -100%;
  width: 100vw;
  z-index: 89;
  background-color: rgba(33, 33, 33, 0.95);
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transition: opacity .35s, top .01s .35s; }
  .site-search .fa-search {
    position: absolute;
    top: 21px;
    right: 110px;
    display: inline-block;
    font-size: 1.15rem;
    opacity: 1;
    color: white;
    text-indent: 0; }
  .reveal-search .site-search {
    top: 0;
    opacity: 1;
    transition: top .01s, opacity .35s .01s; }
  .site-search form {
    margin: 50px auto 10px;
    position: relative;
    max-width: 650px;
    width: 90%; }
    @media print, screen and (min-width: 64em) {
      .site-search form {
        margin: 75px auto 40px; } }
  .site-search input, .site-search input:focus {
    font-family: proxima-nova, sans-serif;
    box-shadow: none;
    height: 60px;
    margin: 0;
    border-radius: 0;
    border: none;
    font-size: 1rem;
    letter-spacing: .01563rem;
    font-weight: 700;
    background-color: white;
    color: #212121;
    padding-left: 15px; }
    @media print, screen and (min-width: 64em) {
      .site-search input, .site-search input:focus {
        font-size: 1.85rem; } }
  .site-search .popular {
    margin: 35px auto 0;
    position: relative;
    max-width: 650px;
    width: 90%;
    display: block; }
    @media print, screen and (min-width: 64em) {
      .site-search .popular {
        width: 100%; } }
    .site-search .popular .inner-pop {
      display: block;
      width: 90%;
      margin: 0 auto; }
      @media print, screen and (min-width: 64em) {
        .site-search .popular .inner-pop {
          width: 100%; } }
      .site-search .popular .inner-pop:nth-of-type(2) .title {
        margin-top: 30px; }
    .site-search .popular .title {
      color: white;
      font-family: proxima-nova, sans-serif;
      font-weight: 900;
      font-size: 1.45rem;
      margin-bottom: 5px; }
    .site-search .popular ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .site-search .popular ul li {
        display: inline-block;
        margin: 0 15px 0 0px; }
        .site-search .popular ul li a {
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-size: 1.15rem;
          color: white;
          opacity: .75;
          text-decoration: underline;
          transition: .3s; }
          .site-search .popular ul li a:hover {
            opacity: 1; }

input[type="submit"].site-search--submit {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background: #283FAF;
  height: 100%;
  border: none;
  padding: 0 15px 0 25px;
  box-shadow: none;
  margin: 0;
  border-radius: 0;
  font-size: .85rem;
  text-indent: 0;
  letter-spacing: .01563rem;
  font-weight: 700;
  width: auto;
  color: white;
  text-transform: uppercase; }
  @media print, screen and (min-width: 64em) {
    input[type="submit"].site-search--submit {
      padding: 0 35px 0 55px;
      font-size: 1rem; } }
  input[type="submit"].site-search--submit div {
    display: inline-block;
    text-transform: uppercase;
    opacity: 1;
    color: white;
    top: -3px;
    position: relative; }

.search-close {
  display: none;
  position: absolute;
  top: 40px;
  right: 30px;
  cursor: pointer;
  color: #303030;
  transition: .35s; }
  .search-close:hover {
    color: #283FAF; }
  .search-close i {
    font-size: 2rem; }

#nav-search input::-webkit-input-placeholder {
  /* Edge */
  color: #c2c2c2 !important; }

#nav-search input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c2c2c2 !important; }

#nav-search input::placeholder {
  color: #c2c2c2 !important; }

.gsc-search-box {
  display: inline-block !important;
  width: 100%;
  position: relative; }
  .gsc-search-box .gsc-search-box {
    display: inline-block !important;
    width: 100%; }
    .gsc-search-box .gsc-search-box tbody {
      display: inline-block !important;
      width: 100%;
      border: none; }
      .gsc-search-box .gsc-search-box tbody tr {
        display: inline-block !important;
        width: 100%; }
        .gsc-search-box .gsc-search-box tbody tr .gsc-input {
          display: inline-block !important;
          width: 100%;
          padding: 0;
          margin: 0; }
          .gsc-search-box .gsc-search-box tbody tr .gsc-input .gsc-input-box {
            border: none; }
            .gsc-search-box .gsc-search-box tbody tr .gsc-input .gsc-input-box .gsib_a {
              padding: 0; }
              .gsc-search-box .gsc-search-box tbody tr .gsc-input .gsc-input-box .gsib_a input, .gsc-search-box .gsc-search-box tbody tr .gsc-input .gsc-input-box .gsib_a input:focus {
                font-family: proxima-nova, sans-serif;
                box-shadow: none;
                height: 60px !important;
                margin: 0 !important;
                border-radius: 0;
                border: 1px solid #b8b8b8 !important;
                font-size: 1rem !important;
                letter-spacing: .01563rem;
                font-weight: 700;
                background-color: white;
                color: #212121;
                padding-left: 15px !important; }
                @media print, screen and (min-width: 64em) {
                  .gsc-search-box .gsc-search-box tbody tr .gsc-input .gsc-input-box .gsib_a input, .gsc-search-box .gsc-search-box tbody tr .gsc-input .gsc-input-box .gsib_a input:focus {
                    font-size: 1.85rem; } }
  .gsc-search-box .gsc-input tbody tr {
    display: inline-block;
    width: 100%; }
    .gsc-search-box .gsc-input tbody tr td {
      display: inline-block;
      width: 100%; }
      .gsc-search-box .gsc-input tbody tr td.gsib_b {
        display: none; }
  .gsc-search-box .gsc-search-button {
    padding: 0; }
    .gsc-search-box .gsc-search-button button.gsc-search-button {
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0;
      background: #283FAF;
      height: 100%;
      border: none;
      padding: 0 25px;
      box-shadow: none;
      margin: 0;
      border-radius: 0;
      font-size: .85rem;
      text-indent: 0;
      letter-spacing: .01563rem;
      font-weight: 700;
      width: auto;
      color: white;
      text-transform: uppercase; }
      .gsc-search-box .gsc-search-button button.gsc-search-button svg {
        width: 20px;
        height: 20px; }

body .gsc-above-wrapper-area-container tbody {
  border: none; }
  body .gsc-above-wrapper-area-container tbody .gsc-result-info-container {
    padding: 0; }
    body .gsc-above-wrapper-area-container tbody .gsc-result-info-container .gsc-result-info {
      padding-bottom: 5px; }

body .gsc-adBlock {
  padding: 25px;
  display: inline-block;
  width: 100%;
  height: auto !important;
  border: 1px solid #E9E9E9;
  margin: 0;
  border-top: none; }

body .gs-title {
  font-size: 1.25rem !important;
  font-family: proxima-nova, sans-serif; }
  body .gs-title b {
    font-size: 1.25rem !important; }

body .gsc-webResult .gsc-result {
  padding: 20px 0;
  display: inline-block;
  width: 100%;
  height: auto !important; }
  body .gsc-webResult .gsc-result .gs-snippet b, body .gsc-webResult .gsc-result .gs-snippet strong {
    color: #00205B !important;
    font-family: proxima-nova, sans-serif; }
  body .gsc-webResult .gsc-result .gs-result .gs-title b, body .gsc-webResult .gsc-result .gs-result .gs-title strong, body .gsc-webResult .gsc-result .gs-result .gs-title * b, body .gsc-webResult .gsc-result .gs-result .gs-title * strong {
    color: #00205B !important;
    font-family: proxima-nova, sans-serif; }
  body .gsc-webResult .gsc-result .gs-webResult.gs-result a.gs-title:visited, body .gsc-webResult .gsc-result .gs-webResult.gs-result a.gs-title:visited b, body .gsc-webResult .gsc-result .gs-imageResult a.gs-title:visited, body .gsc-webResult .gsc-result .gs-imageResult a.gs-title:visited b {
    color: #283FAF; }
  body .gsc-webResult .gsc-result .gs-webResult div.gs-visibleUrl, body .gsc-webResult .gsc-result .gs-imageResult div.gs-visibleUrl {
    color: #565656;
    font-family: proxima-nova, sans-serif; }

body .gsc-control-cse .gsc-table-result {
  font-family: proxima-nova, sans-serif;
  font-size: 1rem; }

body .gsc-cursor-box {
  margin-top: 50px !important; }
  body .gsc-cursor-box .gsc-cursor .gsc-cursor-page {
    padding: 10px;
    width: 40px;
    height: 40px;
    display: inline-block;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    font-size: 1rem !important;
    font-family: proxima-nova, sans-serif;
    font-weight: 900; }
    body .gsc-cursor-box .gsc-cursor .gsc-cursor-page:hover {
      background: #283FAF;
      color: white; }
    body .gsc-cursor-box .gsc-cursor .gsc-cursor-page.gsc-cursor-current-page {
      background: #00205B;
      color: white; }

.popular-searches--header {
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
  font-size: 1.45rem;
  margin-bottom: 5px; }

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

.popular-searches--list li a {
  font-weight: 500; }

.site-title {
  background-color: #00205B;
  padding: 30px 0; }

.site-title--heading {
  color: #fefefe;
  margin: 0;
  font-size: 2rem; }
  @media print, screen and (min-width: 64em) {
    .site-title--heading {
      font-size: 3.375rem; } }

.site-sidebar {
  padding-top: 30px; }

.site-sidebar--menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.site-sidebar--menu a {
  position: relative;
  display: inline-block;
  color: #565656;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  padding: 10px 0; }
  .site-sidebar--menu a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: #ffc70a;
    content: '';
    transition: 0.25s cubic-bezier(0.66, -0.39, 0.41, 1.35); }
  .site-sidebar--menu a:hover:after {
    width: 100%; }

.site-sidebar--menu .current_page_item a {
  color: #00205B; }
  .site-sidebar--menu .current_page_item a:after {
    width: 100%; }

.site-content {
  padding-top: 30px; }

.section-navigation {
  padding-top: 0; }
  .section-navigation.fourxone .row {
    max-width: 95rem; }
  .section-navigation .yellow-hover {
    transition: .3s; }
  .section-navigation .section-navigation--inner {
    position: relative;
    display: inline-block;
    margin-bottom: 30px; }
    .section-navigation .section-navigation--inner .card-title {
      text-align: center; }
      .section-navigation .section-navigation--inner .card-title h4 {
        font-size: 1.15rem;
        font-weight: 100;
        color: #0a0a0a;
        padding: 0;
        left: 0;
        display: inline-block;
        position: relative;
        z-index: 1;
        text-transform: uppercase;
        margin-bottom: 5px; }
    .section-navigation .section-navigation--inner:hover .section-navigation--image img {
      transform: scale(1.2); }
    .section-navigation .section-navigation--inner:hover .yellow-hover {
      color: #ffc70a; }
    .section-navigation .section-navigation--inner:hover .section-navigation--content .section-navigation--content---title----inner:after {
      width: 100%; }
    .section-navigation .section-navigation--inner:hover .section-navigation--content .section-navigation--content---title----inner i {
      margin-left: 10px;
      color: #ffc70a; }

.section-navigation--image {
  overflow: hidden;
  position: relative; }
  .section-navigation--image img {
    width: 125%;
    position: relative;
    left: -12.5%;
    max-width: inherit;
    transition: 1s cubic-bezier(0.23, 1, 0.32, 1); }

.section-navigation--content .section-navigation--content---title {
  background: white;
  top: -30px;
  margin-bottom: -40px;
  padding: 5px 15px;
  position: relative;
  display: inline-block; }
  .bg-gray .section-navigation--content .section-navigation--content---title {
    background: #F4F4F4; }
  .section-navigation--content .section-navigation--content---title .section-navigation--content---title----inner {
    font-weight: 900;
    transition: 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    display: inline-block;
    color: #212121;
    font-size: 1.2rem;
    position: relative;
    display: inline-block; }
    .section-navigation--content .section-navigation--content---title .section-navigation--content---title----inner:after {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0%;
      height: 2px;
      background-color: #ffc70a;
      content: '';
      transition: 0.25s cubic-bezier(0.66, -0.39, 0.41, 1.35); }
    .section-navigation--content .section-navigation--content---title .section-navigation--content---title----inner:hover:after {
      width: 100%; }
    .section-navigation--content .section-navigation--content---title .section-navigation--content---title----inner i {
      margin-left: 5px;
      position: relative;
      top: -2px;
      right: 0;
      transition: margin-left 0.35s cubic-bezier(0.23, 1, 0.32, 1), right 0.35s cubic-bezier(0.23, 1, 0.32, 1);
      font-size: .75rem; }

.section-navigation--content p {
  padding: 0 0px 0 15px;
  font-size: 1.15rem; }

.card-row .cards-column {
  display: inline-flex; }
  .card-row .cards-column.card-yellow .cards {
    background: #ffc70a; }
    .card-row .cards-column.card-yellow .cards p {
      color: #212121; }
    .card-row .cards-column.card-yellow .cards a {
      transition: color .25s linear;
      background-image: -webkit-linear-gradient(#283FAF, #283FAF);
      background-position: 0 100%;
      background-repeat: repeat-x;
      background-size: 100% .1rem;
      text-decoration: none;
      color: #212121; }
      .card-row .cards-column.card-yellow .cards a:hover {
        color: #283FAF; }
    .card-row .cards-column.card-yellow .cards .cta_sub span:after {
      background: #212121; }
  .card-row .cards-column.card-black .cards {
    background: #303030; }
    .card-row .cards-column.card-black .cards .cards--text a {
      transition: color .25s linear;
      background-image: -webkit-linear-gradient(white, white);
      background-position: 0 100%;
      background-repeat: repeat-x;
      background-size: 100% .1rem;
      text-decoration: none;
      color: rgba(255, 255, 255, 0.85); }
      .card-row .cards-column.card-black .cards .cards--text a:hover {
        color: white; }
    .card-row .cards-column.card-black .cards .cards--text .title {
      color: white; }
    .card-row .cards-column.card-black .cards .cards--text p {
      color: white; }
    .card-row .cards-column.card-black .cards .cards--text ul li {
      color: white; }
    .card-row .cards-column.card-black .cards .cta_sub span {
      color: white; }
  .card-row .cards-column.card-white .cards {
    background: white; }
    .card-row .cards-column.card-white .cards a {
      transition: color .25s linear;
      background-image: -webkit-linear-gradient(#283FAF, #283FAF);
      background-position: 0 100%;
      background-repeat: repeat-x;
      background-size: 100% .1rem;
      text-decoration: none;
      color: #212121; }
      .card-row .cards-column.card-white .cards a:hover {
        color: #283FAF; }
    .card-row .cards-column.card-white .cards .title {
      color: #212121; }
    .card-row .cards-column.card-white .cards p {
      color: #212121; }
    .card-row .cards-column.card-white .cards .cta_sub:after {
      background: #ffc70a; }
  .card-row .cards-column:hover .cards-image img {
    transform: scale(1.1); }
  .card-row .cards-column:hover .cta_sub span {
    background: #ffc70a;
    padding: 5px 20px; }
  .card-row .cards-column:hover .cta_sub:after {
    transform: translateX(0); }
  .card-row .cards-column:hover.card-black .cta_sub span {
    color: #212121; }
  .card-row .cards-column:hover.card-white .cta_sub span {
    color: #212121; }
  .card-row .cards-column:hover.card-yellow .cta_sub span {
    color: #ffc70a;
    background: #303030; }
  .card-row .cards-column .cta_sub {
    position: relative;
    padding: 0;
    color: #212121;
    font-weight: 900;
    transition: .35s;
    float: right;
    text-align: right; }
    .card-row .cards-column .cta_sub:hover {
      background: transparent; }
      .card-row .cards-column .cta_sub:hover span i {
        color: inherit;
        margin-left: 5px; }
    .card-row .cards-column .cta_sub:after {
      display: none; }
    .card-row .cards-column .cta_sub span {
      position: relative;
      z-index: 1;
      display: block;
      width: fit-content;
      color: #212121;
      padding: 5px 0;
      transition: 0.25s cubic-bezier(0.66, -0.39, 0.41, 1.35);
      float: right; }
      .card-row .cards-column .cta_sub span:after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background-color: #FFC70A;
        content: '';
        transition: 0.25s cubic-bezier(0.66, -0.39, 0.41, 1.35); }
      .card-row .cards-column .cta_sub span i {
        position: relative;
        top: -1px;
        transition: margin-left 0.35s cubic-bezier(0.23, 1, 0.32, 1), right 0.35s cubic-bezier(0.23, 1, 0.32, 1);
        font-size: .75rem; }

.cta_main {
  position: relative;
  padding: 0;
  font-weight: 900;
  transition: .35s;
  margin: 0;
  width: fit-content;
  width: -moz-fit-content;
  display: block;
  margin: 0 auto; }
  .cta_main:hover {
    background: transparent; }
    .cta_main:hover span {
      background: #ffc70a;
      color: #212121; }
      .cta_main:hover span i {
        color: inherit;
        margin-left: 5px; }
  .cta_main span {
    position: relative;
    z-index: 1;
    display: block;
    width: fit-content;
    color: #212121;
    border: 2px solid #ffc70a;
    background: transparent;
    padding: 5px 20px;
    transition: 0.25s cubic-bezier(0.66, -0.39, 0.41, 1.35);
    float: none;
    margin: 0 auto; }
    .cta_main span i {
      position: relative;
      top: -1px;
      transition: margin-left 0.35s cubic-bezier(0.23, 1, 0.32, 1), right 0.35s cubic-bezier(0.23, 1, 0.32, 1);
      font-size: .75rem;
      margin-left: 3px; }

.card-section {
  background: #F4F4F4;
  padding: 100px 0; }
  .card-section .cards-column .cards {
    display: inline-block;
    margin-bottom: 20px; }
    .card-section .cards-column .cards .cards-image img {
      transition: 1s cubic-bezier(0.23, 1, 0.32, 1); }
    .card-section .cards-column .cards ul {
      padding: 5px 0 0 25px;
      margin: 5px 0 0 0; }
      .card-section .cards-column .cards ul li {
        font-weight: 900;
        font-size: 1rem;
        line-height: 20px;
        padding: 5px 0 5px 15px; }

.card-section.twoxtwo .card-row .cards--text {
  min-height: 350px; }

.card-section.threexone .card-row {
  display: flex;
  flex-direction: column; }
  @media print, screen and (min-width: 64em) {
    .card-section.threexone .card-row {
      flex-direction: row; } }
  .card-section.threexone .card-row .cards-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }
    .card-section.threexone .card-row .cards-column .cards {
      display: inline-flex;
      flex-direction: column;
      justify-content: flex-start;
      height: 100%; }
      .card-section.threexone .card-row .cards-column .cards .cta_sub {
        position: absolute;
        bottom: 50px;
        right: 50px; }

.card-section.onexthree .cards-column .cards {
  display: flex;
  justify-content: flex-start;
  min-height: 450px;
  margin: 1rem auto;
  height: fit-content;
  max-height: unset;
  flex-direction: column; }
  @media screen and (min-width: 75em) {
    .card-section.onexthree .cards-column .cards {
      flex-direction: row;
      height: 80vh;
      max-height: 565px; } }
  .card-section.onexthree .cards-column .cards .cards-image {
    display: inline-block;
    flex-basis: 65%;
    overflow: hidden; }
    .card-section.onexthree .cards-column .cards .cards-image img {
      width: 115%;
      display: inline-block;
      max-width: inherit;
      position: relative; }
  .card-section.onexthree .cards-column .cards .cards--text {
    display: inline-flex;
    flex-basis: 35%;
    flex-direction: column;
    justify-content: center;
    position: relative; }

.card-section.twoxtwo .cards-column .cards .cards-image {
  display: inline-block;
  width: 100%;
  overflow: hidden; }
  .card-section.twoxtwo .cards-column .cards .cards-image img {
    width: 100%;
    display: inline-block;
    max-width: inherit;
    position: relative; }

.card-section.twoxtwo .cards-column .cards .card-text {
  min-height: 400px; }

.card-section.threexone .cards-column .cards .cards-image {
  display: inline-block;
  overflow: hidden; }
  .card-section.threexone .cards-column .cards .cards-image img {
    width: 100%;
    display: inline-block;
    max-width: inherit;
    position: relative; }

.image-section .section-image {
  margin-top: 3.5rem; }

.section-image.w-cta {
  height: 600px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  background: black; }
  .section-image.w-cta img {
    position: relative;
    top: -150px;
    transition: 1s cubic-bezier(0.23, 1, 0.32, 1); }
  .section-image.w-cta:hover img {
    opacity: .65;
    transform: scale(1.2); }
  .section-image.w-cta:hover .cta_btn:after {
    transform: translateX(0); }
  .section-image.w-cta .cta_btn {
    padding: 10px 35px;
    background: white;
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: 900;
    display: inline-block;
    color: #212121;
    font-size: 1.25rem;
    overflow: hidden;
    z-index: 1; }
    .section-image.w-cta .cta_btn:after {
      content: '';
      width: 100%;
      position: absolute;
      background: #ffc70a;
      height: 100%;
      top: 0;
      left: 0;
      z-index: -1;
      transform: translateX(-101%);
      transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1); }
    .section-image.w-cta .cta_btn i {
      margin-left: 5px;
      position: relative;
      top: -2px;
      right: 0;
      transition: margin-left 0.35s cubic-bezier(0.23, 1, 0.32, 1), right 0.35s cubic-bezier(0.23, 1, 0.32, 1);
      font-size: .75rem; }

.section-image.w-caption {
  height: 600px;
  overflow: hidden;
  position: relative;
  display: inline-block; }
  .section-image.w-caption .caption {
    padding: 15px 35px;
    background: white;
    position: absolute;
    top: 0;
    max-width: 350px;
    right: 0;
    font-weight: 900;
    display: inline-block;
    color: #212121;
    font-size: .85rem;
    z-index: 1; }

.owl-carousel {
  margin-top: 3.5rem; }

.owl-carousel .item {
  position: relative; }
  .owl-carousel .item .owl-slider-text {
    position: absolute;
    bottom: 0;
    width: 45%;
    padding: 20px;
    background: white;
    font-size: .95rem;
    font-weight: 900; }

.owl-carousel .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  background: white; }
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    font-size: 4rem !important;
    line-height: 32px !important;
    display: inline-block;
    transition: .3s; }
    .owl-carousel .owl-nav button.owl-prev:focus, .owl-carousel .owl-nav button.owl-next:focus {
      outline: none; }
    .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
      background: #ffc70a;
      color: #212121; }
    .owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
      line-height: 25px;
      display: inline-block;
      padding: 15px 20px 28px; }

.border-top {
  border-top: 1px solid #F4F4F4; }

.list-row {
  margin-bottom: 3rem; }

.list-section .list-item .list-item--inner {
  margin-bottom: 3rem;
  padding-left: 2rem; }
  .list-section .list-item .list-item--inner h4 {
    font-size: 1.3rem; }
  .list-section .list-item .list-item--inner ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .list-section .list-item .list-item--inner ul li {
      padding-left: 20px;
      margin: 10px 0;
      border-left: 3px solid #ffc70a;
      line-height: 30px; }

.list-content {
  list-style: none;
  padding: 0;
  margin: 0; }
  .list-content h5 {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 1.25rem;
    margin-bottom: 15px; }
  .list-content h4 {
    margin-bottom: 5px; }
  .list-content p {
    font-size: 1rem; }
  .list-content ul {
    padding-left: 25px;
    list-style: disc; }
    .list-content ul li {
      padding: 5px 0;
      margin: 0 auto;
      line-height: 20px;
      border: none;
      font-size: 1.15rem; }
  .list-content.hide-show li {
    padding: 25px 0; }
    .list-content.hide-show li .hidden-content {
      height: auto;
      min-height: 0;
      max-height: 0;
      transition: .2s;
      overflow: hidden; }
    .list-content.hide-show li .cta_sub {
      cursor: pointer; }
      .list-content.hide-show li .cta_sub .hide-text {
        display: none; }
    .list-content.hide-show li.open .hidden-content {
      min-height: 10px;
      max-height: 1000px;
      transition: 2s; }
    .list-content.hide-show li.open .cta_sub {
      color: #0a0a0a;
      background: #FFC70A;
      padding: 5px 10px; }
      .list-content.hide-show li.open .cta_sub .hide-text {
        display: inline-block; }
      .list-content.hide-show li.open .cta_sub .show-text {
        display: none; }
    .list-content.hide-show li.open .fa-plus {
      transform: rotate(-45deg); }
  .list-content li {
    padding: 30px 0 20px;
    margin: 20px auto;
    line-height: 26px;
    position: relative;
    border-top: 1px solid #F4F4F4; }
    .list-content li:first-of-type {
      padding-top: 0;
      margin-top: 0;
      border-top: 0; }
    .list-content li .list-content--information {
      display: inline-block;
      width: 90%; }
      .list-content li .list-content--information .title_one {
        font-size: 1.8rem;
        opacity: .45;
        margin-bottom: 15px; }
    .list-content li .cta_sub {
      float: none; }

.list-title {
  font-size: 2.5rem;
  font-weight: 900;
  color: #212121;
  width: fit-content;
  position: relative;
  line-height: 36px; }

.cta_strip {
  text-align: center;
  padding: 50px 0 0 0; }
  @media print, screen and (min-width: 64em) {
    .cta_strip {
      padding-bottom: 50px; } }
  .cta_strip .thumbnail-section {
    margin-top: 0;
    text-align: center; }
    @media print, screen and (min-width: 64em) {
      .cta_strip .thumbnail-section {
        width: 90%;
        margin: 70px auto 0; } }
    @media screen and (min-width: 90em) {
      .cta_strip .thumbnail-section {
        width: 100%; } }
  .cta_strip .animate .text-left {
    opacity: 0;
    transform: translateX(-25px);
    transition: .35s;
    transition-delay: .2s; }
  .cta_strip .animate .cta-strip--image {
    opacity: 0;
    transform: translateX(25px);
    transition: .35s;
    transition-delay: .4s; }
  .cta_strip .transition-in .text-left {
    opacity: 1;
    transform: translateX(0); }
  .cta_strip .transition-in .cta-strip--image {
    opacity: 1;
    transform: translateX(0); }
  .cta_strip .already-visible .text-left {
    opacity: 1;
    transform: translateX(0); }
  .cta_strip .already-visible .cta-strip--image {
    opacity: 1;
    transform: translateX(0); }
  .cta_strip.img-left .cta-strip--image {
    position: relative; }
    .cta_strip.img-left .cta-strip--image img {
      width: 125%;
      position: relative;
      max-width: inherit;
      display: inline-block;
      float: right; }
  .cta_strip.img-right .cta-strip--image {
    position: relative; }
    .cta_strip.img-right .cta-strip--image img {
      position: relative;
      max-width: inherit;
      display: inline-block;
      width: 150%;
      left: -25%; }
      @media print, screen and (min-width: 40em) {
        .cta_strip.img-right .cta-strip--image img {
          width: 125%;
          left: 0; } }
  .cta_strip .text-left {
    padding: 3rem 7.5%; }
    @media print, screen and (min-width: 64em) {
      .cta_strip .text-left {
        padding: 0 2.5% 0 0; } }
    @media print, screen and (min-width: 64em) {
      .cta_strip .text-left {
        text-align: left; } }
  .cta_strip p.small {
    font-size: 1.2rem;
    margin: 40px 0 0; }
  .cta_strip p.lead {
    font-size: 1.4rem;
    margin-bottom: 30px; }
    @media screen and (min-width: 75em) {
      .cta_strip p.lead {
        font-size: 1.8rem; } }
  .cta_strip h2 {
    font-size: 2.2rem;
    margin-bottom: 20px; }
    @media screen and (min-width: 75em) {
      .cta_strip h2 {
        font-size: 3rem;
        margin-bottom: 50px; } }
  .cta_strip .cta_sub {
    float: none;
    display: inline-block;
    margin: 50px auto 0;
    padding: 5px 15px;
    border-bottom: none; }
    .cta_strip .cta_sub span {
      font-size: 1.4rem; }
      @media print, screen and (min-width: 40em) {
        .cta_strip .cta_sub span {
          float: left; } }
      @media print, screen and (min-width: 64em) {
        .cta_strip .cta_sub span {
          font-size: 1.25rem; } }
      .cta_strip .cta_sub span:after {
        display: none; }
      .cta_strip .cta_sub span i {
        display: none; }
        @media screen and (min-width: 75em) {
          .cta_strip .cta_sub span i {
            display: inline-block; } }
  .cta_strip.dark-gray {
    background: #565656; }
    .cta_strip.dark-gray .intro-title, .cta_strip.dark-gray p {
      color: white; }
    .cta_strip.dark-gray .cta_sub {
      background: #ffc70a; }
      .cta_strip.dark-gray .cta_sub:hover i {
        color: #565656; }
  .cta_strip.yellow {
    background: #ffc70a; }
    .cta_strip.yellow .intro-title, .cta_strip.yellow p {
      color: #303030; }
    .cta_strip.yellow .cta_sub {
      position: relative;
      margin: 30px auto 50px;
      z-index: 1;
      transition: none;
      padding: 0;
      width: fit-content;
      width: -moz-fit-content; }
      @media print, screen and (min-width: 40em) {
        .cta_strip.yellow .cta_sub {
          float: left;
          margin-top: 50px; } }
      .cta_strip.yellow .cta_sub.center {
        float: none;
        margin-top: 30px; }
      .cta_strip.yellow .cta_sub:after {
        display: none !important; }
      .cta_strip.yellow .cta_sub span {
        padding: 5px 10px;
        border: 2px solid #303030;
        color: #303030;
        transition: 0.25s cubic-bezier(0.66, -0.39, 0.41, 1.35);
        margin: 0; }
        .cta_strip.yellow .cta_sub span i {
          transition: 0.1s; }
      .cta_strip.yellow .cta_sub:hover {
        color: #ffc70a; }
        .cta_strip.yellow .cta_sub:hover span {
          padding: 5px 20px;
          color: #ffc70a;
          background: #303030; }
        .cta_strip.yellow .cta_sub:hover i {
          color: #ffc70a; }

.cta_strip.blue {
  background: #00205B; }
.cta_strip.blue .intro-title, .cta_strip.blue p, .cta_strip.blue h2 {
  color: white; }
.cta_strip.blue .cta_sub {
  position: relative;
  margin: 30px auto 50px;
  z-index: 1;
  transition: none;
  padding: 0;
  width: fit-content;
  width: -moz-fit-content; }
@media print, screen and (min-width: 40em) {
  .cta_strip.blue .cta_sub {
    float: left;
    margin-top: 50px; } }
.cta_strip.blue .cta_sub.center {
  float: none;
  margin-top: 30px; }
.cta_strip.blue .cta_sub:after {
  display: none !important; }
.cta_strip.blue .cta_sub span {
  padding: 5px 10px;
  border: 2px solid white;
  color: white;
  transition: 0.25s cubic-bezier(0.66, -0.39, 0.41, 1.35);
  margin: 0; }
.cta_strip.blue .cta_sub span i {
  transition: 0.1s; }
.cta_strip.blue .cta_sub:hover {
  color: #00205B; }
.cta_strip.blue .cta_sub:hover span {
  padding: 5px 20px;
  color: #00205B;
  background: white; }
.cta_strip.blue .cta_sub:hover i {
  color: #00205B; }

.notch-image.w-caption {
  height: 650px;
  overflow: hidden;
  position: relative;
  display: inline-block; }
  .notch-image.w-caption .caption {
    padding: 15px 35px;
    background: white;
    position: absolute;
    bottom: 0;
    max-width: 650px;
    right: 0;
    font-weight: 900;
    display: inline-block;
    color: #212121;
    font-size: .85rem;
    z-index: 1; }

.thumbnail-section {
  display: flex;
  flex-direction: row;
  margin: 50px auto 0; }
  @media print, screen and (min-width: 40em) {
    .thumbnail-section {
      margin: 70px auto;
      padding: 0px 0; } }
  .thumbnail-section .thumbnail-section--image {
    width: 100%;
    display: block; }
    @media print, screen and (min-width: 64em) {
      .thumbnail-section .thumbnail-section--image {
        width: 400px;
        overflow: hidden;
        height: 300px;
        display: inline-block; } }
    .thumbnail-section .thumbnail-section--image img {
      width: 100%;
      top: 0;
      position: relative;
      left: 0;
      display: inline-block;
      max-width: inherit; }
  .thumbnail-section .thumbnail-section--text {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    margin-top: 20px; }
    @media print, screen and (min-width: 64em) {
      .thumbnail-section .thumbnail-section--text {
        width: 58.75%;
        height: 100%;
        margin: auto; } }
    .thumbnail-section .thumbnail-section--text h4 {
      margin-bottom: 15px;
      text-align: left; }
    .thumbnail-section .thumbnail-section--text h5 {
      font-size: 1.15rem;
      font-weight: 100;
      margin-top: 25px;
      text-align: left; }
    .thumbnail-section .thumbnail-section--text .subhead {
      font-size: .85rem;
      font-weight: 900;
      color: #0a0a0a;
      padding: 5px 10px;
      margin-bottom: 1.25rem;
      background: #FFC70A;
      display: inline-block;
      text-transform: uppercase;
      width: fit-content;
      width: -moz-fit-content; }
    .thumbnail-section .thumbnail-section--text ul a {
      color: #212121;
      transition: color .25s linear;
      background-image: -webkit-linear-gradient(#283FAF, #283FAF);
      background-position: 0 100%;
      background-repeat: repeat-x;
      background-size: 100% .1rem;
      text-decoration: none; }
      .thumbnail-section .thumbnail-section--text ul a:hover {
        color: #283FAF; }
    .thumbnail-section .thumbnail-section--text .cta_sub {
      float: left;
      margin-top: 0px;
      width: fit-content;
      transition-delay: 0s; }
      .thumbnail-section .thumbnail-section--text .cta_sub span {
        margin-top: 10px;
        font-size: 1.15rem; }
        @media print, screen and (min-width: 64em) {
          .thumbnail-section .thumbnail-section--text .cta_sub span {
            font-size: 1.25rem; } }

.item-list {
  counter-reset: items;
  list-style-type: none; }
  .item-list.number li {
    display: block;
    counter-increment: items; }
  .item-list.number li:before {
    content: "0" counter(items) " ";
    padding-right: 10px; }
  .item-list.number li:nth-child(n+10):before {
    content: "" counter(items) " "; }
  .item-list.number li:nth-child(n+100):before {
    content: counter(items) " "; }
  .item-list .cta_sub {
    float: none;
    margin-top: 10px;
    padding: 0; }
    .item-list .cta_sub:hover {
      padding: 0 10px; }

.staff {
  padding-top: 50px;
  padding-bottom: 50px; }
  .staff a {
    display: inline-block; }
  .staff .person-image {
    overflow: hidden; }

.person-information {
  padding-left: 10px; }
  .person-information h4 {
    transition: 0.35s cubic-bezier(0.23, 1, 0.32, 1); }
  .person-information p {
    font-weight: bold;
    font-size: .9rem;
    line-height: 20px;
    margin-top: 5px;
    width: 90%;
    color: #4e4e4e; }

.section-one {
  background: white;
  padding: 0 0 25px 0;
  position: relative;
  z-index: 1; }

@breakpoint include(large) {
  .section-one {
    padding: 0 2.5% 50px 2.5%; } }
  .section-one .intro-section .intro-title {
    background: #ffc70a;
    padding: 15px 25px;
    width: calc(100% + 1.25rem);
    font-size: 2rem;
    line-height: 32px;
    position: relative;
    margin: 0 -0.625rem 35px; }
    @media print, screen and (min-width: 64em) {
      .section-one .intro-section .intro-title {
        margin: 0 auto 25px !important;
        top: -45px;
        width: fit-content; } }
    @media screen and (min-width: 115em) {
      .section-one .intro-section .intro-title {
        font-size: 2.75rem;
        line-height: 52px; } }
  .section-one .intro-section p {
    font-size: 22px;
    color: #212121;
    font-family: proxima-nova, sans-serif;
    width: 90%;
    margin: 0 auto 35px; }
    @media print, screen and (min-width: 64em) {
      .section-one .intro-section p {
        font-size: 36px;
        width: 100%; } }

.section-one .data-row {
  text-align: center;
  margin: 0 auto;
  width: 90%; }

@media print, screen and (min-width: 64em) {
  .section-one .data-row {
    text-align: left;
    margin: 50px auto;
    width: 100%; } }

.section-one .data-row img {
  max-width: 80px; }

.section-one .data-row .data-point {
  margin: 20px 0 40px; }

@media print, screen and (min-width: 64em) {
  .section-one .data-row .data-point {
    margin: 10px 0; } }

.section-one .data-row .data-point .data {
  font-size: 1.7rem;
  padding: 0;
  margin-bottom: 5px;
  color: #212121; }

@media print, screen and (min-width: 64em) {
  .section-one .data-row .data-point .data {
    font-size: 2.15rem; } }

.section-one .data-row .data-point p {
  text-align: center;
  font-size: 1.4rem; }

@media print, screen and (min-width: 64em) {
  .section-one .data-row .data-point p {
    text-align: left; } }

.data-point {
  display: flex;
  font-size: 1rem; }

.data-point.no-copy .data {
  top: 20px;
  position: relative; }

.data-point.border-top {
  border-top: 1px solid #c2c2c2;
  padding-top: 10px; }

.data-point.border-left {
  border-left: 1px solid #c2c2c2;
  padding-left: 10px; }

.data-point.thick {
  border-width: 10px; }

.data-point.data-top, .data-point.data-bottom {
  flex-direction: column; }

.data-point.data-left, .data-point.data-right {
  flex-direction: row;
  align-items: center; }

.data-point.data-left .data, .data-point.data-right .data {
  padding: 0 15px; }

.data-point.small {
  font-size: .9rem; }

.data-point.small .data {
  font-size: 2.25rem;
  line-height: 36px; }

.data-point.large {
  font-size: 1.5rem; }

.data-point.large .data {
  font-size: 8rem;
  line-height: 82px; }

.data-point.navy {
  color: #00205B; }

.data-point.navy.border-top {
  border-color: #00205B; }

.data-point.navy.border-left {
  border-color: #00205B; }

.data-point.yellow {
  color: #FFC70A; }

.data-point.yellow.border-top {
  border-color: #FFC70A; }

.data-point.yellow.border-left {
  border-color: #FFC70A; }

.data-point.blue {
  color: #283FAF; }

.data-point.blue.border-top {
  border-color: #283FAF; }

.data-point.blue.border-left {
  border-color: #283FAF; }

.data-point.white {
  color: white; }

.data-point.white.border-top {
  border-color: white; }

.data-point.white.border-left {
  border-color: white; }

.data-point.black {
  color: #212121; }

.data-point.black.border-top {
  border-color: #212121; }

.data-point.black.border-left {
  border-color: #212121; }

.data-point.rounded .data {
  border-radius: 5px; }

.data-point.secondary {
  color: #FFC70A; }

.data-point.secondary.background .data {
  background: #FFC70A;
  padding: 10px;
  color: #565656;
  display: inline-block;
  width: fit-content; }

.data-point.secondary.border .data {
  border: 1px solid #FFC70A;
  padding: 10px;
  color: #FFC70A;
  display: inline-block;
  width: fit-content; }

.data-point.secondary.circle {
  position: relative;
  display: inline-block; }

.data-point.secondary.circle:before {
  content: '';
  padding-top: 100%;
  display: block;
  background: #FFC70A;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.data-point.secondary.circle .data {
  position: absolute;
  top: 0;
  background: transparent;
  padding: 25px 9px; }

.data-point.main-data-points a:hover .data {
  color: #283FAF !important; }

.data-point.main-data-points .data {
  font-weight: 100;
  text-align: center !important;
  font-size: 5.8rem !important;
  line-height: 92px;
  padding: 10px 0;
  font-family: utopia-std, serif;
  transition: .2s; }

.data-point.main-data-points p {
  margin: 0;
  text-align: center !important;
  font-size: 1.1rem !important;
  font-weight: 500;
  color: #212121; }

.data-point.main-data-points p.basic-link {
  font-weight: 700;
  margin-top: 20px;
  font-family: utopia-std, serif; }

.data-point.main-data-points p.basic-link a {
  font-family: utopia-std, serif; }

.data-point.main-data-points p a {
  font-size: 1.1rem !important;
  font-weight: 700 !important; }

.data-point.main-data-points hr {
  border-bottom: 1px solid #00205B;
  display: inline-block;
  width: 35px;
  margin: 10px auto 15px; }

.data-point .data {
  font-weight: 900;
  font-size: 2.65rem;
  line-height: 32px;
  padding: 10px 0; }

.data-point p {
  margin: 0;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 700;
  color: #212121; }

.section-title {
  margin-bottom: 25px; }
  @media print, screen and (min-width: 64em) {
    .section-title {
      margin-bottom: 0; } }

.bg-gray {
  background: #F4F4F4; }

.basic-link a {
  font-weight: 900;
  font-family: proxima-nova, sans-serif;
  font-size: 1.1rem;
  color: #212121;
  transition: color .25s linear;
  background-image: -webkit-linear-gradient(#283FAF, #283FAF);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 100% .1rem;
  text-decoration: none; }
  .basic-link a:hover {
    color: #283FAF; }

.large-image {
  width: 150%;
  position: relative;
  max-width: none; }
  .large-image.left {
    left: -50%; }

.research_section {
  margin-top: 40px;
  display: inline-block;
  width: 100%;
  padding: 20px; }
.research_section.no-title {
  margin-top: 0px;
  padding: 0px;
  display: inline;
}
body .research_section.no-title .research-link{
  padding: 15px 20px 15px;
}
  .research_section.program-headers {
    background: #f2f2f2;
    position: relative;
    z-index: 1;
    margin-bottom:0; }
    .research_section.program-headers .research-link {
      font-size: 18px;
      font-weight: bold;
      opacity: .85;
      line-height: 28px;
      text-transform: uppercase;
      text-align: center;
      display: block;
      width: fit-content;
      margin: 0 auto; }
      @media print, screen and (min-width: 64em) {
        .research_section.program-headers .research-link {
          display: inline; } }
      .research_section.program-headers .research-link .cert {
        opacity: .85;
        font-size: 18px;
        text-transform: uppercase;
        display: block;
        width: fit-content;
        margin: 0 auto;
        float: none; }
        @media print, screen and (min-width: 64em) {
          .research_section.program-headers .research-link .cert {
            float: right; } }
  .research_section:nth-of-type(even) {
    background: #f2f2f2; }
  .research_section.no-gray {
    background: white; }
    .research_section.no-gray .research-link {
      padding: 15px 0 15px;
      margin-bottom: 0;
      font-size: 1.65rem;
      text-align: center; }
      .research_section.no-gray .research-link a {
        display: block;
        width: fit-content;
        margin: 0 auto;
        background: none;
        text-decoration: underline;
        color: #283FAF; }
        @media print, screen and (min-width: 64em) {
          .research_section.no-gray .research-link a {
            color: #212121;
            display: inline-block;
            margin: 0;
            background-image: -webkit-linear-gradient(#283FAF, #283FAF);
            background-position: 0 100%;
            background-repeat: repeat-x;
            background-size: 100% .1rem;
            text-decoration: none; } }
      .research_section.no-gray .research-link .cert {
        display: block;
        float: none; }
        @media print, screen and (min-width: 64em) {
          .research_section.no-gray .research-link .cert {
            float: right; } }
      @media print, screen and (min-width: 64em) {
        .research_section.no-gray .research-link {
          text-align: left; } }
  .research_section a:hover {
    color: #283FAF !important; }
  .research_section .cert {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px; }

.reverse-order .research_section:nth-of-type(odd) {
  background: #f2f2f2; }

.reverse-order .research_section:nth-of-type(even) {
  background: white; }

.a-z {
  display: none;
  padding: 0 0 50px 0; }
  @media print, screen and (min-width: 64em) {
    .a-z {
      padding: 50px 0; } }
  .a-z.open {
    display: inline-block; }

.schools {
  display: none;
  padding: 0 0 50px 0; }
  @media print, screen and (min-width: 64em) {
    .schools {
      padding: 50px 0; } }
  .schools.open {
    display: inline-block; }

.tab-label {
  font-weight: 900;
  font-family: proxima-nova, sans-serif;
  font-size: 28px;
  margin-bottom: 10px; }

.major-tabs .tab {
  display: inline-block;
  padding: 10px 20px;
  border: 3px solid #565656;
  color: #565656;
  font-weight: 900;
  cursor: pointer; }
  .major-tabs .tab:hover {
    border-color: #ffc70a;
    color: #ffc70a; }
  .major-tabs .tab.active {
    background: #ffc70a;
    color: #333;
    border: 3px solid #ffc70a; }

section.yellow-bg {
  background: #ffc70a; }

#media-close {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  position: absolute;
  color: #565656;
  cursor: pointer; }

.entry-title {
  border-bottom: 1px solid #565656; }

.entry-title--heading {
  font-weight: normal;
  color: #565656;
  font-size: 28px;
  margin-bottom: 25px; }
  @media print, screen and (min-width: 64em) {
    .entry-title--heading {
      font-size: 38px;
      margin-bottom: 50px; } }

.copy {
  text-align: center;
  padding: 20px;
  color: white;
  font-size: .75rem;
  background: #272727; }

#site-search input::-webkit-input-placeholder {
  /* Edge */
  color: white !important; }

#site-search input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white !important; }

#site-search input::placeholder {
  color: white !important; }

.a-z {
  display: none;
  padding: 0 0 50px 0; }

@media print, screen and (min-width: 64em) {
  .a-z {
    padding: 50px 0; } }

.a-z.open {
  display: inline-block; }

.schools {
  display: none;
  padding: 0 0 50px 0; }

@media print, screen and (min-width: 64em) {
  .schools {
    padding: 50px 0; } }

.schools.open {
  display: inline-block; }

.schools .school-filters button {
  display: block;
  position: relative;
  width: 100%;
  padding: 5px 15px 5px 30px;
  margin-bottom: 10px;
  color: #272727;
  font-weight: 700;
  font-size: 14px;
  text-align: left;
  line-height: 20px;
  cursor: pointer;
  transition: .2s; }

.schools .school-filters button i {
  display: none;
  color: #283FAF;
  position: absolute;
  left: 10px;
  top: 7px; }

.schools .school-filters button:hover {
  color: #565656; }

.schools .school-filters button.on {
  color: #283FAF; }

.schools .school-filters button.on i {
  display: inline-block; }

.schools .sas_open .sas {
  display: inline-block !important;
  width: 100%; }

.schools .sas_open .hajim, .schools .sas_open .eastman, .schools .sas_open .smd, .schools .sas_open .son, .schools .sas_open .simon, .schools .sas_open .warner {
  display: none; }

.schools .hajim_open .hajim {
  display: inline-block !important;
  width: 100%; }

.schools .hajim_open .sas, .schools .hajim_open .eastman, .schools .hajim_open .smd, .schools .hajim_open .son, .schools .hajim_open .simon, .schools .hajim_open .warner {
  display: none; }

.schools .eastman_open .eastman {
  display: inline-block !important;
  width: 100%; }

.schools .eastman_open .sas, .schools .eastman_open .hajim, .schools .eastman_open .smd, .schools .eastman_open .son, .schools .eastman_open .simon, .schools .eastman_open .warner {
  display: none; }

.schools .smd_open .smd {
  display: inline-block !important;
  width: 100%; }

.schools .smd_open .sas, .schools .smd_open .hajim, .schools .smd_open .eastman, .schools .smd_open .son, .schools .smd_open .simon, .schools .smd_open .warner {
  display: none; }

.schools .son_open .son {
  display: inline-block !important;
  width: 100%; }

.schools .son_open .sas, .schools .son_open .hajim, .schools .son_open .smd, .schools .son_open .eastman, .schools .son_open .simon, .schools .son_open .warner {
  display: none; }

.schools .simon_open .simon {
  display: inline-block !important;
  width: 100%; }

.schools .simon_open .sas, .schools .simon_open .hajim, .schools .simon_open .smd, .schools .simon_open .eastman, .schools .simon_open .son, .schools .simon_open .warner {
  display: none; }

.schools .warner_open .warner {
  display: inline-block !important;
  width: 100%; }

.schools .warner_open .sas, .schools .warner_open .hajim, .schools .warner_open .smd, .schools .warner_open .eastman, .schools .warner_open .son, .schools .warner_open .simon {
  display: none; }

.schools .under_open .undergrad {
  display: inline-block !important;
  width: 100%; }

.schools .under_open .research-link {
  display: none; }

.schools .grad_open .grad {
  display: inline-block !important;
  width: 100%; }

.schools .grad_open .research-link {
  display: none; }

.schools .cert_open .certificate {
  display: inline-block !important;
  width: 100%; }

.schools .cert_open .research-link {
  display: none; }

.schools .column-titles {
  font-size: 18px;
  font-weight: bold;
  opacity: .85;
  line-height: 28px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: fit-content;
  margin: 0 auto; }

.school-filters .abc-list button {
  display: inline-block;
  width: 23%; }

.school-filters .abc-list button.disabled {
  cursor: not-allowed;
  opacity: .35; }

.school-filters .abc-list button.disabled:hover {
  color: #272727; }

.school-filters .abc-list button:hover {
  color: #565656; }

.a_open .a-section {
  display: inline-block !important;
  width: 100%; }

.a_open .a-z-section {
  display: none; }

.b_open .b-section {
  display: inline-block !important;
  width: 100%; }

.b_open .a-z-section {
  display: none; }

.c_open .c-section {
  display: inline-block !important;
  width: 100%; }

.c_open .a-z-section {
  display: none; }

.d_open .d-section {
  display: inline-block !important;
  width: 100%; }

.d_open .a-z-section {
  display: none; }

.e_open .e-section {
  display: inline-block !important;
  width: 100%; }

.e_open .a-z-section {
  display: none; }

.f_open .f-section {
  display: inline-block !important;
  width: 100%; }

.f_open .a-z-section {
  display: none; }

.g_open .g-section {
  display: inline-block !important;
  width: 100%; }

.g_open .a-z-section {
  display: none; }

.h_open .h-section {
  display: inline-block !important;
  width: 100%; }

.h_open .a-z-section {
  display: none; }

.i_open .i-section {
  display: inline-block !important;
  width: 100%; }

.i_open .a-z-section {
  display: none; }

.j_open .j-section {
  display: inline-block !important;
  width: 100%; }

.j_open .a-z-section {
  display: none; }

.k_open .k-section {
  display: inline-block !important;
  width: 100%; }

.k_open .a-z-section {
  display: none; }

.l_open .l-section {
  display: inline-block !important;
  width: 100%; }

.l_open .a-z-section {
  display: none; }

.m_open .m-section {
  display: inline-block !important;
  width: 100%; }

.m_open .a-z-section {
  display: none; }

.n_open .n-section {
  display: inline-block !important;
  width: 100%; }

.n_open .a-z-section {
  display: none; }

.o_open .o-section {
  display: inline-block !important;
  width: 100%; }

.o_open .a-z-section {
  display: none; }

.p_open .p-section {
  display: inline-block !important;
  width: 100%; }

.p_open .a-z-section {
  display: none; }

.q_open .q-section {
  display: inline-block !important;
  width: 100%; }

.q_open .a-z-section {
  display: none; }

.r_open .r-section {
  display: inline-block !important;
  width: 100%; }

.r_open .a-z-section {
  display: none; }

.s_open .s-section {
  display: inline-block !important;
  width: 100%; }

.s_open .a-z-section {
  display: none; }

.t_open .t-section {
  display: inline-block !important;
  width: 100%; }

.t_open .a-z-section {
  display: none; }

.u_open .u-section {
  display: inline-block !important;
  width: 100%; }

.u_open .a-z-section {
  display: none; }

.v_open .v-section {
  display: inline-block !important;
  width: 100%; }

.v_open .a-z-section {
  display: none; }

.w_open .w-section {
  display: inline-block !important;
  width: 100%; }

.w_open .a-z-section {
  display: none; }

.x_open .x-section {
  display: inline-block !important;
  width: 100%; }

.x_open .a-z-section {
  display: none; }

.y_open .y-section {
  display: inline-block !important;
  width: 100%; }

.y_open .a-z-section {
  display: none; }

.z_open .z-section {
  display: inline-block !important;
  width: 100%; }

.z_open .a-z-section {
  display: none; }

.open-filters {
  list-style: none;
  margin: 0;
  padding: 0; }

.open-filters li {
  display: none;
  width: fit-content !important;
  margin: 0 5px;
  cursor: pointer; }

.open-filters li:hover {
  color: #283FAF; }

.open-filters li i {
  font-size: 12px; }

.filter-title {
  font-weight: 700;
  color: #283FAF;
  margin-bottom: 25px;
  position: relative;
  cursor: pointer; }

.filter-title:focus {
  outline: blue; }

.filter-title i {
  position: absolute;
  top: 3px;
  right: 0; }

.filter-title .fa-plus {
  display: none; }

.filter-title .fa-minus {
  display: block; }

.filter_wrapper.close .fa-plus {
  display: block; }

.filter_wrapper.close .fa-minus {
  display: none; }

.filter_wrapper.close button {
  display: none; }

.scroll-top {
  position: fixed;
  z-index: 100;
  bottom: 2rem;
  right: 1.875rem;
  width: 3.75rem;
  height: 3.75rem;
  text-align: center;
  border: 1px solid #283FAF;
  border-radius: 50%;
  color: #283FAF;
  background: white;
  cursor: pointer;
  opacity: 0;
  transition: .3s;
  display: inline-flex;
  justify-content: center;
  flex-direction: column; }

.scroll-top:hover {
  background: #283FAF;
  color: white; }

.scroll-top i {
  font-size: 1.5rem;
  line-height: 3.75rem; }

.scroll-top.show-scroll-btn {
  opacity: 1; }

.school-filters {
  position: relative; }

.school-filters .view_results {
  display: block;
  font-family: proxima-nova, sans-serif;
  text-align: center;
  background: #283FAF;
  color: white;
  position: absolute;
  font-size: 14px;
  top: 47px;
  right: 10px;
  padding: 9px 10px;
  font-weight: 700;
  border-radius: 0 3px 3px 0; }

@media (min-width: 668px) {
  .school-filters .view_results {
    display: none; } }

.school-filters #filterOptions {
  display: block;
  font-family: proxima-nova, sans-serif;
  text-align: center;
  color: #283FAF;
  font-size: 16px; }

.school-filters #filterOptions:before {
  content: 'More ';
  display: inline-block; }

@media (min-width: 668px) {
  .school-filters #filterOptions {
    display: none; } }

.school-filters #filterOptions.open {
  background: #F4F4F4; }

.school-filters #filterOptions.open:before {
  content: 'Less '; }

@media (max-width: 668px) {
  .school-filters .filter-collapse {
    display: block;
    background: #fff;
    z-index: 0;
    transition: .35s;
    margin-bottom: 30px;
    max-height: 0;
    min-height: 0;
    overflow: hidden; }
  .school-filters .filter-collapse.open {
    position: relative;
    max-height: 5500px;
    min-height: 200px;
    opacity: 1;
    transition: .85s; } }

.school-filters #contactInformation {
  background: #F4F4F4;
  padding-bottom: 15px;
  margin-bottom: 25px;
  display: none; }

@media (min-width: 668px) {
  .school-filters #contactInformation {
    display: block; } }

.schools-wrapper #introContent h2 {
  font-size: 2.25rem;
  line-height: 38px; }

@media (min-width: 668px) {
  .schools-wrapper #introContent h2 {
    font-size: 3rem; } }

.schools-wrapper #contactInformation__mobile {
  background: #F4F4F4;
  padding-bottom: 15px;
  margin-bottom: 25px;
  display: block; }

@media (min-width: 668px) {
  .schools-wrapper #contactInformation__mobile {
    display: none; } }

.site-footer--row {
  margin: 0 auto;
  max-width: 78.125rem;
  width: 100%; }
  .site-footer--row::before, .site-footer--row::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .site-footer--row::after {
    clear: both; }

.site-footer--first {
  padding-bottom: 15px; }

.site-footer--second {
  background-color: #F4F4F4;
  border-top: 10px solid #00205B;
  padding: 30px 0; }

.site-footer--third {
  background-color: #F4F4F4;
  border-top: 1px solid #565656;
  padding: 30px 0; }

.site-footer--current {
  padding-top: 40px;
  text-align: center; }
  @media print, screen and (min-width: 40em) {
    .site-footer--current {
      text-align: left; } }

.site-footer--social {
  padding-top: 20px; }

.site-footer--current a {
  background-position-y: center;
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  padding: 0 0px 0px 30px;
  margin-right: 20px;
  text-decoration: none;
  position: relative;
  display: inline-block; }
  .site-footer--current a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: #ffc70a;
    content: '';
    transition: 0.25s cubic-bezier(0.66, -0.39, 0.41, 1.35); }
  .site-footer--current a:hover:after {
    width: 100%; }
  .site-footer--current a:after {
    bottom: -5px;
    background-color: #283FAF; }
  .site-footer--current a:last-child {
    margin-right: 0; }
  @media print, screen and (min-width: 40em) {
    .site-footer--current a {
      padding: 0 0px 0 30px;
      margin-right: 40px; } }
  .site-footer--current a:last-child {
    padding-right: 0; }
  .site-footer--current a.footer-news-link {
    background-image: url(../images/newspaper.svg); }
  .site-footer--current a.footer-events-link {
    background-image: url(../images/calendar.svg); }
  .site-footer--current a.footer-athletics-link {
    background-image: url(../images/baseball-ball.svg); }

.site-footer--social {
  text-align: center; }
  @media print, screen and (min-width: 40em) {
    .site-footer--social {
      float: right;
      text-align: right; } }
  .site-footer--social a {
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    padding-top: 3px;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    background: #283FAF;
    color: #fefefe;
    font-size: 2rem; }

.site-footer--social a {
  overflow: hidden;
  position: relative; }
  .site-footer--social a:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #ffc70a;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    transform: scale(0);
    transition: .4s;
    z-index: 1; }
  .site-footer--social a i {
    transition: .4s;
    z-index: 2;
    position: relative; }
  .site-footer--social a:hover:after {
    transform: scale(2); }
  .site-footer--social a:hover i {
    color: #212121; }

.site-footer--row > .columns {
  padding-top: 1rem !important;
  padding-right: 2rem !important;
  padding-bottom: 1rem !important;
  padding-left: 2rem !important; }
  @media print, screen and (min-width: 40em) {
    .site-footer--row > .columns {
      padding-top: 0rem !important;
      padding-right: 0.9375rem !important;
      padding-bottom: 0rem !important;
      padding-left: 0.9375rem !important; } }

.site-footer--nav a {
  color: #565656;
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin: 5px 0;
  text-decoration: none; }
  .site-footer--nav a:hover {
    color: #283FAF;
    text-decoration: underline; }

.site-footer--heading {
  color: #00205B;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 10px; }

.site-footer--logo {
  margin-bottom: 30px; }
  @media print, screen and (min-width: 64em) {
    .site-footer--logo {
      margin-bottom: 0; } }
  .site-footer--logo img {
    height: auto;
    width: 307px; }

.site-footer--address {
  margin-bottom: 30px;
  font-size: 14px; }
  @media print, screen and (min-width: 64em) {
    .site-footer--address {
      margin-bottom: 0; } }
  .site-footer--address a.footer-get-directions {
    color: #283FAF;
    font-size: 12px; }
    .site-footer--address a.footer-get-directions:hover {
      text-decoration: underline; }

.site-footer--search {
  max-width: 400px;
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important; }
  @media print, screen and (min-width: 40em) {
    .site-footer--search {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .site-footer--search, .site-footer--search:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .site-footer--search:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 64em) {
    .site-footer--search {
      float: right; } }
  .site-footer--search input {
    background-image: url("../images/search-solid-secondary.svg");
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    border: none;
    padding-right: 30px; }
    .site-footer--search input:focus {
      background-color: #fefefe;
      border: none;
      box-shadow: none;
      transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

.bottom-footer .bottom-footer--lower .bottom-footer--row input[type="submit"] {
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  padding: 0;
  text-indent: -9999px;
  position: absolute;
  display: inline-block;
  border: none !important;
  z-index: 1; }

.bottom-footer .bottom-footer--lower .bottom-footer--row .fa-search {
  top: 10px;
  right: 10px;
  color: white;
  position: absolute;
  font-size: 1.25rem;
  z-index: 0; }

.site-footer--copyright {
  float: right;
  font-size: 12px;
  margin-top: 10px;
  text-align: left;
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important; }
  @media print, screen and (min-width: 40em) {
    .site-footer--copyright {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .site-footer--copyright, .site-footer--copyright:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .site-footer--copyright:last-child:not(:first-child) {
    float: right; }
  .site-footer--copyright:hover {
    text-decoration: underline; }
  @media print, screen and (min-width: 64em) {
    .site-footer--copyright {
      text-align: right; } }

.site-footer--important-links {
  float: right;
  margin-bottom: 30px; }
  @media print, screen and (min-width: 40em) {
    .site-footer--important-links {
      margin-bottom: 0; } }
  .site-footer--important-links a {
    color: #565656;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin-right: 14px;
    text-decoration: none; }
    .site-footer--important-links a:hover {
      color: #283FAF;
      text-decoration: underline; }
  .site-footer--important-links:last-child {
    margin-right: 0; }

a.link-text-white {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color .25s linear; }

.bottom-footer {
  background: #272727;
  display: inline-block;
  width: 100%; }
  .bottom-footer .bottom-footer--top {
    display: block;
    margin: 50px auto 0;
    max-width: 78.125rem;
    clear: both; }
    .bottom-footer .bottom-footer--top .bottom-footer--row {
      display: inline-block;
      width: 100%;
      margin-bottom: -15px; }
      .bottom-footer .bottom-footer--top .bottom-footer--row .columns {
        height: auto;
        padding: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.25); }
        .bottom-footer .bottom-footer--top .bottom-footer--row .columns:first-of-type {
          border-top: none; }
        @media (min-width: 1024px) {
          .bottom-footer .bottom-footer--top .bottom-footer--row .columns {
            height: 500px;
            border-top: none;
            border-left: 1px solid rgba(255, 255, 255, 0.25); } }
      .bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--information-two, .bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--column-five {
        border-top: 1px solid rgba(255, 255, 255, 0.25); }
        @media (min-width: 698px) {
          .bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--information-two, .bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--column-five {
            border-top: none; } }
        @media (min-width: 1024px) {
          .bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--information-two, .bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--column-five {
            border-top: 1px solid rgba(255, 255, 255, 0.25); } }
      .bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--information {
        padding: 25px 0 25px 25px; }
        .bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--information:hover .footer-events-link {
          opacity: .65; }
        @media (min-width: 698px) {
          .bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--information {
            width: 49%;
            display: inline-block; } }
        @media (min-width: 1024px) {
          .bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--information {
            width: 100%; } }
        .bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--information .footer-events-link {
          display: block;
          color: white;
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          width: fit-content;
          position: relative;
          margin: 0 0 15px 0;
          transition: .2s; }
          .bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--information .footer-events-link:hover {
            opacity: 1; }
            .bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--information .footer-events-link:hover:after {
              opacity: 1; }
          .bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--information .footer-events-link i {
            margin-right: 5px; }
          .bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--information .footer-events-link:after {
            content: '';
            width: 100%;
            position: absolute;
            bottom: 0;
            height: 1px;
            background: white;
            left: 0;
            opacity: 0;
            transition: .2s; }
      @media (min-width: 698px) {
        .bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--information-two {
          width: 49%;
          display: inline-block; } }
      @media (min-width: 1024px) {
        .bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--information-two {
          width: 100%; } }
      @media (min-width: 698px) {
        .bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--column-four {
          width: 49%;
          display: inline-block; } }
      @media (min-width: 1024px) {
        .bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--column-four {
          width: 100%; } }
      .bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--column-five {
        vertical-align: top; }
        @media (min-width: 698px) {
          .bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--column-five {
            width: 49%;
            display: inline-block; } }
        @media (min-width: 1024px) {
          .bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--column-five {
            width: 100%; } }
      .bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--information-two, .bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--column-two, .bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--column-three, .bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--column-four, .bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--column-five {
        padding: 25px 0 25px 25px; }
      .bottom-footer .bottom-footer--top .bottom-footer--row .column-title {
        font-family: proxima-nova, sans-serif;
        color: white;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 15px; }
      .bottom-footer .bottom-footer--top .bottom-footer--row .footer-link {
        display: block;
        font-family: proxima-nova, sans-serif;
        color: rgba(255, 255, 255, 0.65);
        font-weight: 700;
        font-size: 16px;
        width: fit-content;
        padding: 2px 0 2px 0px;
        transition: .2s; }
        .bottom-footer .bottom-footer--top .bottom-footer--row .footer-link:hover {
          color: white;
          text-decoration: underline; }
  .bottom-footer .bottom-footer--social {
    display: block;
    margin: 0 auto;
    clear: both; }
    .bottom-footer .bottom-footer--social .bottom-footer--row {
      display: flex;
      width: 100%;
      flex-direction: row;
      flex-wrap: wrap; }
      @media (min-width: 1024px) {
        .bottom-footer .bottom-footer--social .bottom-footer--row {
          flex-wrap: nowrap; } }
      .bottom-footer .bottom-footer--social .bottom-footer--row .social--image {
        flex-basis: 33.3%;
        border-right: 1px solid white;
        background: black;
        position: relative; }
        .bottom-footer .bottom-footer--social .bottom-footer--row .social--image:hover img {
          opacity: .45; }
        .bottom-footer .bottom-footer--social .bottom-footer--row .social--image:hover i {
          opacity: 1; }
        .bottom-footer .bottom-footer--social .bottom-footer--row .social--image:nth-of-type(4) {
          border-left: 1px solid white; }
        .bottom-footer .bottom-footer--social .bottom-footer--row .social--image:last-of-type {
          border-right: 0; }
        @media (min-width: 1024px) {
          .bottom-footer .bottom-footer--social .bottom-footer--row .social--image {
            flex-basis: 12%; } }
        .bottom-footer .bottom-footer--social .bottom-footer--row .social--image img {
          width: 100%;
          height: 100%;
          transition: .3s;
          opacity: 1; }
        .bottom-footer .bottom-footer--social .bottom-footer--row .social--image i {
          position: absolute;
          top: 0;
          z-index: 1;
          left: 0;
          right: 0;
          text-align: center;
          bottom: 0;
          vertical-align: middle;
          display: flex;
          flex-direction: column;
          justify-content: center;
          color: white;
          font-size: 3rem;
          opacity: 0;
          transition: .4s; }
      .bottom-footer .bottom-footer--social .bottom-footer--row .social--icons {
        flex-basis: 100%;
        padding: 50px 0;
        background: #00205B;
        text-align: center;
        display: inline-flex;
        justify-content: center;
        flex-direction: column; }
        @media (min-width: 1024px) {
          .bottom-footer .bottom-footer--social .bottom-footer--row .social--icons {
            flex-basis: 30%;
            padding: 0; } }
        .bottom-footer .bottom-footer--social .bottom-footer--row .social--icons .social_title {
          font-family: proxima-nova, sans-serif;
          color: white;
          font-weight: 700;
          font-size: 1.5rem;
          margin-bottom: 25px; }
        .bottom-footer .bottom-footer--social .bottom-footer--row .social--icons ul {
          list-style: none;
          padding: 0;
          margin: 0; }
          .bottom-footer .bottom-footer--social .bottom-footer--row .social--icons ul li {
            display: inline-block;
            margin: 0 2px; }
            .bottom-footer .bottom-footer--social .bottom-footer--row .social--icons ul li a {
              font-size: 1rem;
              border: 3px solid white;
              border-radius: 50%;
              width: 40px;
              height: 40px;
              display: inline-flex;
              text-align: center;
              justify-content: center;
              flex-direction: column;
              position: relative;
              transition: .3s; }
              .bottom-footer .bottom-footer--social .bottom-footer--row .social--icons ul li a:after {
                content: '';
                width: 100%;
                height: 100%;
                background: white;
                position: absolute;
                top: 0;
                left: 0;
                border-radius: 50%;
                transform: scale(0);
                transition: .4s;
                z-index: 1; }
              @media (min-width: 1250px) {
                .bottom-footer .bottom-footer--social .bottom-footer--row .social--icons ul li a {
                  font-size: 1.35rem;
                  width: 45px;
                  height: 45px; } }
              .bottom-footer .bottom-footer--social .bottom-footer--row .social--icons ul li a i {
                color: white;
                transition: .3s;
                position: relative;
                top: 1px;
                z-index: 2; }
              .bottom-footer .bottom-footer--social .bottom-footer--row .social--icons ul li a:hover:after {
                transform: scale(1.1); }
              .bottom-footer .bottom-footer--social .bottom-footer--row .social--icons ul li a:hover i {
                color: #00205B; }
  .bottom-footer .bottom-footer--lower {
    padding-bottom: 50px;
    width: 100%;
    display: inline-block; }
    .bottom-footer .bottom-footer--lower .bottom-footer--row {
      display: block;
      margin: 50px auto;
      max-width: 78.125rem; }
      .bottom-footer .bottom-footer--lower .bottom-footer--row .columns .footer-branding {
        width: 300px;
        display: block;
        margin: 0 auto 30px; }
        @media (min-width: 1024px) {
          .bottom-footer .bottom-footer--lower .bottom-footer--row .columns .footer-branding {
            margin: 0 0 30px 0; } }
        .bottom-footer .bottom-footer--lower .bottom-footer--row .columns .footer-branding img {
          width: 100%; }
      .bottom-footer .bottom-footer--lower .bottom-footer--row .columns .contact-information {
        text-align: center; }
        @media (min-width: 1024px) {
          .bottom-footer .bottom-footer--lower .bottom-footer--row .columns .contact-information {
            text-align: left; } }
      .bottom-footer .bottom-footer--lower .bottom-footer--row .columns .contact-information--container {
        background: #283FAF;
        display: inline-block;
        padding: 15px 15px 10px 15px;
        transition: .3s;
        margin-bottom: 10px; }
        @media print, screen and (min-width: 64em) {
          .bottom-footer .bottom-footer--lower .bottom-footer--row .columns .contact-information--container {
            margin-right: 20px;
            margin-bottom: 0; } }
        .bottom-footer .bottom-footer--lower .bottom-footer--row .columns .contact-information--container:hover .icon {
          padding-right: 10px; }
        .bottom-footer .bottom-footer--lower .bottom-footer--row .columns .contact-information--container:last-of-type {
          margin-right: 0; }
        .bottom-footer .bottom-footer--lower .bottom-footer--row .columns .contact-information--container .icon {
          display: inline-block;
          width: auto;
          height: auto;
          vertical-align: top;
          padding: 3px;
          transition: .3s; }
          .bottom-footer .bottom-footer--lower .bottom-footer--row .columns .contact-information--container .icon i {
            color: white; }
        .bottom-footer .bottom-footer--lower .bottom-footer--row .columns .contact-information--container .information {
          color: white;
          display: inline-block; }
          .bottom-footer .bottom-footer--lower .bottom-footer--row .columns .contact-information--container .information .top {
            font-family: proxima-nova, sans-serif;
            font-weight: 700;
            font-size: .8rem;
            line-height: 12px;
            padding-top: 2px; }
          .bottom-footer .bottom-footer--lower .bottom-footer--row .columns .contact-information--container .information .bottom {
            font-family: proxima-nova, sans-serif;
            font-weight: 500;
            font-size: 1.1rem;
            line-height: 26px; }
      .bottom-footer .bottom-footer--lower .bottom-footer--row .columns #site-search {
        position: relative;
        width: 100%;
        margin: 40px auto 0;
        max-width: 410px;
        display: block; }
        @media (min-width: 1024px) {
          .bottom-footer .bottom-footer--lower .bottom-footer--row .columns #site-search {
            display: inline-block;
            max-width: inherit; } }
        .bottom-footer .bottom-footer--lower .bottom-footer--row .columns #site-search input {
          max-width: 410px;
          background: transparent;
          border: 1px solid white;
          color: white;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0;
          margin-bottom: 0; }
          @media (min-width: 1024px) {
            .bottom-footer .bottom-footer--lower .bottom-footer--row .columns #site-search input {
              float: right; } }
        .bottom-footer .bottom-footer--lower .bottom-footer--row .columns #site-search button.site-search--submit {
          right: 0;
          top: 0;
          width: 50px;
          height: 100%;
          padding: 0;
          text-indent: -9999px;
          background: transparent; }
          .bottom-footer .bottom-footer--lower .bottom-footer--row .columns #site-search button.site-search--submit i {
            top: 10px;
            right: -10px;
            color: white;
            position: absolute;
            font-size: 1.25rem; }
      .bottom-footer .bottom-footer--lower .bottom-footer--row .columns .bottom-links {
        text-align: center;
        margin-top: 30px; }
        @media (min-width: 1024px) {
          .bottom-footer .bottom-footer--lower .bottom-footer--row .columns .bottom-links {
            text-align: right;
            margin-top: 10px; } }
        .bottom-footer .bottom-footer--lower .bottom-footer--row .columns .bottom-links a {
          color: white;
          font-family: proxima-nova, sans-serif;
          font-size: .9rem; }
          .bottom-footer .bottom-footer--lower .bottom-footer--row .columns .bottom-links a:hover {
            text-decoration: underline; }
        .bottom-footer .bottom-footer--lower .bottom-footer--row .columns .bottom-links .spacer {
          display: inline-block;
          padding: 0 10px;
          color: white; }

.copy {
  text-align: center;
  padding: 20px;
  color: white;
  font-size: .75rem;
  background: #272727; }

#site-search input::-webkit-input-placeholder {
  /* Edge */
  color: white !important; }

#site-search input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white !important; }

#site-search input::placeholder {
  color: white !important; }

.hero {
  padding: 0;
  width: 100%;
  height: auto;
}

.site-hero {
  overflow: hidden;
  height: 65vh;
  width: 100vw;
  min-height: 650px;
  position: relative; }
  @media print, screen and (min-width: 40em) {
    .site-hero {
      height: 88vh; } }
  .site-hero img.site-hero--image {
    height: auto;
    position: relative;
    max-width: initial;
    width: auto;
    height: 100%;
    left: -250px; }
    @media print, screen and (min-width: 40em) {
      .site-hero img.site-hero--image {
        width: 200%;
        height: auto;
        left: -50%;
        top: -15%; } }
    @media print, screen and (min-width: 64em) {
      .site-hero img.site-hero--image {
        top: 0;
        width: 125%;
        left: -12.5%; } }
    @media screen and (min-width: 75em) {
      .site-hero img.site-hero--image {
        top: -15%; } }
    @media screen and (min-width: 90em) {
      .site-hero img.site-hero--image {
        top: -20%;
        width: 100%;
        left: 0; } }
  .site-hero .site-hero--icon {
    position: absolute;
    bottom: 50px;
    right: 50px; }

.news {
  padding-bottom: 75px; }
  .news .cta {
    float: none;
    width: 100%;
    border: 1px solid #00205B;
    text-align: center;
    padding: 10px 0;
    margin-top: 20px; }
    .news .cta:after {
      display: none; }
    @media print, screen and (min-width: 40em) {
      .news .cta {
        float: right;
        width: auto;
        border: none;
        text-align: inherit;
        padding: 0;
        margin-top: 40px;
        margin-right: 25px; }
        .news .cta:after {
          display: inline-block; } }

.news-rows .columns {
  padding: 0 .5px; }

.news .news-item {
  position: relative;
  display: block;
  opacity: 0;
  transform: translateX(25px);
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1); }
  .news .news-item:after {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffc70a;
    z-index: -1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(1);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1); }
  .news .news-item .news-item--image img {
    transition: .4s; }
  .news .news-item:hover:after {
    height: 450px; }
  .news .news-item:hover .news-item--image img {
    opacity: 0; }
  .news .news-item:hover .news-item--title {
    color: #212121; }
    .news .news-item:hover .news-item--title:after {
      opacity: 1;
      transition: .35s .2s; }

.news-item--title {
  padding-top: 1rem !important;
  padding-right: 0rem !important;
  padding-bottom: 2rem !important;
  padding-left: 1rem !important;
  display: inline-block;
  font-family: proxima-nova, sans-serif;
  color: #00205B;
  line-height: 1.5rem;
  font-size: 1.15rem;
  font-weight: 900;
  transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1); }
  @media print, screen and (min-width: 40em) {
    .news-item--title {
      padding-top: 1rem !important;
      padding-right: 1rem !important;
      padding-bottom: 0rem !important;
      padding-left: 1rem !important;
      margin-left: 3%; } }
  @media print, screen and (min-width: 64em) {
    .news-item--title {
      font-size: 1.65rem;
      line-height: 1.85rem;
      width: 90%; } }

.rochester-effect {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0; }
  .rochester-effect:after {
    content: '';
    position: absolute;
    height: 90vh;
    background: #ffc70a;
    width: 55%;
    right: 0;
    top: -12.5%;
    z-index: -1; }
  .rochester-effect .rochester-effect__video {
    display: inline-block;
    width: 60%;
    overflow: hidden;
    position: relative; }
    .rochester-effect .rochester-effect__video video {
      width: 100%; }
    .rochester-effect .rochester-effect__video #play-pause-button {
      position: absolute;
      bottom: 30px;
      right: 30px;
      z-index: 1;
      border: 1px solid white;
      opacity: .65;
      transition: .3s;
      cursor: pointer; }
      .pause-video .rochester-effect .rochester-effect__video #play-pause-button .fa-play {
        display: none; }
      .pause-video .rochester-effect .rochester-effect__video #play-pause-button .fa-pause {
        display: block; }
      .rochester-effect .rochester-effect__video #play-pause-button:hover {
        opacity: 1; }
      .rochester-effect .rochester-effect__video #play-pause-button i {
        color: white;
        font-size: 1.5rem;
        position: relative; }
      .rochester-effect .rochester-effect__video #play-pause-button .fa-play {
        display: block;
        right: -2px; }
      .rochester-effect .rochester-effect__video #play-pause-button .fa-pause {
        display: none; }
  .rochester-effect .rochester-effect--branding {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0 auto;
    width: 40%;
    padding-left: 65px; }
    .rochester-effect .rochester-effect--branding h2 {
      font-size: 4rem;
      line-height: 65px;
      margin-bottom: 0;
      color: #212121; }
    .rochester-effect .rochester-effect--branding h3 {
      padding-top: 0; }

.rochester-effect--branding .rochester-effect--title {
  color: #00205B;
  padding: 40px 0;
  opacity: 1;
  transform: translateY(0);
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1); }

.events .event-information--link {
  position: relative;
  display: inline-block; }

.events .event-information {
  min-height: 150px;
  padding: 15px 1.25rem;
  position: relative;
  opacity: 0;
  transform: translateX(25px);
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1); }
  @media print, screen and (min-width: 64em) {
    .events .event-information {
      border-right: 1px solid #272727; } }
  .events .event-information:after {
    content: '';
    width: 100%;
    height: 150px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffc70a;
    z-index: -1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1); }
  .events .event-information:hover .event-date {
    border: 5px solid #00205B;
    background: white; }
    .events .event-information:hover .event-date .event-date--month {
      color: #00205B; }
    .events .event-information:hover .event-date .event-date--day {
      color: #00205B; }
  .events .event-information:hover .event-name {
    color: #00205B; }
  .events .event-information:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); }
  .events .event-information:last-of-type {
    border: none; }

.events .event-date {
  display: inline-block;
  text-align: center;
  width: 22%;
  border: 5px solid #FFC70A;
  vertical-align: top;
  padding: 5px 0;
  transition: 0.35s .05s; }

.events .event-name {
  display: inline-block;
  width: 70%;
  margin-left: 5%;
  font-family: proxima-nova, sans-serif;
  color: #565656;
  font-size: 1.45rem;
  line-height: 1.65rem;
  font-weight: 900; }

.events .cta {
  float: none;
  width: 100%;
  border: 1px solid #00205B;
  text-align: center;
  padding: 10px 0;
  margin-top: 20px; }
  .events .cta:after {
    display: none; }
  @media print, screen and (min-width: 40em) {
    .events .cta {
      float: right;
      width: auto;
      border: none;
      text-align: inherit;
      padding: 0;
      margin-top: 40px;
      margin-right: 25px; }
      .events .cta:after {
        display: inline-block; } }

.events .event-date .event-date--month {
  font-family: proxima-nova, sans-serif;
  color: #565656;
  font-size: .85rem;
  text-transform: uppercase;
  font-weight: 900;
  transition: color 0.35s .05s; }

.events .event-date .event-date--day {
  font-family: proxima-nova, sans-serif;
  color: #565656;
  font-size: 1.45rem;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.5rem;
  transition: color 0.35s .05s; }

.respect-row {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 0; }
  .respect-row:after {
    content: '';
    position: absolute;
    height: 90vh;
    background: #F4F4F4;
    width: 55%;
    left: 0;
    top: -12.5%;
    z-index: -1; }

.respect .respect-image {
  display: inline-block;
  overflow: hidden;
  position: relative;
  height: 90vh; }
  @media print, screen and (min-width: 64em) {
    .respect .respect-image {
      width: 50%; } }
  @media screen and (min-width: 115em) {
    .respect .respect-image {
      width: 60%; } }
  .respect .respect-image img {
    width: auto;
    max-width: initial;
    height: 100%; }

.respect-row .columns {
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1); }
  .respect-row .columns:nth-of-type(1) {
    opacity: 0;
    transform: translateX(-25px); }
  .respect-row .columns:nth-of-type(2) {
    opacity: 0;
    transform: translateX(25px); }

.respect .respect-text {
  display: inline-block;
  padding-top: 4rem !important;
  padding-right: 1rem !important;
  padding-bottom: 1rem !important;
  padding-left: 1rem !important; }
  @media print, screen and (min-width: 64em) {
    .respect .respect-text {
      padding-top: 5rem !important;
      padding-right: 5rem !important;
      padding-bottom: 0rem !important;
      padding-left: 5rem !important;
      width: 50%; } }
  @media screen and (min-width: 115em) {
    .respect .respect-text {
      padding-top: 0rem !important;
      padding-right: 7rem !important;
      padding-bottom: 0rem !important;
      padding-left: 7rem !important;
      width: 40%; } }
  .respect .respect-text h2 {
    font-size: 4rem;
    line-height: 72px;
    margin-bottom: 30px; }
    .respect .respect-text h2:before {
      height: 10%;
      top: -15px; }
  .respect .respect-text p.lead {
    font-family: proxima-nova, sans-serif;
    color: #565656;
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 3rem; }
  .respect .respect-text .cta {
    float: none;
    display: block;
    width: 100%;
    border: 1px solid #00205B;
    text-align: center;
    padding: 10px 0;
    margin-top: 20px; }
    .respect .respect-text .cta:after {
      display: none; }
    @media print, screen and (min-width: 40em) {
      .respect .respect-text .cta {
        float: left;
        width: auto;
        border: none;
        text-align: inherit;
        padding: 0;
        margin-top: 40px;
        margin-left: .5rem; }
        .respect .respect-text .cta:after {
          display: inline-block; } }

.already-visible .news-item, .transition-in .news-item {
  opacity: 1;
  transform: translateX(0); }

.already-visible.news-rows .columns:nth-of-type(1) .news-item, .transition-in.news-rows .columns:nth-of-type(1) .news-item {
  transition-delay: .5s; }

.already-visible.news-rows .columns:nth-of-type(2) .news-item, .transition-in.news-rows .columns:nth-of-type(2) .news-item {
  transition-delay: .6s; }

.already-visible.news-rows .columns:nth-of-type(3) .news-item, .transition-in.news-rows .columns:nth-of-type(3) .news-item {
  transition-delay: .7s; }

.already-visible.rochester-effect--branding img, .transition-in.rochester-effect--branding img {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s; }

.already-visible .rochester-effect--title, .transition-in .rochester-effect--title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s; }

.already-visible .event-information, .transition-in .event-information {
  opacity: 1;
  transform: translateX(0); }
  .already-visible .event-information:nth-of-type(1), .transition-in .event-information:nth-of-type(1) {
    transition-delay: .5s; }
  .already-visible .event-information:nth-of-type(2), .transition-in .event-information:nth-of-type(2) {
    transition-delay: .6s; }
  .already-visible .event-information:nth-of-type(3), .transition-in .event-information:nth-of-type(3) {
    transition-delay: .7s; }
  .already-visible .event-information:nth-of-type(4), .transition-in .event-information:nth-of-type(4) {
    transition-delay: .8s; }

.already-visible.respect-row .columns, .transition-in.respect-row .columns {
  opacity: 1;
  transform: translateX(0);
  transition-delay: .5s; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
              This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
              calculation of the height of the owl-item that breaks page layouts
           */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }


/* Emergency Component */
#emergency_situation {
    top: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: white;
    height: 80vh;
    min-height: 550px;
    margin-bottom: 90px;
}
@media (min-width: 768px){
    #emergency_situation {
        top: 0;
        height: 80vh;
        margin-bottom: 0;
    }
}
#emergency_situation #emergency_alert{
    width: 90%;
}
#emergency_situation .emergency_title{
    margin-bottom: 40px;
    font-weight: 900;
}
#emergency_situation .emergency_text {
    width: 100%;
}
@media (min-width: 768px){
    #emergency_situation .emergency_text {
        width: 65%;
    }
}
@media (min-width: 768px){
    #emergency_situation .cta_sub span {
        float: left;
        margin-top: 0px;
    }
}