 #feature p {
    font-weight: 500;
    line-height: 1.5;
	margin-top: 3%;      
 }

#feature a {
	text-decoration: none;
}

#feature a:hover {
	text-decoration: underline;
}

#feature .card {
    box-shadow: 0px -25px 20px -20px rgba(0, 0, 0, 0.45), 0px 25px 20px -20px rgba(0, 0, 0, 0.45);
    transition: 1s;
    animation-duration: 2s;
	display: flex;
	align-items: stretch;
	background-color: #fff;
}

#feature .card:hover,
#feature .card .btn:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.8); 
}

.feedback-toggle-border {
	display:none;
}

.font-white {
	color: #fff;
}

.h2,h2 {
    font-size: clamp(1.8rem,1.5rem + (1vw - 0.234rem) * 0.847,1.8rem);
    color: rgb(0, 65, 91);
    margin-top: 40px;
}

.h3, h3 {
    font-size: clamp(1.5rem, 1.25rem + (1vw - 0.234rem) * 0.423, 1.5rem);
}

.h4, h4 {
    font-size: clamp(1.25rem, 1rem + (1.1vw - 0.234rem) * 0.423, 1.25rem);
}

/* These classes makes a list two or three columns on larger screens */
@media (min-width: 768px) {
  .list-col-2 {
    columns: 2;
    -webkit-columns: 2; /* Safari support */
    -moz-columns: 2;    /* Firefox support */
  }
	
.list-col-3 {
    columns: 3;
    -webkit-columns: 3; /* Safari support */
    -moz-columns: 3;    /* Firefox support */
  }
	
  .list-col-2 li, .list-col-3 li {
    /* Prevents items from breaking across columns poorly */
    break-inside: avoid;
  }
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.img-responsive {
	max-width:100%; 
	height: auto;
}

.img-rounded{
	border-radius:var(--lh-border-radius) !important;
}

.pull-right {
    float: right !important;
}

.noshow {
	display:none;
}

.full-width {
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 100vw;
	position: relative;
	right: 50%;
	width: 100vw;
}

/* Fix the border radius for the first header/cells and the last header/cells */
.table-bordered thead:first-child tr:first-child th:first-child {
	border-top-left-radius: 8px;
}
.table-bordered thead:first-child tr:first-child th:last-child {
	border-top-right-radius: 8px;
}
.table-bordered tbody:last-child tr:last-child td:first-child {
	border-bottom-left-radius: 8px;
}
.table-bordered tbody:last-child tr:last-child td:last-child {
	border-bottom-right-radius: 8px;
}

/*fix buttons not wrapping*/
#feedbackFormstack a.fsSubmitButton:link, #feedbackFormstack a.fsSubmitButton:visited, #feedbackFormstack button.fsSubmitButton:link, #feedbackFormstack button.fsSubmitButton:visited, #feedbackFormstack input.fsSubmitButton:link, #feedbackFormstack input.fsSubmitButton:visited, #feedbackFormstack label.fsSubmitButton:link, #feedbackFormstack label.fsSubmitButton:visited, #lhForm a.fsSubmitButton:link, #lhForm a.fsSubmitButton:visited, #lhForm button.fsSubmitButton:link, #lhForm button.fsSubmitButton:visited, #lhForm input.fsSubmitButton:link, #lhForm input.fsSubmitButton:visited, #lhForm label.fsSubmitButton:link, #lhForm label.fsSubmitButton:visited, a.btn-lh-primary:link, a.btn-lh-primary:visited, a.btn-primary:link, a.btn-primary:visited, button.btn-lh-primary:link, button.btn-lh-primary:visited, button.btn-primary:link, button.btn-primary:visited, input.btn-lh-primary:link, input.btn-lh-primary:visited, input.btn-primary:link, input.btn-primary:visited, label.btn-lh-primary:link, label.btn-lh-primary:visited {
	text-wrap: wrap !important;
}

/*fix hr not centered*/
#main-content hr:not(.top-divider) {
	margin-left: auto;
	margin-right: auto;
}

/*fix button text underline*/
a.btn {
	text-decoration: none !important;
}
