
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	line-height: 1em;
	letter-spacing: -0.5px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*==========================================
*** HTML TAG STYLES
==========================================*/

html {
	font-size: 18px;
	/* scroll-behavior: smooth; */
}

body {
    font-family: 'Roboto', sans-serif;
    line-height: 1em;
    font-weight: 400;
    position: relative;
    overflow-x: hidden !important;
    color: #414141;
    background-color: #FFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.font-thin {
    font-weight: 200!important;
}

.font-light {
    font-weight: 300!important;
}

.font-normal {
    font-weight: 400!important;
}

.font-medium {
    font-weight: 500!important;
}

.font-semi-bold {
    font-weight: 600!important;
}

/*==========================================
*** Supporting STYLES
==========================================*/

.style-guide {
    padding: 50px;
    position: relative;
    width: 80%;
    float: left;
    margin-left: 20%;
    box-sizing: border-box;
}
.group {
    margin: 100px 0px;
}
.sidebar {
    width: 20%;
    float: left;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #f2f2f2;
    padding: 20px;
    bottom: 0px;
    z-index: 1000;
    box-sizing: border-box;
    overflow: scroll;
}
.sidebar li a:hover {
    border-bottom: 1px solid #000000;
}
.sidebar li a {
    display: block;
    margin-bottom: 5px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 2px;
    font-size: 14px;
    font-weight: 700;
}
.group {
    margin: 100px 0px;
}
.x {
    font-family: 'Josefin Slab', serif;
    color: #969696;
    color: #444444;
    font-weight: 500;
    margin: 0px;
}
p.x {
    font-size: 16px;
    font-weight: 700;
}
h1.x {
    font-size: 42px;
    margin-bottom: 10px;
}
h2.x {
    font-size: 32px;
}
h3.x {
    font-size: 22px;
    margin-bottom: 6px;
}
hr.x {
    border-top: 1px solid #ececec;
    margin-bottom: 10px;
    margin-top: 10px;
	width: 200px;
}
.border-wrap {
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    margin-bottom: 5px;
    box-shadow: 0px 0px 5px #f2f2f2;
}
.border-wrap + .border-wrap {
	/* border-top: 0px; */
}
ul.x {
    padding: 20px 20px 5px 20px;
    width: 25%;
    display: inline-block;
    box-sizing: border-box;
	border-right: 1px solid #d4d4d4;
}
.example {
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    width: 75%;
    box-sizing: border-box;
    margin-left: -5px;
}
.x li {
		margin-bottom: 10px;
}
.color li {
		margin-top: 12px;
}
.element {
    padding-top: 40px;
}
.element + .element {
    margin-top: 20px;
}
.sidebar li a.light {
    font-weight: 100;
}
.daughters {
	color: pink;
}
.color.x {
    margin-bottom: 12px;
    padding: 0;
    border: 1px solid #d4d4d4;
    width: 32%;
    display: inline-block;
    box-sizing: border-box;
    margin-right: .5%;
    border-radius: 6px;
    /* box-shadow: 3px 3px 6px #e4e4e4; */
}
.color ul {
    padding: 8px 20px;
    background-color: white;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid #d4d4d4;
}
.color div {
    height: 100px;
    border-radius: 0px 0px 5px 5px;
}
.color.ps-green div {
    background-color: #717b2d;
}
.color.ps-blue div {
    background-color: #21578a;
}
.color.ps-extra-dark-grey div {
    background-color: #444444;
}
.color.ps-light-grey div {
    background-color: #f4f3f1;
}
.color.ps-dark-green div {
    background-color: #6b732b;
}
.color.ps-mid-grey div {
    background-color: #cccccc;
}
.color.ps-white div{
    background-color: #ffffff;
}
.color.ps-med-light-grey div{
    background-color: #e5e5e5;
}
.color.ps-med-light-grey div{
    background-color: #f2f2f2;
}
.color.ps-footer-border-grey div{
    background-color: #ccc;
}
.color.ps-icon-line-grey div{
    background-color: #716F6F;
}
.color.ps-subtle-highlight-blue div{
    background-color: #e7f0f5;
}












/*==========================================
*** STYLE GUIDE STYLES
==========================================*/
strong, b {
    font-weight: 700;
}
ul.ps-ul {
	list-style: disc;
	margin-left: 20px;
}
ul.ps-ul li {
    line-height: 23px;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
}
h1 {
	color: #21578a;/*rgb(33, 87, 138);*/
	font-size: 60px;
	font-weight: 700;
  line-height: 60px;
}
.example.mobile h1 {
	font-size: 36px;
  line-height: 42px;
}
.gradient h1 {
	color: white;
	font-size: 60px;
	font-weight: 700;
}
h2 {
	color: #21578a;
	font-size: 38px;
  line-height: 42px;
	font-weight: 700;
}
.example.mobile h2 {
	font-size: 30px;
  line-height: 36px;
}
h2 small {
	font-size: 1.389rem;
}
#h2-white-on-blue-gradient .example h2 {
    color: white;
    font-weight: 700;
}
h3 {
	color: #21578a;
	font-size: 32px;
  line-height: 36px;
	font-weight: 700;
}
.table-responsive-sm h3 {
    font-size: 28px;
    color: #444444;
    margin-bottom: 12px;
}
.table-responsive-sm li {
  line-height: 27px;
}

.example.mobile h3 {
	font-size: 28px;
  line-height: 34px;
}
#h3-gray .example h3 {
	color: #414141;
}
#h3-white-on-blue-gradient .example h3 {
	color: white;
}
h4 {
	color: #21578a;
	font-size: 28px;
  line-height: 36px;
	font-weight: 700;
}
.example.mobile h4 {
	font-size: 24px;
  line-height: 32px;
}
#h4-gray .example h4 {
	color: #414141;
}
.gradient h4 {
    color: #ffffff;
}
h5 {
	color: #21578a;/*rgb(33, 37, 41)*/
	font-size: 24px;
  line-height: 36px;
	font-weight: 700;
}
#h5-gray .example h5 {
	color: #414141;
}
.example.mobile h5 {
	font-size: 20px;
  line-height: 28px;
}
h6 {
	color: #21578a;
	font-size: 20px;
	font-weight: 700;
}
.example.mobile h6 {
	font-size: 18px;
  line-height: 26px;
}
#h6-gray .example h6 {
	color: #414141;
}
.example.mobile p {
  font-size: 16px;
  line-height: 24px;
}
#link-button ul.x, #link-button .example, #link-button-on-gradient ul.x, #link-button-on-gradient .example {
    height: 255px;
}
.gradient .btn {
  background-color: white;
  color: #21578a;
  border-color: white;
}
.gradient .btn.white-green {
  color: white;
  border-color: white;
}
#link-button-ghosted ul.x, #link-button-ghosted .example, #link-button-ghosted-gradient ul.x, #link-button-ghosted-gradient .example {
    height: 225px;
}
#link-button-disabled a {
	opacity: 40%;
	cursor: default;
}
#link-button-disabled a {
	opacity: 40%;
	cursor: default;
}
#link-button-disabled a:hover, #link-button-disabled a:focus {
	background-color: #717b2d;
	border-color: #717b2d;
	text-decoration: none;
}



.element .element {
  padding-top: 0px;
}
#paragraph-testimonial-text .example p {
  font-size: 17px;
  font-weight: 400;
}
#paragraph-testimonial-author .example p {
  font-size: 15px;
  font-weight: 700;
}
#paragraph-testimonial-title .example p {
  font-size: 15px;
  font-weight: 400;
}
#paragraph-banner .example p {
  font-size: 20px;
  font-weight: 700;
}
#form-zip-label .example p {
    font-size: 20px;
    font-weight: 500;
    color: #414141;
}

#form-input .example p {
	color: #6c7581;
}
p small {
	font-size: 16px;
}
#paragraph-extra-small p small {
	font-size: 13px;
}
#paragraph-disclaimer .example p {
	color: #414141;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
}
#paragraph-testimonial-name .example p {
	font-size: 17px;
	font-weight: 400;
	opacity: .76;
}
#big-percent .example p{
	color: #21578a;
	font-size: 100px;
	font-weight: 300;
}
#paragraph-white .example p {
    color: white;
    font-weight: 300;
	font-size: 20px;
}
#form-input-gradient .example p {
	color: #ffffff;
	font-size: 18px;
	font-weight: 300;
}
.breadcrumb-custom {
    display: inline-block;
    position: relative;
    letter-spacing: 0.02rem;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.breadcrumb-custom li:not(:last-child) {
    padding-right: 0.833rem;
    margin-right: 0.111rem;
    position: relative;
}
.breadcrumb-custom li {
    display: inline-block;
    vertical-align: middle;
    color: #414141;
    font-size: 0.778rem;
    line-height: 0.889rem;
}
.breadcrumb-custom li:not(:last-child):before {
    position: absolute;
    content: ">";
    right: 0;
    top: 0;
    display: inline-block;
    color: #8d9838;
}
.bg-grey-light {
    background-color: #f4f3f1;
}
a {
    text-decoration: none;
    color: #21578a;
    outline: none;
    font-weight: 700;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
a:hover {
	cursor: pointer;
}
#link-text-link a:hover {
	/* text-decoration: underline; */
}
#link-tile-text-link .example a {
  font-weight: 400;
}
#link-tile-text-link .example a, #link-text-link .example a, #link-tile-text-link-blue .example a, #link-text-link-image-banner-box .example a {
  text-decoration: underline;
}
#link-tile-text-link-blue .example a {
  color: white;
}
#link-white-on-blue-gradient a {
	color: white;
	font-size: 14px;
	font-weight: 400;
	text-decoration: underline;
}
#link-bold-white-on-blue-gradient a {
	font-size: 18px;
	font-weight: 700;
	color: white;
}
#link-text-link-image-banner-box .example a {
  font-size: 20px;
}
.search-results-input {
    width: 435px;
    display: block;
    position: relative;
    margin-bottom: 1.389rem;
}
.search-results-input .form-control {
    padding-right: 8.556rem!important;
}
.form-control.v2, .form-control.v2:focus {
    font-size: 1.111rem;
    line-height: 1.278rem;
    -webkit-border-radius: 56px;
    -moz-border-radius: 56px;
    border-radius: 56px;
    padding: 0.833rem 1.667rem;
    border: 1px solid #cdcdcd;
    background-color: #FFF;
}
.search-results-input button {
    color: #ffffff;
    font-weight: 700;
    padding: 17.5px 30px;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3.000rem;
    border-radius: 3rem;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    display: inline-block;
    position: absolute;
    right: 1px;
    top: 0px;
    /* background-color: #8d9838; */
    background-color: #717b2d;
    
    letter-spacing: 0.05rem;
    border: 1px solid #8d9838;
}
.form-control {
    background-color: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #9f9f9e;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -moz-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out, -moz-box-shadow .15s ease-in-out;
    padding: 0.667rem 0rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 120%;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    height: auto;
    color: #414141;
}
.form-input .example {
	color: #414141;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
}
button {
    border: none;
    outline: none !important;
}
button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
callout {
	color: red;
}
header .dropdown-toggle {
    color: #414141;
	font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}
header .dropdown-toggle.sub-level {
	color: #414141;
	font-family: Roboto, sans-serif;
	font-size: 17px;
	font-weight: 400;
	
}
header .dropdown-toggle.sub-level.bold {
	font-weight: 700;
}
header .non-nav {
	color: #21578a;
	font-family: Roboto, sans-serif;
	font-size: 18px;
	font-weight: 700;
}
.dropdown-toggle.sub-level::after {
    display: inline-block;
    margin-left: 12px;
    vertical-align: 0px;
    content: "";
    border-left: .3em solid;
    border-bottom: .3em solid transparent;
    border-right: 0;
    border-top: .3em solid transparent;
}
a.tel {
    font-size: 1.667rem;
    line-height: 130%;
    font-weight: 700;
}

footer a {
    font-size: 14px;
    font-weight: 400;
}
footer a.copy {
    color: #414141;
    font-size: 13px;
    font-weight: 400;
}
.btn {
    font-weight: bold;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1rem;
    letter-spacing: -0.03rem;
    padding: 0.778rem 1.576rem;
    color: #FFFFFF;
    -webkit-border-radius: 3.000rem;
    -moz-border-radius: 3.000rem;
    border-radius: 3.000rem;
    background-color: #8d9838;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    text-transform: none;
    border: 2px solid #8d9838;
    text-align: center;
    position: relative;
    text-decoration: none;
	display: inline-block;
}
.btn:hover,
.btn.focus,
.btn:focus,
.btn.white-green:hover,
.btn.white-green.focus,
.btn.white-green:focus {
    color: #FFF;
    background-color: #414141;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #414141;
}
.btn:focus {
	text-decoration: underline;
}
.btn.white-green {
    background-color: transparent;
    border-color: #6b732b;
    color: #6b732b;
}
/*standard dropdown button*/
.element.top-banner-home {
    width: 300px;
    padding: 0px 0px 200px 0px;
    display: inline-block;
    margin-right: 100px;
    margin-top: 20px;
}
.element.top-banner-home.xx {
    width: 300px;
    padding: 0px 0px 200px 0px;
}
.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
}
.top-banner-home .dropdown-toggle.btn, .show-plans-dropdown .dropdown-toggle.btn {
    z-index: 10;
    position: relative;
    color: #FFF;
    background-color: #717b2d;
    border-color: #717b2d;
}
.btn {
    font-weight: bold;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1rem;
    letter-spacing: -0.03rem;
    padding: 0.778rem 1.576rem;
    color: #FFFFFF;
    -webkit-border-radius: 3.000rem;
    -moz-border-radius: 3.000rem;
    border-radius: 3.000rem;
    background-color: #717b2d;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    text-transform: none;
    border: 2px solid #717b2d;
    text-align: center;
    position: relative;
    text-decoration: none;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.top-banner-home .dropdown-menu, .show-plans-dropdown .dropdown-menu {
    background-color: #f4f3f1;
    z-index: 9;
	margin-top: -30px;
    width: 100%;
    border: none;
	padding: 60px 30px 30px 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
}
.dropdown-menu.show {
    display: block;
}
.top-banner-home .dropdown-menu .dropdown-item, .show-plans-dropdown .dropdown-menu .dropdown-item {
    padding: 0;
    margin: 0;
    margin-bottom: 0.833rem;
    font-size: 1rem;
    color: #414141;
    line-height: 110%;
    background-color: transparent!important;
    letter-spacing: 0.025rem;
    font-weight: 500;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.btn-block {
    display: block;
    width: 100%;
}
.example.gradient, .color.ps-blue-gradient div {
    background: rgba(24,121,177,1);
    background: -moz-linear-gradient(left, rgba(24,121,177,1) 0%, rgba(33,87,138,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(24,121,177,1)), color-stop(100%, rgba(33,87,138,1)));
    background: -webkit-linear-gradient(left, rgba(24,121,177,1) 0%, rgba(33,87,138,1) 100%);
    background: -o-linear-gradient(left, rgba(24,121,177,1) 0%, rgba(33,87,138,1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(24,121,177,1)), to(rgba(33,87,138,1)));
    background: linear-gradient(to right, rgba(24,121,177,1) 0%, rgba(33,87,138,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1879b1', endColorstr='#21578a', GradientType=1 );
}
.example.gradient {
	padding: 15px 20px;
}
.example.gradient p {
	color:white;
	font-weight: 700;
}
.example.gradient h5 {
	color:white;
	font-weight: 700;
}
.example.gradient h6 {
	color:white;
	font-weight: 700;
}
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
#tabs .nav-tabs .nav-link.active, .view-plan-search .nav-tabs .nav-link:hover {
    border-color: #21578a;
    color: #21578a;
}
#tabs .nav-tabs .nav-link {
    padding: 20px;
    font-size: 1rem;
}
#tabs .nav-tabs .nav-link {
    border: 0;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    color: #a0a0a0;
    font-size: .883rem;
    line-height: 20px;
    font-weight: 700;
    padding: 16px;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
}
.accordion-item {
    margin-top: 1.667rem;
    padding-bottom: 1.667rem;
    border-bottom: 1px solid #d9d9d9;
}
.accordion-item__title {
    position: relative;
    width: 100%;
    border: 0;
    padding: 0 2rem 0 0;
    background: none;
    color: #414141;
    font-size: 1.166666667rem;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    outline: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.accordion-item__title:before {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #215781;
    content: "+";
    color: #fff;
    font-weight: 300;
    font-size: 26px;
    text-align: center;
    line-height: 30px;
}
.table {
    font-size: .889rem;
    width: 100%;
    margin-bottom: 1rem;
    color: #414141;
    border-collapse: collapse;
    text-align: left;
}
.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}
.table-bordered th {
    border-top: none;
    border-bottom: 1px solid #fff;
    background-color: #e7f0f5;
    font-weight: 700;
    color: #414141;
    font-size: 1.111rem;
    line-height: 115%;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    line-height: 20px;
}
#table ul.x, #table .example {
    height: 550px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f4f3f1;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #21578a;
    border-color: #21578a;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #21578a;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}