header {
	border-top: 2px solid black;
	max-height: 189.42px;
}

footer {
	
}


.chip_skiplink {
	background: #fff;
	left: 15px;
	padding: 6px 12px 10px 12px;
	position: absolute;
	transform: translateY(-300%);
	transition: transform 0.3s;
	color: #000;
	font-size: 1em;
	line-height: 1em;
	font-weight: 600;
	border-radius: 4px;
  }

.chip_skiplink:focus {
	transform: translateY(0%);
	border-color: orange;
	outline: 0px solid orange;
	box-shadow:  0 0 0 3px orange;
}

legend {
	font-size: 18px;
}

h1 {
	color: #188484;
    font-weight: 400;
	margin-bottom: 3rem !important;
	margin-top: 3rem !important;
}

.chip_formfieldrow {
	padding-bottom:1.5rem;
}

.chip_formlabel {
	font-weight: 700;
}

.chip_labelinfo {
	font-size: 14px;
}

p a {
	text-decoration: underline;
}

.chip_chevronright {
	display: none !important;
}

.chip_optionsstarthere .chip_formfieldbuttonwrapper .btn-primary.chip_haschevronright {
	padding-right: 1.25rem;
	background-image: -webkit-gradient(linear, left top, right top, from(#0357a6), to(#188484));
    background-image: linear-gradient(to right, #0357a6 0%, #188484 100%);
    background-repeat: repeat-x;
    color: white;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.chip_optionsstarthere .chip_formfieldbuttonwrapper .btn-primary.chip_haschevronright::after {
	font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    content: "\F054";
    margin-left: 1rem;
    background-color: white;
    color: #0357a6;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
}

.chip_optionsstarthere .chip_formfieldbuttonwrapper .btn-primary.chip_haschevronright:focus {
    border: 1px solid #0357a6 !important;
    color: #0357a6;
    background: white;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.chip_optionsstarthere .chip_formfieldbuttonwrapper .btn-primary.chip_haschevronright:hover {
    border: 1px solid #0357a6 !important;
    color: #0357a6;
    background: white;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.chip_optionsstarthere .chip_formfieldbuttonwrapper .btn-primary.chip_haschevronright:hover::after, .chip_optionsstarthere .chip_formfieldbuttonwrapper .btn-primary.chip_haschevronright:focus::after {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    content: "\F054";
    margin-left: 1rem;
    background-color: #0357a6 !important;
    color: white;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
}