/*<meta />*/

@import url('grv-core.css');

@import url('alert/alert.css');

body
{
	margin: 0 !important;
	padding: 0 !important;
	max-width: 100% !important;
	overflow-x: hidden;
	font-family: Optimist, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

img[src$=".png"]
{
	-webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
	box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
}

img.small
{
	max-width: 33% !important;
}

img,
img.medium
{
	max-width: 50% !important;
}

img.large
{
	max-width: 66% !important;
}

img.xlarge
{
	max-width: 100% !important;
}

.body-container
{
	padding: 0;
	overflow-x: hidden;
}

.main-section
{
	overflow-y: visible;
}

div#mc-main-content
{
	min-height: 100vh;
	margin: 0 2rem;
}

.search,
.search-bar
{
	width: 100%;
	position: relative;
	color: #DADADA;
}

.main-search
{
	background: transparent;
	padding: 1.3rem 1rem 1rem 2rem;
	margin: 0 -3rem;
}

.grv-card__body
{
	line-height: 2;
}

p.right-menu-heading
{
	margin-bottom: 0px;
	margin-left: 2.5rem;
}

ul.menu.mc-component
{
	overflow-y: auto;
	color: #000000;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5rem;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 1rem;
	padding-bottom: 10px;
	width: 300px;
	height: auto;
	max-height: 100%;
	background-color: #ffffff;
}

ul.menu.mc-component > li
{
	line-height: 1.5em;
}

ul.menu.mc-component > li:first-of-type
{
	display: none !important;
}

ul.menu.mc-component ul > li > a
{
	padding-left: 40px;
	color: #3459a7;
	font-size: .85em;
	background-color: transparent;
	padding: .25rem auto;
}

.grv-card__heading a
{
	text-decoration: none !important;
}

.product-intro
{
	padding: 6rem;
	border-radius: 8px;
	background-image: url('images/capital-one-cafe-3.png');
	background-repeat: no-repeat;
	opacity: .1;
}

.product-intro-text
{
	padding: 2.5rem;
	margin-top: -14rem;
}

#persona-selection
{
	padding: 1rem;
}

.user-feedback
{
	margin-top: 4rem;
}

.feedback-options
{
	margin-left: 2rem;
}

.helpful
{
	font-size: 1rem;
	font-weight: 600;
}

.not-helpful
{
	font-size: 1rem;
	font-weight: 600;
}

.helpful > img
{
	vertical-align: text-bottom;
	margin-right: 5px;
}

.not-helpful > img
{
	vertical-align: text-top;
	margin-right: 5px;
}

h1
{
	color: #013d5b;
}

h2
{
	color: #013d5b;
}

h3
{
	color: #255F82;
}

h4
{
	color: #255F82;
}

h5
{
	color: #606A77;
}

h6
{
	color: #606A77;
}

table
{
	margin: 2em auto;
	border-spacing: 0 !important;
}

tbody
{
	font-size: .9em;
}

th
{
	font-size: 1.2em;
	font-weight: 300;
	color: #0276B1;
	text-align: left;
	border-bottom: 1px solid #141414;
}

tr
{
	border-bottom: 1px solid #141414;
}

tr:nth-child(2n)
{
	background-color: #fafafa;
}

td
{
	padding: .5rem;
	border-bottom: 1px solid #141414;
}

