html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

#pageWrapper {
    width: 965px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-color: #ffffff;
    border-collapse: collapse;
}

#BannerContentContainer {
    width: 965px;
    margin: 0px;
    border-collapse: collapse;
    background-color: #ffffff;
}

#MenuContentContainer {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
    height: 35px;
    background-color: #ffffff;
    vertical-align: bottom;
    width: 963px;
    border-collapse: collapse;
}

#DataContentAreaDiv {
    vertical-align: top;
    background-color: #ffffff;
    width: 965px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.PageDataContainer {
    width: 100%;
    background-color: #ffffff;
    border-collapse: collapse;
    left: 0px;
    margin-top: 1px;
}



/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 2px;
    margin-top: 0px;
    text-align: left;
}

h1 {
    color: #3F9E4D;
    font-size: 2.0em;
    padding-bottom: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    margin-top: 0px;
    font-weight: 400;
}

h2 {
    font-size: 1.4em;
    font-weight: 400;
    margin-bottom: 0px;
}

h3 {
    font-size: 1.2em;
    font-weight: 400;
}

h4 {
    font-size: 1.3em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}

ul {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 15px;
    list-style-type: disc;
    line-height: 1.6em;
}


li {
    margin-bottom: 10px;
    line-height: normal;
}


p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

td {
    line-height: 1.6em;
}

strong {
    color: Navy;
}

A:link {
    color: #0000ff;
    text-decoration: underline;
}

A:visited {
    text-decoration: underline;
    color: #800080;
}

A:active {
    text-decoration: underline;
    color: #0000ff;
}

A:hover {
    color: #ff0000;
    text-decoration: underline;
}

.itemText {
    font-size: 1.0em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, Sans-Serif;
    font-weight: normal;
    color: Black;
}

.itemTextLg {
    font-size: 1.2em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, Sans-Serif;
    font-weight: normal;
    color: Black;
}

.itemTitle {
    font-size: 1.0em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, Sans-Serif;
    font-weight: bold;
    color: Black;
}

.FormItemHiLite {
    color: #2b5487;
    font-size: 1.3em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, Sans-Serif;
    font-weight: bold;
}

.tollfree {
    font-size: 28px;
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: normal;
    color: #025E8E;
    vertical-align: top;
    text-align: right;
    padding-right: 15px;
}

.PicTitle {
    font-size: 1.0em;
    color: #696969;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, Sans-Serif;
}


.GrayitemText {
    font-size: 0.9em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, Sans-Serif;
    font-weight: normal;
    color: Gray;
}

.GrayitemText8 {
    font-weight: normal;
    font-size: 0.9em;
    color: #2f4f4f;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, Sans-Serif;
    line-height: normal;
}

.itemTitleQuote {
    font-size: 1.0em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, Sans-Serif;
    color: black;
}

.itemPrompt {
    font-weight: normal;
    font-size: 18px;
    color: #ffffff;
    font-family: Tahoma, Verdana, Sans-Serif, Arial;
    background-color: #2b5487;
    height: 25px;
    vertical-align: middle;
}




.buttonClass {
    font-weight: normal;
    font-size: 14px;
    cursor: hand;
    color: black;
    font-family: Arial, Verdana, Sans-Serif;
}

.QuoteTable {
    border-right: #3F9E4D 2px solid;
    table-layout: fixed;
    border-top: #3F9E4D 2px solid;
    border-left: #3F9E4D 2px solid;
    border-bottom: #3F9E4D 2px solid;
    border-collapse: separate;
    background-color: white;
}

.TableRowBuffer {
    height: 15px;
}

.TableRowBufferSm {
    height: 8px;
}

.MenuItemBuffer {
    height: 5px;
}




A.ClickLink, A.ClickLink:visited, A.ClickLink:hover, A.ClickLink:active {
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, Sans-Serif;
    font-size: 2.0em;
    font-weight: normal;
    color: #0000ff;
}

A.ClickLink {
    text-decoration: underline;
}

    A.ClickLink:visited {
        text-decoration: underline;
    }

    A.ClickLink:hover {
        text-decoration: underline;
        color: Red;
    }

    A.ClickLink:active {
        text-decoration: underline;
    }

.marginAnchorTopLeft {
    float: left;
    margin: 0px 15px 5px 0px;
}

.marginAnchorTopRight {
    float: right;
    margin: 0px 0px 5px 10px;
}


.liResource {
    padding-bottom: 10px;
    padding-top: 5px;
}


ul.ListItemLayout {
    list-style-type: disc;
    margin-top: 0;
    margin-bottom: 0;
    color: #444444;
    padding-left: 0;
    line-height: 1.6em;
}

.PadLeftBuffer20 {
    padding-left: 20px;
}

.required-marker:after {
    content: "*";
    font-weight: 400;
    color: red;
    padding-left: 3px;
}  