/*
Theme Name:  Connect Child Theme
Description: Child theme for the Connect theme
Author URI:  https://eggsmedia.com
Template:    connect
Version:     0.1
Tags:        light, white, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, responsive, retina
*/

/* NOTE: Main theme's style.css file is already added in head tag. /*

/* =Theme customization starts here
-------------------------------------------------------------- */

@font-face {
	font-family: Barlow Bold New;
	src: url(https://connect.nova.ky/wp-content/themes/connect/assets/barlow-semi-condensed/BarlowSemiCondensed-SemiBold.ttf);
	font-weight: normal;
}

.connect-container > .container {
	width: 1370px!Important
}

.vc_row-fluid.connect-container.vc_row-has-fill,
.site-main.connect-container {
    padding-top: 90px;
	padding-bottom: 70px;
}

.connect-h2 {
    color: #61b3e4;
    font-size: 62px;
}

.connect-fstyle  {
	margin-bottom: 15px!important;
}

.connect-fstyle p {
	color: #2d5288;
	font-weight: 600;
}

.core-values-row-inner > .vc_column-inner > .wpb_wrapper {
	background: white;
	border-radius: 15px;
	padding: 30px;
    text-align: center;
}

.core-values-row-image {
    margin-top: -90px;
}

.tm-row-inner.annual-report-row {
    background: white;
    padding: 40px 80px;
    border-radius: 20px;
}

.annual-report-row.vc_row-o-content-middle {
    margin-left: 0px!important;
    margin-right: 0px!important;
}

.button-blue a,
.button-yellow a {
	color: white!important;
	border-radius: 10px!Important;
	text-transform: uppercase;
	background: #61b3e4!important;
	padding: 15px 40px!important;
    border: 1px solid #61b3e4!important;
	transition: all .4s ease-in-out;
	font-size: 16px!important;
}

.button-blue a:hover,
.button-yellow a:hover {
	opacity: .8;
	transform: translateX(5px)
}

.button-blue.dark a {
	background: #2d5288!important;
    border: 1px solid #2d5288!important;
}

.button-yellow.dark a {
	background: #f4e26f!important;
    border: 1px solid #f4e26f!important;
	color: #2e5387 !important;
    font-weight: 600;
}


.connect-h2.capitalize {
    text-transform: capitalize;
}

.work-with-us-row {
    background: white;
    max-width: 800px;
    margin: 0 auto;
    padding: 70px 50px 40px;
    border-radius: 20px;
    box-shadow: 3px 2px 8px 0px #c3c3c3;
}

.connect-container.work-with-us {
    padding: 150px 0px!important;
}

.about-logos-right > .vc_column-inner > .wpb_wrapper {
	display: flex!important;
	align-items: center!important;
}

.about-logos-right > .vc_column-inner {
	justify-content: center;
}

.about-logos-left.wpb_column {
    background: #b2b2b2;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

.tm-row.wpb_row.vc_row-fluid.about-logos {
    margin-top: 80px;
}

.wpb_single_image.wpb_content_element {
    margin-bottom: 0px!important;
}

.tm-row-inner.vc_row-fluid.text-box1{
    height: 470px;
}

.tm-row-inner.vc_row-fluid.text-box2,
.tm-row-inner.vc_row-fluid.text-box3 {
    height: 300px;
}

.text-box1-inner > .vc_column-inner > .wpb_wrapper {
	width: 485px;
	margin: 0 auto;
}

.text-box2-inner > .vc_column-inner > .wpb_wrapper {
	width: 550px;
    margin-top: 35px;
    margin-left: 190px;
}

.text-box3-inner > .vc_column-inner > .wpb_wrapper {
	width: 535px;
    margin: 0 auto;
}

.connect-container.what-we-do > .container {
    width: 1600px!Important;
}

.white p {
	color: white;
}

.blue-font p {
	color: #306095;
}

.connect-container.about-logos {
	margin-top: 50px!important;  
}

.page-id-1761 #main {
    padding-bottom: 50px;
}

.about-logos-left > .vc_column-inner > .wpb_wrapper {
    margin: 0 auto;
}

.footer-social-icons {
    width: 350px;
    display:block;
    margin: 0 auto;
}
 
.social-icon {
    color: #fff;
}
 
ul.social-icons {
    margin-top: 10px;
}
 
.social-icons li {
    vertical-align: top;
    padding: 0 2px!important;
}
 
.social-icons .social-icons a {
    color: #fff;
    text-decoration: none;
}
.social-icons .fa-facebook {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #2d5288;
    color: white;
	font-size: 20px;
	width: 45px;
	border-radius: 5px;
}
 
.social-icons .fa-facebook:hover {
    background-color: white;
    color: #2d5288;
}
 
.social-icons .fa-twitter {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #2d5288;
    color: white;
	font-size: 20px;
	border-radius: 5px;
}
 
.social-icons .fa-twitter:hover {
    background-color: white;
    color: #2d5288;
}
 
.social-icons .fa-linkedin {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #2d5288;
    color: white;
	font-size: 20px;
	border-radius: 5px;
}
 
.social-icons .fa-linkedin:hover {
    background-color: white;
    color: #2d5288;
}

.social-icons .fa-youtube {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #2d5288;
    color: white;
	font-size: 20px;
	border-radius: 5px;
}
 
.social-icons .fa-youtube:hover {
    background-color: white;
    color: #2d5288;
}

.social-icons .fa-instagram {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #2d5288;
    color: white;
	font-size: 20px;
	border-radius: 5px;
}
 
.social-icons .fa-instagram:hover {
    background-color: white;
    color: #2d5288;
}

.footer .social-icons li>a {
    background-color: transparent!important;
}

aside#custom_html-8,
aside#text-6 {
    text-align: center;
}

.tm-row-inner.vc_row.wpb_row.vc_inner.vc_row-fluid.text-box1.vc_custom_1701353913679.vc_row-has-fill.vc_row-o-content-middle.vc_row-flex.tm-zindex-0 {
	background-position: 5px center !important;  
}

.practical-list ul {
	column-count: 2;
	list-style: circle;
	color: #61b3e4;
}

.practical-solution-row-inner > .vc_column-inner > .wpb_wrapper {
	display: flex;
}

.practical-solution-row-inner > .vc_column-inner > .wpb_wrapper {
    display: flex;
    width: 1162px;
    margin: 0 auto;
    justify-content: space-between;
    background: white;
    border-radius: 40px;
    align-items: center;
}

.wpb_text_column.wpb_content_element.practical-list {
    margin-bottom: 0px;
    padding: 50px;
    max-width: 764px;
}

.practical-list h3 {
	color: #61b3e4;
}

body.page-id-1872 #main {
    padding-bottom: 60px;
}

.post-share__tool--linkedin,
.post-share__tool--mail {
    background: #2d5288!important;
	border-radius: 5px;
}

.communitypartners-row-inner > .vc_column-inner > .wpb_wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 50px;
	align-items: center;
}

.communitypartners-row-inner.our-sponsors {
    padding: 25px 60px;
}

.communitypartners-row-inner.our-sponsors > .vc_column-inner > .wpb_wrapper {
    gap: 60px; 
}

.communitypartners1,
.community2 {
    padding: 100px 0px;
}

.communitypartners-row-inner {
    background: white;
    padding: 60px 30px;
    border-radius: 20px;
}

.community2-second-row-row-inner > .vc_column-inner > .wpb_wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 100px;
}

.community2-second-row .wpcp-swiper-dots.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-top: 30px;
}

.community2-second-row .wpcp-swiper-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #64b4e2!important;
}

.community2-second-row .wpcp-carousel-section .wpcp-swiper-dots .swiper-pagination-bullet {
    margin: 3px!important;
}

.past-reports-inner > .vc_column-inner > .wpb_wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 50px;
}

.past-reports-inner .core-values-row-image {
    margin-bottom: 0px!important;
}

.past-reports-row-inner > .vc_column-inner > .wpb_wrapper {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
	transition: all .4s ease-in-out;
}

.past-reports-row-inner > .vc_column-inner > .wpb_wrapper h3 {
	transition: all .4s ease-in-out;
}

.past-reports-row-inner > .vc_column-inner > .wpb_wrapper:hover {
    background: #a0d2ef;
}

.past-reports-row-inner > .vc_column-inner > .wpb_wrapper:hover h3 {
    color: #2d5288!important;
}

.get-involves-row-inner > .vc_column-inner > .wpb_wrapper {
    background: white;
    border-radius: 15px;
    padding: 30px 60px;
    text-align: center;
	transition: all .4s ease-in-out;
}

.partner-logos-carousel > .vc_column-inner {
    justify-content: center;
}

.em-blog-post-featured-image img {
	border: 1px solid #ebebeb;
    border-radius: 20px;
    margin-bottom: 20px;
}

.meet-the-team {
    border-radius: 40px;
	padding: 60px 40px;
}

.em-head2.meet-the-team-title h2 {
	padding: 0px
}

.meet-the-team-mb {
    margin-bottom: 30px;
}

.meet-the-team .wpb_single_image img {
    border-radius: 20px !important;
}

.tm-post-prev-next-buttons.clearfix {
    display: grid;
    grid-template-columns: 1fr 1fr;
	column-gap: 50px;
}

.tm-post-prev-next-buttons.clearfix:before {
    display: none!important;
}

body.page-id-474 #main,
body.page-id-625 #main,
body.page-id-661 #main,
body.page-id-147 #main,
body.page-id-158 #main,
body.page-id-152 #main,
body.page-id-131 #main,
body.page-id-216 #main {
    padding-bottom: 45px;
}

.page-template-about-us-profile #em-partners {
    margin-bottom: 45px !important;
}

.our-team-section {
    background: white;
    border-radius: 20px;
	padding: 50px 0px;
}

.our-team-section-row {
    display: flex;
	justify-content: center;
}

.our-team-section-inner {
    max-width: 375px;
}

.our-team-section-image img {
	border-radius: 20px;
	margin-bottom: 20px;
}

.our-team-section-title {
    font-size: 28px;
    margin-bottom: 5px;
	color: #2d5288;
}

.our-team-section-position {
    color: #2d5288;
}

.themetechmount-sidebar-true .site-main {
    padding-top: 0px;
}

.site-content-wrapper #sidebar-right.sidebar {
    padding: 10px 25px;
}

/* EM Paddings */
 .em-padding-0 {
	 padding: 0;
}
/* padding top */
 .em-pt-10 {
	 padding-top: 10px;
}
 .em-pt-20 {
	 padding-top: 20px;
}
 .em-pt-30 {
	 padding-top: 30px;
}
 .em-pt-40 {
	 padding-top: 40px;
}
 .em-pt-50 {
	 padding-top: 50px;
}
 .em-pt-100 {
	 padding-top: 100px;
}
 .em-pt-150 {
	 padding-top: 150px;
}
 .em-pt-200 {
	 padding-top: 200px;
}
/* padding bottom */
 .em-pb-10 {
	 padding-bottom: 10px;
}
 .em-pb-20 {
	 padding-bottom: 20px;
}
 .em-pb-30 {
	 padding-bottom: 30px;
}
 .em-pb-40 {
	 padding-bottom: 40px;
}
 .em-pb-50 {
	 padding-bottom: 50px;
}
 .em-pb-100 {
	 padding-bottom: 100px;
}
 .em-pb-150 {
	 padding-bottom: 150px;
}
 .em-pb-200 {
	 padding-bottom: 200px;
}
/* margin top */
 .em-mt-10 {
	 margin-top: -10px;
}
 .em-mt-20 {
	 margin-top: -20px;
}
 .em-mt-30 {
	 margin-top: 30px;
}
 .em-mt-40 {
	 margin-top: 40px;
}
 .em-mt-50 {
	 margin-top: 50px;
}
 .em-mt-100 {
	 margin-top: 100px;
}
 .em-mt-150 {
	 margin-top: 150px;
}
 .em-mt-200 {
	 margin-top: 200px;
}
/* margin bot */
 .em-mb-10 {
	 margin-bottom: -10px;
}
 .em-mb-20 {
	 margin-bottom: -20px;
}
 .em-mb-30 {
	 margin-bottom: 30px;
}
 .em-mb-40 {
	 margin-bottom: 40px;
}
 .em-mb-50 {
	 margin-bottom: 50px;
}
 .em-mb-100 {
	 margin-bottom: 100px;
}
 .em-mb-150 {
	 margin-bottom: 150px;
}
 .em-mb-200 {
	 margin-bottom: 200px;
}
 .em-title h2, .em-title2 h2 {
	 line-height: 1.1;
}
 .em-get-involved h3 {
	 line-height: 1.2 !important;
}
 .em-main-bg {
	 background: #71b7e6;
}
 .em-main-pd10 {
	 padding: 0 10%;
}
 .em-home-header {
	 margin-top: -200px !important;
}
 #home-header {
	 z-index: 1;
}
 #site-header-menu {
	 margin-left: 20px;
}
 .wpb_text_column a:hover, .themetechmount-box-team .themetechmount-box-social-links ul li a:hover {
	 color: #71b7e6 !important;
}
.em-mega-menu h2 {
	 color: #71b7e6;
}
 .em-mega-menu a {
	 color: #074883 !important;
}
 .em-mega-menu p {
	 line-height: 1.5 !important;
}
 .em-mega-menu .em-p {
	 line-height: 30px !important;
}
 p.content-one, p.content-two {
	 max-width: 620px;
}
 .em-menu-link, .em-menu-content {
	 display: flex !important;
}
 .em-menu-link {
	 align-content: center;
}
 .em-menu-link a {
	 margin: 0 10px !important;
	 line-height: 30px !important;
}
 #mega-menu-wrap-themetechmount-main-menu p.em-p {
	 margin: 0 !important;
}
 p.content-two {
	 margin-left: 40px !important;
}
 .tm-header-style-classic-highlight .tm-logo-bgcolor-darkgrey .headerlogo:after, .tm-header-style-classic-highlight .tm-logo-bgcolor-darkgrey .headerlogo:before, .tm-header-style-classic-highlight .tm-logo-bgcolor-darkgrey .headerlogo {
	 background: unset !important;
}
 #site-header:not(.is_stuck) {
	 background-color: transparent !important;
}
 .page-id-201 #site-header:not(.is_stuck), .page-id-206 #site-header:not(.is_stuck) {
	 background-color: #71b7e6 !important;
}

 .tm-mmenu-active-color-skin #site-header-menu #site-navigation div.nav-menu > ul > li:hover > a,
 .tm-mmenu-active-color-skin #site-header-menu #site-navigation div.nav-menu > ul > li.current-menu-ancestor > a,
.tm-mmenu-active-color-skin #site-header-menu #site-navigation div.nav-menu > ul > li.current_page_ancestor > a {
	 color: #e4e4e4 !important;
}
 .header-info-widget a {
	 color: #71b7e6 !important;
	 font-size: 15px;
	 font-weight: 500;
	 background: #fff;
	 padding: 10px 45px;
}
 .tm-header-style-classic-highlight .tm-header-text-area {
	 background-color: unset !important;
}
 .tm-header-style-classic-highlight .tm-header-text-area:after {
	 width: unset !important;
}
 #em-home-wave-top img, #em-home-wave-right img {
	 opacity: 0.5;
}
 .em-heading-wrapper {
	 text-align: center;
	 position: absolute;
	 bottom: -160px;
	 left: 50%;
	 transform: translateX(-50%);
	 z-index: 9;
}
 .em-heading1, .em-heading2, .em-heading3, .em-mask {
	 display: inline-block;
	 color: #fff;
}
 .em-heading2 {
	 padding: 0 15px;
}
 #em-get-involved, #em-blue-box, .em-blue-box {
	 height: 100vh;
	 z-index: 9;
}
 #em-get-involved .em-get-involved-wrapper, #em-blue-box .em-get-involved-wrapper, .em-blue-box .em-get-involved-wrapper {
	 align-items: center;
	 height: 100vh;
}
 #em-get-involved .em-get-involved-wrapper .em-get-involved, #em-blue-box .em-get-involved-wrapper .em-get-involved, .em-blue-box .em-get-involved-wrapper .em-get-involved {
	 background: #5f5f5f cc;
	 padding: 80px;
	 padding-right: 19%;
	 color: #fff;
}
 @media (max-width: 500px) {
	 #em-get-involved .em-get-involved-wrapper .em-get-involved, #em-blue-box .em-get-involved-wrapper .em-get-involved, .em-blue-box .em-get-involved-wrapper .em-get-involved {
		 padding: 40px !important;
	}
}
 #em-get-involved .em-get-involved-wrapper .em-get-involved h3, #em-blue-box .em-get-involved-wrapper .em-get-involved h3, .em-blue-box .em-get-involved-wrapper .em-get-involved h3 {
	 color: #fff;
	 font-size: 38px;
}
 #em-get-involved .em-get-involved-wrapper .em-get-involved p, #em-blue-box .em-get-involved-wrapper .em-get-involved p, .em-blue-box .em-get-involved-wrapper .em-get-involved p {
	 font-size: 19px;
}
 #em-get-involved .em-get-involved-wrapper .em-get-involved a, #em-blue-box .em-get-involved-wrapper .em-get-involved a, .em-blue-box .em-get-involved-wrapper .em-get-involved a {
	 color: #fff;
	 padding: 5px 25px;
	 border: 1px solid;
	 display: inline-block;
	 margin-top: 20px;
	 font-size: 17px;
}
 #em-get-involved .em-get-involved-wrapper .em-get-involved a:hover, #em-blue-box .em-get-involved-wrapper .em-get-involved a:hover, .em-blue-box .em-get-involved-wrapper .em-get-involved a:hover {
	 background: #fff;
	 color: #5f5f5f cc !important;
}
 .your-support-in {
	 padding: 0 60px;
}
 #em-blue-box, .em-blue-box {
	 height: unset;
	 padding-top: 120px !important;
}
 #em-blue-box .em-get-involved-wrapper, .em-blue-box .em-get-involved-wrapper {
	 height: unset;
}
 #em-blue-box .em-get-involved-wrapper .em-get-involved, .em-blue-box .em-get-involved-wrapper .em-get-involved {
	 background: #074883 ba;
}
 #em-blue-box .em-get-involved-wrapper .em-get-involved a:hover, .em-blue-box .em-get-involved-wrapper .em-get-involved a:hover {
	 color: #074883 ba;
}
 .em-partner-text h3 {
	 color: #71b7e6;
	 font-size: 30px;
	 line-height: 1.3;
	 font-weight: 600;
}
 .wpcp-carousel-section.slick-initialized .slick-slide {
	 margin: 0 20px;
}
 .container.tm-container-for-footer p, .container.tm-container-for-footer li, .container.tm-container-for-footer a {
	 color: #fff;
}
 .container.tm-container-for-footer #text-2, .container.tm-container-for-footer #text-4 {
	 padding-top: 30px;
}
 .container.tm-container-for-footer #text-3 {
	 text-align: center;
}
 .container.tm-container-for-footer #text-4 {
	 padding-left: 150px;
}
 .container.tm-container-for-footer h3 {
	 font-family: "Open Sans Condensed" !important;
	 font-size: 27px !important;
}
 .bottom-footer-inner {
	 color: #fff;
}
 .footer a {
	 z-index: 9;
	 position: relative;
}
 .footer h3.widget-title {
	 margin-bottom: 20px !important;
}
 #em-counters p {
	 text-transform: uppercase;
	 font-size: 15px;
	 margin-top: 20px;
}
 #em-counters .vc_column-inner {
	 text-align: center;
}
 .em-title {
	 margin: 0 !important;
	 background: #71b7e6 80;
	 padding: 30px 15px;
}
 .em-title h1 {
	 color: #fff;
}
 .em-title2 h2 {
	 color: #fff;
	 font-size: 45px;
	 margin-bottom: 50px !important;
}
 .em-head2 h2 {
	 color: #71b7e6;
	 font-size: 45px;
	 padding: 60px 15px 30px;
	 line-height: 1.2;
}
 .em-building {
	 padding: 0 6% 50px;
}
 .em-btn {
	 margin: 50px 0 0 !important;
}
 .em-btn a {
	 color: #71b7e6;
	 border: 1px solid #71b7e6;
	 padding: 10px 30px;
	 transition: 0.3s;
}
 .em-btn a:hover {
	 background: #71b7e6;
	 color: #fff !important;
}
 .em-main-color-stripe {
	 background-color: #71b7e6;
	 padding: 0 10%;
}
 .em-box {
	 z-index: 9 !important;
}
 .em-box > .vc_column-inner > .wpb_wrapper {
	 background: #fff;
	 padding: 40px;
	 min-height: 540px;
}
 .em-box > .vc_column-inner > .wpb_wrapper h3 {
	 color: #71b7e6;
}
 .home-connect-box {
	 z-index: 9;
}
 .home-connect-box .em-box {
	 text-align: center;
	 opacity: 0;
}
 .home-connect-box .em-box > .vc_column-inner > .wpb_wrapper {
	 min-height: 670px;
}
 .home-connect-box img {
	 max-width: 65% !important;
	 border-radius: 50%;
}
 .home-connect-box .em-btn {
	 position: absolute;
	 bottom: 60px;
	 left: 50%;
	 transform: translateX(-50%);
	 right: 0;
	 width: 100%;
}
 .em-white-stripe h2 {
	 color: #86898c;
}
 .em-white p {
	 color: #fff;
}
 .em-carrer-profile {
	 padding-left: 5%;
	 color: #fff;
}
 .em-carrer-profile a {
	 color: #9ad6ff;
	 border-bottom: 2px solid;
	 font-size: 20px;
	 letter-spacing: 2px;
}
 .em-carrer-profile .em-name {
	 font-size: 20px;
	 letter-spacing: 2px;
}
 .em-carrer-profile .em-name h4 {
	 font-size: 50px;
	 line-height: 1.1;
	 color: #fff;
	 font-weight: 200;
	 font-family: 'Work Sans';
	 margin-bottom: 20px;
}
 .em-carrer-profile .em-text {
	 line-height: 2.4;
}
 .em-carrer-profile:before {
	 background: linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
 .tick {
	 font-size: 50px;
}
 @media (max-width: 1440px) {
	 .tick {
		 font-size: 41px !important;
	}
}
 .eggs-hide, #site-navigation .tm-header-text-area {
	 display: none !important;
}
 .tm-header-text-area {
	 position: absolute !important;
	 right: 0;
	 margin-right: 20px;
}
 .em-title-wave-top-white:before {
	 width: 2560px;
	 height: 640px;
	 position: absolute;
	 transform: translateX(-50%);
	 left: 50%;
	 background: url('https://eggs.support/connect/wp-content/uploads/2021/02/connect-wave-white-big.png');
	 background-size: contain !important;
	 top: -150px;
}
 .em-title-wave-bot-blue:before {
	 content: "" !important;
	 width: 2560px;
	 height: 640px;
	 position: absolute;
	 transform: translateX(-50%);
	 left: 50%;
	 background: url('https://eggs.support/connect/wp-content/uploads/2021/03/connect-wave-blue-big-down.png');
	 background-size: contain;
	 bottom: -260px;
}
 .em-cl-2 > .vc_column-inner > .wpb_wrapper {
	 padding: 100px;
}
 .em-inner-support {
	 padding: 0 20px;
}
 .em-inner-support h4 {
	 color: #71b7e6;
}
 .em-contact .em-title {
	 background: #fff;
	 padding-top: 80px;
}
 .em-contact .em-title h1 {
	 color: #71b7e6;
}
 .em-contact .em-title p {
	 color: #074883;
}
 .em-contact .em-head2 p {
	 max-width: 500px;
	 margin: auto;
}
 .em-contact .em-form {
	 padding-bottom: 80px;
}
 label {
	 font-weight: 500 !important;
}
 .quform-input-1_12 span {
	 font-size: 16px;
}
 .select2-results__option {
	 font-size: 16px !important;
}
 .quform-spacer {
	 padding-top: 30px;
}
 .em-socials {
	 display: flex;
}
 .em-socials .post-share__tool {
	 width: 46px;
	 height: 46px;
	 line-height: 46px;
	 font-size: 20px;
	 margin-right: 18px;
	 margin-bottom: 18px;
	 display: block;
	 color: #fff !important;
	 text-align: center;
	 text-decoration: none !important;
	 border-bottom: unset !important;
}
 .em-socials .post-share__tool span {
	 transition: all 0.25s ease-in-out;
	 display: block;
	 width: 46px;
	 height: 46px;
	 line-height: 46px;
}
 .em-socials .post-share__tool span:hover {
	 line-height: 40px;
	 background: #71b7e6;
}
 .em-socials .post-share__tool--mail {
	 background: #9c7cb4;
}
 .em-socials .post-share__tool--linkedin {
	 background: #2d5288;
}
 .em-single-profile .em-name h4 {
	 font-family: "Work Sans", Tahoma, Geneva, sans-serif !important;
	 font-size: 20px;
	 letter-spacing: 2px;
	 font-weight: 400;
	 color: #686b6d !important;
	 text-transform: uppercase;
}
 .em-single-profile .em-name h1 {
	 font-size: 50px;
	 font-weight: 400;
	 font-family: 'Work Sans';
	 margin-bottom: 20px;
}
 .em-single-profile > .vc_column-inner {
	 padding: 100px !important;
}
 .em-single-profile .em-back-team a {
	 font-size: 15px;
	 color: #686b6d;
	 letter-spacing: 0;
	 font-weight: 400;
}
 #em-testimonials .themetechmount-box-content {
	 background: #074883 90 !important;
}
 #em-testimonials blockquote.themetechmount-testimonial-text {
	 text-align: left !important;
	 color: #fff !important;
	 font-size: 16px !important;
	 line-height: 1.7 !important;
	 font-style: normal !important;
	 padding: 0 12%;
}
 #em-testimonials .themetechmount-box-desc {
	 position: relative;
}
 #em-testimonials .themetechmount-box-desc:before {
	 font-size: 45px;
	 line-height: 45px;
	 top: 0;
	 left: 3%;
	 text-align: center;
	 position: absolute;
	 font-family: "tm-nutrico-icons";
	 content: "\e83f";
	 transform: rotate(180deg);
	 color: #fff;
}
 #em-testimonials .themetechmount-testimonial-box-view-style2 .themetechmount-post-item .themetechmount-box-content-inner:before {
	 content: "" !important;
}
 #em-testimonials h3.themetechmount-author-name {
	 font-family: 'Work Sans' !important;
	 color: #fff !important;
	 text-align: left;
	 padding-left: 17%;
}
 #em-testimonials h3.themetechmount-author-name:before {
	 content: "~ ";
}
 #em-testimonials h2 {
	 color: #074883;
	 margin-bottom: 40px !important;
}
 #em-testimonials .themetechmount-box-testimonial .themetechmount-box-footer {
	 font-size: 16px;
	 color: #fff a6;
	 position: absolute;
	 top: 0;
	 left: 50%;
	 background: #074883 cf;
	 display: block;
	 transform: translateX(-50%);
	 padding: 14px;
	 text-transform: uppercase;
}
 #em-testimonials .themetechmount-boxes-testimonial .themetechmount-testimonial-box-view-style2 .themetechmount-post-item .themetechmount-box-content-inner {
	 padding-top: 65px;
}
 #our-sponsors .tm-row-inner {
	 padding: 0 30px;
}
 .em-sponsors .wpb_single_image.wpb_content_element.vc_align_center {
	 margin: 0;
	 background: #fff;
	 padding: 20px;
	 min-height: 180px;
	 display: flex;
	 justify-content: center;
	 align-items: center;
}
 .em-pledge-bg {
	 padding: 60px;
}
 .em-pledge-bg .vc_column-inner {
	 padding: 30px 60px !important;
}
 .em-sponsors img {
	 transition: 0.3s;
}
 .em-sponsors img:hover {
	 transform: scale(1.05);
}
 label.quform-label-text {
	 text-transform: uppercase;
}
 .em-pledge-text p {
	 max-width: 840px;
	 margin: auto;
	 padding: 0 20px;
}
 .eggs-socials li {
	 padding: 0 15px 0 0 !important;
	 font-size: 30px;
}
 .eggs-socials li:last-child {
	 padding: 0 !important;
}
 .eggs-socials ul {
	 display: flex;
}
 .em-double-box .em-box > .vc_column-inner > .wpb_wrapper {
	 min-height: 736px;
}
 .em-hide {
	 display: none !important;
}

 path {
	 stroke-dasharray: 853.2;
	 stroke-dashoffset: 853.2;
	 animation: move 8s ease forwards;
}
 #em-o path {
	 stroke-dasharray: 153.2;
	 stroke-dashoffset: 153.2;
	 animation: move 8s ease forwards;
}
 #em-nova path {
	 stroke-dasharray: 153.2;
	 stroke-dashoffset: 153.2;
	 animation: move 2s ease forwards 2s;
}
/* path:nth-child(2) {
	 stroke-dasharray: 853.2;
	 stroke-dashoffset: 853.2;
	 animation: move 3s ease forwards 1s;
}
 */
 svg {
	 animation: fill 2s ease forwards 3s;
}
 @keyframes move {
	 to {
		 stroke-dashoffset: 0;
	}
}
 @keyframes fill {
	 from {
		 fill: transparent;
	}
	 to {
		 fill: #fff;
	}
}
 .em-down {
	 margin: auto;
	 position: absolute;
	 left: 0;
	 bottom: -170px;
	 right: 0;
	 display: block;
	 width: 55px;
}
 .em-down .chevron {
	 position: absolute;
	 width: 28px;
	 height: 8px;
	 opacity: 0;
	 transform: scale3d(0.5, 0.5, 0.5);
	 animation: move2 3s ease-out infinite;
}
 .em-down .chevron:first-child {
	 animation: move2 3s ease-out 1s infinite;
}
 .em-down .chevron:nth-child(2) {
	 animation: move2 3s ease-out 2s infinite;
}
 .em-down .chevron:before, .em-down .chevron:after {
	 content: ' ';
	 position: absolute;
	 top: 0;
	 height: 100%;
	 width: 51%;
	 background: #fff;
}
 .em-down .chevron:before {
	 left: 0;
	 transform: skew(0deg, 30deg);
}
 .em-down .chevron:after {
	 right: 0;
	 width: 50%;
	 transform: skew(0deg, -30deg);
}
 @keyframes move2 {
	 25% {
		 opacity: 1;
	}
	 33% {
		 opacity: 1;
		 transform: translateY(30px);
	}
	 67% {
		 opacity: 1;
		 transform: translateY(40px);
	}
	 100% {
		 opacity: 0;
		 transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
	}
}
 @keyframes pulse {
	 to {
		 opacity: 1;
	}
}
 .em-our-core-values {
	 background: #d4ece5;
	 border-top: 1px solid #c0e3d9;
	 border-left: 1px solid #c0e3d9;
	 border-right: 1px solid #c0e3d9;
}
 .em-our-core-values-title {
	 margin-top: 15px !important;
	 margin-bottom: 20px !important;
}
 .em-our-core-values-title h2 {
	 color: #808080;
}
 .em-score-values-icon-title p {
	 color: #7eb1e0;
	 font-weight: 600;
}
 .em-head-blue h2 {
	 color: #71b7e6;
	 font-size: 45px;
	 line-height: 1.2;
}
 .em-green-box, .em-green-box2 {
	 padding: 0 70px 70px;
}
 .em-green-box .wpb_column:first-child, .em-green-box2 .wpb_column:first-child {
	 background: #d4ece5;
}
 .em-green-box .wpb_column:nth-child(2), .em-green-box2 .wpb_column:nth-child(2) {
	 border-left: 1px solid #d4ece5;
	 border-bottom: 1px solid #d4ece5;
}
 .em-green-box .wpb_column:nth-child(3), .em-green-box2 .wpb_column:nth-child(3) {
	 border-bottom: 1px solid #d4ece5;
}
 .em-green-box .wpb_column:nth-child(4), .em-green-box2 .wpb_column:nth-child(4) {
	 border-right: 1px solid #d4ece5;
	 border-bottom: 1px solid #d4ece5;
}
 .em-green-box .em-title, .em-green-box2 .em-title {
	 background: unset;
	 padding: 20px 15px;
}
 .em-green-box .em-title h2, .em-green-box2 .em-title h2 {
	 color: #808080;
}
 .em-green-box .em-core-values-icon-title p, .em-green-box2 .em-core-values-icon-title p {
	 color: #7eb1e0;
	 font-weight: 600;
}
 .em-green-box2 .wpb_column:nth-child(3) {
	 border-right: 1px solid #d4ece5;
}
 div#bottom-footer-text:after {
	 content: "";
	 background: url(https://eggs.support/connect/wp-content/uploads/2021/04/connect-wave-footer-white.png);
	 display: block;
	 position: absolute;
	 bottom: 0px;
	 left: 0;
	 z-index: 1;
	 width: 100%;
	 height: 160px;
	 background-size: contain !important;
	 background-repeat: no-repeat !important;
}
 header#masthead {
	 z-index: 10;
}
 @media (min-width: 1400px) {
	 .container.tm-container-for-footer {
		 width: 1400px;
	}
}
 @media (max-width: 1350.99px) {
	 .em-heading1, .em-heading2, .em-heading3, .em-mask {
		 font-size: 31px;
	}
	 .themetechmount-boxes-testimonial .themetechmount-testimonial-box-view-style2 .themetechmount-post-item .themetechmount-box-content {
		 margin: 0 5px !important;
	}
	 .themetechmount-box-desc:before {
		 top: -50px !important;
		 z-index: 1;
	}
}
 @media (max-width: 1350px) and (min-width: 768px) {
	 .em-get-involved-wrapper {
		 width: 70% !important;
		 margin: auto;
	}
	 #em-testimonials blockquote.themetechmount-testimonial-text {
		 padding: 0;
	}
}
 @media (max-width: 1199.99px) {
	 .container.tm-container-for-footer #text-4 {
		 padding-top: 0px;
	}
	 h3.em-friend-footer {
		 margin-top: 30px;
	}
	 .home #page #masthead #site-header {
		 background-color: transparent !important;
	}
	 .home #page #masthead #site-header h1.site-title {
		 display: none;
	}
	 ul.mega-sub-menu {
		 display: none !important;
	}
	 .mega-menu-toggle-animated-block {
		 padding-top: 9px;
	}
	 #site-header-menu {
		 position: initial;
         top: 5px;
         right: 0px;
	}
	 .mega-menu-toggle, ul#mega-menu-themetechmount-main-menu {
		 background: #1a2227 !important;
	}
	 #home-header .vc_col-sm-3:first-child {
		 display: none;
	}
	 #home-header .vc_col-sm-6 {
		 width: 100%;
		 padding: 0 10%;
	}
	 #home-header .vc_col-sm-3:last-child {
		 position: absolute;
		 right: 0;
		 top: 0;
	}
	 footer .col-lg-4, footer .col-md-4, footer .col-sm-4 {
		 width: 100% !important;
		 text-align: center;
	}
	 footer .container.tm-container-for-footer #text-4 {
		 padding-left: unset !important;
	}
	 footer .eggs-socials {
		 justify-content: center;
		 display: flex;
	}
}
 .em-mobile-on {
	 display: none !important;
}
 @media (max-width: 768px) {
	 .vc_column_container > .vc_column-inner {
		 padding-left: 20px !important;
		 padding-right: 20px !important;
	}
	 
	 .page-id-2069 .vc_column_container > .vc_column-inner {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
	 .site-footer-w {
		 padding: 0 5px !important;
	}
	 .em-200, .em-150 {
		 height: 120px !important;
	}
	 .home-connect-box .em-box {
		 margin-bottom: 20px;
	}
	 .em-pledge-bg {
		 padding: 40px;
	}
	 .your-support-in {
		 padding: 0 20px;
	}
	 .em-mobile-off {
		 display: none !important;
	}
	 .em-mobile-on {
		 display: block !important;
	}
	 .em-down {
		 bottom: -58px;
	}
	 .em-home-mobile {
		 text-align: center;
	}
	 .em-home-mobile h3 {
		 display: inline;
		 color: #fff;
	}
	 .em-main-color-stripe {
		 padding: 0 20px;
	}
	 .em-300 {
		 height: 100px !important;
	}
	 .container.tm-container-for-footer .widget_text, .container.tm-container-for-footer .textwidget {
		 text-align: center;
	}
	 .container.tm-container-for-footer #text-4 {
		 padding-left: unset;
	}
	 .container.tm-container-for-footer .eggs-socials ul {
		 justify-content: center;
		 margin-top: 30px;
	}
	 .tm-footer2-right, .tm-footer2-left {
		 text-align: center !important;
	}
	 .tm-footer2-right {
		 padding-top: 0 !important;
	}
	 .em-green-box, .em-green-box2 {
		 padding: 0 30px 70px;
	}
	 .em-green-box .wpb_column, .em-green-box2 .wpb_column {
		 border-top: unset;
		 border-bottom: unset !important;
	}
	 .em-green-box .wpb_column:nth-child(2), .em-green-box2 .wpb_column:nth-child(2) {
		 border-left: 1px solid #d4ece5;
		 border-right: 1px solid #d4ece5;
	}
	 .em-green-box .wpb_column:nth-child(3), .em-green-box2 .wpb_column:nth-child(3) {
		 border-left: 1px solid #d4ece5;
		 border-right: 1px solid #d4ece5;
	}
	 .em-green-box .wpb_column:nth-child(4), .em-green-box2 .wpb_column:nth-child(4) {
		 border-left: 1px solid #d4ece5;
		 border-right: 1px solid #d4ece5;
		 border-bottom: 1px solid #d4ece5 !important;
	}
}
 .em-green-box2 .wpb_column:nth-child(3) {
	 border-bottom: 1px solid #d4ece5 !important;
}
 @media (max-width: 575px) {
	 div#bottom-footer-text:after {
		 bottom: 30px;
		 left: unset;
		 width: 600px;
		 height: 140px;
		 right: -250px;
	}
	 .em-reserved {
		 display: block;
	}
	 #our-people {
		 background-position-x: 58% !important;
	}
	 .em-home-mobile h3 {
		 font-size: 26px;
	}
	 #em-home-wave-top {
		 width: 1500px !important;
	}
	 .em-main-color-stripe {
		 padding: 0;
	}
}
 #em-home-wave-top {
	 position: absolute;
	 top: -190px !important;
	 right: -410px;
	 content: '';
	 width: 2360px;
	 display: inline-block;
	 background-repeat: no-repeat;
	 background-size: contain;
	 transform: rotate(175deg);
}
 .slick-slide img {
	 max-width: 100%;
}
 h2.h1 {
	 font-size: 45px;
	 font-weight: 300;
}
 .css-center {
	 position: relative;
}
 .css-center__content {
	 position: absolute !important;
	 top: 50%;
	 left: 50%;
	 width: 100%;
	 -webkit-transform: translate(-50%, -50%);
	 -moz-transform: translate(-50%, -50%);
	 -ms-transform: translate(-50%, -50%);
	 -o-transform: translate(-50%, -50%);
	 transform: translate(-50%, -50%);
}
 .small-title {
	 font-size: 14px;
	 font-size: calculate-rem(14px);
	 line-height: 16px;
	 line-height: calculate-rem(16px);
	 display: block;
	 text-transform: uppercase;
	 color: #fff;
	 font-family: "Work Sans";
	 margin-bottom: 25px;
	 letter-spacing: 2px;
	 font-weight: 500;
}
 .small-title--larger {
	 font-size: 15px;
	 font-size: calculate-rem(15px);
	 line-height: 17px;
	 line-height: calculate-rem(17px);
}
 .small-title--smaller {
	 font-size: 12px;
	 font-size: calculate-rem(12px);
}
 .small-title--large-margin {
	 margin-bottom: 45px;
}
 @media only screen and (max-width: 480px) {
	 .small-title {
		 font-size: 10px;
		 font-size: calculate-rem(10px);
		 line-height: 12px;
		 line-height: calculate-rem(12px);
	}
}
/*******************************************************************************/
/* TEAM 
/*******************************************************************************/
 .team__slider__slide {
	 background-size: cover;
	 background-position: top center;
}
 @media only screen and (max-width: 480px) {
	 .team__slider__slide {
		 padding: 270px 0 30px 0;
		 background-color: #fff;
		 background-position: top center;
		 background-size: auto 240px;
		 background-repeat: no-repeat;
	}
}
 .team__slider__slide__content {
	 max-width: 450px;
	 color: #fff;
	 padding-left: 10px;
}
 @media only screen and (max-width: 480px) {
	 .team__slider__slide__content {
		 color: #525252;
	}
}
 .team__slider__slide__content .small-title {
	 color: #fff;
}
 @media only screen and (max-width: 480px) {
	 .team__slider__slide__content .small-title {
		 color: #999;
	}
}
 .team__slider__slide__content .h1 {
	 margin: 0 0 8px 0;
}
 @media only screen and (max-width: 480px) {
	 .team__slider__slide__content .h1 {
		 font-size: 32.5px;
		 font-size: calculate-rem(32.5px);
		 line-height: 42.5px;
		 line-height: calculate-rem(42.5px);
	}
}
 .team__slider__slide__content p {
	 font-size: 15px;
	 font-size: calculate-rem(15px);
	 line-height: 30px;
	 line-height: calculate-rem(30px);
	 margin-bottom: 10px;
}
 .team__slider__slide__content a.small-title {
	 color: #7fb2e1;
	 margin: 16px 0 0 0;
	 padding: 0 0 2px 0;
	 border-bottom: solid 3px #7fb2e1;
	 display: inline-block;
	 *display: inline;
	 zoom: 1;
	 text-decoration: none !important;
}
 .team__slider__slide__content a.small-title:hover {
	 color: #fff;
	 border-color: #fff;
}
 .team__nav {
	 padding: 20px 20px 135px 20px;
	 background: #fff;
	 position: relative;
	 z-index: 1;
}
 @media only screen and (min-width: 1024px) {
	 .team__nav.center .slick-track {
		 left: auto !important;
		 margin: 0 auto !important;
	}
}
 @media only screen and (max-width: 768px) {
	 .team__nav {
		 padding: 20px 20px 135px 20px;
	}
	 .team__nav .slick-prev {
		 left: -35px !important;
	}
	 .team__nav .slick-next {
		 right: -35px !important;
	}
}
 .team__nav__slider {
	 margin: 0 -20px;
}
 .team__nav__slider__slide__inner {
	 padding: 0 10px 3px 10px;
	 opacity: 0.5;
	 filter: alpha(opacity=50);
	 -webkit-transition: all 0.25s ease-in-out;
	 -moz-transition: all 0.25s ease-in-out;
	 -ms-transition: all 0.25s ease-in-out;
	 -o-transition: all 0.25s ease-in-out;
	 transition: all 0.25s ease-in-out;
	 cursor: pointer;
}
 .slick-current .team__nav__slider__slide__inner, .service-team-intro .team__nav__slider__slide__inner {
	 opacity: 1;
	 filter: alpha(opacity=100);
}
 .team__nav__slider__slide__inner h3 {
	 font-weight: 100;
	 font-size: 18px;
	 font-size: calculate-rem(18px);
	 line-height: 24px;
	 line-height: calculate-rem(24px);
	 margin: 8px 0 4px 0;
}
 .team__nav__slider__slide__inner h4 {
	 font-size: 11px;
	 font-size: calculate-rem(11px);
	 line-height: 13px;
	 line-height: calculate-rem(13px);
	 margin-bottom: 10px;
}
 .team__nav__slider__slide__inner a {
	 color: #7fb2e1;
	 text-transform: uppercase;
	 border-bottom: solid 2px #7fb2e1;
	 font-family: Proxima;
	 letter-spacing: 2px;
	 font-weight: bold;
	 font-size: 11px;
	 font-size: calculate-rem(11px);
	 padding-bottom: 2px;
}
 .team__nav__slider__slide__inner a:hover {
	 color: #000;
	 border-color: #000;
}
/*******************************************************************************/
/* POST SHARE 
/*******************************************************************************/
 .post-share {
	 margin-top: 38px;
}
 .site-footer__site-info__links__social .post-share {
	 margin-top: 0;
}
 .person-profile .post-share, .team__slider__slide .post-share {
	 margin: 32px 0;
}
 .post-share__title {
	 color: #999;
	 font-size: 13px;
	 font-size: calculate-rem(13px);
	 line-height: 13px;
	 line-height: calculate-rem(13px);
	 display: block;
	 font-weight: 400;
	 font-family: Proxima;
	 text-transform: uppercase;
	 letter-spacing: 2px;
	 margin-bottom: 20px;
}
 .post-share__tool {
	 width: 36px;
	 height: 36px;
	 line-height: 36px;
	 font-size: 20px;
	 float: left;
	 margin-right: 18px;
	 margin-bottom: 18px;
	 display: block;
	 color: #fff !important;
	 text-align: center;
	 text-decoration: none !important;
}
 @media only screen and (max-width: 375px) {
	 .post-share__tool {
		 margin-right: 9px;
	}
}
 .site-footer__site-info__links__social .post-share__tool {
	 font-size: 18px;
}
 @media only screen and (max-width: 768px) {
	 .site-footer__site-info__links__social .post-share__tool {
		 margin-right: 9px;
	}
}
 .post-share__tool span {
	 -webkit-transition: all 0.25s ease-in-out;
	 -moz-transition: all 0.25s ease-in-out;
	 -ms-transition: all 0.25s ease-in-out;
	 -o-transition: all 0.25s ease-in-out;
	 transition: all 0.25s ease-in-out;
	 display: block;
	 width: 36px;
	 height: 36px;
	 line-height: 36px;
}
 .post-share__tool:hover span {
	 -webkit-transform: translate(0, -2px);
	 -moz-transform: translate(0, -2px);
	 -ms-transform: translate(0, -2px);
	 -o-transform: translate(0, -2px);
	 transform: translate(0, -2px);
}
 .post-share__tool--facebook {
	 background: #37589a;
}
 .post-share__tool--facebook:hover {
	 background: #233862;
}
 .post-share__tool--twitter {
	 background: #2aa9e0;
}
 .post-share__tool--twitter:hover {
	 background: #187ba5;
}
 .post-share__tool--google-plus {
	 background: #db5442;
}
 .post-share__tool--google-plus:hover {
	 background: #af3221;
}
 .post-share__tool--linkedin {
	 background: #066c9a;
}
 .post-share__tool--linkedin:hover {
	 background: #033850;
}
 .post-share__tool--mail {
	 background: #9c7cb4;
}
 .post-share__tool--mail span {
	 font-size: 14px;
}
 .post-share__tool--mail:hover {
	 background: #765391;
}
/*******************************************************************************/
/* SLICK CAROUSELS 
/*******************************************************************************/
 #team-members-slider {
	 max-width: 1900px;
	 margin: 0 auto;
	 padding: 0px !important;
}
 #team-members-slider .slick-slide {
	 min-height: 395px !important;
}
 @media only screen and (min-width: 480px) {
	 #team-members-slider .slick-slide {
		 position: relative;
	}
	 #team-members-slider .slick-slide .shadow {
		 position: absolute;
		 top: 0;
		 left: 0;
		 bottom: 0;
		 width: 60%;
		 height: 100%;
		 z-index: 0;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.54+0,0+100 */
		 background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
		/* FF3.6-15 */
		 background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
		/* Chrome10-25,Safari5.1-6 */
		 background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8a000000', endColorstr='#00000000',GradientType=1);
		/* IE6-9 */
	}
}
 @media only screen and (min-width: 900px) {
	 #team-members-slider .slick-slide {
		 min-height: 550px !important;
	}
}
 @media only screen and (min-width: 1160px) {
	 #team-members-slider .slick-slide {
		 min-height: 705px !important;
	}
}
 #team-members-slider .slick-slide .container {
	 position: relative;
	 top: 50%;
	 -webkit-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	 transform: translateY(-50%);
	 z-index: 1;
}
 #team-members-slider .slick-slide .container article {
	 padding: 50px 0;
}
 .slick {
	 margin: 0;
}
 .slick .slick-dots {
	 height: 14px;
	 bottom: -65px;
}
 .slick .slick-dots li {
	 width: 14px;
	 height: 14px;
	 margin: 0 10px;
}
 .slick .slick-dots li button {
	 width: 14px;
	 height: 14px;
	 display: block;
	 padding: 0;
	 border-radius: 150px;
	 background: none;
	 border: solid 1px #cdcdcd;
	 -webkit-transition: all 0.25s ease-in-out;
	 -moz-transition: all 0.25s ease-in-out;
	 -ms-transition: all 0.25s ease-in-out;
	 -o-transition: all 0.25s ease-in-out;
	 transition: all 0.25s ease-in-out;
}
 .slick .slick-dots li button:before {
	 content: '';
	 width: 6px;
	 height: 6px;
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 margin-top: -3px;
	 margin-left: -3px;
	 border-radius: 150px;
	 background: #7fb2e1;
	 opacity: 0;
	 filter: alpha(opacity=0);
	 -webkit-transition: all 0.25s ease-in-out;
	 -moz-transition: all 0.25s ease-in-out;
	 -ms-transition: all 0.25s ease-in-out;
	 -o-transition: all 0.25s ease-in-out;
	 transition: all 0.25s ease-in-out;
}
 .slick .slick-dots li:hover > button, .slick .slick-dots li.slick-active > button {
	 border-color: #7fb2e1;
}
 .slick .slick-dots li.slick-active > button:before {
	 opacity: 1;
	 filter: alpha(opacity=100);
}
 .slick .slick-arrow {
	 width: 20px;
	 height: 35px;
	 margin-top: -17px;
	 background-repeat: no-repeat;
	 background-position: 0 0;
	 background-image: url('/images/slider-arrow-sprite.png');
	 -webkit-transform: none;
	 -moz-transform: none;
	 -ms-transform: none;
	 -o-transform: none;
	 transform: none;
	 -webkit-transition: none 0.25s ease-in-out;
	 -moz-transition: none 0.25s ease-in-out;
	 -ms-transition: none 0.25s ease-in-out;
	 -o-transition: none 0.25s ease-in-out;
	 transition: none 0.25s ease-in-out;
}
 .slick .slick-arrow:before {
	 display: none;
}
 .slick .slick-arrow.slick-prev {
	 left: -50px;
}
 @media only screen and (max-width: 768px) {
	 .slick .slick-arrow.slick-prev {
		 left: 0;
	}
}
 .slick .slick-arrow.slick-prev:hover {
	 background-position: 0 -35px;
}
 .slick .slick-arrow.slick-next {
	 right: -50px;
	 background-position: -20px 0;
}
 @media only screen and (max-width: 768px) {
	 .slick .slick-arrow.slick-next {
		 right: 0;
	}
}
 .slick .slick-arrow.slick-next:hover {
	 background-position: -20px -35px;
}
 .slick.success-stories .slick-arrow {
	 margin-top: -13px;
	 z-index: 500;
	 top: 300px;
}
 @media only screen and (max-width: 1240px) {
	 .slick.success-stories .slick-arrow {
		 top: 160px;
	}
}
 .slick.success-stories .slick-arrow.slick-prev {
	 left: 25px;
}
 @media only screen and (max-width: 768px) {
	 .slick.success-stories .slick-arrow.slick-prev {
		 left: 25px;
	}
}
 @media only screen and (max-width: 680px) {
	 .slick.success-stories .slick-arrow.slick-prev {
		 left: 16px;
	}
}
 .slick.success-stories .slick-arrow.slick-next {
	 right: 25px;
}
 @media only screen and (max-width: 768px) {
	 .slick.success-stories .slick-arrow.slick-next {
		 right: 25px;
	}
}
 @media only screen and (max-width: 680px) {
	 .slick.success-stories .slick-arrow.slick-next {
		 right: 16px;
	}
}
 .slick.slider-panel .slick-slide .introduction, .slick.slider-panel .introduction.slick-slide {
	 background-attachment: fixed;
	 position: inherit;
	 -webkit-backface-visibility: hidden;
	 backface-visibility: hidden;
	 z-index: 0;
	 -webkit-transform: translate3d(0, 0, 0);
	 -moz-transform: translate3d(0, 0, 0);
	 -ms-transform: translate3d(0, 0, 0);
	 -o-transform: translate3d(0, 0, 0);
	 transform: translate3d(0, 0, 0);
}
 .touchevents .slick.slider-panel .slick-slide .introduction, .touchevents .slick.slider-panel .introduction.slick-slide {
	 background-attachment: initial;
}
 .slick.slider-panel .slick-dots {
	 bottom: 50px;
}
 .slick.slider-panel .slick-dots li button {
	 border: solid 1px #fff;
}
 .slick.slider-panel .slick-dots li button:before {
	 background: #fff;
}
 .slick.slider-panel .slick-dots li:hover > button, .slick.slider-panel .slick-dots li.slick-active > button {
	 border-color: #fff;
}
 .slick.slider-panel .slick-arrow {
	 z-index: 500;
}
 .slick.slider-panel .slick-arrow.slick-prev {
	 left: 50px;
}
 @media only screen and (max-width: 768px) {
	 .slick.slider-panel .slick-arrow.slick-prev {
		 left: 25px;
	}
}
 @media only screen and (max-width: 480px) {
	 .slick.slider-panel .slick-arrow.slick-prev {
		 left: 8px;
	}
}
 .slick.slider-panel .slick-arrow.slick-next {
	 right: 50px;
}
 @media only screen and (max-width: 768px) {
	 .slick.slider-panel .slick-arrow.slick-next {
		 right: 25px;
	}
}
 @media only screen and (max-width: 480px) {
	 .slick.slider-panel .slick-arrow.slick-next {
		 right: 8px;
	}
}
 .single-post .tm-titlebar-wrapper {
	 display: none;
}
 .single-post div#site-header {
	 background-color: rgba(21, 21, 21, 0.29) !important;
}

/*October 2021 update */
 .em-white-bg.em-btn a:hover {
	 color: white !important;
}
 .em-annual-inner {
	 background: #0063a7;
	 padding: 70px 50px 70px;
}
 .em-annual-inner .wpb_content_element {
	 margin: 0;
}
 .em-annual-inner .em-left, .em-annual-inner .em-right {
	 background-color: white;
	 padding: 40px;
}
 .em-annual-inner .em-left {
	 padding-right: 0;
}
 .em-annual-inner .em-right {
	 padding-left: 20px;
}
 .em-annual-inner .em-white-bg.em-btn a {
	 padding: 20px 40px;
	 letter-spacing: 1px;
}
 @media (max-width: 767px) {
	 .em-annual-inner {
		 padding-left: 20px;
		 padding-right: 20px;
	}
	 .em-annual-inner .em-left, .em-annual-inner .em-right {
		 padding: unset;
	}
	 .em-annual-inner .em-left {
		 padding-top: 50px;
		 padding-bottom: 30px;
	}
	 .em-annual-inner .em-right {
		 padding-bottom: 70px;
	}
}
/* Single post blog */

 .single div#content-wrapper {
	 background: #dceef8;
	 background-size: cover;
	 padding-top: 80px;
}

 .single article {
	 box-shadow: unset !important;
}
.em-blog-single-content {
    padding: 50px 100px;
}

 .single .em-post-details-wrapper {
	 display: flex;
	 justify-content: space-between;
	 margin-bottom: 0px;
	 align-items: center;
	 margin-top: 10px;
}
 .single .post-date h3, .single .post-date p {
	 display: block;
	 text-transform: uppercase;
	 font-family: "Work Sans";
	 margin-bottom: 0;
	 letter-spacing: 1px;
	 font-weight: 500;
	 font-size: 16px;
	 color: #686b6d;
	 line-height: 1.1;
}
 .single .post-date p {
	 color: #9fa3a7;
	 margin-top: 8px;
	 letter-spacing: 0;
}
 .single header .norm_row.sfsi_wDiv {
	 text-align: right !important;
}
 .single .tm-box-post-date {
	 display: none !important;
}
 .themetechmount-sidebar-true:not(.tm-empty-sidebar).themetechmount-sidebar-right .site-content-inner:before, .themetechmount-sidebar-true:not(.tm-empty-sidebar).themetechmount-sidebar-left .site-content-inner:before {
	 display: none !important;
	 background: unset !important;
}
 .single .tm-blog-classic-box-content {
	 padding: 0 !important;
	 margin-top: 40px !important;
}
 .single .tm-entry-meta-wrapper {
	 display: none;
}
 .single h1.entry-title {
	 line-height: 1.2 !important;
	 margin-bottom: 50px !important;
}
 .single .em-blog-post {
	 margin-bottom: 40px;
}
 .single .em-excerpt {
	 font-size: 14px;
	 line-height: 1.3;
}
 .single h3.em-related-articles, .single .em-back-centre {
	 font-family: 'Work Sans';
	 font-size: 17px;
	 font-weight: 500;
	 margin-top: 25px;
     margin-bottom: 10px;
	 text-decoration: none;
}
 @media (max-width: 1199px) {
	 .single h3.em-related-articles, .single .em-back-centre {
		 font-size: 16px;
	}
}
 .single a.em-back-centre {
	 position: relative;
	 padding-left: 40px;
	 display: inline-block;
	 margin: 0;
	 transition: 0.3s;
     padding: 10px 0px;
     width: 100%;
}
 .single a.em-back-centre:hover {
	 color: #489ed7;
}
 .single a.em-back-centre:hover span {
	 background: #489ed7;
}
 .single a.em-back-centre span {
	 transition: 0.3s;
     color: white;
	 background: #71b7e6;
	 text-align: center;
	 position: absolute;
	 top: 10px;
	 left: 0;
	 height: 100%;
	 width: 45px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 font-size: 20px;
}
 .single .em-single-tablet, .single .em-single-desktop, .single .em-single-mobile {
	 display: none;
}
 @media (min-width: 1200px) {
	 .single .em-single-desktop {
		 display: block;
	}
}
 @media (min-width: 768px) and (max-width: 1199px) {
	 .single .em-single-tablet {
		 display: block;
	}
}
 @media (max-width: 767px) {
	 .single .em-single-mobile {
		 display: block;
	}
}
 @media (max-width: 991px) {
	 .single #sidebar-right {
		 text-align: center;
	}
}
 .single .tm-post-prev-next-buttons a {
	 background: unset !important;
	 color: #71b7e6 !important;
}
 .page-template-blog div#em-partners {
	 margin: auto;
	 padding: 70px 0px 35px;
}
 .about-us-team-inner > .vc_column-inner {
	 position: relative;
}
 .about-us-team-inner > .vc_column-inner > .wpb_wrapper:before {
	 content: '';
	 width: 100%;
	 height: 100%;
	 background: #7fb2e1;
	 position: absolute;
	 transition: all 0.4s ease-in-out;
	 z-index: 1;
	 opacity: 0;
}
 .about-us-team-inner-html {
	 position: absolute;
	 z-index: 2;
	 top: 50%;
	 left: 0;
	 right: 0;
	 transform: translateY(-50%);
	 padding-left: 15px;
	 color: white;
	 opacity: 0;
}
 .about-us-team-inner-html h3 {
	 color: white;
	 margin-bottom: 0px;
	 font-size: 25px;
}
 .about-us-team-inner-html a {
	 border: 1px solid white;
	 padding: 5px 8px;
	 font-size: 16px;
}
 .about-us-team-inner-html a:hover {
	 color: white;
	 opacity: 0.7;
}
 .about-us-team-inner > .vc_column-inner > .wpb_wrapper:hover:before {
	 opacity: 1;
}
 .about-us-team-inner > .vc_column-inner > .wpb_wrapper:hover .about-us-team-inner-html {
	 opacity: 1;
	 transition: all 0.4s ease-in-out;
}
 .our-team-left-text p {
	 color: #3d5756;
	 font-weight: bold;
}

.tm-featured-outer-wrapper.tm-post-featured-outer-wrapper {
    border: 1px solid #d9d5d5;
}

.page-template-blog div#em-partners {
    margin: auto;
    padding: 70px 0px 35px;
}

.page-template-about-us-profile section#person-profile {
    background: #e0dfde;
}

.person-profile {
    padding: 0px;
}

.page-template-blog h2.em-post-title a {
    color: #000;
    font-size: 25px;
    font-family: 'Barlow Bold New' !important;
}

.page-template-news div#em-partners {
    margin: auto;
    padding: 70px 0px 35px;
}

.page-template-news h2.em-post-title a {
    color: #000;
    font-size: 25px;
    font-family: 'Barlow Bold New' !important;
}

.single-post h1.entry-title a {
    font-family: 'Barlow Bold New' !important;
}

section.em-recently-published > .row {
  width: 100% !important;
  margin: 0 auto !important;
}

.single-post a {
    color: #326193;
    text-decoration: underline;
	transition: all .4s ease-in-out;
}

.single-post a:hover {
	opacity: 0.7;
}

p.em-welcome-blog {
    margin-top: 20px;
    margin-bottom: 30px;
}

section.featured-articles {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #A0D2EF;
}

.em-blog-wrapper {
  padding: 0 !important; 
}
.em-padding-custom {
    padding: 0 80px 80px 80px;
}
.em-blog-wrapper h1 {
    font-size: 62px;
    color: #61b3e4;
    line-height: 67px;
    text-align: center;
	padding-top: 80px;
    padding-bottom: 40px;
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .page-template-blog div#em-partners {
    margin: 0 !important;
  }
	
	  .page-template-news div#em-partners {
    margin: 0 !important;
  }
	
	div#em-partners .vc_col-sm-2 {
    	width: 30%;
	}
	div#em-partners .vc_col-sm-10 {
		width: 70%;
	}
}

/* RESPONSIVE */

@media (min-width: 767px) and (max-width: 1023px) {
  div#em-partners .vc_col-sm-2 {
    width: 35%;
}
div#em-partners .vc_col-sm-10 {
    width: 65%;
}
  .category div#em-partners {
    margin: 100px auto 0 !important;
  }
  .category div#em-partners, .page-template-blog div#em-partners, .category div#em-partners,
	.page-template-news div#em-partners, .category div#em-partners{
    margin: auto !important;
    padding: 70px 0px 35px !important;
    
}

  .category .col-lg-4 {
    width: 47%;
    margin-left: 1.5%;
    margin-right: 1.5%;
}
  .em-blog-post article .em-blog-content {
    height: 470px;
}
 section.em-recently-published .col-md-4 {
    width: 50%;
    float: left;
}
  .em-category-wrapper {
    margin-bottom: 20px;
}
  .em-category-wrapper li.title::after {
    position: relative !important;
  }
  .em-category-wrapper {
    display: flex;
    flex-direction: column;
}
  .em-category-wrapper li.title {
    padding: 5px 0 !important;
}
}

@media screen and (max-width: 767px) {
.category div#em-partners {
    padding: 70px 0 15px !important;
}
  .category .col-lg-4 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
  aside#sidebar-right h3 {
    display: none;
}
  a.page-numbers {
    margin: 3px !important;
}
  .em-category-wrapper {
    margin-bottom: 20px;
}
  .em-category-wrapper li.title::after {
    position: relative !important;
  }
  .em-category-wrapper {
    display: flex;
    flex-direction: column;
}
  .em-category-wrapper li.title {
    padding: 5px 0 !important;
}
  section.em-recently-published .col-md-4 {
    width: 100%;
    float: left;
}
  .em-blog-wrapper {
    max-width: 1300px;
    margin: auto;
    background-color: white;
    padding: 30px;
}
.em-padding-custom {
    padding: 0 15px 50px 15px !important;
}
  article .col-md-12:nth-child(1) {
    height: auto !important;
}
  .slick-prev {
    left: -10px !important;
}
  .slick-next {
    right: 0px !important;
}
  .em-blog-wrapper {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  
}

/* RESPONSIVE */ 




/* BLOG CATEGORY CSS */

.blog-search {
    margin-bottom: 50px;
}

.em-category-wrapper {
    display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.em-category-wrapper li {
    list-style: none !important;
}

ul.em-sub-blog-menu {
    display: none;
}

.em-category-wrapper li.title {
    padding: 0 20px;
}

ul.em-sub-blog-menu {
    background: white;
    padding: 25px 30px;
    position: absolute;
    z-index: 999999;
}

.em-category-wrapper li.title::after {
       content: '\f347';
    font-family: dashicons;
    font-weight: normal;
    display: inline-block;
    margin: 0 0 0 6px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0);
    color: #64b4e2;
    position: absolute;
    background: transparent;
    height: auto;
    width: auto;
    right: auto;
    line-height: inherit;
}

li.title {
  text-transform: uppercase !important;
}

p.em-browse-advice {
    font-size: 16px !important;
    font-weight: 500;
    color: #71b7e6;
	margin-bottom: 0px;
}
.em-category-wrapper li.title {
    font-size: 16px !important;
  	font-weight: 500;
}

.em-category-wrapper li a  {
    color: #61b3e4;
	transition: all .4s ease-in-out;
}

.em-category-wrapper li a:hover  {
    opacity: .6;
}

.em-blog-wrapper .search-field {
    background-color: white!important;
}

ul.em-sub-blog-menu {
    box-shadow: 0px 0px 5px 0px #00000038;
}

.em-blog-more-category ul {
	margin: 0;
}
/* BLOG CATEGORY CSS */ 


.page-template-about-us-profile .tm-titlebar-wrapper.tm-bg.tm-bgcolor-custom.tm-titlebar-align-default.tm-textcolor-white.tm-bgimage-yes.tm-breadcrumb-bgcolor-custom {
    display: none;
}

.page-template-about-us-profile .site-header-main.container-fullwide {
    padding-left: 30px;
    padding-right: 0px;
    background: #71b7e6;
}


.single-post h1.entry-title a {
    font-family: 'Barlow Bold New' !important;
    font-weight: 600;
}

aside#sidebar-right h2.em-post-title a {
    font-family: 'Barlow Bold New';
    font-weight: 600;
}

@media screen and (max-width: 767px) {
  .single-post h1.entry-title a {
    font-family: 'Barlow Bold New' !important;
    font-weight: 600;
    letter-spacing: -1px !important;
}
  .single-post h1.entry-title a {
    font-family: 'Barlow Bold New' !important;
    font-weight: 600;
}

aside#sidebar-right h2.em-post-title a {
    font-family: 'Barlow Bold New';
    font-weight: 600;
}
}

/* OUR SERVICES */ 


div#em-services-list ul li::marker {
    font-size: 25px;
    color: #71b7e6;
    font-weight: 400 !important;
    content: 'o ';
}

.flex-row ul {
    width: 50%;
}

.flex-row  {
    padding: 0 50px;
  display: flex;
}
div#em-services-list ul li {
    font-size: 18px;
    color: #71b7e6;
    font-weight: 500;
    margin: 15px 0;
}



/* OUR SERVICES */

.single-post h1.entry-title a {
    font-family: 'Barlow Bold New' !important;
    font-weight: 600;
    letter-spacing: -1px;
}

.single-post .entry-content h2 {
    font-family: "Open Sans Condensed",Arial,Helvetica,sans-serif !important;
    font-weight: 700 !important;
    font-size: 37px !important;
    line-height: 1.2 !important;
}


#em-box-row {
	padding-top: 20% !important;
}

.last-box-border {
    border-right: 1px solid #d4ece5;
}

.em-green-box-new .vc_col-sm-6 {
	padding-left: 10px;
	padding-right: 10px;
}

.tm-row-inner.vc_row.wpb_row.vc_inner.vc_row-fluid.em-green-box.em-green-box-new.vc_row-has-fill.vc_row-o-equal-height.vc_row-flex.tm-zindex-0 {
    padding-bottom: 0;
}

.page-id-1191 main#main {
    padding-bottom: 0 !important;
}

.page-id-1191 .dk-select-options-highlight {
    display: none;
}

.page-id-1191 .dk-select.quform-field.quform-field-select {
    display: none;
}

p.em-form-blue-bg-heading {
    background: #71b7e6;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
}

.quform-input.quform-input-checkbox.quform-input-3_42.quform-cf .quform-options.quform-cf.quform-options-block.quform-options-simple {
    display: grid;
    grid-template-columns: 1fr 1fr !important;
}

.quform-input.quform-input-checkbox.quform-input-3_42.quform-cf .quform-options.quform-cf.quform-options-block.quform-options-simple > div:first-child {
    grid-column-start: 1;
}

/* .quform-input.quform-input-checkbox.quform-input-3_42.quform-cf .quform-options.quform-cf.quform-options-block.quform-options-simple label {
    color: #71b7e6;
} */

.em-hide {
	display:  none;
}

.em-get-involved-left-box {
	border-left: 1px solid #d4ece5; 
	border-bottom: 1px solid #d4ece5;
	border-right: 0 !important;
}

.em-get-involved-right-box {
	border-bottom: 1px solid #d4ece5;
	border-right: 1px solid #d4ece5;
	border-left: 0 !important;
}

.page-id-152 .wpb_text_column.wpb_content_element.em-btn a:hover {
    color: #fff !important;
}



@media (min-width: 767px) and (max-width: 990px) {
	.page-id-152 .em-green-box2 .wpb_column:last-child {
		border-bottom: 1px solid #d4ece5 !important;
		border-left: 0 !important;
	}
	.page-id-152 .em-green-box2 .wpb_column:nth-child(2) {
		border-bottom: 1px solid #d4ece5 !important;
	}
.home .em-box > div {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
	.home .em-box>.vc_column-inner>.wpb_wrapper {
    padding: 20px !important;
}
	div#em-box-row {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
}
.page-id-152 .em-green-box2 .wpb_column:nth-child(2), 
.page-id-152 .em-green-box2 .wpb_column:nth-child(3) {
	border-bottom: 0 !important;
}

.page-id-152 .em-green-box2 .wpb_column:nth-child(2) {
	border-right: 0 !important;
}






@media screen and (max-width: 767px) {
	.page-id-152 .em-green-box2 .wpb_column:nth-child(3), 
	.page-id-152 .em-green-box2 .wpb_column:nth-child(4) {
    border-bottom: 0 !important;
}
	.page-id-152 .em-green-box2 .wpb_column:nth-child(2) {
		border-left: 1px solid #d4ece5 !important;
		border-right: 1px solid #d4ece5 !important;
	}
	.page-id-152 .em-green-box2 .wpb_column:nth-child(3) {
		border-left: 1px solid #d4ece5 !important;
	}
	.page-id-152 .em-green-box2 .wpb_column:last-child {
		border-bottom: 1px solid #d4ece5 !important;
		border-left: 1px solid #d4ece5 !important;
	}
	
	.page-id-152 .em-green-box2 .wpb_column:nth-child(4) {
		border-right: 1px solid #d4ece5 !important;
	}
	.page-id-152 .wpb_text_column.wpb_content_element.em-btn a {
    white-space: nowrap;
}
	.page-id-152 .wpb_column.tm-column-inner.vc_column_container.vc_col-sm-6.tm-zindex-0 > div {
    padding: 0 !important;
}
}

@media screen and (min-width: 767px) {
	.page-id-152 .em-green-box2 .wpb_column:nth-child(2) {
		border-right: 1px solid #d4ece5 !important;
		border-bottom:  1px solid #d4ece5 !important;
	}
	.page-id-152 .em-green-box2 .wpb_column:nth-child(3) {
		border-bottom:  1px solid #d4ece5 !important;
	}
	.page-id-152 .em-green-box2 .wpb_column:nth-child(4) {
		border-right: 1px solid #d4ece5 !important;
	}
}

.home .em-box a:hover {
    color: #fff !important;
}

@media (min-width: 990px) and (max-width: 1200px) {
	div#em-box-row {
    padding-left: 5% !important;
    padding-right: 5% !important;
}
}

.eggs-socials-new ul {
    display: flex;
    gap: 20px;
    margin-top: 25px !important;
    height: 30px;
}

.eggs-socials-new svg {
    width: 30px;
    height: 30px;
	transition: all .3s ease-in-out;
}

.eggs-socials-new svg:hover {
    scale: 1.1;
}

@media screen and (max-width: 1200px) {
	.eggs-socials-new ul {
    	justify-content: center;
	}
	
	.page-template-about-us-profile .site-header-main.container-fullwide {
    	margin: 0px!important;
	}
	
	.page-template-about-us-profile section#person-profile {
    	margin-top: 0px!important;
	}
}

@media screen and (max-width: 599px) {
	.person-profile__content {
    	padding: 52px 20px!important;
	}
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: var(--dark-blue);
    border-color: var(--dark-blue);
    cursor: default;
}

.em-row-100 {
    width: 100% !important;
    display: flex;
	margin: 0 auto;
	    justify-content: center;
}

.em-flex-center {
    max-width: 100%;
}

.pagination {
  margin: 0;
	margin-top: 50px;
}

.pagination li:hover{
    cursor: pointer;
}

.pagination-container {
  width: 60%;
  float:left;
}

.pagination a::before{
	display: none !important;
}

.pagination a {
    border-radius: 50% !important;
    background: #fff;
    color: #333 !important;
	border: 1px solid #adadad !important;
}


.pagination li.current-page.active a {
    color: var(--red) !important;
	background: #fff;
}

.pagination a:hover {
    color: #333 !important;
    opacity: .7;
    background: #fff !important;
}

.pagination li a {
    padding: 5px 12px !important;
    margin: 0 15px;
	    width: 35px;
    height: 35px;
}

.pagination li.current-page.active a {
    color: #fff !important;
    background: #71b7e6;
    border-radius: 50% !important;
	border-color: #71b7e6;
}

.pagination li.current-page.active a:hover {
	 color: #fff !important;
    background: #71b7e6 !important; 
    border-radius: 50% !important;
	border-color: #71b7e6 !important;
}

li#next-page a, li#previous-page a {
    line-height: normal !important;
}

@media (min-width: 767px) and (max-width: 990px) {
html body.single-news .em-blog-post article {
    margin-top: 140px !important;
}
}

/* meet the team */ 

.team__member__content {
    position: absolute;
    background: #71b7e6c9;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: flex-end;
    padding: 25px;
	opacity: 0;
	transition: all .5s ease-in-out;
	cursor: pointer;
}

.team__member__content:hover {
	opacity: 1;
}



.team__member__content p {
	color: #fff;
	line-height: 10px;
}


.team__member__content p strong {
	color: #fff;
	text-transform: uppercase;
}

.page-id-1530 main#main {
    padding-bottom: 0 !important;
}

div#about-us {
    padding-bottom: 150px !important;
}

.person-profile__image {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-color: #e0dfde !important;
}

#site-header:not(.is_stuck) {
    background-color: #71b7e6 !important;
}

.em-title2.blue h2 {
	color: #2d5288;
}

.wpb_text_column.wpb_content_element.em-partner-text {
    background: #b2b2b2;
    height: 161px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
	margin-bottom: 0px!important;
    padding-bottom: 0px!important;
}

.em-partner-text h3 {
    color: white;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 600;
    text-align: center;
}

.page-template-about-us-profile .main {
	padding-bottom: 0px!important
}

.page-id-2009 #main {
    padding-bottom: 0px!important;
}


.em-pagination {
  text-align: center;
  margin-top: 20px;
}

.page-numbers {
    margin-right: 10px;
    border: 1px solid #2f5486;
    border-radius: 18px;
    padding: 6px 12px;
    color: #2e5387;
    width: 40px;
    height: 40px;
    position: initial;
    display: inline-block;
	transition: all .4s ease-in-out;
}

a.prev.page-numbers {
     padding: 6px;
}

a.next.page-numbers {
    padding: 6px;
}

span.page-numbers.current {
    background-color: #2e5387;
    color: #fff;
    border: 1px solid #2e5387;
}

.page-numbers:hover {
    color: #2f5486;
    background: white;
    border: 1px solid white;
}

.tm-sresults-title a.label.label-default {
    display: none;
}

.em-recently-published-article .em-blog-content,
.featured-article .em-blog-content {
    padding: 30px 30px 10px;
    text-align: left;
    background: white;
}

.em-recently-published article {
  border: 0px solid lightgray;
}


@media only screen and (max-width: 480px) {
  .em-carrer-profile a {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
	html body.single-news main#main {
    padding-bottom: 0 !important;
    margin-bottom: -50px !important;
}
	
	.single-news .em-blog-post {
    margin-top: 50px !important;
}
	.single-news div#content-wrapper {
    padding-bottom: 0 !important;
		    padding-top: 0 !important;
}
	.single-news div#em-partners {
    padding-top: 0 !important;
}
	.page-id-1191 .wpb_column.tm-column.vc_column_container.vc_col-sm-12.tm-zindex-0 .vc_column-inner {
    padding: 0 !important;
}
	.page-id-1191 .tm-row-inner.vc_row.wpb_row.vc_inner.vc_row-fluid.em-form.em-pledge-bg.vc_row-has-fill.tm-zindex-0 .wpb_column.tm-column-inner.vc_column_container.vc_col-sm-12.vc_col-has-fill.tm-zindex-0 .vc_column-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 20px !important;
}
	.page-id-1191 span.select2.select2-container.select2-container--default {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 50% !important;
}
	
	.page-id-2069 .new-news > .vc_column-inner > .wpb_wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.page-id-2069 .em-blog-post-featured-image {
		text-align: center;
	}
}

@media (min-width: 767px) and (max-width: 990px) {
	.page-id-1191 .tm-row-inner.vc_row.wpb_row.vc_inner.vc_row-fluid.em-form.em-pledge-bg.vc_row-has-fill.tm-zindex-0 .wpb_column.tm-column-inner.vc_column_container.vc_col-sm-12.vc_col-has-fill.tm-zindex-0 .vc_column-inner {
    	padding-left: 20px !important;
    	padding-right: 20px !important;
    	padding-top: 20px !important;
	}
	
	html body.single-news main#main {
    	padding-bottom: 0 !important;
   	 margin-bottom: -50px !important;
	}
	
	.single-news .em-blog-post {
    	margin-top: 50px !important;
	}
	
	.single-news div#content-wrapper {
    	padding-bottom: 0 !important;
		padding-top: 0 !important;
	}
	
	.single-news div#em-partners {
    	padding-top: 0 !important;
	}
	
	.col-md-12.em-blog-text {
    	top: 90px !important;
	}
	
	.page-id-2069 .col-md-12.em-blog-text {
    	top: 0px !important;
	}
	
	.page-id-2069 .new-news > .vc_column-inner > .wpb_wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}


.single-news aside .em-blog-post article .em-blog-content {
    height: auto !important;
}


.single-news div#content-wrapper {
    padding-bottom: 0 !important;
}

.single-news main#main {
    padding-bottom: 0 !important;
}

.tm-header-overlay .tm-stickable-header-w {
    position: relative!important;
}

.tm-titlebar-wrapper.tm-bg.tm-bgcolor-custom.tm-titlebar-align-default.tm-textcolor-white.tm-bgimage-yes.tm-breadcrumb-bgcolor-custom {
    display: none;
}
  
h3.em-author {
    display: none !important;
}
  
section#shadow-host-companion {
    display: none;
}

.single a.em-back-centre span {
    top: 0;
}

.em-blog-wrapper h3 {
        font-size: 25px;
        color: gray;
    }

a.more-link {
        display: none;
    }

.em-blog-post article .em-blog-content {
		background: white;
}

.wrapper {
	width: 100%;
	padding-top: 20px;
	text-align: center;
}

.page-template-templatesblog-php article {
    box-shadow: 0px 0px 6px #00000024;
}

.featured-article {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.em-blog-post {
	margin-bottom: 40px;
	transition: all .4s ease-in-out; 
}

.em-blog-post:hover {
	transform: scale(1.02); 
}

.em-blog-post:last-child {
	margin-bottom: 0px;
}

.featured-article:before,
.featured-article:after {
	display: none!IMPORTANT;
}

.featured-article-image {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel {
	width: 100%;
	margin: 0px auto;
}

    .slick-slide {
        margin: 10px;
    }

    .slick-slide img {
        width: 100%;
    }

    .wrapper .slick-dots li button:before {
        font-size: 20px;
        color: white;
    }

    /* blog */

    .em-blog-wrapper {
        max-width: 1360px;
        margin: auto;
        padding: 80px;
    }

    section {
        padding: 50px 0 0;
    }

    .em-recently-published-grid h2.em-post-title a {
        color: #818181;
        font-size: 25px;
    }

    p.em-author {
        text-align: center;
        font-size: 15px;
		margin-bottom: 0px;
    }

    .em-author-img {
    	max-width: 50px!important;
    	border-radius: 50%;
	}

	.author {
    	display: flex;
    	align-items: center;
    	gap: 10px;
		margin-bottom: 20px;
	}

	.em-recently-published-grid .em-post-date {
    	color: #5f5f5f;
        font-weight: 400;
    	font-size: 15px;
		margin-bottom: 0;
	}

    .slick-prev:before,
    .slick-next:before {
        color: #b9b9b9;
        font-size: 30px;
        transition: .3s;
    }

    .slick-prev {
        left: -35px;
    }

    article img {
        max-width: 100%;
    }
    


#input_container { 
    position:relative; 
    padding:0; 
    margin:0; 
}

#input { 
    margin:0; 
    padding-left: 60px; 
    background-color: #f1f1f1;
    font-size: 17px;
}

#input_img { 
    position: absolute;
    bottom: 10px;
    left: 20px;
    width: 25px;
    height: 25px;
}

.article-2-in-row-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
  
.article-2-in-row-container article .col-md-12:nth-child(1) {
    height: 300px;
}
  
img.em-author-img-featured {
    max-width: 80px;
    border-radius: 50%;
    border: 1px solid lightgray;
    margin: 0 auto;
}

  .mx-10 {
  	margin-left: 10px;
    margin-right: 10px;
}
  
.em-blog-content.flex-center {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.home1 {
    height: 800px;
    display: flex;
    align-items: center;
}

cite, dfn, em {
    font-style: normal;
    color: #306095;
}

.single article.post blockquote:before {
	color: #306095!important;
}

.single-post .entry-content a {
    color: #73b8e4;
    text-decoration: none;
    transition: all .4s ease-in-out;
    font-weight: 700;
}

.home1-inner > .vc_column-inner > .wpb_wrapper {
	max-width: 470px;
	margin: 0 auto
}

.home1-leavs1 {
    max-width: 150px;
    position: absolute;
    right: -180px;
    top: -80px;
}

.home1-leavs2 {
    max-width: 150px;
    position: absolute;
    left: -200px;
    top: 100px;
}

.home2 {
    margin-top: 100px;
}

.home2-text p {
	max-width: 560px;
    font-size: 25px;
    color: #326193;
    margin: 0 auto;
    line-height: 1.4;
}

.home3-grid > .vc_column-inner > .wpb_wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 100px;
}

.home3-image {
    max-width: 150px;
    margin: 0 auto;
}

.home3 {
	padding: 100px 0px;
}

.home3-title {
    font-size: 25px;
    color: #326193;
    margin-top: 15px;
    line-height: 1.3;
	margin-bottom: 0px;
}

.home3-inner-row-inner > .vc_column-inner  > .wpb_wrapper {
	background: white;
	border: 1px solid #326193;
	border-radius: 20px;
	padding: 20px 20px;
}

.hom4-inner-row{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 100px;
    background: #2d5288;
    max-width: 500px;
    padding: 60px;
    border-radius: 20px;
}

.home4 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.home4-image img {
	border-radius: 40px;
}

.home4-inner-testimonial-text {
	margin-bottom: 20px!important
}

.home4-inner-testimonial-text p {
	color: white;
	font-size: 25px;
	line-height: 1.5;
}

.home4-inner-testimonial-title {
    font-size: 25px;
    color: white;
    margin-bottom: 0px;
}

.home4-leaf {
    max-width: 100px;
    position: absolute;
    left: -175px;
    bottom: 0px;
}

.button-blue.yellow a {
    color: #2d5288!important;
    background: #f5e368!important;
	border: 1px solid #f5e368!important
}

.home5-text {
	margin-bottom: 0px!important
}

.home5-text p {
	font-size: 25px;
	color: #326193;
}

.hom5{
    padding: 118px 0px 80px;
}

.home1-title {
    font-size: 80px;
	line-height: 1.2;
}

/* Big desktop up */
/* Desktop up */
 @media screen and (max-width: 1200px) {
	 .our-team-inner-left.wpb_column.tm-column.vc_column_container.vc_col-sm-3.tm-zindex-0 {
		 width: 100%;
		 text-align: center;
	}
	 .our-team-inner-right.wpb_column.tm-column.vc_column_container.vc_col-sm-9.tm-zindex-0 {
		 width: 100%;
	}
}
/* Tablet landscape up - 900px */
 @media screen and (max-width: 767px) and (min-width: 350px) {
	 .about-us-team-inner-html h3 {
		 font-size: 45px;
		 padding-bottom: 20px;
	}
	 .about-us-team-inner-html p {
		 font-size: 30px;
		 padding-bottom: 20px;
	}
	 .about-us-team-inner-html a {
		 border: 1px solid #fff;
		 padding: 10px 18px;
		 font-size: 25px;
	}
}
 .team__member__content.jennifer p:last-child {
	 line-height: 18px;
}

body.page-template-blog  #main,
body.page-template-news #main {
    background-color: #dceef8;
}

.cta3-inner > .vc_column-inner > .wpb_wrapper {
	background: white;
    border: 30px solid white;
    border-radius: 20px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 20px;
}

.cta3-row {
    background: #dceef8;
    border-radius: 10px;
    padding: 40px 40px 30px;
}

.cta3-row-inner > .vc_column-inner > .wpb_wrapper {
	display: grid;
    grid-template-columns: max-content max-content;
    column-gap: 50px;
    justify-content: center;
	
}

.cta3-decoration {
    position: absolute;
    width: 160px;
    right: -100px;
    bottom: 0;
}

.page-id-2136  .dk-select {
    display: none!important;
}

.with-cite cite {
	color: #306095;
}

.testimonials-section > .vc_row.container {
    position: relative;
	align-items: center;
}

.testimonial-accordion-inner {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
	z-index: 9;
	max-width: 1000px;
}

.testimonials-position {
    font-size: 22px;
}

.testimonials-text p {
	font-size: 19px;
	color: white; 
	font-style: italic;
	font-weight: 300;
	line-height: 1.5;
}

.testimonials-title {
	font-size: 40px
}

.text-style-2 p {
	font-size: 20px;
	line-height: 1.8;
}

.text-style-2 {
    max-width: 1200px;
    margin: 0 auto;
}

.testimonial-gallery-row {
    background: white;
	padding: 20px;
}

.testimonial-gallery-inner > .vc_column-inner > .wpb_wrapper {
	display: flex;
	padding-left: 50px;
    padding-right: 50px;
}

.testimonial-gallery {
    padding: 100px 0px;
}

.testimonial-gallery .slick-slide {
      margin: 0 10px;
  }

.testimonial-gallery .slick-list {
      margin: 0 -10px;
  }

.testimonial-gallery .slick-prev {
    left: 90px;
    z-index: 999;
}

.testimonial-gallery .slick-next {
    right: 110px;
    z-index: 999;
}

.testimonial-gallery .slick-prev:before, 
.testimonial-gallery .slick-next:before {
    color: #ffffff;
    font-size: 40px;
    transition: .3s;
}

body .testimonial-gallery-row .testimonial-gallery-title {
    font-size: 28px;
	font-weight: 500!important;
	margin-bottom: 0px;
    margin-top: 15px;
}

.testimonial-gallery-position {
    text-transform: uppercase;
    font-size: 20px;
    color: #326193;
}

.banner-h3-subheading {
    font-size: 22px !important;
    font-family: "Work Sans", Tahoma, Geneva, sans-serif !important;
    font-weight: 400 !important;
}

.connect-accordion {
    background: #f5f5f5;
    padding: 50px!important;
}


.connect-accordion .vc_tta-panel-heading a, .vc_tta-panel-heading h3 {
    background: #326193 !important;
    padding: 25px 40px !important;
    font-size: 24px;
    font-family: "Work Sans", Tahoma, Geneva, sans-serif;
    color: #ffffff !important;
    font-weight: 500 !important;
}

.connect-accordion .vc_tta-panel-body {
	padding: 20px 40px !important;
}

.connect-accordion .vc_tta-panel {
	border: 0 !important;
	margin: 0 0 20px 0 !important;
	padding: 0 !important;
}

.connect-accordion i.vc_tta-controls-icon.vc_tta-controls-icon-chevron {
    color: #ffffff !important;
    right: 40px !important;
    font-size: 27px !important;
	transition: transform all .3s ease-in-out;
}

.connect-accordion .vc_active i.vc_tta-controls-icon.vc_tta-controls-icon-chevron {
	transform: rotate(180deg) translate(-25%, 0%) !important;
}

.text-style-3 p {
	font-size: 22px;
	line-height: 1.6;
}

.hero-section {
    padding: 150px 0px!important;
}

.hero-inner-left >.vc_column-inner {
    justify-content: center;
}

.home3 h3 {
    font-size: 30px;
    line-height: 1.2;
    margin-top: 20px;
}

.width-1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.page-id-2360 .core-values-row.home3 {
    padding-bottom: 20px;
}

.width-500 {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 35px;
}

.home5-testimonial-row {
   position: absolute;
    top: 100px;
}

.home5 {
    padding: 120px 0!important;
}

.home5-testimonial-row-inner {
    padding: 0 100px 0 130px;
}



.single a.em-back-centre span {
    position: relative !important;
    width: auto !important;
}

.tm-mmenu-active-color-skin #site-header-menu #site-navigation div.nav-menu > ul > li.current_page_item > a {
	color: #e3e3e3;	
}

.wpb-js-composer .vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic {
    padding: 15px 0px 30px 0;
}

.wpb_text_column.wpb_content_element.testimonials-text {
    margin-bottom: 0px;
}

.donate-form-title {
    background: #3f6e99;
    margin: 0;
    padding: 40px 0;
}

.donate-form-title h2 {
    color: white
}

.w-1000 {
    max-width: 1000px;
    margin: 0 auto;
}

.donate5 {
    padding: 80px 0;
}

.donation1-inner-row-inner > .vc_column-inner  > .wpb_wrapper {
	display: grid;
    grid-template-columns: repeat(4, max-content);
    justify-content: center;
    justify-items: center;
    gap: 40px;
}

.donation1-inner-row-title {
    font-size: 40px !important;
}

#em-partners {
	margin: 0 auto!important;
	width: 1360px!important;
	padding: 50px 0;
}

/* Big desktop up */ 
@media screen and (min-width: 1800px) {
	.get-involved-box-button.vc_btn3-center {
    	position: absolute;
    	bottom: 20px;
    	text-align: center;
    	left: 0;
    	right: 0;
	}
	
	.get-involves-row-inner > .vc_column-inner > .wpb_wrapper {
    	min-height: 470px;
	}
}

@media screen and (max-width: 1500px) {
	.connect-container > .container {
    	width: 100%!important;
    	padding: 0 25px;
	}
}

@media screen and (min-width: 1360px) {
	.single .container {
    	width: 1360px!important;
	}
}

@media screen and (max-width: 1360px) {
	.single .container {
    	width: 100%!important;
	}
	
	#em-partners {
    	width: 100% !important;
	}
}
 
/* Desktop up */ 
@media screen and (max-width: 1200px) {
	.page-id-1944 .site-main {
    	padding-top: 0px;
	}
	
	.communitypartners1 {
    	padding-left: 20px!important;
		padding-right: 20px!important;
	}
	
	.about-logos .vc_row.vc_row-flex {
    	flex-direction: column;
    	align-items: center;
	}	
	
	.page-id-1944 .connect-container > .container {
    	width: 100%!important;
	}
	
	.about-logos-right.wpb_column.tm-column.vc_column_container.vc_col-sm-9.tm-zindex-0 {
    	margin-top: 40px;
	}
	
	#site-header-menu #site-navigation div.nav-menu > ul > li {
        display: block!important;
    }
	
	.tm-header-style-classic:not(.tm-header-invert) .container-fullwide #site-header-menu {
        margin-right: 0px;
    }
	
	#site-header-menu #site-navigation .menu-toggle, 
	.tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap .mega-menu-toggle {
        right: 0px;
        left: auto;
    }
	
	.main-navigation.toggled-on .menu-toggle {
		right: 0px!important;
	}
	
	#site-header-menu #site-navigation div.nav-menu > ul > li > a, 
	.tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal > li.mega-menu-item > a,
	#site-header-menu #site-navigation div.nav-menu > ul > li, 
	.tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal > li.mega-menu-item {
        height: 50px;
        line-height: 50px !important;
    }
	
	.tm-dmenu-sep-grey #site-header-menu #site-navigation div.nav-menu ul ul > li {
		background: white;
	}
	
	#site-header-menu #site-navigation.toggled-on div.nav-menu > ul {
        display: block;
        max-height: 10000px;
        overflow: inherit;
    }
	
	#site-header-menu #site-navigation div.nav-menu > ul > li > a, 
	.tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal > li.mega-menu-item > a {
        padding: 0px 40px 0px 15px;
    }
	
	#site-header-menu #site-navigation.toggled-on div.nav-menu > ul ul.open {
        max-height: 10000px;
        background: white ! Important;
        z-index: 99999999;
        position: inherit;
    }
	
	.wpb-js-composer .vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic {
    	padding: 15px 0px 30px 0;
    }
	
}

@media screen and (max-width: 992px) {
	.connect-container > .container,
	.home5 .vc_row.container.vc_row-flex {
        flex-direction: column;
    }
	
	.connect-container.hero-section > .container {
        flex-direction: column-reverse;
    }
	
	.hero-inner-left.wpb_column.tm-column.vc_column_container.vc_col-sm-6.tm-zindex-0 {
    	margin-top: 30px;
	}
	
	.connect-container > .container .vc_col-sm-6,
	.home5 .vc_col-sm-6 {
        width: 100%!important;
    }
	
	.core-values-row.home3 {
    	display: grid;
    	grid-template-columns: 1fr 1fr;
		column-gap: 25px;
        row-gap: 100px;
	}
	
	.core-values-row-inner {
		width: 100%!important;
	}
	
	.core-values-row.home3.last {
    	padding-top: 70px;
	}
	
	.home5-testimonial-row {
    	top: 40%;
	}
	
	.hero-section {
    	padding: 50px 0px !important;
	}
	
	.page-id-2360 h2.vc_custom_heading.vc_do_custom_heading.with-cite {
    	text-align: center !important;
	}
	
	.text-style-3 {
    	text-align: center;
	}
	
	.page-id-2360 .vc_btn3-container.button-blue.vc_btn3-inline.vc_do_btn {
    	display: flex;
    	justify-content: center;
	}
	
	.hero-inner-right.wpb_column.tm-column.vc_column_container.vc_col-sm-6.tm-zindex-0 {
    	margin-top: 30px;
	}
	
	.vc_empty_space.empty-space-home1 {
    	height: 20px !important;
	}
	
	.connect-container.vc_custom_1714481764336 {
    	padding-top: 50px !important;
    	padding-bottom: 10px !important;
	}
	
	.vc_row-fluid.connect-container.vc_row-has-fill {
    	padding-top: 50px;
    	padding-bottom: 50px;
    }
	
	.page-id-2069 .vc_row-fluid.connect-container.vc_row-has-fill {
    	padding-bottom: 0px;
    }
	
	.home5 {
    	padding: 50px 0 30px !important;
	}
	
	.vc_empty_space.home5-empty-2 {
    	height: 10px !important;
	}
	
	.partner-logos-carousel.wpb_column.tm-column.vc_column_container.vc_col-sm-9.tm-zindex-0 {
    	width: 100%!important;
	}
	
	.about-logos-left.wpb_column {
    	width: 100%;
	}
	
	.get-involves-row {
		gap: 30px;
	}
	
	.curve-bg-bottom::after,
	.curve-bg-bottom::before {
    	display: none
	}
	
	.connect-container.curve-bg-bottom {
		padding-bottom: 25px !important;
		padding-top: 80px!Important;
	}
	
	.vc_row-fluid.vc_custom_1714402724355 {
    	padding-top: 60px !important;
    	padding-bottom: 0px !important;
	}
	
	.vc_empty_space.our-services1-empty {
    	height: 30px !important;
	}
	
	.vc_empty_space.annual1-empty,
	.vc_empty_space.career1-empty,
	.vc_empty_space.career2-empty,
	.vc_empty_space.community2-empty {
    	height: 30px !important;
	}
	
	.communitypartners1 {
    	padding: 50px 0px 70px;
	}
	
	.community2 {
    	padding: 50px 0px;
	}
	
	.donate3 .core-values-row-inner {
    	margin-bottom: 120px!important;
	}
	
	.donate3 .core-values-row-inner:last-child {
    	margin-bottom: 0px!important;
	}
	
	.donate3-empty-3 {
    	height: 80px !important;
	}

}
 
/* Tablet landscape up - 900px */ 
@media screen and (max-width: 768px) {
	.communitypartners-row-inner > .vc_column-inner > .wpb_wrapper {
    	grid-template-columns: repeat(3, 1fr);
	}
	
	.connect-h2 {
    	font-size: 45px;
		line-height: 1.2;
	}
	
	.about-logos-left > .vc_column-inner > .wpb_wrapper {
    	width: 100%;
	}
	
	.page-id-2035 .tm-row-inner.vc_row-o-equal-height {
		display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
	}
	
	.page-id-2035 .get-involves-row-inner > .vc_column-inner > .wpb_wrapper {
		padding: 30px 30px;
	}
	
	.past-reports-inner > .vc_column-inner > .wpb_wrapper {
    	grid-template-columns: repeat(1, 1fr);
    	column-gap: 0px;
    	row-gap: 130px;
	}
	
	.donation1-inner-row-inner > .vc_column-inner > .wpb_wrapper {
    	grid-template-columns: repeat(2, max-content);
    	gap: 0px;
    	align-items: center;
    	column-gap: 30px;
	}
	
	.donation1-inner-row-inner .button-blue a {
		width: 200px;
	}
	
	.page-id-2653 .tm-row-inner.annual-report-row {
    	padding: 40px 20px;
	}
}
 
/* Tablet portrait up - 600px */
@media screen and (max-width: 767px) {
	.connect-container.about-logos {
    	padding-left: 20px!Important;
    	padding-right: 20px!important;
	}
	
	.home5-testimonial-row {
        top: 30%;
    }
	
	.page-id-2069 .new-news {
		padding: 70px 0px;
	}
	
	.page-id-2283 .tm-row-inner.vc_row-o-equal-height {
        display: grid;
        flex-wrap: nowrap;
    }
	
	.connect-accordion .vc_tta-panel-body {
    	padding: 20px 0px !important;
	}
	
	.get-involves-row-inner > .vc_column-inner > .wpb_wrapper {
    	padding: 30px 30px;
	}
	
}
 
/* Mobile phone only - 599px */
@media screen and (max-width: 599px) {
	.communitypartners-row-inner > .vc_column-inner > .wpb_wrapper {
    	grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
	
	.communitypartners-row-inner > .vc_column-inner  {
		padding-left: 0px !important;
        padding-right: 0px !important;
	}
	
	.communitypartners-row-inner {
    	padding: 30px 30px;
	}
	
	.about-logos-right > .vc_column-inner > .wpb_wrapper {
    	flex-direction: column;
	}
	
	.hero-inner-left h2.vc_custom_heading.vc_do_custom_heading.with-cite {
    	font-size: 50px ! Important;
    	line-height: 55px ! Important;
	}
	
	h2.vc_custom_heading.vc_do_custom_heading {
    	font-size: 40px !important;
		line-height: 45px !important;
	}
	
	.core-values-row.home3 {
        grid-template-columns: 1fr;
    }
	
	.vc_empty_space.core-values-empty-bottom,
	.vc_empty_space.home5-empty-space1 {
    	height: 20px !important;
	}
	
	.home5-testimonial-row {
        top: 20%;
    }
	
	.home4-inner-testimonial-text p,
	.home4-inner-testimonial-title {
    	font-size: 20px;
	}
	
	.about-logos-left h2.vc_custom_heading.vc_do_custom_heading {
        font-size: 25px !important;
		line-height: 1.4!important;
    }
	
	.connect-container > .container {
        padding: 0 5px;
    }
	
	.our-team-section-row {
		flex-direction: column;
		gap: 30px;
		align-items: center;
	}
	
	#main-id .our-team-section-title {
		text-align: center !important;
		font-size: 30px !important;
	}
	
	#main-id .our-team-section-position {
		text-align: center !important;
	}
	
	.connect-accordion .vc_tta-panel-heading a, .vc_tta-panel-heading h3 {
    	padding: 15px 70px 15px 20px !important;
    	font-size: 20px;
	}
	
	.cta3-row {
    	background: #dceef8;
    	border-radius: 10px;
    	padding: 20px 0px 30px;
	}
	
}

@media screen and (max-width: 499px) {
	.home4-inner-testimonial-text p, 
	.home4-inner-testimonial-title {
        font-size: 18px;
    }
	
	.home5-testimonial-row-inner {
    	padding: 0 50px 0 70px;
	}
	
	.cta3-inner > .vc_column-inner > .wpb_wrapper {
    	border: 10px solid white;
	}
	
	.donation1-inner-row-inner > .vc_column-inner > .wpb_wrapper {
		grid-template-columns: repeat(1, max-content);
	}
}



@media screen and (max-width: 767px) {
	.polaroid-left-image {
		position: relative;
		left: -20.5px;
		max-width: 315px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.polaroid-right-image {
		position: relative;
		right: -20.5px;
		max-width: 315px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.tm-post-prev-next-buttons.clearfix {
    grid-template-columns: 1fr !important;
}
	.single h1 {
    line-height: 1.2;
}
}

@media screen and (min-width: 1200px) {
	#site-header-menu #site-navigation div.nav-menu > ul > li:last-child {
		margin-left: 10px;	
	}
	
	#site-header-menu #site-navigation div.nav-menu > ul > li:last-child a {
    background: #dceef8;
    padding: 16px 35px;
    display: inline;
    color: #000 !important;
    border-radius: 10px;
    transition: all .3s ease-in-out;
	font-size: 16px !important;
	text-transform: uppercase !important;	
}
	#site-header-menu #site-navigation div.nav-menu > ul > li:last-child a:hover {
		opacity: .7 !important;
		color: #000 !important;
	}
}

.cookie-link {
	color: #71b7e6;
	transition: all 0.3s;
}

.cookie-link:hover {
	opacity: 0.7;
}

.em-recently-published-grid {
    column-count: 3;
}

.em-recently-published-article {
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin-bottom: 16px;
	transition: all .4s ease-in-out; 
}

img.em-featured-image {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.em-recently-published-article:hover {
	transform: scale(1.02);
}

.blog-search #input {
    background-color: white!important;
}

.em-blog-content p {
	color: #818181;
    font-size: 16px;
    line-height: 1.4;
}

.blog-content-footer {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #dbdbdb;
	padding-top: 10px;
	margin-top: 30px;
}

.em-blog-content .norm_row.sfsi_wDiv {
    text-align: right!important;
}

.blog-content-footer .sfsi_widget {
    min-height: 0px !important;
}

.blog-content-footer .sfsi_wicons {
    padding-top: 0px!important;
	margin-bottom: 0px ! Important;
}

.featured-articles-section {
	transition: all .4s ease-in-out; 
}

.featured-articles-section:hover {
	transform: scale(1.02);
}

.featured-article h2.em-post-title a {
    color: #818181;
    font-size: 45px;
    line-height: 1.1;
}

.featured-article .em-post-title {
    margin-bottom: 30px;
}

.em-recently-published-flex {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.em-recently-published-flex h2 a {
	font-size: 25px;
	text-decoration: none;
}

.single section.connect-container.em-recently-published {
    padding: 0;
}

.em-recently-published-links {
    padding: 10px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.em-recently-published-links h3 {
	margin-bottom: 0px;
}

.em-category-wrapper > ul {
    display: flex;
    align-items: center;
	margin: 0px;
}

.single-news article img {
	max-width: 100%;
	width: 100%;
}


@media screen and (max-width: 1024px) {
	.em-recently-published-grid {
    	column-count: 2;
	}
	
	.em-recently-published-article article img {
    	max-width: 100%;
    	width: 100%;
	}
	
	.em-recently-published-flex {
   		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 768px) {
	.featured-article {
    	display: grid;
    	grid-template-columns: 1fr;
	}
	
	.featured-article-image {
    	height: 400px;
	}
	
	.em-blog-single-content {
    	padding: 25px;
	}
	
	h1 {
    	font-size: 45px !important;
        line-height: 1.2 !important;
	}
	
	.em-recently-published-flex {
   		grid-template-columns: 1fr;
	}
	
	.wpb_text_column.wpb_content_element.vc_custom_1636727337982 {
    	margin-bottom: 0px !important;
	}
	
}

@media screen and (max-width: 599px) {
	.connect-container > .container {
        padding: 0 25px;
    }
	
	.em-recently-published-grid {
    	column-count: 1;
	}
	
	.em-recently-published-article {
    	padding: 0px;
	}
	
	.featured-article h2.em-post-title a {
    	font-size: 30px;
	}
}