<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  Parent  */
section { padding-top: 100px; padding-bottom: 100px; }
footer  { padding-top: 25px; padding-bottom: 25px; background-color: #222222; color: #999999; font-size: 0.8em; }
p { font-size: 1.2em; }
h2 { font-size: 2em; color: #707070; font-weight: 600; line-height: 1.2em; padding-bottom: 0.8em; }
.error {color: red;}
.successMsg {color: #198147;}


/*  Header  */

.thrize-header { background-image: linear-gradient(180deg, rgba(255,255,255,0.8) 30%, rgba(255,255,255,0) 100%), url(../../assets/imgs/thrize-header.jpg); background-position: center center; background-size: cover; position: relative; }
.thrize-header-overlay { }
.thrize-header-content { }
.thrize-header .row { min-height: 400px; }
.thrize-logo { max-width: 40%; min-width: 300px; margin-bottom: 60px; }
.thrize-slogan { color: #ffffff; font-size: 5em; line-height: 1em; font-weight: 800; font-style: italic; }


/*  Main Content  */

.thrize-main { background-color: #f9f9f9;}
.thrize-callout { font-size: 1.6em; font-weight: 500; }
.thrize-callout-quote { font-size: 1.6em; font-weight: 500; font-style: oblique; }
.thrize-callout-quote em { font-size: 1.2rem; font-weight: 600; color: #707070; }
.thrize-divider { width: 20%; border: 2px solid; color: #198147; margin: 80px auto; opacity: 100% !important; }
.thrize-subtitle { font-size: 1.6em; font-weight: 600; color: #707070;}


/*  SDG  */

.thrize-sdg { background-image: url(../../assets/imgs/thrize_sdg.png); background-position: center; }


/*  About  */

.thrize-about { background-color: #198147; }
.thrize-about h2 { color: #fff; }
.thrize-about p { color: #fff; }
.thrize-about img { border-radius: 10px; }
.thrize-about a { color: #85e679; text-decoration: none;}
.thrize-about a:hover { color: #56d545;}
.thrize-about .btn-primary { background-color: #85e679; border: #85e679; color: #0d4b28; padding: 0.75rem 1.5rem; }
.thrize-about .btn-primary:hover { background-color: #56d545; border: #56d545; }


/*  Contact  */

.thrize-contact { background-image: url(../../assets/imgs/thrize_contact.jpg); background-position: center; background-size: cover; position: relative; }
.thrize-contact hr { width: 20%; border: 2px solid; color: #198147; margin-top: 30px; margin-bottom: 30px; opacity: 100% !important; }
.thrize-contact form input { margin-top: 8px; margin-bottom: 20px; }
.thrize-contact form textarea { margin-top: 8px; margin-bottom: 20px; }
.thrize-contact .btn-primary { background-color: #198147; border: #198147; color: #fff; padding: 0.75rem 1.5rem; }
.thrize-contact .btn-primary:hover { background-color: #3cac6d; border: #3cac6d; }
.thrize-email-confirm {border: 0 !important;
		clip: rect(0 0 0 0) !important;
		height: 1px !important;
		margin: -1px !important;
		overflow: hidden !important;
		padding: 0 !important;
		position: absolute !important;
		width: 1px !important;
	}</pre></body></html>