/* Common Inline Styles Extracted from CLTIC Pages */
/* This file consolidates inline styles to make them reusable across different pages */

/* Master Page Styles */
.site-container {
    width: 998px;
    height: 100%;
    background-color: #ffffff;
}

/* Footer Styles */
.footer-copyright {
    width: 35%;
    padding-top: 20px;
}

.footer-links {
    width: 65%;
    padding-top: 20px;
    text-align: right;
}

.footer-disclaimer {
    line-height: 10px;
    padding-bottom: 8px;
}

.content-height-full {
    height: 100%;
}

.divider-height {
    height: 7px;
}

/* ContactUs Page Styles */
.contact-box-width {
    width: 200px;
}

.contact-left-column {
    vertical-align: top;
}

.contact-middle-column {
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}

.contact-right-column {
    vertical-align: top;
    width: 250px;
}

.form-field-width {
    width: 230px;
}

.form-field-container {
    width: 230px;
    padding-bottom: 3px;
}

.form-field-wide {
    width: 250px;
    padding-bottom: 3px;
}

.contact-message-success {
    color: green;
    font-weight: bold;
}

.border-top-bottom {
    border-top: solid 1px #767679;
    border-bottom: solid 1px #767679;
    padding-left: 0px;
}

.form-padding {
    padding: 5px 0px;
}

.login-button-width {
    width: 175px;
}

.small-font-italic {
    font: normal 10px tahoma;
}

/* Table Layout Styles */
.table-full-width {
    width: 100%;
}

.table-border-none {
    border: solid 0px #000;
}

.table-background-white {
    background: #fff;
}

.column-width-50 {
    width: 50%;
}

.padding-none {
    padding: 0 0 10 0;
}

.text-align-right {
    text-align: right;
}

.text-align-center {
    text-align: center;
}

/* Form Control Styles */
.input-width-100 {
    width: 100px;
}

.input-width-175 {
    width: 175px;
}

.input-width-220 {
    width: 220px;
}

.input-width-230 {
    width: 230px;
}

/* Color Styles */
.color-green-bold {
    color: green;
    font-weight: bold;
}

.color-red {
    color: #990000;
}

.color-gray {
    color: gray;
}

/* Border Styles */
.border-solid-gray {
    border: 1px solid #767679;
    border-top: 0px;
}

.border-gray-divider {
    border-bottom: 1px solid #767679;
}

/* Spacing Styles */
.padding-left-0 {
    padding-left: 0px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-left-30 {
    padding-left: 30px;
}

.padding-right-20 {
    padding-right: 20px;
}

.padding-top-bottom-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-left-15 {
    margin-left: 15px;
}

/* Specific Component Styles */
.validation-summary-container {
    padding: 0px;
}

.recaptcha-container {
    width: 220px;
    padding-bottom: 3px;
}

/* ECMenu Control Styles */
.ec-menu-table {
    width: 100%;
    border: solid 0px #000;
}

.ec-menu-padding {
    padding: 5px 0px;
}

.ec-menu-indent {
    padding-left: 15px;
}

/* HomeContent Styles */
.home-left-column {
    width: 210px;
}

.home-middle-column {
    width: 548px;
    padding: 0px 10px;
}

.home-right-column {
    width: 210px;
    text-align: right;
}

/* List Styles */
.list-no-wrap {
    white-space: nowrap;
}

/* Box Component Styles */
.box-table-width {
    width: 200px;
}

/* Disclaimer Styles */
.disclaimer-small {
    font-size: 9px;
    text-decoration: underline;
}

/* Navigation Styles */
.nav-list-circle {
    list-style-type: circle;
}

/* Image Spacer */
.spacer-1px {
    height: 1px;
}

.spacer-width-410 {
    width: 410px;
}

.spacer-width-450 {
    width: 450px;
}

/* Font Styles */
.font-size-9 {
    font-size: 9px;
}

.font-size-12 {
    font-size: 12px;
    font-family: verdana;
    line-height: 16px;
}

/* Background Styles */
.bg-efefef {
    background-color: #efefef;
}

.bg-bbbbbb {
    background-color: #bbbbbb;
}

.bg-e5e9ec {
    background-color: #E5E9EC;
}

.bg-767679 {
    background-color: #767679;
}

/* Android/iPhone specific styles */
.page-width-950 {
    width: 950px;
}

.copyright-text {
    font-size: 9px;
    font-family: verdana;
    line-height: 12px;
    padding: 20px;
}

.note-text {
    color: #1B92E9;
}

.gradient-bg {
    background: #e2e8e8 url(../Images/pagebg2.jpg) repeat-x top left;
}

/* Contact Form 2 Specific Styles */
.contact-form2-header {
    width: 179px;
    vertical-align: top;
    background-color: #E5E9EC;
    text-align: right;
}

.contact-form2-data {
    width: 299px;
}

.contact-form2-full-width {
    width: 488px;
    vertical-align: top;
    background-color: #767679;
    text-align: center;
}

.contact-form2-note {
    font-size: 1px;
}

/* Table Content Styles */
.content-table-border {
    border: 1px solid #767679;
    width: 100%;
    background-color: #FFFFFF;
}

/* Responsive Utilities */
.nowrap {
    white-space: nowrap;
}

.valign-top {
    vertical-align: top;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

/* Position Styles */
.position-relative {
    position: relative;
}

.overflow-hidden {
    overflow: hidden;
}

/* Display Utilities */
.display-block {
    display: block;
}

.display-inline-block {
    display: inline-block;
}

/* Width Utilities */
.width-100pct {
    width: 100%;
}

.width-75pct {
    width: 75%;
}

.width-25pct {
    width: 25%;
}

.width-490 {
    width: 490px;
}

.width-488 {
    width: 488px;
}

/* Border Utilities */
.border-none {
    border: 0px;
}

.border-solid-1 {
    border: solid 1px #000;
}

/* COVID Announcement Styles */
.covid span {
    color: #fff;
}

.covid a,
.covid a:visited,
.covid a:active {
    color: #fff;
}

.covid a:hover {
    color: #fff;
}

/* Additional Common Inline Styles - ContactUs Page */
.width-50pct {
    width: 50%;
}

.width-75pct {
    width: 75%;
}

.width-25pct {
    width: 25%;
}

.width-100 {
    width: 100px;
}

.width-175 {
    width: 175px;
}

.width-200 {
    width: 200px;
}

.width-220 {
    width: 220px;
}

.width-230 {
    width: 230px;
}

.width-250 {
    width: 250px;
}

.width-400 {
    width: 400px;
}

.width-650 {
    width: 650px;
}

.width-800 {
    width: 800px;
}

.padding-bottom-3 {
    padding-bottom: 3px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-0-10 {
    padding: 0px 10px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-right-20 {
    padding-right: 20px;
}

.padding-10-0 {
    padding: 10px 0px;
}

.padding-5-0 {
    padding: 5px 0px;
}

.padding-6 {
    padding: 6px;
}

.text-decoration-underline {
    text-decoration: underline;
}

.font-weight-11pt {
    font-weight: 11pt;
}

.font-normal-10-tahoma {
    font: normal 10px tahoma;
}

.color-red-990000 {
    color: #990000;
}

.color-green-bold {
    color: green;
    font-weight: bold;
}

.font-weight-bold {
    font-weight: bold;
}

.font-size-9 {
    font-size: 9px;
}

.width-100pct {
    width: 100%;
}

.border-none {
    border: 0px;
}

.border-top-gray {
    border-top: 1px solid #767679;
}

.border-bottom-gray {
    border-bottom: 1px solid #767679;
}

.border-top-bottom-gray {
    border-top: 1px solid #767679;
    border-bottom: 1px solid #767679;
}

.border-solid-gray-no-top {
    border: 1px solid #767679;
    border-top: 0px;
}

.border-none-medium {
    border-style: none;
    border-width: medium;
}

/* Row alternating colors */
.row-alt-bg {
    background-color: #E5E9EC;
}

/* Text alignment */
.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.text-align-center {
    text-align: center;
}

/* Additional utility classes for remaining inline styles */
.width-150 { width: 150px; }
.width-170 { width: 170px; }
.width-180 { width: 180px; }
.border-collapse { border-collapse: collapse; }
.border-top-bottom-black { border-top: solid 1px #000; border-bottom: solid 1px #000; text-align: center; }
.margin-bottom-neg-4 { margin-bottom: -4px; }
.text-decoration-underline-font-9 { text-decoration: underline; font-size: 9px; }

/* Dropdown arrow indicator for parent nav items */
.css-nav-arrow {
    width: 12px !important;
    height: 12px !important;
    margin-left: 25px;
    margin-right: 0;
    vertical-align: middle;
    pointer-events: none;
}

.css-nav > li:hover > a .css-nav-arrow {
    filter: brightness(0);
}