







/* 1a. Containers */




/* 1b. Colors */
/*https://coolors.co/488596-89a78b-ed6c25-ebaa38-daf0f7*/
 /*3d3d3d*/
 /*white*/

 /*brand blue 488596*/ /*but damn 578494 is nice too */
 /*brand green 89a78b*/
 /* brand orange ed6c25*/
 /*brand yellow ebaa38*/ 



 
 /*footer sky blue daf0f7*/
 /*navstep2 5B92A1 */
 /* not in use need to reassign */
/*# */
/*# */
/*# */
/*# */
/*f3f3f9*/
/*6292A5*/
/*
89A7A9 replaces primary overlay
89A793 replaces secondary
F5CF8F replace quat
F4A57B terti
very interesting for the content details*/


/*


*/

/* 1c. Typography */




























/* 1d. Buttons */

 /*theme.buttons.text.font*/











/* 1e. Forms */









































/* 1f. Tables */






 






/* 1g. Website header */

 /*theme.header.menu.text.color.color*/
 /*theme.header.menu.drop_downs.text.color.color*/
 /* color(theme.header.menu.drop_downs.background.color) */
 /* theme.header.menu.drop_downs.border.border.css */



/* 1h. Website footer */





html {
  scroll-behavior: smooth; /* supported in all major browsers */
}
html {
  scroll-behavior: smooth; /* supported in all major browsers */
}
.fc-back_to_top {
    display:inline;
    bottom: 110px;
    position: sticky;
    margin-right:10px; 
    place-self: end;
    margin-top: calc(100vh + 50px);
    z-index:999;
}
.fc-back_to_top a{
    position: relative;
    top: 18px;
    right: calc(-100vw + 55px);
    display:block;
    border: 4px solid white;
    text-decoration: none;
    height: 45px;
    width: 45px;
    transition:all .3s ease;
    background: #488596;
}
.fc-back_to_top a:hover{
  background:#ed6c25;
}
.fc-back_to_top a:before {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    border: 6px solid transparent;
    border-bottom-color: white;
    position: relative;
    top: 24%;
    left: 33%;
}
@media (max-width:768px){
  .fc-back_to_top {
      bottom: 74px;
  } 
  .fc-back_to_top a{
      right:unset;
      left:14px;
  } 
}
/*
.fc-back_to_top {
    margin-block-start: calc(100vh + 400px);
    position: sticky;
    display: block;
    bottom: 110px;
    left: 100vw;
    margin-inline-end: 10px;

    border: 4px solid white;
    text-decoration: none;
    height: 45px;
    width: 45px;
    transition:all .3s ease;
    background: #488596;
    z-index:999;
}
.fc-back_to_top:hover{
  background:#ed6c25;
}
a.fc-back_to_top:before {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    border: 6px solid transparent;
    border-bottom-color: white;
    position: relative;
    top: 24%;
    left: 33%;
}
@media (max-width:767px){
  .fc-back_to_top {
      bottom: 82px;
        left: 13px;
  } 
}
*/




.content-wrapper {
  max-width: 1240px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 0;
} 
.dnd-section .dnd-column {
    padding: 0;
}
:not(.dnd-section) .dnd-section {
    background-color: #ffffff;
    border: 4px solid white;
    border-top: none;
    margin: 0 auto;
    max-width: 1240px;
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}





html {
  font-size: 18px;
}

body {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #3d3d3d;
  font-size: 18px;
  background-color: #daf0f7;
  max-width:100vw;
}

/* Paragraphs */

p {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  ;
  color: #6292A5;
}
.blog-post__body a{
  color: #205d6e!important;
}

a:hover,
a:focus {
  color: #3a6a7d;
}

a:active {
  color: #8abacd;
}

/* Headings */

h1,
.h1 {
  font-family: Montserrat, serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #3d3d3d;
  font-size: 45px;
  text-transform: uppercase;
}

h2,
.h2 {
  font-weight: 700; text-decoration: none; font-family: Montserrat, serif; font-style: normal;
  color: #3d3d3d;
  font-size: 38px;
  text-transform: uppercase;
}

h3,
.h3 {
  font-weight: 700; text-decoration: none; font-family: Montserrat, serif; font-style: normal;
  color: #3d3d3d;
  font-size: 30px;
  text-transform: uppercase;
}

h4,
.h4 {
  font-weight: normal; text-decoration: none; font-family: Montserrat, serif; font-style: normal;
  color: #3d3d3d;
  font-size: 24px;
  text-transform: uppercase;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: Montserrat, serif; font-style: normal;
  color: #3d3d3d;
  font-size: 16px;
  text-transform: uppercase;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: Montserrat, serif; font-style: normal;
  color: #3d3d3d;
  font-size: 14px;
  text-transform: uppercase;
}

/* Blockquote */

blockquote {
  border-left-color: #ffffff;
}





button,
.button,
.hs-button,
.hs-blog-post-listing__post-button {
  
  background-color: #6292A5;
  border: 4px solid #6292A5;
  border-radius: 0;
  text-transform:uppercase;
  text-decoration:none;
  padding:11px 32px;
  font-weight: 700;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  font-family: Montserrat;
  transition: all .3s ease;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  color: #6292A5;
  background-color: white;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: Montserrat, serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(101, 101, 101, 1.0);
  border-color: #656565;
}





form,
.submitted-message {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 1px none #ffffff;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 0px;
;
  max-width: 87vw;
}

/* Form title */

.form-title {
  border: 1px none #ffffff;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: Montserrat; font-style: normal; font-weight: 700; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 30px;
  color: #3d3d3d;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


/* Labels */

form label {
  color: #3d3d3d;
}

/* Help text */

form legend {
  color: #3d3d3d;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 2px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #3d3d3d;
  border-radius: 3px;
}
form select.error{
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNlZjZiNTEnIGhlaWdodD0nMTAnIHZpZXdCb3g9JzAgMCAyNC4wIDIwLjc5Jz48ZGVmcz48L2RlZnM+PHBvbHlnb24gcG9pbnRzPScxMiAyMC43OSA2IDEwLjQgMCAwIDEyIDAgMjQuMDEgMCAxOC4wMSAxMC40IDEyIDIwLjc5Jy8+PC9zdmc+");
}
form select{
  appearance: none;
  padding: 0.67em 1em 0.67em 0.67em;
  background: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyM0ODg1OTYnIGhlaWdodD0nMTAnIHZpZXdCb3g9JzAgMCAyNC4wIDIwLjc5Jz48ZGVmcz48L2RlZnM+PHBvbHlnb24gcG9pbnRzPScxMiAyMC43OSA2IDEwLjQgMCAwIDEyIDAgMjQuMDEgMCAxOC4wMSAxMC40IDEyIDIwLjc5Jy8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 53%;
  margin-right: 2rem;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #3d3d3d;
}

::-moz-placeholder {
  color: #3d3d3d;
}

:-ms-input-placeholder {
  color: #3d3d3d;
}

::placeholder {
  color: #3d3d3d;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #3d3d3d;
}

.fn-date-picker td.is-selected .pika-button {
  background: #3d3d3d;
}

.fn-date-picker td .pika-button:hover {
  background-color: #3d3d3d !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #3d3d3d;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #3d3d3d;
;
  padding-top: 16px;
padding-right: 42px;
padding-bottom: 16px;
padding-left: 42px;
;
  font-family: 'Roboto Flex', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 22px;
  background-color: 

  
  
    
  


  rgba(61, 61, 61, 1.0)

;
  border-radius: 0px;
  text-transform: uppercase;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  color: #ffffff;
  border: 1px none #1a334e;
;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(101, 101, 101, 1.0);
  border-color: #656565;
}





/* Table */

table {
  border: 1px solid #3d3d3d;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #3d3d3d;

  padding: 18px;

  color: #3d3d3d;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(61, 61, 61, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #3d3d3d;
}








.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #f2f2f2;
  font-family: Roboto;
}

.menu__child-toggle-icon {
  border-top-color: #f2f2f2;
  border: none; /*kills the icon*/
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #cacaca;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #cacaca;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #ffffff;
}

.menu__child-toggle-icon:active {
  border-top-color: #ffffff;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #f2f2f2;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    none
    background-color: #5B92A1;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    none
    background-color: #5B92A1;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #f2f2f2;
  background-color: #5B92A1;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #3d3d3d;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Roboto;
}

.header__language-switcher-label-current:after {
  border-top-color: #f2f2f2;
}
li.menu__item.menu__item--depth-2:last-of-type a {
    border-bottom: 1em solid #5B92A1;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #f2f2f2;
  }
}








.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #3d3d3d;
}





.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}
.blog-post{
  padding: 0 0 80px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #3d3d3d;
}

.blog-post__tag-link {
  color: #3d3d3d;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #151515;
}

.blog-post__tag-link:active {
  color: #656565;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: 700; text-decoration: none; font-family: Montserrat, serif; font-style: normal;
  text-transform: uppercase;
}

.blog-related-posts__title-link {
  color: #3d3d3d;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #151515;
}

.blog-related-posts__title-link:active {
  color: #656565;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: #0270E0;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #0048b8;
}

#comments-listing .comment-reply-to:active {
  color: #2a98ff;
}

/* FC overrides *********************************************/
h1{
    line-height: 0.9;
}
.hs-blog-post .content-wrapper {
    margin: 0 auto;
    padding: 0; 
}
/*FC*/
section.fc-blog .fc-wrap-article
,section.fc-section.fc-pagination{
    background-color: #dfe9ed;
}

/* Blog pagination */
.hs-pagination__link-text,
.hs-pagination__link--number {
  color: #6292A5;
}
.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: #3a6a7d;
}
.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #8abacd;
}
.hs-pagination__link{
  transition:all .3s ease;
}
a.hs-pagination__link:not(.hs-pagination__link--active):hover {
    background-color: white;
}
.hs-pagination__link-icon svg {
  fill: #6292A5;
}
.hs-pagination__link--active {
    background: #6292A5;
    color: white;
}
.hs-pagination__link--active:hover{
  color:white;
}
.fc-section.fc-pagination{
  /*border-bottom: 4px solid white;*/
}
.hs-pagination {
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.9em;
}
/*trailer queen*/
#hs_menu_wrapper_trailer .hs-menu-item a{
  background-color: white;
  border: 4px solid #488596;
  padding: .9em 1.3em;
  font-family: Montserrat;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .05em;
  color: #488596;
  transition: all .3s ease-out;
  text-wrap: nowrap;
}
#hs_menu_wrapper_trailer .hs-menu-item a:hover{
  background-color: #488596;
  color: white;
}
#hs_menu_wrapper_trailer .hs-menu-item:not(:first-of-type) a{
  margin-left:20px;
}
.hs-menu-wrapper ul {
    justify-content: flex-end;
}
#hs_menu_wrapper_trailer .hs-menu-item{
  text-align: center;
  margin: 2em 0 0 0;
}
/*end tq*/

.hs-blog-post .fc-blog-body
,.hs-blog-post .fc-blog-header {
    background-color: #ffffff;
    border: 4px solid white;
    border-top: none;
    margin: 0 auto;
    max-width: 1240px;
}
.hs-blog-post .fc-blog-header {
    background-image: url(https://39850461.fs1.hubspotusercontent-na1.net/hubfs/39850461/theme/hero-backgrounds/joyce-g-9Ih4zXMrPl0-unsplash.jpg) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    height:420px;
    position: relative;
}
.hs-blog-post .fc-blog-header  {
    position: relative;
}
.hs-blog-post .fc-blog-header h1
,.blog-post__meta
,.blog-post__meta a{
  color:white;
}
.hs-blog-post .fc-blog-header h1 {
  line-height: 0.6;
}
.hs-blog-post .fc-blog-header h1 span {
    /*border-bottom: 4px solid white;*/
    font-size: 28px;
}
.blog-post__meta {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    letter-spacing: .05em;
}
.blog-post__meta a {
    text-decoration: none;
    border-bottom: 1px solid #bbbbbf;
}
.hs-blog-post .fc-blog-header .fc-headwrap {
    position: relative;
    bottom: -50%;
    left: 135px;
    max-width: 1000px;
    line-height: 0.5em;
}
.blog-post__timestamp {
    display: inline-block;
}
.blog-post__timestamp:before{
  content:"•";
  padding: 0 0.7em;
}
.blog-post__tags {
    display: inline-block;
}
a.blog-post__tag-link {
    font-size: 1em;
}
span.fc-category {
    padding-left: 1.5em;
    margin-left: 1.5em;
}
.blog-post__meta {
    margin-bottom: 1.4rem;
    padding-top: 0.7rem;
    /*border-top: 1px solid white;*/
    max-width:unset;
}
span.fc-category:before {
    content: "";
    border-left: 1px solid white;
    position: relative;
    left: -20px;
    top: -7px;
    padding-bottom: 0.8rem;
    /* display: inline-block; */
}

/* blog breadcrumb */
.body-container--blog-post .fc-breadcrumb .hs_cos_wrapper svg {
    max-width: 13px;
    fill: #aaa;
}
.body-container--blog-post .fc-breadcrumb a {
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 14px;
    transition: all .3s ease;
    text-decoration:none;
    color:#aaa;
}
.body-container--blog-post .fc-breadcrumb a:hover {
    color:#5d5d5d;
}
.body-container--blog-post .fc-breadcrumb a:hover svg{
    fill:#5d5d5d;
}
.body-container--blog-post .fc-breadcrumb a{
  padding-right:1em;
}
.body-container--blog-post .fc-breadcrumb a:not(:first-of-type):before{
  content:"/";
  color:#ccc;
  padding-right:1em;
  text-decoration:none;
}
.body-container--blog-post .fc-breadcrumb {
  padding: 20px 0 20px 0;
  margin-left: -28px;
}
/*main bc */
.fc-section .fc-breadcrumb .hs_cos_wrapper svg {
    max-width: 12px;
    fill: #fff;
    transition: all .3s ease;
    opacity: 1;
    margin-bottom: -2px;
}
.fc-section .fc-breadcrumb a{
    font-variant: all-petite-caps;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 0.7em;
    letter-spacing: .1em;
    opacity: .5;
    margin: 0 0 -10px 0;
    text-decoration:none;
    transition: all .3s ease;
    color:white;
    padding-right:1em;
}
.fc-section  .fc-breadcrumb a:hover {
    opacity: 1;
}
.fc-section  .fc-breadcrumb a:hover svg{
    opacity: 1;
}
.fc-section .fc-breadcrumb a:not(:first-of-type):before{
  content:"/";
  color:#ccc;
  padding-right:1em;
  text-decoration:none;
}
/**/

/*sidedkick*/
.fc-section.fc-sidekick {
    border-top: none;
    margin: 0 auto;
    max-width: 1240px;
    min-height: 640px;
}
.fc-section.fc-sidekick .fc-herobg {
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
}
.fc-section.fc-sidekick .fc-teaser {
    color: #fff;
    padding: 2em;
    position: relative;
    top: 270px;
}
.fc-section.fc-sidekick .fc-teaser h1{
    margin:0;
    color: white;
    line-height: 0.9;
}
.fc-section h2 {
    color: white;
    font-weight: 500;
    font-size: 1.4em;
    letter-spacing: .05em;
    line-height: .5em;
}
.fc-section .fc-teaser h2 {
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1em;
    margin: 0.7em 0 0.2em 0;
    max-width: 76%;
}

.fc-section.fc-sidekick .fc-teaser p {
    font-size: 1.1em;
    margin: 0;
    max-height: 110px;
    max-width: 652px;
    overflow-y: scroll;
    font-weight: 300;
    font-family: 'Montserrat';
    color:white;
}

.fc-section.fc-sidekick {
    position: relative;
    padding: 0;
}
.fc-section.fc-sidekick .callout {
    background-color: transparent;
    border: 0;
    min-height: 0;
}
.fc-sidekick .fc-cta {
    position: relative;
    left: 0;
    bottom: -10%;
}
.fc-section.fc-sidekick .fc-imagebg {
    opacity: 0.6;
    background-size: 1240px;
}
.fc-section.fc-sidekick  .fc-body {
    left: 0;
    max-height: 57%;
    width: 90%;
    top: 0;
}
.fc-section.fc-sidekick  .fc-content {
    position:unset;
}
.fc-section.fc-sidekick  span.fc-cta-prominent {
    margin: 2em 0 4em 0;
    display: block;
}
.fc-section.fc-sidekick   .fc-noscroll {
    padding-right: 5em;
}
/**/

.fc-section.fc-sidekick.fc-bloghead{
  background-color:transparent;
  min-height:unset;
  margin-left:2.5em;
}
.fc-blogmain .dnd-section:first-of-type {
    padding-top: 200px !important;
    /* color: white; */
}
.fc-blogmain .dnd-section:first-of-type h1{
  color:white;
}
.fc-blogmain article[data-testid="blog-post"] {
  background-color: white;
}
.blog-post h2, .h2 {
    font-weight: 700;
    text-decoration: none;
    font-family: Montserrat, serif;
    font-style: normal;
    color: #5d5d5d;
    font-size: 24px;
    text-transform: uppercase;
}
.blog-post h3, .h3 {
    font-weight: 700;
    text-decoration: none;
    font-family: Montserrat, serif;
    font-style: normal;
    color: #5d5d5d;
    font-size: 18px;
    text-transform: uppercase;
}
.blog-post h4, .h4 {
    font-weight: 700;
    text-decoration: none;
    font-family: Montserrat, serif;
    font-style: normal;
    color: #5d5d5d;
    font-size: 15px;
    text-transform: uppercase;
}

/*fc-blog main grid list */
article.blog-listing__post.card {
    background: white;
    padding: 0 1em 1em 1em;
    margin: .5em;
    position: relative;
    padding-bottom: 85px!important;
}
a.blog-listing__post-title-link {
    margin: .7rem 0 !important;
    font-size: 0.8em;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat';
    text-decoration: none;
    line-height: 1.2em;
    display: block;
}
.blog-listing__post-button-wrapper {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}

/* post detail related */
.fc-section.blog-related-posts {
    max-width: 1240px;
    margin: 0 auto;
    border: 4px solid white;
    border-top: 0;
    background-color: #dfe9ed;
}
.fc-section.blog-related-posts a.blog-listing__post-tag {
    font-size: .5em;
    text-decoration: none;
    margin: 0;
}
.fc-section.blog-related-posts  h2 {
    text-align: left;
    margin-bottom: 1.5em;
}
.fc-section.blog-related-posts  h3 {
    text-align: left;
    margin: 0!important;
}
.fc-section.blog-related-posts .blog-related-posts__list {
    gap: 10px;
}
.fc-section.blog-related-posts .blog-related-posts__post{
  background: white;
  margin-top:0;
  padding-top: 0;
  padding-bottom: 85px;
  position: relative;
}
.fc-section.blog-related-posts .blog-listing__post-button-wrapper {
    text-align: right;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}
.fc-section.blog-related-posts .blog-related-posts__title-link {
  color:inherit;
}
.fc-section.blog-related-posts .blog-related-posts__content {
    color: #5d5d5d;
    font-size: 0.84rem;
}
.fc-section.blog-related-posts .blog-related-posts__content h3{
  font-size:14.4px;
}
.fc-section.blog-related-posts .blog-related-posts__title {
    margin: .7rem 0 !important;
    font-size: 1em;
}
.blog-post__body .hs_cos_wrapper :not(li) ~ p:last-child:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 0 -5px 5px;
    background-repeat: no-repeat;
    background-image: url(https://39850461.fs1.hubspotusercontent-na1.net/hubfs/39850461/brand/favicon_0.ico);
}


@media screen and (min-width: 1000px) {
    .fc-section .blog-related-posts__post {
        flex: 0 0 32.73333%;
    }
}






.hs-search-results__title {
  font-family: Montserrat, serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #3d3d3d;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-weight: 700; text-decoration: none; font-family: Montserrat, serif; font-style: normal;
  text-transform: uppercase;
}

.hs-blog-post-listing__post-title-link {
  color: #3d3d3d;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #151515;
}

.hs-blog-post-listing__post-title-link:active {
  color: #656565;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #3d3d3d;
}

/*. blog article */
.blog-post__body p
, .blog-post__body ol
, .blog-post__body li
, .blog-post__body ul {
    line-height: 1.7;
}










.fc-overlay.fc_primary
,.fc-btn-fc_primary:hover
, .brandBlue{
  background-color:#6292A5;
}
.fc-overlay.fc_secondary
,.fc-btn-fc_secondary:hover
, .brandGreen{
  background-color: #89a78b;
}
.fc-overlay.fc_tertiary
,.fc-btn-fc_tertiary:hover
, .brandOrange{
  background-color: #ed6c25;
}
.fc-overlay.fc_quaternary
,.fc-btn-fc_quaternary:hover
, .brandYellow{
  background-color: #ebaa38;
}
.fc-cta{
  position: absolute;
  bottom: 15%;
  right: 10%;
}
.fc-cta a
,.fc-cta-prominent a
,.fc-cta .fc-btn.fc-pseudobtn{
  background-color:white;
  border:4px solid white;
  padding:.9em 1.3em;
  font-family:Montserrat;
  text-transform:uppercase;
  text-decoration:none;
  font-weight:700;
  font-size:12px;
  letter-spacing:.05em;
  color:#488596;
  transition: all .3s ease-out;
  text-wrap: nowrap;
}
.fc-cta-prominent a{
  padding: .9em 3.3em;
}
.fc-cta-prominent a.fc-btn-fc_primary{
  color: #6292A5;
}
.fc-cta-prominent a.fc-btn-fc_secondary{
  color: #89a78b;
}
.fc-cta-prominent a.fc-btn-fc_tertiary{
  color: #ed6c25;
}
.fc-cta-prominent a.fc-btn-fc_quaternary{
  color: #ebaa38;
}
a.fc-pseudo-fc_primary:hover .fc-pseudobtn{
  color: #6292A5;
}
a.fc-pseudo-fc_secondary:hover .fc-pseudobtn{
  color: #89a78b;
}
a.fc-pseudo-fc_tertiary:hover .fc-pseudobtn{
  color: #ed6c25;
}
a.fc-pseudo-fc_quaternary:hover .fc-pseudobtn{
  color: #ebaa38;
}
.fc-cta a:hover
,.fc-cta-prominent a:hover
,.fc-cta .fc-btn:hover{
  color:white;
}
/*reverse*/
.fc-btn-reverse.fc-btn-fc_primary {
    background-color: #6292A5!important;
    border-color: #6292A5!important;
    color: white!important;
}
.fc-btn-reverse.fc-btn-fc_primary:hover {
    background-color: white!important;
    color: #6292A5!important;
}
.fc-btn-reverse.fc-btn-fc_secondary {
    background-color: #89a78b!important;
    border-color: #89a78b!important;
    color: white!important;
}
.fc-btn-reverse.fc-btn-fc_secondary:hover {
    background-color: white!important;
    color: #89a78b!important;
}
.fc-btn-reverse.fc-btn-fc_tertiary {
    background-color: #ed6c25!important;
    border-color: #ed6c25!important;
    color: white!important;
}
.fc-btn-reverse.fc-btn-fc_tertiary:hover {
    background-color: white!important;
    color: #ed6c25!important;
}
.fc-btn-reverse.fc-btn-fc_quaternary {
    background-color: #ebaa38!important;
    border-color: #ebaa38!important;
    color: white!important;
}
.fc-btn-reverse.fc-btn-fc_quaternary:hover {
    background-color: white!important;
    color: #ebaa38!important;
}
/*Content teaser*/
.fc-overlay.fc_primary_lt{
  /*background-color: rgba(197, 221, 230, 1) !important;*/
  background-color:rgba(197, 216, 230, 0.4) !important;
}
.fc-overlay.fc_secondary_lt{
  background-color: #e7eee8;
}
.fc-overlay.fc_tertiary_lt{
  background-color: #fde2d6;
}
.fc-overlay.fc_quaternary_lt{
  background-color: #fcefdb;
}
.fc-section:not(.fc-detail).fc_primary .fc-btn.fc-btn-fc_primary
,.fc-section:not(.fc-detail).fc_primary_lt .fc-btn.fc-btn-fc_primary_lt {
  background-color: #6292A5!important;
  border-color: #6292A5!important;
  color:white!important;
}
.fc-section:not(.fc-detail).fc_secondary .fc-btn.fc-btn-fc_secondary
,.fc-section:not(.fc-detail).fc_secondary_lt .fc-btn.fc-btn-fc_secondary_lt {
  background-color: #89a78b!important;
  border-color: #89a78b!important;
  color:white!important;
}
.fc-section:not(.fc-detail).fc_tertiary .fc-btn.fc-btn-fc_tertiary
,.fc-section:not(.fc-detail).fc_tertiary_lt .fc-btn.fc-btn-fc_tertiary_lt {
  background-color: #ed6c25!important;
  border-color: #ed6c25!important;
  color:white!important;
}
.fc-section:not(.fc-detail).fc_quaternary .fc-btn.fc-btn-fc_quaternary
,.fc-section:not(.fc-detail).fc_quaternary_lt .fc-btn.fc-btn-fc_quaternary_lt {
  background-color: #ebaa38!important;
  border-color: #ebaa38!important;
  color:white!important;
}
.fc-section:not(.fc-detail).fc_primary .fc-btn.fc-btn-fc_primary:hover
,.fc-section:not(.fc-detail).fc_primary_lt .fc-btn.fc-btn-fc_primary_lt:hover {
  color: #6292A5!important;
  background-color:white!important;
}
.fc-section:not(.fc-detail).fc_secondary .fc-btn.fc-btn-fc_secondary:hover
,.fc-section:not(.fc-detail).fc_secondary_lt .fc-btn.fc-btn-fc_secondary_lt:hover {
  color: #89a78b!important;
  background-color:white!important;
}
.fc-section:not(.fc-detail).fc_tertiary .fc-btn.fc-btn-fc_tertiary:hover
,.fc-section:not(.fc-detail).fc_tertiary_lt .fc-btn.fc-btn-fc_tertiary_lt:hover {
  color: #ed6c25!important;
  background-color:white!important;
}
.fc-section:not(.fc-detail).fc_quaternary .fc-btn.fc-btn-fc_quaternary:hover
,.fc-section:not(.fc-detail).fc_quaternary_lt .fc-btn.fc-btn-fc_quaternary_lt:hover {
  color: #ebaa38!important;
  background-color:white!important;
}
.fc-section.fc_primary h1
,.fc-section.fc_primary h2
,.fc-section.fc_primary h3
,.fc-section.fc_primary h4
,.fc-section.fc_primary.fca-accordion h5
,.fc-section.fc_primary h6
,.fc-section.fc_primary .fca-accordion .fca-title:before 
,.fc-section.fc_primary_lt h1
,.fc-section.fc_primary_lt h2
,.fc-section.fc_primary_lt h3
,.fc-section.fc_primary_lt h4
,.fc-section.fc_primary_lt.fca-accordion h5
,.fc-section.fc_primary_lt h6 {
  color: #6292A5;
}
.fc-section.fc_secondary h1
,.fc-section.fc_secondary h2
,.fc-section.fc_secondary h3
,.fc-section.fc_secondary h4
,.fc-section.fc_secondary.fca-accordion h5
,.fc-section.fc_secondary h6
,.fc-section.fc_secondary .fca-accordion .fca-title:before
,.fc-section.fc_secondary_lt h1
,.fc-section.fc_secondary_lt h2
,.fc-section.fc_secondary_lt h3
,.fc-section.fc_secondary_lt h4
,.fc-section.fc_secondary_lt.fca-accordion h5
,.fc-section.fc_secondary_lt h6 {
  color: #89a78b
}
.fc-section.fc_tertiary h1
,.fc-section.fc_tertiary h2
,.fc-section.fc_tertiary h3
,.fc-section.fc_tertiary h4
,.fc-section.fc_tertiary.fca-accordion h5
,.fc-section.fc_tertiary h6
,.fc-section.fc_tertiary .fca-accordion .fca-title:before
,.fc-section.fc_tertiar_lt h1
,.fc-section.fc_tertiar_lt h2
,.fc-section.fc_tertiar_lt h3
,.fc-section.fc_tertiar_lt h4
,.fc-section.fc_tertiar_lt.fca-accordion h5
,.fc-section.fc_tertiar_lt h6 {
  color: #ed6c25;
}
.fc-section.fc_quaternary h1
,.fc-section.fc_quaternary h2
,.fc-section.fc_quaternary h3
,.fc-section.fc_quaternary h4
,.fc-section.fc_quaternary.fca-accordion h5
,.fc-section.fc_quaternary h6
,.fc-section.fc_quaternary .fca-accordion .fca-title:before
,.fc-section.fc_quaternary_lt h1
,.fc-section.fc_quaternary_lt h2
,.fc-section.fc_quaternary_lt h3
,.fc-section.fc_quaternary_lt h4
,.fc-section.fc_quaternary_lt.fca-accordion h5
,.fc-section.fc_quaternary_lt h6 {
  color: #ebaa38;
}
.fc-section.fc_primary.fc-symptoms h1
,.fc-section.fc_secondary.fc-symptoms h1
,.fc-section.fc_tertiary.fc-symptoms h1
,.fc-section.fc_quaternary.fc-symptoms h1{
  color:white;
}
.fc-section.fc_primary.fc-blogslider h2
,.fc-section.fc_secondary.fc-blogslider h2
,.fc-section.fc_tertiary.fc-blogslider h2
,.fc-section.fc_quaternary.fc-blogslider h2{
  color:white;
}
.fc-section.fc_primary.fc-catcards h2
,.fc-section.fc_secondary.fc-catcards h2
,.fc-section.fc_tertiary.fc-catcards h2
,.fc-section.fc_quaternary.fc-catcards h2{
  color:white;
}

.fc-section.fc_primary:not(.fc-match) p 
,.fc-section.fc_secondary:not(.fc-match) p 
,.fc-section.fc_tertiary:not(.fc-match) p 
,.fc-section.fc_quaternary:not(.fc-match) p {
  color:#5d5d5d;
}
.fc-section.fc_primary.fc-match p 
,.fc-section.fc_secondary.fc-match p 
,.fc-section.fc_tertiary.fc-match p 
,.fc-section.fc_quaternary.fc-match p {
  color:white;
}
.fc-section.fc_primary.fc-match h1 
,.fc-section.fc_secondary.fc-match h1 
,.fc-section.fc_tertiary.fc-match h1 
,.fc-section.fc_quaternary.fc-match h1 {
  color:white!important;
}
.fc-section.fc_primary .fc-benefiticon svg {
  fill: #6292A5;
}
.fc-section.fc_secondary .fc-benefiticon svg {
  fill: #89a78b;
}
.fc-section.fc_tertiary .fc-benefiticon svg {
  fill: #ed6c25;
}
.fc-section.fc_quaternary .fc-benefiticon svg {
  fill: #ebaa38;
}
.fc-section.fc_primary .accentcolor {
  color: #6292A5!important;
}
.fc-section.fc_secondary .accentcolor {
  color: #89a78b!important;
}
.fc-section.fc_tertiary .accentcolor {
  color: #ed6c25!important;
}
.fc-section.fc_quaternary .accentcolor {
  color: #ebaa38!important;
}
.fc-section.fc_primary.fc-versus .row-fluid .vs-attr:first-of-type {
    border-color:#6292A5!important; 
}
.fc-section.fc_secondary.fc-versus .row-fluid .vs-attr:first-of-type {
    border-color:#89a78b!important; 
}
.fc-section.fc_tertiary.fc-versus .row-fluid .vs-attr:first-of-type {
    border-color:#ed6c25!important; 
}
.fc-section.fc_quaternary.fc-versus .row-fluid .vs-attr:first-of-type {
    border-color:#ebaa38!important; 
}
.fc-section.fc-versus.fc-versus-head.vs-icon-fc_primary:after{
  background-color: #6292A5;
}
.fc-section.fc-versus.fc-versus-head.vs-icon-fc_secondary:after{
  background-color: #89a78b;
}
.fc-section.fc-versus.fc-versus-head.vs-icon-fc_tertiary:after{
  background-color: #ed6c25;
}
.fc-section.fc-versus.fc-versus-head.vs-icon-fc_quaternary:after{
  background-color: #ebaa38;
}
.fc-section.fc-detail.fc_primary .fc-subgrid .el.default
,.fc-section.fc-detail .fc-subgrid .el.fc_primary{
  background-color: #6292A5;
}
.fc-section.fc-detail.fc_secondary .fc-subgrid .el.default
,.fc-section.fc-detail .fc-subgrid .el.fc_secondary{
  background-color: #89a78b;
}
.fc-section.fc-detail.fc_tertiary .fc-subgrid .el.default
,.fc-section.fc-detail .fc-subgrid .el.fc_tertiary{
  background-color: #ed6c25;
}
.fc-section.fc-detail.fc_quaternary .fc-subgrid .el.default
,.fc-section.fc-detail .fc-subgrid .el.fc_quaternary{
  background-color: #ebaa38;
}
.fc-section.fc-positions.fc_primary_lt .fc-scrollwrap{
    border-color: #6292A5;
}
.fc-section.fc-positions.fc_primary_lt .fc-scrollwrap:before
,.fc-section.fc-positions.fc_primary_lt .fc-scrollwrap:after{
    background-color: #6292A5;
}
.fc-section.fc-positions.fc_secondary_lt .fc-scrollwrap{
    border-color: #89a78b;
}
.fc-section.fc-positions.fc_secondary_lt .fc-scrollwrap:before
,.fc-section.fc-positions.fc_secondary_lt .fc-scrollwrap:after{
    background-color: #89a78b;
}
.fc-section.fc-versus-body.fc_primary { background-color: #daf0f7 }
.fc-section.fc-versus-body.fc_secondary { background-color: #e7eee8 }
.fc-section.fc-versus-body.fc_tertiary { background-color: #fde2d6 }
.fc-section.fc-versus-body.fc_quaternary { background-color: #fcefdb }


.fc-section.fc-biolist.lay-impact .fc-impact-fc_primary .fc-bizbtn:hover{ background-color: #6292A5; }
.fc-section.fc-biolist.lay-impact .fc-impact-fc_secondary .fc-bizbtn:hover{ background-color: #89a78b; }
.fc-section.fc-biolist.lay-impact .fc-impact-fc_tertiary .fc-bizbtn:hover{ background-color: #ed6c25; }
.fc-section.fc-biolist.lay-impact .fc-impact-fc_quaternary .fc-bizbtn:hover{ background-color: #ebaa38; }

.fc-section.fc-biolist.lay-impact .fc-impact-fc_primary{background-color: #6292A5; }
.fc-section.fc-biolist.lay-impact .fc-impact-fc_secondary{background-color: #89a78b; }
.fc-section.fc-biolist.lay-impact .fc-impact-fc_tertiary{background-color: #ed6c25; }
.fc-section.fc-biolist.lay-impact .fc-impact-fc_quaternary{background-color: #ebaa38; }

.fc-section.fc-biolist.lay-impact .fc-impact-fc_primary .fc-bizbtn{color: #6292A5; }
.fc-section.fc-biolist.lay-impact .fc-impact-fc_secondary .fc-bizbtn{color: #89a78b; }
.fc-section.fc-biolist.lay-impact .fc-impact-fc_tertiary .fc-bizbtn{color: #ed6c25; }
.fc-section.fc-biolist.lay-impact .fc-impact-fc_quaternary .fc-bizbtn{color: #ebaa38; }



    
section.fc-section {
    position: relative;
    padding: 4em 3em;
}
.fc-section.fc-sidekick{
  background-color: #789bad;
}
.fc-section .fc-imagebg {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    opacity: .3;
    filter: grayscale(100%);
    background-size: cover;
}
.fc-section .fc-imagebg.vcenter{
  background-position-y: center;
}
.fc-section .fc-imagebg.fc-truecolor {
    opacity: 1;
    filter: none;
}
.fc-section .fc-imagebg.subtle {
    opacity: .2;
    background-size: 1240px;
}
.fc-section .fc-herobg {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    opacity: 1;
    filter: none;
}
.fc-section .fc-inner {
    position: relative;
}
.fc-section .callout {
  flex-grow:1; /* Adjust size as needed */
  min-height: 370px; /* Adjust size as needed */
  max-height: 370px; /* Adjust size as needed */
  margin:0 20px 20px 0;
  position: relative;
  overflow: hidden;
  display:inline-block;
  border: 4px solid white;
  background-color: #ffffff;
}
.fc-section .callout:last-of-type{
  margin-right:0;
}
.fc-section h2 {
    color: white;
    font-weight: 500;
}
.spotlight:not(:first-of-type){
  border-top:none;
}
.fc-section .fc-image {
    filter: grayscale(100%);
    opacity: .3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.fc-section .row-fluid.fc-sixpack {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
}
.fc-section .row-fluid.fc-sixpack .fc-iconbody p {
    padding: 0 1.5em;
}
.fc-section .fc-sixpack .fc-gridel {
    margin-top: 2em;
    border: 4px solid white;
    transition: all .3s ease;
    background-color: rgba(255, 255, 255, 0.7);
}
.fc-section .fc-sixpack .fc-gridel:hover {
    background-color: rgba(255, 255, 255, 0.9);
}
.fc-section[class*="_lt"] .fc-sixpack .fc-gridel {
    background-color: rgba(255, 255, 255, 0.4);
}
.fc-section[class*="_lt"] .fc-sixpack .fc-gridel:hover {
    background-color: rgba(255, 255, 255, 0.7);
}

.fc-section .fc-gridel h3 {
    background: #fff;
    font-size: 1.2em;
    line-height: 1em;
    min-height: 70px;
    position: relative;
    text-align: center;
}
.fc-section .fc-gridel h3 span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 10px;
    transform: translateY(-50%);
}
.fc-gridel:before {
    content: "";
    display: block;
    height: 4px;
}
.fc-section.fc-symptoms.fc_primary .fc-gridel:before
,.fc-section.fc-symptoms.fc_primary_lt .fc-gridel:before {
    background-color: #6292A5; 
}
.fc-section.fc-symptoms.fc_secondary .fc-gridel:before
,.fc-section.fc-symptoms.fc_secondary_lt .fc-gridel:before {
    background-color: #89a78b; 
}
.fc-section.fc-symptoms.fc_tertiary .fc-gridel:before
,.fc-section.fc-symptoms.fc_tertiary_lt .fc-gridel:before {
    background-color: #ed6c25; 
}
.fc-section.fc-symptoms.fc_quaternary .fc-gridel:before
,.fc-section.fc-symptoms.fc_quaternary_lt .fc-gridel:before {
    background-color: #ebaa38; 
}
/*card linkage*/
a .fc-caption {
    color: #5d5d5d;
    text-decoration: none;
}
a.fc-linkwrap {
    text-decoration: none;
}
a.fc-nohover {
    text-decoration: none;
    border: 0;
}
/*card images*/
.fc-cardgrid .fc-cardimage {
    filter: grayscale(1);
    opacity:.5;
}
.fc-catcards .fc-cardgrid .fc-cardimage{
  zoom: 0.69;
}
    
/*bezel*/
/*.fc-section.fc-symptoms.fc_primary .fc-sixpack .fc-gridel {
    border-top: 4px solid #6292A5; 
}
.fc-section.fc-symptoms.fc_secondary .fc-sixpack .fc-gridel {
    border-top:  4px solid #89a78b; 
}
.fc-section.fc-symptoms.fc_tertiary .fc-sixpack .fc-gridel {
    border-top:  4px solid #ed6c25; 
}
.fc-section.fc-symptoms.fc_quaternary .fc-sixpack .fc-gridel {
    border-top:  4px solid #ebaa38; 
}*/
.fc-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1; /* Adjust opacity as needed */
  mix-blend-mode: multiply;
}
.fc-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  box-sizing: border-box;
  overflow-y: auto;
  z-index: 3;
}
.callout h3 {
  color: #fff;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 700;
  line-height: 1em;
  margin-left: 20px;
  position: sticky;
  text-transform: uppercase;
  top: 27px;
}
.fc-body {
     left: 6%;
    max-height: 37%;
    overflow-y: auto;
    position: relative;
    text-align: left;
    width: 90%;
    top: 30px;
}
.callout p {
  color: #fff;
  font-family: {font=Roboto Flex, font_set=GOOGLE, styles={font-family='Roboto Flex', sans-serif, font-style=normal, font-weight=normal, text-decoration=none}, size=null, size_unit=null, color=#3d3d3d, variant=regular, fallback=sans-serif, style=font-family: 'Roboto Flex', sans-serif; font-style: normal; font-weight: normal; text-decoration: none, css=color: #3d3d3d;font-family: 'Roboto Flex', sans-serif;};
  font-size: 16px;
  padding: 0;
}


.callout h3
,.callout p
,.callout .fc-overlay 
,.callout .fc-image {
  transition: all .3s ease-out;
}
.callout:hover .fc-image {
  opacity: .2;
}

.fc-section:not(.fc-sidekick) h2 {
    margin-top: 0;
    margin-bottom: 1.5em;
    font-size: 2em;
    font-weight: 700;
}
.fc-subgrid .el a:not(.fc-btn){
    color: white;
    font-weight: 700;
}
.fc-subgrid ul.sidelinklist a
,.fc-subgrid ul a {
    text-decoration: none;
    color: white;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.7em;
}
.fc-subgrid .el table {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: none;
    font-family: 'Montserrat';
    margin-bottom: 1.5rem;
    max-width: 97%;
}
.fc-subgrid .el table th
,.fc-subgrid .el table td {
    color: white;
    border: none;
    padding: 18px 18px 0 18px;
}
.fc-subgrid .el table th
,.fc-subgrid .el table tr:first-of-type td{
    font-size: 0.7em;
    font-weight: 700;
    text-transform: uppercase;
}

.fc-subgrid .el table th
,.fc-subgrid .el table tr:first-of-type td span{
    border-bottom: 4px solid white;
    padding: .1em 0.1em .1em .1em;
    display: inline-block;
    width: 100%;
}
.fc-subgrid .el table tr:last-of-type td{
    padding: 18px 18px;
}


/* *********************** animations */
@keyframes tease {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
.splide__track{
  animation-duration: .6s;
  animation-iteration-count: 1;
  transform-origin: right;
}
.splide__track:hover{
  animation-name: tease;
  animation-timing-function: ease-in;
}


/* content detail ****************************************** */

/*coolers
.fc-section.fc-detail.fc_primary .fc-image{z-index:1;}
.fc-section.fc-detail.fc_secondary .fc-image{z-index:1;}
.fc-section.fc-detail.fc_tertiary .fc-image{z-index:1;}
.fc-section.fc-detail.fc_quaternary .fc-image{z-index:1;}
*/
.fc-section.fc-detail .callout{
    background-color:transparent;
    border:0;
}
.fc-section.fc-detail .fc-iconheader {
    text-align: center;
}
.fc-section.fc-detail  .fc-intro {
    font-size: 1.3em;
    max-width: 75%;
}
.fc-section.fc-detail  h1{
    margin-top: 0;
    font-size: 2em;
    font-weight: 700;
}

/* CTAs */
.fc-section.fc-detail .fc-cta{
    margin-bottom: 1em;
}
.fc-section.fc-detail .fc-cta .fc-btn{

}
.fc-section.fc-detail .fc-cta-callnow{
    font-size: 1.4em;
}
.fc-section.fc-detail .fc-cta-callnow:before{
    content:"Or Call";
    font-size: 0.5em;
    line-height: 0.7em;
}
.fc-detailgrid-main .fc-cta {
    position: unset;
    display: block;
}
.bodycopy .fc-cta {
    position: unset;
}
.bodycopy a {
    color: #666;
    text-decoration: underline;
}
.fc-section:not(.fc-sidekick) .bodycopy h2 {
    font-size: 1.3em;
    line-height: 1em;
}.fc-section:not(.fc-sidekick) .bodycopy h4 {
    font-weight:bold;
}
.fc-section.fc-detail .bodycopy .fc-cta a{
    display: block;
    width: 100%;
    text-align: center;
    margin: 2em 0;
}
.fc-section.fc-detail .bodycopy .fc-cta-callnow {

}
.fc-section.fc-detail .bodycopy a.fc-cta-callnow {
    display: block;
    width: 100%;
    text-align: center;
}
.fc-section.fc-detail .el.callout .fc-image 
, .fc-section.fc-detail .el.callout .fc-image:hover{
    opacity: .5;
}

/* GRIDDDDDD */
.fc-section.fc-detail .fc-detailgrid-main{
    display:grid;
    grid-template-columns: 60fr 40fr;
    grid-column-gap:50px;
}
.fc-detailgrid-main .fc-subgrid{
    display: grid;
    /*grid-template-columns: repeat(2, 1fr); */
    grid-template-columns: 1fr; 
    grid-auto-rows: auto;
    grid-gap: 4px;
    border: 4px solid white;
    background: white;
}
.fc-detailgrid-main  .fc-subgrid .el:not(.callout){
    padding: 9px 9px 23px 22px;
    background-color: #eee;
    color:#5d5d5d;
}
.fc-detailgrid-main  .bodycopy :not(h2):not(h3)>span
,.fc-detailgrid-main  .bodycopy p 
,.fc-detailgrid-main  .bodycopy div 
,.fc-detailgrid-main  .bodycopy ul
,.fc-detailgrid-main  .bodycopy ol{

    color:#5d5d5d;
}
.fc-section .el.callout {
    margin: 0;
}
.fc-section .el.callout .fc-image{
    zoom: 1.2;
}
.fc-detailgrid-main  .fc-subgrid .el h5 {
    font-weight: 800;
    margin: 0.6em 0;
    font-size: 15px;
}
.fc-detailgrid-main  .fc-subgrid .el h5
,.fc-detailgrid-main  .fc-subgrid .el p 
,.fc-detailgrid-main  .fc-subgrid .el ul
,.fc-detailgrid-main  .fc-subgrid .el ol {
    color:white;
}
.fc-detailgrid-main  .fc-subgrid .el p{
    font-size: .8em;
}
/*.fc-detailgrid-main  .fc-subgrid .el:first-child {
  grid-column: 1 / span 2; 
}
.fc-detailgrid-main  .fc-subgrid .el:nth-child(odd):not(:first-child) {
  grid-column: span 1; 
}
.fc-detailgrid-main  .fc-subgrid .el:nth-child(even):not(:last-child) {
  grid-column: span 1; 
}
.fc-detailgrid-main  .fc-subgrid .el:nth-child(even):last-child {
  grid-column: span 2; 
}*/

/* theme colors */
.fc-section.fc-detail.fc_primary h3
, .fc-section.fc-detail.fc_primary_lt h3{
    /*color:#5d5d5d!important; nah*/
}
.fc-section.fc-detail.fc_secondary h3
, .fc-section.fc-detail.fc_secondary_lt h3{
    color:#5d5d5d!important;
}
.fc-section.fc-detail.fc_tertiary h1
, .fc-section.fc-detail.fc_tertiary h3
, .fc-section.fc-detail.fc_tertiary_lt h1
, .fc-section.fc-detail.fc_tertiary_lt h3{
    color:#5d5d5d!important;
}
.fc-section.fc-detail.fc_quaternary h1
, .fc-section.fc-detail.fc_quaternary h3
, .fc-section.fc-detail.fc_quaternary_lt h1
, .fc-section.fc-detail.fc_quaternary_lt h3{
    color:#5d5d5d!important;
}
.fc-section.fc-detail .fc-overlay.fc_quaternary_lt {
    background-color: #fde2d6;
}
/*

*/



/** Base splide styles found here. https://cdn.jsdelivr.net/npm/@splidejs/splide@4.1.2/dist/css/splide.min.css **/
.splide__card.invisible 
,.splide__slide.invisible {
    visibility: hidden;
}

.splide__card 
,.splide__slide {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.splide__card--nav 
,.splide__slide--nav {
  height: auto;
}

.splide__card--nav-image 
,.splide__slide--nav-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.splide__track--nav > .splide__list > .splide__card 
,.splide__track--nav > .splide__list > .splide__slide {
  border: none !important; /* stylelint-disable-line declaration-no-important */
  opacity: 0.6;
}

.splide__track--nav > .splide__list > .splide__card.is-active 
,.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: none !important; /* stylelint-disable-line declaration-no-important */
  opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
}

.splide__card__contents 
,.splide__slide__contents {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  min-height: 340px;
}

.splide__card--image_caption__wrapper 
,.splide__slide--image_caption__wrapper {
  position: relative;
  height: auto;
  width: auto;
  margin: 0 4em;
}

.splide__card--image__wrapper 
,.splide__slide--image__wrapper {
  height: 100%;
}

.splide__card--image__wrapper h4 
,.splide__slide--image__wrapper h4 {
    color: #fff;
    text-transform: none;
    margin: 0;
    font-weight: 600;
    margin-bottom: 0.5em;
}

.splide__card--image 
,.splide__slide--image {
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.splide__pagination__page {
  background: #fff !important; /* stylelint-disable-line declaration-no-important */
  opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
}

.splide__pagination__page.is-active {
  background: transparent !important;
  transform: none!important;
}
.fc-section .splide__pagination__page {
    background: #fff;
    border: 4px solid white;
    margin: 10px;
    padding: 4px;
}

.splide__card--caption 
,.splide__slide--caption {
  box-sizing: border-box;
  height: auto;
  align-self: flex-end;
  color:white;
}

.splide__toggle {
    display: inline-flex;
    height: 1.8rem;
    width: 1.8rem;
    padding: 1px 6px;
    border: 4px solid white;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: background-color 0.2s ease;
}

button.splide__toggle svg {
    fill: #fff;
}

.splide__toggle:hover {
  opacity: 1;
}

.splide__controls {
  display: flex;
  margin-top: 0.75rem;
  align-items: center;
  justify-content: center;
  position:relative;
  bottom:-50px;
}

.splide__controls .splide__pagination {
  position: relative;
  bottom: auto;
  left: auto;
  width: auto;
  padding: 0 0.5rem;
  transform: none;
}

.splide__toggle__play {
  margin-left: 2px;
}

.splide__nav {
  margin-top: 0.75rem;
}

/** Below styles are to counter overly specific button styling in themes. These styles are modified from https://cdn.jsdelivr.net/npm/@splidejs/splide@4.1.2/dist/css/splide.min.css  **/
button.splide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  display: flex;
  height: 2em;
  width: 2em;
  padding: 0;
  border: 0;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: none;
  cursor: pointer;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  opacity: 0.7;
  transform: translateY(-50%);
}
.team-slider button.splide__arrow{
  width: 6em;
}

/** These styles are unminified from the minified css mentioned above for ordering purposes. **/
/* stylelint-disable */
button.splide__arrow svg {
  height: 1.8em;
  width: 1.8em;
  fill: #fff;
}

button.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

button.splide__arrow:disabled {
  opacity: 0.3;
}

button.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

button.splide__arrow--prev {
  left: 1em;
}

button.splide__arrow--prev svg {
  transform: scaleX(-1);
}

button.splide__arrow--next {
  right: 1em;
}

.splide__arrows--rtl button.splide__arrow--prev {
  right: 1em;
  left: auto;
}

.splide__arrows--rtl button.splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl button.splide__arrow--next {
  right: auto;
  left: 1em;
}

.splide__arrows--rtl button.splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb button.splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb button.splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb button.splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb button.splide__arrow--next {
  top: auto;
  bottom: 1em;
}

.splide__arrows--ttb button.splide__arrow--next svg {
  transform: rotate(90deg);
}
/* stylelint-enable */




.fc-section .fc-toplink [class^="fc-top-fc_"]{
  position: absolute;
  bottom: -40px;
  left: 80px;
  font-variant: all-petite-caps;
  text-decoration: none;
  text-align: right;
}
.fc-section.fc-faqs .fc-toplink [class^="fc-top-fc_"]{
  position: absolute;
  bottom: -40px;
  left: 80px;
}
.fc-section.fc-dbteaser .fc-toplink [class^="fc-top-fc_"]{
  position: absolute;
  bottom: 14px;
  left: 116px;
  right: unset;
  z-index: 4;
}
.fc-section.fc-dbteaser.fc-img--right .fc-toplink [class^="fc-top-fc_"]{
  position: absolute;
  bottom: 14px;
  left: unset;
  right: 126px;
  z-index: 4;
}
.fc-section .fc-toplink [class^="fc-top-fc_"]:after{
  content: "";
  width: 0px;
  height: 0px;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #6292A5;
  border-left: 4px solid transparent;
  position: absolute;
  right: -14px;
  top: 6px;
}
.fc-section .fc-toplink .fc-top-fc_secondary:after{border-bottom-color:#89a78b;}
.fc-section .fc-toplink .fc-top-fc_tertiary:after{border-bottom-color:#ed6c25;}
.fc-section .fc-toplink .fc-top-fc_quaternary:after{border-bottom-color:#ebaa38;}

.fc-section .fc-toplink .fc-top-fc_secondary
,.fc-section .fc-toplink .fc-top-fc_secondary:hover{
  color:#89a78b;
}
.fc-section .fc-toplink .fc-top-fc_tertiary
,.fc-section .fc-toplink .fc-top-fc_tertiary:hover{
  color:#ed6c25;
}
.fc-section .fc-toplink .fc-top-fc_quaternary
,.fc-section .fc-toplink .fc-top-fc_quaternary:hover{
  color:#ebaa38;
}
.fc-section.fc-quickjump .fc-qj-options.fc_primary{
  background:#6292A5;
}
.fc-section.fc-quickjump .fc-qj-options.fc_secondary{
  background:#89a78b;
}
.fc-section.fc-quickjump .fc-qj-options.fc_tertiary{
  background:#ed6c25;
}
.fc-section.fc-quickjump .fc-qj-options.fc_quaternary{
  background:#ebaa38;
}


/* i just made this up and problly broke shit*/
.fc-section:not(.fc-locationslider):not(.fc-locationlist):not(.fc-detail):not(.fc-blogslider):not(.fc-bloghead):not(.fc-dbteaser):not(.fc-pagination):not(.fc-faqs):not(.blog-related-posts) a:not(.fc-btn) {
  color:white!important;
}








/*footer must have */
.footer {
    background-color: #daf0f7;
}
.container-fluid.footer__container.content-wrapper {
    padding: 0;
}


.fc-mobileonly{
  display:none;
}

@media (max-width: 1023px) { /* MOBILE */
  .header.fc-header.zero{border-bottom:4px solid transparent;background:transparent;}
  .header.fc-header.scroll{border-bottom:4px solid white;background:#488596;}
  div#hs_cos_wrapper_navigation-primary {
    height: calc(100vh - 82px);
    overflow-y: scroll;
  }
  /*   ********************************************************************* blog */
  
  .hs-blog-post .fc-blog-header .fc-headwrap{
    left: 0;
    bottom:-40%;
    padding: 0 20px;
    max-width: 100%;
  }
  .blog-post__meta {
    max-width: 100%;
    width: 100%;
    font-size: 14px;
    line-height: 2em;
  }
  .body-container--blog-post .fc-breadcrumb{
    margin: 0 0 0 20px;
    padding: 20px 0;
  }
  .hs-blog-post .fc-category:before {
      top: -2px;
      padding-bottom: 0.2rem;
  }
  .hs-blog-post  .blog-post .blog-post__body {
      padding: 0 40px;
  }
  .hs-blog-post  .blog-post__timestamp:before {
    padding: 0 0.4em;
  }
  .hs-blog-post  .fc-category {
      padding-left: unset;
      margin-left: 16px;
  }
  span.fc-category:before {
    left: -10px;
  }

  /* ********************************************************************* sections */
  section.fc-section {
      position: relative;
      padding: 4em 1em;
  }
  section.fc-section.fc-detail {
      position: relative;
      padding: 4em 2em;
  }
  .fc-section.fc-detail .el.callout .fc-image {
    width: calc(100vw - 10%);
  }
  .fc-section.fc-detail .el.callout{
    min-height:65vw!important;
  }
  /* ********************************************************************* heros */
  .fc-section .fc-teaser {
    top: 26vh !important;
  }
  .fc-section:not(.hero-counselor) .fc-teaser h1 {
        font-size: 1.3rem !important;
  }
  .fc-section .fc-teaser h2 {
      font-size: .8em;
      max-width: 100%;
      margin: 1.5em 0 0.2em 0;
  }
  .fc-section.fc-sidekick .fc-herobg {
      background-position: 70% top !important;
  }
  .fc-section.fc-sidekick:not(.hero-counselor) .fc-teaser p {
      font-size: 0.9em;
      max-height: 190px;
  }
  .fc-breadcrumb {
      margin-bottom: 0.3em;
  }
 

  /* ********************************************************************* fonts */
  .nope-fc-section.fc-biolist .fc-caption {
      color: white;
      font-family: 'Montserrat', sans-serif;
      font-weight: 100;
      text-transform: uppercase;
      position: absolute;
      top: 50px;
      left: 30px;
      text-align: left;
      display: block;
      width: 50%;
      line-height: 1em;
      font-size: 0.9em;
      overflow-y: hidden!important;
  }
  .fc-section:not(.fc-sidekick) h2 {
      font-size: 1.5em;
  }
  h4, .h4 {
    font-size: 20px;
  }
  .fc-section.fc-cta-banner .h3 {
    line-height: 1em;
  }
  .fc-section h2 {
       line-height: 1em;
  }

  /*   ********************************************************************* grids */
  .fc-section.fc-biolist.lay-impact .fc-cardgrid {
      grid-template-columns: 1fr!important;
  }
  .fc-section.fc-biolist.lay-basic .fc-cardgrid {
      grid-template-columns: 1fr!important;
  }
  .fc-section .fc-cardgrid {
    grid-template-columns: 1fr!important;;
  }
  .fc-section .fc-cardgrid .fc-card {
    padding: 0 1em 1em 1em;
  }
  .fc-section.fc-catcards.fc-cards .fc-cat-card-wrapper {
    max-width: 83vw;
  }
  .fc-section.fc-catcards.fc-cards .fc-cat-card-wrapper {
      margin: 0 auto!important;
  }
  .fc-section.fc-locationlist .fc-stars {
      position: absolute;
      right: -20px !important;
      top: 0px !important;
      scale: .5;
  }
  .fc-section.fc-locationlist .fc-caption {
    margin-top: 1em;
  }
  .fc-section.fc-locationlist h4 {
    display: inline-block;
    margin: 0;
    margin: 8px 0 4px 0;
  }
  .fc-solomap img.fc-card-image{
    width: calc(100vw - 8px);
  }
  .fc-section.fc-detail .fc-detailgrid-main {
    grid-template-columns: 1fr!important;
  }
  .fc-detailgrid-main .fc-subgrid {
    grid-template-columns: 1fr!important;
  }
  .fc-section.fc-detail .fc-subgridwrap .fc-subgrid .el{
    grid-column:span 1!important;
  }
  .fc-section.fc-versus.fc-versus-head .row-fluid {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
  }
  .fc-section.fc-versus.fc-versus-head .vs-img {
    min-height: 210px;
  }
  .fc-section.fc-versus.fc-versus-head .fc-image {
    max-width:76vw;
  }
  .fc-section.fc-versus.fc-versus-head .vs-img {
    max-height: 190px!important;
    min-height: 190px!important;
  }
  .fc-section.fc-versus.fc-versus-body .vs-cat h3 {
    font-size: 1em;
    line-height: 1em;
  }
  .fc-section.fc-versus.fc-versus-body .vs-attr {
    padding: 0 1em;
    width: 50%;
  }
  .fc-section.fc-versus.fc-versus-body  .vs-catbtn .fc-cta {
    width: unset;
  }
  .fc-section.fc-versus.fc-versus-head.fc-ovr1:after {
    font-size: 1.7em;
    height: 50px;
    left: calc(50vw - 32px);
    line-height: 1.2em;
    top: 59px;
    width: 50px;
    z-index: 4;
  }
  .fc-section.fc-contactoptions .fc-grid{
    grid-template-columns: 1fr!important;
  }
  .fc-section.fc-contactoptions .fc-grid .el .fc-grid{
    grid-template-columns: 1fr 1fr!important;
  }
  .fc-section.fc-match .fc-matchgrid-main {
    grid-template-columns: 1fr!important;
  }
  /**/
  .fc-gridwrap {
    margin-bottom: 1em;
  }
  .fc-section .row-fluid.fc-sixpack {
    grid-template-columns: 1fr !important;
  }
  .fc-section.fc-benefits p.fc-intro
  ,.fc-section.fc-symptoms p.fc-intro
  ,.fc-section.fc-positions p.fc-intro{
    font-size: 1em!important;
    padding: 0 1em;
    max-width: 100%!important;
    min-width: 100%!important;
  }
  section.fc-blog .fc-wrap-article {
    grid-template-columns: 1fr !important;
  }  

  /*   ********************************************************************* sliders */
  .fc-section.fc-creds .fc-cards .splide__slide {
    width: 140px!important;
  }
  .fc-section.fc-creds .splide__track {
    max-height: 160px;
  }
  .fc-section.fc-creds .splide__card__contents
  ,.fc-section.fc-creds .splide__slide__contents {
    height: 68%;
  }
  .fc-section.fc-creds .fc-cards .splide__slide:first-of-type
  ,.fc-section .fc-cards .splide__slide:first-of-type {
    margin-left: 2em;
  }
  .fc-section .fc-cards .splide__slide:last-of-type{
    margin-right: 2em;
  }
  .fc-section.fc-testimonials .fc-cards .splide__slide {
    margin: 0 8px;
    width: 340px !important;
  }
  .fc-section.fc-testimonials .fc-cards .splide__card--image_caption__wrapper {
    margin: 1em 1em;
  }
  .fc-section.team-slider .fc-cards .splide__slide {
    margin: 0 8px;
    width: 350px !important;
  }
  .fc-section.team-slider .fc-bizcardwrap { /*resize cards   */
    left: 0.7em;
    position: relative;
    top: 36%;
  }
  .fc-section.team-slider .fc-cards .splide__slide {/*resize cards*/
    height: 230px;
  } 
  .fc-section.team-slider .fc-imgwrap .fc-cardimage.counselor {/*resize cards*/
    bottom: 47px;
    height: 250px;
    width: 250px;
  }
  .fc-section.team-slider span.h5 {
    font-size: 1em;
  }
  .fc-section.team-slider h4 {
    font-size: 1.5em;
  }
  .fc-section.team-slider span.fc-more {
      top:unset;
      right: 42px;
      bottom: 23px;
      border-left: 2px solid white;
      padding-left: 1em;
  }
  .fc-section button.splide__arrow {
    width: 2em!important;
  }
  .fc-section.team-slider .splide__arrows {
    left: 40%;
  }
  .fc-locationslider .fc-cards .splide__slide {
    margin: 0 8px;
    width: 305px!important;
  }
  .fc-section.fc-locationslider .fc-stars {
    right: -39px;
    scale: .5;
  }
  .fc-section.faq-slider .splide__arrows.hs-gallery-slider-main__arrow.splide__arrows--ltr {
    position: absolute;
    bottom: 35px;
    left: 40%;
  }
  .fc-section.faq-slider  .splide__slide--image_caption__wrapper {
    margin: 0 1em;
  }
  .fc-section.faq-slider .splide__pagination.splide__pagination--ltr{
    display: none;
  }
  .fc-section.faq-slider span.fc-more {
    border-left: 2px solid #fff;
    padding-left: 1em;
    position: absolute;
    right: 15px;
    bottom: -1px;
  }
  .fc-section.faq-slider button.splide__arrow {
    width: 2em !important;
    rotate: 180deg;
    top: unset;
    bottom: -1px;
  }
}
@media (min-width: 1024px) { /* RESET DESKTOP */
  .header.fc-header.zero{border-bottom:4px solid transparent;background:transparent;}
  .header.fc-header.scroll{border-bottom:4px solid white;background:#488596;}
}
@media (min-width:500px) and (max-width: 1023px) {   /* redo grids for tab */ 
  .fc-section.fc-biolist.fc-cards.lay-basic .fc-cardgrid {
      grid-template-columns: 1fr 1fr!important;
  }
}
@media (min-width:700px) and (max-width: 1023px) {
  .fc-section.fc-biolist.fc-cards.lay-impact .fc-cardgrid {
      grid-template-columns: 1fr 1fr!important;
  }
  .fc-section.fc-locationlist .fc-cardgrid {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (min-width:845px) and (max-width: 1023px) { 
  .fc-section.fc-biolist.fc-cards.lay-basic .fc-cardgrid {
      grid-template-columns: 1fr 1fr 1fr!important;
  }
}
@media (max-width: 767px) { 
  .fc-section.fc-detail .fc-intro {
      max-width: unset;
  }
  .fc-section.fc-sidekick.hero-quicksearch .fc-teaser{ 
    top: 18vh !important;
  }
  .fc-section.fc-sidekick.hero-quicksearch .fc-teaser p {
        max-height: 156px;
    }
  .fc-mobileonly{
    display:block;
  }
  section.fc-section {
    padding: 2em 1em 4em 1em;
  }
  .fc-section.fc-carousel.fc-carousel-cards
  ,.fc-section.team-slider{
    padding: 2em 0 4em 0!important;
  }
  .fc-section.fc-detail h1 {
    font-size: 1.1em!important;
  }
  .fc-section.fc-match h1 {
    font-size: 1.3em!important;
  }
  .fc-section.fc-symptoms h1 {
    font-size: 1.5em!important;
  }
  .fc-section .callout { /*seen on detail and either tritiles or*/
    min-height: 320px!important;
  }
  .fc-section.fc-values .callout {
    min-height: 280px!important;
  }
  .fc-section.hero-counselor:not(.fc-mobileonly) .fc-teaser {
    top: 540px!important;
    padding: 0 2em 2em 2em!important;
  }
  .fc-section.hero-counselor:not(.fc-mobileonly) .fc-heroimg {
    right: -90px!important;
    max-height: 60vh!important;
  }
  .fc-section.hero-counselor:not(.fc-mobileonly) {
    overflow: hidden!important;
    min-height: 100px!important;
    height: 64vh!important;
  }
  .fc-section.hero-counselor.fc-mobileonly {
    min-height: unset;
    border-top: 4px solid white;
  }
  .fc-section.hero-counselor.fc-mobileonly .fc-teaser {
    position: unset;
    margin-top: 1em;
  }
  .fc-section.hero-counselor.fc-mobileonly .fc-teaser h2
  ,.fc-section.hero-counselor.fc-mobileonly .fc-teaser p{
    color:white;
  }
  .fc-section.hero-counselor:not(.fc-mobileonly) .fc-teaser{
    display:none;
  }
  .fc-section.hero-counselor.fc-mobileonly .fc-teaser h1 {
    font-size: 2.4em!important;
  }
  .fc-section.hero-counselor.fc-mobileonly .fc-teaser h2 {
    font-size: 1.3em;
    margin: .1em 0 .9em;
    max-width: unset;
  }
  .fc-section.hero-counselor.fc-mobileonly .fc-teaser h3 {
    font-size: 0.9em;
  }
  .fc-section.fc-sidekick.hero-counselor .fc-teaser p {
      font-size: 0.9em;
      max-height: 160px;
  }
  .fc-section.fc-positions .fc-subgrid .fc-cta {
    margin-top: 40px;
  }
  .fc-section.fc-values .callout {
    border-right: 0!important;
    border-bottom:4px solid white!important;
  }
  .fc-section.fc-values .fc-image {
    left: 50% !important;
    width: calc(100vw + 31px);
  }
  .fc-section.fc-values .callout:last-of-type {
    border-bottom: 0!important;
  }
  .fc-section.fc-cta-banner .fc-cta .fc-btn {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .fc-section.fc-cta-banner .fc-cta {
    margin: 1em 0 0 0 !important;
    width: 100%;
  }
  .fc-section.fc-largebanner .fc-noscroll {
    padding-right: 0!important;
  }
  .fc-section.fc-5050.fc-img--right .callout.content{
    border-right: 0;
  }
  .fc-section.fc-5050.fc-img--right .callout.accent {
    border-top: 4px solid #fff;
  }
  .fc-section.fc-5050.fc-img--left .callout.accent{
    border-right: 0;
  }
  .fc-section.fc-5050.fc-img--left .callout.content {
    border-top: 4px solid #fff;
  }
  .fc-section.fc-5050 .fc-cta {
    bottom: 15%!important;
  }
  .fc-5050 .callout h3 {
    margin: 0 1em 1em;
    text-align: left;
  }
  .fc-img--right .fc-body
  , .fc-img--right:not(.fc-5050) .fc-content {
    text-align: left!important;
  }
  .fc-section.fc-dbteaser .fc-image
  ,.fc-section.fc-5050 .fc-image
  {
    min-width: calc(100vw - 8px);
  }
  .fc-dbteaser.fc-img--right .callout.content {
    order: 1;
  }
  .fc-section.fc-dbteaser .callout {
    border-right: 0!important;
  }
  .fc-section.fc-dbteaser .callout.content {
    border-top: 4px solid #fff;
  }
  .fc-section.iyc .fc-image {
    zoom: unset!important;
    width: calc(100vw - 40px);
  }
  .fc-section.iyc .callout {
      margin-right: 0;
  }
  .fc-section.fc-tritiles .fc-image {
      zoom: unset!important;
      width: 100vw;
  }
  .fc-section.fc-tritiles .callout {
    border: 0;
    border-right: 0!important;
    border-bottom: 4px solid #fff!important;
    margin: 0;
  }
  .fc-section.fc-tritiles .callout:last-of-type{
    border-bottom: 0!important;
  }
  .fc-section.fc-5050.fc-inject .callout.accent{
    display:none;
  }
  .fc-section.fc-5050.fc-inject.fc-img--left .callout.content{
    border-top:none;
  }
}
@media (max-width: 690px) {
  .fc-section.fc-match .fc-matchgrid-main img.fc-cardimage.counselor {
    max-width: 104.5px;
    max-height: 104.5px;
  }
  .fc-section.fc-match .fc-matchgrid-main .fc-subgrid .el {
    max-height: 104.5px;
  }
  .fc-wrap-email .fc-wrap-body, .fc-wrap-social .fc-wrap-body {
      font-size: 0.6em;
  }
}
@media (min-width:768px) and (max-width: 1023px) {
  .fc-section.fc-tritiles .fc-body {
    top: -10px!important;
  }
  .fc-section.fc-values .fc-body {
    max-height: 60%!important;
    width: 80%!important;
  }
}

@media (max-width: 500px){
  .fc-detailgrid-main .fc-subgrid {
      max-width: calc(100vw - 4em - 8px) !important;
  }
  .fc-detailgrid-main .fc-subgridwrap td {
      font-size: 13px!important;
  }
  .fc-detailgrid-main .fc-subgrid .el table th, .fc-subgrid .el table td {
      padding: 18px 8px 0 8px!important;
  }
  .fc-detailgrid-main .fc-subgrid .el table tr:last-of-type td {
      padding: 18px 8px!important;
  }
}
@media (max-width: 1023px) { /* temp homepage hero */
  .fc-section.fc-sidekick.hero-quicksearch .fc-herobg{
    background-position: 50% top !important;
  }
  .fc-section.fc-sidekick.hero-quicksearch .fc-teaser {
    top: 160px;
  }
  .fc-section.fc-sidekick.hero-quicksearch .fc-teaser .fc-tabs{
      display: none;
  }
  .fc-section.fc-sidekick.hero-quicksearch {
      min-height: 100px!important;
      height: 85vh;

  }
  .fc-section.fc-sidekick.hero-quicksearch .fc-teaser .fc-mobilehero h2 {
    font-weight: 100;
    font-size: 2.5em;
    max-width: 250px;
  }
  .fc-section.fc-sidekick.hero-quicksearch .fc-teaser p.frmfoot {
    margin-top: 2em;
  }
}
@media (min-width: 1024px) {
  fc-section.fc-sidekick.hero-quicksearch .fc-teaser .fc-mobilehero h2{
    display:none;
  }
}
@media (min-width: 1024px) and (max-width: 1100px){
  select#qs-symptoms {
      max-width: 290px!important;
  }
  select#qs-type {
      max-width: 240px!important;
  }
  select#qs-timeframe {
      max-width: 140px!important;
  }
  input#qs-zip {
      max-width: 90px!important;
  }
  form input[type=text]{
    padding: 0.7rem 0.4rem 0.8rem 0.4rem!important;
  }
  .fc-tabs li.fc-frmhead {
    font-size: 15px!important;
  } 
}

/*mobile footer banner*/
@media (min-width:500px) {
  div#hs-overlay-cta-169427990570 {
      display: none!important;
  }
}

/**/
/*lighthouse hacks*/
.homelink {
    width: 27px;
    height: 27px;
    display: inline-block;
    margin-right: -14px;
}

/*chat window*/
.AIWelcomeMessageContent__WelcomeMessageText-ivuhcc-1 {
    border-radius: 20px;
}
.eEEKmy.chat-head-avatar {
    border-radius: 12px;
    background-color: white;
}