/**

  Theme Name: GutenSpark (Beta)
  Author: iamable.solutions
  Author URI: http://iamable.solutions
  Description: This theme was developed to custom fit the needs of the client.
  Requires at least: 4.9.6
  Requires PHP: 5.2.4
  Version: 1.0
  Text Domain: GutenSpark
  Tags: jobs, virginia

**/




/** ROOT [START]
**/

    @font-face {
       font-family: 'century-gothic';
       src: url('assets/fonts/century-gothic/CenturyGothic.ttf') format('truetype');
       font-weight: normal;
       font-style: normal;
    }

    @font-face {
       font-family: 'century-gothic';
       src: url('assets/fonts/century-gothic/GOTHICB.TTF') format('truetype');
       font-weight: bold;
       font-style: normal;
    }

    @font-face {
       font-family: 'century-gothic';
       src: url('assets/fonts/century-gothic/GOTHICBI.TTF') format('truetype');
       font-weight: bold;
       font-style: italic;
    }

    @font-face {
       font-family: 'century-gothic';
       src: url('assets/fonts/century-gothic/GOTHICI.TTF') format('truetype');
       font-weight: normal;
       font-style: italic;
    }

    body{ background: #f1f1f1; }

    body.__open_headerMenu div#header {}

    body img {transition: none;object-fit: cover;}

    h4 {
      font-weight: bold;
      text-transform: uppercase;
      opacity: 0.87;
    }

    .hide {
    display: none !important;
    }

    a.links {
    text-decoration: underline;
    transition: 0.62s;
    }

    a.links:hover {
      text-decoration: none;
    }


    /** ROOT ->Content sections [START]
    **/

      main#content{
          display: flex;
          z-index: 1;
          width: 100vw;
          min-height: 100%;
          max-width: 100%;
          transition: 0.2s;
          position: relative;
          flex-direction: column;
          flex-grow: 1;
      }

      div.content_container{
          width: calc(100vw - (0.78rem*2));
          height: inherit;
          margin: 0px auto;
          max-width: 1080px;
          position: relative;
          display: flex;
          flex-direction: column;
          z-index: 50;
          padding: 1.78rem 0.78rem;
          align-items: center;
      }

    /** ROOT ->Content sections [END]
    **/

/** ROOT [END]
**/



/** Header [START]
**/

  header#header {
      display: flex;
      flex-flow: column;
      background: rgb(255 255 255 / 78%);
      z-index: 10000;
      justify-content: center;
      transition: 0.32s;
      box-shadow: none;
      top: 0px;
      left: 0px;
      width: 100vw;
      position: fixed;
      backdrop-filter: blur(12px);
      color: inherit;
      box-shadow: 0px 0px 0.78rem #00000014;
  }
  
  header#header.__main_nav_collapsed {
      box-shadow: 0px 0px 0.78rem rgb(12 66 37 / 33%);
      background: #fff;
  }

  div#header_content {
      width: 100%;
      flex-direction: row;
  }

  header#header .content_container {
      padding: 0.78rem 0.78rem;
  }


  a#header_logo {
    position: relative;
    display: flex;
    flex-direction: row;
    height: 50px;
    width: fit-content;
    padding: 0.18rem;
  }

  a#header_logo > img { height: 100%; }

  header#header .__col {
      width: unset;
  }

  div#header_cta_container{
  }

  div#header_logo {
      left: 0.48rem;
  }
  
  p.header_logo_text > span {
      font-size: 0.88rem;
      letter-spacing: 1px;
  }

  ul.site_nav_links {
      display: flex;
      flex-direction: column;
      white-space: nowrap;
      align-items: center;
  }

  ul.site_nav_links > li > a {
      padding: 0.42rem;
      display: flex;
      align-items: center;
      border-bottom: 2px solid transparent;
      width: fit-content;
      color: var(--font-color-primary);
  }

  header#header ul.site_nav_links > li > a {
      color: #fff;
  } 

  ul.site_nav_links > li{
    position: relative;
    display: flex;
    flex-direction: row;
    border-bottom: 2px solid transparent;
    align-items: center;
    width: fit-content;
  }

  div#mnv__nav > ul.site_nav_links > li.menu-item:hover > a.mnav__link{
    color: var(--secondary-color);
  }

  ul.site_nav_links > li.menu-item-has-children > a:after {
      content: "";
      border: 2px solid #fff;
      width: 6px;
      height: 6px;
      display: block;
      transform: rotate(45deg);
      border-left: none;
      border-top: none;
      margin-left: 0.48rem;
  }

  ul > li.current-menu-item.menu-item-has-children:after, 
  ul > li.current-menu-ancestor.menu-item-has-children:after {
      border-color: var(--secondary-color);
  }


  ul > li.current_page_item > a:after, ul > li.current_page_item > a:after,
  ul > li.current-menu-ancestor > a:after, ul > li.current-menu-parent > a:after{
      border-color: var(--secondary-color) !important;
  }

  ul > li.current-menu-item > a, ul > li.current_page_item > a, ul > li.current-menu-ancestor > a, ul > li.current-menu-parent > a,ul > li.current_page_item > a:after, ul > li.current_page_item > a:after {
      border-color: var(--main-color) !important;
      color: #fffcaf !important;
  }

  footer#footer ul > li.current-menu-item > a, footer#footer ul > li.current_page_item > a, footer#footer ul > li.current-menu-ancestor > a, footer#footer ul > li.current-menu-parent > a{
    color: #fff;
  }

  div#footer_cta > .__row {
      flex-direction: column;
  }
  
  div#fnv__nav > ul.site_nav_links {}
  
  div#footer_wrap_row {}
  
  div#fnv__nav {
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  #fnv_nav ul > li.current-menu-item > a, ul > li.current_page_item > a {
      color: #307952 !important;
  }

  div#header_hamburger_btn, div#sidebar_hamburger_btn {display: flex;flex-direction: row;justify-content: flex-end;}


    /** SideBar [START]
    **/

      button.mobile_navigation_btn {
          flex-direction: column;
          justify-content: center;
          z-index: 99;
          background: transparent;
          top: 0px;
          bottom: 0px;
          position: relative;
          right: 0px;
          width: 40px;
          height: 40px;
          border: none;
          border-radius: 3px;
          display: flex;
          outline: none;
          pointer-events: all;
          padding: 0px;
      }

      button.mobile_navigation_btn:hover {
          cursor: pointer;
          opacity: 0.88;
      }

      button.mobile_navigation_btn span {
          position: relative;
          display: inline-block;
          width: 100%;
          height: 4px;
          background-color: var(--primary-color);
          border-radius: 2px;
          margin: 3px 0px;
          pointer-events: none;
      }

      #sideBar {
          display: flex;
          flex-flow: column;
          background: var(--primary-color);
          position: fixed;
          z-index: 10000;
          justify-content: center;
          transition: 0.32s;
          box-shadow: 0px 0px 1.08rem rgb(0 0 0 / 18%);
          top: 0px;
          right: 0px;
          width: 100vw;
          max-width: 260px;
          height: 100vh;
          backdrop-filter: blur(12px) grayscale(0.5);
          color: inherit;
          overflow: hidden;
          overflow-y: auto;
          transform: translate(100%, 0px);
          padding: 0px;
          margin: 0px;
          color: #fff;
          font-size: 1.18em;
          font-weight: 600;
      }

      aside#sideBar div.content_container > .__row {
          min-height: unset;
          justify-content: flex-end;
          /* padding-bottom: 0.78rem; */
          /* border-bottom: 1px solid rgb(255 255 255 / 8%); */
          margin-bottom: 1.38rem;
          flex-direction: column;
          margin-top: 1em;
          border-top: 2px solid;
          padding-top: 20px;
          font-size: 0.85em
      }

      div#mnv__nav ul, div#mnv__nav li {
          flex-direction: column;
          width: fit-content;
      }

      aside#sideBar div.content_container {
          width: 100%;
          min-height: 100%;
          height: fit-content;
          padding: 0.78rem 1.78rem;
          justify-content: space-between;
      }

      div#mnv__nav ul.sub-menu li {
          padding: 0.78rem;
      }

      div#mnv__nav > ul.site_nav_links ul.sub-menu {
          display: none;
      }
      
      div#mnv__nav > ul.site_nav_links > li.menu-item > a.mnav__link {
          font-size: 1.18rem;
          position: relative;
          color: #fff;
          padding-left: 0px;
          border: none;
      }
      
      div#mnv__nav > ul.site_nav_links li.menu-item.__open > ul.sub-menu {
          display: flex;
      }

      div#mnv__nav li > a {
          display: flex;
          flex-direction: row;
          align-items: center;
      }

      div#mnv__nav {
          width: 100%;
          font-size: 1.048rem;
      }

      div#mnv__nav ul.site_nav_links > li.menu-item-has-children > a:after {
          border-color: var(--secondary-color);
      }

      body.msb__open #sideBar {
          transform: translate(0%, 0px);
      }
      
      aside#sideBar button.mobile_navigation_btn span {
          background: #fff;
      }
      
      div#sidebar__sub_content {
          border-bottom: none;
          margin-bottom: 0px;
      }
      
      div#sidebar__contact {
          margin: 1.78rem 0px;
      }


      .org_social_icons {
          display: flex;
          flex-direction: row;
          grid-gap: 0.48rem;
          align-items: center;
          justify-content: center;
      }
      .org_social_icons > a {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          padding: 0.28rem;
          border: 2px solid #fff;
          fill: #fff;
          border-radius: 50%;
          width: 28px;
          height: 28px;
      }
      
      .org_social_icons > a > svg {
          width: 100%;
          height: 100%;
      }

      #sidebar__newsletter .wpforms-form button[type=submit] {
        border: 2px solid #fff;
        border-radius: 5px;
        padding: 0.48rem 1.78rem;
        color: #fff;
        background: none;
        font-size: 0.8em;
      }

      #sidebar__newsletter .wpforms-form button[type=submit]:hover {
        transition: 0.28s;
        transform: scale(1.05);
        text-decoration: auto;
      }

      #sidebar__newsletter .wpforms-form input[type=email] {
        font-size: 12px
      }

      #sideBar #mc_embed_signup{ background: transparent;}

    /** SideBar [END]
    **/

/** Header [END]
**/



/** SECTIONS [START]
**/

  section.content_section{
    width: 100vw;
    display: flex;
    position: relative;
    padding: 0px;
    overflow: hidden;
    height: fit-content;
    flex-direction: column;
    background-color: #fff;
  }

  .__row {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
  }

  .__col {
    position: relative;
    height: fit-content;
    display: inline-flex;
    flex-direction: column;
    align-self: center;
    width: 100%;
    flex: 100%;
    margin-top: 0.78rem;
  }

  section.content_section .section-decoration--image {
      opacity: 0.18;
  }

  main#content > section.content_section:first-of-type:not(#splash-hero) > div.content_container {
      margin-top: calc(74.98px);
      grid-column-gap: 1.48rem;
  }

  .cont_sec_header {
    width: 100%;
    /* max-width: 460px; */
    font-size: 1.28rem;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1.78rem;
    /* padding-bottom: 1.78rem; */
    text-align: center;
    display: flex;
    flex-direction: column;
  }

  .cont_sec_header h2 {
      font-size: 2.08rem;
      margin-bottom: 0.78rem;
      font-weight: bold;
  }

  .cont_sec_header p {
      line-height: normal;
  }

  .section-decoration--image, .section-decoration--coloroverlay {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      right: 0px;
  }

  .section-decoration--coloroverlay {
      background-color: rgb(21 84 154 / 38%);
      backdrop-filter: blur(8px) grayscale(0.88);
      opacity: 1;
  }

  .section-decoration--image {
      background-position: center;
      background-size: 150px;
      background-repeat: repeat;
      z-index: 1;
  }

  section.__is_single_page .content_container>.__row {
      display: flex !important;
      margin-bottom: 0px;
  }



    /** SECTIONS -> Splash [START]
    **/
  
      section#splash-hero {
          height: 78vh;
      }
      
      section#splash-hero div.content_container {
          max-width: unset;
          width: 100%;
          padding: 0px;
      }
      
      section#splash-hero .section-decoration--coloroverlay,
      section#splash-hero .section-decoration--image {
          opacity: 1;
          backdrop-filter: none;
      }

      img.cont_image.hh_img_bg {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        max-height: 100%;
      }

      section#splash-hero .content_container .content_container > .__row > .__col {
        background: linear-gradient(180deg, white 48%, transparent 100%);
      }

      section#splash-hero .section-decoration--coloroverlay{
        background: linear-gradient(180deg, white 48%, transparent 100%);
      }

      section#splash-hero h1{
        color: #454545;
        font-size: 2.78rem;
        font-weight: 700;
        text-align: center;
        font-family: 'Playfair Display',serif;
        padding: 0.78rem 0rem;
        padding-left: 2.48rem;
        letter-spacing: 1px;
        line-height: 2.78rem;
        text-shadow: 1px 1px 11px rgb(0 0 0 / 22%);
        font-style: normal;
      }

    /** SECTIONS -> Splash [END]
    **/


    /** SECTIONS -> Why Us [START]
    **/
 
        section#why-us{
          color: #fff;
        }

        section#why-us .__col {
            /* width: 50%; */
            fill: var(--secondary-color);
            height: 288px;
        }

        section#why-us .__col video{
          width: 100%;
          height: 100%;
        }
        
        div#why-us-quote {
            font-weight: normal;
        }
        
        section#why-us .__col svg {
            width: 48px;
            height: 48px;
            margin-bottom: 1.78rem;
            display: inline-block;
        }
        
        div#why-us-quote span {
            width: 100%;
            display: inline-block;
            margin-top: 0.78rem;
            font-style: italic;
            opacity: 0.48;
        }

        section#why-us .__col .section-decoration--coloroverlay {
            z-index: 2;
            opacity: 1;
            backdrop-filter: grayscale(0.48);
        }
        
        section#why-us .__col img {
            z-index: 1;
            width: 100%;
            height: 300px;
            object-fit: contain;
        }
        #wh
        y-us .cont_sec_header h1 { font-family: 'Playfair Display',serif; font-size: 2.78em; }

        .cst-home-why-us-sec ul li, #career-paths ul li, #education-opportunities ul li { list-style: none !important; font-weight: 600 !important; margin-bottom: 10px; }

        #career-paths p { font-weight: 400 !important; }
        #va_total_hospitals h2 { color: #000 !important; }
        #va_total_hospitals div#vath_parg { background: transparent !important; }

    /** SECTIONS -> Why Us [END]
    **/

    /** SECTIONS -> FAQ [START]
    **/

        #va_total_hospitals #mc_embed_signup { background-color: transparent; }
        .faq-pg #faq-sec h1 { color: #000; margin-bottom: 5rem; font-size: 3em; }

        .faq-pg #faq-sec .custom-faq .accordion-item { border-bottom: 1px solid #000; }

    /** SECTIONS -> FAQ [START]
    **/


    /** SECTIONS -> Search Jobs [START]
    **/

      section#search-jobs {
          text-align: center;
      }
      
      section#search-jobs img {
          width: 178px;
          margin-bottom: 1.78rem;
      }
      
      section#search-jobs .__row {
          flex-direction: column;
      }
      
      section#search-jobs .__col {
          align-items: center;
          margin-bottom: 0.78rem;
      }
      
      section#search-jobs h3 {
          font-size: 2.78rem;
          /*text-transform: capitalize;*/
          line-height: 100%;
          font-weight: 600;
          text-align: center;
          max-width: 658px;
          color: #000;
          font-family: 'Playfair Display',serif;
      }

    
      
      section#search-jobs h4 {
          margin-top: 1.28rem;
          margin-bottom: 0.78rem;
          font-size: 1.38rem;
      }
      
      section#search-jobs .__col:last-child {
          margin: 0px;
      }
      
      section#search-jobs h3, section#search-jobs h4, section#search-jobs p, section#career-paths div.content_container > div.__row div.__col:last-of-type,section#education-opportunities div.content_container > .__row > .__col:last-of-type > .__row {
          max-width: 705px;
      }
      
      section#search-jobs a.__btn, section#explore-hospitals a.__btn, div#vath_parg a.__btn, a.__btn {
          background: var(--primary-color);
          color: #fff;
          margin-top: 1.78rem;
          padding: 0.48rem 1.78rem;
      }
      #search-jobs h2 { margin-bottom: 1.75rem; }
      section#search-jobs p, #education-opportunities p { font-weight: 400 !important; }

    /** SECTIONS -> Search Jobs [END]
    **/



    /** SECTIONS -> Splash Career Paths [START]
    **/

      section#career-paths div.content_container > div.__row {
          flex-direction: column;
      }
      .__col.career-path-link > * {
        pointer-events:none;
      }
      .__col.career-path-link {
          /* min-height: unset; */
          height: 260px;
          width: 100%;
          /* max-width: 260px; */
          /*background: #fff;*/
          /* color: #fff; */
          cursor: pointer;
          justify-content: end;
          padding: 0px;
          margin: 0px;
          position: relative;
          overflow: hidden;
          /* box-shadow: 0 0 0.58rem rgb(0 0 0 / 19%); */
          /* border-radius: 8px; */
          /* padding-top: calc(160px + 0.78rem); */
          border: 1px solid #FFD;
          /* height: 160px; */
          display: block;
          margin-bottom: 0.78rem;
      }
      
      h5.cpl__title {
          font-size: 1.38rem;
          transition: 0.62s;
          /* top: 0px; */
          /* bottom: 0px; */
          left: 0px;
          right: 0px;
          margin: 0px;
          position: relative;
          line-height: 100%;
          /*text-transform: capitalize;*/
          /* font-style: italic; */
          height: fit-content;
          /* background-color: #fff; */
          padding: 0.58rem;
          /* text-shadow: 1px -6px 9px #fff, 1px 1px 7px #fff; */
      }
      
      section#career-paths div.content_container > div.__row > div.__col:last-of-type {
          margin-top: 0px;
      }

       section#career-paths div.content_container > div.__row > div.__col:first-of-type {
          margin-bottom: 2.78rem;
      }

      .cpl__content {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          min-height: 100%;
          padding: 0px;
          transition: 0.18s;
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 600;
          text-transform: uppercase;
          text-align: center;
          font-size: 0.98rem;
          z-index: 10;
          background: rgb(48 121 82 / 78%);
          color: #fff;
          /* backdrop-filter: blur(7px); */
          opacity: 0;
          flex-direction: column;
          justify-items: center;
      }
            
      .__col.career-path-link .section-decoration--image {
          background-attachment: local;
          transition: 1.18s;
          opacity: 1;
          position: absolute;
          height: 100%;
          width: 100%;
          margin: auto;
          border-radius: 10px;
          overflow: hidden;
          background-position: center;
          background-size: 225px 225px !important;
      }
      
      .__col.career-path-link .section-decoration--coloroverlay {
          /* background: radial-gradient(#fffcb4 10%, transparent 59%); */
          /* backdrop-filter: blur(0.48px); */
          transition: 0.68s;
          z-index: 1;
          position: relative;
          display: none;
      }
      
      .cpl__content .cpl__excerpt {
          transform: translateY(50%);
          opacity: 0;
          text-overflow: ellipsis;
          overflow: hidden;
          width: 100%;
          height: 100%;
          position: absolute;
          padding: 1.98rem;
          /* background: #ffffffdb; */
          z-index: 4;
          top: 0px;
          margin: 0px;
          text-transform: none;
          font-size: 0.78rem;
          font-weight: 400;
          text-align: left;
          /* backdrop-filter: blur(7px); */
          transition: 0.78s;
      }
      
     .__col.career-path-link p {
          font-size: inherit;
      }
      
      .__col.career-path-link:hover h5.cpl__title {
          /* opacity: 0; */
          /* transform: translateY(70%); */
          /* filter: blur(12px); */
      }

      
      h5.cpl__title:first-letter {
          /* font-size: 1.98rem; */
          /* font-style: normal; */
      }
      
      .__col.career-path-link:hover h5.cpl__excerpt {
          transform: translateY(0%);
      }
      
      .__col.career-path-link:hover .section-decoration--image {
        /* transform: scale(1.08); */
      }

      .__col.career-path-link:hover .cpl__excerpt {
          /* transform: translateY(0%); */
          /* opacity: 1; */
      }
      
      .cpl__content > * {
          width: 100%;
          left: 0px;
          top: 0px;
          position: relative;
          transition: inherit;
          padding: 1.78rem;
      }
      
      .cpl__excerpt:after {
        content: "";
        bottom: 0px;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, #fffff3 21%, transparent);
        position: absolute;
        left: 0px;
        backdrop-filter: blur(0.28px);
      }

      .cpl__content:after {
          content: "Click to read more \27F6";
          bottom: 0px;
          width: fit-content;
          height: fit-content;
          position: relative;
          left: 0px;
          backdrop-filter: blur(0.34px);
          font-weight: 500;
          z-index: 1;
          padding: 0.48rem;
          margin: 0.78rem auto;
          left: 0px;
          border-radius: 5px;
          right: 0px;
          margin-bottom: 0px;
          position: relative;
          white-space: nowrap;
          background: var(--secondary-color);
          color: var(--primary-color);
          font-size: 0.78rem;
      }

      .__col.career-path-link:hover .section-decoration--coloroverlay {
          background: radial-gradient(#fffcb4 10%, #fffcb470 59%);
          filter: opacity(0.65);
          opacity: 38%;
      }

      section#career-paths div.fl_slider .fl_slider__slides {
          height: 260px;
          flex: auto;
      }
      
      section#career-paths div.fl_slider .fl_slider__arrows {
          display: flex;
          flex-direction: row;
          width: 100%;
          justify-content: space-between;
          top: 0px;
          bottom: 0px;
          margin: auto;
          position: absolute;
          height: fit-content;
          z-index: 10;
      }
      
      section#career-paths div.fl_slider .fl_slider__indicator{
          flex-direction: row;
      }
      
      section#career-paths div.fl_slider .fl_slider__content{
          display: flex;
          flex-direction: column;
      }
      
      section#career-paths div.fl_slider .fl_slider__headline {
          position: relative;
          margin-top: 0.78rem;
          background: none;
      }
      
      section#career-paths div.fl_slider .fl_slider__indicator span {
          border-color: var(--primary-color);
      }
      
      section#career-paths div.fl_slider .fl_slider__indicator span.__flsi__current {
          background: var(--primary-color) !important;
      }

    /** SECTIONS -> Splash Career Paths [END]
    **/



    /** SECTIONS -> Partners [START]
    **/

        .partner_icons {
            display: grid;
            grid-template-columns: repeat(2,180px);
            gap: 1.78rem;
            align-items: center;
            justify-content: center;
        }

        .partner_icons > a {
            display: inline-flex;
            height: 180px;
            align-items: center;
            justify-content: center;
        }

        .partner_icons > a > img {
            width: 100%;
            max-height: 100%;
        }

    /** SECTIONS -> Partners [END]
    **/



    /** SECTIONS -> Education Opportunities [START]
    **/

      section#education-opportunities {
          color: #fff;
      }
      
      .__col.career-path-link:hover .cpl__content {
          backdrop-filter: blur(7px);
          opacity: 1;
      }
      
      section#education-opportunities div.content_container > .__row > .__col {
          width: fit-content;
      }

      section#education-schools-map > .content_container {
          padding-top: 0px;
      }
      
      /*section#splash-hero h1:first-letter {
          font-size: 2.78rem;
          font-weight: 600;
          border:3px solid var(--primary-color);
          border-bottom: 0px;
          border-right: 0px;
          border-left: 0px;
          height:fit-content;
          padding: 0px 0.28rem;
          background: transparent;
          color: var(--primary-color);
          font-style: normal;
      }*/
      
      section#education-opportunities div.content_container > .__row {
          align-items: center;
      }
      
      section#education-opportunities div.content_container > .__row > .__col:first-of-type > img {width: 360px;height: 360px;object-fit: cover;}
      
      section#education-opportunities div.content_container > .__row > .__col:first-of-type {
          width: fit-content;
          flex: 1;
      }
      
      section#education-opportunities div.content_container > .__row > .__col:last-of-type > .__row {
          flex-direction: column;
      }
      
     

      section#va_total_hospitals .wpforms-form button[type=submit] {
        border: 2px solid #307952;
        border-radius: 5px;
        padding: 0.48rem 1.78rem;
        color: #307952;
        background: none;
        font-size: 0.8em;
      }
  
     section#va_total_hospitals .wpforms-form button[type=submit]:hover {
      transition: 0.28s;
      transform: scale(1.05);
      text-decoration: auto;
     }
  
    
      section#va_total_hospitals .wpforms-form input[type=email] {
        font-size: 12px
      }
      
      section#education-opportunities div.content_container > .__row > .__col:last-of-type > .__row > .__col:first-of-type {
          margin-bottom: 1.78rem;
          align-items: center;
      }

      section#education-opportunities .cont_sec_header {
          font-size: 1.08rem;
          font-weight: 600;
          width: 100%;
          text-align: center;
          margin-top: 1.78rem;
      }

    /** SECTIONS -> Education Opportunities [END]
    **/



    /** SECTIONS ->Testimonial Slider [START]
    **/

      section#testimonial-slider-section {
            min-height: 65vh;
      }
      
      .tts__comment {
          font-size: 20px;
          font-weight: 400;
          line-height: 165%;
      }
      div#testimonial-slider .fl_slider__slide {
          height: 100%;
          background-color: rgb(48 121 82 / 18%);
          flex: 1;
          padding: 1.78rem;
      }
      
      div#testimonial-slider .fl_slider__slides {
          display: inline-flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          max-width: 580px;
      }
      
      div#testimonial-slider .fl_slider__headline {
          /* right: 0px; */
          top: unset;
      }
      
      div#testimonial-slider .fl_slider__indicator {
        flex-direction: column;
        padding-right: 0.78rem;
        margin: auto;
        width: fit-content;
        padding: 0.28rem;
      }
            
      section#testimonial-slider-section {
          background: linear-gradient(180deg, rgb(48 121 82 / 4%) 10%, #ffffff);
      }
      
      section#testimonial-slider-section div.content_container {
          height: 100%;
          flex: 1;
      }
      
      div#testimonial-slider .fl_slider__content {
          display: flex;
          flex-direction: column;
      }
      
      span.tts__icon {
          display: inline-block;
          width: 100px;
          height: 100px;
          fill: var(--primary-color);
          opacity: 0.18;
          position: absolute;
          z-index: -1;
          top: 0;
          left: 0;
      }
      
      span.tts__icon svg {
          width: 100%;
          height: 100%;
      }
      
      p.tts__reviewername {
          font-style: italic;
          font-size: 0.88rem;
          margin-top: 0.78rem;
      }
      
      div#testimonial-slider .fl_slider__arrows {
          bottom: 0;
          /* margin: auto; */
          left: unset;
          right: 0px;
          width: fit-content;
      }

    /** SECTIONS ->Testimonial Slider [END]
    **/


    /** SECTIONS ->WHY VIRGINIA [START]
    **/

      section#video-testimonials > div.content_container > .__row {
        display: grid;
        display: flex;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 2.78rem;
      }
      
      section#video-testimonials .cont_sec_header {
        text-align: left;
        font-weight: 600;
        font-size: 1.08rem;
        color: var(--primary-color);
      }

    /** SECTIONS ->WHY VIRGINIA [END]
    **/


    /** SECTIONS ->Our Hospitals [START]
    **/

      .pg_article .cont_sec_header {
          text-align: left;
          font-weight: 600;
          font-size: 1.08rem;
          color: var(--primary-color);
          width: fit-content;
      }

      .pg_article .cont_sec_header:after {
          background: var(--primary-color);
          opacity: 0.18;
      }

      .pg_article p {
          font-family: century-gothic, sans-serif;
          font-weight: 400;
          font-style:normal;
      }

      section#our-hospitals div.content_container {
          padding-bottom: 0px;
      }

      form#hospital_regions_collection_controlls {
          display: grid;
          grid-template-columns: 1fr 150px;
          grid-gap: 0.78rem;
      }
      
      form#hospital_regions_collection_controlls select {
          background-color: #fff;
      }
      
      form#hospital_regions_collection_controlls input[type="submit"],form#hospital_regions_collection_controlls select {
          display: inline-block;
          height: 100%;
          width: 100%;
          border-radius: 5px;
      }
      
      form#hospital_regions_collection_controlls input[type="submit"] {
          background-color: var(--primary-color);
          color: #fff;
      }
      
      div#hospital_regions_collection_wrapper {
          width: 100%;
          display: flex;
          flex-direction: column;
          grid-template-columns: repeat(3,1fr);
          grid-gap: 0.78rem;
          margin-top: 1.78rem;
      }
      
      div#hospital_regions_collection_no_content {
          text-align: center;
          width: 100%;
          padding: 1.78rem;
          grid-column: 1/4;
          border: 1px solid rgb(0 0 0 / 18%);
          background: rgb(255 255 255 / 58%);
          border-radius: 0.38rem;
      }

      .hospital_link {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: space-between;
          border: 1px solid rgba(0,0,0,0.2);
          border-radius: 5px;
          background-color: #fff;
      }
      
      .hospital_link > div {
          padding: 0.38rem 0.68rem;
      }
      
      .hoslink__visit > .__btn {
          background-color: var(--primary-color);
          padding: 0.28rem 0.38rem;
          color: #fff;
          text-shadow: 1px 1px 0px #00000021;
          font-size: 0.88rem;
          /* font-weight: 600; */
          /*text-transform: capitalize;*/
      }


      .hospitals_accordion_group{
        position: relative;
      }

      .hospitals_accordion_group .section-decoration--coloroverlay {
          opacity: 0.18;
      }

      .hag__table_header>*, .hag__table_content > .hag__table_item > * {
        background: #fff;
        fill: #d5e4dc;
      }

      section#hospitals-regions .hospitals_accordion_group:nth-child(odd),
      .hag__table_content > .hag__table_item:nth-child(odd)>* {
          background: #f1f1f1;
      }


      
      .hospitals_accordion_group > .content_container > * {
        width: calc(100% - 40px);
        border-radius: 10px;
      }
      
      .hag__table {
          background: #fff;
          border: 1px solid rgb(48 121 82 / 27%);
          position: relative;
      }
      
      h5.hag__title {
          font-size: 1.18rem;
          font-weight: 600;
          margin-bottom: 0.78rem;
          margin-left: 0.78rem;
      }
      
      .hag__table_header,.hag__table_item{
          display: grid;
          grid-template-columns: 1fr 148px;
          border-bottom: 1px solid transparent;
          grid-gap: 1px;
          overflow: hidden;
      }
      
      .hag__table_item {
          background-color: rgb(48 121 82 / 11%);
      }
      
      .hospitals_accordion_group > .content_container {
          align-items: baseline;
          z-index: 1;
          padding: 1.78rem 0.78rem;
      }
      
      .hag__th__arrow {
          background-color: #ffff;
          width: 30px;
          height: 30px;
          border-radius: 50%;
          position: absolute;
          right: -40px;
          padding: 0.38rem;
          fill: var(--primary-color);
          opacity: 0.78;
          border: 1px solid rgb(48 121 82 / 27%);
          transform: rotate(90deg);
          transition: 0.28s;
      }

      .hospitals_accordion_group.__open .hag__th__arrow {
          transform: rotate(270deg);
          fill: #fff;
          background: var(--primary-color);
      }
      
      .hag__th__arrow > svg {
          width: 100%;
          height: 100%;
          fill: inherit;
          pointer-events: none;
      }
      
      .hag__th__hospital, .hag__tbi__hospital, .hag__th__city, .hag__tbi__city {
          padding: 0.58rem 0.78rem;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
      }
      
      .hag__table_content > .hag__table_item:last-child {
          border: none;
      }
      
      .hag__table_content {
          overflow: hidden;
          border-radius: 0px 0px 5px 10px;
          height: 0px;
      }
      
      .hag__th__hospital, .hag__th__city {
          font-size: 1.08rem;
          font-weight: 600;
      }
      
      .hag__table_header {
          border-radius: 10px 10px 0px 0px;
          background-color: rgb(48 121 82 / 27%);
          border: none;
          border-radius: 10px;
      }
      
      .hospitals_accordion_group.__open .hag__table_content {
          height: 100%;
      }

      .hag__tbi__desc {
          display: none;
      }
      
      div#quickPopUp_shadow__object > .hag__table_item {
          display: flex;
          background: #fff;
          flex-direction: column;
          border-radius: 5px;
      }
      
      div#quickPopUp_shadow__object > .hag__table_item .hag__tbi__desc {
          display: block;
          padding: 0.78rem;
          background: rgba(0,0,0,0.08);
      }

      section#our-hospitals div#vath_parg{
          background-color: rgb(255 252 173 / 40%);
          padding: 1.48rem;
          display: flex;
          flex-direction: column;
          text-align: left;
      }
      
    /** SECTIONS ->Our Hospitals [END]
    **/


    /** SECTIONS ->Home/ Total Hospitals [START]
    **/

      section#va_total_hospitals .__row {
          flex-direction: column;
          align-items: center;
      }
      
      section#va_total_hospitals .__col {
          align-items: center;
      }
      
      section#va_total_hospitals div.cont_sec_header h2 {
          color: var(--primary-color);
      }
      
      section#va_total_hospitals div#vath_parg{
          background-color: rgb(255 252 173 / 40%);
          padding: 1.48rem;
          display: flex;
          flex-direction: column;
          text-align: center;
      }
      
      section#va_total_hospitals {
          text-align: center;
      }

    /** SECTIONS ->Home/ Total Hospitals [END]
    **/


    /** SECTIONS ->Career Paths/Forecast [START]
    **/

      section#career-paths-forecast .pg_article_banner {
          width: 100%;
          margin: 0px;
          max-height: 460px;
      }
      
      .pg_article_banner img {
          width: 100%;
          height: 100%;
      }
      
      section#career-paths-forecast > div.content_container > .__row {
          display: grid;
          display: flex;
          grid-template-columns: repeat(2,1fr);
          grid-gap: 2.78rem;
      }
      
      section#career-paths-forecast > div.content_container > .__row .__col {
          align-items: center;
      }
      
      section#career-paths-forecast h4 {
          font-size: 1.78rem;
          margin-bottom: 1.78rem;
          font-weight: 600;
      }
      
      .__row.forecast_icons {
          margin-top: 1.78rem;
          display: grid;
          grid-template-columns: repeat(2,1fr);
          width: fit-content;
      }
      
      .__row.forecast_icons .__col {
          flex-direction: row;
          padding: 0.78rem;
      }
      
      .__row.forecast_icons svg {
          width: 20px;
          height: 20px;
          margin-right: 0.78rem;
      }

    /** SECTIONS ->Career Paths/Forecast [END]
    **/


    /** SECTIONS ->Career Paths/Collection [START]
    **/

      section#career-paths-collection .pg_article {
          margin-top: 3.78rem;
          font-weight: 400;
      }

      section#career-paths-collection > .section-decoration--image {
          opacity: 0.25;
      }
            
      .career-path-links {
          display: grid;
          display: block;
          grid-gap: 0.78rem;
          /* align-items: center; */
          /* justify-content: center; */
      }
      
      section#career-paths-collection div.cont_sec_header h2 {
          font-weight: 600;
          color: var(--primary-color);
      }

      section#career-paths .cont_sec_header {
          color: var(--primary-color);
      }

      div#quickPopUp_shadow,div#cpl_shadow {
          position: fixed;
          width: 100%;
          height: 100%;
          top: 0px;
          bottom: 0px;
          backdrop-filter: blur(5px) grayscale(70%);
          z-index: 10000;
          display: none;
          flex-direction: column;
          background-color: rgb(94 101 97 / 86%);
          align-items: center;
          justify-content: center;
      }

      div#cpl_shadow.__open{
        display: flex;
        background-color: rgba(255,255,255,0.58);
      }
      
      div#cpl_shadow__content {
          width: 100%;
          height: fit-content;
          max-width: 660px;
          margin: auto;
          position: relative;
          top: 0px;
          bottom: 0px;
      }
      
      button#cpl_shadow__close, button#quickPopUp_shadow__close {
          display: flex;
          width: 26px;
          height: 28px;
          margin: auto;
          margin-right: 0.78rem;
          margin-bottom: 0.78rem;
          background: var(--primary-color);
          box-shadow: 0px 0px 0.78rem rgb(0 0 0 / 25%);
          padding: 0.38rem;
          fill: #fff;
          pointer-events: all;
      }

      button#cpl_shadow__close svg{
        width: 100%;
        height: 100%;
      }

      
      div#cpl_shadow .cpl__content {
          position: relative;
          flex-direction: column;
          background: #fff;
          border-radius: 10px;
          box-shadow: 0px 0px 2.78rem #0727162b;
          min-height: unset;
          overflow: hidden;
          opacity: 1;
      }
      
      div#cpl_shadow .cpl__excerpt {
        position: relative;
        opacity: 1;
        transform: none !important;
        background-color: rgb(0 0 0 / 1%);
        color: var(--font-color-primary);
      }
      
      div#cpl_shadow .cpl__excerpt:before,div#cpl_shadow .cpl__excerpt:after {
          display: none;
          height: fit-content;
          background: transparent;
      }
      
      div#cpl_shadow .cpl__title {
          border-bottom: 1px solid rgb(0 0 0 / 4%);
          color: var(--font-color-primary);
      }

      div#cpl_shadow__content .cpl__content:after {
          display: none;
      }

      div#quickPopUp_shadow.__open {
          display: flex;
      }
      
      div#quickPopUp_shadow__content {
          display: inline-flex;
          flex-direction: column;
          padding: 1.78rem;
          max-width: 760px;
      }
      
      div#quickPopUp_shadow__object {
          display: inline-flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          width: fit-content;
          background: #fff;
      }

    /** SECTIONS ->Career Paths/Collection [END]
    **/


    /** SECTIONS ->Eduction [START]
    **/

      section#job-placement-stats h4 {
          /* align-self: baseline; */
          font-size: 1.28rem;
          font-family: century-gothic, sans-serif;
          text-align: left;
      }

      section#job-placement-stats div.content_container {
          align-items: inherit;
      }
      
      section#job-placement-stats .__col {
          display: flex;
          flex-direction: column;
          align-items: center;
          width: fit-content;
          flex: unset;
          margin: 0px 1.78rem;
      }
      
      span.jps__perc {
          display: flex;
          width: 125px;
          height: 125px;
          border: 8px solid #f1f1f1;
          background-color: #fff;
          border-radius: 50%;
          align-items: center;
          justify-content: center;
          font-size: 275%;
          font-weight: bold;
          color: #307952a6;
          font-family: century-gothic, sans-serif;
      }
      
      section#job-placement-stats .__row {
          margin-top: 2.78rem;
          justify-content: center;
          display: grid;
          grid-template-columns: repeat(2,1fr);
          width: fit-content;
      }
      
      span.jps__title {
          margin-top: 0.78rem;
          opacity: 0.78;
          text-align:center;
          font-weight: normal;
      }

      section#list-valuable-resources h4 {
          color: #454766;
      }

      div#viz1661453849299 {
          width: 100%;
      }
      
      iframe.tableauViz {
          width: 100%;
          height: 530px;
      }

      section#list-valuable-resources .pg_article .cont_sec_header:after {
          margin-left: 0px;
      }

    /** SECTIONS ->Education [END]
    **/

    /** SECTIONS ->Tell your story [START]
    **/

        section#share-your-story .__row {
          gap: 1.78rem;
          flex-direction: column;
        }

        section#share-your-story .__row h2 {
          font-size: 1.78rem;
          line-height: normal;
          margin-bottom: 1.78rem;
        }

        section#share-your-story .__row > .__col {
          align-self: baseline;
        }

        div#sys_header {
          padding-bottom: 1.78rem;
          border-bottom: 1px solid #3079520d;
        }

        .wpforms-field-medium {
          width: 100% !important;
          max-width: unset !important;
          margin: 0px;
        }

        .wpforms-field {
          display: flex;
          flex-direction: column;
        }

    /** SECTIONS ->Tell your story [END]
    **/

    /** SECTIONS -> Blog [START]
    **/

        #cont_page_blog_archive .content_container, #cont_page_blog_single .content_container {
            display: flex;
            flex-direction: column;
            grid-template-columns: 3fr 1fr;
            grid-template-rows: min-content min-content;
            grid-gap: 1.48rem;
        }

        .cp__blg_arch__blog_header.cont_header {
            grid-column: 1/3;
            margin-bottom: 1.78rem;
            /* border-bottom: 1px dotted var(--secondary-color); */
            text-transform: uppercase;
        }

        section#cont_page_blog_archive .cp__blg_arch__blog_header.cont_header, 
        section#cont_page_blog_archive .cp__blg_arch__blog_header.cont_header h1 {
            margin: 0px;
        }

        .cp__blg_arch__blog_header.cont_header span {
            text-transform: none;
        }

        div#cp__blg_arch__blog_content {
            grid-column: 1/2;
        }

        div#cp__blg_arch__blog_sidebar {
            grid-column: 2/3;
            grid-row: 2/3;
            min-height: 100%;
            border-left: 2px solid var(--primary-color);
            padding: 0px 0.78rem;
            padding-right: 0px;
            width: 100%;
        }

        div#cp__blg_arch__blog_sidebar .org_social_icons > a {
            /* fill: var(--primary-color); */
            background: var(--primary-color);
        }

        .sidebar_row {
            margin: 0px;
        }

        div#cp__blg_arch__blog_content {
            display: flex;
            flex-direction: column;
        }

        div#cp__blg_arch__blog_content > .__row {
            display: flex;
            flex-direction: column;
            grid-template-columns: repeat(2,1fr);
            grid-gap: 0.78rem;
        }

        .sart__thumbnail > img {
            position: absolute;
            width: 100%;
            height: 100%;
        }

        div#cp__blg_arch__blog_content > .cont_sec_header {
            text-align: left;
            font-size: 0.78rem;
        }

        .sart__thumbnail {
            width: 100%;
            height: 160px;
            overflow: hidden;
        }

        .sart__content {
            z-index: 1;
            background: #ffffffeb;
            backdrop-filter: blur(3px);
            position: absolute;
            bottom: 0px;
            width: 100%;
        }

        h5.sart__title {
            font-family: arial;
            padding: 0.98rem 0.48rem;
            font-weight: 100;
        }

        form.blog_search {
            display: grid;
            grid-template-columns: 6fr 50px;
            border: 1px solid #00000017;
            border-radius: 5px;
            overflow: hidden;
            height: 40px;
        }

        form.blog_search button[type="submit"] > svg {
            width: 20px;
            height: 20px;
            display: inline-block;
            opacity: 0.78;
            position: absolute;
            left: 0px;
            right: 0px;
            top: 0px;
            bottom: 0px;
            margin: auto;
        }

        form.blog_search button[type="submit"] {
            display: flex;
            align-items:center;
            border-radius: 0px;
            background: transparent;
            border-left: 1px solid #00000017;
            height: 100%;
            position: relative;
            padding: 0px;
        }

        .sidebar_row {
            width: 100%;
            height: fit-content;
            padding: 0.78rem 0px;
            border-bottom: 1px solid #0000000f;
        }

        .cp__blg_arch__blog_header.cont_header h1 {
            margin-top: 0px;
            line-height: normal;
            font-family: 'Playfair Display', serif;
        }

        .single-article-link {
            position: relative;
            height: 240px;
            overflow: hidden;
            border-radius: 5px;
        }

        .single-article-link:hover {
          opacity: .8;
        }

        a.sart_link {
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 3;
        }

        .article_piece > p {
            font-size: 0.98rem;
            font-weight: 100;
            display: inline-block;
            margin-bottom: 0.78rem;
        }

        .article_piece > p:last-of-type {
            margin-bottom: 0px;
        }

        div#cp__blg_arch__blog_content > .cont_sec_header {
            padding-top: 0.78rem;
            border-top: 1px solid #00000008;
            margin-top: 1.78rem;
        }

        section#cont_page_blog_single_banner {
            min-height: 50vh;
        }

        section#cont_page_blog_single_banner .section-decoration--image {
            background-size: cover;
            opacity: 1;
        }

        section#cont_page_blog_single_banner .section-decoration--coloroverlay {
            background: linear-gradient(0deg, #ffffff, transparent) !important;
            backdrop-filter: blur(0px) grayscale(0.3);
            z-index: 1;
        }

        form.blog_search input[type="search"] {
            height: 100%;
            box-sizing: border-box;
            padding: 0.47rem;
        }

        ul#site_breadcrumbs {
            display: flex;
            flex-direction: row;
            gap: 10px;
            position: relative;
            margin-top: 1.78rem;
        }

        ul#site_breadcrumbs > li > a {
            text-decoration: none;
            color: grey;
        }

        ul#site_breadcrumbs > li:last-child > a {
            text-decoration: underline;
            color: #307952;
        }

        ul#site_breadcrumbs > li:last-child > a > span {
            font-weight: 700;
        }

        ul#site_breadcrumbs > li > a > span {
            font-weight: 100;
        }

        ul#site_breadcrumbs > li:after {
            content: "/";
            width: 10px;
            height: 10px;
            /* background: #000; */
            position: relative;
            display: inline-block;
            margin-left: 5px;
            color: #00000021;
        }

        ul#site_breadcrumbs > li:last-child:after{
            display: none;  
        }

    /** SECTIONS -> Blog [END]
    **/

    /* START: Homepage CSS */

        .cst-home-why-us-sec h2 {
          font-size: ;
          font-size: 2em !important;
        }
        .cst-home-why-us-sec #why-us-quote {
          width: 100%;
          text-align: center;
        }
        .cst-home-why-us-sec ul {
          margin-top: 30px;
        }
        .cst-home-why-us-sec ul li {
            font-weight: 400;
        }
        .__btn.cst-white-btn {
          background: #fff !important;
          color: var(--primary-color) !important;
        }
        section#search-jobs h2 { font-size: 2.78rem; /*text-transform: capitalize;*/  line-height: 100%; font-weight: 600; text-align: center; max-width: 658px; color: #000; font-family: 'Playfair Display',serif; }

        .custom-faq .accordion-item {
          border-bottom: 1px solid #e5e5e5;
        }
        .custom-faq h3 {
            font-size: 1em !important;
        }
        .custom-faq .accordion-item button[aria-expanded='true'] {
          border-bottom: 1px solid #000;
        }
        .custom-faq button {
          position: relative;
          display: block;
          text-align: left;
          width: 100%;
          padding: 1em 0;
          color: #000;
          font-size: 1.15rem;
          font-weight: 400;
          border: none;
          background: none;
          outline: none;
        }
        .custom-faq button:hover,
        .custom-faq button:focus {
          cursor: pointer;
          color: #03b5d2;
        }
        .custom-faq button:hover::after,
        .custom-faq button:focus::after {
          cursor: pointer;
          color: #03b5d2;
          border: 1px solid #03b5d2;
        }
        .custom-faq button .accordion-title {
          padding: 1em 1.5em 1em 0;
        }
        .custom-faq button .icon {
          display: inline-block;
          position: absolute;
          top: 18px;
          right: 0;
          width: 22px;
          height: 22px;
          border: 1px solid;
          border-radius: 22px;
        }

        .custom-faq button .icon::before {
          display: block;
          position: absolute;
          content: '';
          top: 9px;
          left: 5px;
          width: 10px;
          height: 2px;
          background: currentColor;
        }
        .custom-faq button .icon::after {
          display: block;
          position: absolute;
          content: '';
          top: 5px;
          left: 9px;
          width: 2px;
          height: 10px;
          background: currentColor;
        }

        .custom-faq button[aria-expanded='true'] {
          color: #000;
        }
        .custom-faq button[aria-expanded='true'] .icon::after {
          width: 0;
        }
        .custom-faq button[aria-expanded='true'] + .accordion-content {
          opacity: 1;
          max-height: 15em;
          transition: all 200ms linear;
          will-change: opacity, max-height;
        }
        .custom-faq .accordion-content {
          opacity: 0;
          max-height: 0;
          overflow: hidden;
          transition: opacity 200ms linear, max-height 200ms linear;
          will-change: opacity, max-height;
        }
        .custom-faq .accordion-content p a, #content a {
            text-decoration: underline;
          color: var(--primary-color);
        }
        .custom-faq .accordion-content p {
          font-size: 1rem;
          font-weight: 300;
          margin: 2em 0;
        }
        section#education-opportunities ul li, #why-us ul li, #career-paths ul li {
          list-style: inside;
        }
        #career-paths-the-future ul li, #career-paths-collection ul li, #career-paths-forecast ul li, #other-resources ul li {
          list-style: outside;
          margin-left: 18px;
        }

    /* END: Homepage CSS */

    /* START: Custom CSS */

        .cst-cp1 .cont_sec_header h1 { font-size: 2.75em; font-family: 'Playfair Display', serif; }
        .cst-cp1 .cont_sec_header h2 { font-size: 1.75em; }
        .cst-cp1 p { margin-bottom: 1.3em; }
        .cst-cp1 ul li { font-weight: normal; margin-bottom: 1em; }
        #career-paths-collection ul { align-self: start; }
        #career-paths-collection p { margin-bottom: 1.3em; }
        #career-paths-collection ul li { margin-bottom: 10px; }
        section#career-paths-forecast h2 { font-size: 1.78rem; font-family: 'Playfair Display', serif; line-height: 2.1rem; color: #000; margin-bottom: 1.78rem; font-weight: 600; text-transform: uppercase; opacity: .87; }
        .cst-cp-3 p { margin-bottom: 1.3em; }
        .cst-cp-3 ul li { margin-bottom: 10px; font-weight: normal; }
        #other-resources .cont_sec_header h2 { font-size: 2.78em; }
        .__btn { color: #fff !important; text-decoration: none !important; }
        .cp-healthcare-note { color: #000 !important; font-size: 13px; font-weight: 400; text-align: center; margin: 0 auto; }

        #why-virginia-article .content_container { padding-top: 0; }
        #why-verginia-sec-1 .content_container { padding-bottom: 1rem; }
        #why-virginia-article .pg_article_list li a { color: var(--primary-color) !important; }
        #why-virginia-article .pg_article a { color: #fff !important; text-decoration: none; text-transform: uppercase; }

    /* END: Custom CSS */

    /** SECTIONS ->404 Page [START]
    **/

      section#_404_page {
          background-color: rgb(21 84 154 / 9%);
      }

      div#_404_container {
          text-align: center;
          margin: 1.78rem 0px;
          padding: 1.78rem;
          border: 1px solid rgb(0 0 0 / 11%);
          background-color: #fff;
      }
      
      div#_404_container h1 {
          margin-top: 0px;
      }

    /** SECTIONS ->404 Page [END]
    **/


/** SECTIONS [END]
**/



/** WIDGETS [START]
**/


  /** WIDGETS ->Page Article [START]
  **/

    .pg_article_banner {
        width: 100%;
        max-height: 260px;
        overflow: hidden;
        /* margin-bottom: 1.78rem; */
        border-radius: 5px 5px 0px 0px;
    }
    
    div.pg_article_hash_wrapper {
        margin-bottom: 1.78rem;
        border-bottom: 1px dotted rgba(0,0,0,0.1);
        padding-bottom: 1.78rem;
        display: inline-block;
        width: 100%;
    }

    div.pg_article_hash_wrapper p {
        padding-top: 0.78rem;
       /* background: #fff;
        box-shadow: 0px 0px 0.78rem #00000012;
        border-radius: 0px 0px 5px 5px;*/
    }

    section#why-virginia-article .pg_article:last-of-type div.pg_article_hash_wrapper{
      margin:0px;
      padding: 0px;
      border: none;
    }

    div.pg_article_hash_wrapper a {
        display: inline-block;
        width: fit-content;
        margin-top: 0.48rem;
        font-weight: 400;
        border: 2px solid rgb(48 121 82 / 22%);
        padding: 0.18rem 0.28rem;
        border-radius: 5px;
        opacity: 0.98;
        background: var(--primary-color);
        color: #fff;
    }



    .pg_article b {
        color: #1d2823cc;
    }
    
    div.pg_article_hash_wrapper a b {
        color: inherit;
    }.pg_article b {
        color: #1d2823cc;
    }
    
    div.pg_article_hash_wrapper a b {
        color: inherit;
    }

    div.pg_article_hash_wrapper a:after {
        content: "\27F6";
        margin-left: 0.28rem;
    }
    
    .pg_article {
        display: flex;
        flex-direction: column;
        width: 100%;
        /* max-width: 78%; */
        align-self: baseline;
        font-weight: 400;
        color: #343836c4;
    }
    
    ul.pg_article_list.pgart_ls__default li::before {
      content: "\2022";
      color: red;
      font-weight: bold;
      display: inline-block;
      width: 1em;
      margin-left: -1em;
    }
    
    ul.pg_article_list.pgart_ls__default {
        margin-left: 0.78rem;
    }
    
    ul.pg_article_list.pgart_ls__default li {
        margin: 0.18rem 0px;
        display: inline-block;
        width: 100%;
        font-weight: normal;
    }
    
    ul.pg_article_list.pgart_ls__default {
        margin-bottom: 1.78rem;
    }
    
    .pg_article h3 {
        font-size: 1.18rem;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 1.78rem;
        margin-top: 1.78rem;
    }
    
    ul.pg_article_list.pgart_ls__links {
        display: flex;
        flex-direction: column;
        margin-bottom: 1.78rem;
        padding-bottom: 1.78rem;
        border-bottom: 1px solid rgb(42 45 91 / 9%);
        font-weight: 600;
    }
    
    ul.pg_article_list.pgart_ls__links li {
        color: var(--primary-color);
        padding: 0.78rem 0px;
    }
    
    ul.pg_article_list.pgart_ls__links li:first-child {
        margin: 0px;
    }

    img.cont_image {
        margin: 0.78rem 0px;
        max-width: 100%;
        display: inline-block;
        object-fit: cover;
    }

  /** WIDGETS ->Page Article [END]
  **/


  /** WIDGETS ->WPForms [START]
  **/

    li.wpforms-widget, div.wpforms-container {
        display: contents;
    }


    div.wpforms-container > form {
        display: flex;
        flex-direction: column;
    }

    .wpforms-field {
        padding: 0.78rem;
        padding-bottom: 0px;
    }

    .wpforms-field input, .wpforms-field textarea, .wpforms-field select {
        background: #eaeaea;
        border: 2px solid var(--main-color);
    }

    .wpforms-field-container {
        padding-bottom: 0.78rem;
    }

  /** WIDGETS ->WPForms [END]
  **/


  /** WIDGETS ->Sliders [START]
  **/

    div.fl_slider {
        width: 100%;
        height: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 1;
    }

      .fl_slider__slides {
          display: inline-block;
          position: relative;
          width: 100%;
          height: 100%;
          flex: 1;
      }

      .fl_slider__indicator span:hover {
          background-color: rgb(255 255 255 / 75%);
      }

      span.fls_arrow:hover {
          transform: scale(1.05);
      }

      span.fls_arrow.__fls_left_arrow:hover {
          transform: rotate(180deg) scale(1.05);
      }

      .fl_slider__arrows {
          display: none;
      }

      span.fls_arrow.__fls_left_arrow {
          transform: rotate(180deg);
      }

      span.fls_arrow.__fls_right_arrow {
      }

      span.fls_arrow {
          display: inline-flex;
          background: #ffffff;
          height: fit-content;
          width: 2.58rem;
          padding: 0.48rem;
          pointer-events: auto;
          /* border-radius: 50%; */
          cursor: pointer;
          transition: 0.38s;
          align-items: center;
          justify-content: center;
      }

      span.fls_arrow svg {
          position: relative;
          display: inline-block;
          fill: var(--primary-color);
          pointer-events: none;
      }

      .fl_slider__indicator {
          display: flex;
          flex-direction: column;
          width: 100%;
          padding: 0.78rem;
          padding-left: 0.48rem;
          text-align: center;
          justify-items: center;
          justify-content: center;
          flex-direction: column-reverse;
      }

      .fl_slider__indicator span {
          width: 12px;
          height: 12px;
          margin: 0.18rem;
          border-radius: 50%;
          background-color: rgb(255 255 255 / 25%);
          transition: 0.08s;
          cursor: pointer;
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          border: 2px solid rgb(255 255 255);
          opacity: 0.48;
      }

      .fl_slider__indicator span:hover {
          transform: scale(1.05);
      }

      .fl_slider__indicator span.__flsi__current{
          border-color: #ffffff78 !important;
      }

      span.__flsi__current {
          opacity: 1;
      }
    
    .fl_slider__headline {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        width: fit-content;
        margin: auto;
        height: fit-content;
        z-index: 10;
        backdrop-filter: blur(3px);
        background: var(--primary-color);
    }
    
    .fl_slider__content {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        flex: 1;
        align-items: center;
        justify-content: center;
        z-index: 5;
    }
    
    .fl_slider__slide {
        position: absolute;
        width: 100%;
        height: 100%;
        transition: 0.18s;
        opacity: 0;
        display: flex;
        flex-direction: column;
        top: 0px;
    }
    
    .fl_slider__slide.__flsi__current {
        opacity: 1;
    }
    
    .fl_slider__slide .__row,.fl_slider__slide .__col {
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        z-index: 3;
    }

    .fl_slider__slide .section-decoration--image, .__col.career-path-link .section-decoration--image {
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 1;
        /* position: relative; */
    }
    
    .fl_slider__slide .section-decoration--coloroverlay {
        z-index: 2;
    }

  /** WIDGETS ->Sliders [END]
  **/


  /** WIDGETS ->Page Numbers [START]
  **/

      ul.page-numbers {
        display: flex;
        flex-direction: row;
    }

    ul.page-numbers > li > * {
        padding: 0.38rem 0.78rem;
        margin: 0px 0.18rem;
        background-color: rgb(40 47 75 / 12%);
    }

    ul.page-numbers > li {
        display: inline-block;
    }

    ul.page-numbers > li > span.page-numbers.current {
        font-weight: bold;
        color: #fff;
        background-color: var(--secondary-color);
    }

  /** WIDGETS ->Page Numbers [START]
  **/


  /** WIDGETS ->Mail Chimp Sign Up Form [START]
  **/

    div#mc_embed_shell {
        max-width: 380px;
    }
    
    div#mc_embed_shell .brandingLogo {display: none;}
    
    #mc_embed_signup .indicates-required {
        text-align: left;
    }

  /** WIDGETS ->Mail Chimp Sign Up Form [END]
  **/

/** WIDGETS [END]
**/



/** Footer section [START]
**/

  footer#footer{
    background-color: #c9c9c912;
  }

  div#footer_wrap_row {
      flex-direction: column;
  }

  
  footer#footer div.content_container {padding: 0.78rem;}
  
  span.frt_copyright_sections {
      font-size: 0.78rem;
      font-weight: 400;
  }

  div#ftr_si_col .org_social_icons svg {
      fill: var(--primary-color);
  }
  
  div#ftr_si_col .org_social_icons a {
      border-color: var(--primary-color);
  }
  
  div#ftr_si_col {
      margin: 0px;
      padding-bottom: 0.78rem;
      margin: 0.78rem;
      border-bottom: 2px solid #30795212;
  }

  a.__btn.share-your-story__footer_btn {
      margin: 0px;
  }

/** Footer section [END]
**/

@media(max-width: 768px) {
    br.desktop {
        display: none;
    }
  
    ul.site_nav_links > li > a {
      padding: 0.22rem;
  }
  
  div#mnv__nav > ul.site_nav_links > li.menu-item > a.mnav__link {
    font-size: .88rem;
  }
}



@media(min-width: 768px){

      /** SECTIONS -> Career Paths [START]
      **/

        .career-path-links{
          display: grid;
          grid-template-columns: repeat(2,1fr);
        }

        .__col.career-path-link{
        }

        section#job-placement-stats .__row{
          display: flex;
          flex-direction: row;
          width: fit-content;
        }

      /** SECTIONS -> Career Paths [END]
      **/

      /** SECTIONS -> Hospitals [START]
      **/

        .hag__table_header, .hag__table_item{
          grid-template-columns: 1fr 248px;
        }

      /** SECTIONS -> Hospitals [END]
      **/

      /** SECTIONS -> Blog [START]
      **/

        #cont_page_blog_archive .content_container, 
        #cont_page_blog_single .content_container,
        div#cp__blg_arch__blog_content > .__row {
            display: grid;
        }

      /** SECTIONS -> Blog [END]
      **/

      ul.site_nav_links{
      flex-direction: row;
      }
  
}


@media(min-width: 1024px){


  /** ROOT [START]
  **/
    /** ROOT ->Content sections [START]
    **/

      div.content_container{padding: 3.78rem 1.78rem;}

    /** ROOT ->Content sections [END]
    **/

  /** ROOT [END]
  **/


  /** Header [START]
  **/

    header#header div.__col{margin: 0px;}


      /** Header -> SideBar [START]
      **/

      /** Header -> SideBar [END]
      **/

  /** Header [END]
  **/



  /** SECTIONS [START]
  **/

    .__row{
      flex-direction: row;
      display: flex;
    }

    .__col{
      margin: 0px;
    }

    .section-decoration--image{
      background-attachment: fixed;
    }


      /** SECTIONS -> Home [START]
      **/

        section#splash-hero h1{
          font-size: 4.5rem;
          line-height: 5.18rem;
    /*text-transform: capitalize;*/
          font-family: 'Playfair Display',serif;
        }

      /** SECTIONS -> Home [END]
      **/


      /** SECTIONS -> Why Us [START]
      **/
    
        section#why-us .__col {
            width: 50%;
        }
        
        div#why-us-quote {
            width: 110%;
            z-index: 3;
            color: #fff;
        }

        ul.pg_article_list.pgart_ls__links{
          flex-direction: row;
          margin-bottom: 1.78rem;
        }

        ul.pg_article_list.pgart_ls__links li {
            padding: 0px;
            margin: 0px;
            margin-left: 0.78rem;
        }

        .pg_article .cont_sec_header:after {
          margin-left: 0px;
        }

        div.pg_article_hash_wrapper{
          max-width: 78%;
          display: grid;
          /*grid-template-columns: 3fr 4fr;*/
          /* grid-gap: 0.78rem; */
        }
  
    
      /** SECTIONS -> Why Us [END]
      **/


      /** SECTIONS -> Career Paths [START]
      **/

        section#career-paths-forecast > div.content_container > .__row .__col{
          align-items: baseline;
        }

        .career-path-links {
            display: grid;
            grid-template-columns: repeat(3,1fr);
        }

      /** SECTIONS -> Career Paths [END]
      **/


      /** SECTIONS -> Home/Education Opportunities [START]
      **/

        section#education-opportunities div.content_container > .__row > .__col:last-of-type > .__row > .__col:first-of-type{
          align-items:baseline;
        }

        section#education-opportunities .cont_sec_header{
          text-align: left;
        }

        section#education-opportunities div.content_container > .__row > .__col:first-of-type{
          margin-right: 2.78rem;
        }

        .__col.career-path-link{
          width: 100%;
          margin: 0px;
        }

      /** SECTIONS -> Home/Education Opportunities [END]
      **/

  /** SECTIONS [END]
  **/

  .partner_icons{
    grid-template-columns: repeat(4,180px);
  }

  ul.site_nav_links{
  }
}
