@charset "utf-8";
html, body {min-height: 100%;}
body {margin: 0; padding: 0; background-color: #ffffff; font-size: 16px;}

/** Selectors pulled from default_layout1.css - start **/

.hidden {position: absolute; left: 0; top: -500px; width: 1px; height: 1px; overflow: hidden;}
.hide {display: none;}
/* Fluid grids - similar to grids in default_landing1.css (with small changes) */
.section {clear: both; padding: 0; margin: 0;} /* section */
.group:before, .group:after {content: ""; display: table;} /* grouping */
.group:after {clear: both;}
.group {zoom: 1;} /* For IE 6/7 (trigger hasLayout) */
.col {display: block; float: left; margin: 0;}
.col:first-child {margin-left: 0; margin-bottom: 0;}

/* Top links */
#top-links, #top-links-int {margin:0; padding:5px 5px 5px 5px;}
#top-left-links ul, #top-right-links ul {margin:0; padding-left:1px;}
#top-left-links li, #top-right-links li {font-size:12px; line-height:14px; display:inline; padding:0 5px 0 5px; border-left:0 solid #eeeeee;}
#top-left-links li {font-weight:bold;}
#top-left-links .first, #top-right-links .first  {border-left:0;}
#top-left-links a, #top-right-links a {color:#FEFEFE; text-decoration:none;}
#top-left-links a:hover, #top-right-links a:hover {text-decoration:underline;}
#top-right-links ul, #top-right-links li  {text-align:right;}
.span_top_3_of_3 {width:50%; text-align:right;}
.span_top_2_of_3 {width:49%; text-align:left;}
.span_top_1_of_3 {width:1%; text-align:left; text-decoration:none; padding:0;}

/* Logo and search form */
#logo-search {margin:0; padding:0;}
#group-logo {width:100%; margin:0 auto 0 4px;}
#group-logo .group-name, #group-logo .group-name-hide {padding:10px 5px 7px 5px; color:#E9DDBF; text-shadow:2px 2px #000000; text-align:center; font-size:18px; font-weight:bold;}
#group-logo .group-name {display:block;}
#group-logo .group-name-hide {display:none;}
#group-logo a, #group-logo a:hover {text-decoration:none;}

/* Footer section */
#kb-landing-copyright {margin: 0 auto; width:100%; border-top:2px solid #a30413; padding:10px 0 8px 0; clear:both; text-align:center; color:#adadad;}
#kb-landing-copyright a {color:#adadad; background-color:inherit; text-decoration:none;}
#kb-landing-copyright a:hover {text-decoration:underline;}
#view-toggle {text-align:center;}

@media only screen and (max-width: 780px) {
    .col {margin: 1% 0 1% 0;}
    .span_2_of_2, .span_1_of_2, .span_3_of_3, .span_2_of_3, .span_1_of_3 {width: 100%;}
    #top-links, #top-links-int {padding:2px 1px 2px 1px;}
    #top-left-links ul, #top-right-links ul  {padding:0; text-align:center;}
    #top-left-links li, #top-right-links li {font-size:12px; font-weight:normal; line-height:8px;}
    .span_top_3_of_3, .span_top_2_of_3 {width:100%; text-align:left; padding:0; line-height:8px;}
    .span_top_1_of_3 {width:0; text-align:left; padding:0; line-height:0; display:none;}
}

#kbnews { list-style: none; }

/** selectors pulled from default_layout1.css - end **/

#kb-landing-featured-hero {
    background: #282728;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.kb-landing-hero-text {
    top: 100%;
    color: #fefefe;
    height: auto;
    font-family: "Merriweather", Georgia, Times New Roman, Times, serif;
    font-weight: 500;
    font-size: 2.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    z-index: 10;
    pointer-events: none;
    margin: 0 0.9rem 1px;
    text-align: center;
}
@media only screen and (min-width: 885px) {
    #kb-landing-featured-hero { height: 500px; }
}
@media only screen and (min-width: 581px) {
    .kb-landing-hero-text { font-size: 4rem; }
}
.kb-landing-input-and-search {
    width: 100%;
    display: flex;
    justify-content: center;
}
@media only screen and (min-width: 581px) {
    .kb-landing-input-and-search { flex-wrap: nowrap; }
}
#kb-landing-search-form .kb-landing-input-box {
    border-radius: 3px;
    padding: 1.25rem;
    margin-top: 0;
    font-size: 1.25rem;
    width: 100%;
    border: none;
}
#kb-landing-search-form .kb-landing-input-box::placeholder { font-style: italic; }
@media only screen and (min-width: 581px) {
    #kb-landing-search-form .kb-landing-input-box { max-width: 460px; }
}
#kb-landing-search-form .kb-landing-search {
    border-radius: 3px;
    margin-left: 0.5rem;
    padding: 1.25rem;
    font-size: 1.25rem;
    font-family: inherit;
    background: #C5050C;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
}
#kb-landing-search-form {
    margin-left: 0.9rem;
    margin-right: 0.9rem;
}
@media only screen and (min-width: 581px) {
    #kb-landing-search-form .kb-landing-search {
        margin-top: 0;
        margin-left: 0.5rem;
    }
}
#kb-landing-search-form.upper form {
    display: flex;
    margin-top: 1rem;
    padding-left: 0;
}
#group-logo .group-name-hide {
    display: inline-block;
    line-height: 1.1;
    padding: 0;
    color: #c5050c;
    font-weight: 800;
    font-size: 2rem;
    margin: auto 0;
    text-shadow: none;
    text-align: left;
}
#group-logo .group-name-hide:after {
    content: "Find answers to common questions";
    display: block;
    font-size: 0.95rem;
    text-transform: initial;
    margin: auto 0;
    color: #494949;
    font-weight: 700;
    text-align: left;
}
.kb-landing-content { background: #FFFFFF; padding: 2rem 0 1.5rem 0; }
.kb-landing-content #news, .kb-landing-content #topDocs, .kb-landing-content #recentDocs, .kb-landing-content .custom {
    padding-top: 1rem;
    margin: 0 auto;
    max-width: 50rem;
}
h2.kb-module-header:before {
    position: absolute;
    left: 0;
    height: 4px;
    content: "";
    width: 2.5rem;
    top: -8px;
    background-color: #c5050c;
    right: 0;
    margin: 0 auto;
}
.kb-module-header {
    position: relative;
    text-align: center;
}
.kb-module {
    margin: 0 auto;
}
@media only screen and (min-width: 781px) {
    .kb-module { width: 74%; }
}
@media only screen and (min-width: 1920px) {
    .kb-module { width: 66%; }
}
#kb-header-banner {
    background-color: #faf3d1;
    border: none;
    color: #000000;
    width: 90%;
    max-width: 100%;
    text-align: center;
    margin: 0.5rem auto 1rem auto;
    border-left: #ffbe2e 5px solid;
    font-size: 20px;
    box-sizing: border-box;
    padding: 1.5rem;
}
#kb-header-banner p {
    margin: 0.5rem 0.5rem;
    text-align: left;
}
#kb-header-banner a {
    color: #0374b5;
}
@media only screen and (min-width: 781px) {
    #kb-header-banner { width: 60%; }
}

/* QA popup form */
.qa-form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #0479a8;
    z-index: 19;
    width: 48rem;
    /*height: 500px;*/
    font-size: 1rem;
    overflow-y: auto; /* Enable vertical scrolling */
    max-height: 80vh; /* Set a maximum height (adjust as needed) */
    border-radius: 8px;
}
.qa-form-container {
    max-width: 100%;
    padding: 10px;
    background-color: var(--uwBgGray);
}
.qa-form-container textarea {
    /* Adjust textarea styling as needed */
    width: 97%;
    padding: 10px;
    margin: 5px 0 10px 0;
    border: none;
    background: #FFFFFF;
    resize: none;
    /*min-height: 100px;*/
    overflow-y: auto; /* Enable vertical scrolling for textarea */
}
.qa-response {
    margin-top: 20px;
    padding: 0 10px 0 10px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    max-height: 800px; /* Set a maximum height for the response div */
    overflow-y: auto; /* Enable vertical scrolling for the response div */
}
.qa-form-container .qa-btn {
    background-color: #04AA6D;
    color: white;
    padding: 8px 12px;
    border: none;
    cursor: pointer;
    width: 48%;
    margin-right: 2%;
    opacity: 0.8;
}
.qa-form-container .qa-btn-container {
    display: flex;
    justify-content: space-between;
}
