@charset "UTF-8";
/* CSS Document
Client: Someone
Company: Informatics, Inc
Author: Jeff S
Date: Now
*/

:root {
    --primary: #EDBB4E;
    --secondary: #04304D;
    --dark: #04304D;
    --gradient: linear-gradient(180deg, rgba(195,156,48,1) 0%, rgba(180,129,39,1) 100%);

    --gray: #eee;
    --light: #f4f4f4;
    --text: rgba(0,0,0,.75);
    --light-text: rgba(255,255,255,.75);

    --header: 'Playfair Display', serif;
    --body: 'Ubuntu', sans-serif;
    --script: 'Merriweather', serif;

    --spacer: 50px;
    --side-width: 25px;
    --max-width: 1150px;
    --header-height: 100px;
    --transition: all 0.35s cubic-bezier(0, 0.55, 0.45, 1);
}

/* Animations */
.animate-fast, .ccm-page a, .btn-text a:after, .feature-link *, .person-item * {transition: all 0.35s cubic-bezier(0, 0.55, 0.45, 1);}
.swing {transition: all 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);}
.animate-zip, #menu {transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);}

/* TYPOGRAPHY */
html {font-size: 100%;}
body {margin: 0; font-size: 1rem; background: var(--bkg); font: 1.1em/1.5 var(--body), sans-serif; color: var(--text);-moz-font-feature-settings: "liga" on; overflow-x: hidden; font-feature-settings: normal;}
.light-on-dark {-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;}
img {max-width: 100%; height: auto;}
  
h1, h2, h3, h4 { font-family: var(--header); color: var(--dark); margin: 0 0 2rem 0; line-height: 1.1; font-weight: 400;}
h1 {font-size: 2.5rem; color: #fff; font-weight: 700; margin: 0;}
h2 {font-size: 1.75rem; letter-spacing: -.5px; position: relative;}
h3 {font-size: 1.35rem; letter-spacing: -.25px; font-weight: 600;}
h4 {Font-size: 1.2rem; font-family: var(--header); margin: 0 0 .75rem 0; font-weight: 700;}
h2 + p {margin-top: -.5rem;}

p, ul, ol {margin: 0 0 1.75rem 0;}
.preheader {color: var(--primary); text-transform: uppercase; font-weight: 800; letter-spacing: 2px; margin: 0 0 .5rem 0;}
.lead {font-size: 1.25rem; font-weight: 300; border-left: 5px solid var(--primary); padding: 0 0 0 25px;}
.hgroup {text-align: center; margin: 0 0 3rem 0;}
.hgroup h2 {padding: 0 0 1rem 0;}
.hgroup h2:after {width: 50px; height: 5px; content: ""; position: absolute; left: calc(50% - 25px); top: 100%; background: var(--primary);}
.hgroup p {font-size: 1.5rem; font-weight: 300; max-width: 700px; margin: 0 auto 3rem auto;}
hr {border: none; border-top: 1px solid #ccc; margin: 35px 0;}
.fun-list ul {list-style: none; padding: 0;}
.fun-list ul li {padding: 10px 0 10px 25px; margin: 0; position: relative; border-bottom: 1px dotted #999;}
.fun-list ul li:before {content: "\f00c";font-family: FontAwesome; position: absolute; left: 0; top: 10px; color: var(--primary);}
.fun-list ul li:last-of-type {border: none;}

.box {background: #eee; padding: 25px; border-radius: 15px;}

/* LINKS */
a {color: var(--primary);}
a {text-decoration: underline;}
a:hover {text-decoration: none;}

a.btn-theme, .btn-theme > a, .mem-search-filter .btn-abp.btn, button.btn-theme.submit, button {padding: 15px 25px; text-transform: uppercase; display: inline-block; background: var(--secondary); color: #fff; text-decoration: none; font-family: var(--body); letter-spacing: 2px; font-size: .8rem; box-shadow: 5px 5px 0 rgba(0,0,0,.1); position: relative; z-index: 5; border-radius: 5px; overflow: hidden; font-weight: 700; border: none;}
a.btn-theme:before, .btn-theme > a:before, span.btn-theme:before, .mem-search-filter .btn-abp.btn:before, button:before {content: ''; position: absolute; width: 100%; transform: scaleX(0); height: 100%; top: 0;left: 0; background-color: var(--primary);transform-origin: bottom right; transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1); z-index: -1; }
a.btn-theme:hover:before, .btn-theme > a:hover:before, span.btn-theme:hover:before, .mem-search-filter .btn-abp.btn:hover:before, button:hover:before  {transform: scaleX(1);transform-origin: bottom left;}

a.btn-text, .btn-text > a, span.btn-text {color: var(--secondary); font-weight: 700; text-transform: uppercase; letter-spacing: 1px; position: relative; text-decoration: none;}
.btn-text a:after, span.btn-text:after {width: 40px; height: 2px; background: var(--secondary); content: ""; display: block; position: absolute; left: calc(100% + 15px); top: calc(50%);}
.btn-text a:hover:after {width: 50px;}
.btn-text a:hover {padding: 0 0 0 5px;}

.btn-file > a {padding: 15px 15px 15px 60px; letter-spacing: 1px; display: inline-block; color: var(--primary); background: #eee; border-radius: 4px; display: block; position: relative; overflow: hidden;}
.btn-file > a:before {content: "\f15b";font-family: FontAwesome; background: var(--secondary); position: absolute; left: 0; top: 0; bottom: 0; padding: 15px; color: #fff; transition: var(--transition);}
.btn-file > a:hover {background: #f4f4f4;}
.btn-file > a:hover:before {background: var(--primary);}

/* LAYOUT & UTILITY */
.content section, .content .section {padding: var(--spacer) var(--side-width); position: relative;}
.content section.section-short {padding: 0 var(--side-width);}
.grid {display: grid; gap: 25px;}
.grid-auto-4 {display: grid; grid-template-columns: repeat( auto-fit, minmax(225px, 1fr) );}
.bkg-light {background: rgba(228,230,235,1); position: relative; z-index: 5;}
.bkg-tall > .bkg-light {background: #cacaca url(../img/bkg-triangles.jpg) no-repeat left top; background-size: cover;}
.bkg-light > img {position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; opacity: .15; z-index: -1; mix-blend-mode: multiply; display: none;}
.bkg-light:after {width: 100%; height: 100%; background: url(../img/bkg-triangles.jpg); content: ""; position: absolute; left: 0; top: 0; z-index: -1; opacity: 1; background-position: left center; opacity: .7;}

/* PAGE HEADER */
.page-header {margin: 0; position: relative;}
.page-header .text {text-align: center; position: relative; z-index: 1; padding: 50px; color: #fff; height: 100%; display: flex; justify-content: center; flex-direction: column;}
.page-header .text h1 {text-shadow: 4px 4px 0 rgba(0,0,0,.1);}
.page-header .text p {max-width: 775px; margin: 0 auto 1rem auto; font-family: var(--script); position: relative; padding-top: 25px; border: none;}
.page-header .text p.lead:before {width: 50px; height: 5px; background: var(--primary); content: ""; position: absolute; left: calc(50% - 25px); top: 0;}
.page-header figure {overflow: hidden; background: #111; position: absolute; left: 0; top: 0; height: 100%; width: 100%; z-index: -1;}
.page-header figure img {opacity: .25; width: 100%; height: 100%; object-fit: cover;}
.page-header .breadcrumb {display: flex; justify-content: center; font-size: .9rem;background-color: transparent;border-radius: 4px;}
.page-header .breadcrumb li, .page-header .breadcrumb a {margin: 0 5px; font-weight: 300;}
.page-header .breadcrumb li + li::before {content: "/"; opacity: .3; margin-left: -8px;}

#hero h1 {margin-bottom: 1.25rem;}
#hero figure {background: #0b0d20;}
#hero figure img {position: absolute; left: 0; top: 0; mix-blend-mode: screen;}
#hero figure .parallax-1, #hero figure .parallax-2 {width: 100%; height: 100%; display: inline-block; position: absolute;}
#hero figure .layer-one {object-fit: contain;animation: pulse 1.5s linear infinite;}
#hero figure .layer-two {object-fit: scale-down;animation-name: spin; animation-duration: 105000ms; animation-iteration-count: infinite; animation-timing-function: linear; opacity: .15;}
#hero figure .layer-three {opacity: 1; z-index: -1;}
@keyframes pulse {
  0% {-webkit-transform: scale(1.05);transform: scale(1.05);}
  50% {-webkit-transform: scale(0.9);transform: scale(0.9);}
  100% {-webkit-transform: scale(1);transform: scale(1);}
}
@keyframes spin { from {  transform:rotate(0deg); } to { transform:rotate(360deg);}}
.hpg-cta {padding: 0 var(--side-width); background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(228,230,235,1) 100%);;}
#hero .hero-img {opacity: .25;}

/* Feature Icon */
.feature-icon {padding: 25px 25px 25px 75px; color: var(--light-text); text-decoration: none; font-size: .9rem; position: relative; background: rgba(0,0,0,.5); border-radius: 15px; background:var(--primary);}
.feature-icon h3 {color: #fff; margin: 0 0 .5rem 0;}
.feature-icon .fa {color: var(--primary); font-size: 2rem; position: absolute; left: 25px; top: 20px;}

/* CUSTOM COMPONENTS */
img.img-left, .img-left img, img.img-right, .img-right img {margin: 10px 0;}

/* -- Image Compo -- */
.img-combo {position: relative; padding: 0 0 100px 50px;}
.img-combo img:nth-of-type(2) {position: absolute; left: 0; bottom: 0; width: 40%; border: 15px solid #fff; border-left: 0; border-bottom: 0;}
.img-combo:after {position: absolute; right: -50px; bottom: 50px; width: 150px; height: 150px;content: ""; z-index: -1; border: 15px solid var(--secondary);}

/* -- Page Link Feature --*/
.feature-link {position: relative; background: var(--dark); color: var(--light-text); font-size: .9rem; overflow: hidden; box-shadow: 15px 15px 25px rgba(0,0,0,.3); text-decoration: none; top: 0; display: block;}
.feature-link img, .feature-link figure {position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.feature-link .text .preheader {font-size: .7rem;}
.feature-link .text {position: relative; z-index: 5; padding: 250px 35px 35px 35px; background: rgba(0,0,0,.5); background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,.75) 50%)}
.feature-link .text h3 {margin: 0 0 15px 0; color: #fff;}
.feature-link .text p:last-of-type {margin: 0 0 1rem 0;}
.feature-link .text i {font-size: 2rem; color: var(--secondary); margin: 0 0 1rem 0;}
.feature-link:hover img {transform: scale(1.1);}
.feature-link:hover .btn-text:after {width: 50px; transition: var(--transition);}

.hpg-cta.grid {gap: 25px;}
.hpg-cta .feature-link {border-left: 5px solid var(--primary); background: var(--primary); background:#f9f9f9; box-shadow: 0 0 25px rgba(0,0,0,.25); border-radius: 0 15px 15px 0; position: relative;}
.hpg-cta .feature-link img {opacity: .1; display: none;}
.hpg-cta .feature-link .text {padding: 25px 25px 25px 65px; background: None; color: var(--text);}
.hpg-cta .feature-link .text h3 {color: var(--dark);}
.hpg-cta .feature-link i {position: absolute; left: 18px; top: 30px;}
.hpg-cta .feature-link i.underlay {color: #eee; left: auto; top: auto; right: 0; bottom: -1rem; font-size: 7rem; transform: rotate(-45deg);z-index: -1;}
.hpg-cta .feature-link:hover { top: -5px;}
.hpg-cta .feature-link:hover i {color: var(--primary);}
.hpg-cta .feature-link:hover i.underlay {color: #eee; right: 5px;}

/* Date Item */
.date-item {display: grid; grid-template-columns: 85px auto; gap: 25px; align-items: flex-start;}
.date-item .text {font-size: .9rem;}
.date-item .text p:last-of-type {margin: 0;}
.date-item .text h3 {margin: 0 0 1rem 0;}
.date-item-day {box-shadow: 5px 5px 0 rgba(0,0,0,.2); overflow: hidden;}
.date-item-day > * {display: block; text-align: center; text-transform: uppercase; background: #fff; padding: 5px;}
.date-item .month {display: block; background: var(--secondary); color: #fff; font-size: .8rem; font-weight: 700; letter-spacing: 2px;}
.date-item .day {display: block; font-size: 2.25rem; padding: 0;}
.bkg-dark {background: var(--dark); z-index: 5; background: #111;}
.bkg-dark > img {position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; opacity: .15; z-index: -1;}
.bkg-dark .hgroup h2 {color: #fff; margin: 0 0 3rem 0;}
.bkg-dark .date-item {color: var(--light-text);}
.bkg-dark .date-item h3 {color: #fff;}
.bkg-dark .date-item-day > * {background: rgba(0,0,0,.75); color: var(--primary);}
.bkg-dark .date-item-day .month { background: Var(--primary); color: #fff;}

/* PAGE FOOTER */
.footer {padding: var(--spacer) var(--side-width) 0 var(--side-width); background: var(--dark); color: var(--light-text); font-size: .9rem; position: relative; z-index: 5;}
.footer > img {position: absolute; width: 100%; height: 100%; object-fit: cover; left: 0; top: 0; z-index: -1; opacity: .15;}
.footer .footer-cols {display: grid; grid-template-columns: repeat( auto-fit, minmax(200px, 1fr)); gap: 50px;}
.footer h3 {color: #fff; font-size: 1.5rem; margin: 0 0 1rem 0;}
.footer ul {list-style: none; padding: 0 0 0 0; margin: 0;}
.footer ul a {color: var(--light-text); display: block; padding: 5px 5px 5px 0; text-decoration: none;}
.footer ul a:hover {padding: 5px 0 5px 5px; text-decoration: underline; color: #fff;}
.footer img {margin: 0 0 2rem 0;}
.footer .copy {font-size: .8rem; display: flex; justify-content: space-between; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.25); margin-top: 50px;}
.footer .copy p {margin: 0; opacity: .5;}
.footer .social {display: flex; margin: 0 0 2rem 0;}
.footer .social a {color: var(--primary); padding: 10px; background: rgba(0,0,0,.5); width: 50px; height: 50px; border-radius: 50%; font-size: 1.2rem; display: flex; justify-content: center; flex-direction: column; text-align: center; text-decoration: none; margin: 0 10px 0 0;}
.footer .social a:hover {background: none; color: #fff; padding: 0; text-decoration: none;}
.footer .btn-text a {color: var(--primary);}
.footer .btn-text a:after {background: var(--primary);}
/* Secondary */
.sidebar > * {margin: 0 0 2rem 0;}
#sec-nav ul {list-style: none; padding: 0; margin: 0;}
#sec-nav ul a {padding: 15px; display: block; background: #eee; text-decoration: none; color: var(--text); margin: 0 0 5px 0; font-size: .9rem; position: relative;}
#sec-nav ul a:hover {padding: 15px 10px 15px 20px; background: #ddd;}
#sec-nav ul a:after {content: "\f061";font-family: FontAwesome; position: absolute; right: 10px; opacity: .2;}
#sec-nav ul .nav-path-selected a {border-left: 5px solid var(--primary); font-weight: 700; background: #ddd;}
#sec-nav ul .nav-path-selected a:after {color: var(--primary); opacity: 1;}

/* Filter */
#filter, .mem-search-filter {background: var(--light); padding: 25px; border-left: 5px solid var(--primary); border-radius: 0 10px 10px 0; margin: 0 0 2rem 0;}
#filter .filter-row, .mem-search-filter .search-filter-controls {display: grid; gap: 10px;}
#filter .filter-row .col label, .mem-search-filter .search-filter-controls .search-item label {display: block; font-weight: 700; font-size: .8rem; text-transform: uppercase; letter-spacing: 1px; margin: 0 0 .5rem 0;}
#filter .filter-row .col input, #filter .filter-row .col select, .mem-search-filter .search-filter-controls .search-item input, .mem-search-filter .search-filter-controls .search-item select {margin: 0; padding: 10px; border: 1px solid #ccc; height: 45px; font-size: .85rem;}
#filter .filter-row .search-btns, .mem-search-filter .search-filter-controls .search-item-go {display: flex; align-items: center; padding-top: 25px;}
#filter .filter-row .search-btns .btn-text, .mem-search-filter .search-filter-controls .search-item-go .btn.btn-default {font-size: .8rem; padding: 15px; display: inline-block; margin-left: 10px;}
/* .mem-search-filter .search-filters .search-item-go {margin: 15px 0;} */
.mem-search-filter .search-filters .search-item-go .btn.btn-default {padding: 15px 25px; text-transform: uppercase; display: inline-block; background: transparent; color: var(--secondary); text-decoration: none; font-family: var(--header); letter-spacing: 2px; font-size: .8rem; position: relative; z-index: 5; border-radius: 5px; overflow: hidden; font-weight: 700; line-height: 1.5; border: 0 solid transparent; }
.mem-search-filter .search-filters .alphabet-search {color: var(--primary);}
.mem-search-filter .search-count {font-size: .85rem;}

.grid-search, .search-results {display: grid; grid-template-columns: repeat( auto-fill, minmax(195px, 1fr) ); gap: 25px; margin-bottom: 25px;}
.person-item figure, .person-list-item figure {overflow: hidden;}
.person-list-item figure {display: block; margin: -15px -15px 15px;}
.person-item figure img, .person-list-item figure img {transition: var(--transition);width: 100%;}
.person-item:hover figure img, .person-list-item:hover figure img {transform: scale(1.1);}
.person-item .text, .person-list-item {background: var(--light); padding: 15px; font-size: .85rem; text-align: center;}
.person-item .text > *, .person-list-item h3, .person-list-item p, .person-list-item span {margin: 0 0 .5rem 0;}
.person-item .text h3, .person-list-item h3 {font-size: 1.25rem; font-weight: 700;}
.person-item .text p:nth-of-type(3) {margin: 0;}
.person-list-item p {overflow-wrap: break-word; word-wrap: break-word; word-break: break-word;}
.person-list-item p a {display: inline-block; margin: 4px 0; vertical-align: initial;}
.person-item .text .fa, .person-list-item .fa {margin: 0 6px 0 0; color: var(--primary);}
.pagination > li > a, .pagination > li > span {color: var(--primary); border: 1px solid var(--light);}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {color: #23527c; background-color: var(--light); border-color: var(--light);}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {background-color: var(--primary); border-color: var(--primary);}

/* -------------------*/
/*  TABLET           */ @media (min-width: 768px) {
/* -----------------*/
/* GLOBALS */ 
h1 {font-size: 4rem; line-height: 1;}
.grid-1fr-1fr-1fr {grid-template-columns: 1fr 1fr 1fr;}
.lead {font-size: 1.35rem;}
img.img-left, .img-left img {float: left; margin: 0 20px 20px 0;}
.img-right, .img-right img {float: right; margin: 0 0 20px 20px;}
#hero {min-height: 650px; height: 80vh;}
#hero .text {padding: 175px 0 150px 0;}

/* Filter */
#filter .filter-row, .mem-search-filter .search-filter-controls {display: grid; grid-template-columns: repeat( auto-fit, minmax(100px, 1fr) );}
}

/* -------------------*/
/*  DESKTOP          */ @media (min-width: 1024px) {
/* -----------------*/
/* GLOBALS */
:root {--header-height: 130px;}
h2 {font-size: 2.5rem;}
h3 {font-size: 1.5rem;}

img.img-left, .img-left img {float: left; margin: 0 25px 20px 0;}
img.img-right, .img-right img {float: right; margin: 0 0 20px 25px;}

#hero {min-height: 650px; height: 80vh;}
.grid {gap: 50px;}
.grid-gap-small {gap: 25px; margin-bottom: 25px;}
.grid-1fr-1fr {grid-template-columns: 1fr 1fr;}
.grid-2fr-1fr {grid-template-columns: 1.25fr 1fr;}

.grid-sidebar {grid-template-columns: 1.25fr 3fr;}
.grid-sidebar .col:first-of-type {order: 1;}
section.extra-pad {padding: 100px var(--side-width);}

#filter .filter-row, .mem-search-filter .search-filter-controls {display: grid; gap: 25px;}

/* PAGE HEADER */
.page-header {margin: var(--header-height) 0 0 0;}
#hero h1 {font-size: 4.5rem;}
#hero + .hpg-cta .feature-link {margin: -175px 0 0 0; position: relative; z-index: 5;}
.feature-icon:hover {top: -10px;}

/* PAGE HEADER */ 
.page-header {margin-top: 0;}
.page-header .text {padding: calc(100px + var(--header-height)) 100px 100px 100px;}


}
/* -------------------*/
/*  BIG OLE' DESKTOP */ @media (min-width: 1300px) {
/* -----------------*/
/* GLOBALS */
:root {
    --side-width: calc( (100vw - var(--max-width))/2 );
    --spacer: 50px;
}
}

/* -------------------*/
/*  MAIN MENU        */ 
/* -----------------*/
/* MENU GLOBAL */
/*commenting out html.noscroll class as it is stopping menu to scroll in mobile view - AS*/
/*html.noscroll {overflow: hidden;}*/
body.noscroll {overflow: visible; height: 100%;}
#site-header {width: 100%; padding: 10px 15px; background: #fff; box-shadow: 0 15px 15px rgba(0,0,0,.1); border-top: 4px solid var(--primary);}
#logo {max-width: 235px; display: block; background: #fff;display: flex;/*! justify-content: center; *//*! align-content: center; */align-items: center;}
/*
#logo img {image-rendering: -moz-crisp-edges; 
  image-rendering: -o-crisp-edges; 
  image-rendering: -webkit-optimize-contrast; 
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; }
*/
.nav-main a {display: block; padding: 10px 0; font-size: .9rem; text-decoration: none; color: var(--dark); font-family: var(--body); font-weight: 700;}
.nav-main li:hover > a {opacity: 1; color: var(--primary);}
.nav-main .btn-theme a, button {font-size: .8rem; color: #fff; text-align: center;}
.nav-main ul {list-style: none; padding: 0; margin: 0 0 1rem 0;}
.nav-main ul a {padding: 7px 10px; font-size: .9rem; border-top: 1px dotted #ccc; font-weight: 400;}
.nav-main ul a:hover {padding: 7px 5px 7px 15px;}

/* ONLY MOBILE */
@media (max-width: 1024px) {
#menu-toggle {background: none; border: none; background: var(--dark); color: #fff; padding: 10px; display: flex; align-items: center;/*! color: var(--primary); */}
#menu-toggle .fa {margin: 0 0 0 5px;}
.nav-main .btn-theme a, button {margin: 1rem 0 3rem 0;}
.navbar-header:before, .navbar-header:after {display: none;}
.navbar-header {display: flex; justify-content: space-between;}

}
/* ONLY TABLET */
@media (min-width: 600px) and (max-width: 1024px) {
#menu {padding: 50px 100px;}
}
/* ONLY DESKTOP */
 @media (min-width: 1024px) {
#header-wrap {position: fixed; top: 0; width: 100%; z-index: 15;}
#site-header {display: flex; justify-content: space-between; align-items: center; padding: 0 var(--side-width);}
#site-header.scroll {padding: 0 var(--side-width);}
#site-header.scroll .nav-main > li > a {padding: 35px 10px;}
#site-header.scroll .nav-main .btn-theme a {padding: 15px;}
#menu-toggle {display: none;}
#logo {max-width: 250px;}
#menu {display: flex; justify-content: space-between;}
.nav-main {display: flex; align-items: center; margin-left: 25px;}
.nav-main a {padding: 55px 10px; font-weight: 400;}
.nav-main .nav-path-selected > a {font-weight: 700; color: var(--primary);}
.nav-main .btn-theme a {padding: 20px 15px; margin-left: 10px; opacity: 1; color: #fff; font-weight: 700;}
.nav-main .btn-theme a:hover, button:hover {color: #fff;}
.nav-main li {position: relative;}
.nav-main ul {position: absolute; left: calc(50% - 125px); top: 95%; z-index: 15; background: #fff; width: 250px; padding: 15px; opacity: 0; visibility: hidden; transition: var(--transition); box-shadow: 0 10px 25px rgba(0,0,0,.2);}
.nav-main ul:before {border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid var(--primary); position: absolute; left: calc(50% - 7px); top: -5px; content: "";}
.nav-main li:hover ul {opacity: 1; visibility: visible; top: 100%;}
.nav-main ul li:first-of-type a {border: none;}
}
/* ONLY WIDE SCREEN */
@media (min-width: 1200px) {
  #site-header.scroll .nav-main > li > a {padding: 35px 15px;}
  .nav-main a {padding: 40px 15px; font-size: 1rem;}
  #logo {max-width: 285px;}
}

/*  PROCESS MODULE */
#process {background: #222; box-shadow: 10px 10px 25px rgba(0,0,0,.2);}
#process nav {display: grid; grid-template-columns: 1fr 1fr; background: #555;}
#process nav a {display: block; background: linear-gradient(122deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.85) 100%); padding: 0; color: rgba(255,255,255,.5); text-decoration: none; font-size: .9rem; opacity: 1; position: relative; display: flex; align-items: center;font-family: 'Ubuntu Condensed', sans-serif; font-weight: 400; height: 100%;}
#process nav a.active {background: var(--primary); opacity: 1; color: #fff;}
#process nav a span {font-size: 1.5rem;  border-right: 1px solid rgba(255,255,255,.25); padding: 5px; margin: 0 5px 0 0;height: 100%; display: flex; align-items: center;}
#process nav a:hover {color: #fff;}
#process .text {background: #fff; padding: 20px; box-shadow: 0 0 15px rgba(0,0,0,.2); font-size: .9rem; height: 100%; overflow-y: scroll; z-index: 5; position: relative;}
#process .text p {margin: 0 0 1rem 0;}
#process .text h2 {font-size: 1.65rem; margin: 0 0 1rem 0;font-family: 'Ubuntu Condensed', sans-serif; letter-spacing: -1px;}
#process .text p.preheader {margin: 0 0 .5rem 0;}
#process .text p.preheader + h2 {margin: -5px 0 1rem 0;}
#process .text ul {margin: 0 0 1.5rem 0; padding: 0 0 0 25px; list-style: square;}
#process .text ul li::marker {color: var(--primary);}
#process .text ul li {line-height: 1.1; margin: 0 0 .5rem 0;}

#process .display {position: relative; height: 1450px; width: 100%;}
#process .display .slide {position: absolute; left: 0; top: 0; width: 100%; transition: var(--transition);}

#process .slide {opacity: 0; visibility: hidden;}
#process .slide.active {opacity: 1; visibility: visible; top: 0;}
#process .slide figure img {max-height: 325px; width: 100%; height: 100%; object-fit: cover; object-position: center top;}

@media (min-width: 768px) { #process .display {height: 900px;}}

/* -------------------*/
/*  ONLY MOBILE      */ @media (max-width: 1023px) {
/* -----------------*/
#process .text {width: 90%; margin: -40px 0 0 5%;}
}

/* -------------------*/
/*  DESKTOP          */ @media (min-width: 1024px) {
/* -----------------*/
#process {position: relative;}
#process nav {position: absolute; left: 0; top: 0; z-index: 5; height: 100%; width: 225px; grid-template-columns: 1fr; background: none;}
#process nav a {font-size: 1.25rem; padding: 25px 25px 25px 75px; line-height: 1;}
#process nav a span {position: absolute; left: 0; top: 0; padding: 0 15px; font-size: 1.75rem; border: none;}
#process nav a span:before {position: absolute; right: 0; top: 0; background: #fff; width: 1px; height: 100%; content: ""; opacity: .2;}
#process nav a span:after { border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 7px solid #fff; content: ""; position: absolute; right: -5px; top: 50%; opacity: .5;}
#process nav a:first-of-type span:before {height: 50%; top: 50%;}
#process nav a:last-of-type span:before {height: 50%; top: 0;}

#process .display {position: relative; height: 675px; overflow: hidden;}
#process .slide {height: 100%;}
#process .slide figure, #process .slide figure img {width: 100%; height: 100%; object-fit: cover;}
#process .slide figure img {max-height: none;}

#process .text {position: absolute; left: 255px; top: 15px; bottom: 15px; overflow-y: scroll; z-index: 10; width: 350px; padding: 25px; background: rgba(255,255,255,.9); height: auto; opacity: 0; transition: var(--transition); transition-delay: 100ms;}
#process .text h2 {font-size: 2.25rem;}
#process .active .text {left: 240px; opacity: 1;}

}

/* SITE ALERT */
#site-alert {background: #fff; font-size: .9rem;}
.site-alert {padding: 5px; color: #fff; background: #c82f2a; display: flex; gap: 15px; justify-content: center; align-items: center; font-size: .85rem;}
.site-alert > * {margin: 0;}
.site-alert .btn-theme a {padding: 10px; color: #fff; background: rgba(0,0,0,.5); display: flex; font-size: .7rem;}
.site-alert .btn-theme a:before {background: rgba(0,0,0,.5);}

/* PAGE LIST */
.page-list {display: grid; grid-template-columns: repeat( auto-fit, minmax(210px, 1fr) ); gap: 15px;}
.page-list-item {text-decoration: none; text-align: center; position: relative; padding: 0 0 35px 0; background: #f4f4f4; color: var(--text);}
.page-list-item figure {margin: 0 0 1rem 0;}
.page-list-item .text {padding: 0 15px;}
.page-list-item h3 {font-size: 1.25rem; margin: 0 0 1rem 0;}
.page-list-item p {font-size: .85rem; color: var(--text); margin: 0 0 1rem 0;}
.page-list-item span {position: absolute; bottom: 0; left: 0; width: 100%; font-size: .85rem; text-transform: uppercase; padding: 7px; background: var(--primary); color: #fff;}
.page-list-item:hover span {text-decoration: underline; background: var(--secondary); color: #fff;}

section + section > hr:first-of-type {margin-top: -25px;}

/* Person Block CSS */

.person-list {display: grid; grid-template-columns: repeat( auto-fill, minmax(145px, 1fr)); gap: 15px;}
.person-list .person-item { text-decoration: none; text-align: center; overflow: hidden; color: var(--text);}
.person-list .person-item img { width: auto; height: 330px; object-fit: cover; object-position: center center; margin: 0;}
.person-list .person-item:hover img { transform: scale(1.1);}
.person-list .person-item .text {background: var(--light); position: relative; z-index: 5; display: flex; flex-direction: column; padding: 0; min-height: 125px;}
.person-list .person-item .text .fa {color: #fff;}
.person-list .person-item span {background: var(--primary); padding: 10px; color: #fff; font-size: .85rem; text-transform: uppercase; display: block; margin-top: auto; position: absolute; bottom: 0; width: 100%; margin: 0;}
.person-list .person-item:hover span {background-color: var(--secondary);}
.person-list .person-item p {padding: 0 10px;min-height: 50px; color: var(--text);}
.person-list .person-item p.title {margin: 0 0 10px 0;text-transform: capitalize; color: var(--text);}
.person-list .person-item h3 {padding: 15px 15px 0 15px; margin: 0 0 10px 0; font-size: 1.25rem; font-weight: 300; color: var(--dark);}

.person-popover .modal-dialog {width: 90%; margin: 25px auto;}
.person-popover .modal-dialog figure {background: #cacaca url(../img/bkg-triangles.jpg) no-repeat left bottom; text-align: center; padding: 50px;}
.person-popover .modal-dialog figure img {margin: 0 0 -100px 0;}
.person-popover .modal-dialog .text {padding: var(--spacer) 25px 25px 25px; background: #fff;}
.person-popover .modal-dialog .text p {font-size: 1.15rem; font-weight: 300;}
.person-popover .modal-dialog .text p a {font-weight: 300;}
.person-popover .modal-dialog .text h2 {font-size:1.85rem; font-weight: 300; border-left: 5px solid var(--primary); padding: 0 0 0 25px;}
.person-popover .modal-dialog .text h2:first-child {padding: 0; border-left: 0 solid transparent; font-size: 2.5rem; line-height: 1.1; font-weight: 400;}
.person-popover .modal-dialog .text h4 {margin: 35px 0 15px 0;}
.person-popover button.close {font-size: 3rem; width: 52px; height: 52px; border-radius: 50%; color: #fff; background: var(--dark); opacity: .8; position: absolute; top: -15px; right: -15px; border: 2px solid #fff;}
.person-popover button.close > span {position: relative; display: inline-block; top: -.25rem; }
.modal-backdrop.in {opacity: .8;}

/* Bootstrap Expand Nav Tablet Too */
@media (max-width: 992px) {
  .navbar-header {float: none;}
  .navbar-left,.navbar-right {float: none !important;}
  .navbar-toggle {display: block;}
  .navbar-collapse {border-top: 1px solid transparent;box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);}
  .navbar-fixed-top {top: 0;border-width: 0 0 1px;}
  .navbar-collapse.collapse {display: none!important;}
  .navbar-nav {float: none!important;margin-top: 7.5px;}
  .navbar-nav>li {float: none;}
  .navbar-nav>li>a {padding-top: 10px;padding-bottom: 10px;}
  .collapse.in {display:block !important;}
}

@media (min-width: 768px) {
    .person-list {grid-template-columns: repeat( auto-fill, minmax(160px, 1fr));}
    .person-list {display: grid; grid-template-columns: repeat( auto-fit, minmax(200px, 1fr)); gap: 35px; justify-items: start;}
    .person-list.person-item p {font-size: .85rem;}
}

@media (min-width: 1100px) {
    .person-list .person-item img {object-position: center top;}

    .person-popover .modal-dialog {display: grid; grid-template-columns: 1fr 2fr; max-width: 1200px; top: 50px; box-shadow: 0 0 50px rgba(0,0,0,.25);}
    .person-popover .modal-dialog figure {position: relative;}
    .person-popover .modal-dialog figure img {margin: 0; position: initial; left: 50px; top: 50px; right: 0; bottom: 50px; object-fit: cover; width: 100%;}
    .person-popover .modal-dialog .text {display: flex; flex-wrap: wrap; padding: var(--spacer) 50px 50px var(--spacer); overflow: hidden; align-content: flex-start;}
    .person-popover .modal-dialog .text h2 {width: 100%;}
    .person-popover .modal-dialog .text .col {padding: 0 25px 0 0; flex-basis: 50%;}
    .person-popover h4 {font-size: 1.4rem;}
    .person-popover .modal-dialog .text p {font-size: 1.4rem;}
}

.pad-all {
    padding: 20px;
}
.remove-row .row {
    margin-left:0;
    margin-right:0;
}
.remove-row iframe {
    width: auto;
    height: auto;
    margin-bottom: 10px;
}
.pad-all button.btn-theme.submit {
    margin-top: 20px;
}
.pad-all button.btn-theme {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}
@media only screen and (max-width: 500px) {
 .col.captcha-input {
    transform:scale(0.77);
    transform-origin:0 0;
  }
}
input.form-check-input {
    margin-right: 6px;
}
.invalid-feedback {
    color: #a94442;
    font-size: 0.9rem;
}
.grecaptcha-badge {
    z-index: 999999;
}