.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}
@media (min-width: 640px) {
	.container {
		width: 100%;
	}
}
@media (min-width: 1024px) {
	.container {
		width: 1024px;
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 1400px) {
	.container {
		width: 1400px;
	}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}

/*taking from bs3 end*/

.header {
	background-color: #0C2340;
}

.btn-reset {
	border: none;
	padding: 0;
	background: transparent;
}

.btn-reset:focus,
.btn-reset:hover {
	color: inherit;
	background: transparent;
}

.refresh-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 19px 0 13px;
}

@media (min-width: 1024px) {
	.refresh-header {
		padding: 16px 0;
	}
}

@media (min-width: 1024px) {
	.refresh-header {
		padding: 23px 12px;
	}
}

.refresh-header a{
	display: block;
}

.refresh-header .header-actions {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 68px;
}

.refresh-header .site-logo img {
	max-height: 29px;
}


.site-search .input-group {
	width: 100%;
}

.refresh-nav .sub-navigation-list {
	padding: 0;
}

.refresh-nav ul.nav__links {
	padding: 0;
	margin: 20px 0 0;
}

.refresh-nav ul.nav__links li {
	float: none;
}

.refresh-nav ul.nav__links li.nav__links--primary-has__sub > a,
.refresh-nav ul.nav__links li.nav__link--secondary.nav__links--secondary-has__sub > .nested-sub > a {
	padding-right: 76px;
}

.refresh-nav ul.nav__links li.nav__links--primary-has__sub {
	background: url('/wp-content/themes/solutions-borderstates/dist/images/BOR_arrow-right-black.svg') calc(100% - 20px) 26px no-repeat;
}

.refresh-nav ul.nav__links li.nav__links--secondary-has__sub {
	background: url('/wp-content/themes/solutions-borderstates/dist/images/BOR_arrow-right-black.svg') calc(100% - 20px) 16px no-repeat;
}

.refresh-nav ul.nav__links li.nav__links--primary a,
.refresh-nav ul.nav__links li.nav__link--secondary a {
	display: block;
}

.refresh-nav ul.nav__links li.nav__links--primary .nav__link > a {
	letter-spacing: -1px;
	padding: 20px 50px 20px 32px;
	border-bottom: 1px solid #C8C9C7;
}

.refresh-nav ul.nav__links li.nav__link--secondary {
	padding: 0;
}

.refresh-nav ul.nav__links li.nav__link--secondary > .nested-sub > a,
.refresh-nav ul.nav__links li.nav__link--secondary > a {
	letter-spacing: -0.75px;
	padding: 16px 32px;
	border-bottom: 1px solid #C8C9C7;
}

.refresh-nav .sub__navigation,
.refresh-nav .nested_sub__navigation {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 480px;
	height: 100%;
	overflow: auto;
	background: #fff;
	z-index: 103;
}

.refresh-nav .sub__navigation.active,
.refresh-nav .nested_sub__navigation.active {
	display: block;
}

/*hide see all for nested sub menu headers*/

div.sub-navigation-section > ul > li.nav__link--secondary.nav__links--secondary-has__sub.js-nav-open-nested-sub > div.nested_sub__navigation.active > div.sub-navigation-section > div > a {
	display:none;
	}


.refresh-nav .menu-back-btn {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #C8C9C7;
	padding: 8px 32px 8px 0;
}

.refresh-nav ul.nav__links li.nav__links--primary .menu-back-btn a {
	background: url('/wp-content/themes/solutions-borderstates/dist/images/BOR_arrow-left.svg') 32px no-repeat;
	color: #0057B8;
	padding: 21px 32px 18px 56px;
	flex-shrink: 0;
}

.refresh-nav .menu-back-btn button {
	width: auto;
	padding: 0;
	border: none;
}

.refresh-nav .sub-navigation-title {
	color: #000;
	padding: 20px 32px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #C8C9C7;
}

.refresh-nav .sub-navigation-title > a {
	color: #0057B8;
}

.refresh-nav .sub-navigation-title .sub-navigation-feature {
	padding-top: 20px;
}

.refresh-nav .sub-navigation-title .sub-navigation-feature a {
	color: #63666A;
	letter-spacing: -0.5px;
}

.refresh-nav .sub-navigation-title .sub-navigation-feature a img {
	vertical-align: top;
}

@media (min-width: 480px) {
	.refresh-nav .sub-navigation-title .sub-navigation-feature li {
		width: 49%;
	}
}

.refresh-nav .utility-links {
	list-style-type: none;
	padding: 0;
	margin: 24px 0;
}

.refresh-nav .utility-links a {
	color: #63666A;
	letter-spacing: -0.5px;
	display: block;
	padding: 8px 32px;
}

.refresh-nav .utility-links a img {
	margin-right: 5px;
	vertical-align: text-top;
}

.refresh-nav {
	display: none;
}

.refresh-nav.active {
	display: block;
}

.refresh-nav-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 102;
	background: #fff;
	width: 480px;
	max-width: 100%;
	height: 100vh;
	overflow-x: auto;
}

.refresh-nav-wrapper.right {
	left: auto;
	right: 0;
}

.refresh-nav-head {
	background: #003C71;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 22px 32px;
}

.refresh-nav-head img.icon {
	margin-right: 4px;
}

.refresh-nav-head-actions {
	margin: 0 16px 0 auto;
}

.refresh-nav-head button {
	padding: 0;
}

.refresh-nav-head .refresh-greeting {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: -1px;
	vertical-align: middle;
}

.refresh-nav-head a {
	color: #fff;
	letter-spacing: -0.5px;
	text-decoration-line: underline;
}

.refresh-nav-head a:hover {
	color: #fff;
}

.refresh-nav-head a + a {
	margin-left: 2px;
}

.show-search-box-mobile {
	background: #003C71;
	padding: 12px 24px;
	display: none;
}

.show-search-box-mobile.active {
	display: block;
}

.show-search-box-mobile .cat-option-wrapper {
	margin-bottom: 3px;
}

.show-search-box-mobile #js-site-search-input{
	border: 2px solid #0057B8;
}

.navigation.navigation--utility .navigation--utility-wrapper .navigation--utility--link {
	padding: 0;
}

.navigation.navigation--utility .navigation--utility-wrapper .navigation--utility--link button {
	color: #ffffff;
	line-height: 1.25rem;
	padding: 15px 12px;
}

.refresh-nav ul.nav__links li.nav__links--primary .nav__link > a {
	font-size: 1.75rem;
	line-height: 36px;
	letter-spacing: -0.0625rem;
	font-weight: 500;
	color: inherit;
}

.refresh-nav ul.nav__links li.nav__link--secondary > .nested-sub > a, 
.refresh-nav ul.nav__links li.nav__link--secondary > a, .bs-body-lg-medium  {
	font-size: 1.125rem;
	line-height: 1.5rem;
	letter-spacing: -0.046875rem;
	font-weight: 400;
	color: inherit;
}

.site-emblem {
	margin-right: 4px;
	vertical-align: middle;
}

.modal-close-overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	z-index: 101;
}

.navigation.navigation--utility .navigation--utility-wrapper {
	padding: 0;
}
@media (min-width: 1024px) {
	.refresh-header .header-actions {
		width: auto;
	}

	.site-logo {
		margin-left: 32px;
	}

	.refresh-header .btn-menu-open {
		color: #ffffff;
		font-family: 'Work Sans', sans-serif;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: -0.5px;
		padding: 8px;
		display: flex;
		align-items: center;
		border: 1px solid #ffffff;
		border-radius: 4px;
	}

	.site-search {
		flex-grow: 1;
		margin: 0 38px 0 65px;
	}

	.refresh-header .btn-menu-open img {
		margin-right: 12px;
	}

	.refresh-header .header-actions a + a {
		margin-left: 20px;
		padding-left: 10px;
	}
}

.btn-link {
	border-color: transparent;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-link:hover {
	border-color: transparent;
	background-color: transparent;
}

.breadcrumbs {
	font-size: 12px;
	padding: 20px 0;
	color: #63666A;
}

.breadcrumbs img {
	margin: 0 4px;
}

.page-header .entry-title {
	font-weight:700;
}
.navigation.navigation--utility .navigation--utility-wrapper .navigation--utility--link a{
	
    font-family: var(--e-global-typography-26a570d-font-family), Sans-serif;
    font-size: var(--e-global-typography-26a570d-font-size);
    font-weight: var(--e-global-typography-26a570d-font-weight);
    line-height: var(--e-global-typography-26a570d-line-height);
    letter-spacing: var(--e-global-typography-26a570d-letter-spacing);
    word-spacing: var(--e-global-typography-26a570d-word-spacing);
	color: #ffffff;
    line-height: 1.25rem;
    padding: 15px 12px;
	
}