/*!
Theme Name: FusionOne
Author: Robert Humm
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fusionone
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/





/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
:root {
  --black-color:#000000;
  --grey-color:#eeeeee;
  --blue-color:#4f87c6;
  --green-color:#4fbc85;
  --white-color:#FFFFFF;
  --background-black:#000000;
  --background-grey:#eeeeee;
  --background-blue:#4f87c6;
  --background-green:#4fbc85;
  --background-white:#FFFFFF;
  --royal-bg-blue:#00529f;
  --sky-bg-blue:#4d9cbc;
  --lemon-color:#b3d236;
  --background-purple:#aa5678;
  --background-red:#df4e51;
  --background-orange:#ea9930;
  --background-yellow:#ffd600;
  --font-family-lato: "Lato", sans-serif;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color:var(--blue-color);
  text-decoration:none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus, a:active {
  color: var(--green-color);
  text-decoration:none;
}
a:focus {
  outline:none;
}
a:hover, a:active {
  outline: 0;
}
p{
  margin:0 0 15px;
}
input,
textarea,
select,
button{
  font-family: "Lato", sans-serif;
}
input:focus,
textarea:focus,
select:focus,
button:focus{
  outline:none;
  box-shadow:none;
}
img{
  max-width:100%;
  height:auto;
}
h1, h2, h3, h4, h5, h6{
  font-family: "Lato", sans-serif;
  margin:0;
  font-weight:400;
}
body {
  font-family: "Lato", sans-serif;
  font-style: normal;
  color:var(--black-color);
  font-size:16px;
  line-height:1.6;
  font-weight:400;
  margin:0;
}
body .home-site-content>:where(:not(.alignwide)),
body .site-main>:where(:not(.alignwide)) {
  max-width:1400px;
  margin-left: auto;
  margin-right: auto; 
  padding-left: 15px;
  padding-right: 15px;
}
.container {
  max-width:1400px;
  width:auto;
  margin:0 auto;
  padding-right:15px;
  padding-left:15px;
}
/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/
.tp-header{
  text-align: center;
  font-size: 14px;
  padding: 15px 0;
  letter-spacing:0.75px;
  color:rgba(255, 255, 255, 0.60);
  background: var(--background-blue);
  text-transform:uppercase;
}
.tp-header-wrap{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.tp-header .tp-hdr-links a{
  color:rgba(255, 255, 255, 0.60);
  margin:0 10px;
}
.tp-header .tp-hdr-links a:hover{
  color:var(--white-color);
}
.site-header .social-icons ul{
  list-style:none;
  margin:0;
  padding:0;
}
.site-header .social-icons ul li{
  padding:0;
  padding-right:6px;
  display:inline-block;
}
.site-header .social-icons ul li a{
  width:auto;
  height:auto;
  color:var(--white-color);
  background:transparent;
}
.site-header .social-icons ul li svg{
  width: 16px;
  height: 16px;
  color:var(--white-color);
}
.site-header .social-icons ul li svg:hover{
  color:var(--grey-color);
}
.mn-header .container{
  display:flex;
  justify-content:space-between;
  align-items: center;
}
.site-logo img{
  width: 272px;
  height: 68px;
  display: block;
}
/*--------------------------------------------------------------
# Nav Menu
--------------------------------------------------------------*/
.royalBlue a{background:var(--royal-bg-blue);}
.siteBlue a{background:var(--background-blue);}
.skyBlue a{background:var(--sky-bg-blue);}
.green a{background:var(--background-green);}
.lemon a{background:var(--lemon-color);}
nav.main-menu{
  text-align:center;
}
nav.main-menu ul ul {
  display: none;
}
nav.main-menu ul li:hover > ul {
  display: block;
}
nav.main-menu ul {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  gap:8px;
}
nav.main-menu ul li {
  display: inline-block;
  padding:35px 0;
  position:relative;
}
nav.main-menu ul li:last-of-type{
  padding-right:0;
}
nav.main-menu ul li a {
  color: var(--white-color);
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  letter-spacing: 0.75px;
  font-weight: 700;
  padding: 14px 22px;
  border-radius: 8px;
  display:block;
}
nav.main-menu ul li a:hover,
nav.main-menu ul li.current-menu-item a,
nav.main-menu ul li.active a{
  background:var(--blue-color);
}
nav.main-menu ul ul {
  background:var(--background-blue);
  border-radius: 0px;
  padding: 0;
  position: absolute;
  top:100%;
  width:220px;
  z-index:4;
}
nav.main-menu ul ul li {
  display: block;
  position: relative;
  padding:0;
  float:none;
}
nav.main-menu ul ul li a {
  padding: 14px 15px;
  color: var(--white-color) !important;
  font-size:14px;
  text-align: left;
  border-bottom: 0;
  font-weight: 700;
  border-radius: 0;
}
nav.main-menu ul ul li:hover a,
nav.main-menu ul ul li.current-menu-item a{
  color:var(--white-color) !important;
  background:var(--background-green);
  border-bottom:0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}   
nav.main-menu ul ul ul {
  position: absolute;
  left: 100%;
  top:0;
  min-width:220px;
  background:var(--background-green);
}
nav.main-menu ul ul ul li a{
  color:var(--white-color);
}
nav.main-menu ul ul ul li:hover a,
nav.main-menu ul ul ul li.current-menu-item a{
  color:var(--white-color);
  background:var(--background-blue);
}
nav.main-menu ul li.mobile-item{
  display:none;
}
/*--------------------------------------------------------------
   # Home Slider
--------------------------------------------------------------*/
.home-banner{
  background:var(--background-black);
  position:relative;
}
.home-banner:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0, 0, 0, 0.50);
  z-index:2;
}
.home-banner-content {
  position: absolute;
  z-index:3;
  top:0;
  left: 0;
  height: 100%;
  width: 100%;
}
.home-banner .container {
  height:100%;
  padding:0 15px;
  position:relative;
  z-index:2;
}
.home-banner img,
.home-banner video {
  width: 100%;
  display:block;
  height:745px;
  object-fit:cover;
}
.home-banner .posterBanner {
  display:block;
  width:100%;
  height:745px;
  object-fit:cover;
}
.banner-logo img {
  width:auto !important;
  height:auto !important;
  display:block;
  margin:0 auto 20px;
}
.home-banner-main {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content:center;
  padding: 0;
}
.banner-content{
  color:#fff;
  text-align:center;
}
.banner-heading{
  text-transform:uppercase;
  color:var(--white-color);
  font-size:86px;
  font-weight:900;
  line-height:1;
  letter-spacing:0;
  position:relative;
  margin-bottom:0;
}
/*==============================
CTA Banner
==============================*/
.cta-banner {
  background:#50b985;
  padding:120px 0;
}
.cta-banner .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:35px;
}
.cta-content{
  width:68%;
}
.cta-content .cta-text,
.hyper-local-content .inner-subtext,
.hyper-local-content .inner-subtext p {
  margin: 0;
  font-size: 22px;
  line-height: 1.5;
  color:var(--white-color);
  letter-spacing: 1px;
}
.cta-content .cta-heading {
  margin: 0 0 25px;
  font-size: 58px;
  font-weight: 900;
  line-height:1.1;
  color:var(--white-color);
  text-transform: uppercase;
  letter-spacing:0.25px;
}
.cta-btn{
  width:32%;
  text-align:right;
}
.cta-btn a {
  background: var(--royal-bg-blue);
  color: var(--white-color);
  text-decoration: none;
  display: inline-block;
  line-height: 100%;
  padding: 24px 68px;
  border-radius: 8px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.cta-btn a:hover {
  background: #003f82;
  color: #fff;
}
/*==========================
  Stories Section
==========================*/
.stories-section{
  background:#b9d9ef;
  padding:110px 0;
}
.stories-heading,
.blue-heading{
  font-size:52px;
  color:#0057a5;
  font-weight:900;
  margin-bottom:30px;
  text-transform:uppercase;
  line-height:1.1;
  text-align:center;
  letter-spacing:1.5px;
}
.stories-text,
.main-subtext {
  max-width:860px;
  margin:auto;
  color:rgba(0, 0, 0, 0.80);
  font-size:21.5px;
  line-height:1.5;
  font-weight:400;
  text-align:center;
}
/* Cards */
.stories-wrapper{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:30px;
  margin-top:75px;
}
.story-card{
  background:var(--background-white);
  padding:40px 30px;
  border-radius:25px;
  text-align:center;
  box-shadow:0 15px 30px rgba(0, 0, 0, 0.25);
  transition:.35s;
}
.story-card:hover{
  transform:translateY(-10px);
  box-shadow:0 20px 40px rgba(0,0,0,.15);
}
.story-image{
  width:252px;
  height:252px;
  margin:0 auto 30px;
}
.story-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:50%;
  display:block;
}
.story-link a{
  align-items:center;
  text-decoration:none;
  color:#9f4c6d;
  font-size:17px;
  font-weight:900;
  margin-bottom:28px;
  transition:.3s;
  position:relative;
}
.story-link a:after{
  content:'';
  position:relative;
  display:inline-block;
  top:20px;
  right:0;
  width:52px;
  height:52px;
  background:#9f4c6d url(assets/images/story-link-arrow.png) center center no-repeat;
  border-radius:50px;
  margin-left:12px;
  background-size:auto;
}
.story-card:hover .story-link a{
  color:#da4447;
}
.story-card:hover .story-link a:after{
  background:#da4447 url(assets/images/story-link-arrow.png) center center no-repeat;
}
.story-card:nth-child(2) .story-link a{
  color:#e48e29;
}
.story-card:nth-child(2) .story-link a:after{
  background:#e48e29 url(assets/images/story-link-arrow.png) center center no-repeat;
}
.story-card:nth-child(3) .story-link a{
  color:#da4447;
}
.story-card:nth-child(3) .story-link a:after{
  background:#da4447 url(assets/images/story-link-arrow.png) center center no-repeat;
}
.story-card:nth-child(2):hover .story-link a{
  color:#da4447;
}
.story-card:nth-child(2):hover .story-link a:after{
  background:#da4447 url(assets/images/story-link-arrow.png) center center no-repeat;
}
.story-card:nth-child(3):hover .story-link a{
  color:#ffcf09;
}
.story-card:nth-child(3):hover .story-link a:after{
  background:#ffcf09 url(assets/images/story-link-arrow.png) center center no-repeat;
}
.story-content .name{
  font-size:28px;
  color:#333;
  line-height:1.1;
  font-weight:900;
  margin-bottom:20px;
  text-transform:inherit;
}
.story-content .story-text {
  color:rgba(0, 0, 0, 0.80);
  line-height:1.6;
  font-size:17px;
  font-weight:400;
}
.story-content{
  padding-top:40px;
}
.audience-path-section{
  padding:110px 0;
}
.audience-path-section .main-subtext{
  max-width:800px;
}
.audience-path-wrap{
  margin:60px auto 0;
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:15px;
}
.audience-path-section .card{
  display:flex;
  flex-direction:column;
  overflow:hidden;
  box-shadow:0 5px 18px rgba(0, 0, 0, .18);
  border-radius:25px;
}
.audience-path-section .card .card-image img{
  width:100%;
  height:290px;
  object-fit:cover;
  display:block;
}
.audience-path-section .card .content{
  color:#fff;
  padding:35px 20px;
  flex:1;
  display:flex;
  flex-direction:column;
}
.audience-path-section .card .content .card-title{
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing:1px;
  color:var(--white-color);
}
.audience-path-section .card .card-text{
  font-size:15.5px;
  line-height:1.5;
  font-weight:400;
  margin-bottom:25px;
}
.audience-path-section .card .content hr{
  border:none;
  border-top:1px solid rgba(255, 255, 255, .45);
  margin-bottom:22px;
  width:100%;
}
.audience-path-section .card .card-link a{
  color:#fff;
  text-decoration:none;
  font-size:17px;
  font-weight:700;
  letter-spacing:0.50px;
  display:flex;
  align-items:center;
  gap:12px;
  transition:.3s;
  position:relative;
}
.audience-path-section .card .card-link a:after{
  content:'';
  position:relative;
  display:inline-block;
  top:0;
  right:0;
  width:18px;
  height:13px;
  background:url(assets/images/story-link-arrow.png) no-repeat;
  margin-left:0;
  background-size:18px;
}
.audience-path-section .card .card-link a:hover{
  transform:translateX(6px);
}
.audience-path-section .card.purple{
  background:var(--background-purple);
}
.audience-path-section .card.red{
    background:var(--background-red);
}
.audience-path-section .card.orange{
    background:var(--background-orange);
}
.audience-path-section .card.yellow{
    background:var(--background-yellow);
}
.audience-path-section .card .yellow .content{
  color:var(--white-color);
}
.stronger-together-section{
  padding:110px 0;
  background:var(--royal-bg-blue);
}
.stronger-together-wrap{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
  max-width:1290px;
  margin:0 auto;
}
.stronger-content {
  max-width:750px;
}
.stronger-content .blue-heading{
  color:var(--white-color);
  text-align:left;
}
.stronger-content .main-subtext{
  text-align:left;
  color:rgba(255, 255, 255, 0.80);
}
.view-impact-btn a,
.connect-with-btn a,
.blog-readmore-news a{
  background:#50B985;
  border-radius:8px;
  font-size:24px;
  font-weight:900;
  display:inline-block;
  padding:18px 56px;
  color:var(--white-color);
  letter-spacing:0.50px;
}
.view-impact-btn a:hover{
  background:var(--lemon-color);
}
.stats-band{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
  border-top:2px solid rgba(255, 255, 255, 0.30);
  border-bottom:2px solid rgba(255, 255, 255, 0.30);
  padding:50px 0;
  margin-top:70px;
}
.stats-band .stat{
  text-align:center;
  position:relative;
}
.stats-band .stat:after{
  content:'';
  position:absolute;
  right:-85px;
  top:50%;
  background:rgba(255, 255, 255, 0.30);
  height:70px;
  width:1px;
  margin-top:-35px;
}
.stats-band .stat:last-of-type:after{
  display:none;
}
.stats-band .stat .stat-number{
  font-size:55px;
  font-weight:900;
  line-height:100%;
  color:var(--white-color);
  margin-bottom:22px;
}
.stats-band .stat .stat-text{
  font-size:16px;
  font-weight:700;
  color:rgba(255, 255, 255, 0.50);
  line-height:1.3;
  max-width:170px;
  margin:0 auto;
}
.partner-area{
  padding-top:75px;
}
.partner-heading{
  font-size:40px;
  color:var(--white-color);
  font-weight:900;
  text-transform:inherit;
  text-align:center;
  line-height:1.1;
  margin-bottom:45px;
}
.partner-main{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap:40px;
  align-items:center;
  padding-top:20px;
}
.partner-logo{
  background:var(--background-white);
  padding:34px 20px;
  text-align:center;
  border-radius:15px;
  display:flex;
  justify-content:center;
  align-items:center;
  height: auto !important;
}
.partner-logo img{
  width:auto;
  height:auto;
  display:block;
  margin:auto;
}
.connect-with-btn {
  text-align:center;
  margin-top:80px;
}
.connect-with-btn a{
  background:#B2D233;
}
.connect-with-btn a:hover{
  background:var(--background-green);
}
.blog-feeds-section{
  padding:110px 0;
}
.blog-feeds-section .main-subtext{
  max-width:700px;
}
.blog-feeds-wrap{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:28px;
  max-width:1290px;
  margin:75px auto 0;
}
.blog-post{
  background:var(--background-white);
  box-shadow: 0 5px 18px rgba(0, 0, 0, .18);
  border-radius: 25px;
  padding:15px;
}
.blog-post .blog-thumbnail img{
  width:100%;
  height:295px;
  display:block;
  object-fit:cover;
  border-radius: 25px;
  object-position: center top;
}
.blog-post .post-content{
  padding:32px 0;
  text-align:center;
}
.blog-post .post-content h3.post-title{
  font-size:27px;
  font-weight:900;
  line-height:1.3;
  text-transform:inherit;
  letter-spacing:0;
  color:var(--black-color);
  max-width:100%;
  margin:0 auto 12px;
}
.blog-post .post-content h3.post-title a{
  color:var(--black-color);
}
.blog-post .post-content h3.post-title span,
.blog-post .post-content h3.post-title a:hover{
  color:var(--royal-bg-blue);
}
.blog-post .post-content h3.post-title a:hover{
  color:#B2D233;
}
.blog-post .post-content .post-text{
  color: rgba(0, 0, 0, 0.80);
  font-size: 18.5px;
  line-height: 1.5;
  font-weight: 700;
  max-width: 305px;
  margin: 0 auto;
  height: 72px;
  letter-spacing: 0.5px;
}
.blog-post .post-content .post-readmore-link a{
  background:var(--lemon-color);
  font-size:16px;
  font-weight:700;
  color:var(--white-color);
  padding:14px 25px;
  display:inline-block;
  line-height:100%;
  border-radius:8px;
  text-transform:uppercase;
  margin-top:30px;
}
.blog-post:first-of-type .post-readmore-link a,
.blog-post:nth-child(3) .post-readmore-link a:hover{
  background:var(--background-purple);
}
.blog-post:nth-child(2) .post-readmore-link a,
.blog-post:first-of-type .post-readmore-link a:hover{
  background:var(--background-red);
}
.blog-post:nth-child(3) .post-readmore-link a,
.blog-post:nth-child(2) .post-readmore-link a:hover{
  background:var(--background-orange);
}
.blog-readmore-news{
  margin-top:75px;
  text-align:center;
}
.blog-readmore-news a{
  background:var(--royal-bg-blue);
  font-size:22px;
  text-transform:uppercase;
  letter-spacing:1px;
}
.blog-readmore-news a:hover{
  background:var(--background-green);
}
.opportunity-begins-section{
  background:#b9d9ef;
  padding:110px 0;
}
.opportunity-topwrap{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:45px;
}
.opportunity-content{
  width:45%;
}
.opportunity-image{
  width:55%;
}
.opportunity-image img{
  width:100%;
  height:320px;
  display:block;
  object-fit:cover;
  border-radius:25px;
  object-position: center top;
}
.opportunity-content .blue-heading{
  text-align:left;
  font-size:46px;
  margin-bottom:20px;
}
.opportunity-content .main-subtext{
  text-align:left;
}
.opportunity-wrap{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items:center;
  gap:15px;
  margin-top:64px;
}
.opportunity-box{
  background:var(--background-white);
  box-shadow: 0 5px 18px rgba(0, 0, 0, .18);
  border-radius:12px;
  overflow:hidden;
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
}
.opportunity-box .opportunity-img{
  width:40%;
}
.content-opportunity{
  width:60%;
}
.opportunity-box .opportunity-img img{
  width:100%;
  height:200px;
  object-fit:cover;
  display:block;
}
.opportunity-box .opp-title{
  font-size:18px;
  font-weight:900;
  color:var(--green-color);
  text-transform:uppercase;
  line-height:1.1;
  margin-bottom:10px;
}
.opportunity-box .opp-text{
  font-size:16px;
  font-weight:400;
  color:rgba(0, 0, 0, 0.80);
  line-height:1.4;
  padding-right:10px;
}
.opportunity-box .opp-link a{
  color:var(--green-color);
  font-size:16px;
  font-weight:900;
  text-transform:inherit;
  line-height:100%;
  border-bottom:2px solid;
  margin-top:15px;
  display:inline-block;
}
.opportunity-box .opp-link a:hover{
  border-bottom:2px solid transparent;
}
.opportunity-box:nth-child(2) .opp-title,
.opportunity-box:nth-child(2) .opp-link a{
  color:var(--lemon-color);
}
.opportunity-box:nth-child(3) .opp-title,
.opportunity-box:nth-child(3) .opp-link a{
  color:var(--blue-color);
}
.get-involved-section{
  padding:110px 0;
}
.get-involved-wrap{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:50px;
}
.get-involved-content .blue-heading,
.get-involved-content .main-subtext{
  text-align:left;
}
.get-involved-content{
  width:60%;
}
.get-involved-images{
  width:40%;
  position:relative;
}
.get-involved-images .get-involved-img1 img{
  width:100%;
  height:584px;
  display:block;
  object-fit:cover;
  border-radius:25px;
}
.get-involved-content .main-subtext{
  max-width:585px;
  margin:0;
}
.get-involved-images .get-involved-img2{
  position: absolute;
  left: -155px;
  bottom: 90px;
  width: 251px;
  height: 251px;
  border-radius: 50%;
  border: 2px solid var(--white-color);
  overflow: hidden;
}
.get-involved-images .get-involved-img2 img{
  width:100%;
  height:auto;
  display:block;
  object-fit:cover;
}
.get-involved-buttons{
  display:flex;
  gap:10px;
  margin-top:50px;
}
.get-involved-buttons a{
  background:var(--background-green);
  font-size:20px;
  font-weight:700;
  color:var(--white-color);
  padding:20px 30px;
  display:inline-block;
  line-height:100%;
  border-radius:8px;
  text-transform:inherit;
}
.get-involved-buttons a.green,
.get-involved-buttons a.blue:hover{
  background:var(--background-green);
}
.get-involved-buttons a.blue,
.get-involved-buttons a.green:hover{
  background:var(--royal-bg-blue);
}
.map-section{
  padding:0 0 110px;
}
.map-section .main-subtext{
  max-width:100%;
}
.facebook-feed-section{
  background:var(--background-grey);
  padding:110px 0;
}
/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer{
  background:var(--royal-bg-blue);
}
.footer-wrap{
  display: flex;
  justify-content: space-between;
  gap:20px;
  padding:92px 0;
}
.footer-widget:first-of-type{
  width:34%;
}
.footer-widget{
  width:22%;
}
.footer-links ul{
  margin:0;
  padding:0;
  list-style:none;
}
.footer-links ul li{
  padding-bottom:8px;
}
.footer-links ul li a{
  font-size:17px;
  color:rgba(255, 255, 255, 0.85);
  font-weight:400;
  letter-spacing:0.25px;
  line-height:100%;
}
.footer-logo img{
  width:auto;
  height:auto;
  display:block;
}
.site-footer .widget-title{
  font-weight:800;
  color:var(--white-color);
  font-size:20px;
  text-transform:uppercase;
  letter-spacing:1px;
  line-height:1.1;
  margin-bottom:25px;
}
.contact-info{
  font-size:17px;
  letter-spacing:0.10px;
  color:rgba(255, 255, 255, 0.85);
  font-weight:400;
  line-height:1.4;
}
.contact-info .info{
  margin-bottom:20px;
  position:relative;
  padding-left:30px;
}
.contact-info .info:before{
  content:'';
  position:absolute;
  left:0;
  top:-1px;
  background:url(assets/images/location-icon.svg) no-repeat;
  width:26px;
  height:26px;
  background-size:26px;
}
.contact-info .info.phone:before{
  background:url(assets/images/phone-icon.svg) no-repeat;
  width:22px;
  height:22px;
  background-size:22px;
}
.contact-info .info.email:before{
  background:url(assets/images/email-icon.svg) no-repeat;
  width:24px;
  height:24px;
  background-size:24px;
  top:1px;
}
.contact-info a{
  color:rgba(255, 255, 255, 0.85);
}
.contact-info a:hover{
  color:var(--white-color);
}
.contact-info .info:last-of-type{
  margin-bottom:0;
}
.site-footer .social-icons ul{
  list-style:none;
  margin:42px 0 0;
  padding:0;
}
.site-footer .social-icons ul li{
  padding:0;
  padding-right:5px;
  display:inline-block;
}
.site-footer .social-icons ul li a{
  width:47px;
  height:47px;
  border-radius:50px;
  display:flex;
  justify-content:center;
  margin:0;
  align-items:center;
  background:var(--background-white);
  color:var(--royal-bg-blue);
}
.site-footer .social-icons ul li svg{
  width:22px;
  height:22px;
}
.site-footer .social-icons ul li a:hover{
  background:var(--background-grey);
}
.footer-bottom{
  background:#457cbe;
  padding:28px 0;
  font-size:12.6px;
  text-transform:uppercase;
  color:rgba(255, 255, 255, 0.85);
  font-weight:400;
  letter-spacing:0.50px;
  line-height:1.3;
}
.footer-bottom .container{
  display:flex;
  gap:5px;
  align-items:center;
  justify-content:space-between;
}
.footer-bottom a{
  color:rgba(255, 255, 255, 0.85);
  font-weight:700;
}
.footer-bottom a:hover{
  color:var(--white-color);
}
.copyright span{
  font-weight:700;
}
/*--------------------------------------------------------------
# Inner Content
--------------------------------------------------------------*/
.inner-banner {
  position: relative;
  background:var(--background-black);
}
.inner-banner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.50);
  width: 100%;
  height: 100%;
}
.inner-banner img {
  width: 100%;
  display: block;
  object-fit:cover;
}
.inner-banner-content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.inner-banner .container {
  max-width: 1250px;
  margin: 0 auto;
  width:auto;
  height: 100%;
  padding:0 15px;
}
.inner-banner-main {
  display: flex;
  flex-direction: row;
  height: 100%;
  color: var(--black-color);
  justify-content:center;
  align-items: center;
}
.entry-header h1.entry-title {
  color: var(--white-color);
  font-size: 26px;
  line-height: 100%;
  font-weight: 800;
  text-transform:uppercase;
  margin-bottom: 0;
  letter-spacing:0.10px;
}
.single  .entry-header h1.entry-title,
.archive .entry-header h1.entry-title{
  line-height:1.2;
}
.site-main{
  padding:50px 0;
}
.site-content .entry-content{
  font-size:15px;
  font-weight:400;
  line-height:1.6;
}
/*=========================================== 
   Blog & Single Post
=============================================*/
.blog article.post,
.single article.post,
.archive article.post,
.search article{
  margin-bottom: 30px;
  margin-top: 0px;
  line-height:1.6;
  border-bottom: 2px solid var(--grey-color);
  padding-bottom: 35px;
  position:relative;
}
.blog article.post:before,
.single article.post:before,
.archive article.post:before,
.search article:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background: rgba(255, 255, 255, 0.8);
}
.blog article.post:last-of-type,
.single article.post:last-of-type,
.archive article.post:last-of-type,
article.hentry:last-of-type,
.search article:last-of-type{
  border-bottom: 0px solid #eee;
  margin-bottom:0;
  padding-bottom:0;
}
.blog article.post h2,
.archive article.post h2,
article.hentry h2{
  font-size:20px;
  line-height:1.2;
  text-transform:inherit;
  font-weight:800;
  margin-bottom:10px;
  letter-spacing:0.10px;
}
.blog article.post h2 a,
.archive article.post h2 a,
article.hentry h2 a{
  color:var(--royal-bg-blue);
}
.blog article.post h2 a:hover,
.archive article.post h2 a:hover,
.blog article.post h2 a:focus,
.archive article.post h2 a:focus, 
.entry-meta a:hover, 
.entry-meta a:focus {
  color:var(--sky-bg-blue);
}
.entry-summary{
  position:relative;
}
.entry-media{
  margin-bottom:15px;
}
.entry-meta {
  font-size:14px; 
  line-height: 100%;
  margin-bottom: 15px;
}
.entry-meta a {
  color:var(--lemon-color);
  font-weight:700;
}
.entry-meta a:hover{
  color:var(--sky-bg-blue);
}
.entry-meta .post-cat, .entry-meta .post-date{
  font-style: italic;
}
.entry-meta .post-date{
  margin-left: 10px;
}
.entry-meta .post-cat {
  margin-right: 10px;
}
.single article.post h1,
.search .entry-header h1.entry-title,
.error404 .entry-header h1.entry-title,
.single  .entry-header h1.entry-title,
.archive .entry-header h1.entry-title{
  font-size:23px;
  margin-bottom: 0;
  background: transparent;
  max-width: 100%;
  white-space: inherit;
  padding: 0;
  text-align:center;
}
.single .entry-meta {
  font-size:14px;
}
.single .entry-media {
  text-align: center;
  margin-bottom: 20px;
}
a.entry-button {
  padding: 16px 24px;
  display: inline-block;
  line-height: 100%;
  font-size:15.2px;
  border-radius:8px;
  text-transform:uppercase;
  color: var(--white-color);
  font-weight: 700;
  transition: all .5s;
  background:var(--royal-bg-blue);
  letter-spacing:0.25px;
  margin-top:8px;
}
a.entry-button:hover {
  color:var(--white-color);
  background:var(--background-blue);
}
.single_post_nav a{
  padding: 5px 0;
}
.entry-header,
.post-thumbnail,
.entry-content,
.entry-footer{
  position:relative;
}
/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
#secondary.widget-area{
  margin-top: 50px;
  max-width:310px;
  margin-left:auto;
  margin-right:auto;
}
#secondary.widget-area .search-form span.screen-reader-text,
#secondary.widget-area .search-form .search-submit{
  display:none;
}
#secondary.widget-area .search-form input{
  width: 100%; 
  padding:16px 15px;
  border:0;
  transition: all .9s ease-in-out;
  transition: ease-in-out, width .9s ease-in-out;
}
#secondary.widget-area .search-form input:focus, 
#secondary.widget-area .search-form input:active {
  transition: all .9s ease-in-out!important;
  outline: none!important;
  border:0px solid #004a80!important;
  position: relative!important;
}
#secondary.widget-area .search-form label{
  display:block;
}
#secondary.widget-area .widget{
  margin-bottom:28px;
  border-bottom:0;
  background:var(--royal-bg-blue);
  padding:35px 25px;
  text-align:center;
  border-radius:15px;
  box-shadow:0 12px 0px #efefef;
}
#secondary.widget-area .wp-block-search .wp-block-search__button{
  display:none;
}
#secondary.widget-area .widget:last-of-type{
  border-bottom:0;
}
#secondary.widget-area .widget h2{
  font-size:22px;
  text-transform:inherit;
  color:var(--white-color);
  margin-bottom: 15px;
  font-weight: 900;
  position:relative;
  padding-bottom:15px;
}
#secondary.widget-area .widget h2:after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  background: var(--background-white);
  width: 16px;
  height: 4px;
  margin-left: -8px;
}
#secondary.widget-area .widget ul{
  margin:0px;
  padding:0;
  list-style: none;
}
#secondary.widget-area .widget ul li a,
#secondary.widget-area .widget a{
  font-size: 15.5px;
  text-transform:inherit;
  color: rgba(255, 255, 255, 0.9);
  line-height:1.4;
  font-weight:400;
}
#secondary.widget-area .widget ul li{
  margin-bottom:12px;
  line-height:100%;
}
#secondary.widget-area .widget ul li:last-of-type{
  margin-bottom:0;
}
#secondary.widget-area .widget ul li a:hover,
#secondary.widget-area .widget a:hover{
  color:var(--white-color);
}
#secondary.widget-area .widget:last-of-type {
  margin-bottom:0;
}
#secondary.widget-area input[type="search"]{
  padding: 15px;
  border: none;
  font-size: 14px;
  min-height: 60px;
}
.single  .page-header h1.page-title,
.archive .entry-header h1.entry-title{
  font-size:28px;
}
.error404 .entry-content .search-form input,
.search-no-results .entry-content .search-form input,
.search .page-content .search-form input{
  width: 100%;
  padding:21px 15px;
  border: 1px solid #ccc;
  transition: all .9s ease-in-out;
  transition: ease-in-out, width .9s ease-in-out;
  background:#eee;
  font-size:16px;
}
.error404 .entry-content .search-form span.screen-reader-text,
.error404 .entry-content .search-form .search-submit,
.search-no-results .entry-content .search-form span.screen-reader-text,
.search-no-results .entry-content .search-form .search-submit,
.search .page-content .search-form .search-submit{
  display: none;
}
.error404 .entry-content .search-form  label,
.search-no-results .entry-content .search-form  label,
.search .page-content .search-form  label{
  display:block;
  max-width: 355px;
}
.content-area.with-sidebar .row{
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.content-area.with-sidebar .row .col-md-8{
  width: 62%;
  padding: 0 15px;
}
.content-area.with-sidebar .row .col-md-4{
  width: 33.3%;
  padding: 0 15px;
}
#secondary.widget-area .widget label.wp-block-search__label{
  display:none;
}
.single .entry-footer{
  display:none;
}
.contact-form-area{
  max-width:1200px !important;
  margin-right:auto !important;
  margin-left:auto !important;
}
.contact-form-area h3.wp-block-heading{
  font-weight:900;
}
.gform_wrapper form.contact-form input[type="text"], 
.gform_wrapper form.contact-form input[type="email"], 
.gform_wrapper form.contact-form input[type="tel"],
.gform_wrapper form.contact-form select, 
.gform_wrapper form.contact-form  textarea {
  background: #FFF;
  border: 1px solid #c3c1c1;
  border-radius: 0;
  padding:16px 15px;
  font-size: 15px;
  font-weight: 400;
  color: var(--black-color);
  width: 100%;
  box-shadow: none;
}
.gform_wrapper form.contact-form input[type="text"]:focus, 
.gform_wrapper form.contact-form input[type="email"]:focus, 
.gform_wrapper form.contact-form input[type="tel"]:focus, 
.gform_wrapper form.contact-form  textarea:focus{
  border:1px solid var(--blue-color);
}
.gform_wrapper form.contact-form input[type="submit"],
.gform_wrapper form.contact-form  button[type="submit"] {
  background: var(--royal-bg-blue) !important;
  color: var(--white-color) !important;
  padding:16px 30px !important;
  text-transform: uppercase !important;
  font-size:17px !important;
  font-weight: 700 !important;
  border-radius:8px !important;
  border:0;
  letter-spacing: 1px !important;
  line-height:100% !important;
  width:auto !important;
  cursor: pointer !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out !important;
}
.gform_wrapper form.contact-form  input[type="submit"]:hover,
.gform_wrapper form.contact-form  button[type="submit"]:hover {
  background:var(--background-blue) !important;
}
.gform_wrapper.gravity-theme .gfield_label{
  font-weight:700 !important;
}
.gform_wrapper.gravity-theme .gfield textarea.large {
    height: 160px !important;
}
.single .site-content .entry-title{
  display:none;
}
article.hentry .entry-content  h2{
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: 0;
  color:var(--blue-color);
}
.site-main ul.service-lists {
  -moz-column-count: 1;
  -moz-column-gap: 20px;
  -webkit-column-count: 1;
  -webkit-column-gap: 20px;
  column-count: 3;
  margin:0;
  padding:10px 0 30px;
  list-style:none;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.site-main ul.service-lists li{
  position:relative;
  margin-bottom:5px;
  padding-left:28px;
}
.site-main ul.service-lists li:before{
  content: '';
  position: absolute;
  left: 0;
  top:4px;
  background:url(assets/images/check-mark.svg) left no-repeat;
  width: 18px;
  height: 18px;
  background-size: 20px;
}
.contact-form h3 {
  font-size:25px;
  font-weight:800;
  letter-spacing:0;
  text-transform:inherit;
  color: var(--blue-color);
  margin-bottom:30px;
}
.post-navigation,
.post_pagination{
  margin-top:20px;
}
.post-navigation .nav-links a,
.post_pagination a{
  font-weight:700;
  color:#B2D233;
}
.post-navigation .nav-links a:hover,
.post_pagination a:hover{
  color:var(--blue-color);
}
body.home.logged-in .site-header{
  top:32px;
}
.contact-form-area .map-area iframe{
  margin-top:30px;
  width:100%;
}
h2{
  line-height:1.2;
  margin-bottom:15px;
  font-size:36px;
  font-weight:900;
  color:var(--royal-bg-blue);
  letter-spacing:0px;
  text-transform:uppercase;
}
h3{
  font-size:26px;
  font-weight:700;
  margin-bottom:15px;
  line-height:100%;
  color:var(--lemon-color);
  text-transform:inherit;
  letter-spacing: 0.5px;
  line-height:1.2;
}
h4{
  font-size:24px;
  font-weight: bold;
  margin-bottom: 10px;
  color:var(--green-color);
  line-height:1.2;
}
h5{
  font-size:22px;
  font-weight:700;
  margin-bottom:8px;
  color:var(--black-color);
  line-height:1.2;
}
h6{
  font-size:20px;
  font-weight:400;
  margin-bottom:8px;
  color:var(--blue-color);
  line-height:1.2;
}
.home .site-main{
  padding: 0;
}
.site-main p,
.site-content .entry-content,
.site-content .entry-content ul li,
.two-block .two-block-wrap .right-content .main-subtext ul li{
  font-size:17.5px;
  line-height: 1.6;
  font-weight: 400;
  color:rgba(0, 0, 0, 0.90);
}
.partner-slider.slick-initialized .slick-slide{
  margin:0 25px;
}
.partner-slider.slick-initialized .slick-slide:last-of-type{
  margin-right:0;
}
.partner-slider.slick-slider{
  display: none;
}
.partner-slider.slick-slider:first-of-type{
  display: block;
}
.partner-slider.slick-slider .slick-dots {
  display: none !important;
  justify-content: center;
  margin: 50px 0 0;
  padding: 0;
  list-style-type: none;
}
.partner-slider.slick-slider .slick-dots {
  display: flex !important;
  justify-content: center;
  margin: 50px 0 0;
  padding: 0;
  list-style-type: none;
}
.partner-slider.slick-slider .slick-dots li {
  margin: 0 4px;
  width: auto;
  height: auto;
}
.partner-slider.slick-slider .slick-dots button {
  display: block;
  width: 11px;
  height: 11px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #80a4ca;
  text-indent: -9999px;
  cursor: pointer;
}
.partner-slider.slick-slider .slick-dots li.slick-active button {
  background-color: #a9cc2e;
}
.care-options-section {
  padding:50px 0;
}
.care-options-section .blue-heading{
  text-align:left;
  font-size:44px;
}
.care-options-section .main-subtext{
  text-align:left;
  margin:0;
  font-size:20px;
}
.care-options-section .explore-btn a,
.inner-button a{
  background: var(--royal-bg-blue);
  border-radius: 8px;
  font-size: 17.5px;
  font-weight: 900;
  display: inline-block;
  padding: 14px 28px;
  color: var(--white-color);
  letter-spacing:1px;
  text-transform: uppercase;
  margin-top: 32px;
}
.care-options-section .explore-btn a:hover,
.inner-button a:hover{
  background:#B2D233;
}
.accordion-area{
 /* display: flex;
  justify-content:space-between;
  gap:30px;*/
  margin-top:0;
}
.accordion-top-wrap{
  display: flex;
  justify-content:space-between;
  gap:30px;
  align-items:center;
}
.accordion-main{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:30px;
  margin-top:35px;
}
.accordion-main.row-reverse .accordion-image{
  order: 1;
}
.accordion-area .accordion-left,
.accordion-area .accordion-right{
  width:50%;
}
.accordion-block{
  width:100%;
}
.accordion-area .accordion-image img{
  width: 100%;
  height:auto;
  display: block;
  object-fit: cover;
  border-radius: 25px;
}
.accordion-block .faqs-list .faq-single {
  margin-bottom:20px;
  box-shadow:5px 0 35px rgba(0, 0, 0, 0.15);
  background: var(--background-white);
  border-radius:12px;
  overflow:hidden;
}
.accordion-block .faqs-list .faq-single .faq-question {
  background: var(--background-white);
  padding:27px 32px 27px 30px;
  font-size: 22px;
  font-weight: 900;
  color:var(--black-color);
  letter-spacing:0px;
  border-radius: 0;
  position: relative;
  line-height: 1.2;
  cursor: pointer;
}
.accordion-block .faqs-list .faq-single.active .faq-question{
  color:var(--royal-bg-blue);
}
.faq-answer {
  display: none;
}
.accordion-block .faqs-list .faq-single .faq-answer {
  font-size:17px;
  padding: 0 32px 35px 30px;
  font-weight: 400;
  color: rgba(74, 74, 74, 0.80);
  line-height: 1.55;
  position: relative;
  margin-top: 0;
  border-radius:0;
}
.accordion-block .faqs-list .faq-single .faq-answer p:last-of-type{
  margin-bottom:0;
}
.accordion-block .faqs-list .faq-question:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  background: url(assets/images/plus-icon.png) no-repeat;
  width: 21px;
  height: 21px;
  background-size: 21px;
  margin-top: -11px;
}
.accordion-block .faqs-list .faq-single.active .faq-question:after {
  background: url(assets/images/minus-icon.png) no-repeat;
  width: 21px;
  height: 21px;
  background-size: 21px;
}
.two-block .two-block-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:30px;
  margin-bottom:35px;
}
.two-block .two-block-wrap.row-reverse .left-image{
  order: 1;
}
.two-block .left-image img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 25px;
}
.two-block .two-block-wrap .right-content .blue-heading{
  text-align:left;
  font-size:42px;
  letter-spacing:0.50px;
  text-transform:uppercase;
}
.two-block .two-block-wrap .right-content .main-subtext .opportunity-content {
  width: auto;
}
.two-block .two-block-wrap .right-content .main-subtext{
  font-size:20px;
  text-align:left;
}
.two-block .two-block-wrap .right-content .main-subtext ul{
  margin:15px 0 0;
  padding:0;
  list-style:none;
}
.two-block .two-block-wrap .right-content .main-subtext ul li{
  padding-bottom:5px;
  position:relative;
  padding-left:18px;
}
.two-block .two-block-wrap .right-content .main-subtext ul li:before{
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  background: var(--royal-bg-blue);
  width: 7px;
  height: 7px;
  border-radius: 50px;
}
.hyper-local-section{
  background:var(--background-green);
  padding:85px 0;
}
.hyper-local-content .main-eyebrow,
.main-eyebrow{
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--white-color);
  line-height: 100%;
  margin-bottom: 12px;
  font-weight: 700;
}
.main-eyebrow{
  color:#B2D233;
}
.hyper-local-content .main-heading{
  font-size: 48px;
  color:var(--white-color);
  font-weight: 900;
  margin-bottom: 30px;
  text-transform: inherit;
  line-height: 1.1;
  text-align: left;
  letter-spacing: 1px;
  font-style: italic;
}
.hyper-local-content .cta-content {
  width:auto;
}
.home-site-content .alignfull,
.site-main .alignfull,
.site-main .alignwide{
  margin: 0px calc(50% - 50vw);
  max-width:99.48vw;
  width: 100vw;
}
.services-section {
  padding:75px 0;
}
.services-main{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:30px;
  margin-top:50px;
}
.services-main .service-box{
  position:relative;
  overflow:hidden;
}
.services-main .service-box a.service-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.services-main .service-box .icon{
  position:relative;
  border-radius:20px;
  overflow:hidden;
}
.services-main .service-box .icon:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  background:rgba(0, 0, 0, 0.50);
  width:100%;
  height:100%;
}
.services-main .service-box .icon img{
  width:100%;
  height:285px;
  display:block;
  object-fit:cover;
  object-position: center top;
  border-radius:20px;
  box-shadow:0 15px 30px rgba(0, 0, 0, 0.25);
}
.services-main .service-box .service-name{
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  height: auto;
  font-size: 30px;
  color: #fff;
  font-weight: 900;
  text-align: center;
  line-height: 1.1;
  text-transform:capitalize;
}
h2.blue-heading.royalblue{
  color:var(--royal-bg-blue);
}
h2.blue-heading.blue{
  color:var(--blue-color);
}
h2.blue-heading.skyBlue{
  color:var(--sky-bg-blue);
}
h2.blue-heading.green{
  color:var(--green-color);
}
h2.blue-heading.lemon{
  color:var(--lemon-color);
}
h2.blue-heading.black{
  color:var(--black-color);
}
.page-id-447 .site-main{
  padding-top:0 !important;
}
div#outlet{
  gap:0;
  margin:0 auto;
  display:inherit !important;
}
html {
  scroll-behavior: smooth;
}
.blog-btn a{
  background: #4FBC86;
  border-radius: 5px;
  font-size: 22px;
  font-weight: 900;
  display: inline-block;
  padding: 18px 0;
  color: var(--white-color);
  letter-spacing: 0.50px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.blog-btn a:hover{
  background:var(--background-blue);
}
.hyper-local-content .inner-subtext .cta-text{
  margin-bottom:15px;
}
.mission-cover-blocks .wp-block-column {
  border-radius: 25px;
  overflow: hidden;
}
.mission-about .hyper-local-section{
  background:var(--sky-bg-blue);
}
.partner-area.inner-partner{
  padding-top: 0;
  padding-bottom: 75px;
}
.partner-area.inner-partner .partner-heading{
  color:var(--royal-bg-blue);
}
.partner-area.inner-partner .partner-logo{
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
  margin-top: 20px;
  margin-bottom: 20px;
}
.partner-area.inner-partner .partner-main{
  padding-top:0;
}
.equal-employment{
  padding-left: 0;
  padding-right: 0;
}
.equal-employment .container{
  margin:0 auto;
}
.page-id-1000 .site-main{
  padding-bottom:0;
}