:root {
    --light-blue :#89cff0;
    --gray-tan: #eeede9;
    --light-grey: #ECECEC;
    --med-grey: #d9d9d9;
} 
    
.h-100 {
  height: 100%;
}

.W-50 {
  width: 50%;
}

.txt-white {
  color: #ffffff;
}

.font-500 {
  font-weight: 500;
}

.content-spacing {
  padding-top: 48px;
  padding-bottom: 48px;
}

.bg-secondary {
  background-color: var(--light-grey);
}

.bg-white {
  background-color: #ffffff;
}

.section-border-left {
  border-left: 10px solid #cf112d;
}

.list-style-none {
  list-style-type: none;
}

.list-style-square {
  list-style-type: square;
}

.d-flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.text-align-center {
  text-align: center;
}

.p-16 {
  padding: 16px;
}

.gap-32 {
  gap: 32px;
}

.gap-16 {
  gap: 16px;
}

.gap-8 {
  gap: 8px;
}

.m-0 {
  margin: 0px;
}

.hero-section {
  background-image: image-set(url(/portals/0/images/help-desk-hero.png) 1x, url(/portals/0/images/help-desk-hero@2x.png) 2x );
  background-position: right center, center top;
  background-size: 42%;
  background-repeat: no-repeat;
  background-color: #000000;
  border: 1px solid #707070;
  height: 190px;
}
.hero-section h1 { color: var(--light-blue);}
#help-desk-icons p {font-size: 18px;}


#form iframe.mobile-w {
height: 1025px;
}
#featured-resources a:link {
    border: 1px solid transparent;
    border-radius: 4px;
    display: block;
}
#featured-resources a:hover, #featured-resources a:focus {
    background-color: var(--med-grey);
    border: 1px solid #999;
}
#featured-resources a:focus {
    border: 2px solid #000000;
}

@media only screen and (max-width: 767px) {
  .hero-section {
    background-image: none;
    height: auto;
  }
  
#form iframe.mobile-w {
    height: 1075px;
  }

  .row {
    flex-direction: column;
    gap: 16px;
  }

  .content-spacing {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section-border-left {
    border-left: 0px;
  }

  .mobile-text-center {
    text-align: center;
  }

  img.W-50.p-16 {
    padding: 0px;
    width: 25%;
  }
      #featured-resources h2 {
        border-top: 1px solid #cccccc;
        padding-top: 20px;
    }
    
}
@media only screen and (min-width: 768px) {
  .mobile-w {
    width: 100%;
    margin-bottom: 16px;
		height: 1005px;
  }
}


@media handheld, only screen and (min-width: 1600px) {
  .hero-section {
    height: 300px;
  }
}




/*
#form iframe {
height: 1065px;
}
*/


