<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&amp;display=swap');
/* font-family: "Montserrat Alternates", sans-serif; */
/* font-family: "Work Sans", sans-serif; */

body {
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	line-height: 32px;
	font-weight: 500;
	background-color: #fff;
	color: #757B85;
}

strong,
b {
	font-weight: 700 !important;
}

figure {
	margin: 0;
}

a,
input,
button,
textarea {
	outline: none !important;
}

a {
	text-decoration: none;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row&gt;* {
	padding-left: 15px;
	padding-right: 15px;
}

p {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

p a {
	text-decoration: none;
	color: inherit;
}

p a:hover {
	opacity: 0.8;
}

ul li,
ol li {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

ul li a,
ol li a {
	text-decoration: none;
	color: inherit;
}

ul li a:hover,
ol li a:hover {
	opacity: 0.8;
}

.alignnone {
	float: none;
	margin: 20px;
}

.alignleft {
	float: left;
	margin: 20px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 20px 0 20px 20px;
}

.aligncenter {
	float: none;
	display: block;
	margin: 20px auto;
}

blockquote {
	padding-left: 30px;
	border-left: 5px solid #5957A6;
	margin-bottom: 20px;
}

blockquote * {
	font-size: 150%;
	line-height: 180%;
}

h1 {
	font-family: "Montserrat Alternates", sans-serif;
	font-weight: 700;
	font-size: 50px;
	line-height: 135%;
	color: #5957A6;
	margin-bottom: 30px;
}

h2 {
	font-family: "Montserrat Alternates", sans-serif;
	font-weight: 700;
	font-size: 45px;
	line-height: 135%;
	color: #5957A6;
	margin-bottom: 30px;
}

h3 {
	font-family: "Montserrat Alternates", sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 135%;
	color: #5957A6;
	margin-bottom: 30px;
}

h4 {
	font-family: "Montserrat Alternates", sans-serif;
	font-weight: 700;
	font-size: 35px;
	line-height: 135%;
	color: #5957A6;
	margin-bottom: 25px;
}

h5 {
	font-family: "Montserrat Alternates", sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 135%;
	color: #5957A6;
	margin-bottom: 25px;
}

h6 {
	font-family: "Montserrat Alternates", sans-serif;
	font-weight: 700;
	font-size: 25px;
	line-height: 135%;
	color: #5957A6;
	margin-bottom: 25px;
}

.fix-width-900 {
	width: 100%;
	max-width: 900px;
}

.fix-width-1080 {
	width: 100%;
	max-width: 1080px;
}

.fix-width-1160 {
	width: 100%;
	max-width: 1160px;
}

/* Common Style Strat */
.btn {
	font-size: 16px;
	line-height: 32px;
	font-weight: 700;
	padding: 8px 40px;
	color: #fff !important;
	box-shadow: none;
	border: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.btn:active,
.btn:focus {
	color: #fff !important;
}

.btn:active:focus,
.btn:hover {
	color: #fff !important;
	opacity: 0.8;
}

.page-main-title {
	margin-bottom: 40px;
}

.section-title {
	font-family: "Montserrat Alternates", sans-serif;
	font-size: 30px;
	line-height: 45px;
	font-weight: 700;
	color: #5957A6;
}

.section-title * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
}

.section-title a {
	text-decoration: none;
	color: #009F79;
}

.section-title a:hover {
	color: #f2652c;
}

.block-title {
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
	color: #20B0E4;
}

.block-title * {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
}

.block-title a {
	text-decoration: none;
}

.block-title a:hover {
	color: #f2652c;
}
/* Common Style End */

/* common-form */


.common-form .form-group {
	margin-bottom: 20px;
}

.form-check .form-check-label,
.common-form .form-label {
	font-family: "Work Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 125%;
	color: #000000;
	margin-bottom: 15px;
}

.common-form .form-select,
.common-form .form-control {
	height: 44px;
	resize: none;
	box-shadow: none;
	padding: 6px 15px;
	font-family: "Work Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 125%;
	color: #000000;
	border: none;
	background-color: #fff;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
}

.common-form .form-control::-webkit-input-placeholder { color: #000000; }
.common-form .form-control::-moz-placeholder { color: #000000; }
.common-form .form-control:-ms-input-placeholder { color: #000000; }
.common-form .form-control:-o-placeholder { color: #000000; }

.common-form textarea.form-control {
	height: 95px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.form-check-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}

.form-check-list &gt; * {
	flex: 0 0 auto;
	max-width: 100%;
	padding: 0;
	margin: 0 5px 15px;
}

.form-check {
	position: relative;
	padding: 0;
}

.form-check .form-check-label {
	position: relative;
	padding-left: 20px;
}

.form-check .form-check-label:before {
	position: absolute;
	content: "";
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'FontAwesome6FreeSolid900';
	font-size: 7px;
	line-height: 125%;
	color: #d8d8d8;
	left: 0;
	top: 3px;
	width: 15px;
	height: 15px;
	border: 1px solid #d8d8d8;
}

.form-check .form-check-label {
	margin: 0;
}

.form-check .form-check-input {
	position: absolute;
	left: 0;
	top: 10px;
	width: 15px;
	height: 15px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	z-index: 9;
	opacity: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
}

.form-check input[type="radio"] ~ .form-check-label:before {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.form-check input[type="radio"]:checked ~ .form-check-label:before {
	content: "\f111";
	background: #000000;
	border-color: #000000;
	padding-top: 1px;
}

.form-check input[type="checkbox"]:checked ~ .form-check-label:before {
	content: "\f00c";
	background: #000000;
	border-color: #000000;
}
/* common-form */

/* common-pagination */
.common-pagination-block {
	margin-top: 40px;
}

.common-pagination-block ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 -5px;
	padding: 0;
	list-style-type: none;
}

.common-pagination-block ul li {
	display: inline-flex;
	align-items: center;
	margin: 0 5px;
	padding: 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 200%;
	color: #6B8FAB;
}

.common-pagination-block ul li a {
	color: inherit;
}

.common-pagination-block ul li.prev-btn {
	margin-right: 15px;
}

.common-pagination-block ul li.next-btn {
	margin-left: 15px;
}

.common-pagination-block ul li.active &gt; *,
.common-pagination-block ul li.current-page &gt; *,
.common-pagination-block ul li &gt; *.active,
.common-pagination-block ul li &gt; *.current-page,
.common-pagination-block ul li a:hover {
	color: #f2652c;
}
/* common-pagination */

/* common-back-top */
.common-back-to-top {
	font-weight: 700;
	padding: 14px;
	font-size: 16px;
	line-height: 200%;
	color: #204D70;
	text-align: center;
	margin-top: 30px;
	border-top: 2px solid #f7f5f7;
	border-bottom: 2px solid #f7f5f7;
}

.common-back-to-top a {
	text-decoration: none;
	color: inherit;
}

.common-back-to-top a:hover {
	color: #f2652c;
}
/* common-back-top */

/* common-breadcrumbs */
.common-breadcrumbs-block {
	margin-bottom: 40px;
}

.common-breadcrumbs-block .breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.common-breadcrumbs-block .breadcrumb .breadcrumb-item {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 15px;
	line-height: 150%;
	color: #204D70;
}

.common-breadcrumbs-block .breadcrumb .breadcrumb-item:before {
	content: "›";
	padding: 0 10px;
}

.common-breadcrumbs-block .breadcrumb .breadcrumb-item:first-child:before {
	display: none;
}

.common-breadcrumbs-block .breadcrumb .breadcrumb-item * {
	color: inherit;
}

.common-breadcrumbs-block .breadcrumb .breadcrumb-item a:hover {
	color: #f2652c;
}
/* common-breadcrumbs */

/* slick-slider */
.slick-slider .slick-slide {
	outline: none !important;
}
/* slick-slider */
/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
	position: relative;
	z-index: 999;
}

.header .navbar {
	padding: 0;
}

.header .navbar-brand {
	padding: 0;
	margin: 0;
	max-width: 350px;
	width: 100%;
	position: relative;
	z-index: 999;
}

.header .navbar-nav .nav-item {
	padding: 0 10px;
}

.header .navbar-nav .nav-item:first-child {
	padding-left: 0;
}

.header .navbar-nav .nav-item:last-child {
	padding-right: 0;
}

.header .navbar-nav .nav-item .nav-link {
	font-size: 16px;
	line-height: 32px;
	font-weight: 700;
	color: #fff;
	padding: 9px 12px;
	display: flex;
	align-items: center;	
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.header .navbar-nav .nav-item .nav-link span {
	width: 23px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 0 10px;
}

.header .navbar-nav .nav-item .nav-link span img {
	max-height: 100%;
}

.bottom-header p {
	font-weight: 700;
	margin: 0;
	color: #fff;
	text-align: center;
}

.bottom-header p a {
	border-bottom: 1px solid #fff;
}

.bottom-header .pink-line {
	background-color: #ED2986;
	padding: 17px 0;
}

.bottom-header .green-line {
	background-color: #A4D38E;
	padding: 17px 0;
	min-height: 60px;
}

.bottom-header .green-line a {
	padding: 0 0 5px;
}

.top-header {
	padding: 26px 0;
}


/* main-navigation */
.main-navigation {
	background: #ED2986;
}

.main-navigation .navbar {
	padding: 0;
}

.main-navigation .navbar-collapse {
	justify-content: center;
}

.main-navigation .navbar-nav .nav-item {
	margin: 0 70px;
	padding: 0;
}

.main-navigation .navbar-nav .nav-item:first-child {
	margin-left: 0;
}

.main-navigation .navbar-nav .nav-item:last-child {
	margin-right: 0;
}

.main-navigation .navbar-nav .nav-item .nav-link {
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	padding: 18px 0;
	color: #ffffff;
}

.main-navigation .navbar-nav .nav-item.active .nav-link,
.main-navigation .navbar-nav .nav-item.current-menu-item .nav-link,
.main-navigation .navbar-nav .nav-item.current-menu-parent .nav-link,
.main-navigation .navbar-nav .nav-item.current_page_parent .nav-link,
.main-navigation .navbar-nav .nav-item .nav-link.active,
.main-navigation .navbar-nav .nav-item .nav-link.current-menu-item,
.main-navigation .navbar-nav .nav-item .nav-link.current-menu-parent,
.main-navigation .navbar-nav .nav-item .nav-link.current_page_parent,
.main-navigation .navbar-nav .nav-item .nav-link:hover {
	opacity: 0.85;
}

.main-navigation .navbar-nav .dropdown &gt; a:after {
	content: "\f107";
	font-family: 'FontAwesome6FreeSolid900';
	border: none;
	margin-left: 3px;
	transition: transform 0.4s;
	-webkit-transition: transform 0.4s;
	-moz-transition: transform 0.4s;
	-ms-transition: transform 0.4s;
	-o-transition: transform 0.4s;
}

.main-navigation .navbar-nav .dropstart &gt; a:before,
.main-navigation .navbar-nav .dropend &gt; a:after {
	content: "\f107";
	font-family: 'FontAwesome6FreeSolid900';
	border: none;
}

.main-navigation .navbar-nav .dropdown .dropdown-menu {
	border: none;
	padding: 0;
	margin: 0;
	background: #ED2986;
	min-width: 200px;
	max-width: 250px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.main-navigation .navbar-nav .dropdown .dropdown-menu &gt; li {
	margin: 0;
}

.main-navigation .navbar-nav .dropdown .dropdown-menu li .dropdown-item {
	font-size: 14px;
	line-height: 133%;
	padding: 10px 25px;
	color: #ffffff;
	background: transparent !important;
	word-wrap: break-word;
	white-space: normal;
}

.main-navigation .navbar-nav .dropdown .dropdown-menu li.active &gt; .dropdown-item,
.main-navigation .navbar-nav .dropdown .dropdown-menu li.current-menu-item &gt; .dropdown-item,
.main-navigation .navbar-nav .dropdown .dropdown-menu li.current-menu-parent &gt; .dropdown-item,
.main-navigation .navbar-nav .dropdown .dropdown-menu li.current_page_parent &gt; .dropdown-item,
.main-navigation .navbar-nav .dropdown .dropdown-menu li .dropdown-item.active,
.main-navigation .navbar-nav .dropdown .dropdown-menu li .dropdown-item.current-menu-item,
.main-navigation .navbar-nav .dropdown .dropdown-menu li .dropdown-item.current-menu-parent,
.main-navigation .navbar-nav .dropdown .dropdown-menu li .dropdown-item.current_page_parent,
.main-navigation .navbar-nav .dropdown .dropdown-menu li .dropdown-item:hover {
	opacity: 0.7;
}

.main-navigation .navbar-nav &gt; .dropdown:last-child .dropdown-menu {
	left: auto;
	right: 0;
}
/* main-navigation */
/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

/* Banner Start */
.banner-wrp {
	background-color: #FAF7E8;
	position: relative;
	overflow: hidden;
	margin: 66px 0 0;
}

.banner-img {
	padding: 0;
	width: 66%;
}

.banner-img img {
	width: 100%;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.banner-detail {
	color: #fff;
	max-width: 600px;
	width: 100%;
	margin-left: auto;
}

.banner-detail * {
	color: inherit;
}

.banner-detail h1 {
	font-size: 38px;
	line-height: 45px;
	font-weight: 700;
	margin: 0;
}

.banner-detail h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 28px;
	line-height: 45px;
	margin: 0 0 16px;
}

.banner-detail p {
	font-weight: 500;
	margin: 0 0 26px;
	max-width: 427px;
	width: 100%;
}

.banner-main {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9;
	padding: 73px 0 0;
	/* max-width: 920px; */
	/* width: 100%; */
}

.banner-main::after {
    /* content: "";
    background-color: #009F79;
    position: absolute;
    width: 6000px;
    right: 0;
    top: -88%;
    bottom: 0;
    left: 55%;
    z-index: -1;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg); */
	content: "";
    background-color: #009F79;
    clip-path: polygon(4% 0, 100% 0, 100% 100%, 2% 100%, 0 8%);
    position: absolute;
    width: 6000px;
    right: 0;
    top: 0;
    bottom: 0;
    left: 52%;
    z-index: -1;
}

.banner-btns ul {
	padding: 0;
	margin: 0 -11px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner-btns ul li {
	list-style-type: none;
	padding: 0 11px;
}

.banner-btns ul li a {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.75);
	padding: 9px 20px;
	max-width: 264px;
	width: 100%;
	display: block;
	text-align: center;
}

.banner-btns ul li a:hover {
	color: rgba(255, 255, 255, 1);
	opacity: 1;
}

.banner-btns {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
}

.banner-bg {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	z-index: -1;
	width: 48%;
}

/* Banner End */

/* LISN Patients Start */
.lisn-patients-main {
	text-align: center;
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
}

.lisn-patients-wrp {
	padding: 60px 0;
}

.lisn-patients-main .section-title {
	margin: 0 0 20px;
}

.lisn-patients-main .block-title {
	font-size: 22px;
	line-height: 32px;
	color: #204D70;
	margin: 0 0 30px;
}

.lisn-patients-main .common-detail {
	margin: 0 0 55px;
}

.lisn-patients-main .common-detail p {
	margin: 0 0 30px;
}

.lisn-patients-main .common-detail p:last-child {
	margin-bottom: 0;
}

.lisn-patients-main .common-detail p strong {
	font-weight: bold;
	font-style: italic;
}
/* LISN Patients End */

/* Upcoming Events Start */
.upcoming-events-main {
	max-width: 1272px;
	width: 100%;
	margin: 0 auto;
}

.upcoming-events-main .block-title {
	text-align: center;
	margin: 0 auto 27px;
	max-width: 687px;
	width: 100%;
}

.events-table thead th {
	font-size: 17px;
	line-height: 24px;
	font-weight: 700;
	color: #757B85;
	padding: 14px 20px 14px 0;
	border-bottom: 2px solid #009F79;
	box-shadow: none;
	background-color: transparent;
}

.events-table tbody td {
	font-size: 17px;
	line-height: 24px;
	font-weight: 500;
	color: #757B85;
	padding: 14px 20px 14px 0;
	border-bottom-color: #A4D38E;
	box-shadow: none;
	background-color: transparent;
}

.events-table tbody td a {
	color: #009F79;
}

.events-table tbody td a:hover {
	color: #20B0E4;
}

.events-table .table {
	margin: 0 0 130px;
	background-color: transparent;
}

.events-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 40px 0 0;
}
.events-btn.full-event-btn {
	margin: 0 0 40px 0 ;
}

.events-btn a {
	margin: 0 9px;
}

.upcoming-events-wrp {
	background-color: #F7F5F7;
	padding: 52px 0;
}
/* Upcoming Events End */


/* news page */
.news-section {
	padding-top: 50px;
	padding-bottom: 150px;
}

.news-section .back-to-top-block {
	margin-top: 75px;
}

.common-news-list-items ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 -4px;
	padding: 0;
	border-bottom: 2px solid #f7f5f7;
}

.common-news-list-items ul li {
	display: inline-flex;
	align-items: center;
	margin: 0 4px;
	padding: 0;
	border: 2px solid #f7f5f7;
	border-bottom: none;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	color: #fff;
}

.common-news-list-items ul li a {
	padding: 17px 12px;
	color: inherit !important;
	background: #009F79;
}

.common-news-list-items ul li a:hover {
	color: #009F79 !important;
	background: transparent;
}

.common-news-list-items ul li.active a,
.common-news-list-items ul li a.active {
	color: #009F79 !important;
	background: transparent;
}

.news-main-list &gt; .row {
	margin: 0 -20px;
}

.news-main-list &gt; .row &gt; * {
	padding: 0 20px;
}

.news-block {
	padding: 40px 0;
	border-bottom: 1px solid #f2f2f3;
}

.news-block .block-title {
	color: #5957A6;
	margin-bottom: 15px;
}

.news-block .news-detail .detail {
	font-weight: 400;
	font-size: 16px;
	line-height: 200%;
}

.news-block .readmore-button {
	margin-top: 10px;
}

.news-block .readmore-button .btn {
	background: #f2652c;
}
/* news page */

/* news-story page */
.news-story-section {
	padding-top: 35px;
	padding-bottom: 70px;
}

.news-story-section .news-story-main-content &gt; .row {
	margin: 0 -20px;
}

.news-story-section .news-story-main-content &gt; .row &gt; * {
	padding: 0 20px;
}

.news-story-section .news-story-main-detail .section-title {
	margin-bottom: 20px;
}

.news-story-block {
	padding: 40px 0 20px;
}

.news-story-list .news-story-block {
	border-bottom: 1px solid #f7f5f7;
}

.news-story-block:first-child {
	padding-top: 0;
}

.news-story-block .block-title {
	color: #5957A6;
	margin-bottom: 25px;
}

.news-story-block .news-detail {
	font-weight: 400;
	font-size: 16px;
	line-height: 200%;
}

.news-story-block .news-story-images {
	display: flex;
	flex-wrap: wrap;
	margin-right: -40px;
}

.news-story-block .news-story-images &gt; * {
	flex: 0 0 auto;
	max-width: 100%;
	padding-right: 40px;
	margin-bottom: 20px;
}

.common-slidebar-part .sidebar-block {
	margin-bottom: 25px;
}

.categories-sidebar-block .section-title {
	margin-bottom: 20px;
}

.categories-sidebar-block .sidebar-detail ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.categories-sidebar-block .sidebar-detail ul li {
	display: block;
	margin: 0;
	padding: 16px 0;
	list-style-type: none;
	font-size: 16px;
	line-height: 150%;
	color: #757B85;
	border-bottom: 2px solid #f7f5f7;
}

.categories-sidebar-block .sidebar-detail ul li:last-child {
	border: none;
}

.categories-sidebar-block .sidebar-detail ul li a {
	color: inherit;
}

.categories-sidebar-block .sidebar-detail ul li.active a,
.categories-sidebar-block .sidebar-detail ul li a.active,
.categories-sidebar-block .sidebar-detail ul li a:hover {
	color: #f2652c;
}

.general-info-sidebar-block {
	padding: 20px 15px;
}

.support-info-sidebar .sidebar-block .block-title {
	color: #5957A6;
	margin-bottom: 20px;
}

.general-info-sidebar-block .sidebar-detail ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.general-info-sidebar-block .sidebar-detail ul li {
	display: block;
	margin: 0 0 15px;
	padding: 0;
	list-style-type: none;
	font-size: 16px;
	line-height: 150%;
	color: #204D70;
}

.general-info-sidebar-block .sidebar-detail ul li a {
	color: inherit;
}

.general-info-sidebar-block .sidebar-detail ul li.active a,
.general-info-sidebar-block .sidebar-detail ul li a.active,
.general-info-sidebar-block .sidebar-detail ul li a:hover {
	color: #f2652c;
}

.other-info-sidebar-block .sidebar-detail ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.other-info-sidebar-block .sidebar-detail ul li {
	display: block;
	margin: 0;
	padding: 15px 0;
	list-style-type: none;
	font-size: 16px;
	line-height: 150%;
	color: #757B85;
	border-bottom: 2px solid #F7F5F7;
}

.other-info-sidebar-block .sidebar-detail ul li:first-child {
	padding-top: 0;
}

.other-info-sidebar-block .sidebar-detail ul li:last-child {
	padding-bottom: 0;
	border: none;
}

.other-info-sidebar-block .sidebar-detail ul li a {
	color: inherit;
}

.other-info-sidebar-block .sidebar-detail ul li.active a,
.other-info-sidebar-block .sidebar-detail ul li a.active,
.other-info-sidebar-block .sidebar-detail ul li a:hover {
	color: #f2652c;
}

.common-slidebar-part .get-help-button {
	margin-top: 30px;
	margin-bottom: 30px;
}

.common-slidebar-part .get-help-button .btn {
	width: 100%;
}

.other-news-articles-block {
	border: none;
}

.other-news-articles-block .news-articles-list &gt; .row {
	margin: 0 -10px;
}

.other-news-articles-block .news-articles-list &gt; .row &gt; * {
	padding: 0 10px;
}

.other-news-articles-block .news-articles-block {
	padding: 35px;
	margin-bottom: 20px;
	height: calc(100% - 20px);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.other-news-articles-block .news-articles-block .article-detail {
	color: #fff;
	line-height: 150%;
}

.other-news-articles-block .news-articles-block .article-detail a:hover {
	opacity: 0.7;
}

.other-news-articles-block .news-articles-block .article-button {
	margin-top: 20px;
}

.other-news-articles-block .news-articles-block .article-button .btn {
	color: #204D70 !important;
	background: rgba(255, 255, 255, 0.45) !important;
}

.other-news-articles-block .news-articles-block .article-button .btn:active,
.other-news-articles-block .news-articles-block .article-button .btn:focus {
	color: #204D70 !important;
	background: rgba(255, 255, 255, 0.45) !important;
}

.other-news-articles-block .news-articles-block .article-button .btn:active:focus,
.other-news-articles-block .news-articles-block .article-button .btn:hover {
	color: #204D70 !important;
	background: #fff !important;
}

.social-media-sharing-block {
	margin-top: 20px;
}

.social-media-sharing-block .title {
	color: #802A6E;
	font-weight: 700;
}

.social-media-sharing-block .social-media-list ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -6px;
	padding: 0;
	list-style-type: none;
}

.social-media-sharing-block .social-media-list ul li {
	display: inline-flex;
	align-items: center;
	margin: 0 6px 10px;
	padding: 0;
	list-style-type: none;
}

.social-media-sharing-block .social-media-list ul li * {
	display: inline-block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.social-media-sharing-block .social-media-list ul li a:hover {
	opacity: 0.7;
}
/* news-story page */

/* your-stories page */
.your-stories-section {
	padding: 95px 0;
}

.your-stories-section .your-stories-banner {
	margin-bottom: 40px;
}

.your-stories-section .your-stories-banner * {
	width: 100%;
}

.your-stories-section .your-stories-main-content &gt; .row {
	margin: 0 -20px;
}

.your-stories-section .your-stories-main-content &gt; .row &gt; * {
	padding: 0 20px;
}

.your-stories-section .your-stories-content .your-stories-detail .stories-detail {
	font-weight: 400;
	font-size: 16px;
	line-height: 200%;
}

.your-stories-section .your-stories-slider {
	margin-top: 40px;
}

.your-stories-carousel {
	opacity: 0;
}

.your-stories-carousel.slick-initialized {
	opacity: 1;
}

.your-stories-carousel .slick-track {
	display: flex;
}

.your-stories-carousel .slick-slide {
	height: inherit;
}

.your-stories-carousel .your-stories-block {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}

.your-stories-carousel .your-stories-block &gt; * {
	flex: 1 0 0;
	max-width: 100%;
}

.your-stories-carousel .your-stories-block .your-stories-image {
	flex: 0 0 auto;
	width: 362px;
	margin-right: 15px;
}

.your-stories-carousel .your-stories-block .your-stories-image * {
	width: 100%;
}

.your-stories-carousel .your-stories-block .your-stories-detail {
	font-weight: 400;
	font-size: 16px;
	line-height: 200%;
}

.transplant-stories-sidebar-block {
	padding: 20px;
}

.transplant-stories-sidebar-block .block-title {
	color: #5957A6;
	margin-bottom: 20px;
}

.transplant-stories-sidebar-block .sidebar-detail .story-block {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 150%;
	color: #204D70;
}

.transplant-stories-sidebar-block .sidebar-detail .story-block b {
	display: block;
}

.transplant-stories-sidebar-block .sidebar-detail .story-block:last-child {
	margin-bottom: 0;
}

.transplant-stories-sidebar-block .sidebar-detail .story-block p {
	margin: 0;
}

.transplant-stories-sidebar-block .sidebar-detail .story-block p a {
	color: inherit;
}

.transplant-stories-sidebar-block .sidebar-detail .story-block p a:hover {
	color: #f2652c;
}
/* your-stories page */

/* about-us page */
.about-us-section {
	padding-top: 30px;
	padding-bottom: 50px;
}

.about-us-section .back-to-top-block {
	margin-top: 70px;
}

.common-tabing-section .common-tabing-list-items {
	margin-bottom: 40px;
}

.common-tabing-section .common-tabing-list-items .nav-tabs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 -4px;
	padding: 0;
	border-bottom: 2px solid #f7f5f7;
}

.common-tabing-section .common-tabing-list-items .nav-tabs .nav-item {
	display: inline-flex;
	align-items: center;
	margin: 0 4px;
	padding: 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	color: #fff;
}

.common-tabing-section .common-tabing-list-items .nav-tabs .nav-item .nav-link {
	border: 2px solid #f7f5f7;
	border-bottom: none;
	padding: 7px 17px;
	min-height: 75px;
	text-align: center;
	min-width: 185px;
	color: inherit;
	background: #009F79;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.common-tabing-section .common-tabing-list-items .nav-tabs .nav-item .nav-link:hover {
	color: #009F79;
	background: transparent;
}

.common-tabing-section .common-tabing-list-items .nav-tabs .nav-item.active .nav-link,
.common-tabing-section .common-tabing-list-items .nav-tabs .nav-item .nav-link.active {
	color: #009F79;
	background: transparent;
}
.common-tabing-section .common-tabing-list-items .nav-tabs .nav-item .third-party{
	display: flex !important;
    flex-wrap: wrap !important;
    align-content: center !important;
}
.common-tabing-section .tabing-main-title {
	color: #f2652c;
	margin-bottom: 40px;
}

.our-story-tab-section .tabing-main-title {
	padding-bottom: 15px;
	border-bottom: 2px solid #f7f5f7;
}

.our-story-tab-block {
	margin-bottom: 40px;
}

.our-story-tab-block .block-title {
	color: #5957A6;
	margin-bottom: 10px;
}

.our-story-tab-block .story-detail {
	font-weight: 400;
	font-size: 16px;
	line-height: 200%;
}

/* .our-story-tab-block .story-detail strong,
.our-story-tab-block .story-detail b {
	font-weight: 600 !important;
} */

.meet-the-team-tab-list &gt; .row {
	margin: 0 -20px;
}

.meet-the-team-tab-list &gt; .row &gt; * {
	padding: 0 20px;
}

.meet-the-team-tab-block {
	height: calc(100% - 50px);
	margin-bottom: 50px;
	text-align: center;
	border-bottom: 2px solid #f7f5f7;
}

.meet-the-team-tab-block .meet-team-image {
	display: block;
	height: 343px;
	overflow: hidden;
	margin-bottom: 20px;
}

.meet-the-team-tab-block .meet-team-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.meet-the-team-tab-block .block-title {
	font-size: 22px;
	color: #20B0E4;
	margin-bottom: 30px;
}

.meet-the-team-tab-block .block-title span {
	display: block;
	color: #204D70;
	margin-bottom: 10px;
}

.meet-the-team-tab-block .block-title a:hover {
	color: #f2652c;
}

.meet-the-team-tab-block .meet-team-detail .team-detail {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
}

.make-donation-tab-section .make-donation-content &gt; .row {
	margin: 0 -20px;
}

.make-donation-tab-section .make-donation-content &gt; .row &gt; * {
	padding: 0 20px;
}

.make-donation-tab-section .make-donation-block {
	padding: 20px;
	background: #e2e2e2;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.make-donation-tab-section .make-donation-block .block-title {
	font-family: "Work Sans", sans-serif;
	color: #000000;
	margin-bottom: 15px;
}

.make-donation-tab-section .make-donation-block .block-title span {
	display: block;
	font-weight: 400;
	font-size: 10px;
	line-height: 125%;
}

.make-donation-tab-section .make-donation-block .pay-with-card-block .form-label {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-left: -7px;
	margin-right: -7px;
}

.make-donation-tab-section .make-donation-block .pay-with-card-block .form-label &gt; * {
	flex: 0 0 auto;
	max-width: 100%;
	padding: 0 7px;
}

.make-donation-tab-section .make-donation-block .pay-with-card-block .payment-opt {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px 5px;
}

.make-donation-tab-section .make-donation-block .pay-with-card-block .payment-opt &gt; * {
	display: inline-flex;
	align-items: center;
	margin: 0 5px;
	width: 34px;
}

.make-donation-tab-section .make-donation-block .privacy-policy-block {
	font-family: "Work Sans", sans-serif;
	font-weight: 400;
	font-size: 10px;
	line-height: 125%;
	color: #000000;
}

.make-donation-tab-section .make-donation-block .property-block {
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: 4px dotted #fff;
}

.make-donation-tab-section .make-donation-block .property-block:last-child {
	padding-bottom: 0;
	border: none;
}

.make-donation-tab-section .make-donation-block .property-block .property-detail .detail {
	font-family: "Work Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 125%;
	color: #000000;
}
/* about-us page */

/* support-info page */
.support-info-section {
	padding: 100px 0;
}

.support-info-section .support-info-main-content &gt; .row {
	margin: 0 -20px;
}

.support-info-section .support-info-main-content &gt; .row &gt; * {
	padding: 0 20px;
}

.support-info-section .section-title {
	margin-bottom: 20px;
}

.support-info-section .news-story-block .block-title {
	color: #EE5272;
}

.general-support-info-block {
	border: 2px solid #F7F5F7;
	padding: 20px 20px 10px;
	margin-bottom: 20px;
}

.general-support-info-block .support-info-detail {
	font-weight: 400;
	font-size: 16px;
	line-height: 200%;
}

.support-info-story-list .support-info-story-block:last-child {
	margin-bottom: 0;
}

.support-info-story-block {
	margin-bottom: 40px;
}

.support-info-story-block .title {
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	color: #EE5272;
	margin-bottom: 15px;
}

.support-info-story-block .title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.support-info-story-block .title a {
	text-decoration: none;
	color: inherit;
}

.support-info-story-block .title a:hover {
	opacity: 0.7;
}

.support-info-story-block .info-story-detail {
	font-weight: 400;
	font-size: 16px;
	line-height: 200%;
}

.support-info-story-block .info-story-detail .charges-list {
	width: 100%;
	max-width: 350px;
}

.support-info-story-block .info-story-detail .charges-list &gt; * {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.support-info-story-block .info-story-detail .charges-list span {
	padding-left: 15px;
}

.slick-dots {
	margin: 0;
	padding: 30px 0 0 ;
	list-style-type: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slick-dots li button {
	display: none;
}

.slick-dots li {
	width: 10px;
	height: 10px;
	background-color: #000000;
	border-radius: 50%;
	margin: 0 3px;
}

.slick-dots li.slick-active {
	background-color: #009F79;
}

.slick-dots li:first-child {
	margin-left: 0;
}

.slick-dots li:last-child {
	margin-right: 0;
}

/* support-info page */

/* typography page */
.typography-section {
	padding-top: 75px;
	padding-bottom: 75px;
}

.typography-section .back-home-button {
	padding-top: 30px;
}
/* typography page */

/* tribe-events-pg-templat page */
.tribe-events-view,
.tribe-events-pg-template {
	font-family: "Montserrat", sans-serif;
	color: #757B85;
}

.tribe-events-view *,
.tribe-events-pg-template * {
	font-family: inherit !important;
}

.tribe-events-view .tribe-events-single-event-title,
.tribe-events-pg-template .tribe-events-single-event-title {
	font-family: "Montserrat Alternates", sans-serif !important;
	font-size: 30px;
	line-height: 45px;
	font-weight: 700;
	color: #5957A6;
}

.tribe-events-pg-template .tribe-events-c-subscribe-dropdown__container {
	max-width: 215px !important;
	width: 100% !important;
}

.tribe-events-pg-template .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button {
	width: 100% !important;
	color: #5957A6;
	border-color: #5957A6;
}

.tribe-events-pg-template .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button .tribe-common-c-svgicon {
	transform: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
}

.tribe-events-pg-template .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button:active,
.tribe-events-pg-template .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button:focus {
	color: #5957A6;
	background: transparent;
	border-color: #5957A6;
}
	
.tribe-events-pg-template .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button:focus-within,
.tribe-events-pg-template .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button:active:focus,
.tribe-events-pg-template .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button:hover {
	color: #ffffff;
	background: #5957A6;
}


.tribe-events-view .tribe-common-c-btn {
	border: 1px solid #5957A6 !important;
	background: #5957A6 !important;
}

.tribe-events-view .tribe-common-c-btn:active:focus,
.tribe-events-view .tribe-common-c-btn:hover {
	color:  #5957A6 !important;
	border-color: #5957A6 !important;
	background: transparent !important;
}

.tribe-events-view .tribe-events-c-subscribe-dropdown__button {
	border-color: #5957A6 !important;
	color: #5957A6 !important;
}

.tribe-events-view .tribe-events-c-subscribe-dropdown__button:focus-within,
.tribe-events-view .tribe-events-c-subscribe-dropdown__button:active:focus,
.tribe-events-view .tribe-events-c-subscribe-dropdown__button:hover {
	color: #ffffff !important;
	border-color: #5957A6 !important;
	background: #5957A6 !important;
}

.tribe-events-view .tribe-events-calendar-list__event-datetime-featured-icon svg path {
	fill: #5957A6 !important;
}

.tribe-events-view .tribe-events-calendar-list__event-datetime-featured-text {
	color: #5957A6 !important;
}

.tribe-events-view .tribe-events-calendar-list__event-date-tag-datetime:after {
	background: #5957A6 !important;
}

.tribe-events-view .tribe-events-c-messages__message-list-item-link {
	border-color: #5957A6 !important;
}

.tribe-events-view .tribe-events-calendar-month__calendar-event-datetime-featured-icon svg path {
	fill: #5957A6 !important;
}

.tribe-events-view .tribe-events-calendar-month__calendar-event--featured:before {
	background: #5957A6 !important;
}

.tribe-events-view .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:after {
	background: #5957A6 !important;
}

.tribe-events-view .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-text {
	color: #5957A6 !important;
}
/* tribe-events-pg-templat page */

/* common-accordion */
.common-accordion .accordion-item {
	border: none;
	border-bottom: 1px solid #5957A6;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.common-accordion .accordion-item .accordion-button {
	position: relative;
	padding: 20px 0 20px 35px;
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
	color: #5957A6;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.common-accordion .accordion-item .accordion-button:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	width: 25px;
	height: 4px;
	background: #5957A6;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.common-accordion .accordion-item .accordion-button:after {
	position: absolute;
	content: "";
	left: 11px;
	top: 50%;
	width: 4px;
	height: 25px;
	background: #5957A6;
	transform: translate(0, -50%) rotate(90deg);
	-webkit-transform: translate(0, -50%) rotate(90deg);
	-moz-transform: translate(0, -50%) rotate(90deg);
	-ms-transform: translate(0, -50%) rotate(90deg);
	-o-transform: translate(0, -50%) rotate(90deg);
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.common-accordion .accordion-item .accordion-button.collapsed:after {
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.common-accordion .accordion-item .accordion-body {
	padding: 0 0 20px 35px;
	color: #757B85;
}

.common-accordion .our-story-tab-block {
	margin: 0;
}
/* common-accordion */
/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer {
	background-color: #204D70;
}

.footer-top {
	padding: 37px 0;
	background-color: #0F324C;
	text-align: center;
}

.footer-email p {
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	color: #6B8FAB;
	margin: 0;
}

.footer-email p a {
	color: #EE5272;
}

.social-media {
	overflow: hidden;
}

.social-media ul {
	padding: 0;
	margin: 0 -70px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.social-media ul li {
	list-style-type: none;
	padding: 0 70px;
	margin-bottom: 20px;
}

.social-media ul li a {
	font-size: 17px;
	line-height: 32px;
	font-weight: 500;
	color: #fff;
	display: flex;
	align-items: center;
}

.social-media ul li a span {
	width: 50px;
	height: 50px;
	margin: 0 0 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #4A6EA9;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.footer-bottom {
	padding: 60px 0 137px;
}

.social-media-list .addtoany_shortcode .addtoany_list a{
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 0 6px;
}

.social-media-list .addtoany_shortcode .addtoany_list a:first-child {
	margin-left: 0;
}

.social-media-list .addtoany_shortcode .addtoany_list a:last-child {
	margin-right: 0;
}

.social-media-list .addtoany_shortcode .addtoany_list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.social-media-list .addtoany_shortcode .addtoany_list span.a2a_svg{
	background-color: transparent;
    width: 40px;
    height: auto;
}
.social-media-list .addtoany_shortcode .addtoany_list .a2a_button_email{
	background: #EE5272;
}
.social-media-list .addtoany_shortcode .addtoany_list .a2a_button_twitter{
	background: #67C9E8;
}
.social-media-list .addtoany_shortcode .addtoany_list .a2a_button_facebook{
	background: #4A6EA9;
}
/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/

/*========== Meet The Team Modal Start ==========*/
.meet-team-modal .modal-header {
	padding: 30px 30px 20px;
	border: none;
}

.meet-team-modal .btn-close {
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235957A6'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") no-repeat;
	box-shadow: none;
	background-size: 20px 20px;
	background-position: center center;
	opacity: 0.7;
}

.meet-team-modal .btn-close:hover {
	opacity: 1;
}

.meet-team-modal .modal-body {
	padding-top: 0;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 200%;
}
	
.meet-team-modal .meet-team-modal-detail {
	padding-top: 30px;
	padding-bottom: 15px;
	border-top: 2px solid #F7F5F7;
	border-bottom: 2px solid #F7F5F7;
}

.meet-team-modal .meet-team-modal-profile-block {
	margin-bottom: 30px;
}

.meet-team-modal .meet-team-modal-profile-block .team-profile-image {
	width: 220px;
	height: 220px;
	margin-left: auto;
}

.meet-team-modal .meet-team-modal-profile-block .team-profile-image * {
	width: 100%;
	height: 100%;
}

.meet-team-modal .meet-team-modal-profile-block .team-profile-detail ul {
	padding-left: 20px;
}
/*========== Meet The Team Modal End ==========*/</pre></body></html>