﻿.egmtest-search-article {
	
}
.egmtest-search-div {
	
}
.egmtest-search-tabs-section {
	
}
.egmtest-search-tabs-content {
	display:flex;
}
.egmtest-search-tab {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-top: 5px solid #ffdd00;
	border-bottom: none;
	width: 20%;
	text-align: center;
	cursor: pointer;
	color: #0061ab;
	font-weight: bold;
	vertical-align: middle;
	font-size: 14px;
	padding: 12px;
	padding-left:0;
	padding-right:0;
}
@@media screen and (max-width:1023px) {
	.egmtest-search-tab
	{
		margin-left: 0;
		margin-right: 0;
	}
}
.egmtest-search-tab-selected {
	background: #0061ab;
	border: 1px solid #0061ab;
	border-top: 5px solid #00467f;
	border-bottom: none;
	cursor: pointer;
	color: #fff;
}
.egmtest-search-box-section {
	background: #0061ab;
	padding: 20px;
}
.egmtest-search-input-section {
	display: flex;
}
@@media screen and (max-width:1023px) {
	.egmtest-search-input-section {
		display: inherit;
	}
}
.egmtest-search-input-container {
	display: flex;
	width: 100%;
}
.egmtest-search-input-fieldset-container {
	width: 100%;
}
.egmtest-search-input-fieldset {
	border: none;
	margin: 0;
	padding: 0;
	width: calc(100% - 16px);
}
.egmtest-search-input {
	padding: 14px;
	border: 1px solid #e5e5e5;
	width: 100%;
	padding-right: 0px;
}
.egmtest-search-input-button-container {
	width: 52px;
	height: 52px;
	background: #fff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
.egmtest-search-dropdown-container {
	padding-left: 20px;
	padding-top: 0px;
}
@@media screen and (max-width:1023px) {
	.egmtest-search-dropdown-container {
		padding-left: 0px;
		padding-top: 20px;
	}
}
.egmtest-search-links-content {
	display: flex;
	padding-top: 20px;
}
.egmtest-search-links {
	display: flex;
	width: 100%;
	justify-content: flex-end;
}
.egmtest-search-link-p {
	margin: 0;
	margin-right: 1rem;
}
.egmtest-search-link-a {
	
}
.egmtest-search-link-p>.egmtest-search-link-a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.egmtest-search-link-p-additional {
	padding-left: 30px;
}
.egmtest-search-help {
	
}
.egm-searchbox-button-icon
{
	/* Display & Box Model */
	padding-top: 15px;
}
.egm-searchbox-button-icon-fa
{
	color: #00467f;
	font-size: 20px;
	margin-top: 15px;
}
.egm-searchbox-bottom {
	/* Display & Box Model */
	display: flow-root;
	margin: 0 2px;
	padding: 0 .625em 0;
	
	/* Text */
	font-weight: bold;
}
.egm-searchbox-bottomtext {
	/* Positioning */
	float: left;
	
	/* Display & Box Model */
	margin-left: 12px;
	margin-top: 4px;
	margin-bottom: 0px;
	
	/* Color 
	color: #fff !important;
	text-decoration: none;*/
	
	/* Other 
	cursor: pointer;*/
}
.egm-searchbox-bottomtext-additional {
	/* Display & Box Model */
	margin-left: 32px;
}
.egm-searchbox-bottomimage {
	/* Positioning */
	float: right;
	
	/* Display & Box Model */
	//margin-left: 15px;
	margin-right: 11px;
	margin-bottom: -3px;
	min-height: 46px;
}
.egm-searchbox-bottomimage-img {
	/* Positioning */
	float: right;
}
.egm-searchbox-bottomimage-fa {
	color: #fff;
	font-size: 30px;
	cursor: pointer;
}
.egm-searchbox-container-inner{
	width: -webkit-calc(100% - 245px);
	width: -moz-calc(100% - 245px);
	width: calc(100% - 245px);
}
@@media screen and (max-width:1023px) {
.egm-searchbox-container-inner{
	width: 100%;
}
}
.egm-searchbox-dropdown-mobile
{
	padding-bottom: 13px;
	padding-right: 23px;
	padding-left: 23px;
}
.egm-searchbox-container-outer{
		
}
.egmDropDownList{
	padding: 13px;
	border: 1px solid #e5e5e5;
	min-width: 230px;
}
@@media screen and (max-width:1023px) {
	.egmDropDownList{
		padding: 13px;
		border: 1px solid #e5e5e5;
		width: 100%;
	}
}
.egm-searchbox-container-inner-test{
	width: -webkit-calc(100% - 245px);
	width: -moz-calc(100% - 245px);
	width: calc(100% - 245px);
}
.egm-hours-container {
	/* Display & Box Model */
	border: 1px solid #e8e8e8;
	height: 189px;
	display:flex;
	justify-content:center;
	align-items:center;
	
	/* Color */
	background: #fff;
	
	/* Text */
	text-align: center;
}
@@media screen and (max-width:1023px) {
 .egm-hours-container {
	/* Display & Box Model */
	border: 1px solid #e8e8e8;
	height: auto;
	display:flex;
	justify-content:center;
	align-items:center;
	min-height: 120px;
	
	/* Color */
	background: #fff;
	
	/* Text */
	text-align: center;
}
}
.egm-tooltiptext
{
	position: absolute;
	background: #fff;
	color: #333;
	width: 350px;
	padding: 20px;
	border: 1px solid #e8e8e8;
	font-weight: normal;
	float: right;
	margin-left: -366px;
	visibility: hidden;
	border-top: 5px solid #ffdd00;
}
.egm-tooltiptextmobile
{
	background: #fff;
	color: #333;
	padding: 20px;
	font-weight: normal;
	border-bottom: 5px solid #fd0;
	margin: -1px;
}
.egm-tooltip:hover .egm-tooltiptext {
    visibility: visible;
}
.egm-searchbox-dropdown-container{
	float: right;
	margin-right: 22px;
	margin-top: -65px;
}
@@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.egm-searchbox-dropdown-container{
		float: right;
		margin-right: 22px;
		margin-top: -65px;
		margin-left: 400px;
	}
}
@@supports (-ms-ime-align: auto) {
	.egm-searchbox-dropdown-container{
		float: right;
		margin-right: 22px;
		margin-top: -65px;
		margin-left: 400px;
	}
}
@@supports (-ms-accelerator:true) {
	.egm-searchbox-dropdown-container{
		float: right;
		margin-right: 22px;
		margin-top: -65px;
		margin-left: 400px;
	}
}
.hide-on-mobile {
	/* Display & Box Model */
	display: inherit;
}
.hide-on-desktop {
	/* Display & Box Model */
	display: none;
}
@@media screen and (max-width:1023px) {
	 .hide-on-mobile {
		/* Display & Box Model */
		display: none;
	}
}
@@media screen and (max-width:1023px) {
	 .hide-on-desktop {
		/* Display & Box Model */
		display: inherit;
	}
}
.hours-today {
	border: none;
	margin: auto;
}
.hours-today-row {
	padding: 0;
}
.hours-col-loc {
	background-color: inherit;
	border-bottom: 0;
	font-weight: inherit;
	line-height: 1.625em;
	display: none;
}
.hours-col-time {
	border: 0;
	padding: 0;
}
.s-lc-time {
	
}
p {
    margin: 0 0 15px;
    line-height: 1.625;
}