.elementor-kit-6747{--e-global-color-primary:#A12E40;--e-global-color-secondary:#4157BE;--e-global-color-text:#000000D1;--e-global-color-accent:#F0F0F0;--e-global-color-13ea347:#FFE84F;--e-global-color-afa6ce0:#C3303E;--e-global-color-1c02e68:#B91C28;--e-global-color-6d4de28:#D96770;--e-global-color-8034ec9:#EEEEEE;--e-global-color-6d45512:#E3939A;--e-global-color-6029b39:#681A20;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-font-style:italic;--e-global-typography-secondary-line-height:1.1em;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1.5em;--e-global-typography-bf8c6e6-font-size:66px;--e-global-typography-bf8c6e6-font-weight:100;background-color:#000000;color:var( --e-global-color-text );}.elementor-kit-6747 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6747 a{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
    background-color: black;
    margin: 0;
}
body:before {
    display: block;
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0.5;
    background-image: url("https://lasp.colorado.edu/maven/files/2023/10/maven-page-background.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:cover;
}

div.elementor-text-editor{
    max-width: 960px !important;
}

p a {
    color: var( --e-global-color-secondary);
    text-decoration: underline dotted !important;
}

p a:hover {
    color: var( --e-global-color-secondary);
    filter: brightness(150%);
}

.elementor-button {
    border-radius: 4px !important;
}

.wp-caption {
    margin-top: 2em;
    margin-bottom: 2em;
}
.elementor-col-33 .wp-caption:first-child {
    margin-top: 0;
}

.widget-image-caption, .wp-caption-text {
    text-align:left;
    font-size:.85em;
    line-height: 1.2;
    margin-top: 0.3em;
}

@media (max-width: 768px) {
 .widget-image-caption, .wp-caption-text {
    text-align:center;
  }
}/* End custom CSS */