/*
 * MPOWER CSS styles
 */
body {
	color: #5A6973;
	background-color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	/*line-height: 28px;*/
}
@font-face {
	font-family: 'Zilla Slab', serif;
	src: url('../fonts/zillaslab-regular-webfont.woff'), url('../mpower/fonts/zillaslab-regular-webfont.woff2') format('woff2');
}

@font-face {
    font-family: 'zilla_slabbold';
    src: url('../fonts/zillaslab-regular-webfont.woff2') format('woff2'),
         url('../fonts/zillaslab-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Zilla Slab', serif;
	src: url(../fonts/zillaslab-bold-webfont.woff) format('woff'), url(../mpower/fonts/zillaslab-bold-webfont.woff2) format('woff2');
/*     font-display: swap; */
}
@font-face {
	font-family: 'Montserrat', sans-serif;
	src: url(../fonts/Montserrat-Regular.ttf);
	font-weight: normal;
    font-style: normal;
/*     font-display: swap; */
}
@font-face {
	font-family: 'Montserrat', sans-serif;
	src: url(../fonts/Montserrat-SemiBold.ttf);
	font-weight: normal;
    font-style: normal;
/*     font-display: swap; */
}
h1, h2, h3, h4, h5 {
/*     font-family: 'Zilla Slab', serif; */
	font-family: 'zilla_slabbold';
	color: #2D4B91;
	/* font-weight: 900; */
	line-height: 1;
}
h1 {
	font-size: 56px;
	margin: 0.5em 0 0.5em;
}
h2 {
	font-size: 52px;
	margin: 0.5em 0 0.5em;
}
h3 {
	font-size: 46px;
	margin: 0.5em 0 0.25em;
}
h4 {
	font-size: 32px;
}
h5 {
	font-size: 28px;
}
b, strong {
    font-weight: 700;
}
li {
	padding-bottom: 0.25em;
}
ul {
	padding-left: 1em;
	margin: 0;
	list-style: none; /* Remove default bullets */
}
a {
	color: #F05A37;
	text-decoration: underline;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}
a:hover {
	color: #F05A37;
	text-decoration: underline;
}
a:focus  {
	outline: 0;
}
a.btn {
	text-decoration: none;
}
table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
table * {
  position: relative;
}
table td, table th, table tr {
  padding-left: 8px;
  border: 1px solid #ececec;
  
}
table thead tr {
  height: 60px;
  background: #f4f7f9;
}
table tbody tr {
  height: 50px;
}
table td, table th {
  text-align: left;
}
.row{
	margin: auto;
}
.categories-posts.allnews .newscell a{
	text-decoration: none;
}
.menu-container .search-box .search-form{
	width: 80%;
}
.menu-buttons{
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
nav .menu-buttons a.btn-outline-primary{
	border-color: #5A6973;
    color: #5A6973;
}
.menu-buttons .navbar-nav .nav-link.dropdown-toggle{
	color: #5A6973;
}
.menu-buttons .navbar-nav .dropdown-toggle::after{
	font-weight: 700;
    font-size: 10px;
    padding: 0 0.25em;
    border: transparent;
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
}
#achievement-sec{
	background-image: url(https://staging.mpowerfinancing.com/wp-content/uploads/2022/08/Group-1760.png);
	background-size: cover;
    background-position: center;
    padding: 100px 0;
}
#achievement-sec h2{
	margin-top: 0;
}
#achievement-sec tbody tr:nth-child(even) {
	background: transparent;
	    
}

#achievement-sec h3{
	margin-bottom: 0.5em;
}
#achievement-sec table p{
	font-size: large;
}
tbody tr:nth-child(even) {
	background: rgb(150,150,150,0.05);
}

tbody tr:hover {
  background: rgb(40,40,40,0.05);
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.datewrap{ white-space: nowrap; }
/* body>div:nth-of-type(2) {
	margin-top: 130px;
} */
.container {
/* 	max-width: 1540px; */
	max-width: 1440px;
	padding: 0 45px;
}
.container-nav {
	max-width: 1540px;
	padding: 0;
	margin: 0 auto;
}
.navbar {
	padding: 1em 3rem;
	transition-duration: 0.6s;
}
.navbar-brand {
	margin:0 ;
}
.navbar-brand img {
	height: auto;
	width: 40%;
	/* padding: .25rem .75rem; */
}
.navbar-light .navbar-toggler {
	border-color: transparent;
	height: 48px;
}
.circle-outline { 
	font-family: 'Zilla Slab', serif;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	-moz-border-radius: 21px; 
	-webkit-border-radius: 21px; 
	border-radius: 21px; 
	border: 1px solid #6d6e71; 
	padding: 12px 10px;  
	width: 42px; 
	height: 42px;  
	margin: 0 0.5em;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.circle-outline:hover {
	opacity: 0.9;
	color: #fff;
}
.btn-china {
	color: #fff;
	font-size: 13px;
	background-image: url(../images/china.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.btn-primary {
	background-color: #F05A37;
	border-color: #F05A37;
	color: #fff;
/* 	padding: 0.5em 1.5em;
	border-radius: 20px; */
	padding: 15px 40px;
    border-radius: 68px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.037em;
}
.btn-outline-primary {
	border-color: #5A6973;
    color: #5A6973;
    background: #DEDEDE;
}
.btn-outline-primary.dep-filter-button, .btn-outline-primary.tag-filter-button {
	border-radius: 23px;
	background-color: #FFF;
	border-color: #5DA2D8;
	color: #5DA2D8;
	margin: 0.5em;
}
.btn-outline-primary.dep-filter-button:hover, .btn-outline-primary.tag-filter-button:hover {
	background-color: #5DA2D8;
	border-color: #5DA2D8;
	color: #FFF;
}
.btn-outline-login {
	border-color: #FFAF0F;
	color: #FFAF0F;
}
.btn-primary:hover, .btn-outline-login:hover, body .gform_wrapper .gform_footer input[type=submit]:hover  {
	background-color: #FF7D64;
	border-color: #FF7D64;
	color: #fff;
}
.btn-outline-primary:hover{
	background-color: #DEDEDE;
	border-color: #5A6973;
	color: #5A6973;
}
/* .btn-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled):active  {
	background-color: #e0a90d;
	border-color: #e0a90d;
	color: #333333;
} */
.btn-login  { 
	font-weight: bold;
	padding: 0.5em 1.5em;
	border-color: #F05A37;
	color: #ffffff;
	width: max-content;
}
.btn-no-frame  { 
	border: transparent;
}
.menu-container {
	box-shadow:rgba(0,0,0, .2) 0 2px 6px 0;
	position: fixed;
	top: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
	line-height: 28px;
}
.navbar-scroll {
	padding: 0.5em 3rem;
	transition-duration: 0.6s;
}
.navbar-scroll .menu-buttons .apply-now {
	display: inline-block;
}
.navbar-scroll .menu-buttons .login {
	display: none;
}
.menu-buttons .apply-now { 
	display: none;
}
.nav-link {
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
}
.navbar-light .navbar-nav .nav-link {
	padding: .5rem 0.7em;
	color: #2D4B91;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #FFAF0F;
}
.hero-img {
    width: 100%;
    min-height: 100vh;
    background-repeat: no-repeat;
/*     background-size: 100%; */
	background-position: bottom;
	margin-top: 135px;
    background-size: cover;
}
.single-hero-img {
	width: 100%;
	margin-top: 116px;
}
.hero-overlay {
	/* background: rgba(51, 51, 51, 0.5); */
	width: 100%;
/* 	height: 100vh; */
	/* color: #fff; */
/* 	height: max-content; */
	height: 70vh;
    align-items: center;
	font-size: 24px;
	line-height: 1.4;
/* 	padding: 0 2.5rem; */
/* 	align-items: center; */
}
.hero-img h1{
	margin-top: 2em;
}
/* .hero-overlay h1 {
	color: #fff;
	font-family: 'Zilla Slab', serif;
}
.hero-overlay h1 strong,.hero-overlay h1 b {
	font-family: 'Zilla Slab', serif;
} */
.navbar-nav li:hover>.dropdown-menu {
  display: block;
}
.btn-link {
	color: #333333;
}
#search .fa-search {
	padding: 1em;
	cursor: pointer;
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -o-transition: all 0.75s;
    transition: all 0.75s;
}
#search .fa-search:hover {
	color: #FFAF0F
}
.search-box {
    position: fixed;
    overflow: hidden;
    color: #333;
    background-color: #fff;
    top: -200px;
	left: 0;
    width: 100%;
	box-shadow: rgba(0,0,0, .2) 0 2px 6px 0;
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -o-transition: all 0.75s;
    transition: all 0.75s;
}
.search-box.collapsed {
    top: 0px;
	left: 0;
	height: 140px;
    position: absolute;
    display: flex;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.search-box .close-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
	display: block;
	font-size: 18px;
	padding: 16px 20px;
    background-color: rgba(0,0,0,.05);
    transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
    -webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
	cursor: pointer;
}
.search-box .close-button:hover {
	background-color: rgba(0,0,0,.15);
}
.search-form {
/* 	width: 80%; */
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 2em;
}
.newsletter .gform_body{
	max-width: 45%;
}
.newsletter .gform_body input{
	border-radius: 50px;
}
.search-form input[type="search"] {
	min-width: 150px;
	border: 1px solid #ccc;
	padding: 1em;
}
.btn-search {
	border-radius: 0;
	padding: 1.2em 1.5em;
}
.dropdown-menu {
	margin: 0;
	padding: 1em 0;
	left: 0;
	top: 42px;
	border: transparent;
	border-radius: 0;
	background: rgba(255, 255, 255, 1);
	box-shadow:rgba(0,0,0, .1) 0 2px 6px 0;
}
.dropdown-menu .sub-menu-item {
	padding: 0;
}
.dropdown-item {
	padding: 0.25em 2em;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #fff;
}
.dropdown-item:last-child {
	border-bottom: transparent;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #F2BB17;
	background-color: transparent;
}
.dropdown-toggle::after {
	content: "\f063";
	font-family: "Font Awesome 5 Pro";
    font-style: normal;
	font-weight: 700;
	font-size: 10px;
    padding: 0 0.25em;
	border: transparent;
}
.card-login {
	background-color: #F2B817;
}
.navbar-nav-accordion .card .card-body a {
    font-size: 16px;
    font-weight: 500;
	padding: .5rem .75rem;
    color: #333;
    text-align: left;
    width: 100%;
}
.nav-item  {
	padding: 0;
}
.spacer{
	display: block;
	width: 100%;
	height: 1px;
	line-height: 1px;
}
.thumbnailimg{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	padding-top: calc(379 / 1024 * 100%);
}
#contact{
	    padding: 0 8em;
}
/* .sec-title h2{
	line-height: 0.7;
} */
/* .content-wrapper {
	margin-top: 2em;
} */
/* .content-wrapper h2 {
    padding-left: 0.5em;
    border-left: 14px solid #FFAF0F;
} */
.content-wrapper img {
	max-width: 100%;
	height: auto;
}
.about-us-achievements{
	margin-top: 4em;
}
#achievement-sec.about-us-achievements .simple-heading h2{
	margin-top: 1em;
}
.about-us-achievements img{
	max-width: 50%;
    margin-top: -10em;
}
.aboutus-cta{
	padding: 6em 0 1em;
    background-image: url(../images/Group187@2x.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
    margin-top: -5em;
    background-color: #2D4B91;
}
.aboutus-cta .simple-heading{
	margin-top: 24em;
}
.aboutus-cta .my-5{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.aboutus-cta .btn-primary{
	margin: 10px 0;
}
.formated-text h3, .formated-text h4, .formated-text h5, .formated-text h6 {
	margin: 1em 0;
}
.formated-text h2 {
	margin-bottom: 1em;
}
.formated-text ul {
	padding: 0 0 1em 1em;
	list-style: disc;
    list-style-position: inside;
}
.formated-text ul li {
	padding: 0.5em 0;
    list-style: disc;
}
.formated-text blockquote {
	font-style: italic;
	padding: 1em;
	margin: 2em;
	border-left: 4px solid #5da2da;
}
.list-sec ul li::before {
	content: "\f111"; 
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 700;
	font-size: 7px;
	color: #F2B817; 
	padding-right: 2em;
	display: inline-block;
	margin-left: -25px; 
}
.list-sec ul{
	margin-left: 1em;
}
.formated-text ul li > ul, .formated-text ul li > ul li:last-child {
	padding-bottom: 0;
}
.formated-text ul li > ul li::before {
	font-weight: 500;
}
/* .formated-text ul li > ul li > ul li::before {
	content: "\f2ec"; 
	font-weight: 700;
} */
.convinced {
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	font-weight: 300;
}
.icons-set {
	line-height: 1.2;
}
.icons-set i {
	color: #5DA2D8;
	font-size: 38px;
	min-width: 50px;
	text-align: center;
	margin-right: 0.5em;
}
.icons-set strong, .icons-set b  {
	margin-bottom: 0.25em;
}
.hero-blue {
	width: 100%;
/* 	height: 920px; */
	margin-top: 5em;
	margin-bottom: 5em;
	display: flex;
	justify-content: center;
	align-items: center;
/*     background-repeat: no-repeat;
    background-size: cover;
	background-position: center; */
}
.success-slider {
	background-color: #fff;
	color: #6d6e71;
	box-shadow:rgba(0,0,0, .2) 0 0px 30px 0;
	padding: 3em;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 580px;
	width: 70%;
}
.success-info  {
	font-family: 'Zilla Slab', serif;
}
.success-count {
	font-family: 'Zilla Slab', serif;
	font-size: 46px;
	line-height: 1.2;
	display: inline-block;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #ccc;
}
.success-p {
	padding: 2.5em;
}
.slider-item .slider-avatar {
	display: block;
	height: auto;
	max-width: 100%;
}
.img-ratio {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}
.img-circle {
    border-radius: 50%;
}
.card {
	border-radius: 0;
}
.card-header {
	border-radius: 0;
} 
.plus-minus-toggle {
	position: absolute;
    top: 0;
	right: 0;
	height: 62px;
	width: 100px;
	cursor: pointer;
}
.plus-minus-toggle:before,.plus-minus-toggle:after {
    background: #2D4B91;
    content: '';
    height: 5px;
    right: 40px;
    position: absolute;
    top: 50%;
    width: 21px;
    transition: transform 500ms ease;
}
.plus-minus-toggle:after {
    transform-origin: center;
}
.plus-minus-toggle.collapsed:after {
      transform: rotate(90deg);
}
.plus-minus-toggle.collapsed:before {
      transform: rotate(180deg);
}
.hamburger .line{
  width: 32px;
  height: 2px;
  background-color: #000;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}
/* Vertical flow 
.vertical-flow-content .step-container .inner {
    width: 50%;
    position: relative;
    padding-bottom: 50px;
	color: #6d6e71;
}
.vertical-flow-content .step-container:nth-child(odd) .inner {
    float: right;
    border-left: 2px solid #FFAF0F;
    box-sizing: content-box;
    min-height: 150px;
    padding-bottom: 0;
}
.vertical-flow-content .step-container:nth-child(even) .inner {
    float: left;
    text-align: right;
    border-right: 2px solid #FFAF0F;
    padding-right: 90px;
    min-height: 150px;
}
.vertical-flow-content .step-container:last-child .inner {
    border-color: transparent;
}
.vertical-flow-content .step-container .inner .step-icon {
    width: 100px;
    height: 100px;
	border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
	text-align: center;
    position: absolute;
}
.vertical-flow-content .step-container .inner .step-icon i {
	font-size: 48px;
	color: #FFAF0F;
}
.vertical-flow-content .step-container .step-title h3  {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	margin-top: 1em;
	color: #5DA2D8;
}
.vertical-flow-content .step-container .step-title strong  {
	font-family: "Museo Slab 900";
	font-size: 36px;
	color: #5DA2D8;
}
.vertical-flow-content .step-container .step-title span {
	font-family: "Museo Slab 900";
	display: block;
	font-size: 18px;
	line-height: 14px;
	color: #5DA2D8;
	text-transform: uppercase;
}
.vertical-flow-content .step-container:nth-child(odd) .inner .step-icon {
    left: -50px;
}
.vertical-flow-content .step-container:nth-child(even) .inner .step-icon {
    right: -50px;
}
.vertical-flow-content .step-container:nth-child(odd) .inner .step-description, .vertical-flow-content .step-container:nth-child(odd) .inner .step-title {
    padding-left: 90px;
}
*/
.simple-heading h2 {
	padding-left: 0;
	border-left: transparent;
}
.sub-heading {
	/* font-family: 'Zilla Slab', serif; */
	font-size: 18px;
/* 	width: 85%; */
	width: 70%;
    margin: auto;
}
#funding-sec table{
	width: 80% !important;
}
/* #funding-sec, .text-with-icon{
	padding: 0 200px;
} */
.flow-wrapper {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
}
.news-block {
	width: 100%;
	margin-top: 4em;
	padding: 4em 0;
	background: rgba(93, 162, 216, 0.05);
}
.news-box {
/* 	min-height: 400px !important; */
	height: 100%;
	background: #fff;
	padding: 2em;
	box-shadow: rgba(0,0,0, .1) 0 0px 15px 0;
	border-radius: 15px;
	text-align: left;
/* 	display: flex;
    flex-wrap: wrap;
    align-items: flex-end !important; */
}
.news-box h3 a {
	color: #2D4B91;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	text-decoration: none;
    font-weight: bold;
}
#scholarship-eligible-block{
	margin: 0 auto;
    width: 90%;
}
.news-cont h3 {
	font-family: 'Zilla Slab', serif;
	font-size: 24px;
	color: #1E3C78;
	margin: 22px 0;
}
.news-cont{
	text-align: left;
}
.news-cont p{
	margin-bottom: 0;
	color: #1E3C78;
}
#wos-sec .slick-slide img{
	height: auto;
    width: 60%;
    margin-left: 0 !important;
}
/* #support-sec{
	padding: 0 17em;;
} */
#support-sec img{
	width: 100px;
    height: 100px;
}
#support-sec .icon-block{
	box-shadow: rgb(0 0 0 / 10%) 0 0px 15px 0;
    border-radius: 15px;
    padding: 1em;
    margin: 0 10px;
	height: 95%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#support-sec .icon-block h5{
	margin-top: 10px;
	font-size: x-large;
}
#support-sec .icon-block a::after {
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    padding: 0 0.25em;
    border: transparent;
}
#support-sec table td{
	padding: 0;
	border: none;
	height: 150px;
}
#support-sec table tr{
	border: none;
	padding: 0;
}
.hero-with-video{
	background-size: contain;
    background-position: bottom;
}
#loancalc{
	  background-image: url(https://staging.mpowerfinancing.com/wp-content/uploads/2022/08/Group-1760.png);
    background-size: cover;
        padding: 3em 0 3.5em;
}
#loancalc form label{
	font-weight: bold;
    color: #fff;
    font-family: 'Zilla Slab', serif;
}
#loancalc .cp_cff_11 #fbuilder .large, #loancalc .cp_cff_11 #fbuilder input[type="text"]{
	border-radius: 25px;
}
#loancalc .cp_cff_11 #fbuilder input[type="text"]{
	color: #FF7D64;	
	font-size: 20px;
    border-radius: 50px;
}
#loancalc .cp_cff_11 #fbuilder .fields.highlight{
	background: none !important;
}
#fbuilder .dfield{
	color: #fff;
}
/* #funding-sec span::before, #support-sec span::before{
    content: "\a";
    white-space: pre;
} */
.lightblue-gradient {
/*     background-image: url(../images/Path30.jpg); */
    padding: 3em 0 5em;
   background-color: #F5FAFF;
}
/* .lightblue-gradient h2{
	margin-top: 3.5em;
} */
.blue-gradient {
/* 	background: rgb(221, 236, 247);
	background-image: url(../images/Path11.jpg);
	padding: 5em 0;
	padding-bottom: 3em;
/* 	margin-top: 5em; 
	background-size: cover; */
	background-image: url(/wp-content/uploads/2022/08/Group-1760-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 3em 0;
}
.blue-gradient-2column {
	background: #eef6fb;
	padding: 5em 0;
	margin-top: 0;
}
.hero-cta{
	display: flex;
	margin-top: 30px;
}
.cta-btns{
	margin-right: 16px;
}
.hero-img h1, .hero-img p{
	text-align: left;
	width: 100% !important;
}
#achievement-sec table{
	background: transparent;
}
#achievement-sec table tr, #achievement-sec table td{
	border: none;
}
#mission-sec{
	padding: 0 18em 2em 18em;
	background-image: url(../images/Group1.jpg);
	background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
#mission-sec .simple-heading{
/* 	width: 75%; */
    margin: auto;
}
#mission-sec .formated-text{
/* 	width: 80%; */
	width: 65%;
	margin: auto;
	text-align: center;
}
.review-btn{
	margin-top: 30px;
}
.faqs-sec{
	background: #EBF5FF;
    padding: 4em;
}
.blue-gradient .news-box h3 {
	font-size: 20px;
	margin: 1em 0;
}
.blue-gradient .news-box p {
	font-size: 16px;
}
.story {
    max-width: 800px;
}
.story img {
	max-width: 250px;
	text-align: center;
}
.two-column-text {
	column-count: 2;
	column-gap: 40px;
}
/* ONE */

#hamburger-1.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1){
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}
/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute !important;
    bottom: -60px;
    display: block;
    min-width: 320px;
    padding: 0;
    margin: 0;
	left: 50%;
	margin-left: -160px;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 30px;
    height: 30px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 42px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    content: '•';
    text-align: center;
	color: #F6F6F6;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
	color: #F2BB17;
}
.awards-slider .slick-slide .col-lg-12{
	width: 90% !important;
	padding: 0;
}
.mpower { color:#5CA1D8; display: inline-block; }
.mpower::first-letter { color:#F2BB17; }

.gallery {
	background-color: rgba(109, 110, 113, 0.2);
	padding: 3em;
}
.gallery .gallery-item {
	padding: 0.25em;
}
.gallery .gallery-item-cont {
	width: 260px;
	height: 200px; 
	display: block;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.gallery .gallery-item-cont:hover {
	opacity: 0.7;
}
.gallery .gallery-items-wrapper {
	max-width: 1245px;
	margin: 0 auto;
}
.gallery .gallery-slider-item {
	display: flex!important;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}
.gallery .slick-arrow {
	width: 60px;
    height: 60px;
    display: flex!important;
    justify-content: center;
    background-color: #FFAF0F;
    align-items: center;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.gallery .slick-arrow:hover {
	background: #ffc629;
	cursor: pointer;
}
.gallery .slick-arrow.slick-disabled {
	background-color: rgb(241, 186, 27, 0.3);;
}
.slider-cont {
	position: relative;
}
.arrows-container {
	position: absolute;
	width: 100%;
	top: 45%;
}
/* FAQ */
.container.faq {
	max-width: 1245px;
}
.faq .card-header {
	background: #EBF5FF;
	padding: 0;
	border-bottom: 0;
}
.faq .card-header .btn-link { 
	color: #41434C;
	font-weight: normal;
	padding: 1em 2em;
	text-align: left;
	width: 100%;
}
.faq .card-header .btn-link:hover, .faq .card-header .btn-link:focus, .faq .card-header .btn-link:active  {
	text-decoration: none;
}
.faq .card-header .btn-link:before {
	content: "\f078";
	font-family: "Font Awesome 5 Pro";
    font-style: normal;
	font-weight: 700;
	float: right;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
/* 	background: #F05A37;
    padding: 5px 10px; */
    border-radius: 100%;
    color: #F05A37;
}
.faq-table {
	margin-bottom: 3em;
}
.faq-table.yellow td, .faq-table.yellow th, .faq-table.yellow tr  {
	border: 1px solid #FFAF0F;
	border-left: transparent;
	border-right: transparent;
}
.faq-table.blue td, .faq-table.blue th, .faq-table.blue tr  {
	border: 1px solid #5DA2D8;
	border-left: transparent;
	border-right: transparent;
}
.faq-table td, .faq-table th, .faq-table tr {
	vertical-align: baseline;
	padding: 15px;
	background: transparent;
}
.faq-table tr:nth-child(even) {
	background: transparent;
}
.faq-table tr:hover {
	background: transparent;
}
/* END FAQ */
.ready-to-apply-cta{
	background: #FFAF0F;
    padding: 5em;
}
.ready-to-apply-cta .my-5{
	margin-top: 30px!important;
}
.gal-faqs{
	background-image: url(../images/Path301.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    /* padding: 10em 0; */
    padding: 13em 0 4em;
}
.gal .simple-heading h2{
	margin-bottom: 30px;
}
.apply-refi-cta{
	background: #2D4B91;
    padding: 5em;
	color: #fff;
}
.apply-refi-cta h2{
	color: #fff;
}
.nav-tabs .nav-item .nav-link { 
	color: #333333;
	padding: 0.5em 2em;
	font-size: 24px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #FFAF0F;
}
.footer {
	font-size: 16px;
	/* padding: 5em 2em 3em 2em; */
	padding-top: 5em;
	color: #5A6973;
	background-color: #fff;
	box-shadow: rgb(45 75 144 / 20%) 1px 0px 50px 10px;
}
.footer ul {
	list-style: none;
	padding: 0;
	margin-bottom: 2em;
}
.footer p.footer-heading {
	font-size: 18px;
	margin-bottom: 1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	color: #2D4B91;
}
.footer h4 {
	font-size: 28px;
	margin-bottom: 1em;
	color: #fff;
}
.footer img{
	    width: 60%;
}
.footer .footer-menu a {
	padding: 0.25em 0;
	color: #5A6973;
	text-decoration: none;
}
.footer .socials i {
	font-size: 32px;
	padding: 0 0.25em;
}
.footer .socials a {
	color: #5A6973;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}
.footer li a::after {
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    padding: 0 0.25em;
    border: transparent;
}
.footer .socials a:hover {
	color: #FFAF0F;
}
.footer .socials{
	text-align: center;
    margin-top: -100px;
    margin-bottom: 100px;
}
.footer hr {
	border-top: 1px solid rgba(0,0,0,.4);
}
.newsletter{
	background-image: url(../images/Group1151.png);
	background-size: cover;
    /* height: 600px; */
	padding-top: 175px;
    padding-bottom: 100px;
}
.signup-disclaimer{
	    width: 45%;
    display: inline-block;
    color: #1E3C78;
}
.white{
	color: #fff;
}
.blm {
	color: #fff;
	background: #5A6973;
	padding: 2em 0;
	font-size: 13px;
}
.comment-form-comment {
	display: flex;
	flex-direction: column;
}
#zendesk_field_360016991213 {
	display: none;
}
.cp_cff_11 #fbuilder span.uh {
    font-size: 14px!important;
    font-style: normal!important;
    margin: -22px 0 0 -10px;
    padding-bottom: 20px;
}
#zendesk_field_zen_submit input[type=submit], #zrf_faq_button {
	background-color: #F05A37;
    border-color: #F05A37;
    color: #fff;
    padding: 0.5em 1.5em;
    border-radius: 20px !important;
    text-transform: uppercase;
    font-weight: bold;
	border-style: solid;
	font-size: 1rem;
    line-height: 1.5;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	cursor: pointer;
	margin-right: 2em;
}
#mission-sec .btn-primary{
		margin: 1em 0;
	}
body .gform_wrapper .gform_footer input[type=submit]{
	margin-top: 1rem;
}
#cta-block{
	background-image: url(https://staging.mpowerfinancing.com/wp-content/uploads/2022/08/Group-1761.png);
	background-size: cover;
    height: 80vh;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
#cta-block .btn-primary{
	margin-left: 0 !important;
}
#cta-block .join-link{
	color: #fff;
	display: block;
    width: 256px;
    text-align: center;
}
.ctaBlock{
	position: absolute;
    top: 80%;
    /* left: 0; */
    transform: translate(0, -80%);
}
#cta-block .formated-text{
	padding: 0 2rem;
}
#cta-block .formated-text h2{
	font-size: 70px;
	    margin-bottom: 20px;
}
#cta-block2{
	background-image: url(https://staging.mpowerfinancing.com/wp-content/uploads/2022/09/Group-1795.jpg);
	background-size: cover;
    height: 70vh;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
#cta-block .row{
	position: absolute;
    top: 80%;
    width: 80%;
    transform: translate(0px, -80%);
}
#cta-block2 .row{
	position: absolute;
    top: 90%;
/*     width: 90%; */
    transform: translate(0px, -90%);
}
#support-sec, #funding-sec{
	background-image: url(https://staging.mpowerfinancing.com/wp-content/uploads/2022/08/Vector.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}
.text-w-icon{
	width: 85%;
	margin: auto;
}
.content-wrapper iframe{
	width: 100%;
}
.interest-rates-sec{
	background-color: #F5FAFF;
    padding: 3em 0;
}
.mission-sec .row{
	margin: auto;
}
#funding-sec .col-md-4{
	padding: 0 !important;
}
.mission-sec .col-lg-6.py-5{
	padding-left: 0 !important;
}
.mission-sec .col-lg-6{
	padding-right: 0 !important;
	padding-left: 3rem !important;
}
.trustpilot-review{
     background-image: url(/wp-content/uploads/2023/08/Quote-section-1-op5.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 3em 0;
  }
  .trustpilot-review .formated-text{
  	width: 70%;
    margin: auto;
  }
  .trustpilot-review h4{
  	margin-top: 0;
  }
  .trustpilot-review img.big-quote{
  	margin-top: -1em;
  }
  .trustpilot-review img.small-quote{
  	margin-right: -3em;
    margin-top: -2em;
  }
.trustpilot-review .btn-primary{
	background-color: #00B777;
    border-color: #00B777;
	width: 25%;
}
/*  .mission-sec p{
	padding-left: 50px;
} */
@media (min-width: 1600px){
	.sub-heading{
/* 		width: 55%; */
/* 		width: 70%; */
	}
	#mission-sec .formated-text{
		width: 55%;
	}
	#support-sec .sub-heading{
		width: 70%;
	}
	#support-sec table{
		width: 80% !important;
	}
/* 	.lightblue-gradient h2{
		margin-top: 5em;
	} */
	.newsletter .search-form{
		margin-top: 10em;
	}
	#funding-sec .row .px-5, #support-sec .row .px-5{
		padding: 0 15px!important;
	}
	.text-w-icon{
		width: 75%;
	}
	
}
#gform_wrapper_1 .gform_footer input[type=submit]{
		text-transform: uppercase;
	}
@media (max-width: 1440px){
/* 	#support-sec{
		padding: 0 10em;
	} */
}
@media (max-width: 1024px){}
@media (max-width: 768px) {
	.trustpilot-review .formated-text{
  		width: 100%;
    	padding: 0 15px;
      text-align: center;
  	}
    .trustpilot-review img.big-quote, .trustpilot-review img.small-quote{
    	display: none;
    }
	.trustpilot-review .btn-primary{
		width: auto;
	}
	#hero-banner.scholarship-hero .hero-overlay h1{
		font-size: 30px;
	}
	.menu-buttons{
		display: none;
	}
	.container {
		padding-right: 15px;
		padding-left: 15px;
	}	
	.sub-heading, .formated-text ul li, ul li {
		font-size: 14px;
	}
	.hero-img {
		margin-top: 130px;
    	background-position: right;
    	background-size: cover;
    	padding: 2em 20px 2em 0px;
    	min-height: 60vh;
/* 		background-size: 100%;
    	min-height: 47vh; */
	}
	.hero-overlay {
		padding: 0;
    	width: 90%;
		height: max-content;
	}
/* 	.hero-overlay .col-xl-6 {
		padding-left: 5px;
	} */
	#hero-banner .hero-overlay h1{
		font-size: 35px;
		margin-top: 0;
		    margin-bottom: 15px;
	}
	#hero-banner .hero-overlay h1 p{
		font-size: smaller;
	}
	#hero-banner .hero-overlay h1{
		font-size: 32px;
		margin-top: 0;
		    margin-bottom: 15px;
	}
	#hero-banner .hero-overlay h1 p{
		font-size: smaller;
	}
	.hero-img h1, .hero-img p{
		text-align: left;
	}
	.hero-img p{
		font-size: medium;
	}
	.hero-cta{
		flex-wrap: wrap;
	}
	.hero-cta .cta-btns{
		width: 100%;
    	text-align: left;
	}
	.btn-primary{
		font-size: small;
		padding: 12px 16px;
	}
	.formated-text p{
		font-size: 14px;
	}
	.future-earnings-sec h2 p{
		margin-bottom: 0;
	}
	.future-earnings-sec .col-md-4{
		margin-bottom: 2em;
	}
	.future-earnings-sec .spacer{
		display: none;
	}
	#loancalc .cp_cff_11 #fbuilder .large, #loancalc .cp_cff_11 #fbuilder input[type="text"]{
		width: 100% !important;
	}
	.list-sec{
		padding-top: 2em;
	}
	.list-sec .col-lg-6{
		padding: 0 15px !important;
	}
	.list-sec h2{
		margin-bottom: 25px;
	}
	.list-sec ul{
		margin-bottom: 2em;
	}
	.loan-terms{
		padding-bottom: 4em;
	}
	.interest-rates-sec{
		padding: 3em 15px;
	}
	#funding-sec .col-md-4{
		margin: 2em 0 0;
	}
	#funding-sec{
		padding: 0 20px 50px;
	}
	#support-sec, #funding-sec{
		background: none;
	}
	#funding-sec .row{
		margin: auto;
	}
	#funding-sec .row .col-md-6{
		margin: 2em 0 0;
	}
	#funding-sec .row .col-md-6, #funding-sec .row .col-md-4{
		padding: 0 !important;
	}
	#funding-sec .sub-heading, #support-sec .sub-heading{
		width: 100%;
	}
	.convinced {
		font-size: 22px;
	}
	.vertical-flow-content .step-container:nth-child(even) .inner, .vertical-flow-content .step-container:nth-child(odd) .inner {
		padding: 0;
		border: none;
		text-align: center;
	}
	.vertical-flow-content .step-container .inner .step-icon {
		position: static;
		margin: 0 auto;
	}
	.vertical-flow-content .step-container .inner {
		border: none;
		width: 100%;
		margin-bottom: 50px;
	}
	.vertical-flow-content .step-container:nth-child(odd) .inner .step-description, .vertical-flow-content .step-container:nth-child(odd) .inner .step-title {
		padding-left: 0;
	}
	.flow-wrapper {
		max-width: 480px;
		padding: 0 20px;
	}
	.blue-gradient .blue-gradient-outlined {  
		width: 100%;
		padding: 2em 0;
	}
	.gallery {
		padding: 2em 1em;
	}
	.gallery .gallery-item-cont {
		width: 180px;
		height: 138px;
	}
	
	/** new ui mobile css ***/
	
	#achievement-sec table tr{
		padding: 0;
		display: flex;
    	flex-wrap: wrap;
   	 	height: auto !important;
    	justify-content: center;
	}
	#achievement-sec table td{
		width: 100% !important;
    	height: auto !important;
	}
/* 	.blue-gradient{
		background-size: contain;
    	background-repeat: no-repeat;
    	background-color: #2D4B91;
		backdrop-filter: blur(0px);
		padding-bottom: 1em;
	} */
	.simple-heading h2{
		margin-top: 0;
		font-size: 36px;
	}
	#achievement-sec .simple-heading h2, .mission-sec h2, #support-sec h2, #wos-sec .simple-heading h2, .trustpilot-sec .simple-heading h2{
		font-size: 30px;
	}
	#achievement-sec{
		    background-image: url(https://staging.mpowerfinancing.com/wp-content/uploads/2022/08/Frame-2314.jpg);
		    padding: 50px 20px;
	}
	.mission-sec .row{
		padding: 0 !important;
	}
	#support-sec h2, #wos-sec .simple-heading h2, #achievement-sec .simple-heading h2{
		margin-bottom: 0;
	}
	.mission-sec h2{
		margin-top: 0;
		margin-bottom: 0;
	}
	.mission-sec .col-lg-6{
		padding-top: 15px !important;
    	padding-bottom: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.mission-sec{
		padding: 0 20px;
	}
	#mission-sec .simple-heading{
		width: 100%;
	}
	#mission-sec .btn-primary{
		display: inline-block;
		    margin-bottom: 3em;
	}
	.newsletter{
		background-size: contain;
    	background-repeat: no-repeat;
    	background-color: #FFAF0F;
    	backdrop-filter: blur(1px);
		padding-bottom: 30px;
	}
	.footer .socials{
		    margin-top: -12em;
	}
	.search-form{
		text-align: center;
    padding-top: 0;
	}
	.newsletter h2, #gform_wrapper_1, #gform_wrapper_1 input[type="email"]{
		margin-top: 0;
	}
	#gform_wrapper_1 .gform_body{
		max-width: 100%;
	}
	#gform_wrapper_1 li.field_sublabel_below .ginput_complex{
		display: flex;
    	justify-content: space-between;
	}
	#gform_wrapper_1 li.field_sublabel_below .ginput_complex span{
		width: 48%;
	}
	#gform_wrapper_1 .gform_footer input[type=submit]{
		width: 50%;
		text-transform: uppercase;
	}
	.signup-disclaimer{
		width: 100%;
	}
	.blm p{
		text-align: center;
	}
	.footer{
		padding-top: 2em;
	}
	.hero-with-video{
		background-size: 200%;
    	background-repeat: no-repeat;
    	background-position: bottom right;
    	min-height: 100vh;
	}
	#funding-sec h2, .text-with-icon h2{
		font-size: 35px;
    	width: 100%;
    	margin: auto;
		margin-bottom: 1em;
	}
	#funding-sec h2 p{
		font-size: smaller;
	}
	#funding-sec span::before{
		white-space: inherit;
	}
	#mission-sec h2 span::before, .trustpilot-sec h2 span::before{
    	content: "\a";
    	white-space: pre;
	}
	.trustpilot-sec h2 p{
		margin-bottom: 0;
	}
	.gal-icon{
		margin-top: 2em;
	}
	#support-sec .spacer{
		display: none;
	}
	#support-sec{
		padding: 0 20px;
	}
	#support-sec table{
		background: transparent;
	}
	#support-sec .icon-block{
		background-color: #fff;
	}
	.trustpilot-sec .simple-heading h2{
		margin-bottom: 20px;
	}
	#wos-sec{
		    padding-top: 2em;
		    margin-top: 2em;
	}
	#wos-sec .simple-heading .sub-heading, #wos-sec .simple-heading h2{
		text-align: center;
	}
	#cta-block .join-link{
		margin: auto;
	}
	.ctaBlock{
		top: 70%;
    	left: 50%;
    	transform: translate(-50%, -70%);
		width: 100%;
	}
	#cta-block, #cta-block2{
		background-image: url(https://staging.mpowerfinancing.com/wp-content/uploads/2022/08/Group-1761-1.png);
		height: 40vh;
    	background-size: 100% 100%;
	}
	#cta-block .row, #cta-block2 .row{
		    position: absolute;
    top: 100%;
    width: 100%;
    transform: translate(0, -100%);
	}
	#cta-block .row .col-lg-6{
		padding-bottom: 0 !important;
    padding-top: 0 !important;
    text-align: center;
	}
	#cta-block2 .row .col-lg-6{
		padding: 0 15px !important;
		text-align: center;
	}
	#cta-block .formated-text h2{
		    font-size: 36px;
    	text-align: center;
	}
	#cta-block2 .formated-text h2{
		font-size: 28px;
		text-align: center;
	}
	#cta-block .formated-text p, #cta-block2 .formated-text p{
		text-align: center;
	}
	#cta-block2 .ctaBlock{
		padding: 0 35px;
	}
	.text-w-icon{
		width: 100%;
	}
/* 	 .mission-sec p{
		padding-left: 0px;
	} */
}


@media (min-width: 1200px) {  
	.navbar-nav-accordion {
		display: none;
	}
	body>div:nth-of-type(2) {
/* 	margin-top: 45px; */
/* 		margin-top: 100px; */ 
}
	body>.single-hero-img{
		margin-top: 80px !important;
	}
	#funding-sec span::before, #support-sec span::before{
    content: "\a";
    white-space: pre;
}
}
@media (min-width: 691px) {  
	.small-logo {
		display: none;
	}
	
}
@media screen and (max-width: 690px) {
	.big-logo {
		display: none;
	}
	.small-logo {
		display: block;
	}
	.circle-outline {
		padding: 8px 6px;
		width: 36px;
		height: 36px;
		font-size: 14px;
		-moz-border-radius: 24px;
		-webkit-border-radius: 24px;
	}
.bg-mobile-right{background-position: calc(100% + 200px);}
.bg-mobile-left{background-position: left;}
}
@media screen and (max-width: 1199px) {
	.navbar-collapse {
		position: absolute;
		top: 68px;
		right: 0;
		left: 0;
		z-index: 999;
	}
	.close {
		display: block;
		color: #fff;
		opacity: 1;
		font-size: 48px;
		position: absolute;
		top: 35px;
		right: 60px;
		outline: none;
		transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
	}
	.close:hover {
		color: #872000;
		text-shadow: none;
		outline: none;
	}
	.navbar-nav, .menu-buttons {
		display: none;
	}
	.menu-search-wrapper {
		flex-direction: row;
	}
	.success-slider {
		width: 90%;
		padding: 0;
	}
	.success-slider {
		height: auto;
	}
	.success-p {
		padding: 0 2.5em;
	}
	.success-p h2 {
		 margin-top: 1em;
	}
	.success-count {
		font-size: 24px;
	}
	.navbar {
		padding: 0.5em 1.5em;
	}
/* 	body>div:nth-of-type(2) {
		margin-top: 68px;
	}  */
	.search-box.collapsed {
		height: 100px;
	}
}
@media screen and (max-width: 1360px) { 
	.navbar-scroll {
		padding: 0.5em 1.5em;
	}
/* 	.container {
		padding-right: 15px;
		padding-left: 15px;
	}	 */
	.navbar-light .navbar-nav .nav-link {
		padding: .5rem 0.5em;
	}
	h1 {
		font-size: 42px;
		margin-bottom: 1em;
	}
	h2 {
		font-size: 36px;
		margin-bottom: 1em;
	}
	h3 {
		font-size: 30px;
		margin-bottom: 0.25em;
	}
	h4 {
		font-size: 26px;
	}
	h5 {
		font-size: 22px;
	}
}
@media screen and (min-width: 1440px){
/* 	.hero-img h1{
		font-size: 74px;
	} */
	.bg-mobile-right{
		min-height: 120vh;
	}
}
@media (min-width: 769px){
	#funding-sec .row, #support-sec .row{
	justify-content: center;
}
#funding-sec .col-md-6, #support-sec .col-md-6{
	    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 3rem;
    padding-right: 3rem;
}
}
@media (min-height: 769px) and (min-width: 1600px){
	.hero-overlay{
		height: 70vh;
		align-items: center;
	}
	.hero-small .hero-overlay p{
		width: 75% !important;
	}
}
@media (max-width: 480px){}
@media (max-width: 376px){
	#hero-banner .hero-overlay h1{
		font-size: larger;
	}
	#cta-block2 .ctaBlock{
		padding: 0 25px;
	}
	#cta-block2 .formated-text h2{
		font-size: 26px;
	}
}