/*FDZEE*/
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,300;0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');
body {
  font-family: Montserrat, helvetica, arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat, helvetica, arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.subheading {
  color: var(--color-primary-dark);
  font-weight: 200;
}
a {
  color: var(--color-primary);
}
a:hover {
  color: var(--color-contrast);
}
.clear {
  clear: both;
}
.cta-button,
.button {
  background: var(--color-neutral);
  padding: 0.5em 2em;
  color: hsl(0, 0%, var(--switch-neutral));
  border-radius: var(--border-radius-default);
  font-family: Cabin, helvetica, arial, sans-serif;
  font-size: 18px;
  font-size: clamp(14px, calc(15px + 0.390625vw), 22px);
  font-weight: 400;
  border: 5px solid;
  border-color: var(--color-neutral);
  display: inline-block;
  white-space: nowrap;
}
#footer .button {
	padding: 2% 9%;
	font-size: clamp(14px, calc(15px + 0.390625vw), 18px);
	border: 3px solid;
}
#footer .button:hover {
	border: 3px solid var(--color-contrast);
}
#page-hero .cta-button {
  font-size: clamp(12px, calc(13px + 0.390625vw), 21px);
}
.cta-button:hover,
.button:hover {
  color: hsl(0, 0%, var(--switch-neutral));
  border: 5px solid;
  border-color: var(--color-neutral-darkest);
  background: var(--color-neutral-darkest);
}
.cta-button.primary,
.button {
  background: #fff;
  border: 5px solid;
  border-color: var(--color-primary);
  color: var(--color-primary-dark);
}
.cta-button.primary:hover, 
.button:hover {
  color: #fff;
  background: var(--color-primary);
  border: 5px solid;
  border-color: var(--color-contrast);
}
.cta-button.secondary {
  background: none;
  border: 5px solid;
  border-color: hsl(0, 0%, var(--color-neutral-lightest));
  color: hsl(0, 0%, var(--color-neutral-lightest));
}
.cta-button.secondary:hover {
  color: var(--color-neutral-darkest);
  background: var(--color-neutral-dark);
  border: 5px solid;
  border-color: var(--color-neutral-light);
}
.snippet-checkmark-list li i {
  color: var(--color-primary);
}
.no-wrap {
  white-space: nowrap;
}
.sub-heading {
  color: var(--color-primary);
  font-weight: normal;
  margin: -30px 0 20px 0;
  padding: 0;
  font-size: 1.5em;
  font-style: uppercase;
}
.career-webform-header {
  background: var(--color-primary);
  color: #fff;
  padding: 15px;
  margin: 20px 0 0px;
  border-radius: 20px;
}
.scutesuite_careers__webform {
  background: #EEE;
  color: var(--color-primary-darkest);
  padding: 3%;
  margin: 2% 0 4%;
  border-radius: 20px;
}
/*  ============= SNIPPETS =============  */
.snippet { /* all containers */
  margin: 0 0 10px 0;
  display: flex;
  padding: 4%;
}

.snippet .col { /* all boxes */
  background: #EEE;
  color: var(--color-primary-darkest);
  padding: 3%;
  margin: 4% 0;
  border-radius: 20px;
}
.snippet .col i{ /* all boxes */
  color: var(--color-primary);
}
.snippet h3 { /* all h3 elements */
  color: var(--color-primary);
  margin-bottom: 10px;
}
.snippet h3:not(:has(+ p)) {
	margin-bottom: 0;
}
.snippet p { /* all p elements */
  margin-bottom: 5px;
  color: var(--color-neutral-darkest);
  font-size: clamp(13px, calc(14px + 0.390625vw), 17px);
}

/* 1 COLUMN BOX */
.snippet-1-col-box {} /* No extra styles necessary */

/* 2 COLUMN BOX */
.snippet-2-col-box { /* container */
}

/* 3 COLUMN BOX */
.snippet-3-col-box { /* container */
}

/* 4 SQUARE BOX */
.snippet-4-sq-box { /* container */
}

/* CTA BUTTON */
.snippet-cta a.cta-button {
  font-size: clamp(11px, calc(12px + 0.390625vw), 15px);
  margin-top: 0.8em;
}

.snippet-cta a {
  background-color: var(--color-contrast);
  border: 5px var(--color-contrast) solid;
}

.snippet-cta a:hover {
  background-color: var(--color-neutral);
  border-color: var(--color-neutral);
  color: #fff;
}

/* CHECKMARK LIST */
#snippet-checkmark-list div {
}
.snippet-fontawesome-list li {
font-size: 15px;
}

/* FONT AWESOME ICON LIST */
#snippet-fontawesome-list div {
}

/* FONT AWESOME ICON LIST 2 */

.snippet-fontawesome-list-2 li p {
}

/* BLOCK QUOTE */
.snippet-block-quote div { /* icons/text container */
}


/*============== Top Top Nav ==============*/
#top-top-nav {
  background: none;
  color: #222;
  font-family: 'League Spartan', helvetica, arial, sans-serif;
  font-weight: normal;
  font-style: normal;

}

#top-top-nav .container > div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: auto;
}

#top-top-nav #block-toptopnav {
  color: var(--color-secondary);
  width: auto;
  text-align: right;
	margin-right: 2%;
}

#top-top-nav a {
  color: var(--color-primary-dark);
  padding: 0.5em 1em;
  font-size: clamp(10px, calc(1vw + 0.390625vw), 15px);
	text-transform: uppercase;
}
#top-top-nav a .sf-depth-1 .sf-external .ext {
	padding-top: 5px;
}
#top-top-nav a:hover,
#top-top-nav .sfHover a  {
  color: var(--color-contrast);
  filter: none;
  background: var(--color-primary);
}
#top-top-nav #block-toptopnav ul ul {
  text-align: left;
  background: #fff;
  top: 33px;
}
#top-top-nav #block-toptopnav ul ul {
  display: none; !important;
}
#top-top-nav #block-toptopnav ul a:hover ul {
  display: block; !important;
}
#top-top-nav #block-toptopnav ul ul a {
  color: var(--color-secondary);
  padding: 0.5em 1em;
  margin: 0.2em 0;
  border: none;
}

#top-top-nav #block-toptopnav ul ul a:hover {
  color: var(--color-primary);
}
#top-top-nav #block-toptopnav ul.sf-menu .sf-sub-indicator {
  display: none;
}
#top-top-nav #header-phone {
  text-align: right;
}
#top-top-nav #header-phone a {
  padding: 0.5em 1em;
}

/*============== Header ==============*/
#header {
  background: none;
  color: hsl(0, 0%, 100%);
  max-height: 115px;
  z-index: 250;
  position: relative;
}

#header .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.1em 0;
}

.site-logo img {
  max-height: 115px;
  min-width: 150px;
  padding: 0 0 10px 0;
}

#header #service-menu .container {
  padding: 0.25em 0;
  width: 100%;
}
#header #horizontal-menu {
  display: flex;
  width: 100%;
}
#header #service-menu ul {
  width: auto;
	border-radius: 0 0 5px 5px;
}
#service-menu,
#service-menu .service-menu-inner,
#service-menu .service-menu-inner div,
#service-menu .service-menu-inner div .responsive-menu-block-wrapper,
#service-menu .service-menu-inner div .responsive-menu-block-wrapper li {
  width: auto;
  display: block;
}
#header #service-menu ul li a {
  color: var(--color-primary-dark);
  font-size: 15px;
  font-size: clamp(12px, calc(1.1vw + 0.390625vw), 17px);
  font-weight: 500;
  white-space: nowrap;
}

#header #service-menu ul li a:hover,
#header #service-menu ul li.sfHover {
  background-color: var(--color-primary-lighter);
  /*  Auto Text Color switcher */
  --switch5: calc((var(--color-primary-lighter-l) - var(--contrastThreshold)) * -100);
  color: #fff;
}
#header #service-menu ul.sf-menu .sf-sub-indicator {
  height: 20px;
  width: 20px;
  line-height: 9999px;
  opacity: 0.5;
  overflow: hidden;
  position: absolute;
  right: 0.75em;
  speak: none;
  text-indent: -9999px;
  top: 50%;
}
#header #service-menu .menu.sub-nav {
  display: none;
}
ul.sf-menu ul{
  visibility: visible !important;
}
#header #service-menu > li ul {
  background: #fff !important;
/*  top: 153px;*/
}
#header #service-menu li ul li {
  width: 100%;
}
#header #service-menu li ul > li a {
  color: var(--color-primary-darker);
  padding: 0.8em 1.1em 0.8em 0.5em;
  font-size: 15px;
  font-size: clamp(12px, calc(13px + 0.390625vw), 15px);
  font-weight: normal;
	
}
#header #service-menu li:nth-child(5) ul > li:last-child a {
	padding-right: 30px;
}
#header #service-menu li:nth-child(5) ul > li:last-child ul {
	top: 2.26em;
  left: 50px;
	
}
#header #service-menu li ul > li a:hover {
  color: #fff;
  position: relative;
  background: var(--color-primary-dark);
  z-index: 0;
}
#header #service-menu li ul li ul {
  top: 0;
}

#header #service-menu ul.sf-menu ul .sf-sub-indicator {
  right: 5px;
}

#header #service-menu ul.sf-menu li.sfHover > ul {
  background: hsl(var(--color-neutral-h),var(--color-neutral-s),88%);
}

#header #service-menu ul.sf-menu > li.sfHover > ul {
  top: 3.2em;
}

#header #header-phone-2 {
  display: none;
  visibility: hidden;
}

.responsive-menu-block-wrapper {
  display: none;
}

.mm-page,
.mm-wrapper_background body {
  background-color: #fff;
}

.mm-wrapper_opening .toolbar-tray-open.toolbar-fixed.toolbar-vertical,
.mm-opened .toolbar-tray-open.toolbar-fixed.toolbar-vertical {
  margin-left: 0;
}

.mm-wrapper_opening .toolbar-tray-open.toolbar-fixed.toolbar-vertical .mm-page,
.mm-opened .toolbar-tray-open.toolbar-fixed.toolbar-vertical .mm-page {
  padding-left: 240px;
  padding-left: 15rem;
}

.off-canvas-wrapper {
  display: block;
}

.no-js .off-canvas-wrapper {
  display: none;
}

.responsive-menu-toggle {
  display: inline-block;
  height: 55px;
  width: 55px;
  background: rgba(255, 255, 255, 0.5);
}

.responsive-menu-toggle-icon {
  box-sizing: border-box;
  display: block;
  width: 55px;
  height: 55px;
  z-index: 4;
  margin-top: 0;
  position: relative;
}

.no-js .responsive-menu-toggle-icon {
  display: none;
}

.responsive-menu-toggle-icon span.label {
  display: block;
  position: absolute;
  font-size: 15px;
  font-size: clamp(12px, calc(13px + 0.390625vw), 15px);
  text-transform: uppercase;
  bottom: 3px;
  left: 0px;
  color: var(--color-primary);
  text-align: center;
  width: 100%;
}

.responsive-menu-toggle-icon:before,
.responsive-menu-toggle-icon:after,
.responsive-menu-toggle-icon span.icon {
  background: var(--color-primary-dark);
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 16px;
  border-radius: 2px;
}

.responsive-menu-toggle-icon:before {
  top: 8px;
}

.responsive-menu-toggle-icon span.icon {
  top: 14px;
}

.responsive-menu-toggle-icon:after {
  top: 20px;
}

.responsive-menu-toggle-icon:before,
.responsive-menu-toggle-icon:after,
.responsive-menu-toggle-icon span.icon {
  transition: none 0.4s ease-out 0.1s;
  transition-property: -webkit-transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity;
}

.mm-wrapper_opening .responsive-menu-toggle-icon:before,
.mm-wrapper_opening .responsive-menu-toggle-icon:after {
  top: 14px;
}

.mm-wrapper_opening .responsive-menu-toggle-icon span.icon {
  left: -25px;
  opacity: 0;
}

.mm-wrapper_opening .responsive-menu-toggle-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-wrapper_opening .responsive-menu-toggle-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#mm-blocker {
  background: rgba(0, 0, 0, 0);
}

.mm-wrapper_opening #mm-blocker {
  background: rgba(0, 0, 0, 0.2);
  transition: background 1s ease 0.3s;
}

.mm-wrapper_opening #page {
  border-left: 1px solid #ccc;
}

.mm-panel a {
  border-bottom: none;
}

ul.menu.mm-listview a.is-active {
  color: inherit;
}

.mm-panel a:hover {
  border: none;
}

ul.menu.mm-listview {
  padding-left: 0;
}

/*============== Hero ==============*/
#page-hero {
  background: url(../images/firstday-corp-hero.jpg) no-repeat 50% 50% / 100%;
  height: 90vh;
  min-height: 700px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
}
#page-hero #hero {
  width: 100%;
  position: relative;
  margin: 0 auto;
  font-size: 18px;
  font-size: clamp(13px, calc(18px + 0.390625vw), 22px);
  color: #fff;
  height: 100%;
}
#page-hero div{
  width: 100%;
  display: flex;
  text-align: center;
  align-items: center;
}
#page-hero #hero div .block-inner{
  height: 100%;
}
#page-hero #hero .hero-flex-wrapper {
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
}
#page-hero #hero .hero-flex-wrapper .column {
  padding: 3%;
}
#page-hero #hero .hero-flex-wrapper .column.one {
  width: 65%;
  text-align: center;
	margin-right: 10%;
  flex-direction: column;
  align-items: center;
}
#page-hero #hero .hero-flex-wrapper .column.one h2{
  font-weight: 400;
  font-stretch: 140% !important;
	font-size: 2em; 
}
#page-hero #hero .hero-flex-wrapper .column.one h2 .bold{
  font-weight: 700;
}

#page-hero #hero .button-wrapper {
  display: flex;
  justify-content: center;
  padding: 3% 0 0 0;
}
/*#page-hero #hero .button-wrapper a {
  display: block;
  margin: 0 2% 0 0; 
  background: var(--color-primary);
  border: var(--color-primary);
}*/

/*============== flex Column - Hero Bottom ==============*/
#page_top {
	margin-top: -90px;
}

#flex-callout {
  background: url(../images/firstday-zee-hero-bottom-bg.png) no-repeat 50% 50%;
  color: #ededed;
  padding: 60px 0 0px 0;
  position: relative;
	width: 100%;
  background-size: cover;
	min-height: 325px;
	
}
.hero-bottom-callout {
	width: 50%;
  margin: 0 auto;
  display: flex;
}
.hero-bottom-text {
	width: 76%;
	text-align: center;
}
.hero-bottom-text h3 {
	font-weight: 400;
}
.hero-bottom-image {
	width: 33%;
}
#flex-callout .basic__body .flex-column h4{
	color: var(--brand-color-4);
	font-size: clamp(10px, calc(12px + 0.390625vw), 20px);
	margin-top: 5%;
}
#flex-callout .basic__body .flex-column .cta-button {
  font-size: 13px;
  font-size: clamp(11px, calc(13px + 0.390625vw), 15px);
  margin-top: 4%;
  color: var(--color-contrast);
  border-color:var(--color-contrast);
}

#flex-callout .basic__body {
  display: flex;
  padding: 7vh 10vh;
  justify-content: flex-start;
  z-index: 1;
  flex-grow: 1;
}
#flex-callout .basic__body .flex-column{
  display: block;
  color: #fff;
  text-align: center;
  padding: 2%;
  margin: 2%;
  flex-grow: 1;
  flex-basis: 0;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  justify-content: center;
  align-content: center;
}
#flex-callout .hero-footer-flex {
  width: 100%;
  padding: 10% 5% 5%;
}
#flex-callout .hero-footer-flex h3 {
	font-size: 2em;
  font-weight: 500;
  color: var(--color-secondary);
  width: 80%;
}
#flex-callout .hero-footer-flex #views-exposed-form-locator-page-1 {
	margin-left: 0;
}
#flex-callout .hero-footer-flex label {
	color: var(--color-primary);
}
#flex-callout .hero-footer-flex.two {
  text-align: right;
  font-weight: 100;
  color: var(--color-secondary);
  padding-right: 10%;
  background: url(../images/bluestar.png) no-repeat 100% 30%;
}
#flex-callout .hero-footer-flex.two h4 {
	font-size: 1.5em;
  font-weight: 400;
  width: 90%;
}
#flex-callout .hero-footer-flex.two span{
  font-size: 40px;
  font-weight: bold;
}

/*============== Home Buckets ==============*/

#home-buckets {
  
  padding: 60px 0 0px 0;
  position: relative;
	background: #fff;
}
#home-buckets .scutesuite-services-block {
	display: flex;
}
#home-buckets .flex-column h4{
	color: var(--color-primary-dark);
	text-transform: uppercase;
	font-size: clamp(10px, calc(12px + 0.390625vw), 20px);
	margin-top: 5%;
	font-weight: bold;
	width: 100%;
	margin: 0 auto 10%;
	text-align: center;
}
#home-buckets .flex-column.two h4 {
	width: 30%;
}
#home-buckets .flex-column .cta-button {
  font-size: 13px;
  font-size: clamp(11px, calc(13px + 0.390625vw), 15px);
  margin-top: 4%;
  color: var(--color-contrast);
  border-color:var(--color-contrast);
}
#home-buckets .content_block__body {
	
  display: flex;
  padding: 4vh;
  justify-content: flex-start;
  z-index: 1;
  flex-grow: 1;
}
#home-buckets .flex-column{
  display: block;
  color: #fff;
  text-align: center;
  padding: 2% 0%;
  margin: 1%;
  flex-grow: 1;
  flex-basis: 0;
  border-radius: 20px;
  aspect-ratio: 1 / 1;
  justify-content: center;
  align-content: center;
	border: 1px solid #fff;
}
#home-buckets .flex-column:hover {
	border: 1px solid var(--color-primary);
}
#home-buckets .flex-column img {
	width: 70%;
  margin-bottom: 15%;
}

#home-buckets .flex-column p {
	font-size: 14px;
  text-transform: none;
	color: var(--color-secondary);
	font-weight: 400;
	margin: 2%;
 
}
#home-buckets .cta-button.secondary {
  background: var(--color-primary);
  border: 3px solid;
  border-color: var(--color-secondary);
  color: #fff;
  font-size: .9em;
  text-transform: none;
  padding: 1% 5%;
}
#home-buckets .cta-button.secondary:hover {
	background: #fff;
	color: var(--color-primary);
	border-color: var(--color-primary-dark);
}
#home-buckets .hero-footer-flex {
  width: 100%;
  padding: 10% 5% 5%;
}
#home-buckets .hero-footer-flex.two {
  text-align: right;
  font-weight: 100;
  color: var(--color-secondary);
  padding-right: 10%;
 
}
#home-buckets .hero-footer-flex.two span{
  font-size: 40px;
  font-weight: bold;
}

#home-buckets .hero-footer-flex.three {
  text-align: right;
  font-weight: 100;
  color: var(--color-secondary);
  padding-right: 10%;
  
}
#home-buckets .hero-footer-flex.three span{
  font-size: 40px;
  font-weight: bold;
}

/*============== Content ==============*/

#main {
	padding: 2% 0;
	background: url(../images/firstday-corp-hexagons.png) no-repeat 0% 30%;
}
#main #content-area ul,
#main #content-area ol {
  list-style-type: initial;
  margin: 0 0 1em 2em;
  padding: initial;
}
.floatr {
  float: right;
  padding: 0 0 0 10px;
}
.floatr-30 {
  float: right;
  width: 30%;
  margin: 0 0 10px 10px;
}

.floatr-40 {
  float: right;
  width: 40%;
  margin: 0 0 10px 10px;
}

.floatr-45 {
  float: right;
  width: 45%;
  margin: 0 0 10px 10px;
}

.floatr-50 {
  float: right;
  width: 50%;
  margin: 0 0 10px 10px;
}

.floatl-30 {
  float: left;
  width: 30%;
  margin: 0 10px 0px 10px;
}

.floatl-40 {
  float: left;
  width: 40%;
  margin: 0 10px 0px 10px;
}

.floatl-50 {
  float: left;
  width: 50%;
  margin: 0 10px 0px 10px;
}

/*============== Features Section ==============*/

#features {
	margin: 5% auto;
	
}

#features .content_block__body {
	display: flex;
}
#features .content_block__body .flex-column {
	margin: 5%;
	text-align: center;
}
#features .content_block__body img {
	margin-bottom: 15%;
}
#features .content_block__body p {
	color: var(--color-neutral);
	text-transform: uppercase;
	
}

/*========== Area Served, Regions, Locations ==========*/
.location-list .fieldset-wrapper{
  padding: 0 20px;
  margin-bottom: 20px;
}

/*============== Gallery Content ==============*/
.gallery_block__gallery- {
  display: flex;
  flex-wrap: wrap;
}
.gallery_block__gallery- div{
  flex-grow: 0;
  width: 31%;
  margin: 1%;
}

/*============== Right Column CTA ==============*/
#block-rightcolumncta,
#block-rightcolumncta--3 {
  padding-bottom: 5%;
  padding-top: 25%;
  margin-top: 30%;
  background:  var(--color-contrast) url(../images/fd-pattern.png) repeat;
  position: relative;
  z-index: 0;
  border-radius: 33px;
  border-radius: 75% 75% 33px 33px / 10% 10% 33px 33px;
}


#block-rightcolumncta h3,
#block-rightcolumncta--3 h3 {
  color: #fff;
  text-align: center;
	width: 100%;
	font-size: 2em;
  padding: 10px;
}
#block-rightcolumncta img,
#block-rightcolumncta--3 img {
 width: 40%;
  margin-left: 30%;
  margin-top: -47%;
}

#block-rightcolumncta p,
#block-rightcolumncta--3 p {
  padding: 2% 8%;
  font-weight: bold;
}

#block-rightcolumncta .basic__webform,
#block-rightcolumncta--3 .basic__webform {
  padding: 6% 7% 1%;
}
#block-rightcolumncta .webform-flexbox,
#block-rightcolumncta--3 .webform-flexbox {
    display: flex;
    margin: 1em -0.5em 1%;
  }
#block-rightcolumncta .form-item,
#block-rightcolumncta--3 .form-item {
  margin: 0 0% 5%;
}
#block-rightcolumncta #edit-actions--5,
#block-rightcolumncta--3 #edit-actions--5 {
	text-align: center;
  
}
#block-rightcolumncta #edit-actions--5 #edit-actions-submit--3,
#block-rightcolumncta--3 #edit-actions--5 #edit-actions-submit--3,
#block-rightcolumncta #edit-actions--5 #edit-actions-submit,
#block-rightcolumncta--3 #edit-actions--5 #edit-actions-submit,
#block-rightcolumncta #edit-actions #edit-actions-submit,
#block-rightcolumncta--3 #edit-actions #edit-actions-submit{
	font-size: 1em;
  padding: 3% 5%;
  border: 2px solid var(--color-primary-dark);
	color: #fff;
	background: var(--color-primary);
}
#block-rightcolumncta #edit-actions--5 #edit-actions-submit--3:hover,
#block-rightcolumncta--3 #edit-actions--5 #edit-actions-submit--3:hover,
#block-rightcolumncta #edit-actions--5 #edit-actions-submit:hover,
#block-rightcolumncta--3 #edit-actions--5 #edit-actions-submit:hover,
#block-rightcolumncta #edit-actions #edit-actions-submit:hover,
#block-rightcolumncta--3 #edit-actions #edit-actions-submit:hover{
	border: 2px solid var(--color-primary);
  background: var(--color-primary-dark);
  color: var(--color-contrast);
}
/*============== Webforms ==============*/
.webform-type-radios legend {
  margin-top: 10px;
  font-weight: normal;
}
.js-form-type-radio label {
  display: inline-block;
}
.js-form-type-select {
  margin-top: 10px;
}
.form-item.js-form-type-select {
  margin-bottom: 20px;
}

#edit-terms-conditions--description {
	font-size: .8em;
  margin-bottom: 25px;
}

.contact-page-buttons {
	display: flex;
  justify-content: space-around;
}

/*============== Homecare Story Block Section ==============*/

#homecare-story-block {
	background: url(../images/homecare-story-bg.jpg);
  color: #fff;
  position: relative;
}
#homecare-story-block .flex-wrapper {
	display: flex;
  justify-content: space-between;
  padding: 5% 0;
  align-items: normal;
}
#homecare-story-block .flex-wrapper .column {
	width: 50%;
	padding-left: 10%;
}
#homecare-story-block .flex-wrapper .column.two {
	width: 50%;
	background: url(../images/goldstar.png) no-repeat 0% 10%;
  padding-left: 6%;
}
#homecare-story-block .flex-wrapper .column li {
	padding: 2.5% 0 2.5% 18%;
  background: url(../images/firstday-corp-ribbon.png) no-repeat 0% 50% / 10%;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.homecare-story-header {
	text-transform: uppercase;
  padding: 5%;
 
}
.homecare-story-title {
	font-size: 1.5em;
  color: var(--color-primary);
  margin-bottom: 2%;
}
.homecare-story-text {
	margin-bottom: 5%;
}
.homecare-story-button {
	margin-top: 2%;
}
.homecare-story-button a {
	padding: 10px 20px;
  border: 2px solid var(--color-primary);
  border-radius: 20px;
  background: #fff;
  font-weight: bold;
}
.homecare-story-button a:hover {
	background: var(--color-contrast);
	color: var(--color-primary-dark);
}

/*============== Top Choice Block Section ==============*/

#top-choice-block {
	
}
#top-choice-block .flex-wrapper {
	padding: 0 0 5% 0;
}
#top-choice-block .top-choice-block-title {
	text-transform: uppercase;
  color: var(--color-primary);
  padding: 3% 10%;
  background: url(../images/goldstar.png) no-repeat 0% 0%;
  width: 70%;
  margin: 5% auto 0;
  font-size: 1.8em;
  text-align: center;
}
#top-choice-block .flex-wrapper .column.one {
	padding-top: 4%;
}
#top-choice-block .flex-wrapper .column li {
	padding: 4% 0 2.5% 15%;
  background: url(../images/firstday-corp-ribbon.png) no-repeat 0% 50% / 8%;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 20px;
	color: var(--color-primary-dark);
}


/*============== Testimonial Block - Home Page ==============*/

.path-frontpage #testimonial-block {
	background: url(../images/content-bottom-locator-bg.png) no-repeat 50% 50%;
	background-size: cover;
	padding: 50px;
}
#testimonial-block {
	background: url(../images/content-bottom-locator-bg.png) no-repeat 50% 50%;
	background-size: cover;
	margin-top: 0px;
}
#testimonial-block .flex-wrapper .column.one {
	width: 100%;
	margin-right: 2%;
	margin-left: 5%;
}
#testimonial-block .flex-wrapper .column.one img {
	width: 60%;
  margin: 5% 0;
}
#testimonial-block .flex-wrapper .column.one h3 {
	font-size: 1.3em;
	color: var(--color-secondary);
	width: 70%;
  margin-left: 0%;
}

#testimonial-block .flex-wrapper .column.two {
	width: 98%;
	padding-top: 6%;
}
#testimonial-block .flex-wrapper .column.two .testimonial-stars img {
	margin-bottom: 5%;
	width: 30%;
}
#testimonial-block .testimonial-copy {
	color: var(--color-neutral);
	font-size: 1.1em;
	margin-bottom: 5%;
}
#testimonial-block .testimonial-author {
	text-align: right;
	color: var(--color-neutral);
}
/*============== Structure Blocks ==============*/

.flex-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 5% 0;
  align-items: normal;
}
.flex-wrapper .column {
  padding: 3%;
  flex-grow: 1;
}
/*====================================*/
/* Testimonials  ==========*/
/*====================================*/
#the-best {
  background: var(--color-secondary) url(../images/the-best-bg.jpg) repeat center center;
  color: #fff;
}
#the-best .flex-wrapper {
  padding: 13.5% 0;
  justify-content: center;
  align-items: center;
}
#the-best .flex-wrapper .column {
  padding: 3%;
  flex-grow: 0;
  justify-content: center;
  align-items: center;
}
#the-best .flex-wrapper .column p {
  font-size: 22px;/*old browser fallback*/
  font-size: clamp(18px, calc(20px + 0.390625vw), 30px);
  background: var(--color-secondary);
  text-align: center;
  border-radius: var(--border-radius-default);
  display: inline-block;
  margin: 0 auto;
  padding: 4% 14%;
  white-space: nowrap;
}
/*====================================*/
/* Reviews Slider  ==========*/
/*====================================*/
/* Slideshow container */
.slideshow-container {
  max-width: 800px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
	padding: 0 12%;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


/*====================================*/
/* Large Title with Button  ==========*/
/*====================================*/
#large-title-with-cta-button {
  background: #ffffff;
  color: #111111;
}
/*============== 1,2,3 Block ==============*/
#large-title-with-cta-button .flex-wrapper .column{
  width: 50%;
}

#large-title-with-cta-button .flex-wrapper .column.two h3{
  color: var(--color-secondary);
  font-size: 40px;/*old browser fallback*/
  font-size: clamp(25px, calc(40px + 0.390625vw), 55px);
  line-height: 90%;
  margin-bottom: 5px;
}
#large-title-with-cta-button .flex-wrapper .column.two h4{
  color: var(--color-secondary);
  font-size: 22px;/*old browser fallback*/
  font-size: clamp(18px, calc(20px + 0.390625vw), 30px);
  line-height: 110%;
  margin-bottom: 10px;
}

#large-title-with-cta-button .flex-wrapper .column.two .steps {
  display: flex;
  padding: 0%;
  align-items: center;
}
#large-title-with-cta-button .flex-wrapper .column.two .steps h3 {
  line-height: 0.95em;
}
#large-title-with-cta-button .flex-wrapper .steps .number {
  width: 100px;
  aspect-ratio: 1 / 1;
  height: 100px;
  margin-right: 20px;
}
#large-title-with-cta-button .flex-wrapper .steps .number svg{
  padding: 10%;
  min-height: 100px;
}
#large-title-with-cta-button .flex-wrapper .column.two .steps h3{
  color: var(--brand-color-4);
  font-size: 25px;/*old browser fallback*/
  font-size: clamp(12px, calc(14px + 0.390625vw), 25px);
  padding: 0;
  margin: 0;
  line-height: 1.1em;
}
#large-title-with-cta-button .flex-wrapper .column.two .steps p{
  color: var(--brand-color-4);
  font-size: 20px;/*old browser fallback*/
  font-size: clamp(12px, calc(11px + 0.390625vw), 15px);
  padding: 0;
  margin: 0;
  line-height: 1.1em;
}
/*====================================*/
/* Left Image, Right Paragraph  ==========*/
/*====================================*/
#left-image-right-paragraph {
  background: #fff;
  /*  Auto Text Color switcher */
  --switch10: calc((var(--color-neutral-lighter-l) - var(--contrastThreshold)) * -100);
  color: var(--color-secondary);
  position: relative;
}

#left-image-right-paragraph .column {
  width: 50%;
}
#left-image-right-paragraph .column.one p{
  font-size: clamp(16px, calc(18px + 0.390625vw), 24px);
  font-weight: bold;
}
#left-image-right-paragraph .column.one .cta-button {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}
#left-image-right-paragraph .column.one .cta-button:hover {
  background: var(--color-neutral);
  border-color: var(--color-neutral);
}
#left-image-right-paragraph .column.two {
  text-align: left !important;
  font-weight: bold;
  padding: 5%;
  font-size: 18px;/*old browser fallback*/
  font-size: clamp(13px, calc(18px + 0.390625vw), 22px);
  line-height: 160%;
}
#left-image-right-paragraph .column.two li {
	padding: 2.5% 0 2.5% 18%;
  background: url(../images/firstday-corp-ribbon.png) no-repeat 0% 50% / 10%;
  font-weight: 500;
  line-height: 1.5em;
	margin-bottom: 20px;
}
#left-image-right-paragraph .stars {
  color: var(--color-contrast);
}
#left-image-right-paragraph a {
  /*  Auto Text Color switcher */
  --switch: calc((var(--color-neutral-lighter-l) - var(--contrastThreshold)) * -100);
  color: hsl(0, 0%, var(--switch));

}
/*====================================*/
/* Left CTA Right Image  ==========*/
/*====================================*/
#left-cta-right-image {
  background: var(--color-primary);
}
/*====================================*/
/* Left Checklist, Right Image  ==========*/
/*====================================*/
#left-checklist-right-image {
  background: var(--color-neutral-lightest);
  /*  Auto Text Color switcher */
  --switch11: calc((var(--color-neutral-lightest-l) - var(--contrastThreshold)) * -100);
  color: hsl(0, 0%, var(--switch1));
}
#left-checklist-right-image h3{
  font-size: 32px;/*old browser fallback*/
  font-size: clamp(18px, calc(18px + 0.390625vw), 40px);
}
#left-checklist-right-image ul li{
  padding: 0 0 0 1em;
  margin: 0 1em 0 0;
  font-size: 18px;/*old browser fallback*/
  font-size: clamp(14px, calc(16px + 0.390625vw), 22px);
}
#left-checklist-right-image ul li i{
  padding: 0 0.8em 0 0;
  color: var(--color-primary-dark);
}
#left-checklist-right-image img{
  max-width: 400px;
  width: 100%;
}

/*============== News ==============*/
.page-news .views-row {
  margin: 2% 0;
  position: relative;
  background: hsl(var(--color-neutral-h),var(--color-neutral-s),85%);
  z-index: 0;
  padding-bottom: 3%;
}
.page-news .views-row .flex-wrapper {
  padding: 3%;
  align-items: flex-start;
}
.page-news .views-row .flex-wrapper div {
  margin: 0 20px 0 0;
}
.page-news .views-row .flex-wrapper img {
  min-width: 200px;
  cursor: pointer;
}
.page-news .views-row .flex-wrapper p {
  
}
.page-news .views-row a {
  color: var(--color-primary);
}
.page-news .views-row .views-field-title h3 {
  background: var(--color-neutral-lightest);
  color: var(--color-primary-dark);
  padding: 1% 3%;
  margin: 0;
  cursor: pointer;
}
.page-news .views-row .views-field-body {
  padding: 1%;
}
.page-news .views-row .views-field-view-node {
  margin: 0 3%;
}
.page-news .views-row .views-field-view-node .cta-button{
  font-size: 15px;
}
/*============== Areas Served Page ==============*/
.areas_served__region-list {
  margin-bottom: 30px;
}

/*============== Review Page ==============*/
.review-button-wrapper .cta-button.review {
  min-width: 30%;
  text-align: center;
  color: #fff;
}

.review-button-wrapper .cta-button.review.primary {
  background: #42ab48;
  border: #42ab48;
}

.review-button-wrapper .cta-button.review.secondary {
  background: #d1404f;
  border: #d1404f;
}

.review-pop-up {
  display: none;
}

#colorbox .review-pop-up {
  display: block;
  text-align: center;
  max-width: 400px;
  color: #000;
}

.page-feedback #content-area {
  text-align: center;
}

.page-testimonials .views-row h3 {
  margin-bottom: 10px;
}

.testimonial-video-container {
  margin-bottom: 20px;
}

.page-testimonials .testimonial-video-container iframe {
  margin: auto;
  height: 300px;
}

.page-about-us-faqs .video-container {
  margin-bottom: 20px;
}

.page-about-us-faqs .video-container iframe {
  margin: auto;
}
/*============== Testimonials ==============*/
.testimonial.views-row {
  background: hsl(var(--color-neutral-h),var(--color-neutral-s),85%);
  padding: 3%;
  margin-bottom: 3%;
}

/*============== Staff ==============*/
#staff .about_us__staff {
  display: flex;
  justify-content: space-between;
}
#staff .about_us__staff > div {
  background: hsl(var(--color-neutral-h),var(--color-neutral-s),85%);
  color: var(--color-primary); 
  padding: 2% 2%;
}
#staff .about_us__staff > div h3 {
  margin: 0;
  color: var(--color-primary); 
}
/*============== Locator ==============*/
.node--type-finder-locations #content-area > div {
  background: var(--color-secondary);
  color: #fff;
  padding: 5%;
  border-radius: 25px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.node--type-finder-locations #page-content {
	width: 50%;
  margin: 0 auto;
}
.node--type-finder-locations #page-content .column {
	margin-top: 10%;
}
.node--type-finder-locations #page-content .finder_locations__area-description {
	margin-bottom: 10%;
}
.locator-row {
  background: var(--color-secondary);
  color: #fff;
  padding: 5%;
  border-radius: 25px;
  margin-top: 20px;
}
.locator-backup-row .flex-wrapper .column {
  padding: 3%;
  flex-grow: 1;
  text-align: center;
}
.page-find-your-location h3 {
  margin: 20px 0 10px 0;
}
.locator-logo {
	background: #fff;
  padding: 5% 10%;
  border-radius: 20px;
  margin: 0 auto;
}
.finder_locations__area-description 
/*============== Footer ==============*/
#footer {
 background: #fff;
  
  color: hsl(0, 0%, var(--switch),0.8);
  border-top: 5px solid var(--color-primary);
}
#footer a {
  color: var(--color-primary-dark);
}
#footer a:hover {
  color: var(--color-contrast);
}
.footer-buttons {
	margin-top: 15px;
	display: flex;
	flex-direction: column;
  text-align: center;
  width: 80%;
}
.footer-buttons a {
	background: #fff;
	color: var(--color-secondary);
	border: 3px solid var(--color-primary);
	border-radius: 15px;
  padding: 5px 10px;
  font-size: 11px;
  margin: 5px;
}
.footer-buttons a:hover {
	color: #fff !important;
	background: var(--color-contrast);
}
#footer #footer-region > div {
  display: flex;
  justify-content: space-between;
  padding: 2% 0;
}
#footer #footer-region div > div {
  flex-grow: 1;
  flex-basis: 0;
  padding: 0 0.5%;
}
#footer #footer-column-1 {
	padding: 0;
}
#footer #footer-column-1 p {
  font-size: clamp(10px, calc(12px + 0.390625vw), 16px);
  margin: 10% 0;
	color: var(--color-primary-dark);
}
#footer #footer-column-2 {
	padding: 0 0 0 2%;
	color: var(--color-primary-dark);
}
#footer #footer-column-3 {
	color: var(--color-primary-dark);
}

#footer h5 {
  border-bottom: solid 2px;
  --switch: calc((var(--color-neutral-dark-l) - var(--contrastThreshold)) * -100);
  border-color: hsl(0, 0%, var(--switch),0.6);
  font-size: clamp(14px, calc(16px + 0.390625vw), 24px);
  margin-top: 30px;
  padding-bottom: 10px;
}
#footer ul li {
  list-style-type: "-";
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
  color: var(--color-primary-dark);
}

#footer .flex-column {
  display: flex;
}
#footer .flex-column span {
  flex-grow: 1;
  flex-grow: 0;
}
#footer .flex-column i{
  padding: 0 0.8em 0 0;
}
#ss-footer-col-4 {
	color: var(--color-primary-dark);
}
#footer #copyright {
  width: 100%;
  border-top: none;
  text-align: left;
  padding: 1% 0;
  flex-grow: 0 !important;
  flex-basis: 100% !important;
  --switch: calc((var(--color-neutral-dark-l) - var(--contrastThreshold)) * -100);
  color: var(--color-secondary);
}
#footer #copyright p{
  margin: 0;
  padding-bottom: 5px;
}
#footer #footer-region .social-wrapper {
  display: flex;
  justify-content: space-between;
	width: 80%;
}
#footer #footer-region .social-wrapper a{
  margin: 1%;
}
#footer #footer-region .social-wrapper svg{
  width: 98%;
}
#footer #footer-region .social-wrapper .cls-1{
  --switch: calc((var(--color-neutral-dark-l) - var(--contrastThreshold)) * -100);
  fill: /*hsl(0, 0%, var(--switch),0.8)*/ var(--color-primary);
}
#footer .footer-block-logo.filter{
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.th_code { visibility: hidden; }
/*============== Media Queries ==============*/
/*Under max width*/
@media screen and (max-width: 1200px) {
  body,
  .layout-container {
    overflow-x: hidden;
  }
  /* Hide scrollbar for Chrome, Safari and Opera */
  body::-webkit-scrollbar {
        display: none;
  }
  body {
      -ms-overflow-style: none;  /* IE and Edge */
      scrollbar-width: none;  /* Firefox */
  }
  .role--unauthenticated .mm-page {
    overflow-x: hidden;
  }
   .container {
    padding: 2%;
    margin: 0 auto;
    width: auto;
  }
  .container.main-inner {
    padding: 2%;
    margin: 0 auto;
    width: 96%;
  }
  #block-rightcolumncta .container,
  #block-rightcolumncta--3 .container {
    padding: initial;
    margin: 0 auto;
    width: initial;
    margin-top: 60px; 
  }
	#block-rightcolumncta img, #block-rightcolumncta--3 img {
  
}
	#block-rightcolumncta h3, #block-rightcolumncta--3 h3 {
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 1.5em;
  padding: 0;
  margin: -10px 0;
}
	#block-rightcolumncta .basic__webform, #block-rightcolumncta--3 .basic__webform {
  padding: 1% 7% 8%;
  background: url(../images/right-column-bg-dark.png) no-repeat;
  border-radius: 20px;
  background-size: cover;
}
  .flex-wrapper .column {
    width: 98% !important;
  }
}
/*iPad*/
@media screen and (max-width: 960px) {
  #page_bottom .block-inner {
    padding: 5em 0;
  }
  #flex-callout .basic__body,
  .flex-wrapper {
    flex-direction: column;
    justify-content: center !important;
    text-align: center !important;
  }
  #left-image-right-paragraph img {
    max-height: 300px;
  }
  #flex-callout .basic__body .flex-column {
    margin: 0 auto;
  }
  #top-top-nav .container div,
  #top-top-nav #block-toptopnav {
    width: 100%;
    display: block;
  }
  #top-top-nav #block-toptopnav a {
    width: 100%;
    text-align: center;
    border-right: none;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 16px;
  }
   #top-top-nav {
    padding: 2% 0 1%;
  }
  #top-top-nav #block-toptopnav ul li a {
    padding: 2%;
  }
  a#superfish-top-top-nav-toggle {
    padding: 2% 5% !important;
    font-size: 16px !important;
  }
  #header .container #header-region {
    width: 100%;
  }
  #header .container #header-region > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5% 0;
    margin: 0 3%;
    width: 94%;
  }
  #header #header-phone-2 {
    display: block;
    visibility: initial;
  }
  #header #header-phone-2 a {
    display: inline-block;
    height: 55px;
    width: 55px;
    background: #fff;
    text-indent: -9999px;
    position: relative;
  }  
  #header #header-phone-2 a:before {
    content: '\f879';
    font-family: "Font Awesome 6 Pro";
    font: var(--fa-font-solid);
    text-indent: 0px;
    font-size: 35px;
    color: var(--color-primary);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position:absolute;
 }
  .site-logo img {
    max-height: 100px;
  }
  #service-menu, #header-phone {
    display: none !important;
  }
  .responsive-menu-toggle {
    display: inline-block !important;
    height: 55px;
    width: 55px;
/*    background: var(--color-primary);*/
  }
  .responsive-menu-toggle-icon {
    box-sizing: border-box;
    display: block;
    width: 55px;
    height: 55px;
    z-index: 4;
    margin-top: 0;
    position: relative;
  }
  .responsive-menu-toggle-icon span.label {
    display: block;
    position: absolute;
    font-size: 15px;
    text-transform: uppercase;
    bottom: 3px;
    left: 0px;
    color: var(--color-primary-dark);
    text-align: center;
    width: 100%;
  }
	#page-hero {
		min-height: 80vh;
		background-size: auto;
	}
  #page-hero .flex-wrapper .column {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #page-hero #hero .hero-flex-wrapper .column.one {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
	#flex-callout .hero-footer-flex h3 {

  width: 100%;
  margin: 0 auto;
}
	#flex-callout .hero-footer-flex #views-exposed-form-locator-page-1 {
  margin: 0 auto;
  padding-top: 5%;
}
	#flex-callout .hero-footer-flex.two {
		padding-top: 5%;
		background-size: 10%;
	}
  #page-hero #hero .button-wrapper {
    padding: 3%;
  }
  #page-hero #hero .button-wrapper {
    justify-content: center;
  }
  #page-hero #hero .button-wrapper a {
    margin: 0 1em;
  }
  #flex-callout {
    margin: 0;
  }
	
  .path-frontpage #page-hero {
    height: 50vh;
  }
	#page_top {
  margin-top: -50px;
}
	#home-buckets .content_block__body {
  display: block;
	}
	#home-buckets .scutesuite-services-block {
	display: block;
}
	#home-buckets .flex-column {
		width: 80%;
		margin: 5% auto;
	}
	#features .content_block__body {
  display: block;
}
	.better-days h3 {

  font-size: 2.3em;
}
	.better-days a {
		margin: 2% 15%;
	}

	.path-frontpage #content-bottom-locator {
  margin-top: -20px;
}
	.content-bottom-locator.one h3 {
		margin-left: 15%;
	}
	#testimonial-block .flex-wrapper .column.one img {
  width: 50%;
  margin: 5% 0;
}
	#views-exposed-form-locator-page-1 {
  width: 70%;
  margin-left: 15%;
}
	.content-bottom-locator.two {
  width: 80%;
  margin-left: 10%;
  margin-top: 10%;
		text-align: right;
}
	.prev {
  left: 0;
}
	.next {
		right: 0;
	}
  #footer .footer-region > div {
    max-width: 350px;
    margin: 0 auto;
  }
  #footer #footer-region > div {
    text-align: center;
	  display: flex;
    flex-direction: column;
  }
	#footer #footer-region > div .address {
		text-align: left;
	}
	.footer-buttons {
  margin: 30px 20%;
  display: flex;
    width: auto;
}
	#footer #footer-region .social-wrapper {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
	#footer #footer-region .social-wrapper a {
  margin: 10%;
}
	#footer #footer-region div > div .flex-column {
    /*justify-content: center;*/
  }
	#footer #ss-footer-col-4 .flex-column {
		justify-content: left;
		margin-left: 15%;
	}
	
  #footer #copyright {
    text-align: center;
    padding: 0 5%;
  }
  #footer ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
}
@media screen and (max-width: 760px) {
	#home-buckets .flex-column img {
  width: 60%;
  margin-bottom: 8%;
}
	#home-buckets .flex-column h4 {
  width: 100%;
  font-size: 1.5em;
		margin-bottom: 5%;
}
	#home-buckets .cta-button.secondary {
		margin-bottom: 7%;
	}
	
	#block-rightcolumncta img, #block-rightcolumncta--3 img {
  width: 30%;
  margin-left: 35%;
  margin-top: -40%;
}
	  #block-rightcolumncta h3, #block-rightcolumncta--3 h3 {
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 2em;
    padding: 0;
    margin: 0 0 5% 0;
  }
} 
/*mobile*/
@media screen and (max-width: 580px) {
	#darbys-story .column.two {
		background: none;
	}
	.hero-bottom-callout {
  width: 100%;
  margin: 0 auto;
  display: flex;
}
	#home-page-buckets .content_block__body {
  display: block;
  padding: 4vh;
  justify-content: flex-start;
	}
	#home-page-buckets .flex-column {
		margin-bottom: 10%;
	}
	#block-rightcolumncta img, #block-rightcolumncta--3 img {
  position: absolute;
  top: -5%;
  right: 33%;

}
	#block-rightcolumncta .webform-flexbox,
#block-rightcolumncta--3 .webform-flexbox {
    display: flex;
    margin: 1em 0 1%;
	justify-content: space-between;
  }
		#block-rightcolumncta .webform-flexbox .webform-flex.webform-flex--1,
	#block-rightcolumncta--3 .webform-flexbox .webform-flex.webform-flex--1 {
		margin-right: 1%;
	}
	#homecare-story-block .flex-wrapper .column.two
	{
		padding-left: 15%;
  width: 80% !important;
  margin-left: 5%;
	}
	#top-choice-block .top-choice-block-title {
		width: 95%;
		padding: 5% 20%;
	}
#top-choice-block .flex-wrapper .column.two {
  width: 80% !important;
  margin: 0 auto;
	}
  #testimonial-block .flex-wrapper .column.two .testimonial-stars img {
    margin-bottom: 8%;
    width: 35%;
  }
	  .content-bottom-locator.two {
   width: 100%;
    margin-left: 0%;
    margin-top: 10%;
    text-align: right;
  }
	.node--type-finder-locations #page-content {
	width: 80%;
  margin: 0 auto;
}
}
