/* maintenance changes made beginning Jan 2021, not included in compiled scss->css */
.button, .button--outline {
	cursor: pointer;
}

.button-small {
	padding: 5px 20px;
}

.button-white {
	background: #fff;
	color: #001a70;
}


.site-swap-link-content {
	padding-top: 4px;
	padding-bottom: 4px;
}


/* single.php template redesign */
.single .hero, .single .hero-panel .slide {
	padding: 20px;
	height: 27vw !important;
}

.single .hero__background {
	height: 100%;
}

.single .single-post-type {
	color: #001A70;
	font-weight: 700;
}

.single .article-info h1 {
	line-height: 1.1em;
}
.single .section-title {
	color: rgba(0,26,112,0.46);
	letter-spacing: 1.5px;
	font-size: 16px;
}
body.single .post__post-content h2, body.single .post__post-content h3, body.single .post__post-content h4, body.single .post__post-content h5 {
	color: #000A12;
}

.ajax-post-grid-panel .post__title {
	line-height: 1.3em;
}
.single .card {
	    min-height: 95px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
}
.single .card h5 {
	margin: 0;
	width: calc(100% - 98px);
	color: #001A70;
}
.card-thumb {
	    height: 100%;
    width: 98px;
    display: inline-block;
    float: left;
    background-position: center;
    background-size: cover;
}

.ab-video .video-thumb-box, .ab-video .video-thumb-box .video-thumb, .ab-video .video-thumb-box .video-thumb .mask, .ab-video .video-thumb-box .backdrop {
	background-size: cover;
	background-position: center;
}

@media screen and (min-width: 1024px) {
	.hero-side-social-links {
		display: flex;
		flex-direction: column;
		margin-top: 11vw;
		align-items: flex-start;
	}
	.single .hero, .single .hero-panel .slide {
		margin-top: 40px;
	}
	
	.cs-carousel-panel .panel-header {
		text-align: center;
	}
	.cs-carousel-panel .panel-heading-box, .cs-carousel-panel .panel-filters {
		display: inline-block;
	}
}

@media screen and (max-width: 1023px) {
	.off-canvas-menu .menu__list {
		display: block;
	}
}

@media screen and (min-width: 991px) {

	.site-swap-link-content {
		text-align: right;
	}
}


/* FAQ page redesign */
.hero-faq .slide__mask {
	background: #fff;
}
.hero-faq.hero-panel .slide__heading, .hero-faq .hero__heading, .hero-faq.hero-panel .slide__text, .hero-faq .hero__text {
	color: #1D1D1D;
}

.hero-search-panel input.hero-search__input {
	background: #E2E7F6;
    border-radius: 100px;
    height: 50px;
    font-size: 16px;
}
.hero-search-panel button.hero-search__submit {
    position: absolute;
    right: 17px;
    top: 0;
    margin-top: 0;
    width: auto;
    color: #000000;
    background: transparent;
    padding: 18px;
}

@media screen and (min-width: 768px) {
	.hero-faq.faq-main-page.hero-panel .slide {
		padding: 100px 0 140px !important;
	}
}

@media (min-width: 576px) {
	.hero-search-panel {
    	width: 634px;
	}
}


/* rectangular-blocks-panel redesign */
.rectangular-blocks-panel .ctwbb .box {
	border-bottom: none;
	border-radius: 0;
	min-height: 400px;
	    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.rectangular-blocks-panel .box.has-bg .mask {
	background: #001A70;
	width: 100%;
	padding: 20px;
}

.rectangular-blocks-panel .ctwbb .heading {
	margin-bottom: 0;
	font-size: 20px;
}
.rectangular-blocks-panel .box-content button {
	border: 1px solid #fff;
	margin-top: 10px;
    padding: 10px 40px;
}


/* featured-post-panel */
.featured-post-panel {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	background-position: center;
}
@media screen and (max-width: 767px) {
	.featured-post-panel {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
.featured-post-panel .panel-overlay {
	background: linear-gradient(45deg, #001A70 0%, rgba(0, 0, 0, 0.15) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	top: 0;
	left: 0;
}

.featured-post-panel .column {
	position: relative;
	padding: 0;
}

.featured-post-content {
	color: #fff;
}
.featured-post-content h2, .featured-post-content h3, .featured-post-content h4, .featured-post-content h5 {
	margin-top: 0;
	color: #fff;
}
.layout-boxed .cta-content-box:after {
	opacity: .9;
}
/* press release panel */

.press-release-carousel article {
	padding: 10px;
}
.press-release-carousel .article-wrapper {
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	margin-top: 15px;
}

.press-release-carousel .category-header .category {
	font-weight: bold;
	background: #F1F1F1;
	transform: translatey(-50%);
}

.press-release-carousel .slick-slide > a {
	color: inherit;
}
.press-release-carousel .slick-slide > a:hover {
	text-decoration: none;
	color: inherit;
}
.press-release-carousel .js-slick-carousel__next, .press-release-carousel .js-slick-carousel__prev {
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	background: #fff;
}
.press-release-carousel .js-slick-carousel__next > .icon, .press-release-carousel .js-slick-carousel__prev > .icon {
	color: #001A70;
}

.press-release-carousel .press-img {

}
.press-release-carousel .press-img .bg-cover {
	width: 86px;
	height: 86px;
	display: block;
	margin: 5px auto 30px;
	border-radius: 100%;
}
/*.press-release-carousel*/
.press-release-carousel article .small-hr {
	    background: #001A70;
    display: block;
    height: 1px;
    width: 58px;
    margin: 0 auto 23px;
}
.press-release-carousel article .title {
	    margin: 10px 0;
    line-height: 1em;
    text-transform: uppercase;
    font-size: 14px;
}
