.mc_font{
	font-size:16px;
}


/* slate forms custome styling */
.form_responses{
	display:flex;
}

.form_response{
	display:flex;
	margin-right:5px;
}

.pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination li {
    margin-right: 5px; /* Adjust the spacing between pagination items as needed */
}

.pagination a {
    display: block;
    padding: 5px 10px; /* Adjust the padding as needed */
    background-color: #f8f9fa; /* Change the background color as needed */
    border: 1px solid #dee2e6; /* Change the border color as needed */
    color: #495057; /* Change the text color as needed */
    text-decoration: none;
    border-radius: 3px;
}

.pagination .active a {
    background-color: #002f6c; /* Change the background color for the active page as needed */
    color: #fff; /* Change the text color for the active page as needed */
}

.pagination a:hover {
    background-color: #d1e8ff; /* Change the background color on hover as needed */
}

.gsc-search-button.gsc-search-button-v2 svg{
	max-width:inherit!important;
}

/* form CSS for 207897 */

.sidebar-widgets .ou-form {
	padding-right: 20px;
}

.white-bg .ou-form {
	background: var(--grey-50);
}

.ou-form h2 {
	color: var(--dark-blue);
}
.ou-form .form_label,
.ou-form fieldset legend,
.ou-form label {
	text-transform: uppercase;
	color: var(--dark-blue);
	display: block;
	font-weight: bold;
}
.ou-form #form_description {
	display: none;
}
.ou-form .form_question,
.ou-form .field-group {
	margin-bottom: 15px;
}
.ou-form .form_question select,
.ou-form .field-group select,
.ou-form .form_question textarea,
.ou-form .field-group textarea,
.ou-form .form_question input:not([type="radio"]):not([type="checkbox"]),
.ou-form .field-group input:not([type="radio"]):not([type="checkbox"]) {
	margin-top: 10px;
	width: 100%;
	height: 62px;
	border: 1px solid var(--grey-600, #948f8f);
	color: black;
	border-radius: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.ou-form .form_question input[type="radio"],
.ou-form .field-group input[type="radio"],
.ou-form .form_question input[type="checkbox"],
.ou-form .field-group input[type="checkbox"]{
	display:inline;
	margin-right: 5px;
}


.ou-form .form_question select:focus-within,
.ou-form .field-group select:focus-within,
.ou-form .form_question textarea:focus-within,
.ou-form .field-group textarea:focus-within,
.ou-form .form_question input:focus-within,
.ou-form .field-group input:focus-within {
	outline: currentcolor solid 1px;
	outline-offset: 0;
}
.ou-form .form_question select,
.ou-form .field-group select {
	background-image: url(/_resources/images/filter-toggle.svg);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 10px;
	padding-right: 20px;
}
.ou-form .form_question fieldset .form_responses,
.ou-form .field-group fieldset .form_responses {
	display: flex;
}
.ou-form #form_description {
	color: black;
	margin-bottom: 20px;
}
.ou-form [data-required] .form_label {
	position: relative;
}
.ou-form [data-required] .form_label:after {
	content: "*";
	margin-left: 5px;
}
.ou-form .form_button_submit {
	font-size: 14px;
	line-height: 21px;
	font-weight: 500;
	padding: 12px 25px;
	display: inline-block;
	position: relative;
	text-align: center;
	background: var(--orange);
	color: var(--white);
	width: 100%;
	margin-top: 15px;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
}
@media (--md) {
	.ou-form .form_button_submit {
		max-width: 318px;
	}
}
.ou-form .form_button_submit:before,
.ou-form .form_button_submit:after {
	position: absolute;
	content: "";
	width: 100%;
	transition: all var(--transition);
	height: 2px;
	background: var(--orange);
}
.ou-form .form_button_submit:before {
	bottom: -2px;
	right: 0;
}
.ou-form .form_button_submit:after {
	top: -2px;
	left: 0;
}
.ou-form .form_button_submit:hover:before,
.ou-form .form_button_submit:hover:after {
	width: 0;
	background: var(--orange-900);
}
.ou-form .form_button_submit:focus:focus-visible {
	outline: var(--orange) dashed 0.25rem;
}
.sidebar-widgets .contact-card {
	background: var(--dark-blue);
	padding: 34px;
	color: var(--white);
	margin-top: 55px;
}
@media (--lg) {
	.sidebar-widgets .contact-card {
		padding: 34px;
	}
	.sidebar-widgets .contact-card .widget {
		text-align: left;
	}
}
.sidebar-widgets .contact-card .h4,
.sidebar-widgets .contact-card h4 {
	color: var(--white);
}
.sidebar-widgets .contact-card .widget__content strong {
	font-weight: 500;
}
.sidebar-widgets .contact-card .widget__content a:not(.button) {
	text-decoration: underline;
}
.sidebar-widgets .contact-card .widget {
	margin-top: 34px;
}
.sidebar-widgets .contact-card a {
	color: var(--white);
}
.sidebar-widgets .contact-card a:hover {
	color: var(--orange);
}
.sidebar-widgets .widget__links {
	margin-top: 68px;
}
.sidebar-widgets .widget__links .h4 {
	color: #00224f;
	margin-bottom: 24px;
}
.sidebar-widgets .widget__links ul {
	list-style: none;
	padding-left: 0;
	margin: 0 0 0;
}
.sidebar-widgets .widget__links ul li {
	list-style: none;
	padding-left: 0;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.sidebar-widgets .widget__links ul li a {
	font-weight: 500;
	text-decoration: underline;
}
.sidebar-widgets .button.full-width {
	width: 100%;
	margin-top: 25px;
}
.single-post .main__sidebar .sidebar-widgets {
	margin-top: 28px;
}

/* ticket 212190 */
.sidebar-widgets .form .form_question input[type='checkbox']{
	appearance: auto !important;
	height: auto !important;
	margin-top: 0px !important;
}

/* ticket 211189 */
@media only screen and (max-width: 991.5px) { 
  .main__content,
  .content-with-sidebar .main__content { 
    padding: 20px;
  } 
}


/*ticket 212767*/
.main__sidebar .sidebar-widgets .widget { 
    display: block; 
}

/*ticket 213707*/
@media screen and (max-width: 959px) {
  .hide-for-mobile {
    display: none!important;
  }
}