.survey-tool .callout {
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 999;
	box-shadow: 0 0 10px rgba(51, 51, 51, 0.7);
}

.bg-blue-medium {
	background-color: #2f78c4 !important
}

.bg-blue {
	background-color: #000048 !important
}

h6,
.h6 {
	font-family: "Gellix", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	color: #2f78c4;
	text-rendering: optimizeLegibility;
	font-weight: bold;
	font-feature-settings: "ss01";
}

.survey-thanks {
	color: #2f78c4;
	background: none;
}

.survey-content {
	color: #000048;
}

.callout .close-button a {

	color: #97999b !important;

}

.arrow-survey::after {
	position: unset !important;
	right: unset;
	width: unset;
	height: unset;
	margin-top: unset;
	margin-left: 0.5em;
	content: "\e907";
	background: unset;
	font-family: Cognizant-Icons;
	font-weight: 700;
	color: inherit;
	display: inline-block;
}

@media only screen and (min-device-width : 375px) and (max-device-width :812px) and (orientation :portrait) {

	.survey-tool .callout {

		left: 0;
		padding: 1rem;
	}
}

.close-button a:hover {
	color: #2f78c4 !important;
}

#sureveyNoIframeClose.close-button {
	right: 0.1rem;
	top: -0.3rem;
	font-size: 2em;
	line-height: 1;
}

#sureveyIframeClose.close-button {
	right: 0.1rem;
	top: -0.3rem;
	font-size: 2em;
	line-height: 1;
}

/* #pardot_form_no html {
	overflow-x: hidden;
} */

@media only screen and (min-device-width : 375px) and (max-device-width :812px) and (orientation :portrait) {

#sureveyNoIframeClose, #pardot_form_yes{

    /* height: 230px; */
    overflow-y: scroll !important;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width :1024px) and (orientation :portrait) {
	#sureveyNoIframeClose.close-button {

		top: -5rem;

	}

}

@media only screen and (min-device-width : 375px) and (max-device-width :500px) and (orientation :portrait) {
	.callout p {
		padding: 1rem !important;
	}

	a#buttonNo {
		padding-top: 10px !important;
	}

	a#buttonYes {
		margin-bottom: 30px !important;
	}

	.callout .close-button {
		right: 0.2rem;
		top: 0.2rem;
	}

	#surveypopup .responsive-embed {
		min-height: 500px !important;
	}
}