@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  src: url(/assets/Roboto-Light-55e88c6e857d64d12f8068ec5f4d372ae32b25eb48987b87d3198e2f37d10076.woff2) format("woff2");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/Roboto-Regular-9a51bd00aeda8a344f3ba571805ccf087ae87c27d386f574f0d95c075c7a58e0.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/Roboto-Bold-1fa04fd8ea96e96ce4d3a544a10eba7464f96967416fafb87b621b5d3e25893b.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/Roboto-Black-7de9616e33637a72da43abd62915c46924b8ab074a44b74c642738c96f6f7372.woff2) format("woff2");
  font-style: normal;
  font-weight: 900;
}
input + label, select + label, .checkbox-fields .other label, .checkbox-fields.-auto .other label {
  display: inline-block;
  font: 400 1rem "Roboto", Arial, Helvetica, sans-serif;
  vertical-align: top;
}

.actions {
  width: 100%;
  clear: both;
  padding: 20px 0;
  margin: 10px 0 50px;
}
.actions input, .actions a {
  margin: 0 10px;
}
.actions.center_align {
  text-align: center;
}
.actions.right_align {
  text-align: right;
}
.actions > div + div {
  margin-left: 10px;
}

.back-button {
  font-size: 1.4em;
  color: #03689e;
}

.button {
  display: inline-block;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 3;
  color: #fff;
  border: 1px solid #03689e;
  background: #03689e;
  border-radius: 1.5em;
  padding: 0 30px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  margin: 0px;
  cursor: default;
  text-transform: uppercase;
}
.button:not([disabled]) {
  cursor: pointer;
}
.button:not([disabled]):hover {
  background: #fff;
  color: #03689e;
  text-decoration: none;
}

.learn-more-button {
  display: inline-block;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 3;
  color: #fff;
  border: 1px solid #03689e;
  background: #03689e;
  border-radius: 1.5em;
  padding: 0 30px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  margin: 0px;
  cursor: default;
  text-transform: uppercase;
}
.learn-more-button:not([disabled]) {
  cursor: pointer;
}
.learn-more-button:not([disabled]):hover {
  background: #fff;
  color: #03689e;
  text-decoration: none;
}
.learn-more-button {
  background: transparent;
  color: #fff;
}
.learn-more-button:not([disabled]) {
  cursor: pointer;
}
.learn-more-button:not([disabled]):hover {
  background: #000;
  color: rgb(3.650310559, 126.5440993789, 192.249689441);
}

.cancel {
  display: inline-block;
  color: #444;
  font-style: italic;
  font-size: 1.3em;
  margin-left: 10px;
}

dl {
  font-weight: 400;
}

dt, dd {
  font-style: normal;
}

.flex {
  clear: both;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .flex {
    flex-wrap: wrap;
  }
}
.flex.wrap, .flex.-wrap {
  flex-wrap: wrap;
}
.flex.nowrap, .flex.-nowrap {
  flex-wrap: nowrap;
}
.flex.-flex_end {
  justify-content: flex-end;
}
.flex > * {
  flex: 1 0;
}
@media screen and (max-width: 560px) {
  .flex > * {
    flex: 1 0 100% !important;
  }
}
.flex > *.-half {
  flex: 1 0 50% !important;
}
.flex > *.flex-full {
  flex: 1 0 100%;
  margin-bottom: 0px;
}
.flex > turbo-frame {
  width: 100%;
  clear: both;
  margin: 3px 0 20px;
  padding: 0 20px 0 0;
}
.flex > turbo-frame .field {
  margin: 0;
  padding: 0;
}

.field-flex {
  display: flex;
}
.field-flex .field {
  flex: 1 0;
}

.flex-full {
  flex: 1 0 100%;
}

.flex-v {
  display: flex;
  flex-direction: column;
}

.tight-flex > * {
  flex: 1 0;
}

.submit-flex {
  display: flex;
  width: 100%;
}
.submit-flex .field {
  width: auto;
  padding-right: 0;
}
.submit-flex .field:nth-child(1) {
  flex: 1 0;
}
.submit-flex .field:nth-last-child(1) {
  padding-top: 23px;
}
.submit-flex input[type=submit] {
  height: 100%;
}
.submit-flex .black-button {
  border: 1px solid #3f3f3f;
  border-left: none;
}

.checkbox-fields {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  vertical-align: top;
  line-height: 1em;
  padding-top: 2px;
}
.checkbox-fields .field {
  display: flex;
  line-height: 30px;
  min-height: 30px;
  padding: 0;
  margin: 0 0 10px 1%;
  border: none;
  clear: none;
  align-items: center;
}
.checkbox-fields input[type=checkbox], .checkbox-fields input[type=radio], .checkbox-fields .checkbox, .checkbox-fields .radio {
  margin-top: -1px;
}
.checkbox-fields input[type=checkbox] + label, .checkbox-fields input[type=radio] + label, .checkbox-fields .checkbox + label, .checkbox-fields .radio + label {
  line-height: 1.2em;
  margin-left: 6px;
}
.checkbox-fields label {
  line-height: 30px;
}
.checkbox-fields .other {
  width: 100%;
  clear: both;
  margin-left: 1%;
}
.checkbox-fields .other label {
  font: 400 1rem "Roboto", Arial, Helvetica, sans-serif;
  line-height: 30px;
  margin-right: 10px;
}
.checkbox-fields .other .text {
  width: 70%;
  margin: 0px 0 0 8px;
  line-height: 30px;
  height: 30px;
}
.checkbox-fields .field {
  flex-basis: 100%;
}
.checkbox-fields.-auto {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  vertical-align: top;
  line-height: 1em;
  padding-top: 2px;
}
.checkbox-fields.-auto .field {
  display: flex;
  line-height: 30px;
  min-height: 30px;
  padding: 0;
  margin: 0 0 10px 1%;
  border: none;
  clear: none;
  align-items: center;
}
.checkbox-fields.-auto input[type=checkbox], .checkbox-fields.-auto input[type=radio], .checkbox-fields.-auto .checkbox, .checkbox-fields.-auto .radio {
  margin-top: -1px;
}
.checkbox-fields.-auto input[type=checkbox] + label, .checkbox-fields.-auto input[type=radio] + label, .checkbox-fields.-auto .checkbox + label, .checkbox-fields.-auto .radio + label {
  line-height: 1.2em;
  margin-left: 6px;
}
.checkbox-fields.-auto label {
  line-height: 30px;
}
.checkbox-fields.-auto .other {
  width: 100%;
  clear: both;
  margin-left: 1%;
}
.checkbox-fields.-auto .other label {
  font: 400 1rem "Roboto", Arial, Helvetica, sans-serif;
  line-height: 30px;
  margin-right: 10px;
}
.checkbox-fields.-auto .other .text {
  width: 70%;
  margin: 0px 0 0 8px;
  line-height: 30px;
  height: 30px;
}
.checkbox-fields.-auto .field {
  flex-basis: inherit;
  width: auto;
}
.checkbox-fields.-center {
  justify-content: center;
}

.hidden {
  width: 0.1px;
  height: 0.1px;
  margin: 0;
  padding: 0;
  opacity: 0.001;
}

.not-visible {
  visibility: hidden;
}

[contenteditable]:focus {
  outline: 1px solid rgba(3, 104, 158, 0.25);
  border: none;
}

fieldset {
  width: 100%;
  border: none;
  padding: 30px;
  margin: 15px 0;
  border: 1px dotted #ccc;
}
@media screen and (max-width: 560px) {
  fieldset {
    padding: 10px;
  }
}
fieldset.blank {
  padding: 0;
  border: none;
  background: none;
}
fieldset.no-border {
  border: none;
}
fieldset:nth-of-type(1) {
  margin-top: 0px;
}
fieldset:nth-last-of-type(1) {
  margin-top: 0px;
}
fieldset:nth-last-of-type(1).no-border {
  border: none;
}
fieldset.destructive-actions {
  border-color: rgba(3, 104, 158, 0.25);
  margin: 60px 0 30px;
  text-align: left;
}
fieldset.destructive-actions legend {
  border-color: rgba(3, 104, 158, 0.25);
  color: rgba(3, 104, 158, 0.25);
}

legend {
  font-size: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
  transform: skewX(-12deg);
  padding: 2px 10px;
  border: 1px solid #1f1f1f;
  color: #3f3f3f;
}

.fieldset-heading {
  margin: -30px 0 10px -30px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.mid-heading {
  margin-left: -30px;
}

.field {
  width: 100%;
  clear: both;
  margin: 3px 0 20px;
  padding: 0 20px 0 0;
}
.field.no-bottom {
  margin-bottom: 0;
}
.field.half {
  width: 50%;
}
.field.no-label {
  padding-top: 30px;
}

select[multiple=multiple], select, input[type=text], input[type=url], input[type=number], input[type=email], input[type=tel], input[type=date], input[type=time], input[type=password], select[type=text], select[type=url], select[type=number], select[type=email], select[type=tel], select[type=date], select[type=time], select[type=password] {
  font-size: 1.6em;
  width: 100%;
  line-height: 3;
  padding: 0 0 0 10px;
  border: 1px solid #d0d0d0;
  outline: 1px solid transparent;
  background: #fff;
  box-shadow: #ccc 0 1px 4px 0 inset;
  border-radius: 2px;
  cursor: text;
  color: #333;
}
select[multiple=multiple]::-webkit-input-placeholder, select::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, select[type=text]::-webkit-input-placeholder, select[type=url]::-webkit-input-placeholder, select[type=number]::-webkit-input-placeholder, select[type=email]::-webkit-input-placeholder, select[type=tel]::-webkit-input-placeholder, select[type=date]::-webkit-input-placeholder, select[type=time]::-webkit-input-placeholder, select[type=password]::-webkit-input-placeholder {
  color: #c0c0c0;
}
select:-moz-placeholder, input[type=text]:-moz-placeholder, input[type=url]:-moz-placeholder, input[type=number]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=date]:-moz-placeholder, input[type=time]:-moz-placeholder, input[type=password]:-moz-placeholder {
  color: #c0c0c0;
}
select[multiple=multiple]::-moz-placeholder, select::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=password]::-moz-placeholder, select[type=text]::-moz-placeholder, select[type=url]::-moz-placeholder, select[type=number]::-moz-placeholder, select[type=email]::-moz-placeholder, select[type=tel]::-moz-placeholder, select[type=date]::-moz-placeholder, select[type=time]::-moz-placeholder, select[type=password]::-moz-placeholder {
  color: #c0c0c0;
}
select:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder {
  color: #c0c0c0;
}
select:focus, input[type=text]:focus, input[type=url]:focus, input[type=number]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=time]:focus, input[type=password]:focus {
  outline: 2px solid rgba(3, 104, 158, 0.25);
  border-color: #03689e;
}
select:focus::-webkit-input-placeholder, input[type=text]:focus::-webkit-input-placeholder, input[type=url]:focus::-webkit-input-placeholder, input[type=number]:focus::-webkit-input-placeholder, input[type=email]:focus::-webkit-input-placeholder, input[type=tel]:focus::-webkit-input-placeholder, input[type=date]:focus::-webkit-input-placeholder, input[type=time]:focus::-webkit-input-placeholder, input[type=password]:focus::-webkit-input-placeholder {
  color: transparent;
}
select:focus:-moz-placeholder, input[type=text]:focus:-moz-placeholder, input[type=url]:focus:-moz-placeholder, input[type=number]:focus:-moz-placeholder, input[type=email]:focus:-moz-placeholder, input[type=tel]:focus:-moz-placeholder, input[type=date]:focus:-moz-placeholder, input[type=time]:focus:-moz-placeholder, input[type=password]:focus:-moz-placeholder {
  color: transparent;
}
select:focus::-moz-placeholder, input[type=text]:focus::-moz-placeholder, input[type=url]:focus::-moz-placeholder, input[type=number]:focus::-moz-placeholder, input[type=email]:focus::-moz-placeholder, input[type=tel]:focus::-moz-placeholder, input[type=date]:focus::-moz-placeholder, input[type=time]:focus::-moz-placeholder, input[type=password]:focus::-moz-placeholder {
  color: transparent;
}
select:focus:-ms-input-placeholder, input[type=text]:focus:-ms-input-placeholder, input[type=url]:focus:-ms-input-placeholder, input[type=number]:focus:-ms-input-placeholder, input[type=email]:focus:-ms-input-placeholder, input[type=tel]:focus:-ms-input-placeholder, input[type=date]:focus:-ms-input-placeholder, input[type=time]:focus:-ms-input-placeholder, input[type=password]:focus:-ms-input-placeholder {
  color: transparent;
}
select[multiple=multiple]:autofill, select:autofill, input[type=text]:autofill, input[type=url]:autofill, input[type=number]:autofill, input[type=email]:autofill, input[type=tel]:autofill, input[type=date]:autofill, input[type=time]:autofill, input[type=password]:autofill, select[type=text]:autofill, select[type=url]:autofill, select[type=number]:autofill, select[type=email]:autofill, select[type=tel]:autofill, select[type=date]:autofill, select[type=time]:autofill, select[type=password]:autofill, select[multiple=multiple]:autofill:hover, select:autofill:hover, input[type=text]:autofill:hover, input[type=url]:autofill:hover, input[type=number]:autofill:hover, input[type=email]:autofill:hover, input[type=tel]:autofill:hover, input[type=date]:autofill:hover, input[type=time]:autofill:hover, input[type=password]:autofill:hover, select[type=text]:autofill:hover, select[type=url]:autofill:hover, select[type=number]:autofill:hover, select[type=email]:autofill:hover, select[type=tel]:autofill:hover, select[type=date]:autofill:hover, select[type=time]:autofill:hover, select[type=password]:autofill:hover, select[multiple=multiple]:autofill:focus, select:autofill:focus, input[type=text]:autofill:focus, input[type=url]:autofill:focus, input[type=number]:autofill:focus, input[type=email]:autofill:focus, input[type=tel]:autofill:focus, input[type=date]:autofill:focus, input[type=time]:autofill:focus, input[type=password]:autofill:focus, select[type=text]:autofill:focus, select[type=url]:autofill:focus, select[type=number]:autofill:focus, select[type=email]:autofill:focus, select[type=tel]:autofill:focus, select[type=date]:autofill:focus, select[type=time]:autofill:focus, select[type=password]:autofill:focus, select[multiple=multiple]:autofill:active, select:autofill:active, input[type=text]:autofill:active, input[type=url]:autofill:active, input[type=number]:autofill:active, input[type=email]:autofill:active, input[type=tel]:autofill:active, input[type=date]:autofill:active, input[type=time]:autofill:active, input[type=password]:autofill:active, select[type=text]:autofill:active, select[type=url]:autofill:active, select[type=number]:autofill:active, select[type=email]:autofill:active, select[type=tel]:autofill:active, select[type=date]:autofill:active, select[type=time]:autofill:active, select[type=password]:autofill:active, select[multiple=multiple]:-webkit-autofill, select:-webkit-autofill, input[type=text]:-webkit-autofill, input[type=url]:-webkit-autofill, input[type=number]:-webkit-autofill, input[type=email]:-webkit-autofill, input[type=tel]:-webkit-autofill, input[type=date]:-webkit-autofill, input[type=time]:-webkit-autofill, input[type=password]:-webkit-autofill, select[type=text]:-webkit-autofill, select[type=url]:-webkit-autofill, select[type=number]:-webkit-autofill, select[type=email]:-webkit-autofill, select[type=tel]:-webkit-autofill, select[type=date]:-webkit-autofill, select[type=time]:-webkit-autofill, select[type=password]:-webkit-autofill, select[multiple=multiple]:-webkit-autofill:hover, select:-webkit-autofill:hover, input[type=text]:-webkit-autofill:hover, input[type=url]:-webkit-autofill:hover, input[type=number]:-webkit-autofill:hover, input[type=email]:-webkit-autofill:hover, input[type=tel]:-webkit-autofill:hover, input[type=date]:-webkit-autofill:hover, input[type=time]:-webkit-autofill:hover, input[type=password]:-webkit-autofill:hover, select[type=text]:-webkit-autofill:hover, select[type=url]:-webkit-autofill:hover, select[type=number]:-webkit-autofill:hover, select[type=email]:-webkit-autofill:hover, select[type=tel]:-webkit-autofill:hover, select[type=date]:-webkit-autofill:hover, select[type=time]:-webkit-autofill:hover, select[type=password]:-webkit-autofill:hover, select[multiple=multiple]:-webkit-autofill:focus, select:-webkit-autofill:focus, input[type=text]:-webkit-autofill:focus, input[type=url]:-webkit-autofill:focus, input[type=number]:-webkit-autofill:focus, input[type=email]:-webkit-autofill:focus, input[type=tel]:-webkit-autofill:focus, input[type=date]:-webkit-autofill:focus, input[type=time]:-webkit-autofill:focus, input[type=password]:-webkit-autofill:focus, select[type=text]:-webkit-autofill:focus, select[type=url]:-webkit-autofill:focus, select[type=number]:-webkit-autofill:focus, select[type=email]:-webkit-autofill:focus, select[type=tel]:-webkit-autofill:focus, select[type=date]:-webkit-autofill:focus, select[type=time]:-webkit-autofill:focus, select[type=password]:-webkit-autofill:focus, select[multiple=multiple]:-webkit-autofill:active, select:-webkit-autofill:active, input[type=text]:-webkit-autofill:active, input[type=url]:-webkit-autofill:active, input[type=number]:-webkit-autofill:active, input[type=email]:-webkit-autofill:active, input[type=tel]:-webkit-autofill:active, input[type=date]:-webkit-autofill:active, input[type=time]:-webkit-autofill:active, input[type=password]:-webkit-autofill:active, select[type=text]:-webkit-autofill:active, select[type=url]:-webkit-autofill:active, select[type=number]:-webkit-autofill:active, select[type=email]:-webkit-autofill:active, select[type=tel]:-webkit-autofill:active, select[type=date]:-webkit-autofill:active, select[type=time]:-webkit-autofill:active, select[type=password]:-webkit-autofill:active {
  box-shadow: 0 0 0 50px #fff inset;
  -webkit-box-shadow: 0 0 0 50px #fff inset;
  color: #333;
  -webkit-text-fill-color: #333;
}
select[multiple=multiple] + p, select + p, input[type=text] + p, input[type=url] + p, input[type=number] + p, input[type=email] + p, input[type=tel] + p, input[type=date] + p, input[type=time] + p, input[type=password] + p, select[type=text] + p, select[type=url] + p, select[type=number] + p, select[type=email] + p, select[type=tel] + p, select[type=date] + p, select[type=time] + p, select[type=password] + p {
  display: inline-block;
  color: #666;
  font-size: 1.4em;
  margin: 0 0 0 5px;
}

.form-heading {
  padding: 10px 20px;
  margin: -30px -30px 20px;
  font-size: 1.4em;
  text-transform: uppercase;
  background: #efefef;
  background-image: linear-gradient(#f0f0f0, #efefef);
  color: #aaa;
  border-bottom: 1px solid #e0e0e0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

label {
  display: block;
  font: 700 1.3em "Roboto", Arial, Helvetica, sans-serif;
  font-variant-ligatures: none;
  margin-bottom: 8px;
  color: #444;
  text-transform: uppercase;
}
label.optional:after {
  content: "(optional)";
  color: #999;
  font-size: 0.8em;
  display: inline-block;
  margin-left: 4px;
  font-style: italic;
  font-weight: 200;
}
label em {
  color: #666;
}
label + span, label + p {
  display: inline-block;
  margin: 0;
  font-size: 1.8em;
  line-height: 1.2em;
}
label + span b, label + p b {
  line-height: 2em;
}

input, select {
  font: 400 1.8em "Roboto", Arial, Helvetica, sans-serif;
  font-variant-ligatures: none;
}
input + label, select + label {
  margin: 0px 3px 0 0;
  vertical-align: -2px;
}
input[type=tel], select[type=tel] {
  width: 200px;
}
input[type=checkbox] + label, input[type=checkbox] + span, input[type=radio] + label, input[type=radio] + span, select[type=checkbox] + label, select[type=checkbox] + span, select[type=radio] + label, select[type=radio] + span {
  font-weight: 400;
  margin-right: 15px;
  margin-left: 5px;
  text-transform: none;
}
input[type=file], select[type=file] {
  display: inline-block;
  max-width: 50%;
  padding: 8px 0 0;
  font-size: 1.8em;
  vertical-align: top;
}
input[type=color], select[type=color] {
  background: #fcfcfc;
  padding: 0 2px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  cursor: pointer;
  height: 150px;
  width: 150px;
}
input[type=color]:hover, select[type=color]:hover {
  border-color: #bfbfbf;
}

select {
  width: 100%;
  height: 50px;
}
select[multiple=multiple] {
  height: 300px;
  max-height: none;
  padding: 6px;
}
select.sm-select {
  height: 120px;
  margin: 0;
}
select:focus {
  outline: 1px solid rgba(3, 104, 158, 0.25);
}

textarea {
  font: 400 1.8em "Roboto", Arial, Helvetica, sans-serif;
  color: #444;
  font-variant-ligatures: none;
  line-height: 1.6;
  padding: 6px;
  line-height: 1.4;
  font-size: 1.6em;
  padding: 10px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 160px;
  min-height: 160px;
  max-height: 640px;
  border: 1px solid #d0d0d0;
  background: #fff;
  box-shadow: #ccc 0 1px 4px 0 inset;
  border-radius: 2px;
}
textarea::-webkit-input-placeholder {
  color: #999;
}
textarea:-moz-placeholder {
  color: #999;
}
textarea::-moz-placeholder {
  color: #999;
}
textarea:-ms-input-placeholder {
  color: #999;
}
textarea:focus {
  outline: 2px solid rgba(3, 104, 158, 0.25);
}
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus:-moz-placeholder {
  color: transparent;
}
textarea:focus::-moz-placeholder {
  color: transparent;
}
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.field_with_errors {
  display: inline;
}
.field_with_errors label {
  font-weight: 400;
}
.field_with_errors input {
  border-color: #03689e;
  box-shadow: #03689e 0 0 4px 0;
}
.field_with_errors input + p.field_error_text {
  display: block;
  margin: 5px 0 0;
  color: #03689e;
}

.field_error_text {
  display: none;
}

.edit-icon {
  display: inline-block;
  width: 20px;
  margin: 0 5px;
  opacity: 0.5;
}
.edit-icon::before {
  content: "";
  display: inline-block;
  color: #03689e;
  background: transparent url(/assets/icons/edit-e1c062d99d942b5dae4c12f918b06942b46e9434c168f8361a67e90f85942b7a.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.edit-icon span {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
}
.edit-icon:hover {
  opacity: 0.8;
}

.delete-icon {
  display: inline-block;
  width: 20px;
  margin: 0 5px;
  opacity: 0.5;
}
.delete-icon::before {
  content: "";
  display: inline-block;
  color: #03689e;
  background: transparent url(/assets/icons/delete-bbc210fae1d19452087d8f4c81b17be5a1c493bf24108913caf0f646b7076986.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.delete-icon span {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
}
.delete-icon:hover {
  opacity: 0.8;
}

.login-icon {
  display: inline-block;
  width: 20px;
  margin: 0 5px;
  opacity: 0.5;
}
.login-icon::before {
  content: "";
  display: inline-block;
  color: #03689e;
  background: transparent url(/assets/icons/login-74b7375ca7be8dd750a4cb6a9ae38d9822b3db2102caee273869e0c67509d9c6.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.login-icon span {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
}
.login-icon:hover {
  opacity: 0.8;
}

img, table, video, iframe {
  max-width: 100%;
}
img[align=left], img[style*="float: left;"], table[align=left], table[style*="float: left;"], video[align=left], video[style*="float: left;"], iframe[align=left], iframe[style*="float: left;"] {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
img[align=right], img[style*="float: right;"], table[align=right], table[style*="float: right;"], video[align=right], video[style*="float: right;"], iframe[align=right], iframe[style*="float: right;"] {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
img[align=center], table[align=center], video[align=center], iframe[align=center] {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

img {
  max-width: 100%;
}

main img {
  padding: 6px;
  background: #fff;
  box-shadow: #afafaf 0 1px 4px;
}

ul, ol, li {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

ul, ol {
  clear: both;
  margin: 20px 0 20px 30px;
  font: 400 1.8em "Roboto", Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 1024px) {
  ul, ol {
    font-size: 1.6em;
  }
}
ul ul, ul ol, ol ul, ol ol {
  font-size: 1em;
  margin-left: 20px;
  margin-bottom: 0px;
}

li {
  margin-bottom: 9px;
  line-height: 1.2em;
}
li p {
  font-size: 1em;
  display: inline;
}
li li {
  margin-top: 10px;
}

p + ul, p + ol {
  margin-top: 0;
}

ul li {
  text-indent: -8px;
  margin-left: 5px;
}
ul li:before {
  content: "•";
  display: inline-block;
  color: #03689e;
  margin-right: 5px;
}

ol {
  counter-reset: orderedList;
}
ol > li {
  counter-increment: orderedList;
  text-indent: -28px;
  margin-left: 5px;
}
ol > li:before {
  color: #03689e;
  display: inline-block;
  margin-right: 5px;
  width: 20px;
  font-size: 0.9em;
  font-weight: 900;
  text-align: right;
  content: counter(orderedList);
  text-indent: 0;
}

aside ul, aside ol {
  margin-left: 0;
}
aside ul li, aside ol li {
  margin-bottom: 10px;
}

table ul, table ol {
  font-size: 1em;
}
table h3 {
  font-size: 1.6rem;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0;
  table-layout: fixed;
  max-width: 100%;
  font-size: 1em;
}
table.no-border tr:hover {
  background: none;
}
table.no-border th, table.no-border td {
  border: none;
}

thead th, thead td {
  background: #0f0f0f;
  color: #999;
}

th, td {
  text-align: left;
  border-left: 1px dotted #010101;
  border-right: 1px dotted #010101;
}

th {
  font: 700 1.2em "Roboto", Arial, Helvetica, sans-serif;
  line-height: 1em;
  text-transform: uppercase;
  color: #444;
  padding: 10px 10px 10px;
  border-bottom: 2px solid #010101;
}

td {
  font: 400 1.6em "Roboto", Arial, Helvetica, sans-serif;
  border-top: 1px solid #010101;
  border-bottom: 1px solid #010101;
  padding: 15px 10px;
  line-height: 1.6em;
}
td p {
  font-size: 1em;
  margin: 0;
  line-height: 1.4em;
}

.sortable-column, .sort {
  display: block;
  color: #1a1a1a;
}
.sortable-column:hover, .sort:hover {
  color: #1a1a1a;
}
.sortable-column:hover:after, .sort:hover:after {
  color: #aaa;
}
.sortable-column:after, .sort:after {
  font-family: fontawesome;
  content: "\f0dc";
  display: inline-block;
  margin-left: 5px;
  color: #ccc;
}
.sortable-column.sort-asc::after, .sort.sort-asc::after {
  content: "\f0de";
  color: #1a1a1a;
}
.sortable-column.sort-desc::after, .sort.sort-desc::after {
  content: "\f0dd";
  color: #1a1a1a;
}

.privacy-table th:nth-last-child(1), .privacy-table td:nth-last-child(1) {
  width: 100px;
  text-align: center;
}

body {
  color: #444;
  font: 400 62.5% "Roboto", Arial, Helvetica, sans-serif;
  font-variant-ligatures: none;
}

.highlight {
  padding: 0 2px;
  background: #ffe816;
}

.black {
  color: #444;
}

.blue {
  color: #021942;
}

.lt-blue {
  color: #03689e;
}

.red {
  color: #c22032;
}

.orange {
  color: #dc7536;
}

.teal {
  color: #00A79D;
}

.green {
  color: #588a00;
}

.yellow {
  color: #ffe816;
}

.grey, .-grey {
  color: #999;
}

.white {
  color: #fff;
}

.-left {
  text-align: left;
}

.-center {
  text-align: center;
}

.annotation {
  color: #505050;
  font-style: italic;
  font-size: 1.25em;
}
.annotation a {
  color: inherit;
  border-bottom: 1px dashed #505050;
}

p {
  font-size: 1.8em;
  line-height: 1.5;
  margin: 0 0 0.75em;
}
p.inline {
  display: inline-block;
  margin-left: 10px;
}
p:last-child {
  margin-bottom: 0;
}
p + h3 {
  margin-top: 1em;
}

a {
  color: #03689e;
  text-decoration: none;
  text-shadow: none;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
a:hover {
  color: #999;
}

span.gc-cs-link {
  color: #444;
  text-decoration: none;
  text-shadow: none;
}

i, em {
  font-style: italic;
}

b, strong {
  font-weight: 700;
}

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

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

.no-margin {
  margin: 0;
}

.lowercase {
  text-transform: none;
}

.-sm {
  display: inline-block;
  padding-left: 5px;
  font-size: 0.65em;
  font-weight: 400;
}

blockquote {
  font: 400 2.4em "Roboto", Arial, Helvetica, sans-serif;
  line-height: 1.1;
  margin: 10px 20px 10px 20px;
  border-left: 4px solid #03689e;
  border-right: 4px solid #03689e;
  color: rgb(2.049689441, 71.0559006211, 107.950310559);
  padding: 10px 20px;
  max-width: 50%;
  float: right;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  blockquote {
    margin-left: 10px;
  }
}
@media screen and (max-width: 560px) {
  blockquote {
    margin: 20px 0;
    max-width: 100%;
    float: none;
    font-size: 2.1em;
  }
}
blockquote b, blockquote strong {
  color: #03689e;
  font-weight: 700;
}
blockquote cite {
  display: block;
  font: 300 0.45em "Roboto", Arial, Helvetica, sans-serif;
  color: #999;
  margin: 10px 0 0 10px;
  text-align: right;
}

hr {
  display: block;
  clear: both;
  width: 100%;
  border: none;
  border-top: 2px dotted #cfcfcf;
  height: 0px;
  margin: 30px 0;
}

.clear {
  clear: both;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

h2 {
  font: 700 4.8em "Roboto", Arial, Helvetica, sans-serif;
  color: #021942;
  line-height: 1.2;
  margin-bottom: 0.25em;
}

h3 {
  font-size: 3.2em;
  color: #03689e;
  margin-bottom: 0.5em;
}

h4 {
  color: #021942;
  font-size: 2.1em;
  text-transform: uppercase;
  border-bottom: 3px solid #021942;
  margin-bottom: 0.5em;
}

h5 {
  font: 900 1.6em "Roboto", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #666;
  line-height: 1.4;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideOut {
  0% {
    transform: translateY(110px);
  }
  100% {
    transform: translateY(0px);
  }
}
.alerts-container {
  position: fixed;
  z-index: 9999;
  top: -100px;
  width: 600px;
  left: calc(50vw - 300px);
}
@media screen and (max-width: 560px) {
  .alerts-container {
    width: 300px;
    left: calc(50vw - 150px);
  }
}

.notice, .alert {
  width: 100%;
  font: 700 1.3em "Roboto", Arial, Helvetica, sans-serif;
  border-radius: 6px;
  border: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.1;
  padding: 10px 0;
  z-index: 2;
  opacity: 1;
  will-change: opacity;
  overflow: hidden;
}
.notice:empty, .alert:empty {
  padding: 0;
  opacity: 0;
}
.notice.-hide, .alert.-hide {
  animation: fadeOut 0.2s ease-in 8s forwards;
}
.notice a, .alert a {
  color: inherit;
}
.notice a:hover, .alert a:hover {
  border-bottom-style: solid;
}
.notice[open], .alert[open] {
  transform: translateY(110px);
  animation: slideOut 0.25s ease-in 8s forwards;
}

.notice {
  background: #03689e;
  color: #021942;
}
.notice a {
  color: #021942;
  border-bottom: 1px dashed #021942;
}

.alert {
  background: #ffe816;
  color: #101010;
}
.alert a {
  border-bottom: 1px dashed #101010;
}

dialog {
  margin: auto;
}

.offline {
  border: none;
  bottom: 5px;
  z-index: 9999;
  padding: 8px 10px 6px;
  background: #ffe816;
  font-size: 0.85em;
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
  border-radius: 2px;
  position: fixed;
}
.offline .flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 560px) {
  .offline .flex {
    flex-direction: column;
    justify-content: center;
  }
}
.offline .flex > * {
  flex: 1 0;
  margin: 0 5px;
  white-space: nowrap;
}

.reconnect-button {
  display: inline-block;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 3;
  color: #fcfcfc;
  border: 1px solid #776b5f;
  background: #776b5f;
  border-radius: 1.5em;
  padding: 0 30px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  margin: 0px;
  cursor: default;
  text-transform: uppercase;
}
.reconnect-button:not([disabled]) {
  cursor: pointer;
}
.reconnect-button:not([disabled]):hover {
  background: #fcfcfc;
  color: #776b5f;
  text-decoration: none;
}

.global-dialog {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  align-items: center;
  justify-content: center;
  overflow: auto;
}
@media screen and (max-width: 560px) {
  .global-dialog {
    align-items: flex-start;
  }
}
.global-dialog .dialog-content {
  border-radius: 3px;
  background: #161616;
  color: #f0f0f0;
  padding: 60px;
  max-width: 760px;
}
@media screen and (max-width: 560px) {
  .global-dialog .dialog-content {
    max-width: 90vw;
    padding: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 560px) {
  .global-dialog h2 {
    font-size: 3.6em;
  }
}
.global-dialog[open] {
  display: flex;
}

.imported-members {
  font-size: 1.6em;
  margin: 20px 0;
}
.imported-members dfn {
  display: flex;
  border: 1px solid #2a2a2a;
  margin-bottom: 5px;
  border-radius: 3px;
  padding: 5px 0px;
}
@media screen and (max-width: 560px) {
  .imported-members dfn {
    flex-direction: column;
  }
}
.imported-members dt, .imported-members dd {
  padding: 0 10px;
}
.imported-members dt {
  font-weight: 700;
  padding-right: 5px;
  flex: 0 0 180px;
  border-right: 1px dashed #2a2a2a;
}
@media screen and (max-width: 560px) {
  .imported-members dt {
    flex: 1 0;
    border: none;
  }
}

.dialog-actions {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 560px) {
  .dialog-actions {
    flex-wrap: wrap;
  }
}
.dialog-actions a, .dialog-actions button {
  min-width: 250px;
  margin: 0 5px;
}
@media screen and (max-width: 560px) {
  .dialog-actions a, .dialog-actions button {
    margin: 5px;
  }
}

header {
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.header-top {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: linear-gradient(to right, rgba(253, 253, 253, 0.75), rgba(253, 253, 253, 0.9));
  border-radius: 50px;
  overflow: hidden;
  box-shadow: rgba(153, 153, 153, 0.25) 0 2px 6px;
  z-index: 200;
}

.logo a {
  display: block;
}
.logo img {
  display: block;
  height: 100px;
}
.logo span {
  display: inline-block;
  height: 1px;
  text-indent: -9999px;
}

nav {
  display: flex;
  flex: 1 0;
  justify-content: flex-end;
  align-items: center;
}
nav a {
  display: block;
  font-size: 1.6em;
  font-weight: 400;
  text-align: center;
  padding: 0 30px;
  height: 100%;
  color: #03689e;
  align-content: center;
  border-left: 1px solid rgba(3, 104, 158, 0.1);
}
nav a:hover {
  color: #03689e;
  background: rgba(3, 104, 158, 0.1);
}
nav a.current {
  background: #fff;
}

.masthead {
  flex: 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 calc((100vw - 1260px) / 2) 0 50%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .masthead {
    padding: 0;
  }
}
.masthead h5, .masthead h2, .masthead p {
  color: #fff;
  text-shadow: rgba(2, 25, 66, 0.6) 1px 2px 5px;
}
.masthead h2 {
  font-size: 5.6em;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .masthead h2 {
    font-size: 4.2em;
  }
}
@media screen and (max-width: 768px) {
  .masthead h2 {
    font-size: 5.6em;
  }
}
.masthead p {
  font-size: 2.1em;
}
@media screen and (max-width: 1024px) {
  .masthead p {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 768px) {
  .masthead p {
    font-size: 2.1em;
  }
}
.masthead .button {
  display: inline-block;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 3;
  color: #fff;
  border: 1px solid #03689e;
  background: #03689e;
  border-radius: 1.5em;
  padding: 0 30px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  margin: 0px;
  cursor: default;
  text-transform: uppercase;
}
.masthead .button:not([disabled]) {
  cursor: pointer;
}
.masthead .button:not([disabled]):hover {
  background: #fff;
  color: #03689e;
  text-decoration: none;
}
.masthead .button {
  margin-bottom: 5px;
  align-self: flex-start;
}

#mobile-nav-input {
  display: none;
}
#mobile-nav-input + label.mobile-bars {
  margin: 0;
}

.mobile-bars {
  display: none;
  z-index: 200;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
  cursor: pointer;
  transition: all 0.15s ease-in;
}
.mobile-bars span, .mobile-bars::before, .mobile-bars::after {
  position: relative;
  transform-origin: 50% 50%;
  transition: top 0.15s ease-in, transform 0.15s ease-in 0.15s;
}
.mobile-bars span {
  display: inline-block;
  background: #03689e;
  width: 20px;
  height: 3px;
  border-radius: 2px;
}
.mobile-bars::before, .mobile-bars::after {
  content: "";
  background: #03689e;
  height: 3px;
  width: 20px;
  margin: 3px 0;
  border-radius: 2px;
}

#mobile-nav-input:checked + .mobile-bars {
  position: sticky;
  top: 0;
}
#mobile-nav-input:checked + .mobile-bars span {
  transform: rotate(45deg);
}
#mobile-nav-input:checked + .mobile-bars::before {
  top: 6px;
  transform: rotate(45deg);
}
#mobile-nav-input:checked + .mobile-bars::after {
  top: -6px;
  transform: rotate(-45deg);
}
#mobile-nav-input:checked ~ .global-nav {
  top: 50px;
  bottom: 0;
}

#mobile-nav-input:not(:checked) + .mobile-bars span, #mobile-nav-input:not(:checked) + .mobile-bars::before, #mobile-nav-input:not(:checked) + .mobile-bars::after {
  top: 0px;
  transition: transform 0.15s ease-in, top 0.15s ease-in 0.15s;
}

@media screen and (max-width: 1023px) {
  .mobile-bars {
    display: inline-flex;
  }
  .global-nav {
    position: fixed;
    z-index: 100;
    top: -100vh;
    top: -100dvh;
    width: 100vw;
    width: 100dvw;
    height: 100vh;
    height: 100dvh;
    left: 0;
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.95), rgba(240, 240, 240, 0.98));
    margin: 0;
    flex-direction: column;
    transition: right 0.15s cubic-bezier(1, 1, 0.36, 1.1);
    text-align: center;
    justify-content: center;
  }
  .global-nav a {
    display: block;
    background: none;
    flex: 0 0;
    font-size: 2.8em;
    width: 100%;
    height: auto;
    line-height: 60px;
    color: #6f6f6f;
  }
  .global-nav a.current {
    background: none;
    color: #03689e;
  }
}
#mobile-nav-input:checked ~ .global-nav {
  top: 0vh;
}

.help-text {
  margin: 10px 0;
  position: relative;
  clear: both;
  padding: 10px;
  border: 1px dashed rgba(153, 153, 153, 0.25);
  color: #999;
  font-size: 1.4em;
  font-style: italic;
  line-height: 1.4;
  border-radius: 2px;
}
.help-text p {
  font-size: 1em;
}
.help-text ul {
  font-size: 1em;
  list-style: inside circle;
}
.help-text a {
  color: #999;
  border-bottom: 1px dotted #999;
}
.help-text hr {
  border: none;
  border-top: 1px dashed rgba(153, 153, 153, 0.25);
  margin: 5px 0;
}
.help-text {
  background-color: rgba(153, 153, 153, 0.05);
}

.info-text {
  margin: 10px 0;
  position: relative;
  clear: both;
  padding: 10px;
  border: 1px dashed rgba(3, 104, 158, 0.25);
  color: #03689e;
  font-size: 1.4em;
  font-style: italic;
  line-height: 1.4;
  border-radius: 2px;
}
.info-text p {
  font-size: 1em;
}
.info-text ul {
  font-size: 1em;
  list-style: inside circle;
}
.info-text a {
  color: #03689e;
  border-bottom: 1px dotted #03689e;
}
.info-text hr {
  border: none;
  border-top: 1px dashed rgba(3, 104, 158, 0.25);
  margin: 5px 0;
}
.info-text {
  background-color: rgba(3, 104, 158, 0.05);
}
.info-text {
  display: flex;
  align-items: center;
}
.info-text::before {
  content: "";
  display: inline-block;
  flex: 0 0 30px;
  height: 30px;
  background-image: url(/assets/icons/info-ed0c047f9e4c4f3a2bfe8526f845d46fbc33e1b83eb6c277a57988a3ecdfb97d.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 30px 30px;
  margin-right: 10px;
  opacity: 0.25;
}

.ticket-helptext {
  margin: 10px 0;
  position: relative;
  clear: both;
  padding: 10px;
  border: 1px dashed rgba(102, 102, 102, 0.25);
  color: #666;
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.4;
  border-radius: 2px;
}
.ticket-helptext p {
  font-size: 1em;
}
.ticket-helptext ul {
  font-size: 1em;
  list-style: inside circle;
}
.ticket-helptext a {
  color: #666;
  border-bottom: 1px dotted #666;
}
.ticket-helptext hr {
  border: none;
  border-top: 1px dashed rgba(102, 102, 102, 0.25);
  margin: 5px 0;
}
.ticket-helptext {
  background-color: rgba(102, 102, 102, 0.05);
}
.ticket-helptext {
  margin: 0;
}

.warning-text {
  margin: 10px 0;
  position: relative;
  clear: both;
  padding: 10px;
  border: 1px dashed rgba(255, 232, 22, 0.25);
  color: #ffe816;
  font-size: 1.4em;
  font-style: italic;
  line-height: 1.4;
  border-radius: 2px;
}
.warning-text p {
  font-size: 1em;
}
.warning-text ul {
  font-size: 1em;
  list-style: inside circle;
}
.warning-text a {
  color: #ffe816;
  border-bottom: 1px dotted #ffe816;
}
.warning-text hr {
  border: none;
  border-top: 1px dashed rgba(255, 232, 22, 0.25);
  margin: 5px 0;
}
.warning-text {
  background-color: rgba(255, 232, 22, 0.05);
}
.warning-text {
  display: flex;
  align-items: center;
}
.warning-text::before {
  content: "";
  display: inline-block;
  flex: 0 0 30px;
  height: 30px;
  background-image: url(/assets/icons/warning-763814b9dcb7c4fcec5579dd57bd57c476b739ac85eb09477e2b95cb49a26f29.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 30px 30px;
  margin-right: 10px;
  opacity: 0.25;
}

.homepage header {
  background-image: url(/assets/masthead-30d65708d7808b1ca7f5ccfc73c5a0908ba9c680f9cf28ff983feb5271d0e2fe.webp), linear-gradient(-45deg, rgba(3, 104, 158, 0.75), rgba(3, 104, 158, 0));
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: cover;
  background-blend-mode: multiply;
  height: 80vh;
  height: 80dvh;
}
@media screen and (max-width: 560px) {
  .homepage header {
    height: 100vh;
    height: 100dvh;
  }
}

.placeholder-video {
  aspect-ratio: 16/9;
  width: 100%;
  border: 4px dashed #e0e0e0;
  margin: 10px 0 30px;
}

.team-input {
  display: none;
}

#team-jhu:checked ~ .team-tabs label[for=team-jhu] {
  color: #03689e;
  border-bottom-color: #03689e;
  transition: all 0.15s ease-in-out;
}
#team-jhu:checked ~ #team-panel-jhu {
  display: flex;
}

#team-utah:checked ~ .team-tabs label[for=team-utah] {
  color: #03689e;
  border-bottom-color: #03689e;
  transition: all 0.15s ease-in-out;
}
#team-utah:checked ~ #team-panel-utah {
  display: flex;
}

#team-intermountain:checked ~ .team-tabs label[for=team-intermountain] {
  color: #03689e;
  border-bottom-color: #03689e;
  transition: all 0.15s ease-in-out;
}
#team-intermountain:checked ~ #team-panel-intermountain {
  display: flex;
}

#team-clinics:checked ~ .team-tabs label[for=team-clinics] {
  color: #03689e;
  border-bottom-color: #03689e;
  transition: all 0.15s ease-in-out;
}
#team-clinics:checked ~ #team-panel-clinics {
  display: flex;
}

.team-tabs {
  display: flex;
  margin: 0 0 30px -15px;
  border-bottom: 2px solid #dfdfdf;
  transition: all 0.15s ease-in-out;
}
.team-tabs label {
  display: inline-flex;
  align-items: flex-end;
  border-bottom: 4px solid transparent;
  font-size: 1.8em;
  line-height: 1.1;
  padding: 5px 15px;
  margin: 0 15px -3px 0;
  color: #a0a0a0;
  transition: all 0.15s ease-in-out;
  text-align: center;
}
.team-tabs label:hover {
  color: #03689e;
  border-bottom-color: #d0d0d0;
}
@media screen and (max-width: 1024px) {
  .team-tabs label {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 560px) {
  .team-tabs label {
    font-size: 1.3em;
    padding: 5px 5px;
  }
}

.team {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
}
.team h4 {
  flex: 1 0 100%;
  margin-bottom: 15px;
}

.team-member {
  display: flex;
  flex: 1 0 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 560px) {
  .team-member {
    flex-direction: column;
  }
}
.team-member:has(+ hr) {
  margin-bottom: 0;
}
.team-member img {
  display: block;
  flex: 0 0;
  margin-right: 20px;
}
@media screen and (max-width: 560px) {
  .team-member img {
    margin: 0 0 15px;
  }
}
.team-member h3 {
  margin-bottom: 0px;
}
.team-member p {
  font-size: 1.6em;
}

.clinic {
  padding: 6px;
  background: #fcfcfc;
  box-shadow: #e0e0e0 0 1px 4px;
  margin: 0 0 10px 10px;
}

.updates-flex {
  display: flex;
  flex-direction: column;
}

.update {
  display: flex;
  margin: 10px 0;
  align-items: center;
}
@media screen and (max-width: 560px) {
  .update {
    flex-direction: column;
  }
}
.update:nth-of-type(even) dt {
  order: 2;
}
@media screen and (max-width: 560px) {
  .update:nth-of-type(even) dt {
    order: 1;
  }
}
.update:nth-of-type(even) .update-body {
  order: 1;
  margin-right: -20px;
  margin-left: 0;
}
@media screen and (max-width: 560px) {
  .update:nth-of-type(even) .update-body {
    order: 2;
    margin: 0;
  }
}
.update dt, .update dd, .update img {
  display: block;
  font-style: normal;
}
.update dt {
  flex: 0 0 400px;
  z-index: 2;
  order: 1;
}
@media screen and (max-width: 768px) {
  .update dt {
    flex: 0 0 50vw;
  }
}
.update dd p {
  text-align: left;
}
.update dd p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.update img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  padding: 0;
  box-shadow: rgba(68, 68, 68, 0.1) 0 1px 4px;
}

.update-body {
  order: 2;
  flex: 1 0;
  background: #fdfdfd;
  border: 1px solid #f0f0f0;
  box-shadow: rgba(68, 68, 68, 0.1) 0 1px 4px;
  border-radius: 2px;
  padding: 20px 20px 20px 40px;
  margin-left: -20px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 560px) {
  .update-body {
    margin: 0;
    padding: 20px;
    min-height: 0;
    width: 100%;
  }
}

.update-date {
  color: #999;
  font-size: 1.3em;
}

.update-title {
  font-size: 3.2em;
  color: #03689e;
  font-weight: 700;
  margin: 5px 0;
  line-height: 1.1;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}

.print-only {
  display: none;
}

@media screen and (max-width: 560px) {
  .-desktop-only {
    display: none;
  }
}

.-mobile-only {
  display: none;
}
@media screen and (max-width: 560px) {
  .-mobile-only {
    display: inline-block;
  }
}

[hidden] {
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  background: linear-gradient(-15deg, #f8f8f8, #f0f0f0);
}

main {
  padding: 30px calc((100vw - 1260px) / 2) 60px;
  min-height: calc(100vh - 365px);
  min-height: calc(100dvh - 365px);
}
@media screen and (max-width: 1024px) {
  main {
    padding: 30px 30px 60px;
  }
}
@media screen and (max-width: 560px) {
  main {
    padding: 30px 15px 60px;
  }
}

footer {
  background: #03689e;
  padding: 15px 0;
}
footer p {
  font: 400 1.2em "Roboto", Arial, Helvetica, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 15px 0px;
  margin: 0;
}

.footer-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-nav a {
  display: inline-block;
  font: 400 1.3em "Roboto", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  padding: 0 10px;
  line-height: 1.1;
  text-align: center;
}
.footer-nav a:hover {
  color: #fff;
}
.footer-nav a.current {
  color: #fff;
}

.footer-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 15px;
}
.footer-logos a {
  background-size: contain;
  display: inline-block;
  margin: 0 20px;
  mix-blend-mode: hard-light;
  opacity: 0.5;
  object-fit: contain;
  object-position: 50% 50%;
}
.footer-logos a:hover {
  opacity: 1;
}

.jhu-logo {
  background: transparent url(/assets/jhu-8d21094f984621086c9daac5a48d50d91865358fa688b5f65f5bb52050ef2f10.png) 100% 0 no-repeat;
  width: 221px;
  height: 40px;
}

.utah-logo {
  background: transparent url(/assets/utah-75d8bc0f9ef1ae3302579bec404f8e277bd67661435985ca506ea15c2bf4893d.png) 100% 0 no-repeat;
  width: 152px;
  height: 40px;
}

.ih-logo {
  background: transparent url(/assets/ih-4b00bc1c61b05a30d5c56e86aed10276e9bafc10ff8aeff86990acf245dae4ae.png) 100% 0 no-repeat;
  width: 130px;
  height: 40px;
}
