﻿/*<meta />*/

.body-container 
{
	background-image: linear-gradient(#ECEFF1, #fff 40%);
}
.row.outer-row.sidenav-layout
{
	padding: 0;
}
div.page {
	width: 85%;
}

.nav-search.row
{
	display: none;
}

.search-banner
{
	text-align: center;
}

input.search-field {
	outline: none;
}

h1 {    
	font-weight: bold;    
	margin-top: 3rem;
	margin-bottom: 2.5rem;
	line-height: 1.25;    
	color: #000C17;
}

.search-bar
{
	width: 50%;
}

.linked-card {
	margin: 4rem 10rem 1rem 10rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: center;
}

.linked-card li {
	list-style: none;
	text-align: center;
	padding: 1rem;
	position: relative;
	min-width: 14rem;
	width: 25%;
	flex: none;
	margin-left: 0;
	background: #fff;
	border-radius: 0.25rem;
	border: 1px solid #F5F7FA;
	-webkit-box-shadow: 0px 2px 1px -1px rgba(0, 12, 23, 0.2), 0px 1px 1px 0px rgba(0, 12, 23, 0.14), 0px 1px 3px 0px rgba(0, 12, 23, 0.12);
	box-shadow: 0px 2px 1px -1px rgba(0, 12, 23, 0.2), 0px 1px 1px 0px rgba(0, 12, 23, 0.14), 0px 1px 3px 0px rgba(0, 12, 23, 0.12);
	position: relative;
	transition: 400ms;
}

.card-image {
	margin: 1rem 0;
}

.card-image img {
	height: auto;
	width: 25%;
}

.card-content p {
	margin: 0;
}

.linked-card a.linked-card-link {
	line-height: 1.5;
	font-size: 1.125rem;
	font-weight: 700;
	color: #000C17;
	font-family: 'Poppins';
	display: block;
	z-index: 1;
}
.linked-card li a.linked-card-link::after {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	content: ' ';
}
.linked-card li:hover a.linked-card-link
{
	color: #0075DB;
	text-decoration: none;
}
.linked-card li:hover
{
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08), 0 0 15px 0 rgba(0, 0, 0, 0.02), 0 0 20px 4px rgba(0, 0, 0, 0.06);
}

.text-cards {
	margin: 5rem 0;
	text-align: center;
}

.text-cards h2
{
	margin: 0;
}

.card-container
{
	display: flex; 
	flex-wrap: wrap; 
	gap: 2rem; 
	margin: 2rem 0;
}

.card-wrapper
{
	flex-direction: column;
	flex: 1 1 0%;
	display: flex;
	min-width: 14rem;
	text-align: left;
}

.card-wrapper p{
	margin: 0;
}

img.link-arrow {
	width: 9%; 
	margin-left: 0.5rem;
}


p.helpPageFooter {
	padding-left: 1rem;
}

/* small */
@media (min-width: 20em) {
	
	.global-navigation {
		margin-top: 1rem;
	}
	
	.linked-card {
		margin: 4rem 5rem 1rem 5rem;
	}
	
	.linked-card li {
		width: 100%;
	}
	
	.card-image img {
		height: auto;
		width: 12%;
	}
	
	.nav-search .row {
		display: block;
		position: inherit;
		width: 60%;
		left: 0;
	}
}

/* Coveo Start */
atomic-search-box::part(input) {
    color: #606E7C;
}

atomic-search-box::part(wrapper) {
    border: solid 1px #9aa5b1;
    border-radius: 3rem;
    color: #606E7C;
    width: 50%;
	margin: auto;
}

atomic-search-box::part(submit-button) {
    border: solid 1px #9aa5b1;
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
    background: none;
    border-left: none;
}

atomic-search-box::part(submit-icon) {
    color: #606E7C;
}

atomic-search-box::part(suggestions-wrapper) {
    color: #606E7C;
}

atomic-search-box::part(suggestions) {
    color: #606E7C;
}

atomic-search-box::part(query-suggestion-icon) {
    color: #606E7C;
}
atomic-search-layout atomic-layout-section[section='search'] {
    margin: 0;
}
/* Coveo End */

/* medium */
@media (min-width: 80em) {
	
	.linked-card {
		margin: 4rem 6rem 1rem 6rem;
	}
	
	.linked-card li {
		width: 40%;
	}
	
	.card-image img {
		height: auto;
		width: 20%;
	}
	
	.homepage-cards{
		flex-direction: column;
	}
	
	.card{
		width: 100%;
		border-left: 0 none;	
	}
}

/* large */
@media (min-width: 90em) {
	
	.global-navigation {
		margin-top: 0.25rem;
	}
	
	.linked-card {
		margin: 4rem 10rem 1rem 10rem;
	}
	
	.linked-card li {
		width: 25%;
	}
	
	.card-image img {
		height: auto;
		width: 25%;
	}
	
	.nav-search .row {
		display: block;
		position: absolute;
		width: 25%;
		left: 37.5%;
	}
}