@font-face {
	font-family: Icons;
	src: url('/templates/icons.woff2') format('woff2'), url('/templates/icons.woff') format('woff');
	font-display: block;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  color: #222;
  background-color: #fff;
}

img, div {
	max-width: 100%;
}

.imgleft {
	float: left;
	margin: 3px 15px 3px 0;
}

H1 {
	text-align: center;
    line-height: 1.1;
    color: #123c69;
}

H1.white {
    text-align: center;
    line-height: 1.1;
    color: #ffffff;
}

H2 {
    font-size: 26px;
    color: #123c69;
    line-height: 1.1;
}

H3 {
    font-size: 21px;
    color: #1a5798;
    line-height: 1;
    font-weight: 700;
}

H4 {   
    font-size: 21px;
    color: #123c69;
    line-height: 1;
    margin: 0;
    padding: 0;
}

H5 {   
    font-size: 18px;
    color: #123c69;
    line-height: 1;
    margin: 0;
    padding: 0;
}

p {
    line-height: 1.5;
}

A {
	color:#A05F22;
	text-decoration: none;
	font-weight: 400;
}

a:hover, a:active{
	color:#999999;
}

a.alt {
    color: #ffffff;
}

a.alt:hover, a:active{
	color:#999999;
}

.breadcrumbs a,
figcaption {
	font-size: 14px;
	color: #A05F22;
}

.breadcrumbs a:hover,
figcaption:hover {
	color: #999999;  
}

.breadcrumbs a.alt,
figcaption {
	font-size: 14px;
	color: #ffffff;
}

.breadcrumbs a.alt:hover,
figcaption:hover {
	color: #999999;  
}

.icon {
	font-family: Icons;
	font-size: 24px;
	color: #222;
}


.icon.resources {
	font-family: Icons;
	font-size: 18px;
	color: #a5463f;
    background-color: #ffffff;
}

.icon.founder {
	font-family: Icons;
	font-size: 18px;
	color: #fff;
}

.icon.white {
    color: #fff;
    font-size: 1.2em;
}

i.bold, li.q span {
    color: #123c69;
    font-weight: 700;
    font-size: 1.1rem;
}

.qna {
	padding-left: 24px;
}
.qna li {
	padding: 0 0 0 10px;
}
.qna li::marker {
  content: 'Q';
  font-style: normal;
  font-weight: 700;
  font-size: 2em;
  color: #ccc;
  vertical-align: top;
}
.qna li.a::marker {
  content: 'A';
}
li.q {
	font-style: italic;
}

.whitelabel {
    background-color: #408966;
}

.members {
    background-color: #3875b6;
}

.beliefs {
    background-color: #123c69;
}

.main {
    background-color: #e99944;
}

.resources {
    background-color: #a5463f;
}

.blue {
    color: #1a5798;
}

/* firefox defines <strong> as font-weight+100, which translates to non-bold */
strong {
	font-weight: 700;
}

.founder-message {
  background: #e99944;
  padding: 3rem 1.5rem;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  color: #123c59;
}

.founder-container {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.founder-photo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #666666;
  flex-shrink: 0;
}

.founder-text h2 {
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.founder-text p {
  line-height: 1.4;
  margin-bottom: 1rem;
  color: #333333;
}

.founder-signature {
  font-style: italic;
  font-weight: 600;
  color: #333333;
}

/* Responsive tweak */
@media (max-width: 700px) {
  .founder-container {
    flex-direction: column;
    text-align: center;
  }
  .founder-photo {
    margin-bottom: 1rem;
  }
}

footer {
	padding: 30px 10px;
	background-color: #cccccc;
	font-size: 13px;
	line-height: 20px;
	color: #123c69;
}
footer a {
	color: #123c69;
}
footer nav a {
	display: inline-block;
	margin: 0 20px;
}

.narrow {
  max-width: 700px;
  margin: 0 auto;
  padding: 1rem;
}

header>div, footer div {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 2%;
}

header {
	padding: 0 4%;
}
header>div {
	position: relative;
	padding: 2rem 0;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

.site-nav a {
  text-decoration: none;
  color: #004b87;
  font-weight: 700;
}

.tt-hamburger-wrap {
  position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  z-index: 1001; /* above header content */
}

/* New, robust open state */
.tt-hamburger-wrap.is-open .tt-menu-panel { display: block; }

/* Optional: animate panel appearance */
.tt-menu-panel { opacity: 0; transform: translateY(4px); transition: opacity .15s ease, transform .15s ease; }
.tt-hamburger-wrap.is-open .tt-menu-panel { opacity: 1; transform: translateY(0); }

/* Make sure it can sit above headers that have overflow/positioning */
.tt-menu-panel { z-index: 10000; }

/* Panel */
.tt-menu-panel {
  position: absolute; top: 100%; right: 0; min-width: 220px;
  background: #fff; color: inherit; border: 1px solid rgba(0,0,0,.12);
  box-shadow: 0 8px 24px rgba(0,0,0,.12); border-radius: 10px; padding: 10px;
  display: none; z-index: 1000;
}
.tt-menu-panel a { display: block; padding: 10px 12px; text-decoration: none; }
.tt-menu-panel a:hover, .tt-menu-panel a:focus { background: rgba(0,0,0,.05); outline: none; }

/* open state */
.tt-hamburger[aria-expanded="true"] + .tt-menu-panel { display: block; }

.button,
.buttonsml,
INPUT[type="submit"] {
	display: inline-block;
	color: #fff;
	padding: 15px 30px !important;
	border-radius: 8px;
	border-width: 0;
	font-weight: 700;
	font-size: 18px !important;
	line-height: 22px;
	margin: 10px 20px;
	background-color: #123c69;
	width: auto;
	cursor: pointer;
	min-width: 150px;
	box-sizing: border-box;
	-webkit-appearance: none;
	text-align: center;
}

input, select, textarea {
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  padding: 0.75em;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
}
input[type="checkbox"], input[type="radio"] {
	width: auto;
	padding: 0;
	border: none;
}

.error {
	border: 2px solid #e00;
	border-radius: 6px;
	padding: 20px;
	color: #e00;
}

.ok {
	border: 2px solid #0a9700;
	border-radius: 6px;
	padding: 20px;
	color: #0a9700;
}

.button:hover,
.buttonsml:hover,
INPUT[type="submit"]:hover {
	background-color: #999999 !important;
	color: #fff;
}

.buttonsml {
	padding: 9px 15px !important;
	border-radius: 6px;
	font-size: 14px !important;
	line-height: 18px;
	min-width: 100px;
}

.phone select {
	display: inline-block;
	width: 19.9%;
}
.phone input {
	display: inline-block;
	width: 80%;
}

.bluecta {
	background-color: #123c69 !important;
	color: #fff !important;
    transition: background-color .3s ease;
}
.bluecta:hover {
	background-color: #999999 !important;
}

/* Make both the input and anchor buttons consistent */
.button.bluecta {
  display: inline-block;
  text-align: center;
  padding: 10px 0;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  box-sizing: border-box;
  transition: background-color .3s ease;
}

/* Ensure <input> looks identical to <a> button */
input.button.bluecta {
  appearance: none;
  border: none;
}



.contact-form {
  max-width: 600px;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-form label {
  font-weight: 700;
  margin-bottom: 0;
}

.center {
	text-align: center;
}

.centered {
  text-align: center;
  margin-bottom: 1.5rem;
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  background-color: #123c69;
  color: #fff;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.2s ease;
  z-index: 1000;
}

.back-to-top.show {
  opacity: 0.85;
  pointer-events: auto;
}

.back-to-top:hover {
  opacity: 1;
  transform: scale(1.1);
}

.back-to-top svg {
  width: 60%;
  height: 60%;
}

.g-recaptcha {
  margin: 1rem 0;
}

/* keep each radio label on a single line */
.radio-grid label {
  white-space: nowrap;          /* no line breaks */
  overflow-wrap: normal;        /* don't force breaks inside words */
  word-break: keep-all;         /* avoid breaking between words */
  flex-wrap: nowrap;            /* ensure the inline-flex row doesn't wrap */
}

/* if you want to allow wrapping on small screens */
@media (max-width: 560px) {
  .radio-grid label {
    white-space: normal;        /* allow wrapping on phones */
  }
}

.cols {
  display: flex;
  align-items: center;          /* ✅ vertically centers the blue box */
  justify-content: space-between;
  gap: 2rem;
  margin: 2rem auto;
  max-width: 1000px;
  flex-wrap: wrap;              /* allows stacking on smaller screens */
}

.cols div {
  flex: 2;
  min-width: 300px;
}

.cols div.visual {
  flex: 1;
  background-color: #cccccc;
  color: #fff;
  text-align: center;
  padding: 2rem 1rem;
  border-radius: 8px;
  min-width: 260px;
}

.visual img {
  margin-bottom: 1rem;
}

.visual h3 {
  color: #fff;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0;
}

/* Smaller mobile adjustments */
@media (max-width: 500px) {
  .back-to-top {
    width: 44px;
    height: 44px;
    font-size: 20px;
    bottom: 20px;
    right: 20px;
  }
}

/* Mobile menu toggle (optional) */
.menu-toggle {
  display: none;
}
