/* COLORS



*/

@media only screen and (min-width: 701px) {
	.above_fold_container {
		background:  url(/wp-content/uploads/2025/04/bg-scaled-e1745334917913.webp)!important;
		background-size: cover!important;
    	background-color: rgb(12 76 87)!important;
    	background-blend-mode: multiply!important;
	}
}

@media only screen and (max-width: 1250px) {
	.scroll-btn {
    	display: block!important;
  }
	.scroll-btn2 {
    	display: block!important;
  }
	.post_list {
		grid-template-columns: 1fr 1fr!important;
	}
}

@media only screen and (max-width: 1000px) {
	.thank_you_container {
		width:90%!important;
	}
	h1 {
		font-size: 30px!important;
	}
	h2 {
		font-size: 25px!important;
	}
	h3 {
		font-size: 22px!important;
	}
	p, ul, ol {
		font-size: 20px!important;
	}
	.logo_wrap p {
		font-size: 22px!important;
	}
	.post_wrap h2 a {
		font-size: 25px!important;
	}
	.post_list {
		margin: 50px auto!important;
	}
	.footer_wrap {
		display: block!important;
	}
	.disclaimer_footer {
		width:100%!important;
	}
	.post_wrap_content {
		display:block!important;
	}
	.post_wrap_content_left {
		width:100%!important;
	}
	.post_wrap_content_right {
		width:100%!important;
	}
	.post_wrap img {
		float: none!important;
		margin: 0 auto!important;
    	display: block!important;		
	}
	.above_fold_wrap_50 h1 {
		font-size: 33px;
   	 	line-height: 40px;
	}
	.above_fold_wrap_50 h2 {
		font-size: 22px!important;
   	 	line-height: 30px!important;
	}
	.lead_gen_cta {
		display: block!important;
	}
	.lead_gen_cta a {
		height: 60px!important;
	}
	.three_item_section, .four_item_section {
		display: block!important;
	}
	.three_item_single, .four_item_single {
		width: 100%!important;
		margin:5px 0!important;
	}
}


@media only screen and (max-width: 700px) {
	.post_wrap img {
		float: none!important;
		margin: 0 auto!important;
    	display: block!important;		
	}
	.thank_you_container h1 {
		margin-bottom: 45px!important;
    	margin-top: 40px!important;
	}
	.footer_container a {
		font-size: 16px!important;
	}
	.above_fold_center {
		padding-top:30px!important;
	}
	.above_fold_center h2 {
		margin-bottom: 40px!important;
	}
	.header_plus_text_container {
		margin: 30px auto 0!important;
	}
	table {
		font-size: small!important;
	}
	table tr:first-child td, table tr td:first-child {
		font-size: small!important;
	}
	.above_fold_wrap_50 {
		display: block!important;
	}
	.above_fold_left_50 {
		width:100%!important;
	}
	.above_fold_right_50 {
		width:100%!important;
	}
	.home_cta {
		display: block!important;
	}
	.home_cta a {
		width: 110px!important;
		height:50px!important;
		margin-left: 0!important;
	}
	.post_list {
		grid-template-columns: 1fr!important;
	}

	

	
}

@media only screen and (max-width: 400px) {
	.post_wrap img {
	}
		h1 {
		font-size: 24px!important;
	}
	h2 {
		font-size: 21px!important;
		line-height: 22px!important;
	}
	h3 {
		font-size: 17px!important;
		line-height: 20px!important;
	}
	p, a, ul, ol {
		font-size: 16px!important;
/* 		color:blue!important; */

	}
	.post_wrap h2 a {
		font-size: 21px!important;
		line-height: 22px!important;
		
	}
	.post_list {
		margin: 30px auto!important;
		padding: 0.5rem!important;
	}
	.footer_wrap {
		font-size: medium!important;
	}
	table {
		font-size: small!important;
		line-height: 18px!important;
	}
	table tr:first-child td, table tr td:first-child {
		font-size: small!important;
		line-height: 18px!important;
	}
	.above_fold_wrap_50 h2 {
		font-size: 19px!important;
   	 	line-height: 27pxpx!important;
	}
	.above_fold_wrap_50 h1 {
   	 	line-height: 30px!important;
	}

}

html {
	margin:0;
}

.calculator {
    background: #004187;
    padding: 20px 5%;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 90%;
    max-width: 320px;
    margin: 20px auto;
}

.calculator h2 {
	text-align: center;
	color: #333;
}
.calculator label {
	display: block;
	margin-top: 12px;
	color: #ffffff;
	font-weight: bold;
}
.calculator input {
    width: 94%;
    padding: 8px;
    margin-top: 6px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
}
.calculator button {
	width: 100%;
	padding: 10px;
	margin-top: 16px;
	border: none;
	background: #FFC107;
	color: #004288;
	font-size: 16px;
	border-radius: 6px;
	cursor: pointer;
}
.calculator button:hover {
	background: #ffeb3b;
}
.calculator .result {
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #2e7d32;
}
.small {
	color: #8fdcff;
    margin-top: 15px;
	display: block;
	font-weight: 400;
}

.post_thumbnail img {
       height: 100%;
       margin-left: -20px;
}


.thank_you_container {
	width: 80%;
    margin: 30px auto 70px;
    display: block;
    max-width: 1400px;
}

body {
	margin:0;
	color: #3e3e3e;
	font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 25px;
	
}

.post_list {
	max-width: 1400px;
    padding: 0 6%;
    text-align: left;
    margin: 100px auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; /* explicit 3 columns (no repeat()) */
  gap: 2rem;
  padding: 2rem;
  grid-auto-rows: 1fr;    /* make implicit rows equal height */
  align-items: stretch;
}

p, ul, a, ol {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 25px;
}
h3 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

h1, h2 {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

h2 {
	line-height: 35px;
}

h1 {
	line-height: 45px;
}

h3 {
	font-size: 22px;
}

.top_nav_container {
	height: fit-content; 
	background: white; 
	position: relative;
    width: 100%;
	margin-top: 0px;
	box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .1) 0 2px 5px 0, rgba(0, 0, 0, .07) 0 1px 1px 0;
	z-index: 1;
}

.header_plus_text_container{
	max-width: 1400px;
    padding: 0 6%;
    margin: 70px auto 0;
    text-align: center;
}

.logo_container {
	height: 80px;
    display: flex;
    align-items: center;
	justify-content: space-between;
}

.logo_container a {
	height: 100%;
	color: #003536;
}

.logo_wrap {
	height: 80px; 
	display: inline-flex;
	align-items: center;
}

.above_fold_post {
	width:100%; padding-top: 1px;padding-bottom: 40px;
}

.above_fold_post h1 {
	 line-height: 57px; text-align: left; margin-bottom: 90px; margin-top: 80px; width: 45%;
}

.post_wrap {
	background: white;
    border-radius: 11px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15),
              0 6px 12px rgba(0, 0, 0, 0.10);
  	transition: transform 0.25s ease, box-shadow 0.25s ease;
    margin: 10px 0;
    border: solid 2px #607D8B;
	
    align-items: center;
}

.post_wrap:hover {
	transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18),
              0 8px 16px rgba(0, 0, 0, 0.12);
}

.post_wrap_content {
	flex-direction: row-reverse;
	display: inline-flex;
}

.post_wrap_content_right  {
	width: 30%;	
}

.post_wrap_content_left  {

}

.post_wrap a {
	color: #003f85;
	text-decoration: none;
}

.post_wrap h2 a {
	color: #003f85;
    font-size: 30px;
	font-family: "Russo One", sans-serif;
}

.post_wrap img {
    width: 100%;
    height: auto;
	border-top-right-radius: 7px;
    border-top-left-radius: 7px;
}

.post_link {
	text-decoration: none;
	color: #3e3e3e;
	display: flex;
}

a {
	color:#0056b7;
}

.above_fold_container {
    background: radial-gradient(#117771, #042828);
    color: #F4F6F8 !important;
}
.above_fold_container_white {
    background: url('/wp-content/uploads/2025/11/bg112.webp');
    color: #3e3e3e !important;
	background-repeat: no-repeat;
    background-size: cover;
	margin-bottom:80px;
}

.above_fold_wrap {
	max-width: 1400px;
    margin: auto;
    display: flex;
    align-items: center;
	padding: 0 5%;
}

.above_fold_wrap_center {
	max-width: 1400px;
	padding: 0 6%;
    margin: auto;
	text-align: center;
}


.above_fold_wrap_50 {
	max-width: 1400px;
	padding: 0 6%;
    margin: auto;
	text-align: left;
	display: flex;
    align-items: center;
}

.above_fold_right_50 {
	width:50%;
	
}

.above_fold_right_50 img {
	width:100%;
}

.above_fold_left, .above_fold_right {
	width: 46%;
    padding: 2%;
	padding-top:110px;

}

.above_fold_left h1, .above_fold_left h2 {
	text-align:left;
}

.above_fold_center {
	width: fit-content;
    padding: 2%;
	padding-top:100px;
	margin: 0 auto;
}

.above_fold_left_50 {
	padding: 2%;
	width: 50%;
	color: #fefde8;
}

.above_fold_left_50 h1, 
.above_fold_left_50 h2 {
	text-align: left;
}

.above_fold_center h2 {
	margin-bottom: 100px
}

.above_fold_right img {
	width:100%
}

.primary_cta {
	background-color: #00897B;
    border-radius: 4px;
    box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    padding: 14px 20px 10px;
    text-align: center;
    -webkit-user-select: none;
    touch-action: manipulation;
	text-transform: uppercase;
	display: inline-block;
}


.secondary_cta {
    border-radius: 4px;
    color: #003f85;
    cursor: pointer;
    display: inline-block;
    -webkit-user-select: none;
    touch-action: manipulation;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    padding: 6px 15px 3px;
	border-style: solid;
    border-width: .125rem;

}

.secondary_cta {
	text-decoration: none;
}

.cta_section_container {
	margin: auto;
    width: fit-content;
}

ol li {
	margin:10px 0;
}


.footer_container {
	background: #003536;
    color: #F4F6F8 !important;
}

.footer_wrap {
    max-width: 1400px;
	padding: 0 6%;
    margin: 100px auto;
    padding-top: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 10%;
}

.footer_wrap a {
	display:block;
}

.footer_col_1 {
	width:fit-content;
}

.footer_col_2 {
	width:fit-content;
}

.footer_col_3 {
	width:fit-content;
	margin-top: 66px;
}

.footer_col_2_in {
	display: grid;
    grid-template-columns: [first] 50% [line2] 50%;
}

.footer_col_2_wrap {
	width:130%;
}

.footer_wrap a {
	margin: 10px;
}

.footer_col_2_in a {
	margin:5px;
}

td {
	background: #e4e4ff;
	padding:3px 10px;
	text-align: left;
}

table{
	font-size: 14px;
}

table tr:first-child td, table tr td:first-child {
	background-image: linear-gradient(92.88deg, #455EB5 9.16%, #5643CC 43.89%, #673FD7 64.72%);
    border-style: none;
    box-sizing: border-box;
    color: #FFFFFF;
    flex-shrink: 0;
    font-family: "Inter UI", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 500;
    height: 4rem;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
    transition: all .5s;
    touch-action: manipulation;
	text-transform: uppercase;
}

table tr:first-child td {
	text-align: left;
}

table tr td:nth-child(5), table tr td:nth-child(8), table tr td:nth-child(9) {
	min-width: 150px;
}

table td:first-child,
table th:first-child {
  position: sticky;
  left: 0;
  z-index: 1; /* Ensures it stays on top of other columns */
}

.scroll-btn {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.2);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 50%;
  backdrop-filter: blur(4px);
  display: none; /* Hide by default */
}

.scroll-btn.left {
    left:0;
}

.scroll-btn.right {
    right:0;
}



.scroll-btn2 {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.2);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 50%;
  backdrop-filter: blur(4px);
  display: none; /* Hide by default */
}

.scroll-btn2.left2 {
    left:0;
}

.scroll-btn2.right2 {
    right:0;
}


.menu ul {
	list-style: none;
    display: inline-flex;
}

.menu ul li a {
	text-decoration:none;
	font-weight:600;
}

.menu ul li {
	margin:0 10px;
}

.below_fold {
	max-width: 1400px;
    padding: 0 6%;
    margin: auto;

}

.section_wrap h2 {
	color: #003f85;
}
.section_wrap h3 {
	text-align: center;
    font-weight: 600;
}

.three_item_section {
	display: flex;
    justify-content: space-around;
    align-items: stretch;
	padding-bottom: 50px;
}

.three_item_single {
	text-align: center;
    width: 30%;
    display: grid;
    align-items: center;
    justify-items: center;
    padding: 0.5% 1.5% 1.5%;
    border-radius: 4px;
    box-shadow: rgb(148 148 148 / 50%) -1px -1px 9px 0px inset, rgba(0, 44, 97, .1) 0 3px 6px 0;
	
}

.negative_bg {
	background: #ffcac6;
}

.positive_bg {
	background: #bfffc2;
}

.three_item_single img, .four_item_single img {
	width:70px;
}


.four_item_section {
	display: flex;
    justify-content: space-around;
    align-items: stretch;
	padding-bottom: 50px;
}

.four_item_single {
	text-align: center;
    width: 21%;
    display: grid;
    align-items: center;
    justify-items: center;
    padding: 0.5% 1.5% 1.5%;
    border-radius: 4px;
    box-shadow: rgb(148 148 148 / 50%) -1px -1px 9px 0px inset, rgba(0, 44, 97, .1) 0 3px 6px 0;
	
}

.home_cta {
	background: #ffc107; padding: 10px 30px; box-shadow: 0 10px 20px rgba(0, 0, 0, .1), 0 3px 6px rgba(0, 0, 0, .05);display:flex; align-items: center;
}

.home_cta a {
	align-items: center;background-image: radial-gradient(100% 100% at 100% 0, #0010ef 0, #779eeb 100%);border-radius: 6px;box-shadow: rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, rgba(58, 65, 111, .5) 0 -3px 0 inset;color: #fff;cursor: pointer;display: grid;height: 100px;list-style: none;padding-left: 16px;padding-right: 16px;position: relative;text-align: center;text-decoration: none;transition: box-shadow .15s, transform .15s;width: 600px;margin-left: 30px;
}

.lead_gen_cta {
	display: flex;align-items: center;justify-content: space-between;
}

.lead_gen_cta a, .lead_gen_button {
	text-align: center;align-items: center;background-image: radial-gradient(100% 100% at 100% 0, #0010ef 0, #779eeb 100%);border-radius: 6px;box-shadow: rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, rgba(58, 65, 111, .5) 0 -3px 0 inset;color: #fff;cursor: pointer;display: inline-flex;height: 100px;list-style: none;padding-left: 16px;padding-right: 16px;position: relative;text-decoration: none;transition: box-shadow .15s, transform .15s;
}

.lead_gen_button {
	margin: 0 auto;
    display: grid;
    font-size: larger;
}

.prop_ratings_wrap, .eval_section_wrap {
	font-size: medium;
    font-weight: 600;
	background: #6cc1bc;
	margin: 1% auto 2%;
	max-width: 1500px;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) -1px 5px 9px 5px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
	width:98.9%
}

.prop_ratings_wrap h4 {
	text-align: center;
    margin-bottom: 0;
}

.prop_ratings, .eval_section {
    display: flex;
    flex-wrap: wrap;
}

.prop_ratings {
	justify-content: center;
}

.eval_section {
	justify-content: space-around;
}

.prop_ratings img {
height: 50%;
    display: block;
    margin: 10px auto;
    width: auto;
}

.prop_ratings_single {
	text-align: center;
    padding: 15px 5px 0px 5px;
    margin: 10px 5px;
    background: #6cc1bc;
    border-radius: 10px;
    width: 18%;
    height: 90px;
    min-width: 250px;
}


.progress_section {
	width: 14%;
    height: 29px;
	border: 1px #ffffff solid;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.progress_bar {
	display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

.progress_section_1 {
	background: #f37a54;
	border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}

.progress_section_2 {
	background: #f6b36b;
}

.progress_section_3 {
	background: #c9e682;
}

.progress_section_4 {
	background: #58cc74;
}

.progress_section_5 {
	background: #00faa1;
	border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}

.eval_item {
width: 33%;
    height: 100px;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 250px;
    justify-content: center;
}

.eval_item img, .funded_item img {
	width: 12%;
    height: auto;
	min-width: 50px;
}

.funded_section {
	display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-around;

}

.funded_item {
	background:#003636;
	width: 45%;
	color: white;
	border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) -1px 5px 9px 5px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
	margin: 10px 0;
	display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 2%;
    gap: 20px;
	min-width:300px;
}




