.light-blue {
	color:#9BC2DD !important;
}

/*main menu*/
#main-menu .fl-menu .sub-menu > li > a:hover {
	font-weight:bold;
}

#top-menu .menu > li > a {
	border: solid 1px white;
    margin: 0 10px;
    border-radius: 10px;
    padding: 8px 30px;
	background-color:white;
}

#top-menu .menu > li > a:hover {
	border: solid 1px white;

	background-color:transparent;
}

/* Kudos Slider */
#kudos-slider .slick-slide {
	height: 100%;
}
#kudos-slider .uabb-blog-posts .uabb-post-wrapper {
	margin-bottom: 0;
}

/*Testimonial Slider*/
.bx-wrapper .bx-pager {
    position: absolute;
    bottom: 16px;
    width: 100%;
}

.bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #92002D;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #EAF1F8;
}

.fl-module-post-slider .bx-wrapper {
    margin: 0 auto;
}

#testimonial-slider p {
    align-self: center;
    padding-top: 30px;
	color:black;
}

#testimonial-slider .fl-post-slider-background .fl-post-slider-content {
    background: transparent;
    width: 100%;
    float: none;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
}

#testimonial-slider .fl-post-slider-title {
	width: 200px;
    height: 200px;
    background-color: #EAF1F8;
    border-radius: 100px;
	display: flex;
    padding: 20px;
    position: absolute;
    top: 70px;
    right: 380px;
    -webkit-box-shadow: 5px 3px 6px 0px rgb(23 61 108 / 60%);
    box-shadow: 5px 3px 6px 0px rgb(23 61 108 / 60%);
}

#testimonial-slider .fl-post-slider-title a {
	align-self: center;
    padding-bottom: 10px;
}

#testimonial-slider .fl-post-slider-feed-content {
    color: #ffffff;
    width: 350px;
    height: 350px;
    background-color: white;
    border-radius: 500px;
    box-shadow: 5px 3px 6px 0px rgb(23 61 108 / 60%);
    display: flex;
    z-index: -1;
    margin-left: auto;
    padding: 40px;
    font-family: 'Source Sans Pro', sans-serif;
}

@media(max-width:767px) {
	#testimonial-slider .fl-post-slider-background .fl-post-slider-content {
    background: transparent;
    width: 100%;
    float: none;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
		flex-direction:column;
}
#testimonial-slider .fl-post-slider-title {
	width: 100%;
    height: 100%;
    background-color: #EAF1F8;
    border-radius: 0;
	display: flex;
	flex-direction:column;
    padding: 20px;
    position: initial;
/*     top: 70px;
    right: 380px; */
    -webkit-box-shadow: 5px 3px 6px 0px rgb(23 61 108 / 60%);
    box-shadow: 5px 3px 6px 0px rgb(23 61 108 / 60%);
}
#testimonial-slider .fl-post-slider-title a {
    align-self: center;
    padding-bottom: 0;
}
	#testimonial-slider .fl-post-slider-feed-content {
    color: #ffffff;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 0;
    box-shadow: 5px 3px 6px 0px rgb(23 61 108 / 60%);
    display: flex;
    z-index: -1;
    margin-left: auto;
    padding: 40px;
    font-family: 'Source Sans Pro', sans-serif;
}
	#testimonial-slider p {
    align-self: center;
    padding-top: 0;
    color: black;
}
	#testimonial-slider .fl-post-slider-post .fl-post-slider-mobile-img {
    display: none;
}
}

/*Kudos Slider*/

.kudos-slider {
	margin: 0 auto;
	max-width: 830px
}
.kudos-slider .fl-module-content {
	background-color:#005DAC;
	border-radius:20px;
	padding:6px;
	position: relative;
}

.kudos-slider.kudos-slider-left .fl-module-content {
	margin-left:60px;
}
.kudos-slider.kudos-slider-right .fl-module-content {
	margin-right:60px;
	background-color:#173d6c;
}
.kudos-slider.kudos-slider-left .fl-module-content::before {
	content: '“';
	left: -60px;
}
.kudos-slider.kudos-slider-right .fl-module-content::before {
	content: '”';
	right: -60px;
}
.kudos-slider .fl-module-content::before {
	color: #9BC2DD;
	line-height: 1;
	font-size: 120px;
	position: absolute;
	top:0;
	z-index: 1
}
@media (min-width: 768px) {
	.kudos-slider .fl-module-content {
		padding:30px;
	}
	
	.kudos-slider.kudos-slider-left .fl-module-content {
		margin-left:100px;
	}
	.kudos-slider.kudos-slider-right .fl-module-content {
		margin-right:100px;
	}
}
@media (max-width: 767px) {
	.kudos-slider .uabb-testimonial {
		padding: 15px 25px;
	}
}


/*Our Approach*/

/*tabs desktop*/

#our-approach-tabs .uabb-tab-current:nth-child(1) {
	/* border:solid 1px #9BC2DD;
	border-radius:10px;
	padding:20px 10px;
	background-color:white; */

	border:solid 1px #005DAC;
	border-radius:10px;
	padding:20px 10px;
	background-color:white;
}

#our-approach-tabs li:nth-child(1) {
	border:solid 1px #9BC2DD;
	border-radius:10px;
	padding:20px 10px;
	background-color:#9BC2DD;
}


#our-approach-tabs .uabb-tab-current:nth-child(1) .uabb-tab-title {
	/* color:#9BC2DD; */

	color:#005DAC;
}

#our-approach-tabs li:nth-child(1) .uabb-tab-title {
	color:white;
}

#our-approach-tabs .uabb-tab-current:nth-child(2) {
	border:solid 1px #005DAC;
	border-radius:10px;
	padding:20px 10px;
	background-color:white;
}

#our-approach-tabs li:nth-child(2) {
	border:solid 1px #005DAC;
	border-radius:10px;
	padding:20px 10px;
	background-color:#005DAC;
}


#our-approach-tabs .uabb-tab-current:nth-child(2) .uabb-tab-title {
	color:#005DAC;
}

#our-approach-tabs li:nth-child(2) .uabb-tab-title {
	color:white;
}


#our-approach-tabs .uabb-tab-current:nth-child(3) {
	border:solid 1px #003E70;
	border-radius:10px;
	padding:20px 10px;
	background-color:white;
}

#our-approach-tabs li:nth-child(3) {
	border:solid 1px #003E70;
	border-radius:10px;
	padding:20px 10px;
	background-color:#003E70;
}


#our-approach-tabs .uabb-tab-current:nth-child(3) .uabb-tab-title {
	color:#003E70;
}

#our-approach-tabs li:nth-child(3) .uabb-tab-title {
	color:white;
}

#our-approach-tabs .uabb-tab-current:nth-child(4) {
	border:solid 1px #92002D;
	border-radius:10px;
	padding:20px 10px;
	background-color:white;
}

#our-approach-tabs li:nth-child(4) {
	border:solid 1px #92002D;
	border-radius:10px;
	padding:20px 10px;
	background-color:#92002D;
}


#our-approach-tabs .uabb-tab-current:nth-child(4) .uabb-tab-title {
	color:#92002D;
}

#our-approach-tabs li:nth-child(4) .uabb-tab-title {
	color:white;
}

/*tabs mobile*/

#section-simple-0 {
	margin-bottom:10px
}

#section-simple-0.uabb-content-current .uabb-tab-acc-title {
	/* border:solid 1px #9BC2DD;
	border-radius:10px;
	padding:20px 10px;
	background-color:white; */

	border:solid 1px #005DAC;
	border-radius:10px;
	padding:20px 10px;
	background-color:white;
}
#section-simple-0.uabb-content-current .uabb-tab-title, #section-simple-0.uabb-content-current .uabb-acc-icon {
	/* color:#9BC2DD; */

	color:#005DAC;
}

#section-simple-0:not(.uabb-content-current) .uabb-tab-acc-title {
	border:solid 1px #9BC2DD;
	border-radius:10px;
	padding:20px 10px;
	background-color:#9BC2DD;
}
#section-simple-0:not(.uabb-content-current) .uabb-tab-title, #section-simple-0:not(.uabb-content-current) .uabb-acc-icon {
	color:white;
}


#section-simple-1 {
	margin-bottom:10px
}

#section-simple-1.uabb-content-current .uabb-tab-acc-title {
	border:solid 1px #005DAC;
	border-radius:10px;
	padding:20px 10px;
	background-color:white;
}
#section-simple-1.uabb-content-current .uabb-tab-title, #section-simple-1.uabb-content-current .uabb-acc-icon {
	color:#005DAC;
}

#section-simple-1:not(.uabb-content-current) .uabb-tab-acc-title {
	border:solid 1px #005DAC;
	border-radius:10px;
	padding:20px 10px;
	background-color:#005DAC;
}
#section-simple-1:not(.uabb-content-current) .uabb-tab-title, #section-simple-1:not(.uabb-content-current) .uabb-acc-icon {
	color:white;
}



#section-simple-2 {
	margin-bottom:10px
}

#section-simple-2.uabb-content-current .uabb-tab-acc-title {
	border:solid 1px #003E70;
	border-radius:10px;
	padding:20px 10px;
	background-color:white;
}
#section-simple-2.uabb-content-current .uabb-tab-title, #section-simple-1.uabb-content-current .uabb-acc-icon {
	color:#003E70;
}

#section-simple-2:not(.uabb-content-current) .uabb-tab-acc-title {
	border:solid 1px #003E70;
	border-radius:10px;
	padding:20px 10px;
	background-color:#003E70;
}
#section-simple-2:not(.uabb-content-current) .uabb-tab-title, #section-simple-2:not(.uabb-content-current) .uabb-acc-icon {
	color:white;
}



#section-simple-3 {
	margin-bottom:10px
}

#section-simple-3.uabb-content-current .uabb-tab-acc-title {
	border:solid 1px #92002D;
	border-radius:10px;
	padding:20px 10px;
	background-color:white;
}
#section-simple-3.uabb-content-current .uabb-tab-title, #section-simple-3.uabb-content-current .uabb-acc-icon {
	color:#92002D;
}

#section-simple-3:not(.uabb-content-current) .uabb-tab-acc-title {
	border:solid 1px #92002D;
	border-radius:10px;
	padding:20px 10px;
	background-color:#92002D;
}
#section-simple-3:not(.uabb-content-current) .uabb-tab-title, #section-simple-3:not(.uabb-content-current) .uabb-acc-icon {
	color:white;
}

/*DM*/
/*DM Tabs Desktop*/
#dm-tabs .uabb-tab-link {
	display: flex;
    justify-content: center;
    flex-direction: column;
}
#dm-tabs .uabb-tab-current[data-index="0"] {
	border:solid 1px #9BC2DD;
	border-radius:10px;
	padding:0;
	background-color:white;
}

#dm-tabs li[data-index="0"] {
	border:solid 1px #9BC2DD;
	border-radius:10px;
	padding:0;
	background-color:#9BC2DD;
}


#dm-tabs .uabb-tab-current[data-index="0"] .uabb-tab-title {
	color:#9BC2DD;
}

#dm-tabs li[data-index="0"] .uabb-tab-title {
	color:white;
	font-size:16px;
}

#dm-tabs .uabb-tab-current[data-index="1"] {
	border:solid 1px #9BC2DD;
	border-radius:10px;
	padding:0;
	background-color:white;
}

#dm-tabs li[data-index="1"] {
	border:solid 1px #9BC2DD;
	border-radius:10px;
	padding:0;
	background-color:#9BC2DD;
}


#dm-tabs .uabb-tab-current[data-index="1"] .uabb-tab-title {
	color:#9BC2DD;
}

#dm-tabs li[data-index="1"] .uabb-tab-title {
	color:white;
	font-size:16px;
}

#dm-tabs .uabb-tab-current[data-index="2"] {
	border:solid 1px #9BC2DD;
	border-radius:10px;
	padding:0;
	background-color:white;
}

#dm-tabs li[data-index="2"] {
	border:solid 1px #9BC2DD;
	border-radius:10px;
	padding:0;
	background-color:#9BC2DD;
}


#dm-tabs .uabb-tab-current[data-index="2"] .uabb-tab-title {
	color:#9BC2DD;
}

#dm-tabs li[data-index="2"] .uabb-tab-title {
	color:white;
	font-size:16px;
}

#dm-tabs .uabb-tab-current[data-index="3"] {
	border:solid 1px #9BC2DD;
	border-radius:10px;
	padding:0;
	background-color:white;
}

#dm-tabs li[data-index="3"] {
	border:solid 1px #9BC2DD;
	border-radius:10px;
	padding:0;
	background-color:#9BC2DD;
}


#dm-tabs .uabb-tab-current[data-index="3"] .uabb-tab-title {
	color:#9BC2DD;
}

#dm-tabs li[data-index="3"] .uabb-tab-title {
	color:white;
	font-size:16px;
}

#dm-tabs .uabb-tab-current[data-index="4"] {
	border:solid 1px #9BC2DD;
	border-radius:10px;
	padding:0;
	background-color:white;
}

#dm-tabs li[data-index="4"] {
	border:solid 1px #9BC2DD;
	border-radius:10px;
	padding:0;
	background-color:#9BC2DD;
}


#dm-tabs .uabb-tab-current[data-index="4"] .uabb-tab-title {
	color:#9BC2DD;
}

#dm-tabs li[data-index="4"] .uabb-tab-title {
	color:white;
	font-size:16px;
}

#dm-tabs .uabb-tab-current[data-index="5"] {
	border:solid 1px #9BC2DD;
	border-radius:10px;
	padding:0;
	background-color:white;
}

#dm-tabs li[data-index="5"] {
	border:solid 1px #9BC2DD;
	border-radius:10px;
	padding:0;
	background-color:#9BC2DD;
}


#dm-tabs .uabb-tab-current[data-index="5"] .uabb-tab-title {
	color:#9BC2DD;
}

#dm-tabs li[data-index="5"] .uabb-tab-title {
	color:white;
	font-size:16px;
}

/*DM Tabs Mobile*/
#dm-tabs #section-simple-0 {
	margin-bottom:10px
}

#dm-tabs #section-simple-0[aria-current="true"][aria-expanded="true"] .uabb-tab-acc-title {
	border:solid 1px #9BC2DD;
	border-radius:10px;
	padding:20px 10px;
	background-color:white;
}
#dm-tabs #section-simple-0[aria-current="true"][aria-expanded="true"] .uabb-tab-title, #dm-tabs #section-simple-0[aria-current="true"][aria-expanded="true"] .uabb-acc-icon {
	color:#9BC2DD;
}

#dm-tabs #section-simple-0[aria-current="false"][aria-expanded="false"] .uabb-tab-acc-title {
	border:solid 1px #9BC2DD;
	border-radius:10px;
	padding:20px 10px;
	background-color:#9BC2DD;
}
#dm-tabs #section-simple-0[aria-current="false"][aria-expanded="false"] .uabb-tab-title, #dm-tabs #section-simple-0[aria-current="false"][aria-expanded="false"] .uabb-acc-icon {
	color:white;
}



#dm-tabs #section-simple-1 {
	margin-bottom:10px
}

#dm-tabs #section-simple-1[aria-current="true"][aria-expanded="true"] .uabb-tab-acc-title {
	border:solid 1px #9BC2DD;
	border-radius:10px;
	padding:20px 10px;
	background-color:white;
}
#dm-tabs #section-simple-1[aria-current="true"][aria-expanded="true"] .uabb-tab-title, #dm-tabs #section-simple-1[aria-current="true"][aria-expanded="true"] .uabb-acc-icon {
	color:#9BC2DD;
}

#dm-tabs #section-simple-1[aria-current="false"][aria-expanded="false"] .uabb-tab-acc-title {
	border:solid 1px #9BC2DD;
	border-radius:10px;
	padding:20px 10px;
	background-color:#9BC2DD;
}
#dm-tabs #section-simple-1[aria-current="false"][aria-expanded="false"] .uabb-tab-title, #dm-tabs #section-simple-0[aria-current="false"][aria-expanded="false"] .uabb-acc-icon {
	color:white;
}

#dm-tabs #section-simple-2 {
	margin-bottom:10px
}

#dm-tabs #section-simple-2[aria-current="true"][aria-expanded="true"] .uabb-tab-acc-title {
	border:solid 1px #9BC2DD;
	border-radius:10px;
	padding:20px 10px;
	background-color:white;
}
#dm-tabs #section-simple-2[aria-current="true"][aria-expanded="true"] .uabb-tab-title, #dm-tabs #section-simple-2[aria-current="true"][aria-expanded="true"] .uabb-acc-icon {
	color:#9BC2DD;
}

#dm-tabs #section-simple-2[aria-current="false"][aria-expanded="false"] .uabb-tab-acc-title {
	border:solid 1px #9BC2DD;
	border-radius:10px;
	padding:20px 10px;
	background-color:#9BC2DD;
}
#dm-tabs #section-simple-2[aria-current="false"][aria-expanded="false"] .uabb-tab-title, #dm-tabs #section-simple-2[aria-current="false"][aria-expanded="false"] .uabb-acc-icon {
	color:white;
}

#dm-tabs #section-simple-3 {
	margin-bottom:10px
}

#dm-tabs #section-simple-3[aria-current="true"][aria-expanded="true"] .uabb-tab-acc-title {
	border:solid 1px #9BC2DD;
	border-radius:10px;
	padding:20px 10px;
	background-color:white;
}
#dm-tabs #section-simple-3[aria-current="true"][aria-expanded="true"] .uabb-tab-title, #dm-tabs #section-simple-3[aria-current="true"][aria-expanded="true"] .uabb-acc-icon {
	color:#9BC2DD;
}

#dm-tabs #section-simple-3[aria-current="false"][aria-expanded="false"] .uabb-tab-acc-title {
	border:solid 1px #9BC2DD;
	border-radius:10px;
	padding:20px 10px;
	background-color:#9BC2DD;
}
#dm-tabs #section-simple-3[aria-current="false"][aria-expanded="false"] .uabb-tab-title, #dm-tabs #section-simple-3[aria-current="false"][aria-expanded="false"] .uabb-acc-icon {
	color:white;
}

#dm-tabs #section-simple-4 {
	margin-bottom:10px
}

#dm-tabs #section-simple-4[aria-current="true"][aria-expanded="true"] .uabb-tab-acc-title {
	border:solid 1px #9BC2DD;
	border-radius:10px;
	padding:20px 10px;
	background-color:white;
}
#dm-tabs #section-simple-4[aria-current="true"][aria-expanded="true"] .uabb-tab-title, #dm-tabs #section-simple-4[aria-current="true"][aria-expanded="true"] .uabb-acc-icon {
	color:#9BC2DD;
}

#dm-tabs #section-simple-4[aria-current="false"][aria-expanded="false"] .uabb-tab-acc-title {
	border:solid 1px #9BC2DD;
	border-radius:10px;
	padding:20px 10px;
	background-color:#9BC2DD;
}
#dm-tabs #section-simple-4[aria-current="false"][aria-expanded="false"] .uabb-tab-title, #dm-tabs #section-simple-4[aria-current="false"][aria-expanded="false"] .uabb-acc-icon {
	color:white;
}

#dm-tabs #section-simple-5 {
	margin-bottom:10px
}

#dm-tabs #section-simple-5[aria-current="true"][aria-expanded="true"] .uabb-tab-acc-title {
	border:solid 1px #9BC2DD;
	border-radius:10px;
	padding:20px 10px;
	background-color:white;
}
#dm-tabs #section-simple-5[aria-current="true"][aria-expanded="true"] .uabb-tab-title, #dm-tabs #section-simple-5[aria-current="true"][aria-expanded="true"] .uabb-acc-icon {
	color:#9BC2DD;
}

#dm-tabs #section-simple-5[aria-current="false"][aria-expanded="false"] .uabb-tab-acc-title {
	border:solid 1px #9BC2DD;
	border-radius:10px;
	padding:20px 10px;
	background-color:#9BC2DD;
}
#dm-tabs #section-simple-5[aria-current="false"][aria-expanded="false"] .uabb-tab-title, #dm-tabs #section-simple-5[aria-current="false"][aria-expanded="false"] .uabb-acc-icon {
	color:white;
}

.tab-adjustments .uabb-tabs-nav > ul li {
	border-radius: 10px;
	border: 1px solid #9bc2dd;
	overflow: hidden;
}
}