/*
Theme Name: bah
THEME URL: https://blakeanthonyharrington.com/
Description: Child theme of blankslate
Template: blankslate
*/

body {
  margin: 0;
  padding: 0;
  font-family: Ebrima, Arial, sans-serif;
  background-color: #D6DDF5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Candara, Arial, sans-serif;
}
.site-header {
  background-color: #1E1A33;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  height: 60px;
  width: auto;
}

.site-name {
  margin-left: 12px;
  font-family: Copperplate, "Copperplate Gothic Light", serif;
  font-size: 14px;
  color: white;
  letter-spacing: 1px;
  text-align: center;
}

.site-title a {
  color: white;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}

.main-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0 10px;
  gap: 35px; 
}

.main-nav a {
  color: white;
  text-decoration: none;
  font-size: 16px;
}

.main-nav a:hover {
  text-decoration: underline;
}

.page-content {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 10px;
}


.page-container {
  padding: 40px 30px;
  box-sizing: border-box;
}

.page-container {
  padding-top: 0 !important;
}

.hero-home .hero-content {
  flex-direction: row; 
}

.hero-button {
  display: inline-block;
  margin-top: 20px;
  background-color: #FF7A00;
  color: white;
  padding: 10px 18px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}

.hero {
  background-color: #2A2444;
  width: 100%;
  padding: 60px 0;
}

.hero-text h1,
.hero-text p {
  color: white;
}

.hero-content {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 30px;

  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.hero-image {
  flex: 1.5;
    height: 305px;        
  min-height: 305px;
  background-color: #ccc; 
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.hero-image img {
  width: 100%;
  max-width: 100%;
   height: 100%;           
  display: block;
  object-fit: cover;
}

.hero-text {
  flex: 1;             
  min-height: 300px;
}

.hero-text h1 {
  font-size: 38px;
  margin-bottom: 25px;
  margin-top: 0;
}

.hero-text p {
  font-size: 18px;
  line-height: 1.5;
}

.section {
   margin-top: 80px;
  margin-bottom: 80px;
}

.section h2 {
   margin-bottom: 40px;
   text-align: center;
  font-size: 22px;
}

.about-approach-text {
	margin-bottom: 50px !important;
}

.wp-block-heading.has-text-align-center {
  padding-top: 80px;
}

.has-text-align-center {
 margin-bottom: 0px;
}

.section-description {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 40px auto;
  font-size: 16px;
}

.grid-3 {
  display: flex;
  gap: 30px;
}

.grid-2 {
  display: flex;
  gap: 30px;
}

.grid-2 .card {
  background-color: #2A2444;
  color: white;
}

.grid-2 .card h3,
.grid-2 .card p {
  color: white;
}

.grid-2 .card a {
  background-color: #FF7A00;
  color: white;
  text-decoration: none;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
}

.grid-4 {
  display: flex;
  gap: 30px;
}

.grid-4 .card {
  flex: 1;
}

.card {
  flex: 1;
  background-color: #ffffff;
  padding: 25px;
  box-sizing: border-box;
}

.card-icon {
  width: 40px;
  height: 40px;
  background-color: #2A2444;
  border-radius: 50%;
  margin-bottom: 15px;
}

.card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: left;
}

.card p {
  font-size: 16px;
  margin-bottom: 15px;
  text-align: left;
}

.card-button {
  display: inline-block;
  padding: 8px 14px;
  background-color: #2A2444;
  color: white;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
}

.card-button:hover {
  opacity: 0.9;
}

.card-image {
  width: 100%;
  height: 160px;
  background-color: #cccccc;
  margin-bottom: 15px;
}

.card-dark {
  background-color: #2A2444;
  color: white;
}

.card-dark h3 {
  font-size: 20px;
  color: white;
}

.card-dark p {
	font-size: 16px;
}

.card-button-orange {
  background-color: #FF7A00;
  color: white;
  padding: 8px 14px;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
}

.guide-card h3 {
  margin-bottom: 10px;
}

.center-button {
  text-align: center;
  margin-top: 30px;
}

.insights-grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.insight-card {
  display: flex;
  background-color: white;
}

.insight-image {
  width: 50%;
  height: 200px;
  background-color: #ccc;
}

.insight-text {
  width: 50%;
  padding: 20px;
}

.approach-layout {
  display: flex;
  gap: 40px;
  align-items: stretch;
}

.approach-layout > .wp-block-column {
  display: flex;
  flex-direction: column;
}

.approach-image {
  flex: 1;
  height: 300px;
}

.approach-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.approach-text {
  flex: 1;
  flex-direction: column;
}

.approach-text p {
  font-size: 18px;
  line-height: 1.5;
}

.article-sidebar {
  flex: 1;
}

.article-subtitle {
  font-size: 16px;
  margin-bottom: 15px;
}

.article-meta {
  font-size: 14px;
  margin-bottom: 20px;
}

.article-main p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.article-main h2 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.article-container {
  padding: 40px 30px;
}

.article-layout {
  display: flex;
  gap: 40px;
}

.article-container {
  padding: 40px 30px;
}

.article-layout {
  display: flex;
  gap: 40px;
}


.article-sidebar h3 {
  margin-bottom: 20px;
}

.sidebar-card {
  margin-bottom: 30px;
}

.sidebar-title {
  text-align: center;
  margin-bottom: 20px;
}

.sidebar-image {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.sidebar-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.sidebar-card h4 {
  font-size: 18px;
  margin-bottom: 5px;
}

.sidebar-meta {
  font-size: 13px;
  margin-bottom: 5px;
    margin: 10px 0px;
}

.share-section {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 18px;
}


.share-section {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.contact-container {
  padding: 40px 30px;
}

.contact-intro {
  max-width: none;   
  white-space: nowrap;
  overflow: hidden;     
  text-overflow: ellipsis; 
  margin-bottom: 40px;
}

.contact-layout {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.contact-form label {
  margin-bottom: 10px; 
  font-size: 15px;      
  font-weight: bold;    
}


.form-card {
  flex: 2;
}

.info-card {
  flex: 2;
}

.contact-form {
  display: flex;
  flex-direction: column;
}

.contact-form label {
  margin-bottom: 5px;
  font-size: 13px;
}

.contact-form .form-label {
  font-size: 16px;     
  font-weight: bold;
  margin-bottom: 10px;   
  margin-top: 15px;       
  color: white;
}

.contact-form button:hover {
  opacity: 0.9;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.contact-card {
  background-color: #2A2444;
  color: white;
  padding: 30px;
  box-sizing: border-box;
}

.contact-card label {
  color: white;
  font-size: 19px;
  display: block;
  margin-bottom: 10px;
 font-weight: bold;
 font-family: Candara, Arial, sans-serif;
}


.contact-card input[type="text"],
.contact-card input[type="email"],
.contact-card input[type="tel"],
.contact-card textarea {
  width: 100%;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: none;
  background-color: white;
  color: #2A2444;
  font-size: 14px;
  box-sizing: border-box;
}

.contact-card textarea {
  height: 120px;
  resize: none;
}

.contact-card input[type="submit"] {
  background-color: #FF7A00;
  color: white;
  border: none;
  padding: 12px 20px;
  font-weight: bold;
  cursor: pointer;
  width: fit-content;
}

.contact-card input[type="submit"]:hover {
  opacity: 0.9;
}

.wpcf7-form p {
  margin: 0 0 15px 0;
}

.wpcf7-not-valid-tip {
  color: #FF7A00;
  font-size: 13px;
}

.wpcf7-response-output {
  margin-top: 20px;
  color: white;
  border-color: #FF7A00;
}

.icon {
  font-size: 14px;
}

.info-card h3 {
  margin-bottom: 20px;
}
.breadcrumb {
  margin-bottom: 20px;
  font-size: 13px;
}

#hamburger-toggle {
  display: none;
  font-size: 32px;
  color: white;
  cursor: pointer;
}

#mobile-menu {
  display: none;
  flex-direction: column;
  background-color: #1E1A33;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

#mobile-menu a {
  color: white;
  text-decoration: none;
  padding: 10px 0;
  font-size: 18px;
}

#mobile-menu a:hover {
  text-decoration: underline;
}

.site-footer {
  background-color: #D6DDF5;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.footer-left {
  flex: 1;
}

.footer-logo {
  width: 120px;
  height: auto;
}

.footer-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.footer-site-name {
  margin-left: 12px;
  font-family: Copperplate, "Copperplate Gothic Light", serif;
  font-size: 14px;
  color: #1E1A33;
  letter-spacing: 1px;
  text-align: center;
}

.footer-center {
  display: flex;
  gap: 80px;
  justify-content: center;
  flex: 2;
}

.footer-column h4 {
  margin-bottom: 10px;
  font-size: 16px;
  color: #1E1A33;
  text-transform: uppercase;
    margin-top: 0;
  padding-top: 0;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column li {
  margin-bottom: 12px;
}

.footer-column a {
  text-decoration: none;
  color: #1E1A33;
  font-size: 14px;
}

.footer-column a:hover {
  text-decoration: underline;
}

.footer-right {
  flex: 1;
  max-width: 700px;
  padding: 0 10px;
  margin-top: 0;
  align-self: flex-start;
}

.footer-right h4 {
  font-size: 16px;
  color: #1E1A33;
  text-transform: uppercase;
   margin-top: 0;
  padding-top: 0;
      margin-bottom: 10px;
}

.signup-text {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #1E1A33;
}

.email-signup {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px; 
  margin-top: 20px;
}

.email-signup input {
  padding: 10px;
  border: none;
  background-color: #2A2444;
  color: white;
  font-size: 14px;
}

.email-signup input::placeholder {
  color: white;
}

.email-signup .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.email-signup input[type="email"] {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  background-color: #2A2444;
  color: white;
  font-size: 14px;
}

.email-signup input[type="email"]::placeholder {
  color: white;
}

.email-signup input[type="submit"] {
  padding: 10px 20px;
  border: none;
  background-color: #FF7A00;
  color: white;
  font-size: 14px;
  cursor: pointer;
  margin-top: 20px;
  font-weight: bold;
}

.email-signup button {
  background-color: #FF7A00;
  color: white;
  border: none;
  padding: 10px 18px;
  cursor: pointer;
  font-weight: bold;
  width: auto;
  align-self: flex-start;
}

.email-signup button:hover {
  opacity: 0.9;
}

.footer-bottom {
  background-color: #2A2444;
  color: white;
  width: 100%;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
    padding-top: 30px;  
   padding-bottom: 30px;  
  padding-left: 30px;  
  padding-right: 30px;  
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
}

.footer-bottom-left {
  flex: 1;
  padding: 10px 0; 
}

.footer-bottom-right {
  flex: 1;
  padding: 0 10px; 
}

.footer-bottom-center {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 5px;
}

.footer-bottom-center img {
  height: 50px;
  width: auto;
}

.footer-bottom-right {
  flex: 1;
  text-align: right;
}

.footer-bottom-right a {
  color: white;
  text-decoration: none;
  margin-left: 20px;
  font-size: 14px;
}

.footer-bottom-right a:hover {
  text-decoration: underline;
}

.error-box {
  max-width: 500px;
  margin: 80px auto;
  text-align: center;
}

.error-code {
  font-size: 80px;
  margin-bottom: 10px;
  color: #2A2444;
}

.error-title {
  font-size: 28px;
  margin-bottom: 15px;
}

.error-text {
  font-size: 16px;
  margin-bottom: 25px;
}

.error-button {
  display: inline-block;
  background-color: #FF7A00;
  color: white;
  padding: 10px 18px;
  text-decoration: none;
  font-weight: bold;
}

.error-button:hover {
  opacity: 0.9;
}

.three-card-row {
  gap: 30px;
  margin-top: 50px;
}

.three-card-row .card {
  background-color: #ffffff;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.three-card-row .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.card {
  background: #ffffff;
  padding: 25px;
  border-radius: 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  text-align: left;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.card h3 {
  margin-bottom: 20px;
  font-size: 22px;
}

.card p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
}

.three-card-row .card h3 {
  font-size: 20px;
     margin-bottom: 20px;
}

.three-card-row .card p {
  font-size: 18px;
  line-height: 1.5;
  color: #1E1A33;
  margin-top: 0;
}

.approach-image img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  display: block;
}

.two-card-row {
  display: flex;
  gap: 30px;
  margin-top: 50px;
}

.two-card-row .card {
  background-color: #ffffff;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.two-card-row .card h2 {
  color: #1E1A33;
  font-weight: bold;
}

.two-card-row .card p {
  line-height: 1.6;
  color: #1E1A33;
	    margin-top: 10px;
      margin-bottom: 20px;
}

.two-card-row .card .wp-block-button__link {
  background-color: #FF7A00 !important;
  color: white !important;
  padding: 10px 18px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}

.two-card-row .card .wp-block-button__link:hover {
  opacity: 0.9;
}

.wp-block-column img {
  max-height: 390px;  
  width: 100%;
  object-fit: cover;
}

.contact-page-title {
    margin-top: 40px;
}

.contact-layout {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-top: 30px;
}

.contact-card {
  background-color: #2A2444;
  color: white;
  padding: 30px;
  flex: 1;
  box-sizing: border-box;
}

.contact-form {
  display: flex;
  flex-direction: column;
}

.contact-form .form-label {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.contact-form input,
.contact-form textarea {
  width: 97%;
  padding: 10px;
  margin-bottom: 20px;
  border: none;
  font-size: 14px;
  color: #2A2444;
}

.contact-form textarea {
  height: 120px;
  resize: none;
}

.contact-form button {
  background-color: #FF7A00;
  color: white;
  border: none;
  padding: 12px 20px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
}

.contact-form button:hover {
  opacity: 0.9;
}

.info-card {
  background-color: #2A2444;  
  color: white;
  padding-top: 12px !important;
  padding-left: 30px;
  padding-right: 30px;
  flex: 1;
  box-sizing: border-box;
}

.info-card-inner h3 {
  margin-bottom: 20px;
  font-size: 20px;
  color: white;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.contact-icon {
  width: 80px !important;
  height: 80px !important;
  object-fit: contain;
  display: block;
  transform: translateX(-20px);
}

.contact-item p {
  margin: 0;
  font-size: 18px;
  color: white;
  transform: translateX(-20px);
}

.wp-resource-block-heading {
	margin-top: 0px;
}

.info-card {
  padding-top: 25px;
  padding-bottom: 25px;
}


.resource-card img,
.featured-card img,
.community-card img {
  width: 100px;   
  height: auto;
  margin-bottom: 10px;
  object-fit: contain;
  display: block;
}


.resource-section {
  margin-top: 50px;
}

.resource-card {
  background-color: #ffffff;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-height: 280px; 
}

.resource-card .resource-icon {
 width: 100px;
  height: auto;
  margin-bottom: 0px;
  object-fit: contain;
  display: block;
  transform: translateX(-15px);
}

.resource-card h3 {
  font-size: 22px;
  margin: 0;
  color: #1E1A33;
}

.resource-card p {
  font-size: 18px;
  line-height: 1.5;
  color: #1E1A33;
  margin: 0 0 0px 0;
  flex-grow: 1; 
}

.resource-card .wp-block-button__link.wp-element-button,
.featured-card .wp-block-button__link.wp-element-button {
    background-color: #2A2444 !important;
    color: #ffffff !important;
}

.resource-card .wp-block-button__link.wp-element-button:hover,
.featured-card .wp-block-button__link.wp-element-button:hover {
    background-color: #1A1830 !important; 
    color: #ffffff !important;
}


.resource-card .resource-button {
  background-color: #2A2444 !important;
  color: white;
  padding: 8px 14px;
  width: 20%;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
}

.resource-card .resource-button:hover {
  opacity: 0.9;
}

.card .resource-button,
.card .community-button {
  background-color: #2A2444;
  color: #ffffff;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  width: fit-content;
  margin-top: auto;
}

.card .resource-button:hover,
.card .community-button:hover {
  opacity: 0.85;
}

.featured-guides-section {
    margin-top: 50px;
}

.featured-guides-section .wp-block-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
 
    margin-bottom: 10px;
}

.featured-card {
  background-color: #ffffff;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  height: auto;
}

.featured-card .featured-image {
  width: 100%;
  height: 180px; 
  object-fit: cover;
}

.featured-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.featured-card .resource-button {
  background-color: #2A2444;
  color: white;
  padding: 8px 14px;
  text-decoration: none;
  font-size: 14px;
  width: 20%;
  font-weight: bold;
  display: inline-block;
  margin-top: auto; 
  text-align: center;
}

.featured-card .resource-button:hover {
  opacity: 0.9;
}

.wp-block-group__inner-container {
  padding: 0 !important;
}

.community-row {
    padding-top: 50px;
}


.community-card {
  background-color: #2A2444; 
  color: white;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  gap: 15px;
  box-sizing: border-box;
}

.community-card h3 {
  font-size: 25px;
  margin: 0;
  color: white;
}

.community-card p {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 15px 0;
  color: white;
}

.community-card .community-button.wp-block-button__link.wp-element-button {
  background-color: #FF7A00;
  color: white;
  padding: 8px 14px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  width: 20%;
}

.community-button:hover {
  opacity: 0.9;
}

.resource-button,
.community-button {
  white-space: nowrap;
  width: fit-content;
  min-width: 120px;
}

.resource-card .resource-button,
.community-card .community-button,
.featured-card .resource-button {
  margin-top: auto;
}

.resource-card p,
.featured-card h3,
.community-card p {
  flex-grow: 1;
}

.article-meta + .article-image-box {
    margin-top: 30px;
}

.article-image-box img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  overflow: hidden;
	margin-bottom: 40px;
	margin-top: 40px;
}

.article-main::after {
  content: "";
  display: table;
  clear: both;
}

.article-main {
  flex: 2;
}

.article-image-box {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}

.article-main p {
  clear: both;
}

.article-sidebar {
  flex: 1;
   max-width: 400px;
}

.article-sidebar .widget {
  background: #1E1A33;
  padding: 20px;
  margin-bottom: 25px;
  border-radius: 10px;
}

.article-sidebar .widget h3 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
}

.article-sidebar ul,
.article-sidebar li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.article-sidebar a {
  color: black;
  text-decoration: underline;
  font-size: 13px;
}

.read-more .wp-block-button__link.wp-element-button {
  background: none !important;
  color: black !important;
  text-decoration: underline !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  font-size: 13px;
  border-radius: 0;
}

.read-more .wp-block-button__link.wp-element-button:hover {
  background: none !important;
  color: #1E1A33 !important; 
  text-decoration: underline;
}


.wp-block-buttons {
  margin: 0;
}

.article-excerpt {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #1E1A33;
}

.share-icons img {
  width: 40px; 
  height: 40px;
  object-fit: contain;
   display: block;   
}

.share-icons a {
  text-decoration: none;   
  display: inline-block;  
}

.article-container a[rel="category tag"] {
    color: #1E1A33;
    text-decoration: underline;
}

.wrapper {
  max-width: 1200px;
  padding: 0px 30px;
}

.blog-heading {
  text-align: left;
  font-size: 24px;
  margin-bottom: 30px;
}

#blog {
  padding: 40px 0;
}

#blog-feed {
  max-width: 700px;
  background-color: #ffffff;
  box-sizing: border-box;
}

.blog-item:last-child {
  border-bottom: none;
}

.blog-item a {
  text-decoration: none;
 text-align: center;
}

.blog-item a:hover {
  text-decoration: underline;
}

.blog-card {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background-color: #ffffff;
  padding: 20px;
	    margin-top: 40px;
  border: 1px solid #ddd;
}

.blog-card-image img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-card-title {
  font-size: 20px;
  margin-bottom: 0;
}

.blog-card > * {
    margin-top: 0 !important;
}


.blog-card-title a {
  text-decoration: none;
  font-size: 25px;
  color: #1E1A33;
}

.blog-meta {
  font-size: 14px;
  color: black;
  margin-top: 0 !important; 
  margin-bottom: 10px;
}

.read-more-blog-button {
  display: inline-block;
  margin-top: 30px;
  padding: 10px 18px;
  background-color: #FF7A00;
  color: white;
  text-color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  max-width: 100px;
}

.read-more-blog-button:hover {
  background-color: #E46C00;
}

.resource-card-row {
	margin-top: 50px;
}

.home-card-row {
  gap: 25px;
  padding-top: 50px;
}

.home-card {
  background: #ffffff;
  padding: 25px;
  text-align: left;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}


.home-card img {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}

.home-card h2 {
  font-size: 22px;
 margin-top: 20px;
  margin-bottom: 0px;
}

.home-card p {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.home-card .wp-block-buttons {
  margin-top: auto;
}

.home-card .wp-block-button__link {
  background-color: #1E1A33; 
  color: #ffffff;
  padding: 10px 18px;
  font-size: 14px;
  text-decoration: none;
  border-radius: 0;
  display: inline-block;
}
.home-card .wp-block-button__link:hover {
  background-color: #0C0A16;
}

.home-card-cta {
  background-color: #1E1A33;
  color: #ffffff;
  padding-top: 50px;
}

.home-card-cta h2 {
  margin-top: 10px;
  color: #ffffff;
  font-size: 35px;
}

.home-card-cta p {
  color: #ffffff;
}

.home-card-cta .wp-block-button__link {
  background-color: #FF7A00;
  color: #ffffff;
}

.home-card-cta .wp-block-button__link:hover {
  background-color: #cc6300;
}

.who-we-help-row {
    padding-top: 50px;
}

.wp-block-button__link.wp-element-button {
  background-color: #FF7A00;
  color: #ffffff;
  padding: 10px 18px;
  font-size: 14px;
  text-decoration: none;
  border-radius: 0;
  display: inline-block;
    font-weight: bold;
}

.wp-block-button__link.wp-element-button:hover {
  background-color: #cc6300;
}

.wp-block-image-home img {
  height: 300px !important;      
  width: 100%;
  object-fit: cover;   
  display: block;
}

.wp-block-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
       margin-bottom: 0px;
}

.wp-block-article-image img {
  box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
       margin-bottom: 20px;
	margin-top: 20px;
}

.text-card {
  background: #ffffff;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  font-size: 18px;
  justify-content: center;
  text-align: left;
  flex: 1; 
}

.text-card p {
  max-width: 40rem;
}

.insight-card-row {
  display: flex;
  gap: 25px;
}

.insight-card-row > .wp-block-column {
  display: flex;
}

.insight-card {
  background: #ffffff;
  padding: 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  text-align: left;
  overflow: hidden; 
 transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.insight-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}


.insight-card figure {
  margin: 0;
  height: 250px;
  overflow: hidden;
}

.insight-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.insight-card h3,
.insight-card p,
.insight-card .wp-block-buttons {
  padding-left: 20px;
  padding-right: 20px;
}

.insight-card h3 {
  margin-top: 20px;
  font-size: 20px;
}

.insight-card p {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.insight-card .wp-block-buttons {
  margin-top: auto;
  margin-bottom: 20px;
}

.insight-card .wp-block-button__link {
  background: none;
  padding: 0;
  color: #000;
  text-decoration: underline;
  border-radius: 0;
  font-size: 14px;
}

.insight-card .wp-block-button {
  margin: 0;
}

.insight-card .wp-block-button__link.wp-element-button:hover {
    background-color: transparent !important;
    color: #333 !important;
    text-decoration: underline;
}

.value-banner {
  background-color: #1E1A33;
  color: white;
  text-align: center;
  padding: 20px 0;
  font-size: 25px;

  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  margin-top: 0;
}

.value-banner .wp-block-group__inner-container {
  max-width: 100%;
  padding: 0;
}
.hero {
  margin-bottom: 0 !important;
}

.value-banner {
  margin-top: 0 !important;
}

.page-container > .value-banner:first-child {
  margin-top: -40px;
}

.accessibility-row {
    padding-top: 50px;
}

.accessibility-heading {
	margin-bottom: 5px !important;
}

.insights-row {
	padding-top: 50px;
}

.about-accessibility {
    text-align: center;
    max-width: 700px;   
    margin: 20px auto 0 auto;   
}

.featured-guides-text {
    text-align: center;
    max-width: 700px;   
    margin: 20px auto 0 auto;
}

.service-intro-text {
    text-align: center;
    max-width: 700px;   
    margin: 20px auto 0 auto;   
}

.services-row .card {
  background: #ffffff;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.services-row .card h3 {
  margin-bottom: 20px; 
}

.services-row .card p {
  margin-top: 0;
  margin-bottom: 20px;
}

.service-button {
  margin-top: 25px;
  text-decoration: underline;
  font-weight: 500;
  color: #000;
}

.service-button:hover {
  opacity: 0.7;
}

.hero-button {
  background-color: #FF7A00;
  color: #ffffff;
  padding: 10px 18px;
  font-size: 14px;
  text-decoration: none;
  border-radius: 0;
  display: inline-block;
  margin-top: 15px;
}

.hero-button:hover {
  background-color: #cc6300;
}


@media (max-width: 1100px) {
	
	.home-card-row {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
		  .approach-layout {
    flex-direction: column;
  }

  .approach-layout > .wp-block-column {
    height: auto;
  }

  .approach-image img {
    height: auto !important;
	}
	
  .grid-3 {
    flex-wrap: wrap;
  }

  .grid-3 .card {
    flex: 1 1 calc(50% - 20px); 
  }
}

@media (max-width: 1000px) {

  .main-nav {
    display: none;
  }

  #hamburger-toggle {
    display: block;
  }

  .site-header {
    position: relative;
  }
}

@media (max-width: 900px) {

  .hero-content {
    flex-direction: column;
    gap: 20px;
  }

   .hero-image {
    width: 100%;
    height: 200px;            
    flex: none;               
  }

  .hero-text {
    max-width: 100%;
  }

	 .hero-home .hero-content {
    flex-direction: column;
  }

  .grid-4,
  .grid-3 {
    flex-direction: column;
  }

  .insight-card {
    flex-direction: column;
  }

  .insight-image,
  .insight-text {
    width: 100%;
  }
	
  .grid-3,
  .grid-2 {
    flex-direction: column;
    gap: 20px;
  }

  .card {
    width: 100%;
  }

  .section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
	
  .approach-layout {
    display: block !important;       
  }

  .approach-layout > .wp-block-column {
    width: 100% !important;          
    margin: 0 0 20px 0;               
    float: none !important;      
  }

  .approach-image img {
    width: 100%;
    height: auto;
    display: block;
  }

  .grid-3 {
    flex-direction: column;
  }

  .grid-2 {
    flex-direction: column;
  }
	
.article-layout {
  display: block;
}
  .article-main,
  .article-sidebar {
    width: 100%;
	 max-width: 100%
  }

  .article-sidebar {
    margin-top: 30px;
  }

  .article-container {
    padding: 30px 20px;
  }
	
	 .contact-layout {
    flex-direction: column;
    gap: 20px;
  }

  .contact-card {
    width: 100%;
  }

  .contact-container {
    padding: 30px 20px;
  }

 .contact-form button {
    width: auto;        
    padding: 10px 20px;  
  }
	
.wpcf7-form-control,
.wpcf7-form-control input,
.wpcf7-form-control textarea,
.wpcf7-form-control select {
  font-family: Ebrima, Arial, sans-serif !important;
  font-size: 16px;
  color: #000; 
}
	
  .site-header {
    padding: 20px;
  }

	
  .footer-site-name {
  text-align: center;
}
	.footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .footer-center {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }

  .footer-column {
    width: 100%;
  }

  .footer-right {
    max-width: none;
    width: 100%;
	  padding-left: 0 !important;
  padding-right: 0 !important;
  }
	
	.footer-left {
		margin-bottom: 20px;
	}

  .footer-bottom-inner {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
  }
	
	.footer-bottom-left {
  margin-bottom: 20px;
}

.footer-bottom-center {
  margin-bottom: 20px !important;
}
	
  .footer-bottom-right {
    text-align: left;
  }

  .footer-bottom-right a {
    margin-left: 0;
    margin-right: 15px;
  }
}
	
@media (max-width: 768px) {
	  .home-card-row {
    grid-template-columns: 1fr;
  }
	
  .approach-layout {
    flex-direction: column;
  }

  .approach-layout > .wp-block-column {
    height: auto;
  }

  .approach-image img {
    height: auto !important;
	}
	
	}