/*
 * MPOWER CSS styles
 */
/* .is-active{
	display: block !important;
} */

@font-face {
    font-family: "Manrope";
  font-optical-sizing: auto;
  font-weight: 100 900;
  font-style: normal;
    src: url('/wp-content/themes/mpower-us-domestic-child/fonts/Manrope/Manrope-VariableFont_wght.ttf') format('truetype');
}
body {
	color: rgba(27, 27, 27, 1);
	background-color: #FFFFFF;
    font-family: "Manrope", sans-serif;
	font-size: 16px;
	/*line-height: 28px;*/
}
h1, h2, h3, h4, h5 {
	font-family: "Manrope", sans-serif !important;
	/* 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;
}
#newsletter .form-row {
    width: 90%;
    margin: auto;
}
  #newsletter .form-group {
    /* width: 50%; */
    margin: 0 10px;
    flex: 1;
}
  #newsletter form input{
  	    padding: 1em;
    margin: 0;
    color: #2D4B91;
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 50px;
    width: 100%;
    margin-right: 1em;
  }
  #newsletter h2, #newsletter form{
  	    width: 100%;
    text-align: center;
  }
  #newsletter form input[type="submit"]{
  	    display: block;
    margin: auto;
    margin-top: 1em;
    background-color: #F05A37;
    border-color: #F05A37;
    color: #fff;
    font-weight: bold;
    border-radius: 50px;
    padding: 1em 5em;
    margin-bottom: 4px;
    box-shadow: none !important;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    font-size: large;
    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;
    text-transform: uppercase;
    width: auto;
  }
  #newsletter form input::placeholder{
  	    color: #2D4B91;
    font-weight: 700;
  }
.error-message {
    color: #F05A37;
    font-size: 14px;
    margin-top: 5px;
    display: block;
}
#newsletter .loader {
          border: 3px solid #ffaf0f80;
          border-top: 3px solid #FFAF0F;
          border-radius: 50%;
          width: 16px;
          height: 16px;
          animation: spin 1s linear infinite;
          display: inline-block;
          margin-left: 8px;
          vertical-align: middle;
    }

    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
#newsletter #submitBtn{
	    padding: 1em 5em;
    margin-top: 16px;
}

.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: #09deb1;
    color: #1b1b1b;
    background-color: #fff;
}

.menu-buttons .navbar-nav .nav-link.dropdown-toggle, .lang-menu .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;
}

.events-div{
	display: flex;
    border-radius: 25px;
    align-items: stretch;
    width: fit-content;
	margin-left: auto;
}
.live-events-sec{
	    padding: 10px 1em;
    background-color: #2D4B91;
    color: #fff;
	    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
	display: flex;
    align-items: center;
}
.live-events-sec.mob{
	display: none;
}
.live-events-sec h5{
	color: #fff;
    font-size: 21px;
	font-weight: 600;
}
.event-details{
	    background-color: #EBF5FF;
    padding: 10px 1em;
	    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
 .event-details a{
	color: #2D4B91;
	margin-bottom: 10px;
}
.event-details p{
	color: #1E3C78;
	margin-bottom: 10px;
}
.event-details h5{
	    font-size: 21px;
	color: #1E3C78;
	    line-height: 1.5;
    font-weight: 700;
	margin-bottom: 0;
}
footer .event-details img{
	    width: 15px;
    margin-left: 5px;
	    height: auto;
}
.footer-share-icon-col{
	display: flex;
	flex-wrap: no-wrap;
	align-items: flex-end;
}

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: 50%;
	/* padding: .25rem .75rem; */
}
.navbar-light .navbar-toggler {
	border-color: transparent;
	height: auto;
}
.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: #09deb1;
    border-color: #09deb1;
    color: #1b1b1b;
    padding: 1em 4em;
    border-radius: 68px;
    text-transform: capitalize;
    font-weight: bold;
    letter-spacing: 0.037em;
	font-family: "Manrope", sans-serif;
}
.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: rgba(9, 222, 177, 1);
    border-color: rgba(9, 222, 177, 1);
    color: #1b1b1b;
}
.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: 700;
	padding: 0.5em 1.5em;
	border-color: #F05A37;
	color:#1b1b1b;
	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: #1b1b1b;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #1b1b1b;
}
.nav-item.dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
}
.hero-img {
    width: 100%;
    min-height: 70vh;
    background-repeat: no-repeat;
/*     background-size: 100%; */
	background-position: bottom;
	margin-top: 130px;
/* 	margin-top: 0; */
    background-size: cover;
}
.single-hero-img {
	width: 100%;
	margin-top: 116px;
/* 	margin-top: 0; */
}
.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%;
}*/

.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: 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: #1b1b1b;
	border-bottom: 1px solid #fff;
}
.dropdown-item:last-child {
	border-bottom: transparent;
}
.dropdown-item:focus, .dropdown-item:hover {
	background-color: transparent;
	color: #1722bb;
    border-bottom: 1px solid #1722bb;
}

.dropdown-toggle::after {
	content: "\f078";
	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: #1b1b1b;
    text-align: left;
    width: 100%;
	text-decoration: underline;
}
.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: #2D4B91;
  display: block;
  margin: 5px 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(/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: #EBF5FF;
	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(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}
/* new menu */
.navbar .accordion>.card .card-header{
	background-color: #fff;
	border-bottom: 2px solid rgba(231, 231, 231, 1);
	padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: space-between;
	padding: 0.5em 0;
}
.navbar .accordion{
	background-color: #fff;
	padding: 0 10px;
}
.navbar .accordion>.card{
	border: 0;
}
.navbar .accordion>.card a.btn{
	color: #1b1b1b;
    font-weight: bold;
	text-decoration: none;
}
.navbar .accordion>.card .card-body a.btn{
	color: #1b1b1b;
    font-weight: normal;
    padding-left: 25px;
}
.navbar .accordion>.card .card-body a.btn:focus{
	box-shadow: none;
}
.navbar .accordion>.card .card-body{
	    padding: 0.5em 0;
}
.mobile-menu-buttons{
	display: flex;
    align-items: center;
    padding: 2em 0 1em;
    background-color: #fff;
    justify-content: space-between;
	border-bottom: 2px solid rgba(0, 0, 0, .125);
}
nav .mobile-menu-buttons a.btn{
	margin-bottom: 0 !important;
    width: 45%;
}
nav .mobile-menu-buttons a.btn-login{
	border-color: #09deb1;
    color: #1b1b1b;
    background-color: #fff;
}
.contact-details{
	background-color: #fff;
    text-align: center;
	display: none;
	padding: 1em;
}
.contact-details .email-info, .contact-details .phone-info{
	display: flex;
	justify-content: center;
    align-items: flex-start;
}
.contact-details h5{
	font-size: 17px;
	font-weight: bold;
	margin-top: 0.5em;
}
.contact-details p{
	font-size: 14px;
	font-weight: bold;
	color: #2D4B91;
	 margin-bottom: 0;
}
.contact-details .phone-info p{
	color: #f2b817;
}
.contact-details .email-info img{
	width: 35px;
	margin-right: 0.5em;
}
.contact-details img{
	width: 50px;
	height: auto;
}
.contact-details .phone-info{
	justify-content: space-between;
}
.navbar .accordion{
/*	height: 65vh;
 	overflow: scroll;
	box-shadow: rgba(0, 0, 0, .2) 0 2px 6px 0; */
}
.accordion .card-header .btn-link.collapsed:before {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}
.accordion .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;
    border-radius: 100%;
    color: #1b1b1b;
}
.accordion .card-header .btn-link:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.navbar-nav .dropdown-menu .sub-menu-item a img{
	display:none;
}
.navbar .menu-wrapper .collapsing{
	transition-property: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease;
	height: 0;
}
.gform_confirmation_wrapper{
	width: 100%;
    text-align: center;
    font-size: 18px;
}
/* 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-menu{
	padding: 0;
}
.footer {
	
}
.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: 50%;
}
.footer .newsletter h2 img{
	width: auto;
}
.footer .newsletter h2{
	font-size: 42px;
	font-weight: bold;
	margin-top: 0;
}
.footer .footer-menu a {
	padding: 0.25em 0;
	color: #5A6973;
	text-decoration: none;
}
.footer .socials i {
	font-size: 32px;
	padding: 0;
}
.footer .socials a {
	color: #2D4B91;
	    margin-right: 1em;
	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;
}
.gform_wrapper input[type="tel"]{
	border: 1px solid #ccc;
    padding: 1em 1em 1em 52px !important;
}
/*.footer .socials a:hover {
	color: #FFAF0F;
}*/
.footer .socials{
	    width: max-content;
    margin-right: 0;
    margin-left: auto;
}
.footer .socials img{
	width: 30px;
	height: 32px;
	vertical-align: sub;
}
.footer .socials p{
	    color: #2D4B91;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 5px;
}
.footer hr {
	border-top: 2px solid #2D4B91;
	    margin-top: 2em;
    margin-bottom: 2em;
}
.footer .mobhr{
	display: none;
}
.newsletter{
	background-color: #FFCB4C;
	    border-radius: 16px;
	padding-bottom: 1em;
}
#gform_1{
	padding: 0 5em;
}
#gform_1 #gform_fields_1{
	display: flex;
    width: 100%;
    justify-content: center;
}
#field_1_14{
	flex-grow: 2;
}
#field_1_10{
	flex-grow: 1;
}
#gform_1 input[type="email"]{
	    width: 100%;
}
#gform_1 ::placeholder,
#gform_1 ::-webkit-input-placeholder,
#gform_1 input[placeholder] {
  color: #2D4B91;
	font-weight: bold;
}
.newsletter .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full){
	padding-right: 2%;
}
.newsletter .gform_heading{
	display: none;
}
.signup-disclaimer{
    display: inline-block;
    color: #1E3C78;
	font-weight: 300;
}
.white{
	color: #fff;
}
.blm {
	color: #1b1b1b;
	background: #09deb1;
	padding: 4em 0;
	font-size: 13px;
	text-align: center;
	    font-family: "Manrope", sans-serif;
}
.blm table{
	position: static;
}
.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(/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(/wp-content/uploads/2022/09/Group-1795.jpg.webp);
	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(/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: 4em 0 3em;
  }
  .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;
} */
.sticky-btn{
	display: none;
}
.mobile-search{
	display: none;
}
 .new-banner-cta{
  	padding: 3em 0 2em;
    background-image: url(/wp-content/uploads/2024/07/section-about-an-MPOWER-loan.png);
    background-size: 100% 100%;
    background-position: center;
  }
  .new-banner-cta .my-5.text-center{
  	margin-top: 2em !important;
  }
  .new-banner-cta h2{
  	margin-bottom: 0;
        font-size: 38px;
  }
  .new-banner-cta h2 p{
  	color: #333333;
    margin-bottom: 0;
  }
  .new-banner-cta a.btn, .applyNowCTA a.btn {
    	margin-right: 0 !important;
	}
  .new-banner-cta .sub-heading{
  	font-family: 'Zilla Slab', serif;
        font-size: 38px;
    font-weight: 600;
  }
#thank-you{
		margin-top: 90px;
	}
.newsletter .gform_wrapper.gravity-theme .gform_validation_errors{
	width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.newsletter .gform_wrapper.gravity-theme .gform_validation_errors>h2{
	text-align: center;
	color: #790000;
	font-size: 15px;
	font-weight: bold;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message{
	color: #790000 !important;
	padding: 10px 0 !important;
	font-weight: bold;
}
/*.newsletter .gform_wrapper.gravity-theme .gform_footer{
	width: 100%;
    max-width: 100%;
}*/
@media (min-width: 1600px){
	.sub-heading{
/* 		width: 55%; */
/* 		width: 70%; */
	}
	#mission-sec .formated-text{
		width: 55%;
	}
	#support-sec .sub-heading{
		width: 100%;
	}
	#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;
	margin-left: -3.5em;
	padding: 1em 5em;
	}
@media (max-width: 1440px){
/* 	#support-sec{
		padding: 0 10em;
	} */
}
@media (max-width: 1024px){}
@media (max-width: 768px) {
	.footer .navbar-brand, .footer .socials p{
		display: none;
	}
	.lang-menu .navbar-nav .nav-link.dropdown-toggle img{
		width: 12px;
		height: 8px;
	}
	/* .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus{
		color: #2D4B91;
	} */
/* 	.footer-menu ul li a{
		font-size: 21px;
	}
	.footer-menu ul li{
		padding: 0.5em 0;
	} */
/* 	.search-box{
		position: relative;
		top:0;
	} */
	.menu-container{
		position: relative;
	}
	.navbar .accordion .card .card-body a img{
		width: 30px;
    	margin-right: 10px;
	}
	.contact-details{
		display: block;
	}
	.menu-container .mobile-search .search-form{
		border: 1px solid #A7B1C7;
    	border-radius: 15px;
    	padding: 0 10px;
    	width: 100%;
	}
	.mobile-search{
		display: block;
    	position: static;
    	padding: 1.5em 0 1em;
		box-shadow: inset rgba(0, 0, 0, 0.2) 0px 5px 6px 0;
	}
	.mobile-search .d-flex{
		align-items: center;
	}
	.mobile-search .search-form input[type="search"]{
		border: 0;
    	padding: 10px 0;
	}
	.mobile-search .search-form input:focus-visible {
    	outline: none;
	}
	.mobile-search .d-flex i{
		margin-right: 5px;
		color: #1722bb;
	}
	.lang-menu{
	display: block;
}
	.lang-menu .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus, .lang-menu .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover{
		    color: #F2BB17;
	}
	#search{
		display: none;
	}
	.navbar-brand img{
		width: 60%;
	}
	.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: 112px; */
		margin-top: 0;
    	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%;
	}
	#support-sec .sub-heading{
		margin: 2em 0;
	}
	.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(/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;
		margin-bottom: 4em;
	}
	#mission-sec .simple-heading{
		width: 100%;
	}
	#mission-sec .btn-primary{
		display: inline-block;
		    margin-bottom: 3em;
	}
	.newsletter{
    	background-color: #FFCB4C;
		padding-top: 1.5em;
    	padding-bottom: 1em;
	}
	#gform_1{
		padding: 0;
	}
	#gform_1 #gform_fields_1{
		flex-wrap: wrap;
	}
	#gform_1 #input_1_14_3{
		margin-bottom: 10px;
	}
	#gform_1 #input_1_14_6_container{
		margin-bottom: 0;
	}
	.newsletter .gform_wrapper.gravity-theme .gform_validation_errors{
		padding: 1em;
    	width: 100%;
	}
	.footer-menu{
		padding: 0;
	}
	.footer hr{
		    border-top: 2px solid #E8E8E8;
		        margin: 2em 0;
	}
	.footer .mobhr{
		display: block;
		border-top: 2px solid #E8E8E8;
    	width: 100%;
	}
	.footer .vline{
		border-right: 2px solid #E8E8E8;
	}
	.footer ul{
		margin-bottom: 0;
	}
	.footer .socials{
		    margin: auto;
		display: flex;
		 width: -webkit-fill-available;
    justify-content: center;
		    flex-wrap: wrap;
	}
	.footer .socials p{
		font-size: 24px;
    	margin-top: 0.5em;
	}
	.footer .socials a{
		margin: 0;
	}
	.footer .newsletter h2 img{
		width: 50px;
    	margin: auto;
    	display: block;
	}
	.footer .socials img, .footer .socials i{
		margin: 0 13px;
	}
/* 	.col-sm-6.footer-share-icon-col {
		padding-left: 0;
		padding-right: 0;
	} */
	
	.footer .newsletter h2{
		    font-size: 24px;
	}
	#thank-you{
		margin-top: 0;
	}
	.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]{
		        margin-left: auto;
		text-transform: uppercase;
	}
	.signup-disclaimer{
		width: 100%;
		font-size: 14px;
	}
	.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(/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;
	} */
	.sticky-btn{
		display: block;
		background: #2D4B91;
    	padding: 1em 0;
    	text-align: center;
    	position: fixed;
    	bottom: 0;
    	width: 100%;
    	z-index: 9999;
    	border-top-left-radius: 10px;
    	border-top-right-radius: 10px;
	}
	.sticky-btn a{
		padding: 12px 2em;
		width: 50%;
	}
	.blm{
/* 		margin-bottom: 4em; */
		padding-bottom: 7em;
	}
	.new-banner-cta .my-5.text-center{
    	margin-bottom: 1em !important;
    }
    .new-banner-cta .sub-heading{
    	font-size: 36px;
    line-height: 1.1;
    width: 100%;
    }
    .new-banner-cta h2{
        font-size: 36px;
      line-height: 1.1;
  }
}


@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: 0 !important;
	}
	#funding-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: 50px;
		right: 0;
		left: 0;
		z-index: 999;
		overflow: scroll;
    	background-color: #fff;
    	box-shadow: rgba(0, 0, 0, .2) 0 2px 6px 0;
		max-height: 80vh;
        height: auto;
	}
	.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-width: 769px) and (max-width: 1024px){
	.navbar{
		flex-wrap: nowrap;
	}
	.navbar-collapse{
		top: 100px;
	}
}
@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;
	}
	    .footer .socials img, .footer .socials i {
        margin: 0 9px;
    }
}

.testimonial-title {
	font-size: 28px;
}
@media screen and (max-width: 1360px) {
    .testimonial-title {
        font-size: 22px;
    }
}

/**new style for hero banner**/
@media (min-width: 801px) and (max-width: 1199px){
	.hero-overlay{
		width: 60%;
		height: max-content;
		padding: 0;
	}
	.hero-img {
        margin-top: 0;
        background-position: right bottom;
        background-size: cover;
        padding: 2em 0px 2em 0;
        min-height: 75vh;
    }
	.hero-img h1 {
    	margin-top: 0;
    	margin-bottom: 15px;
	}
	#hero-banner .hero-overlay h1 p {
        font-size: smaller;
    }
	.hero-img p {
        font-size: medium;
    }
	.menu-container{
		position: relative;
	}
	#temp-alertBox a, .nav-global-banner{
		font-size: 14px;
	}
}
@media (min-width: 601px) and (max-width: 800px){
	.hero-overlay{
		width: 60%;
		height: max-content;
		padding: 0;
	}
	.hero-img {
        margin-top: 0;
        background-position: right bottom;
        background-size: cover;
        padding: 2em 0px 2em 0;
        min-height: 65vh;
    }
	.hero-img h1 {
    	margin-top: 0;
    	margin-bottom: 15px;
	}
	#hero-banner .hero-overlay h1 p {
        font-size: smaller;
    }
	.hero-img p {
        font-size: medium;
    }
	.menu-container{
		position: relative;
	}
	#temp-alertBox a, .nav-global-banner{
		font-size: 14px;
	}
}
@media (min-width: 340px) and (max-width: 600px){
	.hero-img{
		min-height: 70vh;
		padding-right: 0;
		background-position-y: bottom;
		
	}
	#hero-banner .hero-overlay h1 p{
		font-size: 20px;
	}
	.hero-img p{
		font-size: 14px;
	}
	#temp-alertBox a, .nav-global-banner{
		font-size: 14px;
	}
}
@media (max-width: 340px){
	.hero-img{
		min-height: 60vh;
		padding-right: 0;
	}
	#hero-banner .hero-overlay h1 p{
		font-size: 20px;
	}
	.hero-img p{
		font-size: 14px;
	}
	#temp-alertBox a, .nav-global-banner{
		font-size: 14px;
	}
}
.faq h3.mb-0 {
  margin-top: 0;
}
  .persona{
        display: flex;
    	align-items: center;
        margin-bottom: 26px;
  }
  .persona-img img {
        width: 53.76px;
        height: 53.76px;
  }
  .persona-country img {
        width: 27px;
        height: 27px;
  }
  .persona-name {
      	margin-left: 12px;
      	margin-right: 12px;
        font-family: 'Montserrat', sans-serif;
        font-size: 15.36px;
        font-weight: 600;
        line-height: 18.59px;
        letter-spacing: 0.02em;
        text-align: left;
        color: #1E3C78;
  }
  .persona-rating {
    	margin-bottom: 10px;
  }
  	  .persona-rating img{
			height: auto;
		    width: 40%;
	  }
  @media (max-width: 1299px){
      .persona-name {
            font-size: 14px;
      }

      .persona-img img {
            width: 40px;
            height: 40px;
      }
      .persona-country img {
            width: 17px;
            height: 17px;
      }
  }
@media (min-width: 769px) and (max-width: 1299px){
	.single-hero-img {
		margin-top: 0;
	}
}
/* Disclaimer CSS */
.future-earnings-disclaimer {
	text-align: center;
	font-weight: 400;
	width: 50%;
	margin: auto;
	margin-bottom: 1.5em;
}
@media (max-width: 768px){
	#newsletter .form-group{
		  width: 100%;
    	flex: 100%;
	  }
	  #newsletter .form-row{
		   width: 100%;
	  }
	.future-earnings-disclaimer {
		width: 100%;
		margin-top: 3em;
		margin-bottom: 3em;
	}
}
.footer-global-disclaimer {
	margin-bottom: 5em;
	margin-top: 5em;
}
.global-only-desktop{
		display: block;
}
.global-only-mobile{
		display: none;
}
@media (max-width: 1024px){
	.footer-global-disclaimer {
		width: 100%;
		margin: 4em auto;
		padding: 0 45px;
		text-align: left;
    }
	.global-only-desktop{
		display: none;
	}
	.global-only-mobile{
		display: block;
		text-align: left;
		line-height: 1.5;
	}
	/**footer live events widget**/
	  .live-events-sec.mob{
		display: block;
		      border-radius: 13px;
    width: fit-content;
    position: absolute;
	}
	  .live-events-sec.desk{
		display: none;
	}
	  .footer-share-icon-col{
		  flex-wrap: wrap;
	  }
	  .events-div {
		  display: block;
    	margin: auto;
    	margin-bottom: 2em;
    	width: 100%;
    	position: relative;
	  }
	  .live-events-sec h5 {
		  margin-bottom: 0;
	  }
	  .event-details{
		  border-radius: 13px;
    	margin-top: 2em;
    	padding-top: 2em;
	  }
}
@media (max-width: 601px) {
    .footer-global-disclaimer {
        padding: 0 15px;
    }
}
.future-earnings-disclaimer a {
	color: #5A6973;
}
.hero-banner-with-rbp-apr a:not(.btn.btn-primary) { 
	color: #5A6973;
}
@media (max-width: 375px){
    .hero-banner-main-get-a-loan {
        min-height: 62vh !important;
    }
 }
 @media (max-width: 344px){
    .hero-banner-main-get-a-loan {
        min-height: 100vh;
        padding-top: 1em;
    }
  }
  /* CSS for eligibility notes on school listing. */
  .school-eligibility-notes {
    background-color: #FFFAEE;
   	text-align: left;
    border-radius: 20px;
    padding: 20px 27px;
    margin-top: 2em;
    float: left;
  }
  .school-eligibility-notes p {
     font-size: 14px;
     line-height: 17.07px;
     color: #41434C;
     margin-bottom: 5px;
  }
  @media (min-width: 601px){
  	.school-eligibility-notes .notes-view-more, .school-eligibility-notes .notes-view-less{
  		display: none;
  	}
  }
  @media (max-width: 600px){
	  #newsletter .form-group{
		  width: 100%;
    	flex: 100%;
	  }
	  #newsletter .form-row{
		   width: 100%;
	  }
    .school-eligibility-notes .notes-view-more, .school-eligibility-notes .notes-view-less{
        color: #2D4B91;
    	font-weight: 600;
  	}
    .school-eligibility-notes .first-note{
      margin-bottom: 0;
    }
  	.school-eligibility-notes .notes-additional-content{
  		display: none;
  	}
    .school-eligibility-notes {
      margin-bottom: 20px;
		        clear: both;
        float: none;
    }
    .school-eligibility-notes p {
     font-size: 12px;
    }
	  /**footer live events widget**/
	  .live-events-sec.mob{
		display: block;
		      border-radius: 13px;
    width: fit-content;
    position: absolute;
	}
	  .live-events-sec.desk{
		display: none;
	}
	  .footer-share-icon-col{
		  flex-wrap: wrap;
	  }
	  .events-div {
		  display: block;
    	margin: auto;
    	margin-bottom: 2em;
    	width: 100%;
    	position: relative;
	  }
	  .live-events-sec h5 {
		  margin-bottom: 0;
	  }
	  .event-details{
		  border-radius: 13px;
    	margin-top: 1.5em;
    	padding-top: 2em;
		  padding-bottom: 1em;
	  }
	  .event-details p br{
		  display: none;
	  }
  }
  .notes-additional-content .last-note {
    margin-bottom: 0;
  }
#schoolTable sup {
	font-weight: 600;
}