:root {
    --gray-tan: #eeede9;
}
.hero-section {
    background-image: image-set(url(/portals/0/images/cybersecurity-header-image.png) 1x, url(/portals/0/images/cybersecurity-header-image.png) 2x);
    background-position: right center, center top;
    background-size: 80%;
    background-repeat: no-repeat;
    background-color: #000000;
    border: 1px solid #707070;
    height: 190px;
}
.txt-white {
    color: #ffffff;
}
.italic {
    font-style: italic;
}
.d-flex {
    display: flex;
}
.flex-col {
    flex-direction: column;
}
.content-spacing {
    padding-top: 48px;
    padding-bottom: 48px;
}
.bg-secondary {
    background-color: #e6e6e6;
}
.bg-white {
    background-color: #ffffff;
}
.section-border-left {
    border-left: 10px solid #cf112d;
}
.align-items-center {
    align-items: center;
}
.p-16 {
    padding: 16px;
}
.text-align-center {
    text-align: center;
}
.gap-32 {
    gap: 32px;
}
.gap-24 {
    gap: 24px;
}
.gap-16 {
    gap: 16px;
}
.gap-8 {
    gap: 8px;
}
.m-0 {
    margin: 0px;
}
.m-left-24 {
    margin-left: 24px;
}
.justify-content-left {
    justify-content: left;
}
.justify-content-center {
    justify-content: center;
}
.h-100 {
    height: 100%;
}
.list-style-none {
    list-style-type: none;
}
.list-style-square {
    list-style-type: square;
    padding-bottom: 10px;
}
#form iframe {
    height: 1085px;
}
#featured-resources a:link {
    border: 1px solid transparent;
    border-radius: 4px;
    display: block;
}
#featured-resources a:hover, #featured-resources a:focus {
    background-color: var(--gray-tan);
    border: 1px solid #999;
}
#featured-resources a:focus {
    border: 2px solid #000000;
}
#featured-resources ul li {
    padding: 20px;
}
#featured-resources ul li img {
    margin-bottom: 5px;
    max-height: 170px;
}
#form {
    background-color: #e6e6e6;
}
/*
#form iframe {
    height: 900px;
}
*/
   .mobile-w {
        width: 100%;
        margin-bottom: 16px;
    }
@media only screen and (max-width: 767px) {
    .hero-section {
        background-image: none;
        height: auto;
    }
    .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;
    }
  
    #featured-resources h2 {
        border-top: 1px solid #cccccc;
        padding-top: 20px;
    }
    #checklist .image {order: 1;}
    #checklist .text {order: 2;}
}
@media only screen and (min-width: 768px) {
    .hero-section {
        background-size: 90%;
    }
}
@media handheld, only screen and (min-width: 1600px) {
    .hero-section {
        height: 300px;
    }
}
@media handheld, only screen and (min-width:1200px) {
    /*  #form iframe {height: 750px;}*/
    #form iframe {
        height: 1025px;
    }
}
