/*
Theme Name: Shoora TwentySix
Theme URI: 
Author: RVADV
Author URI: 
Description: 
Requires at least: 6.7
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
:root {
	--main-h2-color: #1B1865;
	--main-h2-font-family: Outfit;
	--main-h2-font-size: 64px;
	--main-h2-font-style: normal;
	--main-h2-font-weight: 500;
	--main-h2-line-height: 100%;

	--main-h2:
		var(--main-h2-font-style)
		var(--main-h2-font-weight)
		var(--main-h2-font-size)
		var(--main-h2-line-height)
		var(--main-h2-font-family);

}
.header_logo img {
    max-width: 100px;
    height: auto;
}
.header_logo svg {
    height: 38px;
}
#primary_header {
    /*border-bottom: 1.5px dashed rgb(226, 223, 240);*/
    z-index: 20;
    position: fixed;
    background-color: #2e2c7d;
    top: 0;
    left:0;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
#primary_desktop_header {
    display: flex;
    flex-direction: row;
    align-items: center;
}
#primary_desktop_header_menu {
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
header.scrolled #primary_desktop_header_menu {
	padding-top: 15px;
	padding-bottom: 15px;
}
header.scrolled #primary_header_notification {
	/*display: none;*/
}
.header_nav {
    margin: 0 20px 0 auto;
}
.header_nav ul.menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    margin: 0;
}
.header_nav ul.menu > li {
    list-style-type: none;
    margin-right: 15px;
    position: relative;
}
.header_nav ul.menu > li a {
	color: #FFF;
	font-family: Outfit;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration: none;
}
.header_nav ul.menu > li a:hover {
	color: rgb(255, 121, 44);
}
.header_nav ul li ul.sub-menu {
	display: 	none;
}
.header_nav ul.menu > li.menu-item-has-children > a:after {
	content: "▾";
	margin-left: 0px;

}
.header_nav ul.menu > li.menu-item-has-children ul.sub-menu {
	position: absolute;
	left: -40px;
	width: 200px;
	padding: 12px 0 0;
}
.header_nav ul.menu > li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}
.header_nav ul.menu > li.menu-item-has-children:hover ul.sub-menu:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: transparent;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    z-index: 2;
}
.header_nav ul.menu > li.menu-item-has-children ul.sub-menu li {
    list-style-type: none;
    width: 200px;
    background-color: #fff;
    padding: 0;
}
.header_nav ul.menu > li ul.sub-menu a {
    color: rgb(47, 45, 82);
    padding: 10px;
    display: inline-block;
}
.header_nav ul.menu > li ul.sub-menu a:hover {
	color: rgb(255, 121, 44);
}
.header_cta_container {
    margin: 0px;
    flex-shrink: 0;
}
.header_cta_container.primary_bttn_container a[class*="bttn"] {
    padding: 10px 30px;
    font-size: 18px;
}
.header_cta_container .quaternary_bttn {
    background-color: #1e1c53;
    border: 1px solid #ff792c;
    color: #fff;
}
.header_cta_container .quaternary_bttn:hover {
    color: #1e1c53;
    border: 1px solid #ff792c;
    background-color: #fff;
}
#primary_header_notification a[class*="bttn"] {
	padding: 10px 60px;
	font-size: 18px;
}
#header_buffer {
    height: 88px;
}
#header_buffer.notification_enabled {
    height: 140px;
}
header#primary_header.transp_header {
	background: transparent;
}
header#primary_header.transp_header + #header_buffer {
    position: absolute;
}
header#primary_header.transp_header.notification_enabled ~ #page_wrap {
    padding-top: 50px;
}
#primary_header_notification {
    background-color: #ff792c;
    color: #fff;
    font: 18px Outfit, sans-serif;
    padding: 15px 0;
}
#primary_header_notification > .grid-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	column-gap: 15px;
}
#primary_header_notification p {
	margin: 0;
}
.primary_bttn_container {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.primary_bttn_container a[class*=bttn] {
	margin-right: 20px;
}
.primary_bttn {
	background: rgb(255, 121, 44);
	border: 1px solid rgb(255, 121, 44);
    color: rgb(255, 255, 255);
    font: 400 20px Outfit, sans-serif;
    padding: 10px 80px;
    border-radius: 7px;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}
.primary_bttn:hover {
	background: rgb(255, 255, 255);
	border: 1px solid rgb(255, 121, 44);
	color: rgb(255, 121, 44);
}
.secondary_bttn {
    border: 1.5px solid rgb(255, 121, 44);
    color: rgb(255, 121, 44);
    font: 400 20px Outfit, sans-serif;
    padding: 15px 80px;
    border-radius: 7px;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}
.tertiary_bttn {
	border: 1.5px solid #2e2c7d;
	color: #2e2c7d;
	font: 400 20px Outfit, sans-serif;
	padding: 15px 80px;
	border-radius: 7px;
	cursor: pointer;
	text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}	
.tertiary_bttn:hover {
	color: rgb(255, 121, 44);
}
.quaternary_bttn {
	display: inline-block;
	background: rgb(255, 255, 255);
	color: #2e2c7d;
	font: 400 20px Outfit, sans-serif;
	padding: 15px 80px;
	border-radius: 8px;
	text-decoration: none;
	border: 1.5px solid rgb(226, 223, 240);
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}
.quaternary_bttn:hover {
	background: #2e2c7d;
	color: #fff;
	border: 1.5px solid #2e2c7d;
}
.primary_bttn i, .secondary_bttn i, .tertiary_bttn i, .quaternary_bttn i {
    position: absolute;
    right: 20px;
    font-weight: 300;
}
.primary_sub_bttn {
	font: 500 18px Outfit, sans-serif;
	color: rgb(47, 45, 82);
	background: rgb(242, 244, 248);
	border: 1px solid rgb(226, 223, 240);
	padding: 7px 12px;
	border-radius: 7px;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
}
.primary_sub_bttn:hover {
    color: rgb(255, 121, 44);
    background: rgb(255, 230, 214);
    border: 1px solid rgb(255, 121, 44);
}
.secondary_sub_bttn {
    font: 500 18px Outfit, sans-serif;
    color: #1B1865;
    background: rgb(255, 255, 255);
    border: 1px solid #1B1865;
    padding: 6px 12px;
    border-radius: 7px;
    text-decoration: none;
    display: inline-block;
}
.secondary_sub_bttn:hover, .secondary_sub_bttn.active {
	border: 1.5px solid rgb(255, 121, 44);
	background: rgb(255, 121, 44);
	color: #fff;
}
.primary_link_list {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}
.primary_link_list p {
    margin: 0;
    font: 14px / 1.7 Outfit, sans-serif;
    color: rgb(107, 106, 134);
}
.primary_link_list p + p, .primary_link_list p + a {
	margin-left: 5px;
}
.primary_link_list a {
    color: rgb(47, 45, 82);
    cursor: pointer;
    border-bottom: 1px solid rgb(214, 208, 196);
    font-size: 16px;
    text-decoration: none;
}
.primary_link_list a:hover {
	color: rgb(255, 121, 44);
}
.primary_link_list > span {
    margin: 0 5px;
    font-size: 14px;
}
.primary_link_list a[style*="color"] {
    border-bottom: none;
    font-weight: bold;
    text-decoration: none;
}
.primary_link_list a[style*="color"]:hover {
    text-decoration: underline;
}
.rv_video_frame .fancybox-content {
	visibility: hidden;
}
.rv_video_frame iframe {
    width: 50vw;
    height: 50vh;
    position: fixed;
    top: 25vh;
    left: 25vw;
    visibility: visible;
}
.rv_doc_frame .fancybox-content {
	visibility: hidden;
}
.rv_doc_frame iframe {
    width: 80vw;
    height: 80vh;
    position: fixed;
    top: 10vh;
    left: 10vw;
    visibility: visible;
}
.block_anchor {
	position: relative;
	bottom: 100px;
	visibility: hidden;
}
.project_gallery_wrapper + .logo_banner {
	background-color: #f7f7fa;
}
.logo_banner + .primary_path_blocks_wrapper {
    margin-top: 60px;
}
.bordered_checkbox_list_wrapper + h2.wp-block-heading {
    margin-top: 50px;
}
.source_selector_wrapper + .disclaimer_separator_wrapper {
    background: #F7F7FA;
    padding-bottom: 50px;
}
.primary_page_title_block_wrapper + .linked_title_block_wrapper {
    padding-top: 50px;
}
#page_wrap > h1:first-child {
    margin-top: 70px;
}
/*Start Footer styles - Desktop*/    
	#footer_form_wrapper {
		margin: 40px 0 0px;
	}
	.footer_form_container[class*="grid"] {
		border-radius: 8px 8px 0 0;
		background: #f7f7fa;
		padding: 75px 120px;
		position: relative;
	}
	.footer_form_title h2 {
		color: #1B1865;
		font-family: Outfit;
		font-size: 64px;
		font-style: normal;
		font-weight: 500;
		line-height: 100%; /* 64px */
    		margin: 0;
    	}
    	.footer_form_title p {
		color: #4E4E4E;
		font-family: "Public Sans";
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 142%; /* 25.56px */
		margin: 33px 0px 0px;
	}
	.footer_form_inputs .flexed_form_fields {
	    display: flex;
	    flex-direction: row;
	    align-items: center;
	    flex-wrap: wrap;
	    row-gap: 10px;
	}
	.footer_form_inputs .flexed_form_fields .input_wrap {
	    width: calc(50% - 5px);
	}
	.footer_form_inputs .flexed_form_fields .input_wrap input {
	    max-width: none;
	}
	.footer_form_inputs .flexed_form_fields .input_wrap:nth-child(2n + 1) { 
		margin-right: 10px;
	}
	.footer_form_inputs .flexed_form_fields .input_wrap:nth-child(2n + 2) { 
		margin-right: 0px;
	}
	.footer_form_inputs .flexed_form_fields .input_wrap span, .footer_form_inputs .flexed_form_fields .input_wrap input {
	    width: 100%;
	}
	.footer_form_image {
	    position: absolute;
	    right: 20px;
	    bottom: 0;
	}
	.footer_form_image img {
	    width: 100%;
	    height: auto;
	}
	.input_wrap input, .footer_form_inputs .gfield input {
		font: 16px Outfit, sans-serif;
		color: rgb(107, 106, 134) !important;
		background: rgb(255, 255, 255) !important;
		border: 1.5px solid rgb(226, 223, 240) !important;
		border-radius: 8px;
		padding: 10px 12px;
	}
	.input_wrap textarea, .gfield textarea {
	    display: block;
	    margin-top: 12px;
	    font: 16px Outfit, sans-serif;
	    color: rgb(156, 154, 180);
	    background: rgb(255, 255, 255);
	    border: 1.5px solid rgb(226, 223, 240);
	    border-radius: 8px;
	    padding: 11px 13px;
	    min-height: 88px;
	}
	.input_wrap p,  .submit_wrap p {
		margin: 0;
	}
	.input_wrap[class*="grid"] input, .input_wrap[class*="grid"] textarea {
		width: 100%;
		box-sizing: border-box;
		margin: 0 0 10px;
	}
	.input_wrap[class*="grid"]:not(.grid-parent) {
	    padding-left: 5px;
	    padding-right: 5px;
	}
	.flexed_form_fields {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-block: 16px;
	}
	.flexed_form_fields .input_wrap {
	    margin-right: 10px;
	}
	.flexed_form_fields .input_wrap:last-child {
		margin-right: 0;
	}
	.flexed_form_fields input {
		max-width: 162px;
	}
	.input_wrap .wpcf7-checkbox > span {
	    margin: 0 10px 0 0;
	    /*max-width: 680px;*/
	}
	.input_wrap .wpcf7-checkbox label {
	    font: 16px / 1.5 Outfit, sans-serif;
	    color: rgb(107, 106, 134);
	    display: flex;
	    flex-direction: row;
	    align-items: flex-start;
	}
	.input_wrap .wpcf7-checkbox input {
	    margin-right: 10px;
	}
	.submit_wrap {
		margin-top: 10px;
	}
	.submit_wrap input, .footer_form_inputs .gform_button.button {
		background: rgb(255, 121, 44) !important;
		color: rgb(255, 255, 255) !important;
		font: 400 20px Outfit, sans-serif !important;
		padding: 12px 24px !important;
		border-radius: 8px !important;
		cursor: pointer !important;
		border:none !important;
		height: auto !important;
	}
	.submit_wrap input:hover, .footer_form_inputs .gform_button.button:hover  { 
		background-color: #2e2c7d;
		color: #fff;
	}
	.footer_form_inputs .gform_title, .footer_form_inputs legend {
	    display: none !important;
	}
	.footer_form_inputs .gform-theme--foundation .gform_fields {
	    row-gap: 15px !important;
	}
	#primary_footer {
		background: #2e2c7d;
		color: rgb(226, 223, 240);
		padding: 40px 24px 100px;
	}
	#primary_footer_content img {
	    max-height: 38px;
	}
	#primary_footer_content svg {
	    max-height: 38px;
	}
	#primary_footer_content > p {
		color: rgba(255, 255, 255, 0.80);
		font-family: "Public Sans";
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 142%; /* 25.56px */
		margin: 30px 0 20px;
	}
	#primary_footer_share {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	#primary_footer_share a {
		font: 13px Outfit, sans-serif;
	    	color: rgb(226, 223, 240);
	    	text-decoration: none;
	    	margin-right: 15px;
	}
	#primary_footer_share a:hover {
		color: #ff792c;
	}
	#primary_footer_share a:last-child {
		margin-right: 0;
	}
	#primary_footer_share a i {
	    font-size: 24px;
	}
	#primary_footer_share a svg {
	    height: 24px;
	}
	#primary_footer_top {
	    display: flex;
	    flex-direction: row;
	    align-items: flex-start;
	}
	#primary_footer_menu_left li, #primary_footer_menu_right li {
		display: block;
		list-style-type: none;
	}
	#primary_footer_menu_left li a, #primary_footer_menu_right li a {
		text-decoration: none;
		display: inline-flex;	
		margin-bottom: 5px;
		flex-direction: row;
		align-items: center;

		color: #FFF;
		font-family: "Public Sans";
		font-size: 18px;
		font-style: normal;
		font-weight: 500;
		line-height: 142%; /* 25.56px */
	}
	#primary_footer_menu_left li a:hover, #primary_footer_menu_right li a:hover {
		color: #ff792c;
	}
	#primary_footer_menu_left li.darkgray > a, #primary_footer_menu_right li.darkgray > a {
	    margin-bottom: 10px;
	    color: rgba(255, 255, 255, 0.64);
	    font-family: Outfit;
	    font-size: 14px;
	    font-style: normal;
	    font-weight: 500;
	    line-height: normal;
	    letter-spacing: 1.68px;
	}
	#primary_footer_menu_left li.gray > a, #primary_footer_menu_right li.gray > a {
	    color: rgb(163, 156, 143);
	}	   
	#primary_footer_menu_left li.inactive > a, #primary_footer_menu_right li.inactive > a {
		pointer-events: none;
	}
	#primary_footer_menu_left li.orange > a, #primary_footer_menu_right li.orange > a {
		color: rgb(255, 121, 44);
		font-weight: 600;
	}
	#primary_footer_menu_left li.orange > a:hover, #primary_footer_menu_right li.orange > a:hover {
		text-decoration: underline;
	}
	#primary_footer_menu_left li a i, #primary_footer_menu_right li a i {
	    font-size: 20px;
	    color: #ff792c;
	    margin-right: 7px;
	}
	#primary_footer_disclaimer {
		margin-top: 26px;
		border-top: 1px solid rgba(255, 255, 255, .24);
		padding-top: 16px;
		max-width: 900px;

		color: rgba(255, 255, 255, 0.64);
		font-family: "Public Sans";
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 142%; /* 19.88px */
	}
	#primary_footer_disclaimer p {
		margin: 0;
	}
	#primary_footer_disclaimer p + p {
		margin: 0 0 10px;
	}
	#primary_footer_copy {
	    display: flex;
	    flex-direction: row;
	    align-items: center;
	    margin-top: 16px;
	}
	#primary_footer_copy > p {
		margin: 0 16px 0 0;
	}
	#primary_footer_copy ul.menu {
	    display: flex;
	    flex-direction: row;
	    align-items: center;
	    list-style-type: none;
	    margin: 0;
	    padding: 0;
	}
	#primary_footer_copy ul.menu li {
		margin-right: 16px;
	}
	#primary_footer_copy p, #primary_footer_copy ul.menu li a {
	    	text-decoration: none;
		color: rgba(255, 255, 255, 0.64);
		font-family: "Public Sans";
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 142%; /* 19.88px */
	}
	#primary_footer_copy ul.menu li a:hover {
		color: rgb(255 121 44);
	}
	#primary_footer_copy ul.menu li.lite a {
		color: rgb(156, 154, 180);
	}
	#primary_footer_copy ul.menu li.lite a:hover {
		color: rgb(255 121 44);
	}
	.wp-block-separator {
	    color: rgb(226, 223, 240);
	    max-width: 1180px;
	    margin: 15px auto;
	    display: block;
	}
/*End Footer styles - Desktop*/


/*Start Project Page Styles - Desktop*/
	.primary_hero_gallery_single {
	    max-height: 75vh;
	}
	.primary_hero_gallery_single img {
	    width: 100%;
	    display: block;
	    max-height: 75vh;
	    object-fit: cover;
	}
	.primary_hero_gallery_single + .primary_hero_gallery_single {
	    display: none;
	}
	body.single-project .primary_path_icon_disclaimer[class*="grid"] {
		margin-top: 10px;
		background: #E8EBFE;
		border: 1px solid rgb(226, 223, 240);
		border-radius: 9px;
		padding: 12px 15px;
		font: 16px / 1.6 Outfit, sans-serif;
		color: rgb(107, 106, 134);
		margin-bottom: 30px;
	}
	.project_investment_content_container {
	    display: flex;
	    flex-direction: row;
	    align-items: flex-start;
	    position: relative;
	    z-index: 2;
	}
	.project_investment_content_icon {
	    width: 100px;
	    height: 100px;
	    display: inline-block;
	    margin-right: 50px;
	}
	.project_investment_content_icon img {
		width: 100%;
		height: auto;
	}
	.project_investment_content {
		background-color: #f7f7fa;
		padding: 50px 0;	
	}
	.project_investment_content_wrapper .primary_title {
	    color: #2F2C82;
	    font-family: Outfit;
	    font-size: 32px;
	    font-style: normal;
	    font-weight: 500;
	    line-height: normal;
	    margin: 0;
	}
	.project_investment_content_wrapper > .primary_title:after {
	    margin-top: 5px;
	    content: "";
	    height: 4px;
	    width: 90px;
	    background: #ff792c;
	    display: block;
	}
	.project_investment_content_wrapper > p {
	    margin-top: 10px;
	    color: #4E4E4E;
	    font-family: "Public Sans";
	    font-size: 22px;
	    font-style: normal;
	    font-weight: 500;
	    line-height: 142%;
	    max-width: 800px;
	}
	.project_investment_content_logo {
	    position: absolute;
	    right: 0;
	    top: 0;
	    z-index: -1;
	}
	.project_investment_content_logo img {
		width: 100%;
		height: auto;
		display: block;
	}
	body.single-project .linked_title_block_wrapper {
		background-color: #f7f7fa;
		padding: 65px 0;
	}
	body.single-project .bordered_checkbox_list_wrapper {
		max-width: 1120px;
	}
	body.single-project .project_gallery_title {
		text-align: center;
		justify-content: center;
	}
	body.single-project .project_gallery_title h2 {
		color: #FFF;
		font-family: Outfit;
		font-size: 42px;
		font-style: normal;
		font-weight: 500;
		line-height: 100%; /* 42px */
	}
	body.single-project .project_gallery_title h2:after { 
		display: none;
	}
	body.single-project .project_gallery_wrapper {
	    background-color: #2e2c7d;
	    padding: 80px 0;
	}
	body.single-project .project_gallery_container {
	    padding-top: 18px;
	    border-top: 1px solid rgb(226, 223, 240);
	    margin-bottom: 18px;
	    padding-top: 50px;
	    margin-top: 40px;
	}
/*End Project Page Styles - Desktop*/


/*Start Blog Post Styles - Desktop*/
	.wp-block-heading, .wp-block-paragraph, .wp-block-list {
	    margin: 0 auto 10px;
	    max-width: min( calc(100vw - 20px), 1200px);
	    display: block;
	}
	.wp-block-heading, .wp-block-paragraph, .wp-block-list {
	    margin: 0 auto 10px;
	    max-width: min( calc(100vw - 20px), 1200px);
	    display: block;
	    font-family: Outfit, sans-serif;
	}
	.primary_page_title_block_wrapper  + h2.wp-block-heading { 
		margin-top: 0;
	}
	h1.wp-block-heading {
	    color: #1B1865;
	    font-family: Outfit;
	    font-size: 64px;
	    font-style: normal;
	    font-weight: 500;
	    line-height: 100%;
	    margin: 20px auto 10px;
	}
	h2.wp-block-heading {
	    color: #1B1865;
	    font-family: Outfit;
	    font-size: 64px;
	    font-style: normal;
	    font-weight: 500;
	    line-height: 100%;
	    margin: 20px auto 10px;
	}
	p.wp-block-paragraph, .wp-block-list li{
	    display: block;	
	    color: #4E4E4E;
	    font-family: "Public Sans";
	    font-size: 24px;
	    font-style: normal;
	    font-weight: 500;
	    line-height: 142%;
	}
	body.page-id-711 p.wp-block-paragraph, body.page-id-711 .wp-block-list li {
		font-size: 18px;
	}
	.wp-block-list li:before {
	    content: "⋅";
	    font-family: 'Font Awesome 5 Pro';
	    font-weight: 900;
	    margin-right: 10px;
	    color: #ff792c;
	}
	h3.wp-block-heading  {
	    color: #ff792c;
	    font-size: 28px;
	    font-weight: bold;
	}
/*End Blog Post Styles - Desktop*/


@media screen and (min-width: 1600px) {
     .grid-container, .wp-block-heading, .wp-block-paragraph, .wp-block-list {
          max-width: 1600px !important;
     }
}
@media screen and (min-width: 1400px) and (max-width: 1599px){
     .grid-container, .wp-block-heading, .wp-block-paragraph, .wp-block-list{
          max-width: 1400px !important;
     }
	.header_nav ul.menu > li a {
	    font: 600 15px Outfit, sans-serif;
	}
	.resp_spacer[class*="grid"], .resp_spacer[class*="title"] {
		padding-right: 10px;
		padding-left: 10px;
	}
}     
@media screen and (min-width: 1200px) and (max-width: 1399px){
     .header_nav ul.menu > li {
     	margin-right: 10px;
     }
	.header_nav ul.menu > li a {
	    font: 600 15px Outfit, sans-serif;
	}
	.header_cta_container.primary_bttn_container a[class*="bttn"] {
	    padding: 10px 10px;
	    font-size: 14px;
	}
	.resp_spacer[class*="grid"], .resp_spacer[class*="title"] {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1199px){
     .header_nav ul.menu > li {
     	margin-right: 10px;
     }
	.header_nav ul.menu > li a {
	    font: 600 15px Outfit, sans-serif;
	}
	.header_cta_container.primary_bttn_container a[class*="bttn"] {
		display: none;
	}
	.resp_spacer[class*="grid"], .resp_spacer[class*="title"] {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px){
     .header_nav ul.menu > li {
     	margin-right: 8px;
     }
	.header_nav ul.menu > li a {
	    font: 600 14px Outfit, sans-serif;
	}
	.header_cta_container.primary_bttn_container a[class*="bttn"] {
		display: none;
	}
	.resp_spacer[class*="grid"], .resp_spacer[class*="title"] {
		padding-right: 10px;
		padding-left: 10px;
	}
	.designed_circled_icon_banner + .logo_banner {
	    margin-top: 50px;
	}
	.footer_form_container[class*="grid"] {
		padding: 50px 20px 0;
		display: flex;
		flex-direction: column;
	}
	.footer_form_container[class*="grid"] > div {
	    width: 100%;
	}
	.footer_form_image {
	    position: relative;
	    right: 0;
	    bottom: 0;
	    margin-top: 40px;
	}
	.footer_form_inputs .flexed_form_fields .input_wrap {
	    width: 100%;
	}
	.footer_form_inputs .flexed_form_fields .input_wrap:nth-child(2n + 1) {
	    margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	#header_buffer.notification_enabled {
	    height: 175px;
	}
	header#primary_header.transp_header {
		background-color: #2e2c7d;
	}
	header#primary_header.transp_header + #header_buffer {
	    position: relative;
	}
	header#primary_header.transp_header.notification_enabled ~ #page_wrap {
	    padding-top: 0;
	}
	#primary_header_notification {
		font: 14px Outfit, sans-serif;	
	}
	#primary_header_notification > .grid-container {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	    flex-wrap: wrap;
	    row-gap: 5px;
	}
	#primary_header_notification .quaternary_bttn {
		padding: 5px 22px;
		margin-top: 5px;
	}
	#primary_mobile_header {
	    display: flex;
	    flex-direction: row;
	    align-items: center;
	    padding: 10px 0;
	}
	.mobile_header_toggle {
		margin: 0 0 0 auto;
	}
	.mobile_header_toggle i {
	    font-size: 40px;
	    padding: 5px;
	    color: #ffff;
	}
	.mobile_header_logo img, .mobile_header_logo svg {
	    height: 40px;
	}
    #primary_desktop_header {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        height: calc(100vh - 200px);
        overflow: scroll;
        padding-bottom: 30px;
    }
	#primary_desktop_header_menu {
		flex-direction: column;
	}
	#primary_desktop_header_menu .header_logo {
		display: none;
	}
	#primary_desktop_header_menu .header_nav {
	    width: 100%;
	}
	.header_nav {
	    margin-left: 0px;
	}
	.header_nav ul.menu {
	    display: flex;
	    flex-direction: column;
	    align-items: flex-start;
	    padding: 0;
	    margin: 0;
	}
	.header_nav ul.menu > li {
		margin-right: 0;
		width: 100%;
		padding: 10px;
	}
	.header_cta_container.primary_bttn_container {
	   flex-direction: column;
	   width: 100%;
	   row-gap: 10px;
	}
	.header_cta_container.primary_bttn_container a {
	    margin: 0;
	    text-align: center;
	    width: 100%;
	}
	.header_cta_container.primary_bttn_container a[class*="bttn"] {
		justify-content: center;
	}
	.header_nav ul.menu > li a {
	    font: 600 24px Outfit, sans-serif;
	    display: inline-block;
	    padding: 10px 0;
	}
	.header_nav ul.menu > li.menu-item-has-children ul.sub-menu {
	    position: relative;
	    left: 0;
	    width: 100%;
	    padding: 0;
	}
	.header_nav ul.menu > li.menu-item-has-children ul.sub-menu li {
		width: 100%;
	}
	.wp-block-heading, .wp-block-paragraph, .wp-block-list {
	    margin: 0 0 10px;
	}
	#page_wrap > .wp-block-heading, #page_wrap > .wp-block-paragraph, #page_wrap > .wp-block-list,
	#page_wrap > h1.wp-block-heading, #page_wrap > h2.wp-block-heading {
		padding: 0 20px;
		margin: 20px 0 10px;
	}
	#page_wrap > .wp-block-heading {
		margin: 20px 0 10px;
	}
	.bordered_checkbox_list_wrapper + .logo_banner {
	    margin-top: 50px;
	}
	body.page-id-470 .primary_page_title_block_title h1, body.page-id-470 .primary_page_title_block_title h1 a,
	body.page-id-470 .primary_page_title_block_title h2, body.page-id-470 .primary_page_title_block_title h2 a {
		font-size: 60px;
	}
	body.postid-667 h1.wp-block-heading, body.postid-667 h2.wp-block-heading {
		font-size: 48px;
	}
	/*Start Footer Styles - Mobile*/
		#primary_footer {
			padding: 40px 24px 40px;
		}
		#primary_footer_menu_right {
		    padding: 0;
		    margin-top: 20px;
		}
		.footer_form_title[class*="grid"] {
		    padding: 10px;
		}
		#footer_form_wrapper .flexed_form_fields {
			flex-direction: column;
		}
		.flexed_form_fields .input_wrap {
			max-width: 100%;
		}
		#footer_form_wrapper .flexed_form_fields input {
		    max-width: 100%;
		}
		#footer_form_wrapper .flexed_form_fields .input_wrap + .input_wrap {
			margin-top: 10px;
		}		
		#footer_form_wrapper #general_contact_form_wrapper > .input_wrap,
		#footer_form_wrapper #general_contact_form_wrapper > .submit_wrap,
		#footer_form_wrapper #general_contact_form_wrapper > .flexed_form_fields {
			padding: 0 10px;
		}
		#primary_footer_top {
			flex-direction: column;
		}
		div#primary_footer_menu_left {
		    display: none;
		}
		#primary_footer_copy nav {
		    display: none;
		}
		#primary_footer_menu_right {
		    padding: 0;
		    margin-top: 20px;
		}
		.footer_form_container[class*="grid"] {
			padding: 50px 20px 0;
		}
		.footer_form_image {
		    position: relative;
		    right: 0;
		    bottom: 0;
		    margin-top: 40px;
		}
		.footer_form_inputs .flexed_form_fields .input_wrap {
		    width: 100%;
		}
		.footer_form_inputs .flexed_form_fields .input_wrap:nth-child(2n + 1) {
		    margin-right: 0;
		}
	/*End Footer Styles - Mobile*/

	/*Start Project Page Styles - Mobile*/
		.project_investment_content_icon {
		    display: none;
		}
		.project_investment_content_wrapper[class*="grid"] .primary_title, 
		.project_investment_content_wrapper[class*="grid"] > p {
		    padding: 0 20px;
		}
		body.single-project .primary_page_title_block_title h2, 
		body.single-project .primary_page_title_block_title h2 a {
		    font-size: 48px;
		}
	/*End Project Page Styles - Mobile*/

}