

      :root {
        --font: 'HelveticaNowText-Regular', sans-serif;
        --alt-font: 'HelveticaNowDisplay-Regular', sans-serif;
        --accent-color: #01383b;
        --secondary-color: #161616;
        --link-color: #007d79;
        --accent-highlight-color: #01383b;
        --accent-highlight-background-color: #d6fcfe;
        --accent-tinted-color-70: #b3c3c4;
        --accent-tinted-color-80: #ccd7d8;
        --accent-tinted-color-90: #e6ebeb;
        --accent-contrast-color: #fff;
        --accent-contrast-tinted-background-color: #b3b3b3;
        --accent-hover-color: #02686d;
        --secondary-hover-color: #303030;
        --secondary-contrast-color: #fff;
        --link-hover-color: #00e3dc;
      }
      
body { background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/v1/course-uploads/f1d95266-f3cd-4a2a-b676-8490c4a11d42/emtxxkniscb4-FVU_BG_03.png'); background-attachment: fixed; background-size: cover; }
.company__logo {text-indent: 100%;white-space: nowrap;overflow: hidden;background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/a_exif,c_fit,t_ti_company_logo_hires_v3/v1/course-uploads/f1d95266-f3cd-4a2a-b676-8490c4a11d42/vnl6a0rsxi2l-FVU_Horizontal2.jpg') no-repeat center left;background-size: contain;} .company__logo span.h4 {visibility: hidden;}
.pad {padding: 0rem 15rem !important;}
.large .h2 {font-size: 40px; padding-top: 8rem;}


/*Remove Banner color */
.remove .featured-content-carousel-item__overlay {background: transparent;}

/*Smaller Hero Image */
        .smallerHero .hero {
            position: relative;
            background-size: cover;
            background-position: top;
            scale: .85; /* Set the desired height of the hero image */
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
        }
  

/* For fv Banner 2 */
.fvbanner2 {position:relative;}
.fvbanner2 ::before {content: ""; display: block; position: absolute; top:0; left: 0; width: 110vw; height:100vh;}
.fvbanner2 .hero__caption {background: transparent; left: 0; top: 50%; transform: translateY(-50%); bottom: auto; width: 100%; text-align: center; color: white; z-index: 2;}
.fvbanner2 .hero__caption .hero__title {font-size: 80px; font-weight: 700; color: white; margin-bottom: 80px;}
.fvbanner2 .hero__caption .h4 {color: white;}


/*Content Title */
.contentTitle .catalog-grid-item__asset-container {background: transparent;}
.contentTitle .featured-content-multi-carousel-item__title .h4 {font-size: 80px; font-weight: 700; color: white; margin-bottom: 80px;}

.contentTitle .featured-content-image-overlay-item__overlay {display: none;}


/*Padding */
.padding .about-blocks-widget {padding: 25px 50px 75px 100px;}


/*Navigation Items */
.navigation-buttons .navigation-item {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.navigation-button .navigation-item {
display: inline-block;
  width: 100px;
  height: 50px;
  background-color: transparent;
  border: none;
  color: black;
  cursor: pointer;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

/*Button Larger */
.button .btn {font-size: 20px;}


/*Remove Catalog Space */
.left .row {justify-content: space-between;align-content: space-between;}

/* Card format */
.card-fvu {
  padding: 14px;
  border-radius: 4px;
  max-width: 650px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
  align-items: start;
  gap: 0.3rem;
  container-name: cardFvu;
  container-type: inline-size;
}
.card-fvu h3 {
  font-size: 22px;
  margin-bottom: 0.5rem;
}
.card-fvu ul {
  margin-left: 0px;
}
.left-col-fvu {
  float: left;
  width: 30px;
}
.right-col-fvu {
  float: right;
  width: 90%;
}

/* @container cardFvu (max-width: 400px) {
  .left-col-fvu {
    display: none;
  }
} */


/* Card format: Note box */
.note-snippet {
  box-shadow: 0px 1px 2px rgba(0, 65, 68, 0.5), 0px 4px 4px rgba(0, 65, 68, 0.1);
  background: #9EF0F0;
}
.note-snippet, .note-snippet * {
  color: #004144;
}
.note-snippet path {
  fill: #004144;
}

/* Card format: Warning box */
.warning-snippet {
  box-shadow: 0px 1px 2px rgba(166, 39, 0, 0.5), 0px 4px 4px rgba(166, 39, 0, 0.1);
  background: #FDEAD2;
}
.warning-snippet, .warning-snippet * {
  color: #A62700;
}
.warning-snippet path {
  fill: #A62700;
}

/* Card format: Admin box */
.admin-snippet {
  box-shadow: 0px 1px 2px rgba(4, 67, 23, 0.5), 0px 4px 4px rgba(4, 67, 23, 0.1);
  background: #A7F0BA;
}
.admin-snippet, .admin-snippet * {
  color: #044317;
}
.admin-snippet path {
  fill: #044317;
}

/* Card format: Tip box */
.tip-snippet {
  box-shadow: 0px 1px 2px rgba(73, 29, 139, 0.5), 0px 4px 4px rgba(73, 29, 139, 0.1);
  background: #E8DAFF;
}
.tip-snippet, .tip-snippet * {
  color: #491D8B;
}
.tip-snippet path {
  fill: #491D8B;
}


/* Maintenance banner */
.banner-alert {
  /* display: none; */
  background-color: #BAE6FF;
  margin-top: -2rem;
  /* margin-bottom: -2rem; */
  height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (max-width: 479px) {
  .banner-alert {
    top: 0px;
  }
}

.banner-content {
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.banner-icon {
  margin-right: 10px;
}
.banner-icon svg, .banner-icon img {
  vertical-align: middle;
  position: relative;
  bottom: 1px;
}
.banner-icon path {
  fill: #333333;
}
.banner-icon img {
  height: 20px;
  max-width: 20px;
}


@media (max-width: 769px) {
    .banner-alert {
        max-width: 640px;
        margin-left: 0px;
        margin-right: 0px;
    }
}

/* Updated flip card styles */
.flip-card {
 border-radius: 10px;
 box-shadow: 0px 1px 2px rgba(57, 57, 57, 0.5), 0px 4px 4px rgba(57, 57, 57, 0.1);
} 
.flip-card__front {
 border-radius: 10px;
}
.flip-card__front .front__content {
 border-radius: 10px;
 height: 100%;
}
.flip-card__front .editor-content {
 display: flex;
 justify-content: center;
 align-items: center;
 height: 100%;
}
.flip-card__front p {
 font-weight: 550;
 font-size: 1.5rem;
}
.flip-card .resource__title {
 font-size: 1.5rem;
 border-radius: 0px 0px 10px 10px;
 background-color: rgba(1, 56, 59, .95);
 text-align: center;
 font-weight: 550;
}
.flip-card.flipped {
 overflow-y: hidden;
}
.flip-card__back {
 border-radius: 10px;
 overflow-y: auto;
 display: flex;
 justify-content: center;
 align-items: center;
 height: 100%;
 background-color: #01383B;
}
.flip-card__back .description {
 text-align: center;
 font-size: 1rem;
 color: #fff;
}
.flip-card__back h3 {
  color: #fff;
}
.flip-card__icon {
 box-shadow: 0px 1px 2px rgba(57, 57, 57, 0.7), 0px 4px 4px rgba(57, 57, 57, 0.2) !important;
}

/* Active navigation bar item */
.nav-item-active {
  color: #009d9a !important;
}

@media only screen and (min-width: 48.063em) {  
  .navigation-bar .top-bar-section li:not(.has-form) a:not(.button) {
	  padding: 5px;
  }
  .nav-item-active-parent {
    border-bottom: 2px solid #009d9a;
  }
}

/* Collapsible element */
.acc-container {
  background-color: rgb(239, 239, 239, 0.45);
  border-radius: 4px;
}

.accordion {
  background-color: #efefef;
  color: #242424;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  border-radius: 4px;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
/* margin-bottom: 10px; */
}

.accordion p, .accordion h3 {
  display: inline;
  color: inherit;
  font-weight: normal;
  vertical-align: middle;
}

.acc-active, .accordion:hover {
  background-color: rgba(2, 43, 48, 1);
  color: rgba(255, 255, 255, 1);
}

.accordion:after {
  content: '\002B';
  color: #6F6F6F;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.accordion:hover::after {
  color: rgba(255, 255, 255, 1);
}

.acc-active:after {
  content: "\2212";
  color: rgba(255, 255, 255, 1);
}

.acc-panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin: 1px 4px 1px 4px;
/* margin: 10px 4px 10px 4px; */
}



/**
 * @license
 * MyFonts Webfont Build ID 3926171, 2020-07-15T16:27:30-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed fonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: HelveticaNowText-Medium by Monotype
 * URL: https://www.myfonts.com/fonts/mti/helvetica-now/text-medium/
 * 
 * Webfont: HelveticaNowDisplay-Regular by Monotype
 * URL: https://www.myfonts.com/fonts/mti/helvetica-now/display-regular/
 * 
 * Webfont: HelveticaNowDisplay-Blk by Monotype
 * URL: https://www.myfonts.com/fonts/mti/helvetica-now/display-black/
 * 
 * Webfont: HelveticaNowDisplay-Bd by Monotype
 * URL: https://www.myfonts.com/fonts/mti/helvetica-now/display-bold/
 * 
 * Webfont: HelveticaNowDisplay-Italic by Monotype
 * URL: https://www.myfonts.com/fonts/mti/helvetica-now/display-italic/
 * 
 * Webfont: HelveticaNowDisplay-Lt by Monotype
 * URL: https://www.myfonts.com/fonts/mti/helvetica-now/display-light/
 * 
 * Webfont: HelveticaNowDisplay-Md by Monotype
 * URL: https://www.myfonts.com/fonts/mti/helvetica-now/display-medium/
 * 
 * Webfont: HelveticaNowText-Regular by Monotype
 * URL: https://www.myfonts.com/fonts/mti/helvetica-now/text-regular/
 * 
 * Webfont: HelveticaNowText-Black by Monotype
 * URL: https://www.myfonts.com/fonts/mti/helvetica-now/text-black/
 * 
 * Webfont: HelveticaNowText-Bold by Monotype
 * URL: https://www.myfonts.com/fonts/mti/helvetica-now/text-bold/
 * 
 * Webfont: HelveticaNowText-It by Monotype
 * URL: https://www.myfonts.com/fonts/mti/helvetica-now/text-italic/
 * 
 * Webfont: HelveticaNowText-Light by Monotype
 * URL: https://www.myfonts.com/fonts/mti/helvetica-now/text-light/
 * 
 * fonts copyright: Copyright &amp;#x00A9; 2019 Monotype Imaging Inc. All rights reserved.
 * 
 * © 2020 MyFonts Inc
*/
@import"//hello.myfonts.net/count/3be89b";@font-face {
  font-family: 'HelveticaNowText-Regular';
  src: url('https://filevine-marketing-production-media.s3.us-west-2.amazonaws.com/media/fonts/HelveticaNowText-Regular/font.woff2') format('woff2'), url('https://filevine-marketing-production-media.s3.us-west-2.amazonaws.com/media/fonts/HelveticaNowText-Regular/font.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNowDisplay-Regular';
  src: url('https://filevine-marketing-production-media.s3.us-west-2.amazonaws.com/media/fonts/HelveticaNowDisplay-Regular/font.woff2') format('woff2'), url('https://filevine-marketing-production-media.s3.us-west-2.amazonaws.com/media/fonts/HelveticaNowDisplay-Regular/font.woff') format('woff');
  font-display: swap;
}