
/*Ask OASIS button on homepage - aligns the content in the grid*/
 @media screen and (min-width: 1201px) {
     .ask-oasis {
         grid-area: 1 / 1 / 1 / 5;
    }
     .ask-oasis a.gold-button {
         width: 600px !important;
    }
}
 @media screen and (min-width: 600px) and (max-width: 1200px) {
     .ask-oasis {
         grid-area: 1 / 1 / 1 / 3;
    }
     .ask-oasis a.gold-button {
         width: 500px !important;
    }
}
/*Artificial Intelligence button on homepage - aligns the content in the grid*/
 @media screen and (min-width: 1201px) {
     .gen-ai {
         grid-area: 4 / 1 / 4 / span 4;
    }
     .gen-ai a.gold-button {
         width: 600px !important;
    }
}
 @media screen and (min-width: 600px) and (max-width: 1200px) {
     .gen-ai {
         grid-area: 6 / 1 / 6 / 3;
    }
     .gen-ai a.gold-button {
         width: 500px !important;
    }
}
 li.ask-oasis a {
     background-color: #fdb71a;
     border-left: 5px solid #003b4c;
     border-right: 5px solid #003b4c;
     margin-top: -15px;
     margin-bottom: -15px;
     margin-right: 10px;
     height: 55px;
     font-weight: bold;
     padding-top: 10px !important;
     display: grid;
     grid-template-columns: 30% 1fr;
     align-items: center;
     justify-content: center;
     color: #003b4c !important;
     width: calc(100% + 10px);
}
 #universal-navigation li.ask-oasis a:hover, #universal-navigation li.ask-oasis a:focus {
     background-color: var(--green) !important;
     color: var(--slate) !important;
     text-decoration: none !important;
}
/*OASIS Bio Modals*/
 button.modal-bio {
     display: inline-flex;
     background-color: var(--gold);
     justify-content: center;
     align-items: center;
     min-height: 4rem;
     padding: 0 2rem;
     font-weight: bold;
     color: var(--slate);
     font-size: 1.8rem;
     line-height: 150%;
     text-decoration: none;
     border-radius: 2rem;
     border: none;
     margin: 1rem;
     text-align:center;
     margin: 10px;
}
 button.modal-bio:hover, button.modal-bio:focus {
     background-color: var(--green);
     color: var(--slate);
}
 .bio-bg {
     margin-top: -90px;
     padding-top: 90px;
     min-height: 310px;
}
 img.bio-photo {
     border-radius: 90px;
     width: 50%;
     height: auto;
     margin-left: 25%;
     border: 2px solid #fff;
}
 .modal-bio-block {
     width: 375px;
}
 @media screen and (min-width: 992px) and (max-width: 1240px) {
     .modal-bio-block {
         width: 295px;
    }
}
 @media screen and (min-width: 600px) and (max-width: 991px) {
     .modal-bio-block {
         width: 50%;
         margin-left: 25%;
    }
}
 @media screen and (max-width: 599px)  {
     .modal-bio-block {
         width: 75%;
         margin-left: 12.5%;
    }
}
 .bio-block {
     background-color: var(--slate);
     height: 200%;
     padding: 10px;
     margin-top: -85px;
     padding-top: 90px;
}
 .close-bio {
     float: right;
     font-size: 21px;
     font-weight: 700;
     line-height: 1;
     color: var(--slate);
     text-shadow: 0 1px 0 #fff;
     filter: alpha(opacity=20);
     opacity: 0.8;
     border: none;
     background-color: #fff;
}
 button.close-bio:hover, button.close-bio:focus {
     color: var(--cyan) !important;
}
 .modal-bio-header h2 {
     text-align: center;
     font-size: 5rem;
}
 .modal-dialog {
     width: 90%;
}
 img.bio-photo-lg {
     border-radius: 90%;
     align-self: center;
     width: 50%;
     margin-left:25%;
     margin-bottom: 15px;
     border: 2px solid #fff 
}
 @media screen and (max-width: 1024px) {
     img.bio-photo-lg {
         width: 25%;
         margin-left: 37.5%;
    }
}
 button.bio-mod-close {
     background-color: #003b4c !important;
     color: #fff !important;
     padding: 10px;
     font-size: 1.8rem;
     float: left;
     opacity: 1 !important;
     border-radius: 5px;
	 margin-top: -20px;
}
 button.bio-mod-close:hover, button.bio-mod-close:focus {
     background-color: #00687f !important;
}
/*for use with template 1_Standard Page (Centered Header/Extended Main)*/
 .centered-guide-header #s-lg-guide-name {
     width: 84%;
     margin-left: 8%;
     text-align: center;
     padding-left: 0px !important;
     margin-bottom: 50px;
     margin-top: -275px;
}
 @media screen and (min-width: 1025px) {
     #extended-main #s-lg-guide-main {
         width: 90% !important;
    }
}
 @media (min-width: 2002px) {
     #extended-main #s-lg-guide-main {
         margin-top: 75px;
    }
}
 p.blog-date, p.blog-author {
     font-family: var(--headers);
     font-size: 30px;
     text-align: center;
}
 @media screen and (min-width: 1220px) {
     .centered-guide-header #s-lg-guide-name {
         margin-top: -260px !important;
    }
     div#s-lg-box-30391638 {
         background-color: transparent;
    }
     .byline-date {
         margin-top: -175px;
    }
     p.blog-date {
         font-family: var(--headers);
         font-size: 30px;
         color: #fff;
         text-align: center;
    }
     p.blog-author {
         font-family: var(--headers);
         font-size: 30px;
         color: #fff;
         text-align: center;
    }
}
 p.author-bio {
     font-size: 1.6rem;
     width: 80%;
     margin-left: 10%;
     display: inline-block;
}
 @media screen and (min-width: 2002px) {
     .byline-date {
         margin-top: -255px;
    }
     p.author-bio {
         width: 60% !important;
         margin-left: 20% !important;
    }
}