/* Global */
.screen-reader-text {
	display: none;
}
body {
	font-family: "brandon-grotesque",sans-serif;
	font-size: 22px;
	line-height: 34px;
	font-weight: 500;
}

img{
	max-width: 100%;
	height: auto;
}

#main a {
	text-decoration: underline;
}

#main a:hover{
	text-decoration: none;
}

.alignright {
	float: right;
	padding:0 0 15px 15px; 
}
.alignleft{
	float: left;
	padding:0 15px 15px 0;
}
a:hover {
	text-decoration: none;
	color: #f9a81b;
}
.border-yellow {
	border-top: 5px solid #f9a81b;
	margin: 35px 0;
}
.top-content a, .headline-section a{
	color: #00527a;
	text-decoration: underline;
}

a.blue-learn-more-btn {
	background-color: #00527a;
    color: white;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    padding: 4px 32px 4px 14px;
	position: relative;
}
.blue-learn-more-btn:hover {
	color: white;
}
.top-yellow-border {
	border-top: 2px solid #f9a81b;
	margin-bottom: 3rem;
}
.two-column-content .media_left,
.form-position-left .row {
	flex-direction: row-reverse;
}
.bg_dark_blue {
	background-color: #00527a;
}
.bg_light_blue{
	background-color: #d3e2e3;
}

.bg_red {
	background-color: #842229;
}
.bg_yellow {
	background-color: #f9a81b;
}
.bg_grey {
	background-color: #f7f7f7;
}
.bg_red, .bg_dark_blue,
.bg_light_blue .blue-learn-more-btn {
	color: #fff;
}
.bg_overlay_blue {
	background-color: #d3e2e3d9;
}
.bg_overlay_yellow {
	background-color: #ffe8b8d9;
}
.bg_overlay_grey {
	background-color: #dbdbdbd9;
}
/* Header */
.navbar {
	width: 100%;
}
.header-nav-primary {
	padding: 15px 0;
	align-items: center;
}
.top-navigation,
.navbar-collapse {
	justify-content: flex-end;
}
.navbar-light .navbar-nav .menu-item a {
	color: #000;
	font-size: 24.18px;
	font-weight: bold;
	margin: 0 11px;
	padding: 0 0 5px;
}
.navbar-light .navbar-nav .menu-item.current-menu-item a, .top-navigation  .current-menu-item a {
	border-bottom: 3px solid #f9a81b;
}
.top-navigation ul {
	list-style: none;
}
.top-navigation a {
	color: #000;
	padding: 8px;
	font-size: 14px;
	letter-spacing: 2px;
}
.top-nav-button li a {
	background-color: #00527a;
    color: #fff;
    font-weight: bold;
    padding: 5px 18px;
	text-transform: uppercase;
    display: block;
    line-height: 25px;
    margin-right: 8px;
}
.search-btn, 
.search-field {
	border: unset;
}
.top-search form {
	display: flex;
}
.search-btn {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
    background-color: #00527a;
    color: #fff;
	font-size: 14px;
	width: 38px;
	height: 35px;
	padding: 0;
}
.search-field {
	background-color: #e5e5e5;
	height: 35px;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 500;
	display: block;
	float: left;
}

/* Sticky Header */
.sticky-header {
	padding: 10px 0 20px;
	background-color: #fff;
    box-shadow: 0 20px 30px -10px rgba(15, 15, 15, 0.66);
	display: none;
	position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
}
.sticky-header .navbar-toggler {
	background-color: transparent;
	border: unset;
	display: block;
}
.sticky-header .openbtn {
	background-color: #00527a;
	padding: 6px 13px 6px 20px;
	color: #fff;
	margin-bottom: 0;
	cursor: pointer;
}
.sticky-header .openbtn i {
	padding-left: 10px;
}
.sticky-header-navigation {
	display: none;
	position: fixed;
    background: #015b80f2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	padding: 35px 0;
	z-index: 12;
}
.sticky-header-navigation ul {
	line-height: 18px;
	list-style: none;
    padding-left: 0;
}
.sticky-header-navigation ul li {
	padding-bottom: 16px;
}
.sticky-header .top-search {
	padding-right: 20px;
}
/* Navigation Bar sub menus css */

.sub-menu {
	display: none;
}
.sub-menu .un-list {
 	list-style-type: none;
 	padding-left: 10px;
}
.sub-menu .un-list .list-item {
	line-height: 10px;
}
.sub-menu .un-list .list-item a {
 	text-transform: uppercase;
 	color: #842229;
 	font-size: 18px;
 	line-height: 40px;
}
.sub-menu .un-list .list-item ul {
	padding-left: 30px;
	list-style-type: none;
}
.sub-menu .un-list .list-item ul li {
	color: #842229;
	position: relative;
}
.sub-menu .un-list .list-item ul li:before {
	content: '•';
	font-size: 11px;
	position: absolute;
	left: -15px;
	top: 9px;
}
.sub-menu .un-list .list-item ul li a {
	text-transform: unset;
	color: black;
	font-size: 18px;
	line-height: 30px;
}
/*.nav-item.has-subnav:hover .sub-menu ul {
	list-style: none;
	padding-left: 0;
}*/
/* Footer */

footer {
	background-color: #2b2b2b;
	padding: 60px 0 20px;
}
footer,
footer a,
.sticky-header-navigation ul li a {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
footer ul{
	list-style: none;
	padding-left: 0;
	line-height: 25px;
}
.footer-social-links li a {
	padding: 0 6px;
	font-size: 25px;
}
.footer-social-links {
	margin-bottom: 0;
}
footer h2,
.sticky-header-navigation h2 {
	color: #f9a81b;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 700;
}

footer .footer_logos a img{
	width: 113px;
    position: relative;
    top: -6px;
    height: auto;
}

footer .footer_logos a:first-child img{
	width: 130px;
	top:0;
	margin-left:10px;
	
}


/* Home Page */

.banner-section, 
.banner-section .banner-images,
.heading-border {
	position: relative;
}
.banner-section .banner-images:before {
    content: "";
    border: 3px solid #f9a81b;
    position: absolute;
    left: 0;
    width: 90%;
    height: 80%;
    z-index: 3;
    right: 0;
    margin: 0 auto;
    top: 55px;
}
.banner-text h2 span {
	color: transparent;
    -webkit-text-stroke: 2px white;
	font-size: 100px;
}
.banner-text h2 {
	font-size: 40px;
	color: #f9a81b;
	font-weight: 500;
	font-family: "adobe-caslon-pro", sans-serif;
	font-style: italic;
	z-index: 0;
	display: flex;
	align-items: center;
	margin-bottom: 0;
}
.intro-section h1 {
	line-height: 54px;
    font-family: "adobe-caslon-pro", sans-serif;
    font-size: 60px;
    font-style: italic;
    letter-spacing: 5px;
    color: #842229;
}
.intro-section a {
	color: #005076;
    text-decoration: underline;
}
.journey-section {
	padding: 37px 0;
}
.journey-section h2 {
	font-family: "adobe-caslon-pro", sans-serif;
	font-size: 44px;
    letter-spacing: 2px;
    line-height: 90px;
	margin-bottom: 15px;
	font-weight: 600;
}
.journey-section .start-btn {
	font-size: 40px;
    font-style: italic;
    font-family: adobe calson pro;
    color: #842229;
    letter-spacing: 3px;
	padding: 10px 34px;
	background-color: #f9a81b;
	clip-path: polygon(100% 0%, 100% 56%, 100% 100%, 15% 100%, 0 75%, 0 1%);
	display: inline-block;
	margin-top: 10px;
}
.start-btn i {
	font-size: 28px;
}
.journey-section .joureny-img img {
	clip-path: polygon(0 0, 80% 0%, 100% 25%, 100% 100%, 80% 100%, 0 100%, 0% 80%, 0% 20%);
}
.joureny-img {
	padding-bottom: 100px;
	z-index: 1;
}
.two-column-content.yellow_pattern .col-lg-5:after,
.two-column-content.light_blue_pattern .col-lg-5:after,
.joureny-img:after {
    content: "";
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
	position:absolute;
	right: -21px;
	top: -15px;
	height: 126%;
	width: 100%;
	z-index: -1;
}
.two-column-content.yellow_pattern .col-lg-5:after,
.joureny-img:after {
    background-image: url(../../images/start-journey.png);
}
.two-column-content.light_blue_pattern .col-lg-5:after {
    background-image: url(../../images/pattern.png);
}
.testimonial-section {
	padding: 18px 0;
}
.testimonial-section h3 {
    line-height: 40px;
}
.testimonial-content {
	line-height: 44px;
    font-size: 29px;
    letter-spacing: 3px;
	position: relative;
}
.testimonial-content:after {
    content: "";
    border-right: 4px solid #f9a81b;
    height: 100%;
    position: absolute;
    top: 0px;
    right: -35px;
}
.testimonial-content,
.author-info {
	font-family: "adobe-caslon-pro", sans-serif;
	font-style: italic;
	font-weight: normal;
}
.author-name,
.testimonial-section h3 {
	color: #f9a81b;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 20px;
}
.testimonial-section img {
	clip-path: polygon(0 0, 100% 0, 100% 25%, 100% 100%, 80% 100%, 12% 100%, 0% 80%, 0% 20%);
}
.ad-section {
	background-color: #fef6eb;
	padding: 72px 0 45px;
}
.call-to-action{
	padding: 72px 0 45px;

}
.brand-section {
	background-color: #f7f7f7;
	padding: 40px 0 45px;
}
.brand-section p {
	margin-bottom: 0;
}
.brand-section ul,
.our-programs-section ul {
	list-style: none;
	padding-left: 0;
}
.our-programs-section {
	background-color: #e4edf2;
	padding: 32px 0 65px;
}
.our-programs-section h2 {
	color: #842229;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 20px;
	font-weight: 600;
	padding-right: 25px;
}
.our-programs-section ul {
	line-height: 45px;
}
.our-programs-section li {
	position: relative;
}
.our-programs-section ul li a {
	font-size: 20px;
    letter-spacing: 2px;
    color: #000;
	text-decoration: underline;
	font-weight: bold;
}
.our-programs-section ul li:before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: -25px;
    color: #006a70;
}
.our-programs-section .learn-btn {
	font-size: 18px;
    letter-spacing: 3px;
    color: #006a70;
    text-decoration: underline !important;
}
.our-programs-section .learn-btn:hover {
	text-decoration: none !important;
}
.news-section {
	padding: 80px 0 40px;
}
.heading-row h2 {
	font-size: 30px;
    letter-spacing: 3px;
    font-weight: 800;
    text-transform: uppercase;
	padding-right: 30px;
	line-height: 32px;
	margin-bottom: 0;
}
.heading-row h2,
.heading-row a {
	color: #3b3b3b;
}
.heading-row a {
	letter-spacing: 1px;
	text-decoration: underline;
	line-height: normal;
	position: relative;
	padding-left: 35px;
}
.news-btn:before,
.event-btn:before {
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 0;
    top: 5px;
}
.news-btn:before {
    content: "\f1ea";
}
.event-btn:before {
    content: "\f073";
}
.news-content img {
	padding-right: 25px;
}
.news-content .date,
.events-content .event-date {
	font-size: 17px;
	text-transform: uppercase;
}
.events-content a{
	color: #842229;
	text-decoration: underline;
}
.news-content h4 a{
	color: #842229;
}
.news-content:first-child h4 {
	font-weight: 700;
	text-decoration: none;
}
.news-content p,
.events-content p {
    line-height: normal;
}
.news-content .read-btn {
	text-decoration: underline;
	color: #842229;
	position: relative;
}
.read-btn:after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: -22px;
    color: #842229;
    top: 5px;
}
/* .news-section h4 {
	text-decoration: underline;
} */
.news-content,
.events-content {
	padding-bottom: 30px;
}
.events-content h4 a {
	color: #006a70;
	font-weight: 700;
}
.events-content h4, 
.our-programs-section .d-flex p {
	margin-bottom: 0;
}
.events-content .event-date {
	font-weight: 900;
	text-transform: inherit;
	margin-bottom: 5px;
}
.events-content:first-child {
	border-bottom: 2px solid #c4c4c4;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.brand-section ul li a {
	    color: #1f8a94cf;
}
.brand-section ul {
	line-height: 30px;
	margin-bottom: 0;
}

/**/

.list-inline i {
	font-weight: 600;
}
.list-inline i,
.learn-more-btn i {
	font-size: 12px;
	padding: 0 5px;
}

/* Programs Page */


.programs-section .programs-heading,
.news-content h1
 {
	font-size: 60px;
	line-height: 54px;
	color: #842229;
	letter-spacing: 0.11em;
}
.breadcrumbs-section a,
.breadcrumbs-section span {
	display: inline;
	margin-right: 0px;
	font-size: 18px;
	line-height: 40px;
}
.breadcrumbs-section a {
	color: #842229!important;
	/*border-bottom: 1px solid #842229;*/
	padding-right: 5px;
}
.programs-section h1 {
	color: #00527a;
	font-size: 28px;
	line-height: 40px;
	font-weight: 800;
}
.programs-section .headline-section p {
	font-size: 22px;
	line-height: 30px;
}
.programs-section .doctor-section h2,
.programs-section .master-section h2,
.programs-section .headline-section h2 {
	font-family: "adobe-caslon-pro", sans-serif;
	font-size: 40px;
	line-height: 45px;
	letter-spacing: 2px;
	text-transform: capitalize;
	border-bottom: 2px solid #f9a81b;
	font-weight: 600;
}
.programs-section .doctor-section p, .programs-section .master-section p, .news-content p {
	font-size: 22px;
	line-height: 34px;
}
.programs-section .doctor-section .learn-more-btn, .programs-section .master-section .learn-more-btn {
	font-size: 19.08px;
	line-height: 34.66px;
	font-weight: 600;
	font-style: italic;
    font-family: adobe calson pro;
    color: #842229;
    letter-spacing: 3px;
	padding: 9px;
	background-color: #f9a81b;
	clip-path: polygon(100% 0%, 100% 56%, 100% 100%, 15% 100%, 0 75%, 0 1%);
	display: inline-block;
	margin-top: 10px;
}

.programs-section .right-programs-section {
	background-color: #f9a81b;
	margin-top: -100px;
	margin-bottom: 30px;
}
.programs-section .right-programs-section li.pagenav ,
.programs-section .right-programs-section li.pagenav a.nav-page-link   {
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0.11em;
	color: #842229;
	text-decoration: none !important;
}
.programs-section .right-programs-section li.pagenav, 
.programs-section .right-programs-section li.pagenav ul,
.mobile-sidebar .right-programs-section li.pagenav, 
.mobile-sidebar .right-programs-section li.pagenav ul {
	list-style: none;
}
.programs-section .right-programs-section ul li a,
.mobile-sidebar .right-programs-section ul li a {
	font-size: 18px;
	color: #212529;
	letter-spacing: 0;
	text-decoration: none !important;
}
.programs-section .right-programs-section li.pagenav ul li,
.mobile-sidebar .right-programs-section li.pagenav ul li {
	line-height: 20px;
	margin: 18px 0px;
}
.programs-section .right-programs-section li.pagenav ul,
.mobile-sidebar .right-programs-section li.pagenav ul {
	padding-left: 1.5rem;
}
.programs-section .have-a-question-section {
	background-color: #842229;
	margin-bottom: 30px;
}
.programs-section .have-a-question-section i:before {
	background-color: #f9a81b;
	color: #842229;
	padding: 4px 7px;
	border-radius: 50px;
	font-size: 18px;
}
.programs-section .have-a-question-section button {
	padding: 0px;
	color: white;
	text-transform: uppercase;
	border: 3px solid #f9a81b;
	border-radius: unset;
	font-size: 20px;
	line-height: 79.25px;
	letter-spacing: 0.2em;
}
.programs-section .have-a-question-section span {
	font-family: "adobe-caslon-pro", sans-serif;
	color: #f9a81b;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0.15em;
}
.programs-section .have-a-question-section p {
	font-family: "adobe-caslon-pro", sans-serif;
	color: white;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0.15em;
}


.three-column-content {
	padding: 50px 0px;
	position: relative;
}
.three-column-content.light_blue_pattern:before,
.three-column-content.yellow_pattern:before,
.two-column-content.light_blue_pattern.pattern:before,
.two-column-content.yellow_pattern.pattern:before {
	content: '';
    background-size: cover;
    position: absolute;
    width: 40%;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
}

.three-column-content.light_blue_pattern:before , .two-column-content.light_blue_pattern.pattern:before{
    background-image: url(../../images/pattern.png);
}
.three-column-content.yellow_pattern:before , .two-column-content.yellow_pattern.pattern:before{
    background-image: url(../../images/start-journey.png);
}
.three-column-content h3, .academy-section h3 {
	font-size: 24px;
	line-height: 30px;
	color: #00527a;
	font-weight: 600;
}
.three-column-content p,  .academy-section p{
	font-size: 18px;
	line-height: 30px;
}

.three-column-content .learn-more-btn, .two-column-content .learn-more-btn {
	background-color: #00527a;
	color: white;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	padding: 4px 14px;
}
.two-column-content .inset-photo-row .learn-more-btn {
	background-color: #00527a;
    color: white;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    padding: 4px 14px;
}


.three-column-content.bg_red .learn-more-btn, .two-column-content.bg_red .learn-more-btn,
.two-column-content.bg_red .blue-learn-more-btn {
	background: #f9a81b;
}
.three-column-content.bg_red .learn-more-btn {
	background-color: #00527a;
}

.two-column-content, .blog-section {
	padding: 50px 0px 50px;
}
.two-column-content{
    position: relative;
}
.two-column-content .inset-photo-row p {
	font-size: 18px;
    line-height: 30px;
}
.continue-journey-section {
	padding: 20px 0px;
	color: #fff;
}
.continue-journey-section .gform_fields input {
	height: 40px;
}
.continue-journey-section .gform_wrapper .top_label .gfield_label {
	/*display: none;*/
}
.continue-journey-section h3 {
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #f9a81b;
	margin-bottom: 20px;
}
.continue-journey-section h3 img {
	margin-bottom: 20px;
}
.continue-journey-section h4 {
	font-size: 40px;
	line-height: 30px;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
}
.continue-journey-section h2 {
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.continue-journey-section input{
	border: 0;
}

.continue-journey-section.bg_grey input:not([type="submit"]), 
.continue-journey-section.bg_white input:not([type="submit"]){
	border: 1px solid #ccc;
}

.continue-journey-section.bg_yellow h2, 
.continue-journey-section.bg_yellow h4,
.continue-journey-section.bg_yellow p{
	color: #000;
} 

.continue-journey-section h5 {
	font-size: 20px;
	line-height: 30px;
	color: #f9a81b;
	margin-bottom: 20px;
}
.continue-journey-section .form-group input {
	border-radius: 0px;
}
.continue-journey-section .gform_fields label,
.continue-journey-section .gform_fields .gfield_description {
	font-size: 16px !important;
	line-height: 30px;
	color: #ffffff;
	/*text-transform: capitalize;*/
	font-weight: 400;
	padding-top:0!important;
}

.continue-journey-section.bg_yellow .gform_fields label,
.continue-journey-section.bg_yellow .gform_fields .gfield_description 
{
color: #000;
}
.continue-journey-section .links a {
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	border-bottom: 1px solid #ffffff;
	margin-right: 30px; 
}
.continue-journey-section .gform_button {
	background-color: #f9a81b;
	border-radius: 0px;
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 16.46px;
	color: #842229;
	letter-spacing: 0.2em;
	font-weight: 400;
	text-transform: uppercase;
	border: unset;
	padding: 12px 25px;
	float: right;
}

.blog-section img:hover {
	box-shadow: 0px 0px 40px 11px #00000040;
}
.blog-section h4 {
	font-size: 24px;
    line-height: 30px;
    color: #00527a;
    font-weight: 600;
}



/* Demo Page */

.bottom-full-width-content {
	text-align: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bottom-full-width-content ul{
	text-align: left;
}
.bottom-full-width-content .for-bg {
	padding: 80px 0px;
	width: 100%;
}
.bottom-full-width-content h2,
.bottom-full-width-content h3 {
	font-size: 40px;
	line-height: 35.24px;
}
.bottom-full-width-content h2 {
	margin-bottom: 50px;
}
.bottom-full-width-content h4 {
	font-size: 1.75rem;
	margin-bottom: 5px;
}
.bottom-full-width-content p {
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 50px;
}
.bottom-full-width-content .blue-learn-more-btn {
	font-size: 23.16px;
	line-height: 43.42px;
}

.commodo-section {
	margin: 50px 0px;
}
.commodo-section .inner-commodo-section {
	padding: 50px 0px;
	border-bottom: 2px solid #f9a81b;
	border-top: 2px solid #f9a81b;
}
.two-column-content h4 {
	margin-bottom: 20px;
	color: #00527a;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
}
.blog-section.demo-page {
	background-color: #FEF5E6;
}
.two-column-content .two-column-introduction,
.three-column-content .three-column-introduction {
	font-size: 20px;
	line-height: 30px;
}

.statistic-content {
	padding: 50px 0px;
	text-align: center;
}
.statistic-content .heading {
	font-size: 40px;
	line-height: 30px;
	text-transform: uppercase;
	color: #00527a;
	font-weight: 600;
	letter-spacing: 0.2em;
	margin: 50px 0px 80px;
}
.statistic-content .big-text {
	position: relative;
}
.statistic-content .big-text:after {
	background-color: #8080809e;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 2px;
    height: 100px;
}
.statistic-content .big-text h4 {
	font-size: 197.86px;
	line-height: 150px;
	color: #f9a81b;
	font-weight: 300;
}
.statistic-content .col-lg-3:last-child > .big-text {
	border-right: none;
}
.statistic-content .small-text p {
	font-size: 22px;
	line-height: 30px;
	color: #00527a;
	padding: 0px 20px;
	margin-top: 25px;
}
.photo-card-section {
	padding: 80px 0px 25px;
}
.photo-card-section .introduction-content p {
	font-size: 26px;
	line-height: 34px;
	font-weight: 400;
}
.photo-card-section .img .text {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: white;
	min-height: 85px;
	padding: 0px 25px;
}
.photo-card-section .img .text a {
	font-size: 26px;
	line-height: 30px;
	color: #fff;
}
.accordians-section {
	padding: 25px 0 50px;
}
.accordians-section .accordion .card {
	border: none;
	margin: 10px 0px;
}
.accordians-section .accordion .card-header {
	border: none;
	border-radius: 0px;
	user-select: none;
	padding: 2px 40px;
}
.accordians-section .accordion .card-header h5 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 300;
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.accordians-section .accordion .card-header h5:after {
	content: "\f077";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    font-size: 18px;
	font-weight: 600;
}
.accordians-section .accordion .card-header[aria-expanded="true"] h5:after {
	content: "\f078";
}
.accordians-section .accordion .card-body {
	background-color: white;
}
.accordians-section .accordion .card-body p  {
	font-size: 20px;
	line-height: 34px;
}
.accordians-section .accordion .card-body ul li {
	list-style-type: none;
	margin: 30px 0px;
	font-size: 20px;
	line-height: 40px;
}

.accordians-section .accordion .card-body a, .accordians-section a{
	color: #00527a;
	text-decoration: underline;
}
.accordians-section .accordion .card-body ul li:before {
    content: '•';
    font-size: 19px;
    color: #f9a81b;
  	display: inline-block; 
  	width: 1em;
  	margin-left: -1.5rem;
  	padding-right: 1.5rem;
}
.testimonial-slider-section {
	padding: 50px 0 100px;
}
.testimonial-slider .carousel-indicators {
	bottom: -60px;
	z-index: 1;
}
.testimonial-slider .carousel-indicators li {
	background-color: #00527a;
	width: 10px;
	height: 10px;
    border-radius: 50%;
	margin-right: 10px;
	opacity: 0.3;
}
.testimonial-slider .carousel-indicators li.active {
	opacity: 1;
}
.testimonial-slider-heading h3 {
	margin-bottom: 40px;
	color: #842229;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 26px;
	font-weight: 600;
	text-align: center;
}
.testimonial-slider .testimonial-content {
	color: #00527a;
}
.testimonial-slider .author-name {
	color: black;
}
.testimonial-slider .author-info {
	color: black;
	font-weight: 300;
}

.tabs-section {
	padding: 50px 0px;
	position: relative;
}
/* .tabs-section:before {
	content: '';
    background-image: url(../../images/pattern.png);
    background-size: cover;
    position: absolute;
    width: 40%;
    top: 0;
    right: 0;
    height: 100%;
    background-repeat: no-repeat;
} */
.tabs-section h5 {
	font-size: 38.85px;
	line-height: 33.88px;
	color: #f9a81b;
	text-transform: uppercase;
}
.tabs-section h6 {
	font-size: 24px;
	line-height: 25.11px;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.tabs-section .nav-tabs {
	border: none;
	align-items: center;
    justify-content: center;
}
.tabs-section .nav-tabs .nav-item {
	display: flex;
	justify-content: center;
	align-items: baseline;
}
.tabs-section .nav-tabs .nav-item .nav-link {
	font-size: 16.75px;
	line-height: 20.93px;
	text-transform: uppercase;
	color: white;

}
.tabs-section .nav-tabs .nav-item .nav-link:hover {
	color: #f9a81b;
	border-bottom: 2px solid #f9a81b;
	border: none;
}
.nav-tabs a.nav-link{
	text-decoration: none!important;
}
.tabs-section .nav-tabs .nav-item .nav-link.active {
	border: none;
	background-color: transparent;
	color: #f9a81b;
	border-bottom: 2px solid #f9a81b;
	text-decoration: none;
}


.tabs-section.bg_light_blue .nav-tabs .nav-item .nav-link.active {
	border-color: #212529; 
	color: #00527a;
}


.tabs-section .tab-content .tab-pane {
	color: white;
}
.tabs-section .tab-content .tab-pane i {
	background-color: #f9a81b;
	border-radius: 50%;
	color: #005177;
	padding: 12px 10px;
	height: 50px;
	width: 50px;
}
.tabs-section .tab-content .tab-pane p {
	font-size: 24px;
	line-height: 30px;
	margin: 30px 0px 50px;
}
.tabs-section .tab-content .tab-pane ul {
	margin-top: 50px;
}
.tabs-section .tab-content .tab-pane ul li {
	display: inline-block;
	font-size: 21.11px;
	margin: 0px 20px;
	line-height: 26.39px;
	text-transform: uppercase;
}
.tabs-section .tab-content .tab-pane ul li:before {
	content: '•';
    font-size: 19px;
    color: #ffffff;
    display: inline-flex;
    width: 1em;
    margin-left: -1.5rem;
    padding-right: 1.5rem;
}

.statistic-content .big-text h4 span {
	font-size: 30px;
	line-height: normal;
	vertical-align: top;
}
/*.two-column-content .inset-photo-row .col-lg-6:nth-child(2) img {
	box-shadow: 0 0 20px 5px #bfb9b9;
}*/
.brand-section .footer-promos .col-lg-6:first-child {
	text-align: right;
}
.media-position-right,
.top-two-column-content .media_right {
	flex-direction: row-reverse;
}
.tabs-section.bg_yellow .nav-tabs .nav-item .nav-link.active {
	border-bottom: 2px solid #842229;
}
.tabs-section.bg_yellow .tab-content .tab-pane i,
.continue-journey-section.bg_yellow .gform_button {
	background-color: #842229;
	color: #fff;
}
.bg_yellow h5,
.tabs-section.bg_yellow .nav-tabs .nav-item .nav-link:hover,
.tabs-section.bg_yellow .nav-tabs .nav-item .nav-link.active,
.bg_yellow h3,
.bg_yellow h5,
.bg_light_blue .testimonial-slider-heading h3 , .call-to-action h3 {
	color: #842229;
}
.bg_grey, .bg_light_blue, .bg_white,
.bg_light_blue h6, .bg_light_blue h5, .bg_light_blue h4, .bg_light_blue h2,
.bg_grey h2, .bg_grey h3, .bg_grey h5, .bg_grey h4, .bg_grey h6,
.bg_grey a, .bg_light_blue a, .bg_white a
.bg_white h6, .bg_white h5, .bg_white h4, .bg_white h2,
.tabs-section.bg_grey .nav-tabs .nav-item .nav-link,
.tabs-section.bg_grey .tab-content .tab-pane,
.tabs-section.bg_grey .tab-content .tab-pane ul li:before,
.continue-journey-section.bg_light_blue .gform_fields label, 
.continue-journey-section.bg_light_blue .gform_fields .gfield_description,
.continue-journey-section.bg_grey .gform_fields label, 
.continue-journey-section.bg_grey .gform_fields .gfield_description,
.continue-journey-section.bg_white .gform_fields label, 
.continue-journey-section.bg_white .gform_fields .gfield_description, 
.bg_yellow .big-text h4,
.photo-card-section .img .text.bg_grey a {
	color: #212529;
}
.bg_light_blue a,
.bg_light_blue h5,
.bg_light_blue h3,
.photo-card-section .img .text.bg_light_blue a,
.tabs-section.bg_light_blue .nav-tabs .nav-item .nav-link,
.tabs-section.bg_light_blue .tab-content .tab-pane,
.tabs-section.bg_light_blue .tab-content .tab-pane ul li:before, 
.bg_yellow a, 
.bg_white a,
.bg_overlay_yellow a:not(.blue-learn-more-btn),
.bg_overlay_blue a:not(.blue-learn-more-btn),
.yellow_pattern a:not(.blue-learn-more-btn),
.photo-card-section a:not(.blue-learn-more-btn)
{
	
	color: #00527a;
}
.bg_dark_blue .small-text p,
.bg_dark_blue .heading,
.bg_red .heading,
.bg_red .small-text p,
.bg_red .big-text h4,
.bg_dark_blue .testimonial-content,
.bg_red .testimonial-content,
.bg_red h3,
.bg_red .author-name,
.bg_red .author-info,
.bg_dark_blue h4,
.bg_red h4,
.bg_grey .blue-learn-more-btn {
	color: #fff;
}
.bg_dark_blue h3,
.bg_dark_blue .author-name,
.bg_dark_blue .author-info {
	color: #f9a81b;
}
.bg_dark_blue .testimonial-slider .carousel-indicators li,
.bg_dark_blue .learn-more-btn,
.bg_dark_blue .inset-photo-row .learn-more-btn,
.bg_dark_blue .blue-learn-more-btn {
	background-color: #f9a81b;
}

.bg_dark_blue a, .bg_red a{
	color: #f9a81b;
	text-decoration: underline;
}

.bg_light_blue a:not(.blue-learn-more-btn), .bg_yellow a, 
.bg_overlay_yellow a:not(.blue-learn-more-btn),
.bg_overlay_blue a:not(.blue-learn-more-btn),
 {
	text-decoration: underline;
}
.bg_red .testimonial-slider .carousel-indicators li {
	background-color: #fff;
}
.bg_yellow .testimonial-content:after {
	border-color: #00527a;
}
.home .testimonial-section {
	background-color: #005177;
    color: #fff;
}
.two-column-content.bg_white h4,
.two-column-content.bg_white h3 {
	color: #00527a;
} 
footer h2 a {
	color: #f9a81b;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
	margin-top: .5rem;
    display: block;
}
footer ul.navbar-nav {
	margin-bottom: 1rem;
}
.journey-section .col-lg-6, 
.intro-section .col-lg-4, 
.intro-section .col-lg-8, 
.banner-text .col-lg-8 {
	z-index: 2;
}
.news-informations .news-content:nth-child(2) h4 {
	text-decoration: none;
}

.breadcrumbs-section {
	padding-bottom: 15px;
}
.right-programs-section ul li.current_page_item a {
	color: #842229;
	text-decoration: underline !important;
} 

.tabs-section {
	z-index: 2;
}
.tabs_light_blue_pattern .container:after,
.tabs_yellow_pattern .container:after {
	content: "";
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 30%;
    position: absolute;
    right: 100px;
    top: 0;
    height: 60%;
    width: 100%;
    z-index: -1;
	opacity: 0.5;
}
.tabs_light_blue_pattern .container:after {
    background-image: url(../../images/pattern.png);
}
.tabs_yellow_pattern .container:after {
    background-image: url(../../images/start-journey.png);
}
.two-column-content iframe,
.video-section iframe {
	width: 100%;
}

.bottom-full-width-content.bg_grey a:not(.blue-learn-more-btn),
.for-bg.bg_overlay_grey a:not(.blue-learn-more-btn),
.form-section.bg_grey a:not(.blue-learn-more-btn) {
	color: #00527a;
}
.tribe-common a {
	border-bottom: none !important;
}
@media only screen and (min-width: 992px) {
	.mobile-top-nav,
	.mob-heading-row,
	.two-column-content .mob-img, .mobile-banner-section,
	.home-mob-banner,.mobile-sidebar , .mobile-sidebar
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after, .main-header .sticky-logo {
		display: none;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
		text-transform: uppercase;
	}
	.nav-brand {
		text-align: center;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-current_page_item .mega-menu-link {
		border-bottom: 2px solid #f9a81b !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
		padding: 0 11px;
	}
	.navbar-light .navbar-nav .nav-link:hover {
		color: #000;
	}
	.closebtn {
		background-color: #f8a800;
		color: #85172c;
		padding: 5px 25px;
		border-radius: 50px;
		font-size: 18px;
		cursor: pointer;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover {
		background-color: #f9a81b;
	}
	.nav-item.has-subnav:hover {
		background-color: #f9a81b;
	}
	.nav-item.has-subnav:hover .sub-menu, #menu-primary .menu-item-has-children:hover .sub-menu { 
		display: block; 
	}
	.sub-menu {
		width: 124.4%;
		position: absolute;
		right: 42px;
		background-color: #f9a81b;
		z-index: 9;
		padding: 30px;
	}
	.banner-section .col-lg-4:nth-child(1) img,
	.banner-section .col-lg-4:nth-child(2) img {
		position: absolute;
	}
	.banner-section .col-lg-4:nth-child(1) img {
		left: 10px;
		z-index: 2;
	}
	.banner-section .col-lg-4:nth-child(2) img {
		top: -25px;
	}
	.banner-text h2 span {
		font-size: 243px;
	}
	.banner-text h2 {
		position: absolute;
		bottom: -70px;
		right: 38px;
		font-size: 53px;
	}
	.banner-section:before {
		content: "";
		background-image: url(../../images/pattern-left.png);
		background-size: contain;
		width: 100%;
		height: 100%;
		background-position: left top;
		position: absolute;
		z-index: -1;
	}
	.banner-section {
		margin: 20px 0 50px;
	}
	.heading-border:after {
		content: "";
		width: 130%;
		height: 2px;
		position: absolute;
		display: block;
		left: 0;
		background-color: #f9a81b;
		bottom: 0;
		z-index: 2;
	}
	.testimonial-details {
		text-align: right;
		padding-right: 80px;
	}
	.author-name {
		margin-bottom: 0;
	}
	.ad-section .row , .call-to-action .row{
		padding: 0 38px;
	}
	.ad-section .col-lg-6 , .call-to-action .col-lg-6 {
		padding: 0 30px;
	}
	.news-section h4 a {
		font-size: 21px;
	}
	
	.events-content p {
		font-size: 18px;
	}
	.blog-section img {
		width: 100%;
	}
	.continue-journey-section p {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	.our-programs-section ul {
		display: grid;
		grid-template-columns: repeat(2, 2fr);
		column-gap: 50px;
	}
	.media-position-right .testimonial-details {
		text-align: left;
		padding-left: 50px; 
		padding-right: 15px;
	}
	.media-position-right .testimonial-content:after {
		right: unset;
		left: -35px;
	}
	.search-form label {
		margin: 0;
	}
	.tabs-section .nav-tabs .nav-item {
		width: 12.5%;
	}
	/*.tabs-section .tab-content .tab-pane ul li {
		width: 15%;
	}*/
	.photo-card-section .introduction-content p {
		padding: 0 100px 40px;
	}
	.testimonial-slider-heading h3  , .call-to-action h3{
		line-height: 80px;
	}
	.two-column-content .inset-photo-row  img {
		width: 100%;
	}
	#mega-menu-wrap-expanded #mega-menu-expanded > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > .mega-sub-menu li a {
		line-height: 20px;
	}
	#mega-menu-wrap-expanded #mega-menu-expanded > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > .mega-sub-menu {
		padding-top: 10px;
	}
}

/* All Mobile Devices */

@media only screen and (max-width: 991px) {
	.sidenav .mega-sub-menu img{
		display: none !important;
	}
	.mega-menu-item-type-widget.widget_media_image {
		display: none !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link > span.mega-indicator {
    display: inline!important;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-hide-arrow .mega-sub-menu span.mega-indicator {
	    display: none !important;
	}

	.three-column-content img { width: 100%; }

	.statistic-content .col-lg-3 > .big-text:after {
	    display: none;
	}

	.statistic-content .col-lg-3:not(:last-child) {
	    border-bottom: #8080809e solid 1px;
	    margin-bottom: 10px;
	}

	.sticky_header .custom-logo, .main-header .sticky-logo, #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
		display: none;
	}
	.sticky_header .sticky-logo {
		display: block;
		width: 200px;
	}
	.main-header.sticky_header {
		background-color: #fff;
		box-shadow: 0 20px 30px -10px rgba(15, 15, 15, 0.66);
		position: fixed;
		top: 0;
		z-index: 10;
		width: 100%;
	}
	.nav-brand {
		display: flex;
		align-items: center;
	}
	.header-nav-primary {
		padding: 0;
	}
	.sticky-header,
	.desk-top-nav,
	.mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu {
		display: none !important;
	}
	.main-header {
		padding: 20px 15px;
	}
	.has-subnav {
		position: relative;
	}
	.top-navigation a {
		font-size: 18px;
		padding: 0;
	}
	.search-field {
		width: 190px;
	}
	.navbar-light .navbar-nav .nav-link,
	.top-navigation a,
	.navbar-light .navbar-nav .nav-link:hover {
		color: #fff;
	}
	.top-nav-button li a,
	.search-btn {
		background-color: #f9a81b;
		color: #000;
	}
	.search-field {
		background-color: #fff;
	}
	.navbar-light .navbar-nav .nav-item {
		padding-bottom: 7px;
		padding-top: 7px;
		border-bottom: 1px solid #1a7593a1;
	}
	.navbar-light .navbar-nav .nav-item:last-child {
		border: none;
	}
	.mega-menu-item > .mega-sub-menu {
		padding: 10px 5px !important;
		border-bottom: 1px solid #1a7593a1 !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
		padding-left: 0;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
		content: "\f067" !important;
		font-family: 'Font Awesome 5 Pro' !important;
		color: #f9a81b !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
		content: "\f068" !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
		font-weight: 500 !important;
	}
	.mega-sub-menu li a {
		color: #f9a81b !important;
		text-transform: capitalize !important;
		font-size: 16px !important;
		line-height: 40px !important;
	}
	.mobile-top-nav .top-nav {
		padding: 25px 0 10px;
	}
	.top-nav-button li a {
		padding: 10px 12px;
		margin-right: 18px;
	}
	.top-nav-button li:last-child a {
		margin-right: 0;
	}
	.navbar-toggler {
		display: flex;
		justify-content: flex-end;
		width: 100%;
		border: unset;
		color: #842229 !Important;
		padding: 0;
		font-size: 15px;
		text-transform: uppercase;
		letter-spacing: 2px;
		line-height: 25px;
	}
	.navbar-toggler i {
		font-size: 35px;
	}
	.toggle-btn {
		text-align: center;
	}
	#menu_closebtn {
		position: absolute;
		right: 0;
		color: #fff;
		font-weight: normal;
		line-height: normal;
		text-align: center;
		margin-top: -12px;
		text-transform: uppercase;
		font-size: 16px;
	}
	#menu_closebtn i {
		font-size: 30px;
	}
	.top-search {
		display: flex;
		position: relative;
	}
	.sidenav {
		height: 100%;
		width: 100%;
		position: fixed;
		z-index: 99;
		top: 0;
		left: 0;
		background-color: #015b80f5;
		visibility: hidden;
		padding: 25px 30px;
		overflow: scroll;
	}
	#navbarSupportedContent {
		display: block;
	}
	.mobile-menu-logo img {
		width: 100px;
		object-fit: contain;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
		padding-bottom: 7px;
		padding-top: 7px;
		border-bottom: 1px solid #1a7593a1;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		padding: 0 0px 5px !important;
		font-weight: 500;
		font-size: 20px;
		line-height: 30px;
	}
	.intro-section, .journey-section, .our-programs-section, .testimonial-section, .ad-section, .call-to-action , .brand-section,
	.programs-section, .three-column-content, .academy-section, .continue-journey-section, .blog-section,
	.tabs-section, .accordians-section, .photo-card-section, .statistic-content, .two-column-content,
	.bottom-full-width-content .for-bg , .mobile-sidebar {
		padding-left: 15px;
		padding-right: 15px;
	}
	.joureny-img img, .testimonial-section img {
		width: 100%;
	}
	.learn-btn, .our-programs-section p, .desk-heading-row, 
	.news-section .border-yellow, .copyright img, .sidebar-col, .two-column-content .desk-img, .desk-banner {
		display: none;
	}
	.home-mob-banner:before {
		content: "";
		background-image: url(../../images/mobile-banner-pattern.png);
		background-size: contain;
		width: 80%;
		height: 85%;
		background-position: left bottom;
		position: absolute;
		z-index: 1;
	}
	.home-mob-banner:after {
		content: "";
		border: 3px solid #f9a81b;
		position: absolute;
		left: 0;
		width: 90%;
		height: 79%;
		z-index: 3;
		right: 0;
		margin: 0 auto;
		top: 55px;
	}
	.banner-text {
		padding: 35px 15px 25px;
		background-color: #005177;
		position: absolute;
		bottom: 0;
		left: 0;
		margin: 0;
		width: 100%;
	}
	.banner-section .banner-images:before {
		height: 108%;
	}
	.banner-text h2 {
		align-items: flex-start;
		justify-content: flex-end;
		padding-right: 15px;
		font-size: 50px;
	}
	.journey-section .row,
	.two-column-content .row.media_right {
		flex-direction: column-reverse;
	}
	.joureny-img:after {
		right: -5px;
		width: 70%;
		top: 30px;
		background-position: right bottom;
	}
	.intro-section {
		padding-top: 45px;
	}
	.intro-section h1 {
		font-size: 44px;
		line-height: 48px;
	}
	.journey-section {
		padding: 25px 15px;
	}
	.joureny-img {
		padding-bottom: 25px;
	}
	.journey-section h2 {
		font-size: 40px;
		line-height: 45px;
	}
	.our-programs-section h2 {
		padding-right: 0;
		font-size: 30px;
		letter-spacing: 4px;
		padding-bottom: 10px;
	}
	.our-programs-section ul {
		padding-left: 28px;
	}
	.our-programs-section {
		padding: 55px 15px;
	}
	.testimonial-details {
		padding: 30px 15px 35px 75px;
	}
	.testimonial-content:after {
		right: unset;
		left: -40px;
		/*height: 295px;*/
	}
	.testimonial-content {
		letter-spacing: 1px;
	}
	.testimonial-section h3 {
		font-size: 25px;
		padding-bottom: 12px;
	}
	.ad-section , .call-to-action {
		padding: 35px 15px 50px;
	}
	.ad-section .row .col-lg-6:first-child , .call-to-action .row .col-lg-6:first-child{
		padding-bottom: 30px;
	}
	.news-section {
		padding: 20px 0 0;
	}
	.news-content .date {
		font-size: 15px;
	}
	.events-content h4 {
		text-decoration: underline;
		padding-bottom: 5px;
	}
	.news-content .read-btn {
		display: inline-block;
	}
	.news-informations {
		position: relative;
		padding-bottom: 65px;
	}
	.news-informations:after {
		content: "";
		width: 100%;
		height: 2px;
		position: absolute;
		left: 0;
		background-color: #f9a81b;
		margin: 35px 0;
		bottom: 22px;
	}
	.news-section .col-lg-7, .news-section .col-lg-5 {
		padding-right: 30px;
		padding-left: 30px;
	}
	.brand-section .col-lg-5, .brand-section .col-lg-6 {
		text-align: center !important;
	}
	.brand-section .col-lg-5 {
		padding-bottom: 35px;
	}
	.brand-section {
		padding: 55px 15px;
	}
	.testimonial-section, form .form-row:first-child {
		padding-top: 25px;
	}
	.heading-row a {
		font-size: 18px;
	}
	.heading-row h2 {
		font-size: 27px;
		letter-spacing: 2px;
	}
	footer {
		padding: 50px 45px;
	}
	footer .row .col-lg-3:nth-child(1) {
		order: 1;
	}
	footer .row .col-lg-3:nth-child(2) {
		order: 2;
	}
	footer .row .col-lg-3:nth-child(4) {
		order: 3;
	}
	footer .row .col-lg-3:nth-child(3) {
		order: 4;
	}
	footer h2 {
		line-height: 40px;
	}
	.copyright p {
		line-height: normal;
	}
	footer ul li {
		line-height: 40px;
	}
	footer ul li a {
		font-size: 20px;
	}
	.footer-social-links {
		padding: 15px 0 20px;
	}
	.breadcrumbs-section, .two-column-content .row .col-lg-7 {
		padding-top: 30px;
	}
	.headline-section img {
		padding-bottom: 30px;
	}
	.programs-section .doctor-section h2, .programs-section .master-section h2 , .programs-section .headline-section h2 {
		font-size: 33px;
		line-height: 40px;
	}
	.three-column-content.light_blue_pattern:before,
	.three-column-content.yellow_pattern:before,
	.two-column-content.light_blue_pattern.pattern:before,
	.two-column-content.yellow_pattern.pattern:before {
		width: 80%;
		background-size: 128%;
	}
	.three-column-content .col-lg-4 {
		padding-bottom: 50px;
	}
	.three-column-content {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.three-column-content .learn-more-btn, .two-column-content .learn-more-btn, .blog-section .learn-more-btn {
		font-size: 15px;
		padding: 7px 16px;
		font-weight: 500;
	}
	.academy-section {
		padding-bottom: 70px;
	}
	.continue-journey-section h4 {
		font-size: 32px;
	}
	.continue-journey-section .journey-content {
		text-align: center;
	}
	.continue-journey-section {
		padding-bottom: 60px;
	}
	.continue-journey-section .form-group label {
		font-size: 22px;
		font-weight: 500;
	}
	.mob-img {
		float: left;
		margin-right: 15px;
		margin-bottom: 10px;
	}
	.two-column-content .row.inset-photo-row .col-lg-6:first-child {
		padding-bottom: 60px;
	}
	.continue-journey-section h3 img {
		width: 55px;
	}
	.brand-section ul {
		text-align: left;
		width: max-content;
		margin: 0 auto;
	}
	.footer-social-links li a {
		font-size: 32px;
		margin-right: 12px;
	}
	.read-btn:after {
		top: 10px;
		font-size: 16px;
	}
	.mobile-banner-section {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: left 55%;
		padding: 70px;
	}
	.home-mob-banner {
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: left top;
		padding: 325px 0;
		position: relative;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
		background-color: unset;
	}
	.tabs-section .tab-content .tab-pane ul {
		display: block !important;
	}
	.photo-card-section .col-lg-3 {
		padding-bottom: 30px;
	}
	.accordians-section .accordion .card-header h5 {
		font-size: 22px;
		line-height: 28px;
	}
	.accordians-section .accordion .card-header h5:after {
		right: -20px;
	}
	.accordians-section .accordion .card-header {
		padding-left: 20px;
	}
	.our-programs-section ul {
		line-height: 40px;
	}
	.our-programs-section ul li a {
		font-size: 17px;
	}
	.brand-section .row .col-lg-6:nth-child(1) {
		padding-bottom: 40px;
	}
	.programs-section .programs-heading {
		font-size: 45px;
	}
	.bottom-full-width-content h2 {
		font-size: 30px;
		line-height: 32px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {


	#mega-menu-wrap-expanded #mega-menu-expanded[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.custom-expanded-menu > ul.mega-sub-menu {
	    opacity: 1 !important;
	    transform: translate(0, 0) !important;
	    transition: unset !important;
	    visibility: visible !important;
	    padding: 0;
	    background-color: transparent;
	}

	#mega-menu-wrap-expanded #mega-menu-expanded > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-expanded #mega-menu-expanded > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
	    color: #f9a81b;
	    text-transform: uppercase;
	    font-size: 22px;
	    font-weight: 700;
	} 

	#mega-menu-wrap-expanded #mega-menu-expanded > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-expanded #mega-menu-expanded > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
	    color: #fff;
	    font-size: 17px;
	    font-weight: normal;
	    text-transform: capitalize;
	}

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		font-size: 20.18px !important;
	}
	.sticky-header {
		top: -2px;
	}
	.top-navigation a {
		padding: 6px;
	}
	.top-navigation ul {
		padding-left: 8px;
	}
	.testimonial-section img,
	.joureny-img img {
		width: 100%;
	}
	.programs-section .have-a-question-section button {
		line-height: normal;
		padding: 10px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
		margin-right: 3px;
		padding: 0 10px;
	}
	.our-programs-section ul li a {
		font-size: 18px;
	}
	.our-programs-section ul {
		line-height: 35px;
	}
	.statistic-content .big-text h4 {
		font-size: 140px;
	}
	.photo-card-section .img .text {
		padding: 0 15px;
	}
	.tabs-section .nav-tabs .nav-item .nav-link {
		font-size: 14px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 359px) {
	.banner-text h2 {
		font-size: 35px;
	}
	.banner-text h2 span {
		font-size: 82px;
	}
	.banner-section .banner-images:before {
		height: 106%;
	}
	.footer-social-links li a {
		margin-right: 8px;
	}
	.home-mob-banner {
		padding: 260px 0;
	}
	.home-mob-banner:after {
		height: 76%;
	}
	.news-content img {
		padding-right: 100px;
		padding-bottom: 30px;
	}
}

@media only screen and (min-width: 460px) and (max-width: 512px) {
	.banner-text h2 span {
		font-size: 112px;
	}
}

@media only screen and (min-width: 513px) and (max-width: 991px) {
	.banner-text h2 span {
		font-size: 130px;
	}
	.home .banner-section {
		background-color: #005177;
	}
	.home .banner-section:before {
		width: 100%;
	}
}

@media only screen and (max-width: 575px) {
	.programs-section .doctor-section h2, .programs-section .master-section h2 ,.programs-section .headline-section h2 {
		position: relative;
		border: none;
	}
	.programs-section .doctor-section h2:after, .programs-section .master-section h2:after , .programs-section .headline-section h2:after {
		content: "";
		width: 110%;
		height: 2px;
		background-color: #f9a81b;
		display: block;
		position: absolute;
		right: -30px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1000px) {
	.joureny-img:after {
		right: -8px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.banner-text h2 span {
		font-size: 212px;
	}
}
@media only screen and (min-width: 415px) and (max-width: 500px) {
	.mobile-banner-section {
		padding: 88px;
	}
}

@media only screen and (min-width: 501px) and (max-width: 600px) {
	.mobile-banner-section {
		padding: 108px;
	}
}

@media only screen and (min-width: 601px) and (max-width: 720px) {
	.mobile-banner-section {
		padding: 135px;
	}
}
@media only screen and (min-width: 721px) and (max-width: 800px) {
	.mobile-banner-section {
		padding: 160px;
	}
}
@media only screen and (min-width: 801px) and (max-width: 900px) {
	.mobile-banner-section {
		padding: 160px;
	}
}
@media only screen and (min-width: 901px) and (max-width: 991px) {
	.mobile-banner-section {
		padding: 190px;
	}
}
@media only screen and (min-width: 513px) and (max-width: 991px) {
	.home-mob-banner:after {
		height: 78%;
	}
	/*.testimonial-content:after {
		height: 240px;
	}*/
	.intro-section h1 {
		font-size: 48px;
	}
}

@media only screen and (min-width: 1200px){
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
		width: 124.4% !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
		left: unset;
		right: 6px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
		line-height: 24px;
		padding-bottom: 6px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
		line-height: 30px;
		font-weight: 500 !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item:before {
		content: '•';
		font-size: 11px;
		position: absolute;
		left: 8px;
		top: 9px;
		display: block;
		color: #842229;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item {
		padding-left: 25px;
		position: relative;
	}

	#mega-menu-wrap-expanded {
		background: transparent !important;
	}
	#mega-menu-wrap-expanded #mega-menu-expanded[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.custom-expanded-menu > ul.mega-sub-menu {
		opacity: 1 !important;
		transform: translate(0, 0) !important;
		transition: unset !important;
		visibility: visible !important;
		padding: 0;
    	background-color: transparent;
	}
	#mega-menu-wrap-expanded #mega-menu-expanded > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
	#mega-menu-wrap-expanded #mega-menu-expanded > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
		color: #f9a81b;
		text-transform: uppercase;
		font-size: 22px;
		font-weight: 700;
	}
	#mega-menu-wrap-expanded #mega-menu-expanded > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item {
		padding-bottom: 10px;
	}
	#mega-menu-wrap-expanded #mega-menu-expanded > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
	#mega-menu-wrap-expanded #mega-menu-expanded > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
		color: #fff;
		font-size: 17px;
		font-weight: normal;
		text-transform: capitalize;
	}
	#mega-menu-wrap-expanded #mega-menu-expanded li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row:last-child {
		padding-top: 30px;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
		padding: 3px 10px;
	}
}


.custom-logo-link img{
	height: 160px;
}


.statistic-content .col-lg-3:last-child > .big-text:after {
    display: none;
}
.two-column-content img { max-width: 100%; }

.call-to-action h3{
	margin-bottom: 40px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 26px;
	font-weight: 600;
	text-align: center;
}
.mobile-sidebar {
	background-color: #f9a81b;
}
.right-programs-section .pagenav , .right-programs-section .pagenav a.nav-page-link{
	font-size: 30px;
	line-height: 54px;
	letter-spacing: 0.11em;
	color: #842229;
}

.bg_yellow a:not(.blue-learn-more-btn), 
.bg_grey a:not(.blue-learn-more-btn),
.bg_white a:not(.blue-learn-more-btn),
.bg_overlay_yellow a:not(.blue-learn-more-btn),
.bg_overlay_blue a:not(.blue-learn-more-btn),
.bg_overlay_grey a,
 {
	color: #00527a!important;
	text-decoration:underline;
}
.single-tribe_events #tribe-events a:not(.tribe-events-button)
{
	color: #00527a!important;
}	
ol ol {
    list-style-type: lower-alpha;
}

ol li , ul li{
	line-height: 36px
}
.bg_white a.learn-more-btn, .bg_white a.blue-learn-more-btn {
    color: white !important;
    text-decoration: unset;
}
.bg_dark_blue .blue-learn-more-btn,
.bg_red .blue-learn-more-btn,
.bg_yellow .blue-learn-more-btn {
	color: #fff;
}
.blue-learn-more-btn:after,
.yellow-button:after,
.red-button:after,
.blue-button:after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: absolute;
    right: 12px;
	top: 0;
}
.two-column-content.bg_yellow .learn-more-btn,
.three-column-content.bg_yellow .learn-more-btn,
.three-column-content.yellow_pattern .learn-more-btn,
.two-column-content.yellow_pattern .learn-more-btn,
.accordians-section .accordion .blue-learn-more-btn,
.bg_yellow a.yellow-button,
.bg_yellow a.red-button,
.bg_white a.yellow-button,
.bg_white a.red-button,
.bg_overlay_blue a.yellow-button,
.bg_overlay_blue a.red-button,
.bg_overlay_yellow a.yellow-button,
.bg_overlay_yellow a.red-button,
.bg_overlay_grey a.yellow-button,
.bg_overlay_grey a.red-button,
.bg_overlay_grey .blue-learn-more-btn,
.bg_white a.blue-button,
.bg_yellow a.blue-button, .bg_overlay_blue a.blue-button, .bg_overlay_yellow a.blue-button,
.bg_overlay_grey a.blue-button {
	color: #fff !important;
}

.yellow-button,
.red-button,
.blue-button {
	color: #fff !important;
	font-size: 23.16px;
    line-height: 43.42px;
	position: relative;
	padding: 4px 32px 4px 14px; 
	font-weight: 400;
	text-transform: capitalize;
}
.yellow-button {
	background-color: #f9a81b;
}
.red-button {
	background-color: #842229;
}
.blue-button {
	background-color: #00527a;
}
.video-section {
	padding: 50px 0;
	text-align: center;
}

@media only screen and (min-width: 360px) and (max-width: 499px) {
	.photo-card-section .photo-card-images .img {
		width: 300px;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 500px) and (max-width: 991px) {
	.photo-card-section .photo-card-images {
		display: grid;
    	grid-template-columns: repeat(2, 2fr);
	}
	.photo-card-section .img .text a {
		font-size: 22px;
	}
}

.single-news  .menu-item-575 a{
	text-decoration: underline;
}

.page-template-template-news-archive .article h2 a{
color: #00527a;
    font-size: 28px;
    line-height: 40px;
    font-weight: 800;
    text-decoration: underline;

}

.page-template-template-news-archive .article h2 a:hover{
	text-decoration: underline;
}

.article a {
    color: #842229;
    text-decoration: underline;
}

.article .meta{
	font-size: 18px;
}
.page-numbers{
	list-style: none;
}

.page-numbers li{
	float: left;
}

.page-numbers li{
 margin:10px;
	}

	.page-numbers li a{
		padding: 0px 5px;
		background: #00527a;
		color: #fff;
	}


.bg_red .gfield_required{
	color: #f9a81b!important;
}

.bg_yellow .top-yellow-border{
	    border-top: 2px solid #00527a;
}



[class*="button"], [class*="btn"]{
	text-decoration: none!important;
}

#mini-logo{
	width:32px;
	height: 20px;
}

.cls-1{
	fill: #f9a81b!important;
}

.bg_yellow .cls-1{
	fill: #fff!important;
}

.bg_yellow .author-name{
color: #842229
}

.read-more:before{
	display: block;
	content: "";
	clear: both;
	width: 100%;
}

.news-wrapper .container,
.faculty-wrapper .container{
	padding:0;
}

.single-faculty-info ul{
	overflow: hidden;
}

.single-faculty .right-programs-section ul li.page-item-65 a{
	    color: #842229;
    text-decoration: underline;
}

.single-faculty-info h2 {
    color: #00527a;
    font-size: 28px;
    line-height: 40px;
    font-weight: 800;
}

.single-faculty-info .bio a{
	 color: #00527a;
	 text-decoration: underline;
}

footer .list-inline{
	border-top:1px solid #666;
	padding-top:20px;
}

footer .list-inline li{
	display: inline-block;
	padding-right:15px;
	font-size: 14px;
}

footer .list-inline li a{
	font-size: 14px;
}

.search-results main .search-btn{
	position: relative;
	top:-13px;
}


.home .news-content a{
	text-decoration: underline;
}
.home main a:hover, .home .news-section h4 a:hover, .home .news-content a:hover{
	text-decoration: none!important;
}

.continue-journey-section .gform_body label{
	margin-bottom: 0px;
}

.continue-journey-section ul.gform_fields li.gfield input[type=radio]{
    height: 20px;
}

.continue-journey-section div.ginput_container {
    margin-top: 0px !important;
}

.search .navigation a {
	color: #00527a;
}

.template-news-archive .programs-section .col-lg-8 {
	padding: 0;
}
.gallery-section {
	padding-top: 50px;
	padding-bottom: 40px;
}
.gallery-video iframe,
.testimonial-section iframe {
	width: 100%;
}

footer ul li{
	line-height: 24px!important;
	padding-bottom:8px!important;
}

.alert a{
	color: #00527a;
	text-decoration: underline;
}

.alert a.close{
	text-decoration: none;
}

.alert-button{
	background-color: #00527a;
    color: #fff;
    font-weight: bold;
    padding: 5px 18px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 25px;
    margin-right: 8px;
    color: #fff!important;
    font-size: 14px;
    letter-spacing: 2px;

}

.alert-warning{
	background: #fceed9;
	color: #842229;
}

/* begin for popupmaker */

	.alignright-popup {
		float: none;
    	padding: 0 0 0 0;
	}

#pum-2965 .pum-title {padding-right: 100px;}
@media only screen and (min-width: 700px) {

	.alignright-popup {
	float: right;
	padding:0 0 15px 15px; 
	}
}
/* end for popupmaker */


.text-align-left p, .text-align-left p ul, .text-align-left ol{
	text-align: left;
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item::before {

display: none!important;
}

.gform_wrapper .gsection{
	border: 0!important;
}

#gform_submit_button_9{
	background-color: #00527a;
    color: #fff;
    font-weight: bold;
    padding: 5px 18px;
    text-transform: uppercase;
    border: 0;
    
}

.social-section{
	    background-color: #e4edf2;
	    padding:30px 0;
}

.social-section a.btn{
	font-family: "brandon-grotesque",sans-serif!important;
	background-color: #00527a;
    color: #fff;
    font-weight: bold;
    padding: 5px 18px;
    text-transform: uppercase;
    line-height: 25px;
    margin-right: 8px;
    display: inline-block;
    border-radius: 0;
    border: 0!important;
    margin-top:15px;
}

.cff-page-name a,
.cff-link-title a, 
.cff-post-links a,
.cff-meta  span.cff-count,
.cff-text a,
.cff-expand a
{
	color: #842229!important;
}

#cff .cff-item.cff-shadow{
	box-shadow: none!important;
	-webkit-box-shadow:none!important;
	-moz-box-shadow:none!important;
}

.fa-fb{
	position: relative;

}

.fa-fb img:before{
	position: relative;
	content: "";
	display: block;
	background-color: #fff;
}

.fa-fb img{
	position: absolute;
	right: 0;
	bottom:-30px;
	z-index: 999;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background-color: #fff;
}