.fieldLabel
{
    border: 0px;
    box-sizing: border-box;
    color: rgb(47, 56, 71);
    font-family: "Allstate Sans", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.125;
    margin: 0px 0px 0px 5px;
    outline: none;
    padding: 0px;
    text-align: left;
    text-rendering: optimizelegibility;
    vertical-align: baseline;
    white-space: normal;
    -webkit-font-smoothing: antialiased;
}

.fieldLabelOptional
{
    border: 0px;
    box-sizing: border-box;
    color: rgb(42, 44, 47);
    font-family: "Allstate Sans", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    font-weight: 200;
    line-height: 1.125;
    margin: 0px 0px 0px 5px;
    outline: none;
    padding: 0px;
    text-align: left;
    text-rendering: optimizelegibility;
    vertical-align: baseline;
    white-space: normal;
    -webkit-font-smoothing: antialiased;
}

.normalRowHeight {
    height:80px;
}

.normalRowHeightHint {
    height:100px;
}

.tallRowHeight {
    height:200px;
}

.tallRowHeightHint {
    height:220px;
}

select {
    width:100%;
    border: 1px solid rgb(47, 56, 71); /* Default border */
    margin-top:4px;
    margin-left:4px;
    padding: 5px;
    font-size: 16px;
    outline: none; /* Remove default outline */
}


.radio {
    margin-left: 0.5rem;
    margin-top: 0.5rem;
}

.radio input[type=radio] {
    position: absolute;
    opacity: 0;
}


/*   
Anything of class radio, of input type radio, and class radio-label follows the input element
Add the following style before the radio-label element 
*/

.uncheckedRadio {
    content: "";
    border-width: 1px;
    border-radius: 100%;
    border-style: solid;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    margin-right: .25em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 500ms ease;
}


.radio input[type=radio] + .radio-label:before {
    content: "";
    border-width: 1px;
    border-radius: 100%;
    border-style: solid;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    margin-right: .25em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 500ms ease;
}

.greyBorder:before {
    border-color: rgb(14, 25, 65);
}

.redBorder:before {
    border-color: rgb(207, 16, 45);
    border-width: 2px!important;
}

/*
Change the colour of the checked radio button
*/
.radio input[type=radio]:checked + .radio-label:before {
    background-color: #45bce5;
    box-shadow: inset 0 0 0 4px rgb(14, 25, 65);
    vertical-align: middle;
}

/*
Place a light Allstate blue focus highlight round the radio when it's clicked
*/
.radio input[type=radio]:focus + .radio-label:before {
    outline: solid 5px #45bce5;
    transition: transform .5s;
    -webkit-transition: transform .5s;
}

/*
Place light blue highligh over radio button on hover
*/
.radio input[type=radio]:not(:checked):hover + .radio-label:before {
    outline: none;
    background-color:  rgb(208, 238, 248);
    transition: transform .5s;
    -webkit-transition: transform .5s;
}

.radio-label-highlight {
    font-size: 1rem;
}

/*
Place light blue highligh over radio button caption on hover
radio label is sibling of input, and span is direct child of radio label  
*/
.radio input[type=radio]:hover + .radio-label > span {
    background-color:  rgb(208, 238, 248);
    transition: transform .5s;
    -webkit-transition: transform .5s;
}



body {
    font-size: 1rem;
    color: #4e5969;
    font-family: "Allstate Sans", Arial, Helvetica, sans-serif !important;
    line-height: 1.6;
}

.selectOutlineBox {
    color: #4e5969;
    line-height: 1.6;
    border: 5px;
    font-family: inherit;
    font-size: 100%;
    margin: 0px;
    outline: none;
    padding: 0px;
    vertical-align: baseline;
    order: 2;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    text-rendering: optimizelegibility;
    border: 2px;
    position: relative;
    z-index: 0;
}

select {
    font-family: inherit;
    line-height: 1.15;
    margin: 0px;
    text-transform: none;
    appearance: none;
    background-color: transparent;
    border-color: transparent;
    color: rgb(34, 34, 34);
    display: block;
    font-size: 1rem;
    font-weight: normal;
    height: 2.6rem;
    padding: 0.25rem 3.5rem 0.25rem 0.75rem;
    position: relative;
    transition: box-shadow 0.2s;
    width: 100%;
    z-index: 50;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    text-rendering: optimizelegibility;
    border-left: 0px;
    border-radius: 0px;
    border-right: 0px;
    -webkit-border-radius: 0;
}

select:focus {
    outline-width:0px;
}

.selectDownArrowDiv {
    color: #4e5969;
    line-height: 1.6;
    border-width: 0px 0px 0px 0.0625rem;
    border-top-style: initial;
    border-right-style: initial;
    border-bottom-style: initial;
    border-color: initial;
    border-image: initial;
    font-family: inherit;
    font-size: 100%;
    margin: 0px;
    outline: none;
    padding: 0px;
    vertical-align: baseline;
    -webkit-box-align: center;
    align-items: center;
    border-left-style: solid;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    min-width: 2.75rem;
    transition: box-shadow 0.2s;
    width: 2.75rem;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    text-rendering: optimizelegibility;
    background: rgb(217, 238, 255)
}

.selectOutline {
    color: #4e5969;
    line-height: 1.6;
    border: 0px;
    font-family: inherit;
    font-size: 100%;
    margin: 0px;
    outline: none;
    padding: 0px;
    vertical-align: baseline;
    -webkit-box-align: stretch;
    align-items: stretch;
    background-color: rgb(255, 255, 255);
    border-radius:0px !important;
    display: flex;
    height: 100%;
    -webkit-box-pack: end;
    justify-content: flex-end;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    text-rendering: optimizelegibility;
}

.selectOutline::before {
    border: 0.0625rem solid rgb(78, 89, 105);
    border-radius: inherit;
    inset: 0px;
    content: "";
    position: absolute;
}

.selectOutline, .selectOutline::before, .selectOutline::after {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    text-rendering: optimizelegibility;
}

.selectOutlineNoBorder {
    color: #4e5969;
    line-height: 1.6;
    border: 0px;
    font-family: inherit;
    font-size: 100%;
    margin: 0px;
    outline: none;
    padding: 0px;
    vertical-align: baseline;
    -webkit-box-align: stretch;
    align-items: stretch;
    background-color: rgb(255, 255, 255);
    border-radius:0px !important;
    display: flex;
    height: 100%;
    -webkit-box-pack: end;
    justify-content: flex-end;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    text-rendering: optimizelegibility;
}

.selectOutlineNoBorder::before {
    border: none;
    border-radius: inherit;
    inset: 0px;
    content: "";
    position: absolute;
}

.selectOutlineNoBorder, .selectOutlineNoBorder::before, .selectOutlineNoBorder::after {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    text-rendering: optimizelegibility;
}

.selectDownArrowDivRequired
{
    background: #fcc0c0!Important;
}

.selectHighlight {
    background-color:rgb(255,255,255);
    padding:4px;
    border:0px;
    transition: .25s;
}

.fieldHint {
    align-items: baseline;
    border: 0px;
    box-sizing: border-box;
    color: rgb(207, 16, 45);
    display: flex;
    flex-basis: 100%;
    font-family: "Allstate Sans", Arial, Helvetica, sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.429;
    margin: 0px;
    outline: none;
    white-space: normal;
    -webkit-font-smoothing: antialiased;        
    padding: 0px 0px 0px 5px; 
    text-rendering: optimizelegibility;
    vertical-align: baseline;
    white-space: normal;
    width: 100%;
    -webkit-box-align: baseline;
    -webkit-font-smoothing: antialiased;
}

.displayNone {
    display: none;
}


.fieldHighlight {
    width: 100%;
    border-width: 4px;
    padding: 4px;
}

.Highlight {
    background-color: #45bce5;
}

.Required {
    color: rgb(207, 16, 45);
}

.HighlightRequired {
    background-color: #FCC0C0;
}

.NoHighlight {
    background-color:#b4b4b4;
}

input[type=text] {
    height:2.6rem;
}

input[type=text], textarea {
    width: 100%;
    outline: 0px;
    border-width: 1px;
}

textarea {
    resize: none;
}

#messageHighlight {
    border-bottom-width: 0px;
    padding-bottom: 0px;
} 

.fieldActive {
    border-width: 2px!important;
}

.fieldNotActive {
    border-width: 1px;
}

.fieldRequired {
    -webkit-box-shadow: 0px 0px 0px 1px rgb(207, 16, 45);
    -moz-box-shadow: 0px 0px 0px 1px rgb(207, 16, 45);
    box-shadow: 0px 0px 0px 1px rgb(207, 16, 45);
    border:none;
}

.fieldRequiredActive {
    border-color: rgb(207, 16, 45);
    border-width: 3px!important;
}

.fieldNotRequired {
    border-width: 1px;
    border-color:rgb(47, 56, 71)
}

.btn.btn-primary--gray {
    background-color: #e4e9ed;
    border-color: #e4e9ed;
    box-shadow: inset 0 0 0 0 #0000, 0 0 0 5px #0000, 0 0 0 1px #0000;
    color: #0e1941;
}
.btn.btn-primary--gray:hover {
    background-color: #0000;
    color: #0e1941;
}
.btn.btn-primary--gray:focus {
    background-color: #0000;
    border-color: #e4e9ed;
    border-radius: 22px;
    box-shadow: 0 0 0 2px #ced7e0, inset 0 0 0 1px #45bce5, 0 0 0 .4375rem #45bce5;
    color: #0e1941;
    outline: none;
    text-decoration: none;
}
.btn.btn-primary--gray:active {
    background-color: #fff;
    border-color: #e4e9ed;
    box-shadow: inset 0 4px 4px 0 #0003;
    color: #0e1941;
    text-decoration: none;
}

a {
    color: #0033a0;
    font-family: as-sans-md, Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: 700;
}
a:visited {
    color:#0033a0
}
a:hover, a:focus {
    color: #0e1941;
}

.btn {
    border: 1px solid #0000;
    border-radius: 22px;
    cursor: pointer;
    display: inline-block;
    font-family: as-sans-bd, Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, box-shadow .3s ease-in-out;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.btn.btn-primary--blue-light {
    background-color: #45bce5;
    border-color: #45bce5;
    box-shadow: inset 0 0 0 0 #0000, 0 0 0 5px #0000, 0 0 0 1px #0000;
    color: #0e1941;
}

.btn.btn-primary--blue-light:hover {
    background-color: #fff;
    color: #0033a0;
}

.btn.btn-primary--blue-light:focus {
    background-color: #fff;
    border-radius: 22px;
    box-shadow: 0 0 0 2px #fff, inset 0 0 0 1px #45bce5, 0 0 0 .4375rem #45bce5;
    color: #0033a0;
    outline: none;
    text-decoration: none;
}

.btn.btn-primary--blue-light:active {
    background-color: #45bce5;
    box-shadow: inset 0 4px 4px 0 #0003;
    color: #0e1941;
    text-decoration: none;
}

.pageHeading {
    color: rgb(47, 56, 71);
    display: block;
    font-family: as-sans-rg, Arial, Helvetica, sans-serif;
    font-weight: 500;
    height: 24px;
    font-size: 2.625rem;
    margin-bottom:35px;
}

.pageSubheading {
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #2f3847;
    margin-bottom: .5rem;
}

.formDescription {
    font-weight: 400;
    color: #2f3847;
    display: block;
}

a {
    color: #0033a0;
    cursor: pointer;
}
