/* Embedded CSS from global.css, style.css, and layout.css */

/*START global styles*/

@media (max-width: 768px) {
    .main-container {
        padding: 1rem;
        min-height: 100vh;
        justify-content: flex-start;
        padding-top: 2rem;
    }
}
@media (max-width: 480px) { .content-block { padding: 16px; max-width: 100%; } }
@media (max-width: 480px) { .response-form-container.content-block { width: 100% !important; max-width: 100% !important; padding: 16px !important; margin: 0 !important; box-sizing: border-box; } /* Optional: ensure children also expand */ .response-form-container.content-block * { max-width: 100% !important; } }
html, body {
    width: 100%;
    height: 100%;
}

.textarea-linebreaks {
    white-space: pre;
}

.spanEllipses {
    display: inline-block;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrap-all {
    margin: 0 auto;
    width: 100%;
    height: auto !important;
    overflow: visible !important;
    padding-bottom:120px !important;
}

/* From style.css - fonts and colors */
:root {
    --primary-bg-color: #58789A;
    --primary-color: #58789A;
}

a:focus, button:focus, li:focus, span:focus, div:focus, td:focus, img:focus, g:focus {
    outline: thin dotted gray;
}

body {
    color: #212426;
    font: 16px 'pt_sansregular', sans-serif;
    background-color: #FFFFFF;
	background:linear-gradient(90deg, rgba(0, 3, 6, 1) 0%, rgba(0, 31, 63, 1) 100%) !important;
}

a {
    color: #0059C6;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.border-top1 {
    border-top: 1px solid #EFF2F5;
}

.border-left-right1 {
    border-right: 1px solid #EFF2F5;
    border-left: 1px solid #EFF2F5;
}

.border-left1 {
    border-left: 1px solid #BFBFBF;
}

.border-bot1 {
    border-bottom: 1px solid #BFBFBF;
}

.bgcolor-f5f5f5 {
    background-color: #F5F5F5 !important;
}

.bgcolor-ffffff {
    background-color: #FFFFFF !important;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: default;
    color: #CCCCCC !important;
    background-color: #F9F9F9 !important;
}

h1 {
    font-family: 'pt_sansregular', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #212426;
}

h2, h6 {
    position: relative;
    margin-bottom: 10px;
    padding: 0 0 10px 0;
    font-family: 'pt_sansregular', sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #212426 !important;
    line-height: 26px;
    border-bottom: 1px solid #EFF2F5;
}


h3 {
    font-family: 'pt_sansregular', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #212426;
    padding: 5px 0px;
    margin: 0px;
    border: 0;
    line-height: 100%;
}

h4, h5 {
    font-family: 'pt_sansbold', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #212426;
    padding: 5px 0px;
    margin: 0px;
    border: 0;
    line-height: 100%;
}

.warning {
    color: #B61112;
}

.small {
    font-size: 12px;
}

/* From layout.css - Login specific styles */
.page-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.header-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    padding: 2rem 0;
}

 

.form-container {
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
    padding: 1rem 1.5rem 1.5rem 1rem;
    position: relative;
    z-index: 3;
    max-width: 80%;
}

.response-form-container {
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 3;
    max-width: 800px;
}

.customer-response-form {
    margin: 0;
}

.response-form-section {

}

.safety-status {
    font-size: 16px;
}


.location-prompt {
    font-weight: 500;
    color: #212426;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}

.form-col {
    flex: 1 0 0%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.response-field {
    margin-bottom: 1rem !important;
}

.main-container {
    margin: auto; 
	padding:10px
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

body {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #212426;
    padding: 0 !important;
    padding-top: 10px !important;
}

/* Custom Primary Button */
.custom-primary-btn {
    background-color: #5a789a;
    border-color: #5a789a;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    margin-top: 0;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 0;
    letter-spacing: 0;
    text-transform: none;
    padding: 11px 22px;
    border: 1px solid;
    border-radius: 0.375rem;
    width: 100%;
}

.custom-primary-btn:hover {
    background-color: #4a6682;
    border-color: #4a6682;
    color: #fff;
}

.custom-primary-btn:focus, .custom-primary-btn:active {
    background-color: #4a6682;
    border-color: #4a6682;
    color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(90, 120, 154, 0.5);
}

/* Custom Secondary Button */
.custom-secondary-btn {
    background-color: #f1f2f3;
    border-color: #f1f2f3 !important;
    color: #1a1b1b;
    padding: 11px 22px;
    border: 1px solid;
    border-radius: 0.375rem;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.custom-secondary-btn:hover {
    background-color: #e1e2e3;
    border-color: #e1e2e3;
    color: #1a1b1b;
}

/* Custom Primary Links */
.custom-primary-link {
    color: #0066cc !important;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
}

.custom-primary-link:hover {
    color: #004499;
    text-decoration: underline;
}

/* Custom Brand Text Styling */
.brand-text {
    font-size: 24px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: white;
    margin-bottom: 0;
}

/* Custom Input Styling */
.custom-input {
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d3d8de;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-input:focus {
    color: #212529;
    background-color: #fff;
    border-color: #5a789a;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(90, 120, 154, 0.25);
}

.custom-input::placeholder {
    color: #6c757d;
    opacity: 1;
}

.cust-resp-textarea {
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d3d8de;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    resize: vertical;
    min-height: 100px;
}

.customer-response-textarea {    
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d3d8de;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    resize: vertical;
    min-height: 100px;
}

.cust-resp-textarea:focus {
    color: #212529;
    background-color: #fff;
    border-color: #5a789a;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(90, 120, 154, 0.25);
}

.customer-response-textarea:focus {
    color: #212529;
    background-color: #fff;
    border-color: #5a789a;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(90, 120, 154, 0.25);
}

/* Submit button disabled state */
.submit-button:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.response-submit-button:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.main-container {
  margin: auto;
}
.mt-27
{
	margin-top:27px;
	
}
.response-header {
  color: #000306;
  font-size: 24px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  border-bottom: 0;
}
.mb-2 {
  margin-bottom: .5rem !important;
}

.content {
    color: #212426;
    font-size: 16px;
    position: relative;
    overflow: hidden;
}


.wrap {
position: relative;
margin-top: 0 auto;
padding: 5%;
overflow: hidden;
}
.header {
min-height: 80px;
font-size: 64px;
font-weight: bold;
overflow: hidden;
}
.header img {
float: left;
padding: 0 10px 10px 0;
height: 80px;
}
.classification {
margin-top: 20px;
padding: 8px;
color: #666666;
background-color: #FAFAFA;
}
.class-item {
display: inline-block;
}
.mar-right50 {
margin-right: 50px;
}
.bold {
font-weight: bold;
}
.content {
position: relative;
overflow: hidden;
}
.more-info {
margin-top: 20px;
}
.content-max-height {
max-height: none;
}
.read-more {
position: absolute;
bottom: 0;
width: 100%;
height: 100px;
text-align: center;
background: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));
background: -o-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));
background: -moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));
background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}
.read-more-text {
position: absolute;
bottom: 0;
left: 50%;
margin-left: -154px;
padding: 3px;
width: 300px;
font-size: 36px;
color: #8564A6;
text-transform: uppercase;
text-align: center;
border: 1px solid #8564A6;
background-color: #FFFFFF;
cursor: pointer;

}
.options {
    /* margin-top: 30px; */
    font-weight: 600;
    color: #212426;
    /* text-align: center; */
    font-size: 16px;
}
.options a {
display: block;
 background-color: #5a789a;
    border-color: #5a789a;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    margin-top: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 8px;
    letter-spacing: 0;
    text-transform: none;
    padding: 8px 8px;
    border: 1px solid;
    border-radius: 0.375rem;
    width: 100%;
	text-align:center;
	
}
.options a:hover,
.options a:active {
 background-color: #4a6682;
    border-color: #4a6682;
    color: #fff;
	  text-decoration: none;
	
}
.header-text {
word-wrap:break-word;
}
.mt-10
{
	margin-top:10px;
}
.mar-bot10
{
margin-bottom:10px;	
}

.blackberry-logo
{
font-family: Open Sans;
font-weight: 600;
font-style: SemiBold;
font-size: 16px;
leading-trim: NONE;
line-height: 26px;
letter-spacing: 0%;
text-align: center;
text-transform: capitalize;
}