.newsletter-form .item_form-single_field .form .form-control {
    border-radius: var(--btn-border-radius) !important;
}
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.flex-wrap {
    -webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.space-between {
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
}
.space-center {
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
}
.align-start {
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
}
.align-center {
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
}
.align-end {
	align-items: flex-end;
	-webkit-align-items: flex-end;
	-ms-align-items: flex-end;
}
.container-new {
    padding-left: 50px;
    padding-right: 50px;
}

.hero-banner.component.usn_cmp_banner .item .info.col {
    max-width: 540px;
}
.pods-with-overlay .item_overlay .info .btn {
    border: 0;
    border-radius: 0;
}
.pods-with-overlay .item_overlay .info .btn > span {
    border-radius: 0;
}
.news-section .listing .item .inner {
    border-radius: 14px;
    overflow: hidden;
    padding-bottom: 100px;
}
.news-section .listing .item .inner .info {
    border-radius: 14px;
    background: rgba(var(--base-bg-color1),1);
    margin-top: -24px;
    padding-bottom: 10px;
    position: relative;
}
.news-section .listing .item .inner .base-heading {
    color: #2137A2 !important;
    letter-spacing: 0;
}
.news-section .listing .item .inner .base-text {
    color: #FF266E;
}
.stats-section {
    padding: 0 !important;
    background: transparent;
    margin-top: -100px;
}
.stats-section > .component-inner > .container {
    padding-left: 0;
    padding-right: 0;
}
.shape-mask {
  -webkit-mask-image: url('/media/y4ofjehl/full-shape.svg');
  -moz-mask-image: url('/media/y4ofjehl/full-shape.svg');
          mask-image: url('/media/y4ofjehl/full-shape.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: top right;
          mask-position: top right;
}
.stats-section .stats-block {
  padding: 120px 0 150px 0;
  margin-top: -12vh;
  background-position: center;
  background-size: cover;
  color: #fff;
}
.stats-section .img {
  object-fit: cover;
  height: 50vh;
}
.stats-block h2 {
    color: #fff;
    margin-bottom: 30px;
}
.stats-list {
    margin-left: -20px;
    margin-right: -20px;
}
.stats-list .item {
    width: 25%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
.stats-list .item .stat {
    font-size: 40px;
    color: #f3c144;
    line-height: 1.2;
    font-weight: 800;
}
.social-feed h2 {
    text-align: center;
    margin-bottom: 30px;
}
.social-feed h2 img {
    margin-left: 20px;
    max-width: 40px;
}
footer#site-footer .footer-navigation {
    display: none;
}
footer#site-footer {
    padding-bottom: 0 !important;
}
footer#site-footer .footermain {
    padding: 0 !important;
}
footer#site-footer .container {
    padding-top: 0 !important;
}
footer#site-footer .footermain .code-item {
    background: url(/media/quajz1jj/footer-bg.svg) center top no-repeat;
    background-size: cover;
    color: #fff;
    padding: 100px 0 50px 0;
}
footer#site-footer .footermain .code-item a {
    color: #fff;
}
footer#site-footer .footermain .code-item a:hover {
    color: #FF266E;
}

footer#site-footer .footermain .code-item .container {
    max-width: 100%;
    width: 1100px;
}
.footer-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    margin-left: -30px;
    margin-right: -30px;
}
.footer-top .left-block,
.footer-top .right-block {
    width: 25%;
    padding-left: 30px;
    padding-right: 30px;
}
.footer-top .right-block img {
    display: block;
    margin: 0 auto 20px 50px;
}
.footer-top .right-block img:last-child {
    margin-bottom: 0;
}
.footer-top .right-block img:nth-child(1) {
    width: 70px;
}
.footer-top .right-block img:nth-child(2) {
    width: 150px;
}
.footer-top .left-block {
    border-right: 1px solid #5A97CD;
}

.footer-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-top: 50px;
}
.footer-bottom > p {
    margin: 0 20px 0 0;
}
.footer-menu {
    list-style: none;
    margin: 0;
}
.footer-menu li {
    margin-right: 20px;
    display: inline-block;
}
.footer-menu li:last-child {
    margin-right: 0;
}

.shap-block{
    padding:0 !important;
}
.shap-block .container{
    padding:0 !important;
}
.shap-block svg{
    width:100%;
    height: auto;    
}
.pb-50{
    padding-bottom: 50px !important;
}
.report-table{
    display: flex;
    flex-flow: row wrap;
    margin: 20px -10px;
    list-style:none;
}
.report-table li{
    width: 33.33%;
    margin-bottom: 8px;
    padding: 0 10px;
}
.report-table li a{
    text-decoration:underline !important;
}
.report-table li a:hover{
    color: #2137a2 !important;
}
.our-people .container-new > h2 {
    margin-bottom: 30px;
}
.our-people *:first-child {
    margin-top: 0;
}
.our-people .trustees .container-new > h4,
.our-people .officers .container-new > h4 {
    margin-bottom: 20px;
}
.our-people .trustees {
    background: #ebf9f5;
    padding: 50px 0;
}
.our-people .officers {
    background: #fff8fb;
    padding: 50px 0;
}

.team-list {
    margin-left: -16px;
    margin-right: -16px;
    list-style: none;
}
.team-list li {
    width: 33.33%;
    margin-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
}
.team-list li .item {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.team-list li .item .content {
    background: #32c19d;
    padding: 30px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.team-list li .item .content .inner {
    height: auto;
}
.team-list li .item:hover .content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}
.team-list li .item.dates .content {
    background: #561259;
    height: auto;
    min-height: 50%;
    opacity: 1;
    bottom: 0;
    top: inherit;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}
.team-list li .item .content h5 {
    color: #fff;
}