*, *:before, *:after{box-sizing:border-box;}html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article, aside, details, figcaption, figure,footer, header, hgroup, main, menu, nav, section{display:block;}body{display:flex;flex-direction:column;min-height:100vh;}footer{margin-top:auto;}strong{font-weight:bold;}em{font-style:italic;}.underline{text-decoration:underline;}.strikeout{text-decoration:line-through;}ol, ul{list-style:none;}.bulleted{margin:0 0 1rem .5rem;list-style-type:disc;}.bulleted li{margin:0 0 .5rem 1rem;}.numbered{list-style:decimal;}blockquote, q{quotes:none;}q:before,q:after,blockquote:before,blockquote:after{content:none;}table{border-collapse:collapse;border-spacing:0;}img{max-width:100%;height:auto;}img.cover{width:100%;height:100%;object-fit:cover;}svg{width:100px;height:100px;}a{text-decoration:none;}button{background-color:transparent;border:none;padding:0;}.ellipsis-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}input,textarea,select{padding:0.5em;background-color:#ffffff;border:1px solid #eeeeee;border-radius:5px;box-shadow:none;box-sizing:border-box;width:100%;height:42px;font:inherit;line-height:1rem;margin-bottom:1rem;appearance:none;-moz-appearance:none;-webkit-appearance:none;}input::placeholder{color:#757575;}fieldset{margin-bottom:1rem;}select::-ms-expand{display:none;}textarea{overflow:auto;resize:vertical;min-height:65px;}textarea.large{min-height:130px;}select{cursor:pointer;}::-moz-focus-inner{border:0;}*:disabled{cursor:not-allowed;}[type="checkbox"]{width:auto;position:absolute;opacity:0;cursor:pointer;}[type="checkbox"] + label{position:relative;display:block;margin-right:1em;}[type="checkbox"]:not(.background) + label{padding-left:25px;}[type="checkbox"]:not(.background) + label:before{content:'';display:flex;flex-direction:row;justify-content:center;align-items:center;position:absolute;top:2px;left:0;height:20px;width:20px;background-color:#000000;color:#ffffff;transition:background-color 0.3s;}[type="checkbox"]:not(.background) + label.right{padding-left:0;padding-right:25px;}[type="checkbox"] + label.right:before{left:auto;right:0;}[type="radio"]:focus + label:before,[type="checkbox"]:focus + label:before{outline:1px solid #efefef;}[type="checkbox"] + label:before{border-radius:3px;}[type="checkbox"]:not(.background):checked + label:before{content:"\2713";background:#efefef;}[type="checkbox"].background:checked + label{background-color:#ebedf2;}[type="radio"]{position:relative;margin:0 .5rem 0 0;background-color:#efefef;border:none;border-radius:50%;height:20px;width:20px;}[type="radio"]:after{content:'';display:block;position:absolute;top:50%;left:50%;-webkit-transform:scale(0.2);transform:scale(0.2);-webkit-transition:all 0.2s ease-in-out 0.1s;transition:all 0.2s ease-in-out 0.1s;opacity:0;width:4px;height:4px;margin-left:-2px;margin-top:-2px;background-color:#383838;border-radius:50%;}[type="radio"]:checked:after{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:1;}[type="file"]{width:0.1px;height:0.1px;opacity:0;position:absolute;z-index:-1;}[type="file"] + label,button.upload-button{position:relative;border-radius:5px;background-color:#efefef;padding:10px 20px 10px 45px;color:#383838;cursor:pointer;}input:focus,textarea:focus,select:focus,button:focus,[type="file"]:focus + label,[type="file"]:focus + button{outline:1px solid #626262;}label,legend{display:inline-block;margin-bottom:4px;}label.invalid{color:#dd0000;}label.invalid svg{fill:#dd0000;}input.invalid,textarea.invalid,select.invalid,[type="radio"].invalid + label:before,[type="checkbox"].invalid + label:before,input[type="file"].invalid + button{outline:1px solid #dd0000;}button,[type="submit"]{cursor:pointer;}[type="submit"]{height:unset;}[type="submit"]:disabled{cursor:not-allowed;}.field{position:relative;width:100%;}.field label{position:absolute;top:0;margin:5px 0;background-color:transparent;width:100%;padding:0 8px;color:#737373;font-size:13px;visibility:hidden;}.field label.show{visibility:visible;}.field input,.field textarea{height:46px;color:#767676;font-size:18px;transition:all .04s ease-in;}.field input:focus,.field textarea:focus{padding-top:1.5rem;font-size:16px;}input,[type="submit"],[type="radio"]{-webkit-appearance:none;}.styledSelect{position:relative;background-color:inherit;width:100%;}.angleDown svg{position:absolute;top:9px;right:3px;width:15px;height:15px;fill:#bdbdbd;}.styledSelect select{margin-bottom:0;padding-right:23px;}.notification.hidden{display:none;}.notification{display:inline-block;position:relative;margin:1rem 0;border-radius:5px;width:100%;padding:.5rem 1rem .5rem 3rem;color:#ffffff;}.notification:empty{display:none;}.notification:before{display:flex;flex-direction:row;justify-content:center;position:absolute;top:50%;left:1rem;transform:translateY(-50%);margin-right:.5rem;background-color:#ffffff;border-radius:50%;width:24px;height:24px;line-height:24px;font-weight:700;}.notification svg{position:absolute;top:50%;left:.75rem;transform:translateY(-50%);width:25px;height:25px;fill:#ffffff;}.notification.error{background-color:#fae3ec;color:#d52536;}.notification.error:before{content:'\0021';background-color:#d52536;color:#fae3ec;}.notification.success{background-color:#e3faf2;color:#018f60;}.notification.success:before{content:'\2713';background-color:#018f60;color:#e3faf2;}.notification.notice{background-color:#0070ce;}.notification p{margin-bottom:0;color:#ffffff;font-weight:600;}.required,.error-message{color:#d52536;}.hidden{display:none !important;}.honey-wrapper{position:absolute !important;top:-9999px !important;left:-9999px !important;}.vHidden{visibility:hidden !important;}@media(min-width:768px){.hidden-md{display:none;}}@media(max-width:767.99px){.d-md{display:none;}}@media(max-width:767.99px){.br-md{display:block;visibility:hidden;height:0;}}.d-flex,.flex-row,.flex-column{display:flex;}@media(min-width:576px){.d-sm-flex{display:flex;}}@media(min-width:768px){.d-md-flex{display:flex;}}@media(min-width:1140px){.d-lg-flex{display:flex;}}@media(min-width:1400px){.d-xl-flex{display:flex;}}.flex-row{flex-direction:row;}.flex-grow{flex-grow:1;}.center-all{justify-content:center;align-items:center;}.justify-center{justify-content:center;}.justify-between{justify-content:space-between;}.justify-end{justify-content:flex-end;}.align-center{align-items:center;align-content:center;}.flex-column{flex-direction:column;}.flex-span-y{flex:1 0 auto;}.space-1 > * + *{margin-left:.5rem !important;}.container{margin:0 auto;max-width:1400px;padding:2rem 1rem;gap:1rem;}@media (min-width:567px){.container{padding:2rem;gap:2rem;}}@media (min-width:768px){.container{padding:2rem 3rem;}}@media (min-width:1140px){.container{padding:3rem 4rem;gap:4rem;}}@media (min-width:1400px){.container{padding:3rem 6rem;}}.d-grid{display:grid;}.col-1{grid-template-columns:1fr;}.col-2{grid-template-columns:1fr 1fr;}.col-3{grid-template-columns:repeat(3, 1fr);}.col-4{grid-template-columns:repeat(4, 1fr);}.col-5{grid-template-columns:repeat(5, 1fr);}.col-6{grid-template-columns:repeat(6, 1fr);}.col-7{grid-template-columns:repeat(7, 1fr);}.col-8{grid-template-columns:repeat(8, 1fr);}.col-9{grid-template-columns:repeat(9, 1fr);}.col-10{grid-template-columns:repeat(10, 1fr);}.col-11{grid-template-columns:repeat(11, 1fr);}.col-12{grid-template-columns:repeat(12, 1fr);}@media (min-width:576px){.col-sm-1{grid-template-columns:1fr;}.col-sm-2{grid-template-columns:1fr 1fr;}.col-sm-3{grid-template-columns:repeat(3, 1fr);}.col-sm-4{grid-template-columns:repeat(4, 1fr);}.col-sm-5{grid-template-columns:repeat(5, 1fr);}.col-sm-6{grid-template-columns:repeat(6, 1fr);}.col-sm-7{grid-template-columns:repeat(7, 1fr);}.col-sm-8{grid-template-columns:repeat(8, 1fr);}.col-sm-9{grid-template-columns:repeat(9, 1fr);}.col-sm-10{grid-template-columns:repeat(10, 1fr);}.col-sm-11{grid-template-columns:repeat(11, 1fr);}.col-sm-12{grid-template-columns:repeat(12, 1fr);}}@media (min-width:768px){.col-md-1{grid-template-columns:1fr;}.col-md-1-auto{grid-template-columns:1fr auto;}.col-md-auto-1{grid-template-columns:auto 1fr;}.col-md-2{grid-template-columns:1fr 1fr;}.col-md-3{grid-template-columns:repeat(3, 1fr);}.col-md-4{grid-template-columns:repeat(4, 1fr);}.col-md-5{grid-template-columns:repeat(5, 1fr);}.col-md-6{grid-template-columns:repeat(6, 1fr);}.col-md-7{grid-template-columns:repeat(7, 1fr);}.col-md-8{grid-template-columns:repeat(8, 1fr);}.col-md-9{grid-template-columns:repeat(9, 1fr);}.col-md-10{grid-template-columns:repeat(10, 1fr);}.col-md-11{grid-template-columns:repeat(11, 1fr);}.col-md-12{grid-template-columns:repeat(12, 1fr);}}@media (min-width:1140px){.col-lg-1{grid-template-columns:1fr;}.col-lg-1-auto{grid-template-columns:1fr auto;}.col-lg-1-2{grid-template-columns:1fr 2fr;}.col-lg-2{grid-template-columns:1fr 1fr;}.col-lg-2-1{grid-template-columns:2fr 1fr;}.col-lg-3{grid-template-columns:repeat(3, 1fr);}.col-lg-4{grid-template-columns:repeat(4, 1fr);}.col-lg-5{grid-template-columns:repeat(5, 1fr);}.col-lg-6{grid-template-columns:repeat(6, 1fr);}.col-lg-7{grid-template-columns:repeat(7, 1fr);}.col-lg-8{grid-template-columns:repeat(8, 1fr);}.col-lg-9{grid-template-columns:repeat(9, 1fr);}.col-lg-10{grid-template-columns:repeat(10, 1fr);}.col-lg-11{grid-template-columns:repeat(11, 1fr);}.col-lg-12{grid-template-columns:repeat(12, 1fr);}}@media (min-width:1400px){.col-xl-1{grid-template-columns:1fr;}.col-xl-2{grid-template-columns:1fr 1fr;}.col-xl-3{grid-template-columns:repeat(3, 1fr);}.col-xl-4{grid-template-columns:repeat(4, 1fr);}.col-xl-5{grid-template-columns:repeat(5, 1fr);}.col-xl-6{grid-template-columns:repeat(6, 1fr);}.col-xl-7{grid-template-columns:repeat(7, 1fr);}.col-xl-8{grid-template-columns:repeat(8, 1fr);}.col-xl-9{grid-template-columns:repeat(9, 1fr);}.col-xl-10{grid-template-columns:repeat(10, 1fr);}.col-xl-11{grid-template-columns:repeat(11, 1fr);}.col-xl-12{grid-template-columns:repeat(12, 1fr);}}.gap-0{grid-gap:0;}.gap-1{grid-gap:1rem;}.gap-2{grid-gap:2rem;}.gap-3{grid-gap:3rem;}.gap-4{grid-gap:4rem;}.gap-5{grid-gap:5rem;}.gap-6{grid-gap:6rem;}@media(min-width:576px){.gap-sm-0{grid-gap:0;}.gap-sm-1{grid-gap:1rem;}.gap-sm-2{grid-gap:2rem;}.gap-sm-3{grid-gap:3rem;}.gap-sm-4{grid-gap:4rem;}.gap-sm-5{grid-gap:5rem;}.gap-sm-6{grid-gap:6rem;}}@media(min-width:768px){.gap-md-0{grid-gap:0;}.gap-md-1{grid-gap:1rem;}.gap-md-2{grid-gap:2rem;}.gap-md-3{grid-gap:3rem;}.gap-md-4{grid-gap:4rem;}.gap-md-5{grid-gap:5rem;}.gap-md-6{grid-gap:6rem;}}@media(min-width:1140px){.gap-lg-0{grid-gap:0;}.gap-lg-1{grid-gap:1rem;}.gap-lg-2{grid-gap:2rem;}.gap-lg-3{grid-gap:3rem;}.gap-lg-4{grid-gap:4rem;}.gap-lg-5{grid-gap:5rem;}.gap-lg-6{grid-gap:6rem;}}@media(min-width:1400px){.gap-xl-0{grid-gap:0;}.gap-xl-1{grid-gap:1rem;}.gap-xl-2{grid-gap:2rem;}.gap-xl-3{grid-gap:3rem;}.gap-xl-4{grid-gap:4rem;}.gap-xl-5{grid-gap:5rem;}.gap-xl-6{grid-gap:6rem;}}.order-1{order:1;}.order-2{order:2;}.order-3{order:3;}.order-4{order:4;}.order-5{order:5;}.order-6{order:6;}.order-7{order:7;}.order-8{order:8;}.order-9{order:9;}.order-10{order:10;}.order-11{order:11;}.order-12{order:12;}@media(min-width:576px){.order-sm-1{order:1;}.order-sm-2{order:2;}.order-sm-3{order:3;}.order-sm-4{order:4;}.order-sm-5{order:5;}.order-sm-6{order:6;}.order-sm-7{order:7;}.order-sm-8{order:8;}.order-sm-9{order:9;}.order-sm-10{order:10;}.order-sm-11{order:11;}.order-sm-12{order:12;}}@media(min-width:768px){.order-md-1{order:1;}.order-md-2{order:2;}.order-md-3{order:3;}.order-md-4{order:4;}.order-md-5{order:5;}.order-md-6{order:6;}.order-md-7{order:7;}.order-md-8{order:8;}.order-md-9{order:9;}.order-md-10{order:10;}.order-md-11{order:11;}.order-md-12{order:12;}}@media(min-width:1140px){.order-lg-1{order:1;}.order-lg-2{order:2;}.order-lg-3{order:3;}.order-lg-4{order:4;}.order-lg-5{order:5;}.order-lg-6{order:6;}.order-lg-7{order:7;}.order-lg-8{order:8;}.order-lg-9{order:9;}.order-lg-10{order:10;}.order-lg-11{order:11;}.order-lg-12{order:12;}}@media(min-width:1400px){.order-xl-1{order:1;}.order-xl-2{order:2;}.order-xl-3{order:3;}.order-xl-4{order:4;}.order-xl-5{order:5;}.order-xl-6{order:6;}.order-xl-7{order:7;}.order-xl-8{order:8;}.order-xl-9{order:9;}.order-xl-10{order:10;}.order-xl-11{order:11;}.order-xl-12{order:12;}}.span-1{grid-column-end:span 1;}.span-2{grid-column-end:span 2;}.span-3{grid-column-end:span 3;}.span-4{grid-column-end:span 4;}.span-5{grid-column-end:span 5;}.span-6{grid-column-end:span 6;}.span-7{grid-column-end:span 7;}.span-8{grid-column-end:span 8;}.span-9{grid-column-end:span 9;}.span-10{grid-column-end:span 10;}.span-11{grid-column-end:span 11;}.span-12{grid-column-end:span 12;}@media(min-width:576px){.span-sm-1{grid-column-end:span 1;}.span-sm-2{grid-column-end:span 2;}.span-sm-3{grid-column-end:span 3;}.span-sm-4{grid-column-end:span 4;}.span-sm-5{grid-column-end:span 5;}.span-sm-6{grid-column-end:span 6;}.span-sm-7{grid-column-end:span 7;}.span-sm-8{grid-column-end:span 8;}.span-sm-9{grid-column-end:span 9;}.span-sm-10{grid-column-end:span 10;}.span-sm-11{grid-column-end:span 11;}.span-sm-12{grid-column-end:span 12;}}@media(min-width:768px){.span-md-1{grid-column-end:span 1;}.span-md-2{grid-column-end:span 2;}.span-md-3{grid-column-end:span 3;}.span-md-4{grid-column-end:span 4;}.span-md-5{grid-column-end:span 5;}.span-md-6{grid-column-end:span 6;}.span-md-7{grid-column-end:span 7;}.span-md-8{grid-column-end:span 8;}.span-md-9{grid-column-end:span 9;}.span-md-10{grid-column-end:span 10;}.span-md-11{grid-column-end:span 11;}.span-md-12{grid-column-end:span 12;}}@media(min-width:1140px){.span-lg-1{grid-column-end:span 1;}.span-lg-2{grid-column-end:span 2;}.span-lg-3{grid-column-end:span 3;}.span-lg-4{grid-column-end:span 4;}.span-lg-5{grid-column-end:span 5;}.span-lg-6{grid-column-end:span 6;}.span-lg-7{grid-column-end:span 7;}.span-lg-8{grid-column-end:span 8;}.span-lg-9{grid-column-end:span 9;}.span-lg-10{grid-column-end:span 10;}.span-lg-11{grid-column-end:span 11;}.span-lg-12{grid-column-end:span 12;}}@media(min-width:1400px){.span-xl-1{grid-column-end:span 1;}.span-xl-2{grid-column-end:span 2;}.span-xl-3{grid-column-end:span 3;}.span-xl-4{grid-column-end:span 4;}.span-xl-5{grid-column-end:span 5;}.span-xl-6{grid-column-end:span 6;}.span-xl-7{grid-column-end:span 7;}.span-xl-8{grid-column-end:span 8;}.span-xl-9{grid-column-end:span 9;}.span-xl-10{grid-column-end:span 10;}.span-xl-11{grid-column-end:span 11;}.span-xl-12{grid-column-end:span 12;}}.m-0{margin:0;}.mt-0{margin-top:0;}.mt-1{margin-top:1rem;}.mt-2{margin-top:2rem;}.mt-3{margin-top:3rem;}.mt-4{margin-top:4rem;}.mt-5{margin-top:5rem;}.mb-0{margin-bottom:0;}.mb-1{margin-bottom:1rem;}.p-0{padding:0;}.pt-0{padding-top:0;}@media (min-width:1140px){.py-lg-6{padding-top:6rem;padding-bottom:6rem;}}.x-center{margin-left:auto;margin-right:auto;text-align:center;}.x-right{margin-left:auto;margin-right:0;text-align:right;}.video{position:relative;width:100%;height:0;padding-bottom:56.25%;}.video iframe,.video video{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;}.btn{display:inline-block;border:none;border-radius:5px;background-color:#efefef;width:auto;padding:.75rem 1rem;color:#000000;text-decoration:none;}:root{--tt-font-1:'Assistant';--tt-color-1:#6d9717;--tt-color-2:#383838;--tt-color-3:#616161;--tt-color-4:#db2e26;--tt-color-5:#8aae92;}h1{font:normal bold 36px/1em var(--tt-font-1);}h2{font:normal bold 26px/1.2em var(--tt-font-1);}h3{font:normal bold 20px/1.5em var(--tt-font-1);}p,a,li,input,label,button,legend,select,summary,textarea{font:normal normal 16px/1.5em var(--tt-font-1);}a{color:var(--tt-color-1);font-weight:600;}a:hover{color:var(--tt-color-2);text-decoration:none;}hr{margin-top:.5rem;margin-bottom:1rem;border:none;border-top:4px dotted var(--tt-color-1);}hr + *,hr + [type="submit"]{margin-top:0;}h1 + p,h1 + .d-flex,h2 + p,h2 + .d-grid,h2 + .d-flex,h2 + .staff-card,p + h3,p + p,p + .d-flex,.d-flex + button,.d-flex + .d-flex,.d-flex + .audio-wrapper{margin-top:1rem;}.style-1{position:relative;text-align:center;color:var(--tt-color-1);}.style-1::before{content:'';display:block;margin:0 auto .5rem auto;background-color:var(--tt-color-1);width:100px;height:2px;}.style-2{position:relative;text-align:center;color:var(--tt-color-2);}.style-2::before{content:'';display:block;margin:0 auto .5rem auto;background-color:var(--tt-color-2);width:100px;height:2px;}.btn{line-height:1rem;}.btn.btn-primary{background-color:var(--tt-color-1);color:#ffffff;}.btn.btn-primary:hover{background-color:var(--tt-color-2);}.btn.btn-secondary{background-color:var(--tt-color-3);color:#ffffff;}.btn.btn-third{margin-top:1rem;color:var(--tt-color-1);padding:0;}.btn.btn-third:hover{color:#000000;}.accent-1{background:var(--tt-color-1) url('/images/layout/subtle-surface.png');padding:2rem;}.accent-1 h2,.accent-1 p,.accent-1 a{color:#ffffff;}.rotate-45,.accent-1 svg{margin:.25rem .5rem 0 0;width:20px;height:20px;}.accent-2{background-color:#f1f1f1;}.accent-2 h2+p{margin-top:0;}.accent-3{margin-bottom:0;background-color:#f0f1f3;border-radius:20px;padding:2rem;}.accent-3 h2{color:var(--tt-color-1);font-size:30px;text-align:center;}.accent-3 p{color:var(--tt-color-2);}.accent-3 hr{margin-bottom:2rem;}header{position:relative;border-top:5px solid var(--tt-color-1);box-shadow:3px 4px 10px rgba(0, 0, 0, .2);padding:1rem;}header img{max-width:250px;}header .nav-toggle{position:absolute;top:50%;right:1rem;transform:translateY(-50%);}header .nav-toggle,header .nav-toggle svg{width:30px;height:30px;fill:var(--tt-color-3);}nav{position:absolute;top:100%;right:0;z-index:999;box-shadow:0px 10px 10px rgba(0, 0, 0, .1);background-color:#ffffff;width:100%;max-height:0;overflow:hidden;transition:all .3s ease-in-out;}nav.on{max-height:calc(100vh - 100px);}nav ul{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:1rem;}nav a{border-radius:8px;padding:.5rem;font-size:22px;}nav a:hover,nav a.active{background-color:var(--tt-color-1);color:#ffffff;}.sub-nav{flex-wrap:wrap;position:sticky;top:0;z-index:1;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background-color:rgba(241, 241, 241, .86);padding:1rem;}.home-banner{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;background:#efefef url('/images/content/home-banner.jpg');background-position:center;background-size:cover;background-repeat:no-repeat;height:calc(300px + (500 - 300) * (100vw - 320px) / (1400 - 320));}.home-banner::before{content:'';position:absolute;top:20px;left:20px;border-radius:20px;border:1px solid rgba(255, 255, 255, .3);width:calc(100% - 40px);height:calc(100% - 40px);}.home-banner h1,.home-banner p{margin:0;color:#ffffff;}.home-banner .d-flex{position:absolute;top:30px;left:50%;transform:translateX(-50%);width:100%;}.home-banner .d-flex img{margin-right:5px;width:30px;}.home-banner .d-flex p{font-size:16px;}.home-banner h1{font-size:calc(40px + (100 - 40) * (100vw - 320px) / (1400 - 320));text-transform:uppercase;}.home-banner p{font-size:calc(18px + (40 - 18) * (100vw - 320px) / (1400 - 320));}.banner img{width:100%;}.inside-banner{display:flex;justify-content:center;align-items:center;background-color:#efefef;background-size:cover;background-position:center;height:calc(200px + (250 - 200) * (100vw - 320px) / (768 - 320));}.inside-banner h1{text-shadow:2px 2px 10px rgba(0, 0, 0, .5);font-size:calc(45px + (60 - 45) * (100vw - 320px) / (1400 - 320));color:#ffffff;}.welcome .card{max-width:900px;}.welcome .church{background-image:url('/images/content/building.jpg');background-position:center;background-size:cover;}.recent-sermon{position:relative;background-image:url('/images/content/auditorium.jpg');background-position:center;background-size:cover;}.recent-sermon::before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);background-color:rgba(255, 255, 255, .5);}.recent-sermon .container{position:relative;z-index:2;}.recent-sermon .card:last-of-type{display:none;}.card{display:flex;flex-direction:column;border:none;border-radius:15px;background-color:#fbfbfb;box-shadow:1px 1px 5px rgba(0, 0, 0, .1);padding:0;overflow:hidden;}.card.offset{background-image:url('/images/content/pattern.png');overflow:visible;margin-top:50px;}a.card:focus,a.card:hover{background-color:#efefef;}.card .border,.staff-card .border,.calendar-card .border{position:relative;margin:1rem;border:1px solid var(--tt-color-1);border-radius:10px;}.card.offset img{position:absolute;top:0;left:50%;transform:translate(-50%, -50%);max-width:150px;}.card .imageWrapper{position:relative;z-index:0;padding-top:52%;width:100%;overflow:hidden;}.card .imageWrapper::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;background-color:rgba(255, 255, 255, .3);}.card .imageWrapper > img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:1;width:100%;transition:all .5s ease;}.card:focus .imageWrapper > img,.card:hover .imageWrapper > img{transform:translate(-50%, -50%) scale(1.1);}.card .details,.staff-card .details{display:flex;flex-direction:column;flex-grow:1;padding:1rem;}.card.offset .details{padding:6rem 1rem 1rem 1rem;}.card p,.staff-card p{color:var(--tt-color-3);}.card .details p+p{text-align:right;}.details svg{fill:var(--tt-color-1);width:30px;height:50px;}.staff-card{display:flex;flex-direction:column;border:none;border-radius:15px;background-color:#fbfbfb;box-shadow:1px 1px 5px rgba(0, 0, 0, .1);padding:0;overflow:hidden;}.staff-card img{width:200px;}.prayer-card{display:flex;flex-direction:column;margin-top:2rem;border:none;border-radius:15px;background-image:url('/images/content/pattern.png');box-shadow:1px 1px 5px rgba(0, 0, 0, .1);padding:0;overflow:hidden;}.prayer-card .border{position:relative;margin:1rem;border:1px solid var(--tt-color-1);border-radius:10px;padding:2rem;}.prayer-card h3+p{margin-top:1rem;}.ministry-icons{margin-right:1rem;position:relative;top:-.15rem;background-color:var(--tt-color-1);border-radius:10px;padding:1rem;}.icon-grid svg{width:30px;height:30px;fill:#ffffff;}.calendar-card{display:flex;flex-direction:column;margin-top:2rem;border:none;border-radius:15px;background-image:url('/images/content/pattern.png');box-shadow:1px 1px 5px rgba(0, 0, 0, .1);padding:0;overflow:hidden;text-align:center;}.calendar-card .details{padding:1rem;}.calendar-card .date{align-items:center;gap:.5rem;}.calendar-card .day{display:flex;justify-content:center;align-items:center;border-radius:10px;background-color:var(--tt-color-1);width:40px;height:40px;padding:.5rem;}.calendar-card .day p{font-size:22px;font-weight:700;color:#ffffff;}.calendar-card .dow{font-size:13px;font-weight:200;text-align:left;}.calendar-card .month{margin:0;font-size:16px;font-weight:700;text-align:left;}.calendar-card hr{margin:.5rem 0;border:1px solid #efefef;}.calendar-card svg{fill:var(--tt-color-1);width:30px;height:30px;}.calendar-card .border{padding:3rem;}.event.card .date{position:relative;max-width:70px;margin-bottom:1.75rem;}.event.card .day{font-size:70px;font-weight:700;line-height:.7em;color:#d2d2d2;}.event.card .month{position:absolute;bottom:-1rem;left:30%;margin:0;font-size:40px;font-weight:200;line-height:.8em;}.event.card button{border-radius:20px;background-color:var(--tt-color-4);color:#ffffff;}.event.card .d-flex + .d-flex{margin-top:.5rem;}.event.card svg{margin-right:.25rem;width:20px;height:20px;fill:var(--tt-color-4);}.event.card .time svg{width:18px;height:18px;}#smallnav_bar{background-color:#f0f1f3;padding-top:20px;padding-bottom:20px;}#smallnav_bar .nav-item{color:#ffffff;}@media(min-width:768px){#smallnav_bar .nav-item{margin:0 10px;}}#smallnav_bar .active{background-color:rgba(255, 255, 255, 0.2);border-radius:5px;}.sermons .speakerIcon{position:relative;margin:-50px auto 0 auto;border-radius:50%;width:100px;height:100px;overflow:hidden;}.sermons img{width:100%;height:100%;object-fit:cover;}.sermons h2,.sermons p{color:#000000;text-align:center;}.sermons h2{font-size:18px;line-height:1.2em;color:var(--tt-color-3);}.sermons .date{font-weight:200;font-size:14px;}.sermons .icons{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:auto;margin-bottom:0;}.sermons svg{margin:0;width:20px;height:20px;fill:var(--tt-color-2);}.sermonInfo svg{margin:0 .5rem 0 0;width:20px;height:20px;}.sermon-video img{width:100%;}.filters{display:flex;flex-flow:row wrap;justify-content:center;gap:1rem;padding:1rem;}.filters .styled-select,.filters .searchWrapper{position:relative;border-radius:3px;border:1px solid #efefef;background-color:#ffffff;width:100%;max-width:250px;overflow:hidden;}.filters .styled-select svg,.filters .searchWrapper svg{position:absolute;top:50%;left:.5rem;transform:translateY(-50%);width:18px;height:18px;fill:var(--tt-color-1);pointer-events:none;}.filters .styled-select .arrow-down{display:inline-block;position:absolute;top:50%;right:9px;transform:translateY(-50%) rotate(45deg);border:solid var(--tt-color-1);border-width:0 3px 3px 0;padding:3px;pointer-events:none;}.filters .styled-select select,.filters .searchWrapper input{margin:0;border:none;width:100%;height:40px;padding:.5rem 24px .5rem 32px;font-weight:normal;font-size:16px;color:#000000;appearance:none;-moz-appearance:none;cursor:pointer;}.filters .searchWrapper input:focus{outline:1px solid #0070ce;}.num{margin-top:2rem;background-color:var(--tt-color-1);border-radius:50%;width:50px;height:50px;color:#ffffff;font-size:25px;line-height:50px;text-align:center;font-family:'Assistant';}.num + div{margin-top:2rem;width:100%;padding-left:1rem;}.missing{display:flex;flex-grow:1;justify-content:center;align-items:center;text-align:center;}#map{height:400px;}#map a{font-size:12px;}#map svg{width:50px;height:50px;}details{position:relative;}details:not([open]){border-bottom:1px solid #efefef;}details summary{padding:1rem 50px 1rem 0;cursor:pointer;list-style:none;font-weight:bold;font-size:18px;}details summary::-webkit-details-marker{display:none;}details::before{content:'\f13a';position:absolute;top:12px;right:10px;font:var(--fa-font-solid);font-size:36px;color:var(--tt-color-2);transition:all 0.5s;pointer-events:none;}details:hover::before,details[open]::before{color:var(--tt-color-1);}details[open]::before{transform:rotate(180deg);}details > div{background-color:#ffffff;padding:1rem;}.contact-form hr{margin:1.5rem 0;}form svg{margin-right:.25rem;width:15px;height:15px;}form .d-flex{margin-bottom:4px;}form .d-flex > label{margin:0;}footer{background-color:var(--tt-color-2);}.info-footer{max-width:760px;padding:2rem;}.info-footer > div{display:flex;flex-direction:column;align-items:center;gap:1rem;}.info-footer > div + div{margin-top:1rem;border-top:1px solid rgba(255, 255, 255, .1);padding-top:1rem;}.info-footer p{color:rgba(255, 255, 255, .1);}.info-footer a{color:#ffffff;}.info-footer .btn{display:flex;align-items:center;gap:.5rem;color:#ffffff;text-align:center;}.info-footer .btn:focus,.info-footer .btn:hover{background-color:#ffffff;color:var(--tt-color-1);}.info-footer .btn svg{width:20px;height:20px;fill:#ffffff;}.info-footer .btn:focus svg,.info-footer .btn:hover svg{fill:var(--tt-color-1);}.affiliation{background-color:rgba(0, 0, 0, .2);padding:.5rem;text-align:center;}.affiliation p,.affiliation a{font-size:12px;color:#ffffff;}.rotate-45 svg{margin:0;transform:rotate(-45deg);}@media screen and (min-width:576px){nav{max-width:350px;}.card .border{margin:2rem;}.card .details{padding:2rem;}.card.offset .details{padding:6rem 2rem 2rem 2rem;}.recent-sermon .card:last-of-type{display:unset;}}@media screen and (min-width:768px){header{position:sticky;top:0;z-index:999;background-color:#ffffff;}header .d-flex{justify-content:center;margin:0 auto;max-width:955px;}header .nav-toggle{display:none;}.anchor::before{content:'';display:block;margin:-110px 0 0;background-color:transparent;height:110px;visibility:hidden;}.anchor.full::before{margin-top:-182px;height:182px;}nav{position:unset;display:flex;margin-left:4rem;box-shadow:none;width:unset;max-width:unset;max-height:100%;}nav ul{flex-direction:row;border:none;padding:0;}nav a{font-size:18px;}nav .btn + .btn{margin-left:1rem;}.sub-nav{top:118px;}.home-banner::before{top:40px;left:40px;width:calc(100% - 80px);height:calc(100% - 80px);}.home-banner .d-flex{top:50px;}.card .details{padding:2rem;}.recent-sermon .card:last-of-type{display:none;}.icon-grid svg{display:flex;}.info-footer > div{flex-direction:row;justify-content:center;gap:2rem;}}@media screen and (min-width:1140px){.welcome{max-height:525px;}@media(min-width:1500px){.welcome .card{right:calc(0px + (-200 - 0) * (100vw - 1500px) / (2000 - 1500));}}.recent-sermon .card:last-of-type{display:unset;}.card.offset{position:relative;top:50%;transform:translateY(-50%);margin-top:0;width:160%;z-index:1;}.card.offset img{top:50%;left:0;}.card.offset .details{padding:2rem 2rem 2rem 6rem;}.staff-card .d-lg-flex > div:first-of-type{flex:0 0 200px;}.info-footer{max-width:860px;padding:4rem 2rem;}.info-footer > div{gap:4rem;}.info-footer > div + div{margin-top:2rem;padding-top:2rem;}}@media screen and (min-width:1400px){}