@charset "UTF-8";
@import url("https://use.typekit.net/yxt5svl.css");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.35;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: 700;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  background-color: transparent;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  text-align: left;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [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 {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

body {
  margin: 0;
  padding: 0;
  font-family: "cronos-pro", sans-serif;
  overflow-x: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  color: #1D252D;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.15rem;
  line-height: 1.25;
}

h1,
h2,
h4 {
  font-family: "Nunito Sans", sans-serif;
}

h3,
h5,
h6 {
  font-family: "cronos-pro", sans-serif;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h3,
h5 {
  font-style: italic;
}

h1 {
  font-size: 2rem;
  font-weight: 900;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.65rem;
}

h4 {
  font-size: 1.4rem;
}

h5 {
  font-size: 1.3rem;
}

h6 {
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

p,
a,
section {
  position: relative;
  margin: 0;
  padding: 0;
}

a {
  margin: 0;
  padding: 0;
  font-weight: 700;
  text-decoration: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
  font-style: inherit;
}

img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

hr {
  margin: 1.5em 0;
  border-top: none;
  border-color: #7b5919;
}

small {
  display: inline-block;
  font-size: 0.9375em;
  line-height: 1.25em;
}

button {
  cursor: pointer;
}

legend {
  color: #1D252D;
  font-weight: 700;
}

form {
  margin: 0;
}

@media only screen and (max-width: 1023px) {
  label,
  input,
  select {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  label,
  input,
  select {
    font-size: 0.9375rem;
  }
}

label {
  color: #002855;
  font-weight: 700;
}

input,
select,
textarea {
  padding: 0.65em 0.75em;
  border: #7b5919 1px solid;
  outline: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-family: "Nunito Sans", sans-serif;
}
input:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: inset 0 0 0 2px #7b5919;
          box-shadow: inset 0 0 0 2px #7b5919;
  border-color: #7b5919;
}

select {
  min-height: calc(2.65em + 4px);
}

table {
  position: relative;
}

iframe {
  width: 100%;
}

blockquote {
  font-style: italic;
  font-size: 1.25rem;
}
blockquote cite {
  display: block;
  margin-top: 0.5em;
  font-style: normal;
}

@font-face {
  font-family: "icomoon";
  src: url("/media/xzmjmipx/csu-icons.eot");
  src: url("/media/xzmjmipx/csu-icons.eot") format("embedded-opentype"), url("https://mycsu.columbiasouthern.edu/open_media/csu-icons-tff-from-marketing/") format("truetype"), url("https://mycsu.columbiasouthern.edu/open_media/csu-icons-woff-from-marketing/") format("woff"), url("/media/ocelyupr/csu-icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*=csu-icon] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* better font rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.csu-icon-address-book:before {
  content: "\e900";
}

.csu-icon-alarm-icon-bell:before {
  content: "\e901";
}

.csu-icon-alarm-icon-bell-xmark:before {
  content: "\e902";
}

.csu-icon-arrow-forward:before {
  content: "\e903";
}

.csu-icon-arrow-line-left:before {
  content: "\e904";
}

.csu-icon-arrow-line-right:before {
  content: "\e905";
}

.csu-icon-arrow-reply:before {
  content: "\e906";
}

.csu-icon-at-symbol:before {
  content: "\e907";
}

.csu-icon-battery-dead:before {
  content: "\e908";
}

.csu-icon-battery-full:before {
  content: "\e909";
}

.csu-icon-book-open:before {
  content: "\e90a";
}

.csu-icon-building-facade:before {
  content: "\e90b";
}

.csu-icon-bullseye-arrow:before {
  content: "\e90c";
}

.csu-icon-calendar:before {
  content: "\e90d";
}

.csu-icon-camera:before {
  content: "\e90e";
}

.csu-icon-cellphone:before {
  content: "\e90f";
}

.csu-icon-cellphone-camera-shutter:before {
  content: "\e910";
}

.csu-icon-cellphone-contact:before {
  content: "\e911";
}

.csu-icon-cellphone-message:before {
  content: "\e912";
}

.csu-icon-cellphone-mms:before {
  content: "\e913";
}

.csu-icon-cellphone-ring:before {
  content: "\e914";
}

.csu-icon-cellphone-search:before {
  content: "\e915";
}

.csu-icon-cellphone-settings:before {
  content: "\e916";
}

.csu-icon-cellphone-signal:before {
  content: "\e917";
}

.csu-icon-cellphone-sms:before {
  content: "\e918";
}

.csu-icon-cellphone-text:before {
  content: "\e919";
}

.csu-icon-cellphone-text-message:before {
  content: "\e91a";
}

.csu-icon-cellphone-touch:before {
  content: "\e91b";
}

.csu-icon-certificate:before {
  content: "\e91c";
}

.csu-icon-chain-link:before {
  content: "\e91d";
}

.csu-icon-checkmark:before {
  content: "\e91e";
}

.csu-icon-checkmark-circle:before {
  content: "\e91f";
}

.csu-icon-circle-filled:before {
  content: "\e920";
}

.csu-icon-circle-open:before {
  content: "\e921";
}

.csu-icon-clipboard:before {
  content: "\e922";
}

.csu-icon-clipboard-checkmark:before {
  content: "\e923";
}

.csu-icon-clipboard-paper:before {
  content: "\e924";
}

.csu-icon-clipboard-pencil:before {
  content: "\e925";
}

.csu-icon-cog:before {
  content: "\e926";
}

.csu-icon-connective-share-icon:before {
  content: "\e927";
}

.csu-icon-cursor-arrow:before {
  content: "\e928";
}

.csu-icon-cursor-arrow-line:before {
  content: "\e929";
}

.csu-icon-dial-pad:before {
  content: "\e92a";
}

.csu-icon-dial-pad-2:before {
  content: "\e92b";
}

.csu-icon-double-line-arrow-right:before {
  content: "\e92c";
}

.csu-icon-download-arrow:before {
  content: "\e92d";
}

.csu-icon-empty-arrow-right:before {
  content: "\e92e";
}

.csu-icon-face-confused:before {
  content: "\e92f";
}

.csu-icon-face-frown:before {
  content: "\e930";
}

.csu-icon-face-laugh:before {
  content: "\e931";
}

.csu-icon-face-smile:before {
  content: "\e932";
}

.csu-icon-faq-speech-bubble-square:before {
  content: "\e933";
}

.csu-icon-fax:before {
  content: "\e934";
}

.csu-icon-folder-closed:before {
  content: "\e935";
}

.csu-icon-folder-download:before {
  content: "\e936";
}

.csu-icon-folder-minussign:before {
  content: "\e937";
}

.csu-icon-folder-open:before {
  content: "\e938";
}

.csu-icon-folder-plussign:before {
  content: "\e939";
}

.csu-icon-folder-starred:before {
  content: "\e93a";
}

.csu-icon-folder-upload:before {
  content: "\e93b";
}

.csu-icon-folder-xmark:before {
  content: "\e93c";
}

.csu-icon-globe:before {
  content: "\e93d";
}

.csu-icon-go-back:before {
  content: "\e93e";
}

.csu-icon-graduate-diploma:before {
  content: "\e93f";
}

.csu-icon-headset:before {
  content: "\e940";
}

.csu-icon-home:before {
  content: "\e941";
}

.csu-icon-image:before {
  content: "\e942";
}

.csu-icon-key:before {
  content: "\e943";
}

.csu-icon-keyhole:before {
  content: "\e944";
}

.csu-icon-left-right-arrows:before {
  content: "\e945";
}

.csu-icon-line-arrow-3waysplit-up:before {
  content: "\e946";
}

.csu-icon-line-arrow-45-down-right:before {
  content: "\e947";
}

.csu-icon-line-arrow-45-up-right:before {
  content: "\e948";
}

.csu-icon-line-arrow-centermeet:before {
  content: "\e949";
}

.csu-icon-line-arrow-converge-right:before {
  content: "\e94a";
}

.csu-icon-line-arrow-helix-right:before {
  content: "\e94b";
}

.csu-icon-line-arrow-output:before {
  content: "\e94c";
}

.csu-icon-line-arrow-right:before {
  content: "\e94d";
}

.csu-icon-line-arrow-right-circle:before {
  content: "\e94e";
}

.csu-icon-line-arrow-rotate-oval:before {
  content: "\e94f";
}

.csu-icon-line-arrow-split-right:before {
  content: "\e950";
}

.csu-icon-line-arrow-split-right-left:before {
  content: "\e951";
}

.csu-icon-line-arrow-split-up:before {
  content: "\e952";
}

.csu-icon-line-arrow-u-down:before {
  content: "\e953";
}

.csu-icon-line-arrow-undo:before {
  content: "\e954";
}

.csu-icon-line-arrow-up-down:before {
  content: "\e955";
}

.csu-icon-line-arrow-upperrightcorner-bottomleftcorner:before {
  content: "\e956";
}

.csu-icon-line-arrow-u-up:before {
  content: "\e957";
}

.csu-icon-line-double-arrow-meet-circle:before {
  content: "\e958";
}

.csu-icon-line-double-arrow-meet-square:before {
  content: "\e959";
}

.csu-icon-line-double-arrow-rotate-circle:before {
  content: "\e95a";
}

.csu-icon-line-four-arrow-meet-circle:before {
  content: "\e95b";
}

.csu-icon-line-single-arrow-rotate-square:before {
  content: "\e95c";
}

.csu-icon-line-triple-arrow-rotate-circle:before {
  content: "\e95d";
}

.csu-icon-locked:before {
  content: "\e95e";
}

.csu-icon-message-open:before {
  content: "\e95f";
}

.csu-icon-message-open-checkmark:before {
  content: "\e960";
}

.csu-icon-message-open-content:before {
  content: "\e961";
}

.csu-icon-message-open-content-paperclip:before {
  content: "\e962";
}

.csu-icon-message-open-download:before {
  content: "\e963";
}

.csu-icon-message-open-minussign:before {
  content: "\e964";
}

.csu-icon-message-open-plussign:before {
  content: "\e965";
}

.csu-icon-message-open-starred:before {
  content: "\e966";
}

.csu-icon-message-open-upload:before {
  content: "\e967";
}

.csu-icon-message-open-xmark:before {
  content: "\e968";
}

.csu-icon-message-sealed:before {
  content: "\e969";
}

.csu-icon-message-sealed-download:before {
  content: "\e96a";
}

.csu-icon-message-sealed-pencil:before {
  content: "\e96b";
}

.csu-icon-message-sealed-upload:before {
  content: "\e96c";
}

.csu-icon-military-medal:before {
  content: "\e96d";
}

.csu-icon-minussign:before {
  content: "\e96e";
}

.csu-icon-mortarboard:before {
  content: "\e96f";
}

.csu-icon-mousearrow:before {
  content: "\e970";
}

.csu-icon-paper:before {
  content: "\e971";
}

.csu-icon-paper-arrow-down:before {
  content: "\e972";
}

.csu-icon-paper-arrow-left:before {
  content: "\e973";
}

.csu-icon-paper-arrow-right:before {
  content: "\e974";
}

.csu-icon-paper-arrow-up:before {
  content: "\e975";
}

.csu-icon-paper-checkmark:before {
  content: "\e976";
}

.csu-icon-paper-doc:before {
  content: "\e977";
}

.csu-icon-paper-exe:before {
  content: "\e978";
}

.csu-icon-paper-gif:before {
  content: "\e979";
}

.csu-icon-paper-jpg:before {
  content: "\e97a";
}

.csu-icon-paper-minus:before {
  content: "\e97b";
}

.csu-icon-paper-pdf:before {
  content: "\e97c";
}

.csu-icon-paper-pencil:before {
  content: "\e97d";
}

.csu-icon-paper-plus:before {
  content: "\e97e";
}

.csu-icon-paper-png:before {
  content: "\e97f";
}

.csu-icon-paper-rar:before {
  content: "\e980";
}

.csu-icon-paper-search:before {
  content: "\e981";
}

.csu-icon-paper-stacked:before {
  content: "\e982";
}

.csu-icon-paper-xmark:before {
  content: "\e983";
}

.csu-icon-paper-zip:before {
  content: "\e984";
}

.csu-icon-paperclip:before {
  content: "\e985";
}

.csu-icon-paperclip-2:before {
  content: "\e986";
}

.csu-icon-paper-pencil:before {
  content: "\e987";
}

.csu-icon-partner-handshake:before {
  content: "\e988";
}

.csu-icon-pencil-box:before {
  content: "\e989";
}

.csu-icon-pencil-line:before {
  content: "\e98a";
}

.csu-icon-pen-nib:before {
  content: "\e98b";
}

.csu-icon-person:before {
  content: "\e98c";
}

.csu-icon-person-minussign:before {
  content: "\e98d";
}

.csu-icon-person-personsmall:before {
  content: "\e98e";
}

.csu-icon-person-plussign:before {
  content: "\e98f";
}

.csu-icon-phone-contacts:before {
  content: "\e990";
}

.csu-icon-plussign:before {
  content: "\e991";
}

.csu-icon-plussign-circle:before {
  content: "\e992";
}

.csu-icon-pound-symbol:before {
  content: "\e993";
}

.csu-icon-qanda-speech-bubble-square:before {
  content: "\e994";
}

.csu-icon-rocket-launched:before {
  content: "\e995";
}

.csu-icon-rocket-stagnate:before {
  content: "\e996";
}

.csu-icon-search:before {
  content: "\e997";
}

.csu-icon-share-icon:before {
  content: "\e998";
}

.csu-icon-speech-bubble:before {
  content: "\e999";
}

.csu-icon-speech-bubble-2:before {
  content: "\e99a";
}

.csu-icon-speech-bubble-ellipsis:before {
  content: "\e99b";
}

.csu-icon-speech-bubble-ellipsis-2:before {
  content: "\e99c";
}

.csu-icon-speech-bubble-square:before {
  content: "\e99d";
}

.csu-icon-speech-bubble-square-2:before {
  content: "\e99e";
}

.csu-icon-speech-bubble-square-minussign:before {
  content: "\e99f";
}

.csu-icon-speech-bubble-square-plussign:before {
  content: "\e9a0";
}

.csu-icon-speech-bubble-square-xmark:before {
  content: "\e9a1";
}

.csu-icon-star-symbol:before {
  content: "\e9a2";
}

.csu-icon-telephone:before {
  content: "\e9a3";
}

.csu-icon-telephone-newer:before {
  content: "\e9a4";
}

.csu-icon-telephone-old:before {
  content: "\e9a5";
}

.csu-icon-telephone-receiver:before {
  content: "\e9a6";
}

.csu-icon-telephone-receiver-24hours:before {
  content: "\e9a7";
}

.csu-icon-telephone-receiver-exclamation:before {
  content: "\e9a8";
}

.csu-icon-telephone-receiver-incoming:before {
  content: "\e9a9";
}

.csu-icon-telephone-receiver-in-out:before {
  content: "\e9aa";
}

.csu-icon-telephone-receiver-locked:before {
  content: "\e9ab";
}

.csu-icon-telephone-receiver-minussign:before {
  content: "\e9ac";
}

.csu-icon-telephone-receiver-missed-call:before {
  content: "\e9ad";
}

.csu-icon-telephone-receiver-outgoing:before {
  content: "\e9ae";
}

.csu-icon-telephone-receiver-outgoing-curved:before {
  content: "\e9af";
}

.csu-icon-telephone-receiver-plussign:before {
  content: "\e9b0";
}

.csu-icon-telephone-receiver-question:before {
  content: "\e9b1";
}

.csu-icon-telephone-receiver-ringing:before {
  content: "\e9b2";
}

.csu-icon-telephone-receiver-xmark:before {
  content: "\e9b3";
}

.csu-icon-trash:before {
  content: "\e9b4";
}

.csu-icon-unlocked:before {
  content: "\e9b5";
}

.csu-icon-upload-arrow:before {
  content: "\e9b6";
}

.csu-icon-volume-loud:before {
  content: "\e9b7";
}

.csu-icon-volume-mute:before {
  content: "\e9b8";
}

.csu-icon-webpage-checkmarked:before {
  content: "\e9b9";
}

.csu-icon-wifi-signal:before {
  content: "\e9ba";
}

.csu-icon-xmark:before {
  content: "\e9bb";
}

.csu-icon-xmark-circle:before {
  content: "\e9bc";
}

.grid, .page-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

@media only screen and (max-width: 767px) {
  .page-grid {
    -ms-grid-columns: minmax(50px, 1fr);
    grid-template-columns: minmax(50px, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-grid {
    -ms-grid-columns: (minmax(50px, 1fr))[6];
    grid-template-columns: repeat(6, minmax(50px, 1fr));
  }
}
@media only screen and (min-width: 1200px) {
  .page-grid {
    -ms-grid-columns: (minmax(50px, 1fr))[12];
    grid-template-columns: repeat(12, minmax(50px, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .page-grid {
    grid-gap: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-grid {
    grid-gap: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-grid.columns-1-4, .page-grid.columns-2-3, .page-grid.columns-3-2, .page-grid.columns-4-1 {
    -ms-grid-columns: minmax(50px, 1fr) 30px minmax(50px, 1fr) 30px minmax(50px, 1fr) 30px minmax(50px, 1fr) 30px minmax(50px, 1fr);
    grid-template-columns: repeat(5, minmax(50px, 1fr));
  }
}
@media only screen and (min-width: 1200px) {
  .page-grid.columns-1-4, .page-grid.columns-2-3, .page-grid.columns-3-2, .page-grid.columns-4-1 {
    -ms-grid-columns: minmax(50px, 1fr) 50px minmax(50px, 1fr) 50px minmax(50px, 1fr) 50px minmax(50px, 1fr) 50px minmax(50px, 1fr) 50px minmax(50px, 1fr) 50px minmax(50px, 1fr) 50px minmax(50px, 1fr) 50px minmax(50px, 1fr) 50px minmax(50px, 1fr);
    grid-template-columns: repeat(10, minmax(50px, 1fr));
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-grid.columns-1 > * {
    grid-column: auto/span 6;
  }
}
@media only screen and (min-width: 1200px) {
  .page-grid.columns-1 > * {
    grid-column: auto/span 12;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page-grid.columns-2 > * {
    grid-column: auto/span 6;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .page-grid.columns-2 > * {
    grid-column: auto/span 3;
  }
}
@media only screen and (min-width: 1200px) {
  .page-grid.columns-2 > * {
    grid-column: auto/span 6;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-grid.columns-3 > * {
    grid-column: auto/span 2;
  }
}
@media only screen and (min-width: 1200px) {
  .page-grid.columns-3 > * {
    grid-column: auto/span 4;
  }
}
@media only screen and (min-width: 768px) {
  .page-grid.columns-4 > * {
    grid-column: auto/span 3;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-grid.columns-5 > * {
    grid-column: auto/span 1;
  }
}
@media only screen and (min-width: 1200px) {
  .page-grid.columns-5 > * {
    grid-column: auto/span 2;
  }
}
@media only screen and (min-width: 768px) {
  .page-grid.columns-6 > * {
    grid-column: auto/span 2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-grid.columns-1-2 > *, .page-grid.columns-1-3 > *, .page-grid.columns-2-1 > *, .page-grid.columns-3-1 > * {
    grid-column: auto/span 3;
  }
}
@media only screen and (min-width: 1200px) {
  .page-grid.columns-1-2 > *:nth-child(2n+1) {
    grid-column: auto/span 4;
  }
  .page-grid.columns-1-2 > *:nth-child(2n+2) {
    grid-column: auto/span 8;
  }
}
@media only screen and (min-width: 1200px) {
  .page-grid.columns-1-3 > *:nth-child(2n+1) {
    grid-column: auto/span 3;
  }
  .page-grid.columns-1-3 > *:nth-child(2n+2) {
    grid-column: auto/span 9;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-grid.columns-1-4 > *:nth-child(2n+1) {
    grid-column: auto/span 1;
  }
  .page-grid.columns-1-4 > *:nth-child(2n+2) {
    grid-column: auto/span 4;
  }
}
@media only screen and (min-width: 1200px) {
  .page-grid.columns-1-4 > *:nth-child(2n+1) {
    grid-column: auto/span 2;
  }
  .page-grid.columns-1-4 > *:nth-child(2n+2) {
    grid-column: auto/span 8;
  }
}
@media only screen and (min-width: 1200px) {
  .page-grid.columns-2-1 > *:nth-child(2n+1) {
    grid-column: auto/span 8;
  }
  .page-grid.columns-2-1 > *:nth-child(2n+2) {
    grid-column: auto/span 4;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-grid.columns-2-3 > *:nth-child(2n+1) {
    grid-column: auto/span 2;
  }
  .page-grid.columns-2-3 > *:nth-child(2n+2) {
    grid-column: auto/span 3;
  }
}
@media only screen and (min-width: 1200px) {
  .page-grid.columns-2-3 > *:nth-child(2n+1) {
    grid-column: auto/span 4;
  }
  .page-grid.columns-2-3 > *:nth-child(2n+2) {
    grid-column: auto/span 6;
  }
}
@media only screen and (min-width: 1200px) {
  .page-grid.columns-3-1 > *:nth-child(2n+1) {
    grid-column: auto/span 9;
  }
  .page-grid.columns-3-1 > *:nth-child(2n+2) {
    grid-column: auto/span 3;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-grid.columns-3-2 > *:nth-child(2n+1) {
    grid-column: auto/span 3;
  }
  .page-grid.columns-3-2 > *:nth-child(2n+2) {
    grid-column: auto/span 2;
  }
}
@media only screen and (min-width: 1200px) {
  .page-grid.columns-3-2 > *:nth-child(2n+1) {
    grid-column: auto/span 6;
  }
  .page-grid.columns-3-2 > *:nth-child(2n+2) {
    grid-column: auto/span 4;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-grid.columns-4-1 > *:nth-child(2n+1) {
    grid-column: auto/span 4;
  }
  .page-grid.columns-4-1 > *:nth-child(2n+2) {
    grid-column: auto/span 1;
  }
}
@media only screen and (min-width: 1200px) {
  .page-grid.columns-4-1 > *:nth-child(2n+1) {
    grid-column: auto/span 8;
  }
  .page-grid.columns-4-1 > *:nth-child(2n+2) {
    grid-column: auto/span 2;
  }
}

@media only screen and (max-width: 767px) {
  .grid {
    -ms-grid-columns: minmax(50px, 1fr);
    grid-template-columns: minmax(50px, 1fr);
  }
}
.grid.columns-1 {
  -ms-grid-columns: minmax(50px, 1fr);
  grid-template-columns: minmax(50px, 1fr);
}
@media only screen and (min-width: 768px) {
  .grid[class*=smaller-than].columns-2 {
    -ms-grid-columns: (minmax(50px, 1fr))[1];
    grid-template-columns: repeat(1, minmax(50px, 1fr));
  }
}
.grid[class*=larger-than].columns-2, .grid[class*=equal-to].columns-2 {
  -ms-grid-columns: (minmax(50px, 1fr))[2];
  grid-template-columns: repeat(2, minmax(50px, 1fr));
}
.grid[class*=larger-than].columns-3, .grid[class*=equal-to].columns-3 {
  -ms-grid-columns: (minmax(50px, 1fr))[3];
  grid-template-columns: repeat(3, minmax(50px, 1fr));
}
@media only screen and (min-width: 768px) {
  .grid[class*=smaller-than].columns-4 {
    -ms-grid-columns: (minmax(50px, 1fr))[2];
    grid-template-columns: repeat(2, minmax(50px, 1fr));
  }
}
.grid[class*=larger-than].columns-4, .grid[class*=equal-to].columns-4 {
  -ms-grid-columns: (minmax(50px, 1fr))[4];
  grid-template-columns: repeat(4, minmax(50px, 1fr));
}
.grid[class*=larger-than].columns-5, .grid[class*=equal-to].columns-5 {
  -ms-grid-columns: (minmax(50px, 1fr))[5];
  grid-template-columns: repeat(5, minmax(50px, 1fr));
}
.grid.grid-gap-5 {
  grid-gap: 5px;
}
.grid.grid-gap-10 {
  grid-gap: 10px;
}
.grid.grid-gap-15 {
  grid-gap: 15px;
}
.grid.grid-gap-20 {
  grid-gap: 20px;
}
.grid.grid-gap-25 {
  grid-gap: 25px;
}
.grid.grid-gap-30 {
  grid-gap: 30px;
}
.grid.grid-gap-35 {
  grid-gap: 35px;
}
.grid.grid-gap-40 {
  grid-gap: 40px;
}
.grid.grid-gap-45 {
  grid-gap: 45px;
}
.grid.grid-gap-50 {
  grid-gap: 50px;
}
@media only screen and (max-width: 767px) {
  .grid.columns-1-small {
    -ms-grid-columns: minmax(50px, 1fr);
    grid-template-columns: minmax(50px, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .grid.columns-2-small {
    -ms-grid-columns: (minmax(50px, 1fr))[2];
    grid-template-columns: repeat(2, minmax(50px, 1fr));
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .grid.columns-2-medium {
    -ms-grid-columns: (minmax(50px, 1fr))[2];
    grid-template-columns: repeat(2, minmax(50px, 1fr));
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .grid.columns-4-medium {
    -ms-grid-columns: (minmax(50px, 1fr))[4];
    grid-template-columns: repeat(4, minmax(50px, 1fr));
  }
}
.grid.columns-1-2[class*=smaller-than], .grid.columns-1-3[class*=smaller-than], .grid.columns-1-4[class*=smaller-than], .grid.columns-2-1[class*=smaller-than], .grid.columns-2-3[class*=smaller-than], .grid.columns-3-1[class*=smaller-than], .grid.columns-3-2 .grid.columns-4-1[class*=smaller-than] {
  -ms-grid-columns: (minmax(50px, 1fr))[1];
  grid-template-columns: repeat(1, minmax(50px, 1fr));
}
.grid.columns-1-2[class*=larger-than], .grid.columns-1-2[class*=equal-to] {
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
}
.grid.columns-1-3[class*=larger-than], .grid.columns-1-3[class*=equal-to] {
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
}
.grid.columns-1-4[class*=larger-than], .grid.columns-1-4[class*=equal-to] {
  -ms-grid-columns: 1fr 4fr;
  grid-template-columns: 1fr 4fr;
}
.grid.columns-2-1[class*=larger-than], .grid.columns-2-1[class*=equal-to] {
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
}
.grid.columns-2-3[class*=larger-than], .grid.columns-2-3[class*=equal-to] {
  -ms-grid-columns: 2fr 3fr;
  grid-template-columns: 2fr 3fr;
}
.grid.columns-3-1[class*=larger-than], .grid.columns-3-1[class*=equal-to] {
  -ms-grid-columns: 3fr 1fr;
  grid-template-columns: 3fr 1fr;
}
.grid.columns-3-2[class*=larger-than], .grid.columns-3-2[class*=equal-to] {
  -ms-grid-columns: 3fr 2fr;
  grid-template-columns: 3fr 2fr;
}
.grid.columns-4-1[class*=larger-than], .grid.columns-4-1[class*=equal-to] {
  -ms-grid-columns: 4fr 1fr;
  grid-template-columns: 4fr 1fr;
}

.column {
  position: relative;
}

p:empty {
  display: none;
}

.font-display {
  font-family: "Nunito Sans", sans-serif;
}

.font-copy {
  font-family: "cronos-pro", sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 0.15rem;
  line-height: 1.25;
}

.h1,
.h2,
.h4 {
  font-family: "Nunito Sans", sans-serif;
}

.h3,
.h5,
.h6 {
  font-family: "cronos-pro", sans-serif;
}

.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
}

.light .h1, .dark .light .h1,
.light .h2,
.dark .light .h2,
.light .h4,
.dark .light .h4,
.light .h5,
.dark .light .h5 {
  color: #002855;
}
.dark .h1, .light .dark .h1,
.dark .h2,
.light .dark .h2,
.dark .h4,
.light .dark .h4,
.dark .h5,
.light .dark .h5 {
  color: #fff;
}

.h3,
.h5 {
  font-style: italic;
}

.light .h3, .dark .light .h3,
.light .h6,
.dark .light .h6 {
  color: #5B6770;
}
.dark .h3, .light .dark .h3,
.dark .h6,
.light .dark .h6 {
  color: #fff;
}

.h1 {
  font-size: 2rem;
  font-weight: 900;
}

.h2 {
  font-size: 1.75rem;
}

.h3 {
  font-size: 1.65rem;
}

.h4 {
  font-size: 1.4rem;
}

.h5 {
  font-size: 1.3rem;
}

.h6 {
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
h1 .h6, .h1 .h6, h2 .h6, .h2 .h6 {
  display: block;
  font-size: 0.75em;
  margin: 0;
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 0.025em;
}

.small {
  font-size: 0.875em;
  line-height: 1.25em;
}

/* Smaller, all-caps text stacked above heading */
.title-small {
  display: block;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.75em;
  margin: 0;
  font-family: "cronos-pro", sans-serif;
}
.light .title-small, .title-small .dark .light {
  color: #5B6770;
}
.dark .title-small, .title-small .light .dark {
  color: #fff;
}

/* Paragraph links with underline */
p a,
small a {
  display: inline-block;
  padding: 0 0.125em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  p a,
  small a {
    padding-bottom: 4px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
  }
  p a::before,
  small a::before {
    bottom: 2px;
  }
}
p a::before,
small a::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -0.05em;
  content: " ";
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.light p a::before, .dark .light p a::before,
.light small a::before,
.dark .light small a::before {
  background-color: rgba(32, 119, 136, 0.5);
}
.dark p a::before, .light .dark p a::before,
.dark small a::before,
.light .dark small a::before {
  background-color: rgba(198, 170, 118, 0.65);
}
p a:hover::before, p a:focus::before,
small a:hover::before,
small a:focus::before {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.light p a:hover::before, .dark .light p a:hover::before, .light p a:focus::before, .dark .light p a:focus::before,
.light small a:hover::before,
.dark .light small a:hover::before,
.light small a:focus::before,
.dark .light small a:focus::before {
  background-color: #bb2403;
}
.dark p a:hover::before, .light .dark p a:hover::before, .dark p a:focus::before, .light .dark p a:focus::before,
.dark small a:hover::before,
.light .dark small a:hover::before,
.dark small a:focus::before,
.light .dark small a:focus::before {
  background-color: #C6AA76;
}

/* Double chevron to the right of link, animates on hover */
.arrow-link {
  position: relative;
  display: block;
}
.arrow-link::after {
  display: inline-block;
  margin-left: 0.25em;
  content: "»";
  font-family: "cronos-pro", sans-serif;
  font-size: 1.25em;
  line-height: 1;
  vertical-align: baseline;
}
.arrow-link:hover::after, .arrow-link:focus::after {
  -webkit-animation: pulse 1s infinite alternate ease-in-out;
          animation: pulse 1s infinite alternate ease-in-out;
}
.arrow-link.reveal::after {
  position: absolute;
  color: #C6AA76;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
}
.arrow-link.reveal:hover::after, .arrow-link.reveal:focus::after {
  opacity: 1;
}

.italic {
  font-style: italic;
}

/* Large Decorative Text */
.large-text {
  display: block;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
  font-size: 4.5rem;
  line-height: 1.125;
}
.large-text sup {
  font-size: 0.5em;
  top: -0.65em;
  margin-right: 0.05em;
}
.large-text + .uppercase {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
}
.light .large-text {
  color: #002855;
}
.light .large-text + .uppercase {
  color: #1D252D;
}

.site-wrap {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .site-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .site-wrap {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}

.wide-wrap {
  margin: 0 auto;
  max-width: 1600px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .wide-wrap {
    width: calc(100% - 40px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wide-wrap {
    width: calc(100% - 5vw);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1678px) {
  .wide-wrap {
    width: calc(100% - 10vw);
  }
}

.narrow-wrap {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
  .padded {
    padding: 50px 0 35px;
  }
}
@media only screen and (min-width: 1024px) {
  .padded {
    padding: 7.5vh 0 5vh;
  }
}

@media only screen and (max-width: 1023px) {
  .bottom-padded {
    padding: 0 0 35px;
  }
}
@media only screen and (min-width: 1024px) {
  .bottom-padded {
    padding: 0 0 5vh;
  }
}

@media only screen and (max-width: 1023px) {
  .top-padded {
    padding: 50px 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .top-padded {
    padding: 7.5vh 0 0;
  }
}

.center {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.center li {
  margin: 0.25em auto;
}
.center p {
  margin-left: auto;
  margin-right: auto;
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.content-end.flex {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.content-end.grid {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.self-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.self-end {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

.self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(3.5px);
    transform: translateX(3.5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(3.5px);
            transform: translateX(3.5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide-down {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slide-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes scale-x {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes scale-x {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes hamburger-closed-top {
  0% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg) translateY(8px);
            transform: rotate(0deg) translateY(8px);
  }
}
@keyframes hamburger-closed-top {
  0% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg) translateY(8px);
            transform: rotate(0deg) translateY(8px);
  }
}
@-webkit-keyframes hamburger-closed-bottom {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg) translateY(-8px);
            transform: rotate(0deg) translateY(-8px);
  }
}
@keyframes hamburger-closed-bottom {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg) translateY(-8px);
            transform: rotate(0deg) translateY(-8px);
  }
}
@-webkit-keyframes hamburger-open-top {
  0% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
@keyframes hamburger-open-top {
  0% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
@-webkit-keyframes hamburger-open-bottom {
  0% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
@keyframes hamburger-open-bottom {
  0% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
.offscreen {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

a.offscreen:focus {
  left: 0;
  width: auto;
  height: auto;
  clip: auto;
  padding: 0.5em 0.85em;
}
.light a.offscreen:focus {
  background-color: #002855;
  color: #fff;
}
.dark a.offscreen:focus {
  background-color: #C6AA76;
  color: #002855;
}

.block {
  display: block;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* Content Styles */
@media only screen and (max-width: 1023px) {
  .content {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 1024px) {
  .content {
    font-size: 1.125rem;
  }
}
.content p {
  max-width: 100ch;
  margin-bottom: 0.75em;
  line-height: 1.5;
}
.wide-wrap .content p {
  font-size: 1.175rem;
}
.content p + h2, .content p + h3, .content p + h4, .content p + h5, .content p + h6 {
  margin-top: 1.25em;
}
.content .card + h2, .content .card + h3, .content .card + h4, .content .card + h5, .content .card + h6 {
  margin-top: 1.25em;
}

article.content blockquote {
  border-left: transparent 2px solid;
}
.light article.content blockquote, .dark .light article.content blockquote {
  border-color: #DFD1A7;
}
.dark article.content blockquote, .light .dark article.content blockquote {
  border-color: #C6AA76;
}

/* Intro */
.intro {
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .intro {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  .intro {
    margin-bottom: 50px;
  }
}
.intro h1 {
  margin-bottom: 0.35em;
}
.intro p {
  font-size: 1.175rem;
  max-width: 100ch;
  margin: 0 auto 0.75em;
}

/* Disclaimers */
.disclaimer {
  margin-top: 1em;
}

/* Page Content */
@media only screen and (max-width: 767px) {
  .page-content {
    margin: 20px 0 50px;
  }
}
@media only screen and (min-width: 768px) {
  .page-content {
    margin: 35px 0 80px;
  }
}

.sidebar > div + div {
  margin-top: 30px;
}
.sidebar > div + div.button-group {
  margin-top: 10px;
}
.sidebar h3 {
  border-bottom: #DFD1A7 2px solid;
  margin-bottom: 0.25em;
}

.light, .dark .light {
  color: #5B6770;
}
.light h1,
.light h2,
.light h4,
.light h5, .dark .light h1,
.dark .light h2,
.dark .light h4,
.dark .light h5 {
  color: #002855;
}
.light h3,
.light h6, .dark .light h3,
.dark .light h6 {
  color: #5B6770;
}
.light a, .dark .light a {
  color: #207788;
}
.light a:hover, .light a:focus, .dark .light a:hover, .dark .light a:focus {
  color: #bb2403;
}

.dark, .light .dark {
  background-color: #002855;
  color: #fff;
}
.dark h1,
.dark h2,
.dark h4,
.dark h5, .light .dark h1,
.light .dark h2,
.light .dark h4,
.light .dark h5 {
  color: #fff;
}
.dark h3,
.dark h6, .light .dark h3,
.light .dark h6 {
  color: #fff;
}
.dark a, .light .dark a {
  color: #fff;
}
.dark a:hover, .dark a:focus, .light .dark a:hover, .light .dark a:focus {
  color: #DFD1A7;
}
.dark label,
.dark .label, .light .dark label,
.light .dark .label {
  color: #fff;
}
.dark .radio-group label span, .light .dark .radio-group label span {
  color: #fff;
}
.dark .radio-group input[type=radio]:checked::before,
.dark .radio-group input[type=checkbox]:checked::before, .light .dark .radio-group input[type=radio]:checked::before,
.light .dark .radio-group input[type=checkbox]:checked::before {
  color: #002855;
  background-color: #C6AA76;
  -webkit-box-shadow: 0 0 0 2px #C6AA76;
          box-shadow: 0 0 0 2px #C6AA76;
}
.dark .form-error input,
.dark .form-error select, .light .dark .form-error input,
.light .dark .form-error select {
  border-color: #FF5C39;
}
.dark .form-error .form-error-message, .light .dark .form-error .form-error-message {
  color: #FF5C39;
}

.background-gray {
  background-color: #f7f7f7;
}

/* NEW HEADER STYLES */
header {
  position: relative;
  z-index: 20;
}

@media only screen and (min-width: 1024px) {
  .mobile-utility-navigation,
  .mobile-cta,
  .mobile-site-logo {
    display: none;
  }
}

.mobile-cta {
  padding-top: 20px;
}

.utility-navigation .site-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.utility-navigation .site-logo {
  margin: 15px 0;
}
@media only screen and (max-width: 1023px) {
  .utility-navigation .site-logo {
    display: none;
  }
}
.utility-navigation .button-group.flex {
  display: none;
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .utility-navigation .button-group.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.utility-navigation .button-group.flex .button.ghost, .utility-navigation .button-group.flex .button.solid {
  margin-bottom: 0.5em;
}

.site-logo,
.mobile-site-logo {
  max-width: 200px;
}

.navigation-wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
  /* Site Search */
}
@media only screen and (max-width: 1023px) {
  .navigation-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .navigation-wrapper > .flex {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 80px 20px 20px;
    z-index: 5;
    -ms-flex-line-pack: baseline;
        align-content: baseline;
    background-color: #207788;
    -webkit-transition: -webkit-transform 0.35s ease-in-out 0.1s;
    transition: -webkit-transform 0.35s ease-in-out 0.1s;
    transition: transform 0.35s ease-in-out 0.1s;
    transition: transform 0.35s ease-in-out 0.1s, -webkit-transform 0.35s ease-in-out 0.1s;
    -webkit-transform-origin: right;
            transform-origin: right;
    right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .navigation-wrapper > .flex {
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
}
.navigation-wrapper .nav-overlay {
  position: absolute;
  top: 0;
  right: 3em;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
}
.navigation-wrapper .site-search .toggle {
  padding: 0.7em 0.85em;
  cursor: pointer;
  z-index: 10;
  /* Search bar open */
}
@media only screen and (max-width: 1023px) {
  .navigation-wrapper .site-search .toggle {
    display: none;
  }
}
.navigation-wrapper .site-search .toggle .search-open {
  position: absolute;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.navigation-wrapper .site-search .toggle .search-close {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.navigation-wrapper .site-search .toggle[aria-expanded=true] .search-open {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.navigation-wrapper .site-search .toggle[aria-expanded=true] .search-close {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.navigation-wrapper .site-search .toggle[aria-expanded=true] + .search-box .nav-overlay {
  opacity: 1;
  width: 100%;
}
.navigation-wrapper .site-search .toggle[aria-expanded=true] + .search-box .search-query {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .navigation-wrapper .site-search .search-query {
    position: absolute;
    top: 50%;
    right: 3.5rem;
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
}
.navigation-wrapper .site-search .search-query form {
  position: relative;
}
.navigation-wrapper .site-search .search-query form label {
  display: block;
}
.navigation-wrapper .site-search .search-query form .form-control {
  padding: 0.85em 3em 0.85em 0.75em;
}
@media only screen and (max-width: 1023px) {
  .navigation-wrapper .site-search .search-query form .form-control {
    background-color: #207788;
    border-color: #77C5D5;
    color: #fff;
  }
  .navigation-wrapper .site-search .search-query form .form-control:focus {
    -webkit-box-shadow: inset 0 0 0 2px #77C5D5;
            box-shadow: inset 0 0 0 2px #77C5D5;
  }
}
@media only screen and (min-width: 1024px) {
  .navigation-wrapper .site-search .search-query form .form-control {
    width: 400px;
    color: #002855;
    background-color: #fff;
  }
}
.navigation-wrapper .site-search .search-query form .search-button {
  position: absolute;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1023px) {
  .navigation-wrapper .site-search .search-query form .search-button {
    background-color: #207788;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 3px;
    padding: 10px;
    color: #fff;
  }
  .navigation-wrapper .site-search .search-query form .search-button:hover {
    color: #207788;
    background-color: #77C5D5;
  }
  .navigation-wrapper .site-search .search-query form .search-button:focus {
    outline: 2px dotted #77C5D5;
  }
}
@media only screen and (min-width: 1024px) {
  .navigation-wrapper .site-search .search-query form .search-button {
    background-color: #fff;
    top: 3px;
    right: 3px;
    bottom: 3px;
    margin: 0;
    padding: 10px;
    color: #002855;
  }
  .navigation-wrapper .site-search .search-query form .search-button:hover {
    color: #fff;
    background-color: #207788;
  }
  .navigation-wrapper .site-search .search-query form .search-button:focus {
    outline: 2px dotted #77C5D5;
  }
}

.mobile-menu {
  padding: 0.5em;
  background-color: transparent;
  margin: 0;
  border: none;
  cursor: pointer;
  z-index: 10;
  outline: none;
  position: relative;
}
.mobile-menu g {
  fill: #002855;
}
.mobile-menu .bar {
  -webkit-transform-origin: center;
          transform-origin: center;
  transform-box: view-box;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.mobile-menu .bar.top {
  -webkit-transform: translateY(calc(-50% + 3px));
          transform: translateY(calc(-50% + 3px));
}
.mobile-menu .bar.middle {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.mobile-menu .bar.bottom {
  -webkit-transform: translateY(calc(50% - 3px));
          transform: translateY(calc(50% - 3px));
}
@media only screen and (min-width: 1024px) {
  .mobile-menu {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .mobile-menu[aria-expanded=false] g .bar.top {
    -webkit-animation: hamburger-closed-top 0.5s forwards ease-in-out;
    animation: hamburger-closed-top 0.5s forwards ease-in-out;
  }
  .mobile-menu[aria-expanded=false] g .bar.bottom {
    -webkit-animation: hamburger-closed-bottom 0.5s forwards ease-in-out;
    animation: hamburger-closed-bottom 0.5s forwards ease-in-out;
  }
  .mobile-menu[aria-expanded=false] + .flex {
    opacity: 0;
    -webkit-transition: opacity 0.35s ease 0.35s;
    transition: opacity 0.35s ease 0.35s;
    top: auto;
    left: -10000px;
  }
  .mobile-menu[aria-expanded=true] g {
    fill: #fff;
  }
  .mobile-menu[aria-expanded=true] g .bar.top {
    -webkit-animation: hamburger-open-top 0.5s forwards ease-in-out;
    animation: hamburger-open-top 0.5s forwards ease-in-out;
  }
  .mobile-menu[aria-expanded=true] g .bar.middle {
    opacity: 0;
  }
  .mobile-menu[aria-expanded=true] g .bar.bottom {
    -webkit-animation: hamburger-open-bottom 0.5s forwards ease-in-out;
    animation: hamburger-open-bottom 0.5s forwards ease-in-out;
  }
  .mobile-menu[aria-expanded=true] + .flex {
    opacity: 1;
    -webkit-transition: opacity 0.35s ease 0.35s;
    transition: opacity 0.35s ease 0.35s;
  }
}

.site-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  .site-navigation {
    width: 100%;
  }
  .site-navigation > li {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .site-navigation > li > a,
  .site-navigation > li > .toggle {
    position: relative;
    color: #fff;
    font-size: 1.25rem;
    padding: 1rem 0;
    z-index: 5;
  }
}
.site-navigation > li {
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .site-navigation > li {
    position: initial;
  }
}
.site-navigation > li > a,
.site-navigation > li > button {
  position: relative;
  display: block;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #002855;
  padding: 0.75em 1em;
  margin: 0;
  font-size: 1rem;
}
@media only screen and (max-width: 1023px) {
  .site-navigation > li > a,
  .site-navigation > li > button {
    width: 100%;
    text-align: left;
    margin-bottom: 0.5em;
  }
}
@media only screen and (min-width: 1024px) {
  .site-navigation > li > a:hover, .site-navigation > li > a:focus,
  .site-navigation > li > button:hover,
  .site-navigation > li > button:focus {
    color: #bb2403;
  }
}
.site-navigation > li > button::after {
  position: absolute;
  z-index: 10;
}
@media only screen and (max-width: 1023px) {
  .site-navigation > li > button::after {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: inline-block;
    content: "»";
    font-family: "cronos-pro", sans-serif;
    font-size: 1.25em;
    line-height: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .site-navigation > li > button::after {
    width: 40px;
    height: 15px;
    bottom: -7px;
    left: 50%;
    content: " ";
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: -webkit-transform 0.15s ease-in-out;
    transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    display: none;
    background: url(/media/lxqmxups/navigation-arrow.svg) bottom center no-repeat;
  }
}
@media only screen and (min-width: 1024px) {
  .site-navigation > li > button[aria-expanded=true]::after, .site-navigation > li > button:hover::after, .site-navigation > li > button:focus::after, .site-navigation > li > button:active::after {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .site-navigation > li > button[aria-expanded=true] {
    padding: 1rem 0 1rem 30px;
  }
  .site-navigation > li > button[aria-expanded=true]::after {
    -webkit-transform: scaleX(-1) translateY(-50%);
            transform: scaleX(-1) translateY(-50%);
    right: auto;
    left: 0;
  }
  .site-navigation > li > button[aria-expanded=true] + .dropdown {
    position: relative;
    outline: 0;
    clip: auto;
    overflow: visible;
    opacity: 1;
  }
  .site-navigation > li > button[aria-expanded=true] + .dropdown a {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .site-navigation > li > button[aria-expanded=true] + .dropdown, .site-navigation > li > button:active + .dropdown {
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
    clip: auto;
  }
  .site-navigation > li > button[aria-expanded=true] + .dropdown > div,
  .site-navigation > li > button[aria-expanded=true] + .dropdown > ul, .site-navigation > li > button:active + .dropdown > div,
  .site-navigation > li > button:active + .dropdown > ul {
    opacity: 1;
  }
  .site-navigation > li > button[aria-expanded=true] + .dropdown li > a, .site-navigation > li > button:active + .dropdown li > a {
    outline: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .site-navigation > li > button[aria-expanded=false] + .dropdown {
    opacity: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .site-navigation > li > button[aria-expanded=false]:hover::after, .site-navigation > li > button[aria-expanded=false]:focus::after {
    -webkit-transform: translateX(-50%) scaleY(-1);
            transform: translateX(-50%) scaleY(-1);
  }
}
.site-navigation > li .dropdown {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
@media only screen and (max-width: 1023px) {
  .site-navigation > li .dropdown {
    width: 100%;
    padding: 0 0 20px;
  }
  .site-navigation > li .dropdown[class*=larger], .site-navigation > li .dropdown[class*=equal] {
    -ms-grid-columns: (minmax(50px, 1fr))[1];
    grid-template-columns: repeat(1, minmax(50px, 1fr));
  }
  .site-navigation > li .dropdown .column {
    display: none;
  }
  .site-navigation > li .dropdown .column .text-overlay {
    padding-top: 0;
  }
  .site-navigation > li .dropdown li:first-child a {
    border-top: #77C5D5 1px solid;
  }
  .site-navigation > li .dropdown a {
    color: #fff;
    padding: 0.75em 0;
    border-bottom: #77C5D5 1px solid;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media only screen and (min-width: 1024px) {
  .site-navigation > li .dropdown {
    padding: 10px;
    border-top: #C6AA76 3px solid;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
    width: 700px;
    left: 50%;
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.15);
    z-index: 5;
  }
  .site-navigation > li .dropdown > div,
  .site-navigation > li .dropdown > ul {
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-in-out 0.1s;
    transition: opacity 0.1s ease-in-out 0.1s;
  }
  .site-navigation > li .dropdown ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    -webkit-column-rule: #D0D3D4 1px solid;
       -moz-column-rule: #D0D3D4 1px solid;
            column-rule: #D0D3D4 1px solid;
    padding: 0 0 0 1.5rem;
    background: transparent;
    border-top: none;
    position: relative;
    overflow: auto;
    clip: auto;
    padding: 15px 0;
  }
  .site-navigation > li .dropdown li a {
    padding: 0.35em 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .site-navigation > li .dropdown {
    width: 100%;
  }
}
.site-navigation > li .dropdown li {
  position: relative;
}
.site-navigation > li .dropdown li a {
  display: block;
  font-size: 1rem;
}

.mobile-utility-navigation {
  margin: 15px 0 30px;
  border-top: #77C5D5 solid 1px;
  width: 100%;
  padding-top: 15px;
}
.mobile-utility-navigation a {
  display: block;
  color: #fff;
  padding: 0.5em 0;
}
.mobile-utility-navigation a:hover, .mobile-utility-navigation a:focus {
  color: #fff;
}

/* NEW FOOTER STYLES */
footer .light h1,
footer .light h2 {
  border-bottom: #DFD1A7 1px solid;
  margin-bottom: 0.5em;
}
footer .button-group .button {
  padding: 0.75em;
}
footer .button-group .button:hover, footer .button-group .button:focus {
  background-color: #207788;
  border-color: transparent;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  footer .button-group.content-end {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
footer .background-gray {
  padding: 15px 0;
}

/* Accreditation and Accolades */
.accreditation-section {
  text-align: center;
}
.accreditation-section .site-wrap {
  padding-top: 65px;
  padding-bottom: 50px;
  border-top: #DFD1A7 1px solid;
}
.accreditation-section .intro {
  margin-bottom: 35px;
}
.accreditation-section .content p {
  max-width: 100ch;
  margin-left: auto;
  margin-right: auto;
}
.accreditation-section .logo-grid {
  margin-top: 15px;
}

/* Third party logos */
.logo-grid.flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo-grid.center li {
  margin: 0;
}
.logo-grid.center .social-link {
  margin: 0.5em;
}
.logo-grid a.social-link {
  margin: 0 1em 0 0;
  width: 3rem;
  height: 3rem;
}
.logo-grid a.social-link svg {
  fill: #207788;
}
.logo-grid a.social-link.square, .logo-grid a.social-link.circle {
  padding: 0.5em;
  background-color: #207788;
  color: #fff;
}
.logo-grid a.social-link.square svg, .logo-grid a.social-link.circle svg {
  fill: #fff;
}
.logo-grid a.social-link.circle {
  border-radius: 50%;
}
.logo-grid a.social-link:hover, .logo-grid a.social-link:focus {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.logo-grid a:hover img, .logo-grid a:focus img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.logo-grid img,
.logo-grid .social-link {
  display: block;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.logo-grid img {
  margin: 20px;
  max-width: 200px;
  max-height: 125px;
}
.logo-grid > img:hover,
.logo-grid li > img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* Cards */
.card-wrapper.flex .card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
}
@media only screen and (max-width: 767px) {
  .card-wrapper.flex .card {
    margin: 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  .card-wrapper.flex .card {
    margin: 15px;
  }
}

.card {
  position: relative;
  padding: 15px 20px;
  background: #fff;
}
.light .card, .dark .light .card {
  border: #DFD1A7 1px solid;
}
.dark .card, .light .dark .card {
  -webkit-box-shadow: 0 3px 5px rgba(5, 18, 33, 0.25);
          box-shadow: 0 3px 5px rgba(5, 18, 33, 0.25);
}
.background-gray .card, .light .background-gray .card {
  border-color: rgba(208, 211, 212, 0.75);
}
.card.columns-1 {
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}
.card.clickable {
  padding: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.card.clickable:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.15);
}
.card.clickable .text {
  padding: 15px 20px;
}
.card.clickable h2 a,
.card.clickable h3 a {
  color: inherit;
  position: inherit;
  display: block;
}
.card.clickable h2 a::before,
.card.clickable h3 a::before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: " ";
  z-index: 10;
}
.card.clickable h2 a:hover, .card.clickable h2 a:focus,
.card.clickable h3 a:hover,
.card.clickable h3 a:focus {
  color: #bb2403;
}
.card[class*=equal-to], .card[class*=smaller-than] {
  text-align: center;
}
.card[class*=larger-than] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card + p {
  margin-top: 35px;
}
p + .card {
  margin-top: 35px;
}

/* Comparison */
.comparison .item {
  padding-bottom: 2.5em;
  -ms-flex-line-pack: baseline;
      align-content: baseline;
  position: relative;
  border: transparent 1px solid;
}
.light .comparison .item {
  border-color: #DFD1A7;
}
.dark .comparison .item {
  border-color: #C6AA76;
}
.comparison .item > div,
.comparison .item > .button {
  width: 100%;
}
.comparison .item .header {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
}
@media only screen and (max-width: 1199px) {
  .comparison .item .header {
    height: 250px;
  }
}
@media only screen and (min-width: 1200px) {
  .comparison .item .header {
    height: 300px;
  }
}
.comparison .item .header::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: " ";
  background: url(/media/w0bjghnu/flag-overlay.png) center bottom no-repeat;
  background-size: contain;
}
.comparison .item .header h2 {
  position: relative;
  z-index: 5;
  margin-bottom: 1.5em;
  font-size: 2rem;
}
.comparison .item .header .image {
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 0;
}
.comparison .item .text {
  padding: 2em 1em;
}
.comparison .item .text .summary {
  margin-bottom: 20px;
  text-align: center;
}
.comparison .item .text .check-list {
  padding-right: 1em;
}
.comparison .item .button {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .comparison [class*=item] {
    grid-column: auto/span 3;
  }
}

/* Title Banner */
.title-banner {
  background: rgba(0, 40, 85, 0.975) url(/media/klgnfpou/stripes-pattern.png) center repeat;
}
.title-banner h1 {
  padding: 2.5em 0 0.5em;
}

/* CTA Banner */
.cta-banner {
  padding: 35px 0;
  text-align: center;
}
.cta-banner.dark h1 {
  color: #DFD1A7;
}
.cta-banner h1 {
  font-size: 1.75rem;
}
.cta-banner .button-group {
  max-width: 600px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Nunito Sans", sans-serif;
}
.cta-banner .button-group .button {
  font-size: 1rem;
  padding: 1em;
}
@media only screen and (max-width: 767px) {
  .cta-banner .button-group .button {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .cta-banner .button-group .button {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 150px;
            flex: 1 0 150px;
  }
}

/* Fixed CTA Banner on bottom of pages */
.cta-fixed {
  position: fixed;
  max-width: 600px;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 12;
}
.cta-fixed .cta-fixed-wrap {
  position: relative;
  -ms-grid-columns: (minmax(50px, 1fr))[3];
  grid-template-columns: repeat(3, minmax(50px, 1fr));
}
.cta-fixed .cta-fixed-wrap li {
  border-right: 1px solid #C6AA76;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cta-fixed .cta-fixed-wrap li a {
  text-transform: uppercase;
  margin: 0.5em 0.5em;
}

/* Buttons */
.button-group:not([class*=-grid]):not(.flex) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.button-group:not([class*=-grid]):not(.flex) button.ghost, .button-group:not([class*=-grid]):not(.flex) button.solid, .button-group:not([class*=-grid]):not(.flex) button.plain, .button-group:not([class*=-grid]):not(.flex) .button.ghost, .button-group:not([class*=-grid]):not(.flex) .button.solid, .button-group:not([class*=-grid]):not(.flex) .button.plain {
  margin-left: 0.75em;
  margin-right: 0.75em;
  margin-bottom: 1.5em;
}
.button-group:not(.items-center) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button-group.flex button.ghost, .button-group.flex button.solid, .button-group.flex button.plain, .button-group.flex .button.ghost, .button-group.flex .button.solid, .button-group.flex .button.plain {
  margin-left: 0.75em;
  margin-right: 0.75em;
  margin-bottom: 1.5em;
}
.button-group.grid button, .button-group.grid .button, .button-group.page-grid button, .button-group.page-grid .button,
.button-group > li button,
.button-group > li .button {
  display: block;
  margin: 0;
}
.button-group.stretch > * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.button-group > li {
  margin: 0;
}

button,
.button {
  display: inline-block;
  margin: 0.5em 0;
  padding: 1em 1.25em;
  background-color: transparent;
  border: transparent 2px solid;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.15;
}
.light button, .dark .light button,
.light .button,
.dark .light .button {
  color: #1D252D;
}
.light button.solid, .dark .light button.solid,
.light .button.solid,
.dark .light .button.solid {
  background-color: #DFD1A7;
  color: #1D252D;
}
.light button.ghost, .dark .light button.ghost,
.light .button.ghost,
.dark .light .button.ghost {
  border-color: #DFD1A7;
  color: #1D252D;
}
.light button[type=submit], .dark .light button[type=submit],
.light .button[type=submit],
.dark .light .button[type=submit] {
  background-color: #002855;
  color: #fff;
}
.light button.solid:hover, .light button.solid:focus, .light button[type=submit]:hover, .light button[type=submit]:focus, .light button.ghost:hover, .light button.ghost:focus, .dark .light button.solid:hover, .dark .light button.solid:focus, .dark .light button[type=submit]:hover, .dark .light button[type=submit]:focus, .dark .light button.ghost:hover, .dark .light button.ghost:focus,
.light .button.solid:hover,
.light .button.solid:focus,
.light .button[type=submit]:hover,
.light .button[type=submit]:focus,
.light .button.ghost:hover,
.light .button.ghost:focus,
.dark .light .button.solid:hover,
.dark .light .button.solid:focus,
.dark .light .button[type=submit]:hover,
.dark .light .button[type=submit]:focus,
.dark .light .button.ghost:hover,
.dark .light .button.ghost:focus {
  border-color: transparent;
}
.dark button, .light .dark button,
.dark .button,
.light .dark .button {
  color: #DFD1A7;
}
.dark button.solid, .dark button[type=submit], .light .dark button.solid, .light .dark button[type=submit],
.dark .button.solid,
.dark .button[type=submit],
.light .dark .button.solid,
.light .dark .button[type=submit] {
  background-color: #C6AA76;
  color: #002855;
}
.dark button.ghost, .light .dark button.ghost,
.dark .button.ghost,
.light .dark .button.ghost {
  border-color: #DFD1A7;
  color: #DFD1A7;
}
.dark button.solid:hover, .dark button.solid:focus, .dark button[type=submit]:hover, .dark button[type=submit]:focus, .dark button.ghost:hover, .dark button.ghost:focus, .light .dark button.solid:hover, .light .dark button.solid:focus, .light .dark button[type=submit]:hover, .light .dark button[type=submit]:focus, .light .dark button.ghost:hover, .light .dark button.ghost:focus,
.dark .button.solid:hover,
.dark .button.solid:focus,
.dark .button[type=submit]:hover,
.dark .button[type=submit]:focus,
.dark .button.ghost:hover,
.dark .button.ghost:focus,
.light .dark .button.solid:hover,
.light .dark .button.solid:focus,
.light .dark .button[type=submit]:hover,
.light .dark .button[type=submit]:focus,
.light .dark .button.ghost:hover,
.light .dark .button.ghost:focus {
  border-color: #fff;
}
.light button.solid:hover, .light button.solid:focus, .light button[type=submit]:hover, .light button[type=submit]:focus, .light button.ghost:hover, .light button.ghost:focus, .dark .light button.solid:hover, .dark .light button.solid:focus, .dark .light button[type=submit]:hover, .dark .light button[type=submit]:focus, .dark .light button.ghost:hover, .dark .light button.ghost:focus, .dark button.solid:hover, .dark button.solid:focus, .dark button[type=submit]:hover, .dark button[type=submit]:focus, .dark button.ghost:hover, .dark button.ghost:focus, .light .dark button.solid:hover, .light .dark button.solid:focus, .light .dark button[type=submit]:hover, .light .dark button[type=submit]:focus, .light .dark button.ghost:hover, .light .dark button.ghost:focus,
.light .button.solid:hover,
.light .button.solid:focus,
.light .button[type=submit]:hover,
.light .button[type=submit]:focus,
.light .button.ghost:hover,
.light .button.ghost:focus,
.dark .light .button.solid:hover,
.dark .light .button.solid:focus,
.dark .light .button[type=submit]:hover,
.dark .light .button[type=submit]:focus,
.dark .light .button.ghost:hover,
.dark .light .button.ghost:focus,
.dark .button.solid:hover,
.dark .button.solid:focus,
.dark .button[type=submit]:hover,
.dark .button[type=submit]:focus,
.dark .button.ghost:hover,
.dark .button.ghost:focus,
.light .dark .button.solid:hover,
.light .dark .button.solid:focus,
.light .dark .button[type=submit]:hover,
.light .dark .button[type=submit]:focus,
.light .dark .button.ghost:hover,
.light .dark .button.ghost:focus {
  background-color: #207788;
  color: #fff;
}

.button {
  background: none;
}
.flex .button {
  margin-right: 1em;
}
.flex.center .button {
  margin-left: 1em;
}
.light .button:hover, .light .button:focus, .dark .light .button:hover, .dark .light .button:focus {
  border-color: #002855;
}
.dark .button:hover, .dark .button:focus, .light .dark .button:hover, .light .dark .button:focus {
  border-color: #DFD1A7;
}

[data-whatinput=mouse] button:focus {
  outline: none;
}

/* Basic Image Positions */
img.right {
  float: right;
  margin: 0 0 1em 2em;
}
img.left {
  float: left;
  margin: 0 2em 1em 0;
}
@media only screen and (min-width: 768px) {
  img.right, img.left {
    max-width: 200px;
    height: auto;
  }
}

/* Image fills container width and height */
.fit-image {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .fit-image {
    position: absolute;
  }
}
.fit-image img {
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Flag shaped image */
.image.flag {
  position: relative;
}
.image.flag.vertical img, [class*=smaller-than] > .image.flag.responsive img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 79.1%, 50% 100%, 0 79.1%);
          clip-path: polygon(0 0, 100% 0, 100% 79.1%, 50% 100%, 0 79.1%);
  margin-bottom: 4.5%;
  width: 100%;
}
.image.flag.vertical .flag-border, [class*=smaller-than] > .image.flag.responsive .flag-border {
  width: 100%;
  left: 0;
  bottom: 0;
}
.image.flag.vertical .flag-border .horizontal-border, [class*=smaller-than] > .image.flag.responsive .flag-border .horizontal-border {
  display: none;
}
.image.flag.horizontal img, [class*=larger-than] > .image.flag.responsive img, [class*=equal-to] > .image.flag.responsive img {
  -webkit-clip-path: polygon(0 0, 79.1% 0, 100% 50%, 79.1% 100%, 0 100%);
          clip-path: polygon(0 0, 79.1% 0, 100% 50%, 79.1% 100%, 0 100%);
  width: 95.5%;
}
.image.flag.horizontal .flag-border, [class*=larger-than] > .image.flag.responsive .flag-border, [class*=equal-to] > .image.flag.responsive .flag-border {
  height: 100%;
  top: 0;
  right: 0;
}
.image.flag.horizontal .flag-border .vertical-border, [class*=larger-than] > .image.flag.responsive .flag-border .vertical-border, [class*=equal-to] > .image.flag.responsive .flag-border .vertical-border {
  display: none;
}
.image.flag.horizontal .flag-border svg, [class*=larger-than] > .image.flag.responsive .flag-border svg, [class*=equal-to] > .image.flag.responsive .flag-border svg {
  height: 100%;
  position: absolute;
  right: 0;
}
.image.flag .flag-border {
  position: absolute;
}
.image.flag .flag-border svg {
  display: block;
}
.image.flag .flag-border g {
  fill: #DFD1A7;
}

/* Round Images */
img.round, .round img {
  padding: 5%;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
}
.light img.round, .light .round img {
  border-color: #DFD1A7;
}
.dark img.round, .dark .round img {
  border-color: rgba(238, 242, 246, 0.25);
}

/* Wireframe Overlay */
[class*=wireframe]::after {
  position: absolute;
  height: 75px;
  width: 70%;
  content: " ";
  background: url(/media/hfjdcxls/gold-wireframe.png) no-repeat;
  background-size: contain;
  z-index: 5;
}
@media only screen and (max-width: 1023px) {
  [class*=wireframe]::after {
    bottom: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  [class*=wireframe]::after {
    bottom: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  [class*=wireframe]::after {
    max-width: 350px;
  }
}
@media only screen and (min-width: 1200px) {
  [class*=wireframe]::after {
    max-width: 500px;
  }
}
:not(.feature-large) [class*=wireframe].image::before {
  content: " ";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.light :not(.feature-large) [class*=wireframe].image::before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 40, 85, 0.85)), to(rgba(0, 40, 85, 0)));
  background: linear-gradient(to top, rgba(0, 40, 85, 0.85) 0%, rgba(0, 40, 85, 0) 100%);
}

@media only screen and (max-width: 1023px) {
  .wireframe-left::after {
    right: 0;
    background-position: bottom right;
  }
}
@media only screen and (min-width: 1024px) {
  .wireframe-left::after {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    left: 0;
    background-position: bottom left;
  }
}
.wireframe-right::after {
  right: 0;
  background-position: bottom right;
}

.image.half-page {
  width: 100%;
  height: 100%;
}
.image.half-page img {
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Text overlay on image */
.text-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.text-overlay.gradient-bottom {
  padding: 0 1.25em 0.75em 1.25em;
}
@media only screen and (max-width: 767px) {
  .text-overlay.gradient-bottom {
    padding-top: 10vh;
  }
}
@media only screen and (max-width: 767px) {
  .dark .text-overlay.gradient-bottom {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(0, 40, 85, 0.85)), to(rgba(0, 40, 85, 0.5)));
    background: linear-gradient(to top, rgba(0, 40, 85, 0.85) 10%, rgba(0, 40, 85, 0.5) 100%);
  }
}
@media only screen and (min-width: 768px) {
  .dark .text-overlay.gradient-bottom {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 40, 85, 0.9)), color-stop(50%, rgba(0, 40, 85, 0.55)), color-stop(75%, rgba(0, 40, 85, 0)));
    background: linear-gradient(to top, rgba(0, 40, 85, 0.9) 0%, rgba(0, 40, 85, 0.55) 50%, rgba(0, 40, 85, 0) 75%);
  }
}
.text-overlay.gradient-bottom .text {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.text-overlay.gradient-bottom .text :last-child {
  margin-bottom: 0;
}

/* Lists */
.csu-list,
.content ul:not([class*=-list]):not(.accordion):not(.pagers) {
  margin: 0 0 1em;
  text-align: left;
}
.csu-list > li,
.content ul:not([class*=-list]):not(.accordion):not(.pagers) > li {
  position: relative;
  padding: 0.25em 0 0.25em 1.65em;
  font-weight: 600;
}
.csu-list > li > ul:last-child,
.content ul:not([class*=-list]):not(.accordion):not(.pagers) > li > ul:last-child {
  margin-bottom: 0;
}
.csu-list > li > a:not(.reference),
.content ul:not([class*=-list]):not(.accordion):not(.pagers) > li > a:not(.reference) {
  display: inline-block;
  padding: 0 0.125em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .csu-list > li > a:not(.reference),
  .content ul:not([class*=-list]):not(.accordion):not(.pagers) > li > a:not(.reference) {
    padding-bottom: 4px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: text-top;
  }
  .csu-list > li > a:not(.reference)::after,
  .content ul:not([class*=-list]):not(.accordion):not(.pagers) > li > a:not(.reference)::after {
    bottom: 2px;
  }
}
.csu-list > li > a:not(.reference)::after,
.content ul:not([class*=-list]):not(.accordion):not(.pagers) > li > a:not(.reference)::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -0.05em;
  content: " ";
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.light .csu-list > li > a:not(.reference)::after,
.light .content ul:not([class*=-list]):not(.accordion):not(.pagers) > li > a:not(.reference)::after {
  background-color: rgba(32, 119, 136, 0.5);
}
.dark .csu-list > li > a:not(.reference)::after,
.dark .content ul:not([class*=-list]):not(.accordion):not(.pagers) > li > a:not(.reference)::after {
  background-color: rgba(198, 170, 118, 0.65);
}
.csu-list > li > a:not(.reference):hover::after, .csu-list > li > a:not(.reference):focus::after,
.content ul:not([class*=-list]):not(.accordion):not(.pagers) > li > a:not(.reference):hover::after,
.content ul:not([class*=-list]):not(.accordion):not(.pagers) > li > a:not(.reference):focus::after {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.light .csu-list > li > a:not(.reference):hover::after, .light .csu-list > li > a:not(.reference):focus::after,
.light .content ul:not([class*=-list]):not(.accordion):not(.pagers) > li > a:not(.reference):hover::after,
.light .content ul:not([class*=-list]):not(.accordion):not(.pagers) > li > a:not(.reference):focus::after {
  background-color: #bb2403;
}
.dark .csu-list > li > a:not(.reference):hover::after, .dark .csu-list > li > a:not(.reference):focus::after,
.dark .content ul:not([class*=-list]):not(.accordion):not(.pagers) > li > a:not(.reference):hover::after,
.dark .content ul:not([class*=-list]):not(.accordion):not(.pagers) > li > a:not(.reference):focus::after {
  background-color: #C6AA76;
}
.light .csu-list > li,
.light .content ul:not([class*=-list]):not(.accordion):not(.pagers) > li {
  color: #1D252D;
}
.dark .csu-list > li,
.dark .content ul:not([class*=-list]):not(.accordion):not(.pagers) > li {
  color: #fff;
}
.csu-list > li::before,
.content ul:not([class*=-list]):not(.accordion):not(.pagers) > li::before {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  display: inline-block;
  content: "»";
  font-family: "cronos-pro", sans-serif;
  color: #C6AA76;
  line-height: 0.85;
  font-size: 1.85em;
  vertical-align: sub;
}

.number-list, .content ol:not([class*=-list]), .large-number-list {
  list-style: none;
  counter-reset: csu-counter;
  margin: 0.75em 0 2em;
  padding: 0;
}
.number-list > li, .content ol:not([class*=-list]) > li, .large-number-list > li {
  position: relative;
  counter-increment: csu-counter;
}
.number-list > li::before, .content ol:not([class*=-list]) > li::before, .large-number-list > li::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  content: counter(csu-counter);
  display: inline-block;
  line-height: 1;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  border-right: transparent 2px solid;
}
.light .number-list > li::before, .light .content ol:not([class*=-list]) > li::before, .light .large-number-list > li::before {
  color: #002855;
  border-color: #DFD1A7;
}

p + .number-list, .content p + ol:not([class*=-list]), p + .large-number-list {
  margin-top: 2em;
}

.number-list > li, .content ol:not([class*=-list]) > li {
  padding-left: 1.85em;
  margin-bottom: 1em;
}
.number-list > li::before, .content ol:not([class*=-list]) > li::before {
  font-size: 1.15em;
  padding: 0.125em 0.35em 0.125em 0;
}
.number-list > li:first-child:nth-last-child(10), .number-list > li:first-child:nth-last-child(10) ~ li, .content ol:not([class*=-list]) > li:first-child:nth-last-child(10), .content ol:not([class*=-list]) > li:first-child:nth-last-child(10) ~ li {
  padding-left: 2.5em;
}
.number-list > li:first-child:nth-last-child(10)::before, .number-list > li:first-child:nth-last-child(10) ~ li::before, .content ol:not([class*=-list]) > li:first-child:nth-last-child(10)::before, .content ol:not([class*=-list]) > li:first-child:nth-last-child(10) ~ li::before {
  left: auto;
  right: calc(100% - 1.65em);
}

.large-number-list > li {
  padding-left: 3em;
  margin-bottom: 2em;
}
.large-number-list > li:last-child {
  margin-bottom: 0;
}
.large-number-list > li::before {
  font-size: 1.5em;
  padding: 0.25em 0.5em 0.25em 0;
}

.link-list {
  margin: 0 0 1em;
}
.link-list li, .content .link-list ul:not([class*=-list]):not(.accordion) li {
  padding: 0;
}
.link-list li::before, .content .link-list ul:not([class*=-list]):not(.accordion) li::before {
  display: none;
}
.link-list li > ul, .content .link-list ul:not([class*=-list]):not(.accordion) li > ul {
  margin-left: 1.65em;
}
.link-list li > ul:last-child, .content .link-list ul:not([class*=-list]):not(.accordion) li > ul:last-child {
  margin-bottom: 0;
}
.link-list li a, .content .link-list ul:not([class*=-list]):not(.accordion) li a {
  display: inline-block;
  position: relative;
  padding: 0.25em 0;
}
.dark .link-list li a, .dark .content .link-list ul:not([class*=-list]):not(.accordion) li a {
  color: #fff;
  font-weight: 600;
}
.dark .link-list li a:hover, .dark .link-list li a:focus, .dark .content .link-list ul:not([class*=-list]):not(.accordion) li a:hover, .dark .content .link-list ul:not([class*=-list]):not(.accordion) li a:focus {
  color: #DFD1A7;
}
.link-list li a::after, .content .link-list ul:not([class*=-list]):not(.accordion) li a::after {
  display: inline-block;
  content: "»";
  font-family: "cronos-pro", sans-serif;
  color: #C6AA76;
  line-height: 0.85;
  width: auto;
  height: auto;
  background-color: transparent;
}
.link-list li a:hover::after, .link-list li a:focus::after, .content .link-list ul:not([class*=-list]):not(.accordion) li a:hover::after, .content .link-list ul:not([class*=-list]):not(.accordion) li a:focus::after {
  -webkit-animation: pulse 1s infinite alternate ease-in-out;
          animation: pulse 1s infinite alternate ease-in-out;
  background-color: transparent;
}
.link-list:not(.reveal) li a, .content .link-list ul:not([class*=-list]):not(.accordion):not(.reveal) li a {
  padding-left: 1.65em;
}
.link-list:not(.reveal) li a::after, .content .link-list ul:not([class*=-list]):not(.accordion):not(.reveal) li a::after {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  font-size: 1.85em;
  vertical-align: sub;
}
.link-list.reveal li a::after, .content .link-list ul.reveal:not([class*=-list]):not(.accordion) li a::after {
  margin-left: 0.25em;
  font-size: 1.25em;
  vertical-align: baseline;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
}
.link-list.reveal li a:hover::after, .link-list.reveal li a:focus::after, .content .link-list ul.reveal:not([class*=-list]):not(.accordion) li a:hover::after, .content .link-list ul.reveal:not([class*=-list]):not(.accordion) li a:focus::after {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .inline-link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.inline-link-list > li a {
  display: block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .inline-link-list > li a {
    padding: 0.35em 0;
  }
}
@media only screen and (min-width: 768px) {
  .inline-link-list > li a {
    padding: 0.65em 1em;
  }
}
@media only screen and (min-width: 768px) {
  .inline-link-list > li a::before, .inline-link-list > li a::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    border-color: rgba(208, 211, 212, 0.5);
    border-style: solid;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .inline-link-list > li a::before {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    border-width: 1px 0;
  }
  .inline-link-list > li a::after {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
    border-width: 0 1px;
  }
  .inline-link-list > li a:hover::before, .inline-link-list > li a:hover::after, .inline-link-list > li a:focus::before, .inline-link-list > li a:focus::after {
    -webkit-transform: scale(1);
            transform: scale(1);
    border-color: #D0D3D4;
  }
}

.check-list {
  display: block;
  text-align: left;
}
.check-list > li {
  position: relative;
  padding: 0.35em 0 0.35em 2em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
}
.content .check-list > li {
  font-size: 1rem;
}
.light .check-list > li {
  color: #1D252D;
}
.light .check-list > li::before {
  color: rgba(32, 119, 136, 0.65);
}
.dark .check-list > li {
  color: #fff;
}
.dark .check-list > li::before {
  color: #C6AA76;
}
.check-list > li::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  display: inline-block;
  margin-right: 0.5em;
  content: "\e91e";
  font-size: 1.25em;
  font-weight: 700;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* better font rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Pagination */
.controls {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.controls .button {
  padding: 0.5em;
  margin: 0 0.5rem 0.5rem 0;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 1.35;
}
.controls .solid {
  font-size: 2.25em;
  font-weight: 400;
  padding: 0;
  line-height: 0.75;
}

/* Tiles */
.tile {
  position: relative;
}
.tile a {
  position: initial;
}
.tile a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  z-index: 5;
}
.tile a .button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 5;
  border-width: 3px 0 0 0;
  border-color: #fff;
}
.tile a + .image {
  z-index: 1;
  overflow: hidden;
}
.tile a + .image img {
  -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.25s ease-in-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.25s ease-in-out, transform 0.5s ease-out;
  transition: opacity 0.25s ease-in-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.light .tile a:hover .button, .dark .light .tile a:hover .button, .light .tile a:focus .button, .dark .light .tile a:focus .button {
  background-color: #207788;
  border-color: #fff;
  color: #fff;
}
.tile a:hover + .image img, .tile a:focus + .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.75;
}
.light .tile a:focus + .image, .dark .light .tile a:focus + .image {
  outline: 3px dashed #207788;
}

.dark .tile-group.light {
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(5, 18, 33, 0.35);
          box-shadow: 0 5px 10px rgba(5, 18, 33, 0.35);
}

/* Features */
.feature.half-page .column {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media only screen and (max-width: 767px) {
  .feature.half-page .column {
    min-height: 250px;
  }
}
@media only screen and (min-width: 1024px) {
  .feature.half-page .text.content {
    padding: 7.5vh 0;
  }
}
.feature.full-width {
  position: relative;
}
.feature.full-width .image {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .feature.full-width .image {
    position: relative;
    border-bottom: #C6AA76 3px solid;
  }
}
.feature.full-width .image::before {
  position: absolute;
  content: " ";
  display: block;
  width: 100%;
  left: 0;
}
@media only screen and (max-width: 1023px) {
  .feature.full-width .image::before {
    height: 50%;
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .feature.full-width .image::before {
    top: 0;
    height: 100%;
    content: " ";
    z-index: 2;
  }
}
.feature.full-width .image::after {
  position: absolute;
  right: 0;
  max-width: 500px;
  height: 72px;
  content: " ";
  background: url(/media/hfjdcxls/gold-wireframe.png) bottom right no-repeat;
  background-size: contain;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .feature.full-width .image::after {
    width: 65%;
  }
}
@media only screen and (min-width: 768px) {
  .feature.full-width .image::after {
    width: 35%;
  }
}
@media only screen and (max-width: 1023px) {
  .feature.full-width .image::after {
    bottom: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .feature.full-width .image::after {
    bottom: 20px;
  }
}
.feature.full-width .image img {
  display: block;
}
@media only screen and (min-width: 768px) {
  .feature.full-width .image img {
    opacity: 0.75;
  }
}
@media only screen and (max-width: 767px) {
  .feature.full-width.dark .image::before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 40, 85, 0.85)), to(rgba(0, 40, 85, 0)));
    background: linear-gradient(to top, rgba(0, 40, 85, 0.85) 0%, rgba(0, 40, 85, 0) 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .feature.full-width.dark .image::before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 40, 85, 0.95)), color-stop(50%, rgba(0, 40, 85, 0.75)), to(rgba(0, 40, 85, 0.1)));
    background: linear-gradient(to right, rgba(0, 40, 85, 0.95) 0%, rgba(0, 40, 85, 0.75) 50%, rgba(0, 40, 85, 0.1) 100%);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .feature.full-width.dark .image::before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 40, 85, 0.9)), color-stop(45%, rgba(0, 40, 85, 0.7)), color-stop(90%, rgba(0, 40, 85, 0.1)));
    background: linear-gradient(to right, rgba(0, 40, 85, 0.9) 0%, rgba(0, 40, 85, 0.7) 45%, rgba(0, 40, 85, 0.1) 90%);
  }
}
@media only screen and (min-width: 1200px) {
  .feature.full-width.dark .image::before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 40, 85, 0.9)), color-stop(45%, rgba(0, 40, 85, 0.65)), to(rgba(0, 40, 85, 0)));
    background: linear-gradient(to right, rgba(0, 40, 85, 0.9) 0%, rgba(0, 40, 85, 0.65) 45%, rgba(0, 40, 85, 0) 100%);
  }
}
.feature.full-width .text {
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .feature.full-width .text {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .feature.full-width .text {
    padding-top: 5vh;
    padding-bottom: 5vh;
    padding-right: 30%;
  }
}
@media only screen and (min-width: 1200px) {
  .feature.full-width .text {
    padding-top: 75px;
    padding-bottom: 85px;
    padding-right: 40%;
  }
}
.feature.full-width .text p {
  max-width: 85ch;
}
.feature.full-width .text ul {
  margin-top: 1.5em;
}
.feature.full-width .text ul li {
  max-width: 85ch;
}
.feature[class*=smaller-than] > .flag {
  width: 70%;
  margin: 0 auto 20px;
}
.feature[class*=smaller-than] > .flag + .text {
  text-align: center;
}
.feature[class*=larger-than], .feature[class*=equal-to] {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 1fr 30px 2fr;
  grid-template-columns: 1fr 2fr;
  grid-gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feature[class*=larger-than] > *:nth-child(1), .feature[class*=equal-to] > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.feature[class*=larger-than] > *:nth-child(2), .feature[class*=equal-to] > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.feature .content p {
  line-height: 1.35;
}

.featured-group.alternating .feature:nth-child(even)[class*=larger-than], .featured-group.alternating .feature:nth-child(even)[class*=equal-to] {
  grid-auto-flow: dense;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
}
.featured-group.alternating .feature:nth-child(even)[class*=larger-than] .image, .featured-group.alternating .feature:nth-child(even)[class*=equal-to] .image {
  -ms-grid-column: 2;
      grid-column-start: 2;
}
.featured-group.alternating .feature:nth-child(even)[class*=larger-than] .image img, .featured-group.alternating .feature:nth-child(even)[class*=equal-to] .image img {
  -webkit-clip-path: polygon(20.9% 0, 0 50%, 20.9% 100%, 100% 100%, 100% 0, 0 0);
          clip-path: polygon(20.9% 0, 0 50%, 20.9% 100%, 100% 100%, 100% 0, 0 0);
  margin-left: 4.5%;
}
.featured-group.alternating .feature:nth-child(even)[class*=larger-than] .image .flag-border, .featured-group.alternating .feature:nth-child(even)[class*=equal-to] .image .flag-border {
  right: auto;
  left: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

/* Footnotes */
main {
  counter-reset: footnotes;
}

.reference {
  counter-increment: footnotes;
}
.reference::after {
  content: counter(footnotes);
  display: inline-block;
  font-size: 0.875rem;
  margin-left: 0.25em;
  line-height: 1.5;
  text-align: center;
  -webkit-transform: translateY(-0.125em);
          transform: translateY(-0.125em);
  font-weight: 700;
  outline: transparent 2px dotted;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
}
.light .reference, .dark .reference, .dark .light .reference, .light .dark .reference {
  color: inherit;
  font-weight: inherit;
}
.light .reference::before, .dark .reference::before, .dark .light .reference::before, .light .dark .reference::before {
  display: none;
}
.light .reference:hover, .light .reference:focus, .dark .reference:hover, .dark .reference:focus, .dark .light .reference:hover, .dark .light .reference:focus, .light .dark .reference:hover, .light .dark .reference:focus {
  color: inherit;
}
.light .reference::after, .dark .light .reference::after, .dark [class*=gradient] .reference::after, .light .dark [class*=gradient] .reference::after {
  color: #1D252D;
  background-color: #DFD1A7;
}
.light .reference:hover::after, .light .reference:focus::after, .dark .light .reference:hover::after, .dark .light .reference:focus::after, .dark [class*=gradient] .reference:hover::after, .dark [class*=gradient] .reference:focus::after, .light .dark [class*=gradient] .reference:hover::after, .light .dark [class*=gradient] .reference:focus::after {
  background-color: #C6AA76;
}
.dark .reference::after, .light .dark .reference::after {
  background-color: rgba(32, 119, 136, 0.65);
  color: #fff;
}
.dark .reference:hover::after, .dark .reference:focus::after, .light .dark .reference:hover::after, .light .dark .reference:focus::after {
  background-color: #207788;
}

.footnotes {
  padding: 15px 20px;
  margin-top: 50px;
  border: transparent 1px solid;
}
.light .footnotes {
  border-color: #DFD1A7;
}
.footnotes ol {
  list-style: none;
  counter-reset: csu-counter;
  margin: 0.5em 0;
  padding: 0;
}
.footnotes ol :target {
  background-color: rgba(238, 242, 246, 0.65);
}
.footnotes ol > li {
  padding-left: 1.125em;
  position: relative;
  counter-increment: csu-counter;
}
.footnotes ol > li:nth-last-child(n+2) {
  margin-bottom: 0.5em;
}
.footnotes ol > li::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  content: counter(csu-counter);
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
}
.light .footnotes ol > li::before {
  color: #002855;
}

/* Forms */
.label {
  color: #002855;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .label {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .label {
    font-size: 0.9375rem;
  }
}

@media only screen and (min-width: 768px) {
  .csu-form {
    min-width: 250px;
  }
}
.csu-form h1 {
  margin-bottom: 0.75em;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .csu-form h1 {
    font-size: 1.35em;
  }
}
@media only screen and (min-width: 1024px) {
  .csu-form h1 {
    font-size: 1.5em;
  }
}
.csu-form fieldset {
  outline: none;
}
.csu-form button,
.csu-form input,
.csu-form select,
.csu-form textarea {
  width: 100%;
  font-size: 100%;
}
.csu-form select:disabled {
  cursor: not-allowed;
  background-color: #f5f3ed;
  opacity: 0.35;
}
.csu-form button {
  margin: 1em 0 0;
}
.csu-form .flex {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .csu-form .flex > .form-group {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .csu-form .flex > .form-group {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 150px;
  }
  .csu-form .flex > .form-group:last-child {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .csu-form .contact-group .flex > .form-group:first-child {
    width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .csu-form .name-group legend, .csu-form .name-group .hint {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
  }
}
@media only screen and (min-width: 768px) {
  .csu-form .name-group label {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
  }
  .csu-form .name-group .hint::after {
    position: absolute;
    top: 0.5em;
    right: 0.65rem;
    width: 1.65em;
    height: 1.65em;
    border-radius: 50%;
    font-size: 1.125rem;
    font-family: "Nunito Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }
  .csu-form .name-group .form-error .hint::after {
    content: "!";
    border: #bb2403 2px solid;
    -webkit-transform: scale(1);
            transform: scale(1);
    color: #bb2403;
  }
  .csu-form .name-group .form-success .hint::after {
    content: "✔";
    background-color: #C5E86C;
    color: #002855;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
    -webkit-animation: fade-out 1.5s ease-in 1;
            animation: fade-out 1.5s ease-in 1;
  }
}

.form-group {
  position: relative;
  margin-bottom: 10px;
}
.form-group label {
  margin-bottom: 0.15em;
}
.form-group input,
.form-group select {
  margin-bottom: 0.15em;
}
.form-group:not(.select-wrap) label::after {
  position: absolute;
  top: 1.75em;
  right: 0.65rem;
  width: 1.65em;
  height: 1.65em;
  border-radius: 50%;
  font-size: 1.125rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  text-align: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.radio-group {
  margin-bottom: 10px;
}
.radio-group legend {
  padding: 10px 0;
  text-align: center;
}
.radio-group label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.15em;
  border: #C6AA76 1px solid;
}
.radio-group label span {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 0.65em 0.75em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #5B6770;
  font-weight: 400;
}
.radio-group input[type=radio],
.radio-group input[type=checkbox] {
  width: 2.75em;
  height: 2.75em;
  margin-right: 0.925em;
  cursor: pointer;
}
.radio-group input[type=radio]:hover:not(:checked)::before,
.radio-group input[type=checkbox]:hover:not(:checked)::before {
  color: #1D252D;
}
.radio-group input[type=radio]:empty::before,
.radio-group input[type=checkbox]:empty::before {
  display: block;
  width: 2.75em;
  height: 2.75em;
  padding: 0.6em 0.925em;
  content: "✔";
  background-color: #C6AA76;
  -webkit-box-shadow: 0 0 0 2px #C6AA76;
          box-shadow: 0 0 0 2px #C6AA76;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  color: #C6AA76;
}
.radio-group input[type=radio]:checked::before,
.radio-group input[type=checkbox]:checked::before {
  color: #fff;
  background-color: #002855;
  -webkit-box-shadow: 0 0 0 2px #002855;
          box-shadow: 0 0 0 2px #002855;
}
.radio-group .flex > label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.radio-group .flex > label:last-child {
  margin-left: 15px;
}

.form-error label {
  color: #bb2403;
}
.form-error input, .form-error select {
  border-color: #bb2403;
}
.form-error input:focus, .form-error select:focus {
  -webkit-box-shadow: inset 0 0 0 2px #bb2403;
          box-shadow: inset 0 0 0 2px #bb2403;
}
.form-error .form-error-message {
  color: #bb2403;
  font-style: italic;
  font-weight: 700;
  line-height: 1.15;
}
.form-error:not(.select-wrap) label::after {
  content: "!";
  border: #bb2403 2px solid;
  -webkit-transform: scale(1);
          transform: scale(1);
  color: #bb2403;
}

.form-success:not(.select-wrap) label::after {
  content: "✔";
  background-color: #C5E86C;
  color: #002855;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0;
  -webkit-animation: fade-out 1.5s ease-in 1;
          animation: fade-out 1.5s ease-in 1;
}

.hero {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero[class*=gradient]::before {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .hero.gradient-left {
    background-image: none !important;
    padding: 50px 0 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .hero.gradient-left {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .hero.gradient-left {
    padding: 65px 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .hero.gradient-left .page-grid:not([class*=columns]) .content {
    grid-column: auto/span 4;
  }
}
@media only screen and (min-width: 1200px) {
  .hero.gradient-left .page-grid:not([class*=columns]) .content {
    grid-column: auto/span 8;
  }
}
.hero.gradient-left h1 {
  margin-bottom: 0.25em;
}
@media only screen and (min-width: 1024px) {
  .hero.gradient-left h1 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .hero.gradient-left.dark::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 40, 85, 0.95)), color-stop(35%, rgba(0, 40, 85, 0.75)), to(rgba(0, 40, 85, 0.1)));
    background: linear-gradient(to bottom, rgba(0, 40, 85, 0.95) 0%, rgba(0, 40, 85, 0.75) 35%, rgba(0, 40, 85, 0.1) 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .hero.gradient-left.dark::before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 40, 85, 0.95)), color-stop(45%, rgba(0, 40, 85, 0.85)), to(rgba(0, 40, 85, 0.5)));
    background: linear-gradient(to right, rgba(0, 40, 85, 0.95) 0%, rgba(0, 40, 85, 0.85) 45%, rgba(0, 40, 85, 0.5) 100%);
  }
}
@media only screen and (min-width: 1200px) {
  .hero.gradient-left.dark::before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 40, 85, 0.95)), color-stop(45%, rgba(0, 40, 85, 0.85)), to(rgba(0, 40, 85, 0)));
    background: linear-gradient(to right, rgba(0, 40, 85, 0.95) 0%, rgba(0, 40, 85, 0.85) 45%, rgba(0, 40, 85, 0) 100%);
  }
}
@media only screen and (max-width: 767px) {
  .hero.gradient-bottom {
    padding-top: 15vh;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .hero.gradient-bottom {
    padding-top: 25vh;
  }
}
@media only screen and (min-width: 1200px) {
  .hero.gradient-bottom {
    padding-top: 35vh;
  }
}
@media only screen and (max-width: 767px) {
  .hero.gradient-bottom.dark::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 40, 85, 0.25)), color-stop(50%, rgba(0, 40, 85, 0.65)), to(#002855));
    background: linear-gradient(to bottom, rgba(0, 40, 85, 0.25) 0, rgba(0, 40, 85, 0.65) 50%, #002855 100%);
  }
}
@media only screen and (min-width: 768px) {
  .hero.gradient-bottom.dark::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(0, 40, 85, 0)), color-stop(50%, rgba(0, 40, 85, 0.35)), to(rgba(0, 40, 85, 0.85)));
    background: linear-gradient(to bottom, rgba(0, 40, 85, 0) 25%, rgba(0, 40, 85, 0.35) 50%, rgba(0, 40, 85, 0.85) 100%);
  }
}
@media only screen and (max-width: 767px) {
  .hero[class*=wireframe] {
    padding: 50px 0 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .hero[class*=wireframe] {
    padding: 65px 0 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero[class*=wireframe] {
    padding: 80px 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  .hero.content-overlap {
    padding: 100px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero.content-overlap .hero-image {
    height: 100%;
  }
}
.hero.content-overlap.bottom {
  border-bottom: #fff 5px solid;
  -webkit-box-shadow: 0 15px 0 0 #DFD1A7;
          box-shadow: 0 15px 0 0 #DFD1A7;
}
@media only screen and (min-width: 768px) {
  .hero.content-overlap.bottom {
    height: 25vh;
  }
}
@media only screen and (min-width: 768px) {
  .hero.content-overlap.bottom + .page-content {
    margin-top: -15vh;
  }
}
.hero.content-overlap.bottom + .page-content > div:first-child {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .hero.content-overlap.bottom + .page-content > div:first-child {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .hero.content-overlap.bottom + .page-content > div:first-child {
    padding-top: 35px;
    width: calc(100% - 60px);
  }
}
.hero.content-overlap.bottom.dark + .page-content > div:first-child {
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .interior-hero {
    padding-top: 15vh;
  }
  .interior-hero::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 40, 85, 0.25)), color-stop(50%, rgba(0, 40, 85, 0.65)), to(#002855));
    background: linear-gradient(to bottom, rgba(0, 40, 85, 0.25) 0, rgba(0, 40, 85, 0.65) 50%, #002855 100%);
  }
}
@media only screen and (min-width: 768px) {
  .interior-hero::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(0, 40, 85, 0)), color-stop(50%, rgba(0, 40, 85, 0.35)), to(rgba(0, 40, 85, 0.85)));
    background: linear-gradient(to bottom, rgba(0, 40, 85, 0) 25%, rgba(0, 40, 85, 0.35) 50%, rgba(0, 40, 85, 0.85) 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .interior-hero {
    padding-top: 25vh;
  }
}
@media only screen and (min-width: 1200px) {
  .interior-hero {
    padding-top: 35vh;
  }
}
.interior-hero::before {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.interior-hero .site-wrap {
  position: relative;
  z-index: 5;
}
.interior-hero h1 {
  padding-bottom: 0.5em;
  line-height: 1.25;
}
@media only screen and (min-width: 1024px) and (max-width: 1599px) {
  .interior-hero h1 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1600px) {
  .interior-hero h1 {
    font-size: 2.5rem;
  }
}

.hero-caption {
  padding: 0.65em 0.85em 0.65em 0.85em;
}
@media only screen and (min-width: 768px) {
  .hero-caption {
    max-width: 400px;
  }
}

.caption-name {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
}
.light .caption-name {
  color: #1D252D;
}

.dark .caption-title {
  color: #D0D3D4;
}

/* Icons */
@media only screen and (max-width: 767px) {
  .icon.large {
    font-size: 4.65rem;
  }
}
@media only screen and (min-width: 768px) {
  .icon.large {
    font-size: 6.25rem;
  }
}
.icon.round {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  line-height: 1.5;
  border-radius: 50%;
  font-size: 0.85em;
  border: transparent 2px solid;
}

/* Icon Links */
.icon-link {
  display: block;
}
.icon-link:hover .icon, .icon-link:focus .icon {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
  opacity: 1;
}
.icon-link .icon {
  margin-bottom: 1rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0.65;
}
.icon-link .text {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.125rem;
}
.light .icon-link {
  color: #002855;
}
.light .icon-link:hover, .light .icon-link:focus {
  color: #bb2403;
}
.light .icon-link .icon {
  color: #207788;
}

/* Course Table */
.table-wrapper {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .table-wrapper {
    overflow-x: auto;
    max-width: 100%;
    background: radial-gradient(farthest-side at 0% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 100% 0;
    background-repeat: no-repeat;
    background-size: 10px 100%;
  }
}
.table-wrapper + .table-wrapper {
  margin-top: 30px;
}
.table-wrapper + h2, .table-wrapper + h3, .table-wrapper + h4, .table-wrapper + h5, .table-wrapper + h6, .table-wrapper + p {
  margin-top: 1.5em;
}
.table-wrapper table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .table-wrapper table {
    white-space: nowrap;
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, white), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, right top, left top, color-stop(30%, white), to(rgba(255, 255, 255, 0))) 100% 0;
    background: linear-gradient(to right, white 30%, rgba(255, 255, 255, 0)), linear-gradient(to left, white 30%, rgba(255, 255, 255, 0)) 100% 0;
    background-size: 50px 100%;
    background-repeat: no-repeat;
  }
}
.toggle-content .table-wrapper:last-child {
  margin-bottom: 30px;
}

.dark .table {
  -webkit-box-shadow: 0 3px 5px rgba(5, 18, 33, 0.25);
          box-shadow: 0 3px 5px rgba(5, 18, 33, 0.25);
}
.table caption {
  margin-bottom: 0.25em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
}
.light .table caption {
  color: #1D252D;
}
.dark .table caption {
  color: #DFD1A7;
}
.table thead th {
  padding: 1em 15px;
}
.table th {
  font-size: 1rem;
  font-family: "Nunito Sans", sans-serif;
}
.light .table th a, .dark .table th a {
  color: #1D252D;
}
.light .table th a:not(.reference):hover, .light .table th a:not(.reference):focus, .dark .table th a:not(.reference):hover, .dark .table th a:not(.reference):focus {
  color: #bb2403;
}
.light .table th a.reference::after, .dark .table th a.reference::after {
  background-color: rgba(29, 37, 45, 0.6);
  color: #fff;
}
.light .table th a.reference:hover::after, .light .table th a.reference:focus::after, .dark .table th a.reference:hover::after, .dark .table th a.reference:focus::after {
  background-color: #1D252D;
}
.table tbody th,
.table td {
  padding: 0.65em 15px;
}
.table tbody {
  background-color: #fff;
}
.table tbody tr:nth-last-child(n+6):first-child:hover,
.table tbody tr:nth-last-child(n+6):first-child ~ tr:hover {
  background-color: rgba(223, 209, 167, 0.25);
}
.table td {
  font-size: 1.125rem;
}
.table td a:not(.reference) {
  position: relative;
}
.table td a:not(.reference)::after {
  display: inline-block;
  margin-left: 0.25em;
  content: "»";
  font-family: "cronos-pro", sans-serif;
  font-size: 1.25em;
  line-height: 1;
  vertical-align: baseline;
  position: absolute;
  color: #C6AA76;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
}
.table td a:not(.reference):hover::after, .table td a:not(.reference):focus::after {
  -webkit-animation: pulse 1s infinite alternate ease-in-out;
          animation: pulse 1s infinite alternate ease-in-out;
  opacity: 1;
}
.light .table td .reference::after, .dark .table td .reference::after {
  background-color: #DFD1A7;
  color: #1D252D;
}
.light .table td .reference:hover::after, .light .table td .reference:focus::after, .dark .table td .reference:hover::after, .dark .table td .reference:focus::after {
  background-color: #C6AA76;
}
.table.default {
  color: #1D252D;
}
.table.default thead th:nth-last-child(n+2) {
  border-right: transparent 2px solid;
}
.table.default tbody tr {
  border-bottom: transparent 1px solid;
}
.table.default tbody tr:last-of-type {
  border: none;
}
.table.default tbody th {
  border-top: transparent 2px solid;
}
.table.default thead {
  background-color: #C6AA76;
}
.table.default tbody tr {
  border-color: #DFD1A7;
}
.table.default tbody th {
  border-color: #fff;
  background-color: rgba(223, 209, 167, 0.65);
}
.table.default thead th:nth-last-child(n+2) {
  border-color: #fff;
}
.table.last-right td:last-child {
  width: 5em;
}

.course-table th[title="Course Number"] {
  width: 10em;
}
.course-table th[title="Credit Hours"] {
  width: 8em;
  text-align: right;
}
.course-table td:last-child {
  text-align: right;
}
.course-table .course-credit {
  text-align: right;
}
.course-table .total-credits td:last-child {
  position: absolute;
  bottom: 0;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .course-table .total-credits td:last-child {
    left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .course-table .total-credits td:last-child {
    right: 0;
  }
}

.events-table th[title=Date] {
  width: 10em;
}
.events-table th[title=Location] {
  width: 12em;
}
.events-table th[title=Booth] {
  width: 5em;
}

.textbook-table tbody {
  border: transparent 1px solid;
}
.textbook-table tr:nth-last-child(n+2) th,
.textbook-table tr:nth-last-child(n+2) td {
  border-bottom: transparent 1px solid;
}
.textbook-table th {
  width: 6.5em;
}
.light .textbook-table tbody {
  border-color: #DFD1A7;
}
.light .textbook-table th {
  background-color: #DFD1A7;
}
.light .textbook-table th,
.light .textbook-table td {
  color: #1D252D;
}
.light .textbook-table tr:nth-last-child(n+2) th {
  border-color: #fff;
}
.light .textbook-table tr:nth-last-child(n+2) td {
  border-color: #DFD1A7;
}

.testimonial.single .text blockquote {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.5;
}
.testimonial.single .text blockquote::before {
  display: inline-block;
  color: #207788;
  font-family: "Nunito Sans", sans-serif;
  font-size: 5em;
  font-weight: 700;
  line-height: 0;
  content: "“";
  margin-right: 0.05em;
  -webkit-transform: translateY(0.4em);
          transform: translateY(0.4em);
}
.testimonial.single .text cite {
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.35;
}
.testimonial.single .text cite .source-name {
  display: block;
  color: #002855;
  font-weight: 700;
}
.testimonial.single[class*=larger-than] .text, .testimonial.single[class*=equal-to] .text {
  margin: 0 1em;
}
.testimonial.single[class*=larger-than] .text blockquote::before, .testimonial.single[class*=equal-to] .text blockquote::before {
  position: absolute;
  right: 100%;
  top: -0.125em;
}
.testimonial[class*=smaller-than] > .flag {
  width: 70%;
  margin: 0 auto 20px;
}
.testimonial[class*=smaller-than] > .flag + .text {
  text-align: center;
}
.testimonial[class*=larger-than], .testimonial[class*=equal-to] {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 1fr 30px 3fr;
  grid-template-columns: 1fr 3fr;
  grid-gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonial[class*=larger-than] > *:nth-child(1), .testimonial[class*=equal-to] > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.testimonial[class*=larger-than] > *:nth-child(2), .testimonial[class*=equal-to] > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.testimonial h2 {
  margin: 0;
  font-style: normal;
}
.testimonial .subtext {
  font-size: 0.9375em;
  font-style: italic;
  font-weight: 700;
}

/* Testimonial Group */
@media only screen and (max-width: 767px) {
  .testimonial-group > .flex .testimonial {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial-group > .flex .testimonial:not(:last-child) {
    margin-bottom: 65px;
  }
}
@media only screen and (min-width: 768px) {
  .testimonial-group > .flex .testimonial {
    width: 45%;
    margin: 0 0 35px;
  }
  .testimonial-group > .flex .testimonial:nth-child(odd) {
    margin-right: 10%;
  }
}
.testimonial-group.carousel {
  padding-top: 50px;
  padding-bottom: 50px;
}
.testimonial-group.carousel .item-group-images {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonial-group.carousel .testimonial-photo {
  display: inline-block;
  border-radius: 50%;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.25s linear, -webkit-filter 0.25s ease-in-out;
  transition: -webkit-transform 0.25s linear, -webkit-filter 0.25s ease-in-out;
  transition: transform 0.25s linear, filter 0.25s ease-in-out;
  transition: transform 0.25s linear, filter 0.25s ease-in-out, -webkit-transform 0.25s linear, -webkit-filter 0.25s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  image-rendering: optimizeQuality;
  will-change: transform;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .testimonial-group.carousel .testimonial-photo {
    width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-group.carousel .testimonial-photo:not(.active-testimonial) {
    display: none;
  }
}
.testimonial-group.carousel .testimonial-photo:hover {
  -webkit-transition: -webkit-box-shadow 0.35s ease-in-out, -webkit-transform 0.25s linear, -webkit-filter 0.25s ease-in-out;
  transition: -webkit-box-shadow 0.35s ease-in-out, -webkit-transform 0.25s linear, -webkit-filter 0.25s ease-in-out;
  transition: box-shadow 0.35s ease-in-out, transform 0.25s linear, filter 0.25s ease-in-out;
  transition: box-shadow 0.35s ease-in-out, transform 0.25s linear, filter 0.25s ease-in-out, -webkit-box-shadow 0.35s ease-in-out, -webkit-transform 0.25s linear, -webkit-filter 0.25s ease-in-out;
}
.testimonial-group.carousel .testimonial-photo:hover, .testimonial-group.carousel .testimonial-photo.active-testimonial {
  -webkit-filter: none;
          filter: none;
}
.testimonial-group.carousel .testimonial-photo.active-testimonial {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.testimonial-group.carousel.light .testimonial-photo {
  -webkit-box-shadow: 0 0 0 0 #fff, 0 0 0 0 #DFD1A7, 0 0 0 0 rgba(223, 209, 167, 0.25);
          box-shadow: 0 0 0 0 #fff, 0 0 0 0 #DFD1A7, 0 0 0 0 rgba(223, 209, 167, 0.25);
}
.testimonial-group.carousel.light .testimonial-photo:hover, .testimonial-group.carousel.light .testimonial-photo.active-testimonial {
  -webkit-box-shadow: 0 0 0 15px #fff, 0 0 0 18px #DFD1A7, 0 0 0 200px rgba(223, 209, 167, 0);
          box-shadow: 0 0 0 15px #fff, 0 0 0 18px #DFD1A7, 0 0 0 200px rgba(223, 209, 167, 0);
}
.testimonial-group.carousel.dark .testimonial-photo {
  border-color: rgba(238, 242, 246, 0.25);
  -webkit-box-shadow: 0 0 0 0 #002855, 0 0 0 0 rgba(238, 242, 246, 0.25), 0 0 0 0 rgba(238, 242, 246, 0.25);
          box-shadow: 0 0 0 0 #002855, 0 0 0 0 rgba(238, 242, 246, 0.25), 0 0 0 0 rgba(238, 242, 246, 0.25);
}
.testimonial-group.carousel.dark .testimonial-photo:hover, .testimonial-group.carousel.dark .testimonial-photo.active-testimonial {
  -webkit-box-shadow: 0 0 0 15px #002855, 0 0 0 18px rgba(238, 242, 246, 0.25), 0 0 0 200px rgba(238, 242, 246, 0);
          box-shadow: 0 0 0 15px #002855, 0 0 0 18px rgba(238, 242, 246, 0.25), 0 0 0 200px rgba(238, 242, 246, 0);
}
.testimonial-group.carousel .testimonial-content {
  display: none;
  text-align: center;
}
.testimonial-group.carousel .testimonial-content.open-item {
  display: block;
}

/* Filters */
.filter {
  margin-bottom: 1em;
}

.filter-controls {
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}
.filter-controls legend {
  margin-bottom: 0.25em;
  font-size: 1rem;
}
.filter-controls label {
  cursor: pointer;
}
.filter-controls label:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .filter-controls label:first-child {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .filter-controls label:nth-child(even) {
    margin-right: 0.25em;
  }
}
@media only screen and (min-width: 768px) {
  .filter-controls label {
    margin-right: 0.25em;
  }
}
@media only screen and (max-width: 1023px) {
  .filter-controls label {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 125px;
            flex: 1 0 125px;
    margin-bottom: 0.25em;
  }
}
.filter-controls label span {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .filter-controls {
    width: 100%;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .filter-controls {
    margin-right: 2em;
  }
  .filter-controls:last-of-type {
    margin-right: 0;
  }
}

.light .filter-item + .button:hover, [data-whatinput=keyboard] .light .filter-item:focus + .button {
  background-color: #C6AA76;
  color: #1D252D;
}
.filter-item + .button {
  margin: 0;
  border: none;
}
.light .filter-item[data-state=on] + .button {
  background-color: #002855;
  color: #fff;
}
.light .filter-item[data-state=on] + .button:hover, [data-whatinput=keyboard] .light .filter-item[data-state=on]:focus + .button {
  background-color: #207788;
  color: #fff;
}

/* Accordion */
.accordion {
  margin-bottom: 1em;
}
.accordion .toggle-content {
  display: none;
}

.toggle {
  position: relative;
  padding-right: 2.5em;
  border: none;
}
.accordion .toggle {
  width: 100%;
  margin: 0 0 3px;
  font-size: 1.125rem;
  text-align: left;
}
.accordion .toggle:not(.solid) {
  padding-top: 0.85em;
  padding-bottom: 0.85em;
  padding-left: 0;
}
.accordion .toggle p {
  font-family: "cronos-pro", sans-serif;
}
.light .accordion .toggle:not(.solid) {
  background: none;
}
.light .accordion .toggle:not(.solid) p {
  color: #5B6770;
  font-weight: 400;
}
.light .accordion .toggle:not(.solid)[aria-expanded=false] {
  border-bottom: #DFD1A7 1px solid;
}
.light .accordion .toggle.solid:hover, .light .accordion .toggle.solid:focus {
  background-color: #C6AA76;
  color: #1D252D;
}
.light .accordion .toggle.solid:hover i.toggle-icon::before, .light .accordion .toggle.solid:hover i.toggle-icon::after, .light .accordion .toggle.solid:focus i.toggle-icon::before, .light .accordion .toggle.solid:focus i.toggle-icon::after {
  background-color: #1D252D;
}
.light .accordion .toggle.solid[aria-expanded=true] {
  background-color: #002855;
  color: #fff;
}
.light .accordion .toggle.solid[aria-expanded=true]:hover, .light .accordion .toggle.solid[aria-expanded=true]:active, [data-whatinput=keyboard] .light .accordion .toggle.solid[aria-expanded=true]:focus {
  background-color: #207788;
  color: #fff;
}
.light .accordion .toggle.solid[aria-expanded=true]:hover i.toggle-icon::before, .light .accordion .toggle.solid[aria-expanded=true]:hover i.toggle-icon::after, .light .accordion .toggle.solid[aria-expanded=true]:active i.toggle-icon::before, .light .accordion .toggle.solid[aria-expanded=true]:active i.toggle-icon::after, [data-whatinput=keyboard] .light .accordion .toggle.solid[aria-expanded=true]:focus i.toggle-icon::before, [data-whatinput=keyboard] .light .accordion .toggle.solid[aria-expanded=true]:focus i.toggle-icon::after {
  background-color: #fff;
}
.light .accordion .toggle.solid[aria-expanded=true] i.toggle-icon::before, .light .accordion .toggle.solid[aria-expanded=true] i.toggle-icon::after {
  background-color: #fff;
}
.accordion .toggle h2 {
  font-size: 1.5rem;
}

.toggle-icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1em;
  height: 1em;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.solid .toggle-icon {
  right: 0.65em;
}
.toggle-icon::before, .toggle-icon::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  content: " ";
  background-color: #1D252D;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.toggle-icon::before {
  width: 0.15em;
  height: 100%;
}
.toggle-icon::after {
  width: 100%;
  height: 0.15em;
}
.toggle:active .toggle-icon, .toggle[aria-expanded=true] .toggle-icon {
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

.toggle-content {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.light .toggle-content {
  border-bottom: #DFD1A7 1px solid;
}

/* Makes YouTube embeds responsive while maintaining aspect ratio */
.video-embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
article .video-embed {
  margin-bottom: 35px;
}

.modal {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100vw;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 6;
}
.modal.modal--visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal .modal-content {
  background-color: #fff;
  max-width: 650px;
  margin: 15px;
  padding: 3rem 2rem 2rem;
  position: relative;
}
.modal .modal-content .modal-close {
  background-color: #fff;
  fill: #207788;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.modal .modal-content .modal-close:hover, .modal .modal-content .modal-close:focus {
  fill: #bb2403;
}

ol.breadcrumb {
  padding: 0 0 1.25em 0;
}
ol.breadcrumb li {
  display: inline-block;
  line-height: 1.5;
}
ol.breadcrumb li + li::before {
  padding: 2px;
  content: "/";
}
ol.breadcrumb li a {
  text-decoration: none;
  display: inline-block;
  padding: 0 0.125em;
  position: relative;
}
ol.breadcrumb li a::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -0.05em;
  content: " ";
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
ol.breadcrumb li a:hover::before, ol.breadcrumb li a:focus::before {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.light ol.breadcrumb li a {
  color: #207788;
}
.light ol.breadcrumb li a:hover, .light ol.breadcrumb li a:focus {
  color: #bb2403;
}
.light ol.breadcrumb li a:hover::before, .light ol.breadcrumb li a:focus::before {
  background-color: #bb2403;
}
.light ol.breadcrumb li a::before {
  background-color: rgba(32, 119, 136, 0.5);
}

.dark ol.breadcrumb li a {
  color: #fff;
}
.dark ol.breadcrumb li a:hover, .dark ol.breadcrumb li a:focus {
  color: #DFD1A7;
}
.dark ol.breadcrumb li a:hover::before, .dark ol.breadcrumb li a:focus::before {
  background-color: #C6AA76;
}
.dark ol.breadcrumb li a::before {
  background-color: rgba(198, 170, 118, 0.65);
}

/* -- Lity - v2.2.2 - 2017-07-17
* http://sorgalla.com/lity/
* Copyright (c) 2015-2017 Jan Sorgalla; Licensed MIT */
.lity-active,
.lity-active body {
  overflow: hidden;
}

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #e9e9e9;
  background: rgba(255, 255, 255, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 0.857rem;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-container::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-container .lity-content {
  z-index: 9993;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.lity-close {
  z-index: 9994;
  position: absolute;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0.25em;
  color: #fff;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1;
  background-color: #002855;
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .lity-close {
    right: 0;
    width: 1.65em;
    height: 1.65em;
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .lity-close {
    right: 20px;
    width: 1.5em;
    height: 1.5em;
  }
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  background-color: #C6AA76;
  color: #002855;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  height: 80vh;
}
@media only screen and (max-width: 1023px) {
  .lity-iframe .lity-container,
  .lity-youtube .lity-container,
  .lity-vimeo .lity-container,
  .lity-facebookvideo .lity-container,
  .lity-googlemaps .lity-container {
    width: 90%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .lity-iframe .lity-container,
  .lity-youtube .lity-container,
  .lity-vimeo .lity-container,
  .lity-facebookvideo .lity-container,
  .lity-googlemaps .lity-container {
    width: 75%;
  }
}
@media only screen and (min-width: 1024px) {
  .lity-iframe .lity-container,
  .lity-youtube .lity-container,
  .lity-vimeo .lity-container,
  .lity-facebookvideo .lity-container,
  .lity-googlemaps .lity-container {
    width: 60%;
  }
}

.lity-iframe-container {
  width: 100%;
  height: 100%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Inline */
.lity-inline .lity-content,
.lity-inline .lity-content > div {
  max-height: 80vh !important;
}
.lity-inline .lity-content {
  background-color: #fff;
}
.lity-inline .lity-content > div {
  overflow: auto;
}
@media only screen and (max-width: 1199px) {
  .lity-inline .lity-content > div {
    padding: 4.25rem 20px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .lity-inline .lity-content > div {
    padding: 5.5rem 20px 20px;
  }
}
.lity-inline .lity-content > div::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #002855;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .lity-inline .lity-content > div::after {
    height: 2.85rem;
  }
}
@media only screen and (min-width: 1200px) {
  .lity-inline .lity-content > div::after {
    height: 4rem;
  }
}
@media only screen and (max-width: 1023px) {
  .lity-inline .lity-container {
    max-width: 90%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .lity-inline .lity-container {
    width: 80%;
  }
}
@media only screen and (min-width: 1200px) {
  .lity-inline .lity-container {
    width: 60%;
  }
}

.lity-hide {
  display: none;
}

.lity-video {
  width: 95vw;
  max-width: 100%;
}