.banner-image {
 background-size: cover;
 background-position: right;
 background-repeat: no-repeat;
 height: 400px;
}

.cover {
  padding: 0px 20px;
}

.header-strip {
  display: flex
}

.logo {
  width: 20%;
  padding-top: 1rem;
}

.navigation {
  width: 100%;
}

.main-site-menu {
  padding: 1rem 5%;
  align-content: center;
  width: 80%;
  font-size: 16px;
}

.hs-menu-wrapper ul {
  justify-content: space-around;
  margin-top: 1rem;
}

a {
  color: #3b0244;
}

a:hover {
  color: #3b0244;
}
.text-area {
  padding: 2rem 1rem;
  width: 40%;
}

.text-area h1 {
  color: #3b0344;
  text-align: left;
  font-size: 1.75rem;
}

.app-portal-menu-wrapper {
  border-bottom: #dee2e6 2px solid;
}

ul.app-portal-menu {
  list-style: none;
  display: flex;
  font-size: 16px;
  width: 50%;
  justify-content: space-around;
  margin: 25px 25%;
}

#menuToggle {
  display: none;
}

#menuToggleMain {
  display: none;
}

@media screen and (max-width: 915px) {
  
.banner-image {
  background-image: url('https://14530506.fs1.hubspotusercontent-na1.net/hubfs/14530506/vc_application_tablet_header_2024.jpg')!important;
  }
 
.main-site-menu {
  display: none;
  }
  
.app-portal-menu-wrapper {
  display: none;
  }
  
.hs-menu-wrapper ul {
  display: block;
  }
 
  #menuToggleMain
{
  display: block;
  position: relative;
  top: 50px;
  left: 90%;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}


#menuToggleMain input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggleMain #hamburger
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #3b0344;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggleMain #hamburger:first-child
{
  transform-origin: 0% 0%;
}

#menuToggleMain #hamburger:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggleMain input:checked ~ #hamburger
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #3b0344;
}

/*
 * But let's hide the middle one.
 */
#menuToggleMain input:checked ~ #hamburger:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggleMain input:checked ~ #hamburger:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#main-mobile-menu #hs_menu_wrapper_module_16263975314322_ ul

{
  position: absolute;
  width: 100%;
  margin: -100px 0 0 -200px;
  padding: 50px;
  padding-top: 125px;
  
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.95,0,0.23,0.8);
}

#main-mobile-menu #hs_menu_wrapper_module_16263975314322_ li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggleMain input:checked ~ #main-mobile-menu #hs_menu_wrapper_module_16263975314322_ ul
{
  transform: none;
}
  
{# Portal Menu #}
  #menuToggle
{
  display: block;
  position: relative;
  top: 50px;
  left: 50px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 100%;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}
  
  .text-area {
    padding: 1rem 1rem;
    width: 50%;
  }

}


@media screen and (max-width: 650px) {
  .banner-image {
    background-image: url('https://14530506.fs1.hubspotusercontent-na1.net/hubfs/14530506/vc_application_mobile_header_3_2024.jpg')!important;
      }
  
  .text-area {
    padding: 0;
    width: 80%;
    margin-left: 10%;
  }

  .text-area h1 {
    font-size: 1.25rem;
    text-align: center;
  }
}