@charset "utf-8";

/* CSS Document */

.contactus_camp_desc {
    margin-top: -10px;
    margin-left: 2px;
}

.update-details-section .vh-vinsubtitle-v4 {
	color: #000;
	margin-bottom : 0px !important;
}

body.modal-open {
	overflow: hidden;
	height: 100%;
}

.modal-open {
	position: fixed;
}

.modal-open {
	overflow: hidden;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-front {
	z-index: 100;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}

.ui-widget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}

.ui-widget-content {
	border: 1px solid #ddd;
	background: #fff;
	color: #333;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

footer,
header {
	display: block;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

b,
strong {
	font-weight: 700;
}

h1 {
	margin: .67em 0;
	font-size: 2em;
}

img {
	border: 0;
}

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

button,
input,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type=button],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

input[type=checkbox] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

textarea {
	overflow: auto;
}

@media print {
	*,
	 :after,
	 :before {
		color: #000!important;
		text-shadow: none!important;
		background: 0 0!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100%!important;
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon-minus:before {
	content: "\2212";
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:after,
 :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #337ab7;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #23527c;
	text-decoration: underline;
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

img {
	vertical-align: middle;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}

h1,
h2,
h3,
h4 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

h1,
h2,
h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

h4 {
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

p {
	margin: 0 0 10px;
}

ul {
	margin-top: 0;
	margin-bottom: 10px;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width:768px) {
	.container {
		width: 750px;
	}
}

@media (min-width:992px) {
	.container {
		width: 970px;
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px;
	}
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.col-lg-10,
.col-lg-12,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-md-10,
.col-md-12,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-12,
.col-sm-3,
.col-sm-7,
.col-xs-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

@media (min-width:768px) {
	.col-sm-12,
	.col-sm-3,
	.col-sm-7 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
}

@media (min-width:992px) {
	.col-md-10,
	.col-md-12,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-pull-0 {
		right: auto;
	}
}

@media (min-width:1200px) {
	.col-lg-10,
	.col-lg-12,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

input[type=checkbox] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal;
}

input[type=file] {
	display: block;
}

input[type=file]:focus,
input[type=checkbox]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0px;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.collapse {
	display: none;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
}

.close:focus,
.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5;
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	margin: 0;
	line-height: 1.42857143;
}

.modal-body {
	position: relative;
	padding: 15px;
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	}
}

@media (min-width:992px) {
	.modal-lg {
		width: 900px;
	}
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.modal-header:after,
.modal-header:before,
.row:after,
.row:before {
	display: table;
	content: " ";
}

.clearfix:after,
.container-fluid:after,
.container:after,
.modal-header:after,
.row:after {
	clear: both;
}

.hidden {
	display: none!important;
}

@media (max-width:767px) {
	.hidden-xs {
		display: none!important;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.add-border #border {
    width: 100%;
}
	.hidden-sm {
		display: none!important;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none!important;
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none!important;
	}
}

input:disabled+label {
	opacity: .5;
}

::-moz-placeholder {
	color: #000;
	opacity: 1;
	-moz-opacity: 1;
	background: transparent;
}

.input_legend.flt_lbl_black {
	color: #fff;
	background: #fff;
}

.login-username span {
	display: inline-table;
	margin-left: 15px;
	margin-top: 5px;
}

.login-password span {
	margin-top: 5px;
}

#header-login-box .login-username span {
	margin-left: 0;
}

.checkbox-custom {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: transparent;
	border: solid 1px #000;
	margin-right: 15px;
}

@media (max-width:767px) and (min-width:100px) {
	.login-username input {
		width: 100%;
		margin-bottom: 0;
	}
	.login-username span {
		margin-bottom: 0;
	}
	.login-username span.frm_error_msg {
		margin-top: 10px;
		margin-left: 0!important;
	}
	.reg-lastname input {
		width: 100%;
		margin-bottom: 0;
	}
}

iframe {
	overflow: hidden;
	width: 65%;
	min-height: 530px;
}

@media (min-width:768px) and (max-width:1024px) and (-webkit-min-device-pixel-ratio:1) {
	iframe {
		width: 100%;
	}
	.tbl_status{
	width: 100% !important;
	}
}

@media (max-width:767px) and (min-width:100px) {
	iframe {
		width: 100%;
	}
}

.ui-widget.ui-widget-content {
	display1: block!important;
}

.ui-widget.ui-widget-content.ui-autocomplete {
	position: fixed;
	top: 57px!important;
	z-index: 1040;
}

@media (max-width:767px) {
	.return_home_btn {
    padding: 0px 12px 0px 12px !important;
}
	.ui-widget.ui-widget-content.ui-autocomplete {
		top: 51px!important;
		max-width: 140px!important;
	}
	.contactus_camp_desc {
		margin-top: 10px;
	}
}

.input_legend {
	background: white;
}

#modal-register #registration_step2 #btnsbmt_regform {
	background-color: var(--blue-btn) !important;
}

#modal-register #registration_step2 #btnsbmt_regform:hover {
	background-color: var(--blue-btn-hover)!important;
}

.contact-us #attach_file .dropzone {
	border-color: #ccc;
	background: #f3f3f3;
}

.contact-us .phone input {
	border-color: #ccc;
	background-color: transparent;
	color: #000;
}

.outer-col {
	border-right-color: #ccc;
}

.contact-us textarea {
	border-color: #ccc;
	background-color: #fff;
	color: #000;
}

.contact-us .emailaddress {
	border-color: #ccc;
	background-color: transparent;
	color: #000;
}

.dropzone:after {
	background: white;
	border-color: #ccc;
}

@media (max-width:767px) and (min-width:320px) {
	.by_email,
	.by_phone {
		height: auto;
		border-bottom: 1px solid #ccc;
	}
}

#modal-register .modal-content {
	background-color: #fff;
}

#modal-register .loader-wrapper {
	background: rgba(136, 136, 136, 0.5);
}

#modal-register .loader-wrapper .loader {
	border-color: #999;
	border-top-color: #000;
}

.modal-close {
	color: #888;
	background-color: white;
}

#modal-register input[type='text'],
#modal-register input[type='email'],
#modal-register input[type='password'],
#modal-register select {
	border-color: #ccc;
	color: #000;
	background-color: #FFF;
}

.frm_error_msg {
	color: #c40712;
}

.pwdvc {
	color: #000;
}

.pwdvc b.glyphicon-minus {
	color: #666;
}

#modal-register .login-link a {
	color: #0074c8;
	border-bottom-color: #0074c8;
}

#modal-register .modal-content a:hover {
	color: #003f86;
	background-color: transparent;
}

#modal-register #zipcode {
	color: #000;
}

INPUT[type="submit"],
INPUT[type="button"],
INPUT[type="button"].button {
	border-color: #fff;
	color: #fff;
	background-color: var(--blue-btn);
}

INPUT[type="submit"]:hover,
INPUT[type="button"]:hover {
	background: var(--blue-btn-hover);
}

.input-txt,
.input-pwd {
	color: #fff;
	border-color: #fff;
	background: transparent;
}

#btn-reg-form:hover {
	background-color: #003f86;
}

#modal-register #registration_step2 select,
#modal-register #registration_step2 input[type='text'] {
	border-color: #ccc;
	color: #000;
}

#modal-register #registration_step2 select,
#modal-register #registration_step2 input[type='text'] {
	border-color: #ccc;
}

#header-nav-canvas,
#header-nav-canvas_H2 {
	background: #fff;
}

#header-login-box {
	border-color: #999;
}

#canvas-searchbox {
	background: #fff;
}

#canvas-search-btn,
#canvas-search-btn2 {
	background: transparent;
}

#canvas-searchbox input#header-canvas-search,
input#header-canvas-search2 {
	border-color: #444;
	color: #898989;
	background: transparent;
}

.for_owners {
	color: #000;
}

.nav-login-form .login-username input,
.nav-login-form .login-password input {
	width: 370px;
	height: 50px;
	border-radius: 3px;
	background-color: #ccc;
	border: solid 1px #ccc;
}

#header-login-box .separator-h {
	border-color: #ccc;
	border-top-color: transparent;
}

.hyun_resource {
	color: #0074c8;
}

.canvas_for_login {
	color: #000;
}

.nav-login-form .login-username input,
.nav-login-form .login-password input {
	background-color: #fff;
	color: #000;
	border-color: #ccc;
}

#header-login-box .login-username .floating_label,
#header-login-box .login-password .floating_label {
	background-color: #fff;
	color: #000;
}

#header-login-box label.checkbox-custom {
	color: #000;
}

.checkbox-custom {
	background: transparent;
	border-color: #ccc;
}

#header-login-box .log-btn input[type="submit"].offcanvas_login_btn {
	background-color: rgba(0, 116, 200, 1);
}

#header-login-box .log-btn input[type="submit"].offcanvas_login_btn:hover {
	background-color: rgba(0, 63, 134, 1);
}

span.canvas_register_link a {
	color: #0074c8;
}

.canvas_for_hyun_retailers {
	color: #000;
}

#header-login-box span.canvas-slink a {
	color: #0074c8;
}

#header-login-box div.canvas-flinks a {
	color: #0074c8;
}

#header-login-box .footerLogin a:hover {
	color: #003f86;
}

#header-nav-canvas .nav-login-form input::-webkit-input-placeholder {
	color: #000!important;
}

#header-nav-canvas .nav-login-form input:-moz-placeholder {
	color: #000!important;
}

#header-nav-canvas .nav-login-form input::-moz-placeholder {
	color: #000!important;
}

#header-nav-canvas .nav-login-form input:-ms-input-placeholder {
	color: #000!important;
}

.login-username input,
.login-password input {
	background: transparent;
}

#header-canvas-search::-moz-placeholder {
	color: #898989;
}

@media (max-width:1024px) {
	.nav-login-form .rememberme_row .canvas_remember_me2 {
		color: #000!important;
		font-size: 14px!important;
		font-family: HyundaiSansTextOffice-Regular;
		margin-left: 10px;
	}
}

#header-login-box div.canvas-flinks a:hover {
	color: #003f86;
	border-bottom: 1px solid #003f86;
}

#header-login-box span.canvas-slink a:hover {
	color: #003f86;
	border-bottom: 1px solid #003f86;
}

html,
body {
	overflow-x: hidden;
}

body {
	width: 100%;
}

header .header-container {
	padding: 0;
	display: block;
	width: 100%;
	height: 100%;
}

header {
	width: 100%;
	height: 100px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}

#h-col-left,
#h-col-right {
	float: left;
	display: inline-block;
}

#h-col-left {
	width: 196px;
}

#h-col-right {
	float: right;
	width: auto;
	margin-right: 30px;
}

footer .container {
	color: #fff;
}

#header-logo {
	display: inline-table;
	width: 84px;
	height: 52px;
	overflow: hidden;
	margin: 23px 0 25px 30px;
	cursor: pointer;
}

#header-logo img {
	width: 100%;
	 min-width:183px;
}

#header-searchbox,
#header-alerts-icon,
#header-nav-icon {
	float: left;
}

#header-searchbox {
	position: relative;
	width: 280px;
	margin: 31px 27px 29px 0;
	float: left;
}

#header-searchbox input {
	width: 280px;
	height: 40px;
	border-radius: 3px;
	background-color: #fff;
	border: solid 1px rgba(136, 136, 136, 0.5);
	padding: 13px 15px;
	color: #000;
}

#header-search-btn {
	background: transparent;
	border: 0;
	position: absolute;
	right: 15px;
	top: 16%;
}

#header-alerts-icon {
	position: relative;
	margin-right: 20px;
	width: 26px;
	display: inline-block;
	margin: 35px 20px 32px 0;
}

#header-alerts-icon a {
	border: 0;
}

#header-alerts-icon img {
	height: 33px;
}

#header-alerts-icon .notifications-count {
	position: absolute;
	text-align: center;
	color: #fff;
	background-color: #0074c8;
	width: 18px;
	height: 18px;
	border-radius: 18px;
	top: -2px;
	padding: 2px 0;
	right: -5px;
	font-size: 12px;
	font-family: "HyundaiSansTextOffice-Regular";
	display: none;
}

#header-nav-icon {
	position: relative;
	width: 45px;
	height: 20px;
	margin: 41px 0 39px 0;
}

#canvas-searchbox input#header-canvas-search,
input#header-canvas-search2 {
	width: 280px;
	height: 40px;
	padding: 4px 14px;
	border: solid 0 #444;
	color: #fff;
	font-size: 14px;
	font-family: "HyundaiSansHeadOffice-Regular";
	background: transparent;
}

#canvas-search-btn,
#canvas-search-btn2 {
	background: transparent;
	border: 0;
	position: relative;
}

#header-login-box input[type="submit"],
#header-login-box input[type="button"] {
	width: 205px;
	border: solid 1px #fff;
}

#header-login-box .social-icon-links a {
	border: 0;
	font-size: 14px;
	text-decoration: none;
	border: 0;
}

#header-login-box .social-icon-links a:hover {
	color: #003f86;
	font-size: 14px;
	text-decoration: none;
	border: 0;
}

#header-login-box .canvas-flinks {
	text-align: center;
	margin-top: 10px;
	color: #666;
}

#header-login-box .canvas-flinks a,
#header-login-box .canvas-slink a {
	color: #666;
	font-size: 12px;
	border: 0;
}

#header-login-box .canvas-slink {
	float: right;
}

#header-login-box .for_owners span,
#header-login-box .canvas_for_login span {
	font-family: 'HyundaiSansTextOffice-medium';
	font-size: 14px;
	width: auto;
	display: initial;
}

#header-login-box .canvas-bottom-links {
	margin-top: 110px;
}

.nav-login-form input::-webkit-input-placeholder {
	color: #fff!important;
	font-weight: normal;
	opacity: 1;
	-webkit-opacity: 1;
	text-transform: capitalize;
	font-family: 'HyundaiSansTextOffice-Regular';
}

.nav-login-form input:-moz-placeholder {
	color: #fff!important;
	font-weight: normal;
	opacity: 1;
	-webkit-opacity: 1;
	text-transform: capitalize;
	font-family: 'HyundaiSansTextOffice-Regular';
}

.nav-login-form input::-moz-placeholder {
	color: #fff!important;
	font-weight: normal;
	opacity: 1;
	-webkit-opacity: 1;
	text-transform: capitalize;
	font-family: 'HyundaiSansTextOffice-Regular';
}

.nav-login-form input:-ms-input-placeholder {
	color: #fff!important;
	font-weight: normal;
	opacity: 1;
	-webkit-opacity: 1;
	text-transform: capitalize;
	font-family: 'HyundaiSansTextOffice-Regular';
}

.nav-login-form .floating_label {
	text-transform: capitalize;
}

#header-search::-webkit-input-placeholder {
	color: #898989!important;
}

#header-search:-moz-placeholder {
	color: #898989!important;
}

#header-search::-moz-placeholder {
	color: #898989!important;
}

#header-search:-ms-input-placeholder {
	color: #898989!important;
}

#header-login-box a:hover {
	font-size: 14px;
}

#header-searchbox input::-webkit-input-placeholder {
	color: #898989;
	font-weight: normal;
	opacity: 1;
	-webkit-opacity: 1;
	font-family: HyundaiSansTextOffice-Regular;
	font-size: 14px;
}

#header-searchbox input:-moz-placeholder,
#header-searchbox input::-moz-placeholder,
#header-canvas-search::-moz-placeholder,
#header-canvas-search2::-moz-placeholder {
	color: #898989;
	font-weight: normal;
	font-family: HyundaiSansTextOffice-Regular;
	font-size: 14px;
	opacity: 1;
	-webkit-opacity: 1;
}

#header-login-box #add_user_vehicle {
	margin-top: 40px;
	margin-bottom: 33px;
	padding: 0 30px;
}

#header-login-box #add_user_vehicle input {
	width: 295px;
	height: 50px;
	margin-left: 48px;
}

#opt_veh {
	height: 80px;
}

.now_viewing_text {
	font-size: 12px;
}

#header-login-box #opt_user {
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
	padding-left: 0;
}

#header-login-box #opt_user a {
	border-bottom: 0;
	color: #0074c8;
	font-size: 18px;
	font-family: "HyundaiSansTextOffice-Regular";
	margin-bottom: 34px;
	display: inline-block;
	line-height: 16px;
}

#header-login-box #opt_user a:hover {
	color: #003f86;
}

#header-login-box #user_choices {
	width: 50%;
	padding-left: 0;
	float: left;
	margin-bottom: 0;
}

#header-login-box #user_choices a {
	text-transform: capitalize;
	border-bottom: 0;
	color: #0074c8;
	font-size: 16px;
	font-family: "HyundaiSansTextOffice-Regular";
	margin-bottom: 22px;
	display: inline-block;
}

#header-login-box #user_choices a:hover {
	color: #003f86;
}

#header-login-box .canvas-slink a {
	color: #666;
	border-bottom: 0;
	margin-left: 28px;
}

#header-login-box .canvas-flinks {
	text-align: center;
	margin-bottom: 20px;
	color: #0074c8;
}

#header-login-box .canvas-flinks a {
	color: #666;
	border-bottom: 0;
}

#header-login-box .social-icon-links {
	margin-left: -3px;
}

#header-login-box #out_sign {
	float: right;
	padding-right: 10px;
}

#header-login-box #out_sign a {
	color: #0074c8;
	border-bottom: 1px solid #0074c8;
	text-align: right;
}

#header-login-box #out_sign a:hover {
	color: #003f86;
	border-bottom: 1px solid #003f86;
}

#header-login-box #vs_option {
	position: relative;
	width: 100%;
	margin-top: 38px;
	margin-bottom: 24px;
}

#header-login-box #vs_option p {
	color: #fff;
	font-family: "HyundaiSansTextOffice-Regular";
	display: table-cell;
}

#header-login-box #vs_option #opt_veh {
	position: relative;
	padding: 20px 30px 0;
	background-color: #0074c8;
	height: 90px;
	width: 100%;
}

#header-login-box #vs_option #opt_veh span {
	width: 100%;
	background: #0074c8;
	color: #fff;
	border: 0;
	font-family: "HyundaiSansTextOffice-Regular";
	font-size: 18px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-position-x: 100%;
}

#header-login-box #vs_option #opt_veh span.select-box-arrow {
	background: url("../../../../content/dam/hyundai/us/myhyundai/image/general/icon/down_arrow.svg") no-repeat right;
	background-position-x: 100%;
	background-size: 20px 13px;
	position: absolute;
	top: 40px;
	right: 30px;
	z-index: 10;
	height: 13px;
	width: 20px;
}

#header-login-box #vs_option #opt_veh .select-box-arrow {
	margin-left: 50%;
}

#header-login-box #owned_vehicles {
	display: none;
	background-color: #fff;
	height: 710px;
	margin-top: -20px;
	overflow: auto;
	width: 100%;
	padding: 0 30px;
}

span.viewvehicle_arrow_align {
	width: 100%!important;
}

.arrow_align {
	position: relative;
	margin-left: 83%!important;
	top: -5px;
}

@media (max-width:767px) and (min-width:100px) {
	span.viewvehicle_arrow_align {
		width: 85%!important;
		padding-right: 70px;
		position: absolute;
	}
	#header-login-box #vs_option #opt_veh span.select-box-arrow {
		right: 0;
	}
	#canvas-searchbox {
		margin-left: 0!important;
	}
	#header-login-box #out_sign a {
		font-size: 14px;
	}
	#header-login-box .canvas_for_hyun_retailers {
		font-family: 'HyundaiSansTextOffice-medium';
		font-size: 14px;
	}
	#header-login-box .login-username span {
		margin-left: 18px;
	}
	#header-login-box #canvas-searchbox {
		margin-bottom: 23px;
		margin-top: 20px;
	}
	p.for_owners {
		margin-top: 0;
		margin-bottom: 9px;
		font-family: 'HyundaiSansTextOffice-Regular';
		font-size: 12px;
	}
	#header-login-box label.checkbox-custom {
		float: left;
	}
	#header-login-box .nav-login-form label.canvas_remember_me2 {
		font-size: 14px;
		float: left;
		margin-left: 6px;
		margin-top: 8px;
	}
	.canvas_register_link.reg-link a {
		float: right;
		font-size: 14px;
		margin-top: 30px;
	}
	.rememberme_row {
		margin-bottom: 10px!important;
	}
	#header-login-box a.canvas_enrollment {
		font-size: 16px;
	}
	#header-login-box div.canvas-bottom-links .social-icon-links {
		margin-bottom: 23px;
		width: 100%;
	}
	#header-login-box .canvas-slink {
		float: none!important;
	}
	#canvas-searchbox #header-canvas-search2 {
		width: 200px;
	}
	#header-login-box #vs_option #opt_veh span {
		padding-left: 40px;
	}
	#header-right-colum #header-nav-canvas {
		padding: 0 15px;
	}
	.nav-login-form .canvas_loginreg_row {
		margin-bottom: 30px;
	}
	.hyun_resource {
		font-size: 18px;
	}
	#header-login-box .canvas_for_login {
		font-size: 14px;
		margin-bottom: 7px;
		font-family: 'HyundaiSansTextOffice-Regular';
	}
	.login-username.form-row {
		margin-bottom: 20px;
		margin-top: 1px;
	}
	.rememberme_row a {
		font-size: 14px;
	}
	#header-right-colum #header-nav-canvas_H2 {
		padding: 0 15px;
	}
	.now_viewing_text {
		padding: 22px 0 0 17px;
	}
	#header-login-box #opt_user {
		padding: 13px 0 0 0;
	}
	#header-login-box #user_choices {
		padding: 0;
	}
	#header-login-box #vs_option #opt_veh span {
		font-size: 16px;
	}
	#header-login-box #out_sign {
		padding-right: 0;
	}
	.view_veh_font {
		padding: 0 0 0 17px!important;
	}
	#header-login-box #vs_option #opt_veh {
		margin-left: -2.6%;
		margin-right: 0;
	}
	#header-login-box #vs_option {
		width: 100%;
	}
	#header-login-box #user_choices a {
		font-size: 16px;
	}
	#header-login-box #opt_user a {
		font-size: 16px;
		font-family: "HyundaiSansTextOffice-Regular";
	}
	#header-login-box .canvas_footer_sociallinks .canvas-bottom-links {
		width: 100%;
		margin-bottom: 8px;
		margin-top: 78px;
		text-align: center;
	}
	#header-login-box .canvas-slink a {
		margin-left: 0;
	}
	#header-login-box .canvas-flinks {
		margin-left: 0;
	}
	#header-login-box #add_user_vehicle input {
		width: 100%;
		height: 50px;
		margin-left: 0;
	}
	#header-login-box #add_user_vehicle {
		padding: 0;
	}
	#header-login-box #vs_option {
		margin-top: 15px;
	}
	#header-login-box #vs_option #opt_veh span.select-box-arrow {
		background-position-x: 110%;
		background-size: 20px 10px;
	}
	header .header-container {
		padding: 0 15px;
	}
	header {
		height: 70px;
	}
	#header-logo {
		width: 59px;
		height: 36px;
		margin: 16px 0 17px 0;
	}
	#h-col-left {
		width: auto;
	}
	#h-col-right {
		margin: 0;
	}
	#header-searchbox {
		margin: 16px 17px 14px 0;
		width: auto;
		padding-left: 0;
	}
	#header-searchbox input {
		width: 100%;
		padding: 4px;
		padding-right: 30px!important;
		font-size: 14px;
		font-family: "hyundaisansheadoffice-regular";
		opacity: 0;
		max-width: 120px;
	}
	#header-searchbox input:focus {
		opacity: .5;
	}
	#header-search-btn {
		right: 3px;
		width: 18px;
		height: 18px;
	}
	#header-search-btn img {
		width: 100%;
	}
	#header-alerts-icon {
		width: 19px;
		height: 24px;
		margin: 23px 17px 23px 0;
	}
	#header-alerts-icon img,
	#header-nav-icon img {
		width: 100%;
	}
	#header-alerts-icon img {
		height: 24px;
	}
	#header-alerts-icon .notifications-count {
		right: -8px;
	}
	#header-nav-icon {
		width: 30px;
		height: 20px;
		margin: 25px 0;
	}
	#canvas-searchbox {
		margin-top: 10px;
	}
	#header-nav-canvas {
		display: none;
		padding: 0 15px;
		max-width: 320px;
		right: 0;
		top: 0;
		width: 320px;
	}
	#header-login-box #canvas-searchbox INPUT#header-canvas-search {
		background: transparent;
		width: 150px;
	}
	#canvas-searchbox form {
		width: 100%;
	}
	#header-nav-canvas .input-txt,
	#header-nav-canvas .input-pwd {
		width: 100%;
		height: 50px;
		background: transparent;
		border: solid 1px #666;
	}
	#header-login-box {
		width: 290px;
	}
	#header-login-box .canvas-flinks {
		display: block;
		margin-bottom: 20px;
	}
	#header-nav-canvas #header-login-box .canvas-bottom-links {
		margin-top: 70px;
		margin-bottom: 8px;
		text-align: center;
		overflow: hidden;
	}
	.input-txt,
	.input-pwd {
		color: #fff;
		width: 290px;
		height: 50px;
		border: solid 1px #fff;
		background: transparent;
		padding: 4px 14px;
		font-style: medium;
		font-size: 14px;
		margin-bottom: 20px;
	}
	#header-login-box .block-left {
		width: 58%;
	}
	#header-login-box .block-right {
		display: inline-block;
		width: 37%;
		text-align: right;
	}
	#header-login-box #btn-login-form-canvas,
	#header-login-box input {
		width: 192px;
		font-size: 14px;
	}
}

#canvas-searchbox {
	margin-right: 0!important;
}

#canvas-search-btn img {
	vertical-align: baseline;
}

#header-nav-canvas,
#header-nav-canvas_H2 {
	display: none;
	width: 100%;
	max-width: 469px;
	padding: 0;
	border-width: 0;
	border-style: solid;
	position: absolute;
	right: 0;
	top: 0;
	text-align: left;
	z-index: 99;
	box-shadow: -2px 2px 10px -1px #ccc;
}

#header-login-box {
	width: 100%;
	border-style: solid;
	border-width: 0;
}

#canvas-searchbox {
	text-align: left;
	margin-top: 30px;
	position: relative;
	height: 25px;
}

#canvas-search-btn,
#canvas-search-btn2 {
	background: transparent;
	border: 0;
	position: relative;
	margin: 10px 0 0 0;
	float: left;
}

#canvas-search-btn img {
	width: 18px;
	height: 18px;
}

#canvas-searchbox input#header-canvas-search,
input#header-canvas-search2 {
	color: #000!important;
	width: 85%;
	height: 40px;
	padding: 4px 14px;
	border-width: 0;
	border-style: solid;
	font-size: 16px;
	font-family: 'HyundaiSansTextOffice-Regular';
	line-height: 1.06;
}

#canvas-close-btn,
#canvas-close-btn_H2 {
	display: inline-block;
	border: 0;
	position: relative;
	right: -2px;
	float: right;
	margin-top: 5px;
	cursor: pointer;
}

.menu_close_btn {
	width: 25px;
	height: 25px;
}

.for_owners {
	font-family: 'HyundaiSansTextOffice-Medium';
	font-size: 14px;
	letter-spacing: .5px;
	text-align: left;
	margin-top: 66px;
	margin-bottom: 9px;
	line-height: 10px;
}

#header-login-box .separator-h {
	margin-top: 0;
	margin-bottom: 20px;
}

.separator-h {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

hr {
	border: 0;
	border-top-width: 1px;
	border-top-style: solid;
}

#header-login-box .hyun_resource,
#header-login-box .canvas_enrollment {
	border-bottom: 0!important;
	font-family: 'HyundaiSansTextOffice-Regular';
}

#header-login-box .hyun_resource,
#header-login-box .canvas_enrollment {
	font-family: HyundaiSansHeadOffice-Regular;
	font-size: 16px;
}

#header-login-box a.hyun_resource:hover {
	font-size: 16px;
	border-bottom: 0;
}

.canvas_for_login {
	margin-top: 28px;
	font-family: 'HyundaiSansTextOffice-Medium';
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 9px;
}

.form-row {
	position: relative;
	margin-bottom: 20px;
}

.nav-login-form .login-username input,
.nav-login-form .login-password input {
	width: 100%;
	height: 50px;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
}

#header-login-box .login-username .floating_label,
#header-login-box .login-password .floating_label {
	font-family: 'HyundaiSansTextOffice-Regular';
	font-size: 14px;
	left: 10px;
}

#header-login-box .block-left {
	display: inline-block;
}

.rememberme_row .block-left {
	width: 50%;
}

#header-login-box label.canvas_remember_me2,
#header-login-box label.checkbox-custom {
	font-family: 'HyundaiSansTextOffice-Regular';
	font-size: 14px;
	line-height: 14px;
	text-align: left;
}

.checkbox-custom {
	display: inline-block;
	width: 25px;
	height: 25px;
	border-style: solid;
	border-width: 1px;
	margin-right: 15px;
}

.canvas_loginreg_row {
	margin-bottom: 58px;
	width: 100%;
}

#header-login-box .block-right {
	float: right;
}

#header-login-box .log-btn input[type="submit"].offcanvas_login_btn {
	font-family: 'HyundaiSansTextOffice-Regular';
	width: 265px;
	border-radius: 25px;
}

span.canvas_register_link a {
	margin-left: 0;
	float: right;
	font-family: 'HyundaiSansTextOffice-Regular';
	font-size: 14px;
	line-height: 15px;
}

.canvas_for_hyun_retailers {
	font-family: 'HyundaiSansTextOffice-Medium';
	font-size: 14px;
	letter-spacing: .5px;
	margin-bottom: 9px;
	line-height: 13px;
	color: #000;
}

a.canvas_enrollment {
	font-family: 'HyundaiSansTextOffice-Regular';
	font-size: 18px;
	line-height: .94;
	border-bottom: 0;
	margin-bottom: 114px;
}

#header-login-box a.canvas_enrollment:hover {
	font-size: 18px;
}

#header-login-box .canvas-bottom-links {
	margin-bottom: 27px;
}

span.canvas-slink {
	line-height: 1.42;
}

#header-login-box span.canvas-slink a {
	font-family: 'HyundaiSansTextOffice-Regular';
	font-size: 12px;
}

#header-login-box div.canvas-flinks a {
	text-align: center;
	margin-top: 0;
	font-family: 'HyundaiSansTextOffice-Regular';
	font-size: 12px;
	line-height: 1.5;
}

#header-nav-canvas .nav-login-form input::-webkit-input-placeholder {
	opacity: 1;
	-webkit-opacity: 1;
	font-family: 'HyundaiSansTextOffice-Regular';
	font-size: 14px;
	line-height: 1;
	text-align: left;
}

#header-nav-canvas .nav-login-form input:-moz-placeholder {
	opacity: 1;
	-webkit-opacity: 1;
	font-family: 'HyundaiSansTextOffice-Regular';
	font-size: 14px;
	line-height: 1;
	text-align: left;
}

#header-nav-canvas .nav-login-form input::-moz-placeholder {
	opacity: 1;
	-webkit-opacity: 1;
	font-family: 'HyundaiSansTextOffice-Regular';
	font-size: 14px;
	line-height: 1;
	text-align: left;
}

#header-nav-canvas .nav-login-form input:-ms-input-placeholder {
	opacity: 1;
	-webkit-opacity: 1;
	font-family: 'HyundaiSansTextOffice-Regular';
	font-size: 14px;
	line-height: 1;
	text-align: left;
}

.login-username input,
.login-password input {
	max-width: 400px;
	padding: 19px 14px;
	font-size: 14px;
	font-family: 'HyundaiSansTextOffice-Regular';
}

#header-canvas-search::-moz-placeholder {
	font-family: HyundaiSansTextOffice-Regular;
	font-size: 16px;
	line-height: 1.06;
	opacity: 1;
	-webkit-opacity: 1;
}

.canvas_close_image {
	width: 25px;
	height: 25px;
}

span.social-icon-links.header-part img {
	height: 20px;
}

.footerLogin_inline {
	position: relative;
}

.canvas_footer_sociallinks {
	padding-left: 15px;
}

.rememberme_row {
	margin-bottom: 34px;
	width: 100%;
	float: left;
}

#header-login-box .login-username span,
#header-login-box span.frm_error_msg {
	margin-left: 0;
}

p.canvas_for_hyun_retailers~a {
	font-size: 16px;
}

#header-login-box p.canvas_for_hyun_retailers~a:hover {
	font-size: 16px;
}

.nav-login-form .floating_label {
	text-transform: capitalize;
}

#header-login-box #canvas-search-btn {
	margin-top: 2px;
}

#header-login-box #canvas-searchbox input#header-canvas-search {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 17px;
	height: 25px;
}

#header-login-box #canvas-close-btn {
	margin-top: 0;
}

#header-login-box h4 {
	line-height: 14px;
}

#header-nav-canvas #header-login-box .login-username input,
#header-nav-canvas #header-login-box .login-password input {
	border: 1px solid #ccc!important;
}

#header-login-box .checkbox-custom {
	margin-right: 2px;
}

#header-nav-canvas label.canvas_remember_me2 {
	font-weight: normal;
	color: #000;
}

#canvas-close-btn_H2 {
	margin-top: 0;
}

#canvas-search-btn2 {
	margin-top: 4px;
}

input#header-canvas-search2 {
	height: 28px;
}


/*body{padding:80px 0 0 0!important;}*/

header {
	position: fixed;
	top: 0;
	z-index: 98;
	height: 80px;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	height: 80px;
}

header #header-logo {
	height: 50px;
	/*margin: 0px 0 15px 30px;*/
	margin: 30px 0 15px 30px;
}

header #header-searchbox input {
	height: 35px;
	padding: 5px 5px;
	padding-right: 50px;
}

header #header-searchbox {
	margin: 22px 27px 29px 0;
}

header #header-nav-icon {
	height: 20px;
	margin: 28px 0 30px 0;
}

header #header-alerts-icon {
	margin: 22px 20px 27px 0;
	height: 30px;
}

@media (max-width:767px) and (min-width:100px) {
	#header-login-box span.canvas-slink a {
		font-size: 11px;
	}
	#header-login-box div.canvas-flinks a {
		font-size: 11px;
	}
	/*body{padding:70px 0 0 0!important;}*/
	header,
	header.sticky {
		height: 70px;
	}
	header #header-logo,
	header.sticky #header-logo {
		height: 36px;
		/*margin: 10px 0 17px 6px;*/
		margin: 16px 0 17px 6px;
	}
	header #header-searchbox,
	header.sticky #header-searchbox {
		margin: 16px 17px 14px 0;
		width: auto;
		padding-left: 0;
	}
	header #header-search-btn,
	header.sticky #header-search-btn {
		height: 20px;
		width: 20px;
		top: 7px;
	}
	header #header-nav-icon,
	header.sticky #header-nav-icon {
		height: 20px;
		margin: 25px 0;
	}
	header #header-alerts-icon,
	header.sticky #header-alerts-icon {
		margin: 23px 17px 23px 0;
	}
}

#opt_veh .view_every_vehicle {
	cursor: pointer;
}

#opt_veh .select-box-arrow {
	cursor: pointer;
}

#header-nav-canvas_H2 #all_details,
#header-nav-canvas_H2 #canvas-searchbox,
#header-nav-canvas #header-login-box {
	padding: 0 30px;
}

@media (min-width:100px) and (max-width:767px) and (orientation:portrait) {
	#header-login-box #vs_option #opt_veh span.select-box-arrow {
		top: 40px;
		right: 30px;
	}
	#header-nav-canvas_H2 #canvas-searchbox,
	#header-nav-canvas #header-login-box {
		padding: 0;
	}
	#header-nav-canvas_H2 #all_details {
		padding: 0 10px;
	}
	#header-login-box #vs_option #opt_veh {
		margin-left: -5%;
		padding: 5px 10px 0;
		width: 110%;
	}
	#canvas-close-btn_H2 {
		right: 7px;
	}
	#header-login-box #owned_vehicles {
		padding: 0 10px;
	}
}

@media (min-width:100px) and (max-width:767px) and (orientation:landscape) {
	#header-login-box #vs_option #opt_veh {
		width: 107%;
		margin-left: -15px;
		padding: 0 10px;
	}
	#header-nav-canvas_H2 #canvas-searchbox,
	#header-nav-canvas #header-login-box,
	#header-nav-canvas_H2 #all_details {
		padding: 0 10px;
	}
	#header-login-box #vs_option #opt_veh span.select-box-arrow {
		top: 40px;
		right: 30px;
	}
	#header-login-box #owned_vehicles {
		padding: 0 10px;
	}
}

@media (min-width:768px) and (max-width:1024px) {
	#header-nav-canvas label.canvas_remember_me2 {
		position: absolute;
		padding-top: 7px;
	}
	.contactus_camp_desc {
		margin-bottom: 20px;
	}
}

@media (max-width:420px) {
	#header-login-box .canvas-slink {
		margin-right: 0;
		margin-top: 3px;
		float: right;
	}
}

@media (min-width:425px) and (max-width:767px) {
	#header-login-box .canvas-slink {
		margin-right: 0;
		margin-top: 0;
	}
}

@media (max-width:767px) {
	.canvas_footer_sociallinks {
		padding-left: 0;
	}
}

#search_widget {
	display: none;
	position: absolute;
	width: 340px;
	height: auto;
	border: solid 1px white;
	top: 50px;
	padding: 0 20px;
	background: white;
	box-shadow: 2px 4px 16px #888;
	text-align: left;
	right: 0;
	overflow-y: auto;
}

.triangle_search {
	display: none;
}

.triangle_search:before {
	content: " ";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: white;
	position: absolute;
	right: 15px;
	top: 40px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	box-shadow: -2px -2px 11px #ccc;
}

.wtblock {
	width: 100%;
	min-height: 100px;
	padding: 10px;
}

.wtblock1 {
	width: 100%;
	min-height: 100px;
	border-top: solid 1px #bbb;
	padding: 10px;
}

.wtblock2 {
	width: 100%;
	border-top: solid 1px #bbb;
	padding: 10px;
}

.wsearchtxt {
	height: 50px;
	line-height: 30px;
	padding: 10px;
}

#widget_block_2 {
	padding-bottom: 20px;
}

@media (max-width:767px) {
	#search_widget {
		left: inherit;
		right: -40px;
		width: 320px;
	}
	.triangle_search:before {
		right: 2%;
	}
}

.cq-placeholder,
.new {
	height: auto;
	margin: 0;
}

@media (min-width:1025) and (max-width:1279px) {
	.container {
		width: 985px;
	}
}

@media (min-width:1280) {
	.container {
		width: 1240px;
	}
}

.col-lg-10,
.col-lg-12,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-md-10,
.col-md-12,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-12,
.col-sm-3,
.col-sm-7,
.col-xs-12 {
	padding-left: 10px;
	padding-right: 10px;
}

body {
	-webkit-font-kerning: auto;
	overflow-x: hidden;
}

#canvas-searchbox ::-webkit-input-placeholder {
	color: #888;
	opacity: 1;
	-webkit-opacity: 1;
}

#canvas-searchbox :-moz-placeholder {
	color: #888;
	opacity: 1;
	-moz-opacity: 1;
}

#canvas-searchbox :-ms-input-placeholder {
	color: #888;
	opacity: 1;
	opacity: 100;
}

#canvas-searchbox ::placeholder {
	color: #898989;
	opacity: 1;
	opacity: 100;
	font-family: "HyundaiSansTextOffice-Regular";
	font-size: 14px;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: "HyundaiSansTextOffice-Regular";
	font-size: 14px;
}

@media (max-width:767px) {
	body {
		font-size: 13px;
		line-height: 18px;
	}
}

h1 {
	font-family: "HyundaiSansHead-Bold";
	font-size: 42px;
	line-height: 40px;
}

@media (max-width:767px) {
	h1 {
		font-size: 30px;
		line-height: 33px;
	}
}

h2 {
	font-family: "HyundaiSansHead-Bold";
	font-size: 30px;
	line-height: 33px;
}

@media (max-width:767px) {
	h2 {
		font-size: 22px;
		line-height: 25px;
	}
}

h3 {
	font-family: "HyundaiSansHead-Bold";
	font-size: 20px;
	line-height: 23px;
}

@media (max-width:767px) {
	h3 {
		font-size: 18px;
		line-height: 21px;
	}
}

h4 {
	font-family: "HyundaiSansHead-Bold";
	font-size: 18px;
	line-height: 21px;
}

@media (max-width:767px) {
	h4 {
		font-size: 16px;
		line-height: 19px;
	}
}

.error {
	display: block;
	color: #c40712;
	padding: 0 0 8px;
}

a {
	color: #fff;
}

a:hover,
a:focus {
	color: #0074c8;
}

a:focus {
	text-decoration: none!important;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html {
	height: 100%;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none!important;
}

h1,
h2,
h3,
h4,
label,
strong {
	margin: 0;
}

body {
	color: #000;
}

/* body a {
	color: #0074c8;
	border-bottom: solid 1px #0074c8;
	text-decoration: none;
}

body a:hover {
	color: #003f86;
	border-bottom: solid 1px #003f86;
	text-decoration: none;
}

body a.link-icon {
	border: 0;
	background: transparent;
} */

INPUT[type="submit"],
INPUT[type="button"],
INPUT[type="button"].button {
	width: 235px;
	background-color: var(--blue-btn);
	color: #fff;
	/* border-radius: 25px; */
	border: 0;
}

INPUT[type="submit"][disabled]:hover {
	background-color: var(--blue-btn-hover);
	cursor: not-allowed;
}

INPUT[type="submit"]:hover,
INPUT[type="button"]:hover {
	background-color: var(--blue-btn-hover);
}

input[type=checkbox] {
	-ms-transform: scale(2);
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
	opacity: 0;
}

#page-body {
	margin: auto;
	max-width: 1400px;
}

.container-fluid {
	padding: 0;
}

input[type="checkbox"] {
	width: auto!important;
	height: auto!important;
}

.checkbox-custom {
	display: inline-block;
	width: 26px;
	height: 26px;
	background: transparent;
	border: solid 1px #ccc;
	margin-right: 14px;
	border-radius: 3px;
}

.separator-h {
	border-bottom: solid 1px #fff;
	margin-top: 30px;
	margin-bottom: 24px;
}

.color-red {
	color: #c40612;
}

.place_holder {
	font-family: "HyundaiSansHeadOffice-Medium";
	font-size: 14px;
	padding: 0 5px;
	position: absolute;
	background-color: #FFF;
	left: 10px;
	top: 15px;
	z-index: -1;
}

INPUT.frm-txt {
	width: 380px;
	height: 50px;
	border: solid 1px #ccc;
	color: #000;
	font-family: "HyundaiSansHeadOffice-Medium";
	font-size: 14px;
	background-color: transparent;
	padding: 4px 14px;
	z-index: 1;
}

/* CON-55 IE 11 animation issue */
/* input.frm-txt:focus~.place_holder, textarea.frm-txt:focus~.place_holder {
	-webkit-transition: top .1s ease-in;
	-moz-transition: top .1s ease-in;
	-o-transition: top .1s ease-in;
	top: -8px;
	z-index: 2;
}

input.frm-txt~.place_holder {
	-webkit-transition: top .1s ease-in;
	-moz-transition: top .1s ease-in;
	-o-transition: top .1s ease-in;
	top: 15px;
	z-index: -1;
}
textarea.frm-txt~.place_holder {
	-webkit-transition: top .1s ease-in;
	-moz-transition: top .1s ease-in;
	-o-transition: top .1s ease-in;
	top: 15px;
} */

INPUT[type="text"]::-ms-clear,
INPUT[type="password"]::-ms-clear,
INPUT[type="email"]::-ms-clear {
	display: none;
}

#modal-register {
	overflow-x: hidden;
	overflow-y: auto;
}

/* body a:focus {
	outline: none!important;
} */

#modal-register ::-webkit-input-placeholder {
	color: #000;
	font-family: "HyundaiSansTextOffice-Regular";
	font-weight: normal!important;
	opacity: 1;
	-webkit-opacity: 1;
}

#modal-register :-moz-placeholder,
#modal-register ::-moz-placeholder {
	color: #000;
	font-family: "HyundaiSansTextOffice-Regular";
	font-weight: normal!important;
	opacity: 1;
	-moz-opacity: 1;
}

#modal-register :-ms-input-placeholder {
	color: #000;
	font-family: "HyundaiSansTextOffice-Regular";
	font-weight: normal!important;
	opacity: 1;
	opacity: 100;
}

#modal-register .modal-content {
	max-width: 822px;
	min-height: 790px;
	background-color: #fff;
	background-position: right;
	background-repeat: no-repeat;
}

#modal-register .hyundai-modal-body {
	padding1: 40px;
}

#modal-register .login-link {
	display: inline;
	font-family: "HyundaiSansTextOffice-Regular";
	font-size: 14px;
	font-weight: normal!important;
	position: absolute;
	right: 40px;
	padding-top: 10px;
}

#modal-register .login-link a {
	font-size: 14px;
}

#modal-register .reg-password-validation-info {
	max-width: 380px;
	font-family: "HyundaiSansTextOffice-Regular";
	font-weight: normal!important;
	font-size: 13px;
}

#modal-register #zipcode {
	color: #000;
}

#modal-register #registration_step2 {
	display: none;
	max-width: 465px;
	font-family: "hyundai_sans_text_office_regular";
	font-size: 14px;
}

#modal-register #registration_step2 .reg-security-questions {
	position: relative;
	margin-top: 20px;
}

#modal-register #registration_step2 select,
#modal-register #registration_step2 input[type='text'] {
	height: 50px;
	padding: 4px 14px;
	border: solid 1px #ccc;
	color: #000;
	font-family: "hyundai_sans_head_office_regular";
	font-size: 14px;
}

#modal-register #registration_step2 select#security_question {
	padding: 8px 50px 2px 14px;
	cursor: pointer;
}

#modal-register #registration_step2 .select-box-arrow {
	position: absolute;
	top: 10px;
	background: white;
	display: inline-block;
	right: 10px;
	width: 44px;
	height: 30px;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	text-align: center;
	padding: 6px;
	cursor: pointer;
	background: url(../../../../content/dam/hyundai/us/myhyundai/image/general/icon/Arrow%20with%20Line.svg) no-repeat right #fff;
	-webkit-appearance: none;
	background-size: 8% 100%;
	background-position-x: 97%;
}

#modal-register #registration_step2 .checkbox-custom {
	border: solid 1px #ccc;
	vertical-align: middle;
}

#modal-register #registration_step2 #btnsbmt_regform {
	width: 380px;
	margin-top: 40px;
	background-color: var(--blue-btn) !important;
}

#modal-register .modal-content a:hover {
	color: var(--blue-btn-hover) !important;
}

.input_legend.flt_lbl_black {
	color: #fff;
	background: #000;
}

.input_legend {
	position: absolute;
	font-family: "HyundaiSansTextOffice-Regular";
	font-size: 14px;
	display: inline-block;
	border: solid 0 silver;
	left: 10px;
	padding: 0 5px;
	top: -3px;
	line-height: 10px;
	background: white;
}

select {
	background: url(../../../../content/dam/hyundai/us/myhyundai/image/general/icon/Arrow%20with%20Line.svg) no-repeat right #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	text-overflow: '';
	-ms-background-position-x: 340px;
}

select::-ms-expand {
	display: none;
}

.form-row {
	position: relative;
	margin-bottom: 20px;
}

.floating_label {
	display: table;
	opacity: 0;
}

#btn-reg-form {
	width: 380px;
	background-color: #0074c8;
}

.CreateAccountInput {
	background-size: 12% 100%!important;
}

.CreateTextClass {
	width: 87%;
}

@media (max-width:1100px) and (min-width:768px) {
	#modal-register .modal-content {
		background-size: 30%;
		background-position: top right;
	}
}

.input_legend1 {
	left: 8px!important;
}

#modal_enteryournewgenesisVIN #vin_form .vin_input_box .input_legend {
	left: 10px;
}

@media (max-width:767px) and (min-width:100px) {
	.CreateTextClass {
		width: 95%;
	}
	.CreateAccountInput {
		padding: 5px 43px 1px 13px!important;
		background-size: 12% 100%!important;
	}
	.input_legend1 {
		left: 8px!important;
	}
	#modal_enteryournewgenesisVIN .remote-lock {
		vertical-align: text-bottom;
		margin-top: -5px;
		width: 22px;
		height: 32px;
		display: block;
		float: left;
		margin-right: 5px;
	}
	#modal_enteryournewgenesisVIN #edit_vin {
		width: 100%!important;
		border-radius: 4px;
	}
	#modal-register .modal-content {
		background-image: none!important;
	}
	#modal-register .login-link {
		position: static;
	}
	#modal-register input[type='text'],
	#modal-register input[type='email'],
	#modal-register input[type='password'],
	#modal-register select,
	#modal-register #registration_step2 select,
	#modal-register #registration_step2 input[type='text'] {
		width: 290px;
		height: 50px;
		border: solid 1px #ccc;
		color: #000;
		font-size: 14px;
		margin-bottom: 0;
	}
	#modal-register .reg-password-validation-info {
		max-width: 290px;
	}
	#modal-register #btn-reg-form,
	#modal-register #registration_step2 #btnsbmt_regform {
		width: 290px;
	}
	#modal-register #btn-reg-form,
	#modal-register #registration_step2 #btnsbmt_regform:hover {
		width: 290px;
	}
	#modal-register #registration_step2 {
		max-width: 290px;
	}
}

.error {
	color: #c40712;
}

.frm_error_msg {
	color: #c40712;
	display: block;
	position: relative;
	z-index: 1;
	left: 14px!important;
}

.err_msg_hidden {
	display: none!important;
}

.g-form-control.input_error,
.input_error {
	display: block;
	border: solid 2px #c40712!important;
}

.pwdvc {
	color: #000;
}

.pwdvc b.glyphicon-minus {
	color: #000;
}

.need-assistance {
	background-color: #e6e6e6;
	margin-top: 30px;
	margin-left: 0;
	margin-right: 0;
}

.need-assistance .container {
	padding-top: 40px;
	padding-bottom: 40px;
}

.label-required {
	color: #c40712;
}

.g-form-control::-moz-placeholder {
	color: #000;
	opacity: 1;
	font-weight: normal;
}

.g-form-control:-ms-input-placeholder {
	color: #000;
	font-weight: normal;
}

.g-form-control::-webkit-input-placeholder {
	color: #000;
	font-weight: normal;
}

.g-form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.g-form-group {
	position: relative;
	margin-bottom: 20px;
}

.g-form-control {
	width: 100%;
	height: 50px;
	border: 1px solid #ccc;
	color: #000;
	font-family: "HyundaiSansHeadOffice-Medium";
	font-size: 16px;
	background-color: #FFF;
	padding-left: 12px;
	padding-right: 50px;
}

.g-form-label-select {
	position: absolute;
	font-family: "HyundaiSansTextOffice-Medium";
	font-size: 14px;
	left: 20px;
	padding: 0 5px;
	top: -3px;
	line-height: 10px;
	background: white;
}

.consent {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	margin: 0;
}

.consent input[type='checkbox'] {
	opacity: 0;
}

.consent label:before {
	content: " ";
	display: inline-block;
	position: relative;
	top: 5px;
	margin: 0 9px -2.5px -35px;
	width: 26px;
	height: 26px;
	border-radius: 0;
	border: 2px solid #ccc;
	background-color: transparent;
}

.consent input[type='checkbox']:checked+label:after {
	border-radius: 0;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 30px;
	left: 5px;
	content: "\e013";
	font-family: 'Glyphicons Halflings';
	display: block;
	color: #0074c8;
}

@media (max-width:767px) and (min-width:321px) {
	.g-form-control {
		padding-right: 10px;
	}
	.need-assistance {
		min-width: 320px;
	}
	.need-assistance .col-xs-12 {
		text-align: center;
	}
	INPUT[type="button"],
	INPUT[type="button"].button {
		width: 100%;
	}
}

@media (max-width:320px) {
	.g-form-control {
		font-size: 14px;
		padding-right: 12px;
		padding-left: 12px;
	}
	INPUT[type="button"],
	INPUT[type="button"].button {
		width: 100%;
	}
}

INPUT[type="button"],
INPUT[type="button"].button {
	line-height: 40px;
}

@media (max-width:767px) and (min-width:320px) {
	#modal_enteryournewgenesisVIN .modal-content {
		margin-top: 0!important;
		height: auto;
		min-height: 100%!important;
	}
	#modal_enteryournewgenesisVIN .modal-dialog {
		width: 100%;
		height: 100%;
		margin: 0!important;
		padding: 0;
	}
}

.modal-close {
	font-family: "HyundaiSansTextOffice-Regular";
}

textarea::-moz-placeholder,
.g-form-control::-moz-placeholder {
	color: #000;
	opacity: 1;
	font-weight: normal;
}

textarea:-ms-input-placeholder,
.g-form-control:-ms-input-placeholder {
	color: #000;
	font-weight: normal;
}

textarea::-webkit-input-placeholder,
.g-form-control::-webkit-input-placeholder {
	color: #000;
	font-weight: normal;
}

textarea::-ms-expand,
.g-form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.devider-space {
	margin-top: 20px;
	margin-bottom: 20px;
}

@media (max-width:767px) and (min-width:100px) {
	.checkbox-custom {
		margin-right: 14px;
	}
}

#header-nav-canvas_H2 {
	display: none;
}

.pwdvc {
	width: 100%;
	display: block;
}

.pwdvc b {
	display: inline-block;
	width: 2%;
	float: left;
}

.pwdvc b {
	display: inline-block;
	width: 15px!important;
	float: left;
	font-weight: normal!important;
}

.pwdvc span {
	display: inline-block;
	width: 92%;
}

@media (max-width:767px) {
	#footer-top-links1 {
		column-count: 1!important;
	}
}

#header-nav-canvas .input-txt::placeholder,
#header-nav-canvas .input-pwd::placeholder {
	color: #fff;
}

/* a:link {
	color: #0074c8;
	border-bottom: 1px solid #0074c8;
	outline: 0;
}

a:visited {
	color: #0074c8;
	border-bottom: 1px solid #0074c8;
}

a:hover {
	color: #003f86;
	border-bottom: 1px solid #003f86;
}

a:focus {
	color: #0074c8;
	border-bottom: 1px solid #0074c8;
}

a:active {
	color: #0074c8;
	border-bottom: 1px solid #0074c8;
} */

#modal_enteryournewgenesisVIN .modal-content {
	min-height: 260px;
	margin: 150px 0 0 0;
}

select#security_question {
	background: url(../../../../content/dam/hyundai/us/myhyundai/image/general/icon/Arrow%20with%20Line.svg) no-repeat right #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	text-overflow: '';
	background-size: 25% 100%;
}

@media (max-width:767px) {
	#modal_enteryournewgenesisVIN a.btn-info-popover {
		display: block!important;
		margin-top: 20px;
		margin-left: 0;
		width: 4%;
		margin-bottom: 40px;
	}
	#modal_enteryournewgenesisVIN #edit_vin {
		margin-bottom: 0;
	}
	.vin-body {
		padding: 15px!important;
	}
	#vehicle-reg-form {
		width: 100%;
	}
}

@media (min-width:100px) and (max-width:767px) and (orientation :landscape) {
	#modal_enteryournewgenesisVIN a.btn-info-popover {
		width: 2%;
	}
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
	input[type='submit'][disabled] {
		background-color: #66acde!important;
	}
	INPUT[type="submit"][disabled]:hover {
		background-color: #668cb6!important;
		cursor: not-allowed;
	}
}

#header-login-box .block-right a:hover,
#header-login-box .block-right a:focus,
#header-login-box .block-right a:active {
	color: #003f86!important;
	border-bottom: solid 1px #003f86!important;
}

#header-login-box .canvas_register_link a:hover,
#header-login-box .canvas_register_link a:focus,
#header-login-box .canvas_register_link a:active {
	color: #003f86!important;
	border-bottom: solid 1px #003f86!important;
}

label {
	font-weight: normal;
}

#modal_enteryournewgenesisVIN .modal-content a:hover {
	border-bottom: 0!important;
}

#modal-register ::-webkit-input-placeholder,
#modal-register :-moz-placeholder,
#modal-register :-ms-input-placeholder,
#modal-register ::placeholder {
	color: #000;
	font-family: "HyundaiSansTextOffice-Regular";
	font-size: 14px;
	font-weight: normal!important;
}

#logo-create-acc {
	margin-top: 0;
	width: 25px;
	height: 25px;
	display: inline-block;
	margin-right: 6px;
	vertical-align: text-top;
}

@media (min-width:768px) {
	#logo-create-acc {
		margin-top: 5px;
	}
}

#modal-register ::-webkit-input-placeholder {
	opacity: 1;
	-webkit-opacity: 1;
}

#modal-register :-moz-placeholder {
	opacity: 1;
	-moz-opacity: 1;
}

#modal-register :-ms-input-placeholder,
#modal-register ::placeholder {
	opacity: 1;
	opacity: 100;
}

#modal-register input[type="password"]::-moz-placeholder,
#modal-register input[type="email"]::-moz-placeholder,
#modal-register input[type="text"]::-moz-placeholder {
	color: #000;
	font-family: "HyundaiSansTextOffice-Regular";
	font-size: 14px;
	font-weight: normal!important;
}

#modal-register input[type="password"]::-webkit-input-placeholder,
#modal-register input[type="email"]::-webkit-input-placeholder,
#modal-register input[type="text"]::-webkit-input-placeholder,
#modal-register input[type="password"]:-ms-input-placeholder,
#modal-register input[type="email"]:-ms-input-placeholder,
#modal-register input[type="text"]:-ms-input-placeholder,
#modal-register input[type="password"]:-moz-placeholder,
#modal-register input[type="email"]:-moz-placeholder,
#modal-register input[type="text"]:-moz-placeholder {
	color: #000;
	font-family: "HyundaiSansTextOffice-Regular";
	font-size: 14px;
	font-weight: normal!important;
}

#modal-register input:disabled::-webkit-input-placeholder,
#modal-register input:disabled:-moz-placeholder,
#modal-register input:disabled::-moz-placeholder,
#modal-register input:disabled:-ms-input-placeholder {
	color: #ccc;
	font-family: "HyundaiSansTextOffice-Regular";
	font-size: 14px;
	font-weight: normal!important;
}

.vin-body {
	margin-left: 0;
	padding-left: 15px;
	position: relative;
	margin-bottom: 30px;
}

.form-row {
	position: relative;
	margin-bottom: 20px;
}

#modal-register .modal-content {
	max-width: 822px;
	min-height: 810px;
	margin: 0 auto;
	background-position: right;
	background-repeat: no-repeat;
}

#modal-register .loader-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: none;
}

#modal-register .loader-wrapper .loader {
	border-radius: 50%;
	border-style: solid;
	border-width: 5px;
	border-top-style: solid;
	border-top-width: 5px;
	width: 50px;
	height: 50px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin: -25px 0 0 -25px;
	top: 50%;
	left: 50%;
	z-index: 99;
	position: absolute;
}

#modal-register .hyundai-modal-header {
	margin-left: 20px;
	margin-top: 5px;
	padding: 15px;
	float: left;
	width: 97%;
}

.modal-close {
	margin-right: 10px;
	margin-top: -10px;
	border-style: none;
	right: 0;
	font-size: 30px;
	line-height: 1;
	position: absolute;
	z-index: 1;
}

.modal h2 {
	display: inline;
}

#modal-register .hyundai-modal-body {
	margin-right: 40px;
	margin-left: 40px;
}

.hyundai-modal-body {
	margin-right: 40px;
	margin-left: 40px;
}

#modal-register input[type='text'],
#modal-register input[type='email'],
#modal-register input[type='password'],
#modal-register select {
	width: 380px;
	line-height: 15px;
	border-style: solid;
	border-width: 1px;
	font-family: "HyundaiSansTextOffice-Regular";
	font-size: 16px;
	border-radius: 3px;
	font-weight: normal;
	padding: 18px 14px 15px 14px;
}

.floating_label {
	display: table;
	opacity: 0;
	font-weight: normal;
}

.input_legend {
	position: absolute;
	font-family: "HyundaiSansTextOffice-Regular";
	font-size: 16px;
	border: 0;
	left: 10px;
	padding: 0 5px;
	top: -3px;
	line-height: 10px;
	background: white;
}

.frm_error_msg {
	display: block;
	position: relative;
	z-index: 1;
	line-height: 15px;
	margin: 0;
	left: 14px;
	width: 94%;
	top: 7px;
	/*min-width: 350px;*/
}

.double-fields .frm_error_msg {
    min-width: 352px;
}

#modal-register .reg-password-validation-info {
	max-width: 380px;
	font-family: "HyundaiSansTextOffice-Regular";
	font-size: 13px;
}

.pwdvc {
	width: 100%;
	display: block;
	font-weight: normal;
}

.pwdvc b {
	font-weight: normal;
}

.reg-password-validation-info b.glyphicon-minus,
.pwdvc b.glyphicon-minus {
	font-size: 11px;
	width: 15px;
	font-weight: normal;
	font-family: "HyundaiSansTextOffice-Regular";
}

.pwdvc span {
	display: inline-block;
	width: 93%;
}

#modal-register .login-link {
	display: inline-block;
	font-family: "HyundaiSansTextOffice-Regular";
	font-size: 14px;
	float: right;
	padding-top: 10px;
}

#btn-reg-form:hover {
	background-color: #003f86;
}

#modal-register .login-link a {
	font-family: "HyundaiSansTextOffice-Regular";
	font-size: 14px;
	margin: 0 0 0 7px;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #0074c8;
	line-height: 15px;
	text-decoration: none;
	display: inline-block;
}

#modal-register #zipcode {
	width: 150px;
}

#btn-reg-form {
	width: 380px;
	text-transform: capitalize;
}

INPUT[type="submit"],
INPUT[type="button"],
INPUT[type="button"].button {
	border-width: 1px;
	border-style: solid;
	font-size: 16px;
	font-family: "HyundaiSansTextOffice-Regular";
	/* border-radius: 25px!important; */
	/* -webkit-border-radius: 25px!important; */
}

INPUT[type="submit"]:hover,
INPUT[type="button"]:hover {
	/* border-radius: 25px; */
}

::-webkit-input-placeholder,
 :-moz-placeholder,
 ::-moz-placeholder,
 :-ms-input-placeholder {
	font-weight: normal;
	opacity: 1;
	font-family: "HyundaiSansTextOffice-Regular";
	font-size: 14px;
}

::-webkit-input-placeholder {
	-webkit-opacity: 1;
}

:-moz-placeholder,
 ::-moz-placeholder {
	-moz-opacity: 1;
}

:-ms-input-placeholder {
	opacity: 100;
}

.input-txt,
.input-pwd {
	width: 380px;
	height: 50px;
	border-style: solid;
	border-width: 1px;
	padding: 4px 14px;
	font-size: 14px;
	outline: 0;
}

#registration_step1 .freshAddressLogo {
	float: right;
	margin-top: 8px!important;
}

INPUT[type="submit"],
INPUT[type="button"],
INPUT[type="button"].button {
	width: 235px;
	background-color: var(--blue-btn);
	color: #fff;
	/* border-radius: 25px; */
	border: 0;
}

INPUT[type="submit"]:hover,
INPUT[type="button"]:hover {
	background-color: var(--blue-btn-hover);
}

#modal-register #registration_step2 {
	display: none;
	max-width: 465px;
	border-style: solid;
	border-width: 0;
	font-family: "HyundaiSansTextOffice-Regular";
	font-size: 14px;
}

#modal-register .hyundai-modal-header {
	margin-left: 26px;
	margin-top: 11px;
	float: none;
}

#modal-register .hyundai-modal-body {
	margin-right: 40px;
	margin-left: 40px;
	font-family: "HyundaiSansTextOffice-Regular";
}

#modal-register .modal-close {
	margin-right: 18px;
	margin-top: -10px;
}

#modal-register #registration_step2 select,
#modal-register #registration_step2 input[type='text'] {
	height: 50px;
	padding: 4px 14px;
	border-style: solid;
	border-width: 1px;
	font-family: "HyundaiSansTextOffice-Regular";
	font-size: 14px;
	font-weight: normal;
}

.clearfix {
	clear: both;
}

.freshLogoSQA {
	margin-top: 235px;
	position: relative;
	left: 598px;
	top: 14px;
}

.reg-terms label {
	font-weight: normal;
}

.reg-lastname,
.reg-firstname,
.reg-email,
.reg-email-confirm,
.reg-password,
.reg-zipcode {
	width: 74%;
}

@media (min-width:700px) and (max-width:900px) {
	#modal-register .hyundai-modal-header .login-link {
		display: block;
		margin-top: -11px;
		float: left;
		width: 87.6%;
	}
}

@media (min-width:768px) and (max-width:900px) {
	#registration_step2 .freshLogoSQA {
		display: block;
		margin-top: 20px;
		margin: 15px auto 0 118px;
		left: auto;
	}
}

@media (min-width:320px) and (max-width:767px) {
	.reg-lastname,
	.reg-firstname,
	.reg-email,
	.reg-email-confirm,
	.reg-password,
	.reg-zipcode {
		width: 100%;
	}
	#modal-register input[type='text'],
	#modal-register input[type='email'],
	#modal-register input[type='password'],
	#modal-register select,
	#modal-register #registration_step2 select,
	#modal-register #registration_step2 input[type='text'],
	#modal-register #btn-reg-form,
	#modal-register #registration_step2 #btnsbmt_regform:hover,
	#modal-register #registration_step2 #btnsbmt_regform {
		width: 100%!important;
	}
	INPUT[type="submit"],
	INPUT[type="button"],
	INPUT[type="button"].button {
		margin: 20px auto;
		display: block;
	}
	#modal_enteryournewgenesisVIN span.frm_error_msg.invalid_vin {
		margin-bottom: 45px;
		margin-top: -30px;
	}
	#modal_enteryournewgenesisVIN .modalcontent_bottom {
		padding-bottom: 10px;
	}
	#modal_enteryournewgenesisVIN .modal-close {
		margin-right: 6px;
	}
	#modal-register .login-link {
		padding-top: 8px;
		left: 17px;
		float: left;
		margin-bottom: 20px;
	}
	h2 {
		font-size: 22px;
		font-family: "HyundaiSansHead-Bold";
	}
	#modal-register .hyundai-modal-body {
		margin: 0;
		padding: 0 15px;
		float: left;
	}
	#modal-register input[type='text'],
	#modal-register input[type='email'],
	#modal-register input[type='password'],
	#modal-register select {
		width: 100%;
	}
	#registration_step2 .freshLogoSQA {
		display: block;
		margin-top: 20px;
		margin: 15px auto 0 118px;
		left: auto;
	}
	#registration_step1 .freshAddressLogo {
		margin-top: 25px;
		float: none;
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	#modal-register .hyundai-modal-header {
		margin: 0;
		padding: 15px;
		font-family: "HyundaiSansHeadOffice_Light";
		font-size: 22px;
	}
	.vin-body {
		margin-left: 0;
		padding: 0 15px;
		position: relative;
		margin-bottom: 30px;
	}
	#btnVehicleCancel {
		margin-top: 10px;
	}
	#modal-register #registration_step2 {
		max-width: 100%;
	}
	.freshLogoSQA {
		float: right;
		margin: 20px 0 0 0;
	}
}

@media (max-width:768px) and (min-width:566px) {
	#modal-register .login-link {
		display: block;
		float: none;
		margin: 0 0 13px 0;
	}
}

@media (min-width:768px) and (max-width:1024px) {
	#modal-register .hyundai-modal-header .login-link {
		position: relative;
		right: 0;
	}
	h2 {
		font-size: 26px;
	}
	#registration_step1 .form-row {
		max-width: 380px;
	}
	#modal-register .modal-close {
		margin-right: 18px;
		margin-top: -19px;
	}
	#modal-register .hyundai-modal-header {
		margin-left: 26px;
		margin-top: 18px;
		float: none;
	}
	#modal-register .hyundai-modal-header h2 {
		display: inline-block;
	}
	#modal-register .hyundai-modal-header .login-link {
		display: block;
		margin-top: -11px;
		float: left;
		width: 90%;
	}
	#modal-register .hyundai-modal-body {
		margin-top: 18px;
	}
}

@media (max-width:768px) and (min-width:320px) {

.row.vin_custom {
    margin-top: 15px;
}
	#modal-register .hyundai-modal-header .login-link {
		display: block;
		position: static;
		margin-bottom: 5px;
	}
	.carSideVIN {
    text-align: right;
    font-size: 15px !important;
    top: 2px !important;
    right: 38px !important;
    width: 300px;
}
}


@media (max-width:767px) and (min-width:100px) {
	.input-txt,
	.input-pwd {
		width: 100%!important;
		border-radius: 4px;
	}
}

@media (max-width:767px) {
	#create_account_email_validation .s30 {
		font-size: 20px;
	}
	#create_account_email_validation .hyundai-modal-footer {
		text-align: center;
	}
}

#create_account_email_validation .hyundai-modal-header {
	width: 100%;
}

#create_account_email_validation .modal-content {
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	height: auto;
}

#btnChangeEmail {
	margin-left: 30px;
}

@media (max-width:768px) and (min-width:100px) {
	#btnChangeEmail {
		margin-left: 0;
	}
	#create_account_email_validation .vin-body {
		margin-bottom: 0;
	}
	#create_account_email_validation .vin-body #selected_email {
		margin-bottom: 0;
	}
	#create_account_email_validation .hyundai-modal-footer {
		padding-bottom: 40px;
	}
}

@media (max-width:768px) and (min-width:100px) and (orientation :landscape) {
	#create_account_email_validation .hyundai-modal-header {
		margin-top: 0;
	}
	#create_account_email_validation #btnKeepEmail {
		width: 100%;
	}
	#create_account_email_validation .hyundai-modal-header .modal-close {
		margin-top: -9px;
	}
	#btnChangeEmail {
		margin-left: 0;
	}
}

@media (min-width:1024px) {
	#modal-register .hyundai-modal-header .login-link {
		margin-right: 25px;
	}
}

INPUT[type="submit"][disabled] {
	background-color: #0074c8;
	-webkit-opacity: .6;
	-moz-opacity: .6;
	opacity: 60%;
}

INPUT[type="submit"][disabled]:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	opacity: 100%;
}

.input_legend.flt_lbl_black {
	color: #fff;
	background: #fff;
}

.checkbox-custom {
	background: transparent;
}

::-moz-placeholder {
	color: #000;
	background: transparent;
	font-family: "HyundaiSansTextOffice-Regular";
}

.login-username input,
.login-password input {
	width: 100%;
	max-width: 400px;
	height: 50px;
	padding: 17px 14px;
	background-color: #fff!important;
	color: #000;
	border: solid 1px #ccc;
	border-radius: 3px;
	font-size: 14px;
	font-family: 'HyundaiSansTextOffice-Regular';
}

#header-login-box label {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}

#header-login-box .floating_label {
	background-color: #191919;
}

.input_legend.flt_lbl_black {
	background: transparent;
}

.login-password span.frm_error_msg {
	margin: 7px 0 20px 0;
	float: left;
}

@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :portrait) {
	footer .footer-top-links:first-child {
		margin-right: 8%;
		width: 27%;
	}
}

#canvas-searchbox ::-webkit-input-placeholder {
	color: #888;
	opacity: 1;
	-webkit-opacity: 1;
}

#canvas-searchbox :-moz-placeholder {
	color: #888;
	opacity: 1;
	-moz-opacity: 1;
}

#canvas-searchbox :-ms-input-placeholder {
	color: #888;
	opacity: 1;
	opacity: 100;
}

#canvas-searchbox ::placeholder {
	color: #888;
	opacity: 1;
	opacity: 100;
}

::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
	-webkit-opacity: 1;
}

:-moz-placeholder,
 ::-moz-placeholder {
	color: #fff;
	opacity: 1;
	-moz-opacity: 1;
}

:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
	opacity: 100;
}

.modal-content {
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	border-radius: 0!important;
	z-index: 99999;
}

.hyundai-modal-header {
	margin-left: 20px;
	padding: 20px;
	font-family: "HyundaiSansHead-Bold";
	font-size: 30px;
}

.hyundai-modal-body {
	margin-right: 40px;
	margin-left: 40px;
}

.f-TextRegular {
	font-family: "HyundaiSansTextOffice-Bold", Verdana, sans-serif;
}

.hyundai-modal-footer {
	padding: 30px 30px 40px 40px;
}

.hyundai-modal-body {
	margin-right: 50px;
	margin-left: 50px;
	position: relative;
}

@media (max-width:767px) {
	.modal-content .hyundai-modal-header {
		margin: 0!important;
		padding: 15px!important;
	}
}

@media (max-width:767px) {
	.modal-content .modal-close {
		font-size: 60px;
	}
}

.s16 {
	font-size: 16px;
}

.remote-lock {
	vertical-align: text-bottom;
	margin-top: -5px;
	width: 22px;
	height: 32px;
	margin-right: 6px;
}

.modal-close {
	margin-right: 10px;
	margin-top: -10px;
	color: #888;
	border-style: none;
	background-color: white;
	right: 0;
	font-size: 30px;
	line-height: 1;
	position: absolute;
	z-index: 1;
}

.modal-close:focus {
	outline: 0;
}

.error {
	color: #c40712;
	position: absolute;
	margin-left: 20px;
	z-index: 1;
}

.modal-content a:hover {
	background: #fff;
	color: #003f86;
	border-bottom: solid 1px #003f86!important;
}

@media (max-width:767px) {
	.hyundai-modal-footer {
		padding: 30px 15px 120px;
	}
}

@media (max-width:767px) {
	.modal {
		overflow-y: auto;
	}
}

.modal-close {
	margin-right: 10px;
	margin-top: -10px;
	color: #888;
	border-style: none;
	background-color: white;
	right: 0;
	font-size: 33px;
	line-height: 1;
	position: absolute;
	z-index: 1;
}

.modal-close:focus {
	outline: 0;
}

.modal-rvs-request {
	max-width: 620px;
	width: 97%;
	margin: 30px auto;
}

.modal-content a:hover {
	background: #fff;
	color: #003f86;
}

.modal-content a:hover {
	color: #003f86;
	border-bottom: solid 1px #003f86;
	text-decoration: none;
}

.hyundai-modal-body {
	margin-right: 40px;
	margin-left: 40px;
}

@media (max-width:767px) {
	.modal-close {
		width: 18px;
		margin-right: 9px;
	}
	.modal-rvs-request .hyundai-modal-header.s30 {
		width: 100%;
	}
	.remote-lock {
		margin-right: 3px;
	}
	.modal-rvs-request {
		width: 100%;
	}
	.modal-content .modal-close {
		font-size: 33px;
		font-family: "HyundaiSansTextOffice-Regular";
		font-weight: normal;
		color: #888;
	}
	.modal {
		padding-left: 0!important;
	}
}

@media (min-width:767px) {
	.modal-dialog.modal-gf {
		width: 100%;
		max-width: 1240px;
		margin: 30px auto;
	}
}

::-moz-placeholder {
	color: #000;
	opacity: 1;
	-moz-opacity: 1;
}

.modal h2 {
	display: inline;
}

@media (max-width:767px) and (min-width:480px) {
	.hyundai-modal-body {
		margin: 10px;
	}
	.modal-dialog {
		margin: 0!important;
	}
}

@media (max-width:480px) and (min-width:100px) {
	.hyundai-modal-header {
		margin: 0;
		font-size: 22px;
	}
	.hyundai-modal-header.s30 {
		padding-top: 15px!important;
		width: 92%;
		margin-bottom: 20px;
	}
	.hyundai-modal-body {
		margin: 0;
		padding: 0 15px;
	}
	.modal-dialog {
		margin: 0!important;
	}
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

footer {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

.modal {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

@media (max-width:768px) {
	.toolTip_hover {
    right: 0 !important;
    top: -25px !important;
}
	a.btn-info-popover {
		display: block;
	}
	#modal_enteryournewgenesisVIN a.btn-info-popover {
		display: inline-block;
	}
}

@media (max-width:767px) and (min-width:100px) {
	#modal_session_expiry .hyundai-modal-footer {
		text-align: center;
	}
}

@media (max-width:767px) {
	.hyundai-modal-header {
		font-size: 22px;
	}
}

@media (max-width:767px) {
	#create_account_email_validation .modal-dialog {
		height: 100%;
	}
	#create_account_email_validation .modal-content {
		min-height: 100%;
	}
}

img.remote-lock {
	margin-bottom: 3px;
}

input[type="text"],
input[type="text1"],
input[type="email"],
input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* CON-106 Start */
input:-webkit-autofill, select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px #fff inset;
    -webkit-text-fill-color: #000 !important;
}
/* CON-106 End */

footer {
	float: left;
	width: 100%;
}

.vin-body {
	margin-left: 20px;
	padding-left: 15px;
	position: relative;
	margin-bottom: 30px;
}

.vin_form input[type='text'] {
	width: 340px;
	height: 50px;
	border: solid 1px #ccc;
	color: #000;
	font-size: 14px;
	background-color: #FFF;
}

.vin_form input[type="submit"] {
	color: #fff;
	margin-top: 20px;
	width: 310px;
}

.vin_form .frm_error_msg {
	float: left;
	width: 60%;
}

.btn-info-popover {
	padding: 0!important;
	border: 0!important;
	color: #804033;
	margin-left: 20px;
	background: none!important;
	display: inline-block;
}

.place_holder {
	font-weight: normal;
}

INPUT.frm-txt {
	font-weight: normal;
}

@media (max-width:767px) {
	.modal .modal-content.hy-modal-content{margin: 10px;}
	.modal {
		background: transparent;
	}
	.modal .modal-content {
		box-shadow: 0 0 0 rgba(0, 0, 0, 0);
		border: 0;
	}
	.vin_form input[type="text"] {
		width: 260px;
		font-size: 12px;
	}
	.vin_form .input_legend {
		font-size: 12px;
	}
	.vin-body {
		margin-left: 0;
	}
	#modal_enteryournewgenesisVIN .s30 {
		font-size: 19px;
	}
	.btn-info-popover {
		margin-left: 10px;
	}
}

.error {
	display: inline-block;
}

textarea {
	resize: none;
}

input::-webkit-input-placeholder {
	color: #000;
}

#header-searchbox input::-webkit-input-placeholder {
	color: #fff;
}

#header-searchbox input::-moz-placeholder {
	color: #fff;
}

#header-searchbox input:-ms-input-placeholder {
	color: #fff;
}

#header-searchbox input:-moz-placeholder {
	color: #fff;
}

body {
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-stroke: 1px transparent;
}

footer {
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-stroke: 1px transparent;
}

ul {
	margin: 0;
}

.ui-widget.ui-widget-content {
	display1: block!important;
}

@media (min-width:768px) {
	#LoginModal .modal-dialog {
		width: 750px;
	}
}

#LoginModal #username {
	border-top: 1px solid #ccc!important;
}

.loginmodal #LoginModal.modal {
	text-align: center;
	padding: 0!important;
}

.loginmodal #LoginModal.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.loginmodal #LoginModal .modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

#LoginModal .modal-content,
#LoginModal .modal-dialog,
#LoginModal .modal-body {
	min-height: auto;
}

#section-login-modal {
	overflow: hidden;
}

#modal-login-box {
	width: 400px;
	float: left;
	margin-top: 5px;
}

#LoginModal .modal-body {
	padding: 15px 0 15px 15px;
}

#LoginModal .modal-dialog .inpt_flt_lbl,
#LoginModal .modal-dialog .frm_error_msg {
	width: 360px;
}

#modal-login-box,
#LoginModal .modal-title {
	padding-left: 25px;
	max-width: 550px;
}

#modal-login-box .block-left,
#modal-login-box .block-right {
	display: inline-block;
}

#modal-login-box .block-left {
	width: 225px;
}

#LoginModal .modal-header {
	border: 0;
}

#LoginModal .modal-content {
	background-repeat: no-repeat;
	background-position: right center;
}

#LoginModal .modal-dialog .frm_error_msg {
	margin-left: 10px;
}

#LoginModal .floating_label {
	font-size: 12px;
}

@media (max-width:700px) {
	#LoginModal .modal-content {
		background-image: none!important;
	}
	#modal-login-box,
	#LoginModal .modal-title {
		padding-left: 0;
		max-width: 320px;
		margin: 0 auto;
		float: none;
		width: 100%;
	}
	#LoginModal .modal-dialog .inpt_flt_lbl,
	#LoginModal .modal-dialog .frm_error_msg {
		width: 320px;
	}
	#LoginModal input[type="submit"] {
		width: 180px!important;
	}
	#modal-login-box .block-left,
	#modal-login-box .block-right {
		display: inline-block;
		width: 165px;
	}
}

#LoginModal button.close {
	color: #999;
	opacity: .8;
	text-shadow: none;
}

@media (max-width:767px) {
	#modal-login-box {
		margin-top: 5px;
		width: 320px;
	}
	#modal-login-box .block-left,
	#modal-login-box .block-right {
		width: 49%;
	}
	#LoginModal .modal-dialog {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}
	#LoginModal .modal-dialog {
		width: 100%;
	}
}

@media (max-width:1024px) and (min-width:768px) {
	#LoginModal .modal-dialog {
		width: 90%;
	}
}

.login-modal-form #link-register-home {
	margin-left: 57px;
}

@media (max-width:767px) {
	.login-modal-form #link-register-home {
		position: absolute;
		margin-top: -45px;
		margin-left: 229px;
	}
	.login-modal-form #link-password-home {
		margin-left: 7px;
	}
}

#LoginModal h2.modal-title {
	display: block;
	margin-top: 20px;
	margin-bottom: -5px;
}

/* footer H3,
footer .footer-collapse-link {
	text-transform: none;
}

footer .container {
	padding: 0;
}

footer H3 {
	font-size: 18px;
	margin: 0;
}

footer {
	width: 100%;
	background-color: #f3f3f3;
	position: relative;
}

footer .footer-top {
	width: 100%;
	padding: 50px 0 50px 90px;
	background-color: #f3f3f3;
	margin: auto;
	display: inline-block;
}

footer .footer-bottom {
	width: 100%;
	background-color: #f3f3f3;
	margin: auto;
	color: #666;
	border-top: solid 2px #ccc;
}

footer .footer-bottom .container {
	padding: 35px 80px 25px;
}

footer .copyright {
	font-size: 12px;
	display: block;
	color: #666;
	margin: auto;
	text-align: left;
	width: 100%;
}

footer .footer-top-links {
	float: left;
	width: 35%;
}

footer .footer-top-links h3 {
	font-size: 18px;
	color: #888;
	margin-bottom: 26px;
	line-height: 18px;
}

footer .footer-top-links a {
	font-size: 14px;
	color: #0074c8;
	text-decoration: none;
}

footer .footer-top-links A:hover {
	color: #003f86;
	font-size: 14px;
	text-decoration: none;
	border-bottom: solid 1px #003f86;
	background: transparent;
}

.footer-top-links p {
	margin: 0 0 15px 0;
	display: inline-block;
	width: 100%;
}

.footer-top-links a {
	border-bottom: 0;
}

body .footer-bottom a {
	color: #666;
	text-decoration: none;
	font-size: 12px;
	padding-bottom: 2px;
	border-bottom: 0;
}

body .footer-bottom a:hover {
	color: #0074c8;
	border-bottom: solid 1px #0074c8;
}

.footer-top-links p a {
	margin-top: 0;
}

footer .footer-bottom .social-links {
	margin-bottom: 12px;
}

@media (max-width:767px) {
	footer .footer-bottom .social-links {
		width: 100%;
		float: none;
		text-align: center;
	}
	footer .footer-bottom .container {
		padding: 0;
	}
}

footer .footer-bottom .social-links a:hover {
	border-bottom: 0;
}

footer .footer-bottom .other-links {
	max-width: 516px;
	width: 100%;
	word-break: break-word;
	color: #666;
}

@media (max-width:767px) {
	footer .footer-bottom {
		text-align: center;
		padding: 25px 15px!important;
	}
}

footer .footer-bottom .footer-bottom-links {
	text-align: right;
	max-width: 129px;
	float: right;
	margin-right: 10px;
}

@media (min-width:768px) and (max-width:1024px) {
	footer .footer-bottom .footer-bottom-links {
		margin-right: 35px;
	}
	footer .footer-bottom .container {
		padding-left: 34px;
		padding-right: 34px;
	}
}

@media (max-width:767px) {
	footer .footer-bottom .copyright,
	footer .footer-bottom .footer-bottom-links {
		margin: 0 auto;
		text-align: center;
	}
	footer .footer-bottom .footer-bottom-links {
		margin: 0 auto 30px;
		float: none;
		width: 100%;
		padding: 0;
	}
	footer .footer-bottom .other-links {
		max-width: 280px!important;
		margin: 0 auto;
	}
	footer .footer-bottom .other-social-links {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width:767px) and (max-width:2400px) {
	footer .footer-top-links:first-child {
		margin-right: 8%;
		width: 30%;
	}
}

@media (max-width:767px) {
	footer .footer-top-links:first-child {
		margin-left: 0;
		width: 100%;
	}
}

.social-icon-links {
	display: inline-block;
	width: auto;
}

.social-icon-links a {
	margin-right: 14px;
}

.social-icon-links a img {
	width: 20px;
	height: 20px;
}

.social-icon-links a:last-child img {
	width: 21px;
	height: 17px;
}

@media (max-width:767px) {
	footer .footer-top .footer-top-links h3 {
		display: none;
	}
}

footer .footer-top .footer-collapse-link {
	display: inline-block;
	font-size: 16px;
	font-family: HyundaiSansHead-Bold;
	color: #0074c8;
	padding: 30px 0;
	border-bottom: 0;
	width: 100%;
	background: url(../../../../content/dam/hyundai/us/myhyundai/image/general/icon/accordian-arrow-down.png) no-repeat center right;
}

@media (min-width:768px) {
	footer .footer-top .footer-collapse-link {
		display: none;
	}
}

@media (max-width:767px) {
	footer .footer-top .footer-top-links {
		width: 100%!important;
	}
}

footer .footer-top .footer-top-links:last-child .footer-collapse-link {
	border-bottom: 0;
	border-top: 1px solid #ccc;
}

@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :portrait) {
	footer .footer-top .collapse {
		display: block;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 50px;
		-moz-column-gap: 50px;
		column-gap: 20px;
		width: 118%;
	}
	footer .footer-top-links:first-child {
		margin-right: 8%;
		width: 38%;
	}
	footer .footer-top-links {
		float: left;
		width: 45%;
	}
}

@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :landscape) {
	footer .footer-top .collapse {
		display: block;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 50px;
		-moz-column-gap: 50px;
		column-gap: 20px;
		width: 118%;
	}
	footer .footer-top-links:first-child {
		margin-right: 8%;
		width: 35%;
	}
	footer .footer-top-links {
		float: left;
		width: 34%;
	}
}

@media (min-width:768px) {
	footer .footer-top .collapse {
		display: block;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 50px;
		-moz-column-gap: 50px;
		column-gap: 50px;
	}
}

@media (max-width:767px) {
	footer .container {
		padding: 0;
	}
	footer .footer-top {
		background: transparent!important;
		padding: 10px 15px!important;
	}
}

@media (min-width:768px) and (max-width:1199px) {
	footer .footer-top,
	footer .footer-bottom .container {
		background-position: right 25px center;
		background-size: 30%;
		padding: 60px 34px;
	}
}

@media (max-width:767px) {
	footer .footer-bottom .copyright {
		margin-bottom: 30px;
		width: 73%;
	}
} */

.container.contact-us {
	width: 97.5%;
}

.contact-us {
	margin-left: 13px;
}

.contact-us h1 {
	margin-bottom: 33px;
	margin-top: 50px;
}

#user-contact-us p.contactus_desc {
	margin-bottom: 27px;
}

.div-grp span {
	display: block;
}

.container-for-parent b.color-red {
	margin-left: 3px;
}

#msg_con textarea {
	width: 100%;
}

.contact-us textarea {
	height: 270px;
	padding-top: 15px;
}

.contact-us #attach_file {
	height: auto;
	margin-bottom: 5px;
	border: 0;
	width: 98%;
}

.contact-us #attach_file .dropzone {
	margin: 15px;
	border-width: 1px;
	border-style: solid;
	display: block;
	line-height: 90px;
}

.contact-us #attach_file img {
	margin-left: 20px;
}

.contact-us .btn-reg-form {
	line-height: 1.5;
	margin-top: 6px;
	width: 230px;
}

.contact-us .col-lg-7 {
	padding-right: 0!important;
}

.div-grp {
	display: block;
	margin-top: 10px;
}

.outer-col {
	padding: 30px 0;
	border-right-width: 1px;
	border-right-style: solid;
}

.outer-col:last-child {
	border-right: 0;
}

.by_phone,
.by_mail,
.dealer_enq,
.by_request {
	margin-left: 39px;
}

.by_email,
.by_mail {
	height: 309px;
}

.contact-us .emailaddress {
	width: 630px;
}

.contact-us .search_dealer_pop {
	text-transform: capitalize;
}

.contact-us .consent {
	width: 525px;
	margin-left: 0;
	margin-top: -5px;
	/*margin-bottom: 20px;*/
}

@media (max-width:480px) {
	.contact-us .consent label {
		width: 310px!important;
	}
}

.contact-us .consent label {
	width: 100%;
}

.contact-us-body .need-assistance .container {
	padding-left: 0;
	padding-right: 0;
}

.contact-us textarea {
	font-family: "HyundaiSansTextOffice-Regular";
	font-weight: normal;
	border-style: solid;
	border-width: 1px;
	width: 630px;
	height: 270px;
	resize: none;
	padding-top: 10px;
}

.contact-us .phone input {
	width: 220px;
}

.contact-us .place_holder {
	margin-left: 0;
	z-index: 1;
}

.by_email a {
	text-transform: lowercase;
	border-bottom: 0;
	word-break: break-word;
}

.container-for-parent .frm-txt {
	width: 100%;
}

@media (max-width:767px) {
	.contact-us .btn-reg-form {
		margin-bottom: 0;
	}
	.contact-us .reg-firstName {
		margin-top: 10px;
	}
	.attach_file_contactus_new #attach_file span {
		margin-top: 38px!important;
	}
	.contact-us {
		margin-left: 0;
	}
}

.dropzone:after {
	content: '';
	position: relative;
	top: -108px;
	left: -16px;
	right: 15px;
	bottom: 64px;
	z-index: -1;
	border-style: solid;
	border-width: 1px;
	display: block;
	height: 120px;
	width: 105%;
}

@media (max-width:767px) and (min-width:320px) {
	.contact-us-body .row.need-assistance {
		padding-left: 13px;
	}
	.contact-us .frm_error_msg {
		top: -10px;
	}
	.contact-us .input-txt {
		margin-bottom: 18px;
	}
	.contact-us .form-row {
		margin-bottom: 0;
	}
	.contact-us .devider-space {
		margin-bottom: 20px;
	}
	.contact-us h1 {
		margin-top: 15px!important;
		margin-bottom: 18px;
	}
	.contact-us .col-lg-7 {
		padding-right: 15px!important;
	}
	.contact-us .col-lg-6 {
		width: 100%;
	}
	.contact-us .btn-reg-form {
		margin-top: 12px;
		width: 100%;
	}
	.contact-us-body .need-assistance .container {
		padding-top: 25px!important;
	}
	.outer-col {
		padding: 0 15px 0 0;
		border-right: 0;
	}
	.by_email,
	.by_phone {
		height: auto;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.by_phone,
	.by_mail {
		margin-left: 0;
	}
	.dropzone:after {
		width: 112%;
	}
	#msg_con textarea {
		width: 100%;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.container-for-parent .frm-txt {
		width: 100%;
	}
}

@media (min-width:768px) {
	.dropzone:after {
		width: 107%!important;
	}
	.outer-col {
		padding: 0;
	}
}

@media (max-width:768px) and (min-width:320px) {
	.div-grp {
		border-bottom: none!important;
	}
}

@media (max-width:767px) {
	.contact-us .consent label {
		width: 570px;
		max-width: 570px;
		display: block;
		
	}
	.consent input[type='checkbox']:checked+label:after {
    top: 9px !important;
    left: 6px;
}
}

@media (max-width:400px) {
	.by_email,
	.by_phone,
	.by_mail {
		margin-left: 0!important;
		text-align: left;
	}
}

@media (max-width:450px) {
	.by_email,
	.by_phone,
	.by_mail {
		position: relative!important;
		text-align: left;
	}
}

@media (max-width:740px) {
	.by_email,
	.by_phone,
	.by_mail {
		position: relative;
		text-align: left;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
}

@media (max-width:768px) {
	.outer-col {
		min-width: 700px;
	}
	.by_email,
	.by_phone,
	.by_mail {
		text-align: left;
		margin-bottom: 9px;
		padding-bottom: 7px;
	}
	.by_email,
	.by_phone {
		border-bottom: 1px solid #ccc;
	}
}

.message_cnt {
	margin-top: 10px;
}

.update_ownership {
	background-color: #f3f3f3;
	padding: 0 10px 29px 17px;
	margin-top: 61px;
}

.update_ownership p {
	margin-top: 16px;
	width: 95%;
}

.container-for-parent .devider-space {
	margin-top: 0;
}

.need-assistance {
	margin: 30px -125px 0 -80px;
}

.need-assistance .by_email span.div-grp a,
.need-assistance .by_phone span.div-grp a {
	color: black;
}

.g-form-control {
	width: 100%;
}

@media (min-width:100px) and (max-width:767px) {
	.container-for-parent select#topic1 {
		background-size: 12% 100%;
	}
	.attach_file_contactus_new div.dropzone span {
		position: relative;
		top: 18px;
		left: 26px;
	}
	.attach_file_contactus_new #attach_file img {
		position: relative;
		top: -18px;
		right: 100px;
	}
	.container-for-parent #topic1 {
		margin-bottom: 17px;
	}
	div.by_email,
	div.by_phone,
	div.by_mail,
	div.dealer_enq,
	div.by_request {
		height: auto!important;
	}
	.update_ownership p {
		margin-top: 8px;
		margin-bottom: 14px;
		width: 85%;
	}
	.dealer_enq p {
		width: 83%;
	}
	.by_request p {
		width: 83%;
	}
	.update_ownership {
		margin-left: -2%;
		width: 104%;
		margin-top: 40px;
		padding-top: 0;
		padding-bottom: 27px;
	}
	.message_contactus {
		margin-top: -10px;
	}
	.dealer_enq input[type='button'].btn-reg-form {
		width: 100%;
	}
	.by_request input[type='button'].btn-reg-form {
		width: 100%;
	}
	.need-assistance .col-xs-12 {
		min-width: 100%;
		text-align: left;
	}
	.container.contact-us {
		width: 100%;
	}
	.g-form-control {
		width: 100%;
	}
	.need-assistance {
		margin: 0 -15px;
	}
	.dealer_enq {
		margin-left: 0;
		text-align: left;
		padding-top: 20px;
	}
	.by_request {
		margin-left: 0;
		text-align: left;
		padding-top: 20px;
	}
}

div.consent label {
	font-weight: normal;
}

div.consent #consent {
	display: none;
}

.consent input[type='checkbox']:checked+label:after {
	top: 8px;
}

.attach_file_contactus_new #attach_file span {
	font-family: "HyundaiSansTextOffice-Regular";
	margin-top: 24px;
}

.dealer_enq input[type='button'] {
	width: 230px;
	margin-top: 30px;
}
.by_request input[type='button'] {
	width: 230px;
	margin-top: 30px;
}

.by_email img {
	width: 50px;
	height: 50px;
	margin-bottom: 20px;
}

.by_phone img {
	width: 38px;
	height: 50px;
	margin-bottom: 20px;
}

.by_mail img {
	width: 50px;
	height: 34px;
	margin-bottom: 28px;
	margin-top: 8px;
}

.dealer_enq img {
	width: 36px;
	height: 50px;
	margin-bottom: 20px;
}
.by_request img {
	width: 36px;
	height: 50px;
	margin-bottom: 20px;
}

INPUT.frm-txt,
.g-form-control {
	font-family: "HyundaiSansTextOffice-Regular";
}

#header-nav-canvas .nav-login-form input {
	padding: 15px 14px 17px 14px;
}

#attach_file div.dropzone span {
	font-family: "HyundaiSansHead-Bold";
	font-size: 17px;
}

select#topic1,
select#interested_vehicle {
	background: url(../../../../content/dam/hyundai/us/myhyundai/image/general/icon/Arrow%20with%20Line.svg) no-repeat right #fff;
	-webkit-appearance: none;
	background-size: 38px;
	background-size: 7% 100%;
}

/* INPUT.frm-txt:focus~.place_holder {
	transition: top .2s ease, font-size .2s ease, color .2s ease;
}

textarea:focus~.place_holder {
	transition: top .2s ease, font-size .2s ease, color .2s ease;
} */

select#topic1 {
	background-size: 7% 100%;
}

@media screen and (device-aspect-ratio:40/71) {
	.contact-us .consent label {
		max-width: 53%;
	}
}

#header-login-box input#btn-login-form-canvas {
	font-weight: normal!important;
}

@media only screen and (min-device-width:480px) and (max-device-width:767px) and (orientation:landscape) {
	.update_ownership {
		width: 99%;
		margin-left: 10px!important;
	}
	.contact-us #attach_file .dropzone {
		line-height: 93px!important;
	}
	.contact-us-body .row.need-assistance {
		padding-left: 0;
	}
	.update_ownership {
		padding-left: 5%;
		padding-right: 5%;
	}
	.need-assistance .container {
		width: 90%!important;
	}
}

@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :portrait) {
	.outer-col {
		min-width: 44%;
		margin-right: 2%;
		float: left;
	}
	#user-contact-us p {
		margin-bottom: 10px;
	}
	.update_ownership {
		width: 97%;
		margin-left: 10px!important;
	}
	.need-assistance {
		float: left;
		margin: 30px 0 0 -43px;
		width: 116%;
	}
	.contact-us-body div.dealer_enq {
		width: 98%;
	}
	.contact-us-body div.by_request {
		width: 98%;
	}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
	#user-contact-us p {
		margin-bottom: 10px;
	}
	.outer-col {
		width: 24.5%;
		float: left;
		display: block;
	}
	.by_phone,
	.by_mail,
	.dealer_enq,
	.by_request {
		margin-right: 10px;
	}
	.update_ownership input.btn-reg-form.btn-sm {
		width: 230px;
	}
	#attach_file {
		margin-top: 15px;
	}
	.contact-us #attach_file img {
		margin-top: -19px;
	}
	.contact-us-body .need-assistance {
		margin: 30px -125px 0 -85px;
		padding-left: 6%;
		padding-right: 6%;
		float: left;
	}
	.need-assistance .container {
		width: 93%!important;
		margin-left: 26px;
		padding-bottom: 10px;
	}
	.dealer_enq input[type='button'] {
		width: 100%;
	}
	.by_request input[type='button'] {
		width: 100%;
	}
	.contact-us .consent label {
		width: 88%;
	}
	.need-assistance {
		width: 122%;
	}
	.contact-us #attach_file .dropzone {
		line-height: 90px;
	}
	.container.contact-us {
		width: 95.5%;
	}
	.contact-us {
		margin-left: 20px;
	}
	.dealer_enq input[type='button'] {
		margin-top: 0;
	}
	.by_request input[type='button'] {
		margin-top: 0;
	}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
	div.by_mail {
		border-bottom: none!important;
	}
	.by_phone,
	.by_mail,
	.dealer_enq,
	.by_request {
		margin-left: 0!important;
	}
	.update_ownership {
		width: 99%;
		margin-left: 10px!important;
	}
}

@media only screen and (min-device-width:481px) and (max-device-width:1024px) and (orientation:portrait) {
	.contact-us .consent {
		width: 100%;
	}
	.contact-us .consent label {
		width: 96%;
	}
	.by_phone,
	.by_mail,
	.dealer_enq,
	.by_request {
		margin-left: 20px;
		margin-right: 10px;
	}
	.by_email {
		margin-right: 10px;
	}
	.container.contact-us {
		margin-left: 28px;
		width: 93%;
	}
	.need-assistance .container {
		margin-left: 6%;
		padding-bottom: 0;
	}
	.outer-col {
		border-right: 0!important;
		padding-top: 0;
	}
	.contact-us .btn-reg-form {
		width: 230px;
	}
}

@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1.5) {
	.container.contact-us {
		width: 92%;
	}
	.update_ownership {
		margin-left: -44px;
	}
	.contact-us-body .need-assistance .container {
		width: 88%;
		padding-right: 30px;
	}
	.outer-col {
		border-right: 1px solid #ccc!important;
	}
	div.by_mail {
		border-bottom: 0;
	}
	.contact-us-body .need-assistance .container {
		width: 82%;
		margin-left: 74px;
	}
	.outer-col:nth-child(4) {
		border-right: 0!important;
	}
	.container-for-parent .frm-txt {
		width: 100%;
	}
}

@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.5) {
	.update_ownership {
		margin-left: 0;
	}
}

@media (min-width:1200px) {
	.container.contact-us {
		width: 97.2%;
	}
	.contact-us {
		margin-left: 15px;
	}
	.need-assistance {
		margin: 30px -125px 0 -98px;
	}
}

@media (min-width:1024px) and (max-width:1366px) {
	.contact-us h1 {
		line-height: 40px;
		margin-bottom: 15px;
	}
}

@media (max-width:768px) {
	.outer-col {
		border-right: 0;
	}
	.by_email,
	.by_mail {
		height: auto!important;
	}
	div.by_mail {
		border-bottom: 1px solid #ccc;
	}
}

@media (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
	.by_email,
	.by_mail {
		height: 299px!important;
	}
}

@media (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
	.by_mail {
		border-bottom: 0;
	}
}

.suggested_content {
	position: relative;
	float: right;
	margin-top: -65px;
	margin-right: -195px;
	width: 33%;
	border-left: 1px solid #ccc;
}

.contact-us-content h4 {
	margin-left: 20px;
	margin-top: 15px;
	font-family: "HyundaiSansHeadOffice-Light";
	font-size: 20px;
}

.suggested_content span {
	font-family: "HyundaiSansTextOffice-Medium";
	font-size: 16px;
	display: inline-flex;
}

.contactUsSuggestedContent {
	overflow: hidden;
}

.suggested_content .col-lg-12 {
	margin-left: 5px;
	margin-top: 20px;
	border-bottom: 1px solid #ccc;
	padding-left: 15px;
}

.contact_readArticle {
	font-family: "HyundaiSansTextOffice-Regular";
	font-size: 14px;
	margin-bottom: 25px;
	margin-top: 12px;
	display: inline-block;
}

@media (max-width:767px) {
	.contact-us #msg_con {
		width: 100%;
	}
	.suggested_content {
		margin-top: -10px;
		margin-right: 0;
		border-left: 0;
		width: 100%;
		margin-bottom: 20px;
		float: left;
	}
}

@media (max-width:1024px) and (min-width:768px) and (orientation:portrait) {
	.suggested_content {
		width: 30%;
		margin-top: -60px;
		border-left: 0;
	}
	.contactUsSuggestedContent {
		margin-left: -40px;
		width: 100%;
		border-left: 1px solid #ccc;
	}
}

@media (max-width:1024px) and (min-width:768px) and (orientation:landscape) {
	.contact-us #msg_con {
		margin-top: 0;
	}
	.suggested_content {
		margin-top: -60px;
		border-left: 1px solid #ccc;
	}
}

select#topic1,
select#interested_vehicle {
	background-size: 50px 50px!important;
}

@media (min-width:1200px) {
	.contactus_width {
		width: 632px;
	}
}

@media (max-width:767px) and (min-width:320px) {
	#LoginModal .modal-body {
		padding-left: 0;
	}
	#LoginModal .modal-dialog {
		height: 100%;
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.container-for-parent .devider-space {
		margin-top: 0;
	}
}

@media (max-width:768px) {
	.suggested_content {
		margin-top: -10px;
		margin-right: 0;
		border-left: 0;
		width: 100%;
		margin-bottom: 20px;
		float: left;
	}
	.contactUsSuggestedContent {
		margin-left: 0;
		width: 100%;
		border-left: 0;
	}
}

@media (max-width:812px) and (min-width:375px) {
	.suggested_content {
		margin-top: -10px;
		margin-right: 0;
		border-left: 0;
		width: 100%;
		margin-bottom: 20px;
		float: left;
	}
	.contactUsSuggestedContent {
		margin-left: 0;
		width: 100%;
		border-left: 0;
	}
}

.suggestedContentLoginModal .modal-content {
	background-color: #fff;
	background-position: 420px 100px!important;
	background-repeat: no-repeat;
}

.suggestedContentLoginModal .modal-content {
	width: 100%;
	background-color: #fff;
	background-position: right;
	background-repeat: no-repeat;
}

@media (max-width:767px) and (min-width:320px) {
	.suggestedContentLoginModal .modal-content {
		width: 100%;
		float: left;
		height: 100%;
		background-image: none!important;
		margin: 0;
	}
}

@media (min-width:768px) {
	.suggestedContentLoginModal .modal-dialog {
		width: 750px;
	}
}

.suggestedContentLoginModal #modal-login-box .block-left {
	width: 253px;
}

.suggestedContentLoginModal .login-modal-form #link-register-home {
	margin-left: 70px;
}

.suggestedContentLoginModal .remember-me {
	font-family: "HyundaiSansTextOffice-Regular";
	font-size: 14px;
	font-weight: normal;
}

.suggestedContentLoginModal .floating_label {
	font-size: 14px!important;
}

.suggestedContentLoginModal .modal-dialog .frm_error_msg {
	margin-left: 2px!important;
}

#m_btn-login-form {
	font-weight: normal;
}

.suggestedContentLoginModal .login-username input,
.suggestedContentLoginModal .login-password input {
	padding: 17px 21px;
}

@media (min-device-width:768px) {
	.suggestedContentLoginModal .login-modal-form #link-register-home {
		margin-left: 70px;
	}
}

@media (min-device-width:320px) and (max-device-width:812px) {
	#LoginModal .modal-dialog {
		width: 100%;
	}
	#LoginModal .input_legend {
		left: 10px;
	}
	.loginmodal #LoginModal.modal:before {
		content: none;
	}
	.suggestedContentLoginModal .login-modal-form #link-register-home {
		margin-left: 85px;
	}
	.login-modal-form #link-register-home {
		margin-top: -15px;
	}
}

@media (max-width:767px) {
	.suggestedContentLoginModal #modal-login-box .block-right {
		width: 33%;
		display: inline-block;
	}
	.col-md-pull-0 .block-right {
		float: right;
	}
	.suggestedContentLoginModal #modal-login-box .block-left {
		width: 46%;
		display: inline-block;
	}
}

@media (max-width:1024px) and (min-width:768px) and (orientation:portrait) {
	.suggestedContentLoginModal .login-modal-form #link-register-home {
		margin-left: 70px;
	}
}

.notification_message_center {
	display: none;
	position: absolute;
	top: 50px;
	right: 8px;
	background: #fff;
	z-index: 999;
	text-align: left;
}

.notification_message_center {
	box-shadow: 0 0 7.4px .6px #d4d4d4;
	width: 400px;
	right: -20px;
}

.message-header {
	width: 100%;
}

#triangle-up {
	width: 35px;
	height: 10px;
	position: absolute;
	overflow: hidden;
	box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5);
	right: 14px;
	text-align: right;
	float: right;
	top: -10px;
}

#triangle-up:after {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 5px;
	left: 5px;
	box-shadow: 0 0 7.4px .6px #d4d4d4;
}

.message_center_popup {
	width: 100%;
}

.message_center_popup .notification_block {
	overflow-y: auto;
	width: 100%;
	max-height: inherit;
}

#header-alerts-icon .message-center-footer a {
	width: 100%;
	height: 50px;
	/* border-radius: 25px; */
	background-color: var(--blue-btn);
	color: #fff;
	font-size: 16px;
	line-height: 1.56;
	font-family: HyundaiSansTextOffice-Regular;
	padding: 15px 0;
	display: block;
	text-align: center;
}

#header-alerts-icon .message-center-footer a:hover {
	background: var(--blue-btn-hover);
	color: #fff;
}

@media (max-width:767px) {
	#header-alerts-icon .message-center-footer a {
		height: 40px;
		font-size: 14px;
		max-width: 400px;
		text-align: center;
		margin: 0 auto;
		padding: 10px 0;
	}
}

@media (max-width:767px) and (min-width:100px) {
	.notification_message_center {
		right: -61px;
		width: 100vw;
		top: 40px;
	}
	#triangle-up {
		right: 53px;
	}
}

@media (max-width:320px) and (min-width:100px) {
	.notification_message_center {
		width: 277px;
	}
}

#alert_notification .hyundai-modal-header h1 {
	font-size: 56px;
	font-family: "HyundaiSansTextOffice-Regular";
}

#alert_notification .modal-content {
	padding-left: 20px;
	padding-bottom: 30px;
	width: 421px;
	margin-left: 90px;
	margin-top: 90px;
}

.popup-scroll {
	padding: 10px;
	width: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
	padding: 30px;
}

.message-center-footer {
	padding: 10px;
}

@media (max-width:370px) {
	.notification_message_center {
		width: 100vw;
		top: 40px;
	}
}

.container-fluid {
	overflow: hidden;
}

.s16 {
	font-size: 14px!important;
}

@media (max-width:767px) {
	.modal-close {
		display: block;
	}
}

html,
body {
	overflow-x: hidden;
}

@media screen and (min-width:300px) and (max-width:400px) {
	INPUT[type="submit"]#btn-login-form-canvas,
	.button,
	INPUT[type="submit"],
	INPUT[type="button"],
	INPUT[type="button"].button {
		height: 40px!important;
		width: 100%!important;
		padding: 0!important;
	}
}

@media screen and (min-width:401px) and (max-width:767px) {
	INPUT[type="submit"]#btn-login-form-canvas,
	.button,
	INPUT[type="submit"],
	INPUT[type="button"],
	INPUT[type="button"].button {
		height: 40px!important;
		padding: 0!important;
	}
}

@media screen and (min-width:768px) and (max-width:5000px) {
	INPUT[type="submit"]#btn-login-form-canvas,
	.button,
	INPUT[type="submit"],
	INPUT[type="button"],
	INPUT[type="button"].button {
		height: 50px!important;
		padding: 0!important;
	}
}

.offcanvas_login_btn {
	float: left;
}

@media only screen and (min-width:1025px) {
	h1 {
		line-height: 40px!important;
	}
	h2 {
		line-height: 33px!important;
	}
}

@media only screen and (min-width:768px) and (max-width:1024px) {
	h1 {
		font-size: 36px!important;
		line-height: 38px!important;
	}
	h2 {
		font-size: 26px!important;
		line-height: 30px!important;
	}
}

@media only screen and (min-width:320px) and (max-width:767px) {
	h1 {
		line-height: 33px!important;
	}
	h2 {
		line-height: 25px!important;
	}
}

.checkbox-custom {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: transparent;
	border: solid 1px #ccc;
	margin-right: 15px;
}

.checkbox-custom {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: transparent;
	border: solid 1px #ccc;
	margin-right: 15px;
}

#attach_file {
	margin-top: 13px;
	border: 1px solid #ccc;
	height: 120px;
	margin-bottom: 46px;
	width: 100%;
}

#attach_file img {
	margin-left: 18px;
}

#attach_file input {
	visibility: hidden;
	width: 1px;
}

@media (max-width:767px) and (min-width:100px) {
	.login-username {
		margin-bottom: 8px;
		width: 100%;
	}
}

.checkbox-custom {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: transparent;
	border: solid 1px #ccc;
	margin-right: 15px;
}

.checkbox-custom {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: transparent;
	border: solid 1px #ccc;
	margin-right: 15px;
}

@media (max-width:767px) and (min-width:100px) {
	.login-username {
		margin-bottom: 8px;
		width: 100%;
	}
}

@media (max-width:767px) and (min-width:100px) {
	.input-pwd {
		margin-bottom: 0;
	}
}

.login-username span {
	display: inline-table;
	margin-left: 15px;
	margin-top: 5px;
}

textarea::-moz-placeholder,
.g-form-control::-moz-placeholder {
	color: #000;
	opacity: 1;
}

textarea:-ms-input-placeholder,
.g-form-control:-ms-input-placeholder {
	color: #000;
}

textarea::-webkit-input-placeholder,
.g-form-control::-webkit-input-placeholder {
	color: #000;
}

textarea::-ms-expand,
.g-form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.devider-space {
	margin-top: 20px;
	margin-bottom: 13px;
}

@media (max-width:1024px) {
	.g-form-label-select {
		font-size: 12px!important;
	}
}

@media (max-width:767px) {
	INPUT[type="submit"] {
		width: 100%;
	}
}

INPUT[type="button"] {
	min-width: 250px;
}

label {
	font-family: "HyundaiSansTextOffice-Medium";
}

input::-webkit-input-placeholder {
	color: #000;
}

#header-searchbox input::-webkit-input-placeholder {
	color: #fff;
}

#header-searchbox input::-moz-placeholder {
	color: #fff;
}

#header-searchbox input:-ms-input-placeholder {
	color: #fff;
}

#header-searchbox input:-moz-placeholder {
	color: #fff;
}

@media (max-width:767px) {
	h3 {
		line-height: 1.1;
	}
}

.place_holder {
	font-family: "HyundaiSansTextOffice-Medium";
	font-size: 14px;
	position: absolute;
	background-color: #FFF;
	left: 10px;
	top: 15px;
	z-index: -1;
}

input[type="checkbox"] {
	width: auto!important;
	height: auto!important;
}

.place_holder {
	font-family: "HyundaiSansTextOffice-Medium";
	font-size: 14px;
	position: absolute;
	background-color: #FFF;
	left: 10px;
	top: 15px;
	z-index: -1;
}

.input_legend {
	position: absolute;
	font-family: "HyundaiSansTextOffice-Regular";
	font-size: 14px;
	border: 0;
	left: 17px;
	padding: 0 5px;
	top: -3px;
	line-height: 10px;
	background: white;
}

@media (max-width:1024px) and (min-width:768px) {
	#header-logo,
	header.sticky #header-logo {
		margin-left: 30px;
	}
}

@media (max-width:767px) and (min-width:100px) {
	.input_legend {
		position: absolute;
		font-family: "HyundaiSansTextOffice-Regular";
		font-size: 14px;
		border: 0;
		left: 40px;
		padding: 0 5px;
		top: -3px;
		line-height: 10px;
		background: white;
	}
}


/*! CSS Used keyframes */

@-webkit-keyframes spin {
	0 {
		-webkit-transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0 {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	0 {
		-webkit-transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0 {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	0 {
		-webkit-transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0 {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	0 {
		-webkit-transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0 {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

@media print {
	*,
	 :after,
	 :before {
		color: #000!important;
		text-shadow: none!important;
		background: 0 0!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	a[href^="#"]:after {
		content: "";
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:after,
 :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: #337ab7;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #23527c;
	text-decoration: underline;
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

ul {
	margin-top: 0;
	margin-bottom: 10px;
}

.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}

.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width:768px) {
	.container {
		width: 750px;
	}
}

@media (min-width:992px) {
	.container {
		width: 970px;
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px;
	}
}

.container:after,
.container:before,
.row:after,
.row:before {
	display: table;
	content: " ";
}

.container:after,
.row:after {
	clear: both;
}

@media (min-width: 1025) and (max-width:1279px) {
	.container {
		width: 985px;
	}
}

@media (min-width: 1280) {
	.container {
		width: 1240px;
	}
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

a {
	color: #fff;
}

a:hover,
a:focus {
	color: #0074c8;
}

a:focus {
	text-decoration: none!important;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

/* body a {
	color: #0074c8;
	border-bottom: solid 1px #0074c8;
	text-decoration: none;
}

body a:hover {
	color: #003f86;
	border-bottom: solid 0px #003f86;
	text-decoration: none;
}

body a:focus {
	outline: none!important;
} */

/* .tab-navigation {
	background: #cccccc;
	text-align: center;
	width: 100%;
}

.tab-navigation.fixed-tab-nav {
	left: 0;
	z-index: 999;
	position: relative;
	top: 0;
}

.tab-navigation ul {
	margin: 0;
	border: none;
}

.tab-navigation ul li {
	padding: 0;
	margin: 0 -4px 0 0;
}

.tab-navigation ul li a {
	color: #000000!important;
	border: none;
	padding: 20px 25px 8px 25px;
	font-family: "HyundaiSansTextOffice-Regular";
	font-size: 14px;
	display: inline-block;
}

.tab-navigation ul li a:hover,
.tab-navigation ul li a:active {
	background: #ffffff;
	color: #0074c8;
	text-decoration: none;
}

.tab-navigation ul li.active a {
	background: #ffffff!important;
	color: #0074c8!important;
}

@media (max-width: 767px) {
	.tab-navigation ul {
		white-space: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.tab-navigation ul li a:hover {
		background: transparent;
		color: #000;
	}
}

a:link {
	color: #0074c8;
	border-bottom: 1px solid #0074c8;
	outline: 0;
}

a:visited {
	color: #0074c8;
	border-bottom: 1px solid #0074c8;
}

a:hover {
	color: #003f86;
	border-bottom: 1px solid #003f86;
}

a:focus {
	color: #0074c8;
	border-bottom: 1px solid #0074c8;
}

a:active {
	color: #0074c8;
	border-bottom: 1px solid #0074c8;
}

@media (max-width: 768px) {
	.tab-navigation ul {
		white-space: nowrap;
	}
} */

.tab-navigation.fixed-tab-nav {
	top: 0;
	position: relative;
}

::-webkit-input-placeholder,
 :-moz-placeholder,
 ::-moz-placeholder,
 :-ms-input-placeholder {
	font-weight: normal;
	opacity: 1;
	font-family: "HyundaiSansTextOffice-Regular";
	font-size: 14px;
}

::-webkit-input-placeholder {
	-webkit-opacity: 1;
}

:-moz-placeholder,
 ::-moz-placeholder {
	-moz-opacity: 1;
}

:-ms-input-placeholder {
	opacity: 100;
}

::-moz-placeholder {
	color: #000000;
	background: transparent;
	font-family: "HyundaiSansTextOffice-Regular";
}

::-webkit-input-placeholder {
	color: #ffffff;
	opacity: 1;
	-webkit-opacity: 1;
}

:-moz-placeholder,
 ::-moz-placeholder {
	color: #ffffff;
	opacity: 1;
	-moz-opacity: 1;
}

:-ms-input-placeholder {
	color: #ffffff;
	opacity: 1;
	opacity: 100;
}

li a {
	text-decoration: none;
	color: #000000;
}

a.dealer-call-number, a.dealer-call-number:hover {
	color: #333;
    border-bottom: none;
    font-weight: 700;
}

::-moz-placeholder {
	color: #000000;
	opacity: 1;
	-moz-opacity: 1;
}

ul {
	margin: 0;
}

ul {
	margin: 0;
}


/*======TABLE=====*/

img {
	border: 0;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	padding: 0;
}

@media print {
	*,
	 :after,
	 :before {
		color: #000!important;
		text-shadow: none!important;
		background: 0 0!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important;
	}
	img,
	tr {
		page-break-inside: avoid;
	}
	img {
		max-width: 100%!important;
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:after,
 :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	vertical-align: middle;
}

table {
	background-color: transparent;
}

::-moz-placeholder {
	color: #000000;
	opacity: 1;
	-moz-opacity: 1;
	background: transparent;
}

@media (min-width: 768px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
	.label-color {
		white-space: normal;
	}
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.label-color {
	color: #888;
}

::-webkit-input-placeholder,
 :-moz-placeholder,
 ::-moz-placeholder,
 :-ms-input-placeholder {
	font-weight: normal;
	opacity: 1;
	font-family: "HyundaiSansTextOffice-Regular";
	font-size: 14px;
}

::-webkit-input-placeholder {
	-webkit-opacity: 1;
}

:-moz-placeholder,
 ::-moz-placeholder {
	-moz-opacity: 1;
}

:-ms-input-placeholder {
	opacity: 100;
}

::-moz-placeholder {
	color: #000000;
	background: transparent;
	font-family: "HyundaiSansTextOffice-Regular";
}

::-webkit-input-placeholder {
	color: #ffffff;
	opacity: 1;
	-webkit-opacity: 1;
}

:-moz-placeholder,
 ::-moz-placeholder {
	color: #ffffff;
	opacity: 1;
	-moz-opacity: 1;
}

:-ms-input-placeholder {
	color: #ffffff;
	opacity: 1;
	opacity: 100;
}

::-moz-placeholder {
	color: #000000;
	opacity: 1;
	-moz-opacity: 1;
}

.contact-us #attach_file img {
	margin-left: 20px;
}

.file_delete {
	cursor: pointer;
}

.extra-progress-wrapper span {
	line-height: 30px;
}

@media (min-width:100px) and (max-width:767px) {
	.attach_file_contactus_new #attach_file img {
		position: relative;
		top: -18px;
		right: 100px;
	}
	.attach_file_contactus_new #attach_file img.closeUploadFile {
		position: inherit;
		margin-left: 2px;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {
	.contact-us #attach_file img {
		margin-top: -19px;
	}
}



.attachment-fileowner {
	width: 30%!important;
}

@media (min-width: 414px) and (max-width: 736px) {
	.attachment-fileowner {
		padding-right: 5px;
	}
}

#attach_file img {
	margin-left: 18px;
}


img {
	border: 0;
}

@media print {
	*,
	 :after,
	 :before {
		color: #000!important;
		text-shadow: none!important;
		background: 0 0!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important;
	}
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100%!important;
	}
	p {
		orphans: 3;
		widows: 3;
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:after,
 :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	vertical-align: middle;
}

p {
	margin: 0 0 10px;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width:768px) {
	.container {
		width: 750px;
	}
}

@media (min-width:992px) {
	.container {
		width: 970px;
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px;
	}
}

.container:after,
.container:before,
.row:after,
.row:before {
	display: table;
	content: " ";
}

.container:after,
.row:after {
	clear: both;
}

@media (min-width: 1025) and (max-width:1279px) {
	.container {
		width: 985px;
	}
}

@media (min-width: 1280) {
	.container {
		width: 1240px;
	}
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.banner-container {
	position: relative;
	max-height: 225px;
	width: 100%;
	height: auto;
	background-position: center;
	background-size: 100%;
	padding-top: 90px;
	background-repeat: no-repeat;
}

.banner-container {
	min-height: 215px;
	padding-top: 50px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	.banner-container {
		min-height: inherit;
		padding-top: 0;
	}
}

.banner-container .row {
	margin: 0;
}

#connected_service_banner .cs_header_image_logo {
	width: 176px;
	display: block;
}

.banner-container .text-wrapper {
	color: #ffffff;
	margin-bottom: 25px;
}

.banner-container .text-wrapper {
	margin-bottom: 5px;
}

@media (max-width: 767px) {
	.banner-container {
		min-height: 162px;
	}
	.banner-container .text-wrapper {
		left: 15px;
	}
	#connected_service_banner {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: -90px center;
		padding-top: 30px;
		width: 100%!important;
	}
	#connected_service_banner .text-wrapper p {
		display: block;
	}
}

.banner-container .text-wrapper p {
	width: 43%;
	display: inline-block;
	margin-top: 19px;
	font-size: 16px;
}

@media (max-width: 768px) {
	#connected_service_banner.banner-container .text-wrapper p {
		width: 100%;
	}
	#connected_service_banner .cs_header_image_logo {
		width: 126px;
	}
	.banner-container .text-wrapper p {
		font-size: 13px;
	}
}

@media (max-width: 767px) {
	.banner-container .text-wrapper p {
		display: none;
	}
}

#connected_service_banner {
	width: 100vw!important;
	left: calc(-50vw + 50%);
	background-size: cover;
}

::-webkit-input-placeholder,
 :-moz-placeholder,
 ::-moz-placeholder,
 :-ms-input-placeholder {
	font-weight: normal;
	opacity: 1;
	font-family: "HyundaiSansTextOffice-Regular";
	font-size: 14px;
}

::-webkit-input-placeholder {
	-webkit-opacity: 1;
}

:-moz-placeholder,
 ::-moz-placeholder {
	-moz-opacity: 1;
}

:-ms-input-placeholder {
	opacity: 100;
}

::-moz-placeholder {
	color: #000000;
	background: transparent;
	font-family: "HyundaiSansTextOffice-Regular";
}

::-webkit-input-placeholder {
	color: #ffffff;
	opacity: 1;
	-webkit-opacity: 1;
}

:-moz-placeholder,
 ::-moz-placeholder {
	color: #ffffff;
	opacity: 1;
	-moz-opacity: 1;
}

:-ms-input-placeholder {
	color: #ffffff;
	opacity: 1;
	opacity: 100;
}

::-moz-placeholder {
	color: #000000;
	opacity: 1;
	-moz-opacity: 1;
}

#connected_service_banner .text-wrapper p {
	width: 46%!important;
}

@media (max-width: 1024px) and (min-width:768px) {
	#connected_service_banner {
		background-size: inherit;
	}
}

@media (max-width: 768px) {
	#connected_service_banner .text-wrapper p {
		width: 79%!important;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	#connected_service_banner {
		background-size: inherit;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	#connected_service_banner .container {
		width: 100%;
	}
}

@media (min-width: 1024px) {
	#connected_service_banner .text-wrapper {
		margin-left: -15px;
	}
}

.custom-highalert-msg {
	background-color: rgba(0, 116, 200, 1);
    color: #ffffff;
    font-size: 16px;
    left: calc(-50vw + 50%);
    width: 100vw!important;
    position: relative;
    padding: 10px;
    text-align: center;
}

.custom-highalert-msg p{
	margin: 10px;
	line-height: 1.5;
}

.contact_page_title {
	line-height: 36px;
	font-size: 30px;
	font-family: "HyundaiSansHead-Bold";
	margin: 0;
}

@media (max-width: 1024px) and (min-width: 768px) {
	.dashboard .nogcs_vehicle {
		margin-top: -50px;
	}
	.nogcs_vehicle .vh-vinsubtitle-v4 {
		margin-bottom: 1px;
	}
	.nogcs_vehicle .alertstep-block-v4 .alertstepblk-button {
		margin-top: 0;
	}
	.nogcs_vehicle .alertstepblk-count-text .alertstep-number {
		font-size: 70px!important;
		line-height: 80px!important;
	}
}


}
@media (max-width: 767px) {
	.vh-vinsubtitle-v4 {
		font-size: 14px;
	}
}
.odometer_details_dashboard {
	float: left;
	margin-right: 15px;
}
.dash-last-update {
	width: 100%;
	display: inline-block;
}

}
img {
	vertical-align: middle;
}
h4 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
h4 {
	margin-top: 10px;
	margin-bottom: 10px;
}
h4 {
	font-size: 18px;
}
.col-md-3,
.col-xs-6 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-6 {
	float: left;
}
.col-xs-6 {
	width: 50%;
}
@media (min-width:992px) {
	.col-md-3 {
		float: left;
	}
	.col-md-3 {
		width: 25%;
	}
}
.row:after,
.row:before {
	display: table;
	content: " ";
}
.row:after {
	clear: both;
}
@media (max-width:767px) {
	.hidden-xs {
		display: none!important;
	}
}
.col-md-3,
.col-xs-6 {
	padding-left: 10px;
	padding-right: 10px;
}
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
h4 {
	font-family: "HyundaiSansHead-Bold";
	font-size: 18px;
	line-height: 21px;
}
@media (max-width:767px) {
	h4 {
		font-size: 16px;
		line-height: 19px;
	}
}
a {
	color: #fff;
}
a:hover,
a:focus {
	color: #0074c8;
}
a:focus {
	text-decoration: none!important;
}
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
h4 {
	margin: 0;
}
/* body a {
	color: #0074c8;
	border-bottom: solid 1px #0074c8;
	text-decoration: none;
}
body a:hover {
	color: #003f86;
	border-bottom: solid 1px #003f86;
	text-decoration: none;
}
body a:focus {
	outline: none!important;
}
a:link {
	color: #0074c8;
	border-bottom: 1px solid #0074c8;
	outline: 0;
}
a:visited {
	color: #0074c8;
	border-bottom: 1px solid #0074c8;
}
a:hover {
	color: #003f86;
	border-bottom: 1px solid #003f86;
}
a:focus {
	color: #0074c8;
	border-bottom: 1px solid #0074c8;
}
a:active {
	color: #0074c8;
	border-bottom: 1px solid #0074c8;
} */
::-webkit-input-placeholder,
 :-moz-placeholder,
 ::-moz-placeholder,
 :-ms-input-placeholder {
	font-weight:normal;
	opacity:1;
	font-family:"HyundaiSansTextOffice-Regular";
	font-size:14px;
}
::-webkit-input-placeholder {
	-webkit-opacity:1;
}
:-moz-placeholder,
 ::-moz-placeholder {
	-moz-opacity:1;
}
:-ms-input-placeholder {
	opacity:100;
}
::-moz-placeholder {
	color:#000;
	background:transparent;
	font-family:"HyundaiSansTextOffice-Regular";
}
::-webkit-input-placeholder {
	color:#fff;
	opacity:1;
	-webkit-opacity:1;
}
:-moz-placeholder,
 ::-moz-placeholder {
	color:#fff;
	opacity:1;
	-moz-opacity:1;
}
:-ms-input-placeholder {
	color:#fff;
	opacity:1;
	opacity:100;
}
::-moz-placeholder {
	color:#000;
	opacity:1;
	-moz-opacity:1;
}
.row.row-mrl-10 {
	margin-left: -10px;
	margin-right: -10px;
}
.row.row-mrl-10 [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}
.selectcategory-contact-block {
	float: left;
	width: 100%;
	background: #f3f3f3;
	padding: 25px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
@media (min-width:768px) {
	.selectcategory-contact-block:hover {
		background: #fff;
		box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
		transform: scale(1.15, 1.15);
		transition: all ease-in-out .2s;
	}
}
.selectcatblk_icon_center {
	text-align: center;
	float: left;
	width: 100%;
	margin: 48px 0 10px 0;
}
.selectcatblk_title_center {
	text-align: center;
	float: left;
	width: 100%;
}
.selectcatblk_title_center h4 {
	font-family: "HyundaiSansHeadOffice-Regular";
	font-size: 17px;
	color: #000;
	font-weight: bold;
}
.selectcatblk_desc {
	float: left;
	width: 100%;
	font-family: "HyundaiSansTextOffice-Regular";
	font-size: 14px;
	min-height: 80px;
	color: #000;
}
.selectcategory-contact-block:hover .selectcatblk_desc {
	opacity: 0;
}
.selectcatblk_button {
	opacity: 0;
	position: absolute;
	bottom: 30px;
	left: 25px;
	right: 25px;
}
.selectcatblk_button a {
	background: var(--blue-btn);
	color: #fff!important;
	font-family: "HyundaiSansHeadOffice-Light";
	padding: 15px 10px;
	width: 100%;
	float: left;
	border: 0;
	text-align: center;
	/* border-radius: 30px; */
}
.selectcatblk_button a:hover {
	padding: 15px 10px;
	border: 0;
	background: var(--blue-btn-hover);
}
@media (min-width:768px) {
	.selectcategory-contact-block:hover .selectcatblk_button {
		opacity: 1;
	}
}
@media (max-width:767px) {
	.resources_outer {
		text-align: center;
		margin: 0 auto;
		width: 100%;
	}
	.selectcatblk_icon_center {
		margin: 0 0 6px 0;
	}
	.selectcatblk_icon {
		text-align: center;
		margin-bottom: 9px;
	}
	.selectcatblk_icon_cneter img {
		max-height: 32px;
	}
	.selectcatblk_title_center h4 {
		font-size: 14px;
	}
	.selectcatblk_desc {
		display: none;
	}
	.selectcategory-contact-block {
		margin-bottom: 10px;
		padding: 10px;
		height: 127px!important;
	}
	.selectcatblk_button {
		bottom: 20px;
		left: 10px;
		right: 10px;
	}
	.selectcatblk_button a {
		padding: 10px;
	}
	.row.row-mrl-10 {
		margin-left: -5px;
		margin-right: -5px;
	}
	.row.row-mrl-10 [class*="col-"] {
		padding-left: 5px;
		padding-right: 5px;
	}
	.row.row-mrl-10 {
		margin-left: -10px;
		margin-right: -10px;
	}
	.selectcatblk_title_center {
		text-align: center;
		float: left;
		width: 100%;
	}
}
.selectcatblk_icon_center img {
	width: 50px;
	height: 50px;
}
.genesisresources a:visited {
	border-bottom: 1px solid #CCC;
}
.genesisresources a:link {
	border-bottom: 1px solid #CCC;
}
.genesisresources {
	padding-left: 10px;
	padding-right: 10px;
}
@media (max-width:1024px) {
	.selectcatblk_desc {
		display: none;
	}
	.selectcatblk_button {
		display: none;
	}
	.selectcategory-contact-block {
		text-align: center;
		display: flex;
		align-items: center;
		height: 175px;
	}
	.resources_outer .selectcatblk_title_center h4 {
		margin-bottom: -6px;
	}
	.resources_outer {
		margin: 0 auto;
	}
}
@media (min-width:1024px) and (orientation:portrait) {
	.selectcategory-contact-block {
		float: left;
		width: 100%;
		background: #f3f3f3;
		padding: 25px;
		margin-bottom: 20px;
		overflow: hidden;
		position: relative;
		height: 235px;
	}
}
@media (min-width:1024px) and (orientation:landscape) {
	.selectcategory-contact-block {
		float: left;
		width: 100%;
		background: #f3f3f3;
		padding: 25px;
		margin-bottom: 20px;
		overflow: hidden;
		position: relative;
		height: 235px;
	}
}
@media screen {
	a {
		text-decoration: none!important;
	}
	.question_wrap-label input:checked::before {
		background: #0074c8;
	}
	.question_wrap-label input::before {
		content: '';
		display: block;
		width: 60%;
		height: 60%;
		margin: 20% auto;
		border-radius: 50%;
	}
	.question_wrap-label input {
		-webkit-appearance: none;
		width: 20px;
		height: 20px;
		border: 1px solid #cccccc;
		border-radius: 50%;
		outline: none;
		box-shadow: 0 0 0px 0px grey inset;
		background: white;
		margin-left: 10px;
		vertical-align: middle;
		margin-top: 0;
	}
}
.place_holder.ph_caption {
	top: -8px!important;
	z-index: 2!important;
}
/* textarea:focus~.place_holder {
	transition: top 0.2s ease,
	font-size 0.2s ease,
	color 0.2s ease
} */

/* @font-face {
	font-family: 'Glyphicons Halflings';
	src: url(fonts/glyphicons-halflings-regular.eot);
	src: url(fonts/glyphicons-halflings-regular.eot#iefix) format('embedded-opentype'),
	url(fonts/glyphicons-halflings-regular.woff2) format('woff2'),
	url(fonts/glyphicons-halflings-regular.woff) format('woff'),
	url(fonts/glyphicons-halflings-regular.ttf) format('truetype'),
	url(fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
@font-face {
	font-family: 'HyundaiSansTextOffice-Regular';
	src: url(fonts/hyundaisanstextoffice-regular/hyundaisanstextoffice-regular.eot);
	src: url(fonts/hyundaisanstextoffice-regular/hyundaisanstextoffice-regular.eot#iefix) format('embedded-opentype'),
	url(fonts/hyundaisanstextoffice-regular/hyundaisanstextoffice-regular.woff2) format('woff2'),
	url(fonts/hyundaisanstextoffice-regular/hyundaisanstextoffice-regular.woff) format('woff'),
	url(fonts/hyundaisanstextoffice-regular/hyundaisanstextoffice-regular.ttf) format('truetype'),
	url(fonts/hyundaisanstextoffice-regular/hyundaisanstextoffice-regular.svg#HyundaiSansTextOffice-Regular) format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HyundaiSansHeadOffice-Regular';
	src: url('fonts/hyundaisansheadoffice-regular/hyundaisansheadoffice-regular.eot');
	src: url('fonts/hyundaisansheadoffice-regular/hyundaisansheadoffice-regular.eot#iefix') format('embedded-opentype'),
	url('fonts/hyundaisansheadoffice-regular/hyundaisansheadoffice-regular.woff2') format('woff2'),
	url('fonts/hyundaisansheadoffice-regular/hyundaisansheadoffice-regular.woff') format('woff'),
	url('fonts/hyundaisansheadoffice-regular/hyundaisansheadoffice-regular.ttf') format('truetype'),
	url('fonts/hyundaisansheadoffice-regular/hyundaisansheadoffice-regular.svg#HyundaiSansHeadOffice-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HyundaiSansHeadOffice-Medium';
	src: url('fonts/hyundaisansheadoffice-medium/hyundaisansheadoffice-medium.eot');
	src: url('fonts/hyundaisansheadoffice-medium/hyundaisansheadoffice-medium.eot#iefix') format('embedded-opentype'),
	url('fonts/hyundaisansheadoffice-medium/hyundaisansheadoffice-medium.woff2') format('woff2'),
	url('fonts/hyundaisansheadoffice-medium/hyundaisansheadoffice-medium.woff') format('woff'),
	url('fonts/hyundaisansheadoffice-medium/hyundaisansheadoffice-medium.ttf') format('truetype'),
	url('fonts/hyundaisansheadoffice-medium/hyundaisansheadoffice-medium.svg#HyundaiSansHeadOffice-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HyundaiSansTextOffice-Medium';
	src: url('fonts/hyundaisanstextoffice-medium/hyundaisanstextoffice-medium.eot');
	src: url('fonts/hyundaisanstextoffice-medium/hyundaisanstextoffice-medium.eot#iefix') format('embedded-opentype'),
	url('fonts/hyundaisanstextoffice-medium/hyundaisanstextoffice-medium.woff2') format('woff2'),
	url('fonts/hyundaisanstextoffice-medium/hyundaisanstextoffice-medium.woff') format('woff'),
	url('fonts/hyundaisanstextoffice-medium/hyundaisanstextoffice-medium.ttf') format('truetype'),
	url('fonts/hyundaisanstextoffice-medium/hyundaisanstextoffice-medium.svg#HyundaiSansTextOffice-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HyundaiSansHead-Bold';
	src: url('fonts/hyundaisansheadoffice-bold/HyundaiSansHead-Bold.eot');
	src: url('fonts/hyundaisansheadoffice-bold/HyundaiSansHead-Bold.eot#iefix') format('embedded-opentype'),
	url('fonts/hyundaisansheadoffice-bold/HyundaiSansHead-Bold.woff2') format('woff2'),
	url('fonts/hyundaisansheadoffice-bold/HyundaiSansHead-Bold.woff') format('woff'),
	url('fonts/hyundaisansheadoffice-bold/HyundaiSansHead-Bold.ttf') format('truetype'),
	url('fonts/hyundaisansheadoffice-bold/HyundaiSansHead-Bold.svg#HyundaiSansHead-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HyundaiSansTextOffice-Bold';
	src: url('fonts/hyundaisanstextoffice-bold/hyundaisanstextoffice-bold.eot');
	src: url('fonts/hyundaisanstextoffice-bold/hyundaisanstextoffice-bold.eot#iefix') format('embedded-opentype'),
	url('fonts/hyundaisanstextoffice-bold/hyundaisanstextoffice-bold.woff2') format('woff2'),
	url('fonts/hyundaisanstextoffice-bold/hyundaisanstextoffice-bold.woff') format('woff'),
	url('fonts/hyundaisanstextoffice-bold/hyundaisanstextoffice-bold.ttf') format('truetype'),
	url('fonts/hyundaisanstextoffice-bold/hyundaisanstextoffice-bold.svg#HyundaiSansTextOffice-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HyundaiSansHeadOffice-Light';
	src: url('fonts/hyundaisansheadoffice-light/hyundaisansheadoffice-light.eot');
	src: url('fonts/hyundaisansheadoffice-light/hyundaisansheadoffice-light.eot#iefix') format('embedded-opentype'),
	url('fonts/hyundaisansheadoffice-light/hyundaisansheadoffice-light.woff2') format('woff2'),
	url('fonts/hyundaisansheadoffice-light/hyundaisansheadoffice-light.woff') format('woff'),
	url('fonts/hyundaisansheadoffice-light/hyundaisansheadoffice-light.ttf') format('truetype'),
	url('fonts/hyundaisansheadoffice-light/hyundaisansheadoffice-light.svg#HyundaiSansHeadOffice-Light') format('svg');
	font-weight: normal;
	font-style: normal;
} */

/*========= limuel's css =====================================================*/
.contact-us .padRight {
	margin-right: 12px;
}
#page-body .topPad {
	margin: 20px 0 0 55px;
}
@media (max-width: 767px) and (min-width: 100px) {
	#page-body .topPad {
		margin: 0;
	}
}
/* @media (max-width: 768px) {
	.tab-navigation ul li a {
		padding: 20px 10px 8px 10px;
	}
} */
.noWidth {
	width: 0px!important;
}
#attach_file input.attachDesc {
	height: 32px;
	font-family: "HyundaiSansTextOffice-Regular";
	width: 94%;
	border: solid 1px #ccc;
	visibility: visible;
	padding-left: 8px;
}
input.attachDesc::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #ccc;
}
input.attachDesc::-moz-placeholder {
	/* Firefox 19+ */
	color: #ccc;
}
input.attachDesc:-ms-input-placeholder {
	/* IE 10+ */
	color: #ccc;
}
input.attachDesc:-moz-placeholder {
	/* Firefox 18- */
	color: #ccc;
}
.question_wrap-label label input {
	margin: 0 8px 8px 0;
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	border: 1px solid #cccccc;
	border-radius: 50%;
	outline: none;
	box-shadow: 0 0 0px 0px grey inset;
	background: white;
	margin-left: 10px;
	vertical-align: middle;
	margin-top: 0;
}
.question_wrap-label label input:hover {
	box-shadow: 0 0 5px 0px orange inset;
}
.question_wrap-label label {
	margin: 0 12px 0 0;
}
.form-row input.search_dealer_updated_icon {
	background: url(../../../../content/dam/hyundai/us/myhyundai/image/general/icon/cs-search.png) no-repeat right center;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 0px;
	right: 15px;
	text-indent: -9999px;
	border: none;
}
@media (max-width: 767px) {
	.form-row input.search_dealer_updated_icon {
		position: absolute;
		top: -14px;
		/* right: 15px; */
		
		text-indent: -9999px;
		border: none;
	}
}
.calendar_icon {
	cursor: pointer;
	background: url(../../../../content/dam/hyundai/us/myhyundai/image/general/icon/calendar.png) no-repeat right center;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 12px;
	right: 15px;
	text-indent: -9999px;
	border: none;
}
@media (max-width: 768px) {
	.form-row input.calendar_icon {
		position: absolute;
		top: -14px;
		/* right: 15px; */
		
		text-indent: -9999px;
		border: none;
	}
}
.contact_second_title {
	margin: 32px 0 0 70px;
	font-family: "HyundaiSansHead-Bold";
	font-size: 20px;
	line-height: 23px;
}
@media (max-width: 767px) {
	.contact_second_title {
		margin: 22px 0 0 16px;
		font-family: "HyundaiSansHead-Bold";
		font-size: 20px;
		line-height: 23px;
	}
}
@media (max-width: 767px) {
	.contact_second_title {
		line-height: 1.1;
	}
	.step-area {
		margin: 16px 0 0 0!important;
	}
	.question_label {
		padding: 0!important;
	}
	.message-area .mssg {
		width: 92%!important;
	}
}
.question_label {
	padding: 0 0 22px 0;
}
.button_center {
	width: 100%;
	text-align: center;
}
@media (max-width: 767px) and (min-width: 320px) {
	INPUT[type="submit"].button_out {
		width: 96%!important;
	}
}
.nonEditables {
	margin: 0 0 14px 0;
}
@media (max-width: 1024px) and (min-width: 768px) {
	#page-body .topPad {
		margin: 16px 25px;
	}
	.ipad_two_bottons {
		width: 100%!important;
	}
	.explain-area {
		width: 100%!important;
	}
	.contact_second_title {
		margin: 32px 0 0 42px!important;
	}
	.step-area {
		margin: 16px 0 0 24px!important;
	}
	.contact-us .col-lg-7 {
		width: 100%;
	}
	INPUT[type="submit"].short_button {
		margin-right: 6px;
		width: 32%!important;
	}
}
@media (max-width: 1024px) and (min-width: 768px)and (orientation: portrait) {
	.form-row input.search_dealer_updated_icon {
		position: absolute;
		top: 0;
		/* right: 15px; */
		
		text-indent: -9999px;
		border: none;
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
	.ipad_none {
		display: none!important;
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
	#connected_service_banner .text-wrapper {
		margin: 30px 0 16px 22px;
	}
}
.genesis_consumer_heading {
	margin: 50px 0 26px 10px;
}
@media (max-width: 767px) and (orientation: portrait) {
	input[type='button'].dealer_locator_button {
		width: 96%!important;
		padding: 0!important;
		margin: 0!important;
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
	.selectcatblk_icon_center {
		text-align: center;
		float: left;
		width: 100%;
		margin: 0px 0 10px 0;
	}
}

.toolTip_hover {
	right: -34px;
	width: 22px;
	position: absolute;
	height: 22px;
	top: 14px;
}
.toolTip_hover img {
	cursor: pointer;
	width: 20px;
	height: 20px;
}
.tooltip_vin {
	width: 290px;
	bottom: 38px;
	padding: 20px;
	color: #000!important;
	right: -130px;
	border: solid 1px #cecece;
	background-color: #fff;
	color: white;
	/* border-radius: 5px; */
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.3s linear,
	opacity 0.3s linear;
	position: absolute;
	-webkit-box-shadow: 1px 1px 10px #eee;
	-moz-box-shadow: 1px 1px 10px #eee;
	box-shadow: 1px 1px 10px #eee;
	z-index: 999;/*MYHF-5338*/
}
/*MYHF-5338*/
.toolTip_hover .tooltip_vin.tooltip_vin_active {
	visibility: visible;
	opacity: 1;
}
.toolTip_arrow {
	cursor: pointer;
	position: absolute;
	width: 23px;
	height: 38px;
	bottom: -34px;
	right: 132px;
	background-image: url(../../../../content/dam/hyundai/us/myhyundai/image/general/icon/down_arrow.png);
	background-repeat: no-repeat;
	background-position: -5px 0px;
}
.tooltip_vin h3 {
	font-family: "HyundaiSansHead-Bold";
	font-size: 20px;
	line-height: 23px;
	padding: 0;
	margin: 0;
}
@media (max-width: 767px) {
	.zip_space {
		margin-top: 18px;
	}
	.toolTip_hover {
		right: 0;
		top: -32px;
	}
	.tooltip_vin {
		bottom: 0px;
		right: 38px;
	}
	.toolTip_arrow {
		bottom: -8px;
		right: -23px;
		background-image: url(../../../../content/dam/hyundai/us/myhyundai/image/general/icon/right_arrow.png);
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
	.state_space {
		margin-bottom: 18px;
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
	.tooltip_vin {
		bottom: 0px;
		right: 38px;
	}
	.toolTip_arrow {
		bottom: -8px;
		right: -23px;
		background-image: url(../../../../content/dam/hyundai/us/myhyundai/image/general/icon/right_arrow.png);
	}
}

.gj-unselectable .glyphicon-chevron-right{
	line-height: 33px;
}
.arrow_dead{
	opacity: 0.1;
}
.arrow_dead span.glyphicon-chevron-right{
	cursor: default;
}
.gj-picker div[role="navigator"] div.arrow_live{
	right: 23px;
    position: absolute;
    margin: 0;
}
.contact-us-body{
	margin-top: 40px;
}
/*=============== FROM KIA ====================================================*/
.mt30 {
	margin-top: 10px;
}
.m2 li {
	width: 50%!important;
}
.write-area {
	display: block;
	width: 100%;
}
.write-area li {
	display: inline-block;
	float: left;
	width: 30%;
	margin-left: 5%;
	margin-bottom: 2px;
}
.write-area li:first-child,
.write-area li:nth-child(3n+1) {
	margin-left: 0;
}
div.area_msg_type .write-area li {
	margin-left: 0;
	/*padding-left:10%;*/
}
@media all and (max-width:979px) {
	.write-area li {
		width: 100%!important;
		margin-left: 0;
	}
	div.area_msg_type .write-area li {
		padding-top: 12px;
		margin-left: 0;
		padding-left: 0;
	}
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fa-check:before {
	content: "\f00c";
}
.m4 li {
	list-style: none;
}
.m4 li {
	width: auto!important;
	margin-right: 20px;
}
.step-area {
	margin: 16px 0 0 44px;
	width: 100%;
	/* background-color: #f1f5f7; */
	height: 35px;
}
.step-area .step {
	margin: 0 0 0 28px;
	min-width: 998px;
	max-width: 1200px;
}
.step-area .step ul {
	width: 100%;
	height: 34px;
}
.step-area .step ul li {
	float: left;
	height: 34px;
	text-transform: uppercase;
	color: #222;
	/* padding: 0 10px; */
	text-align: left;
	font-family: 'designk-bold';
	line-height: 2.4;
	font-size: 14px;
	position: relative;
	/* letter-spacing: -0.05em; */
}
.step-area .step ul li i {
	position: absolute;
	right: 20px;
	top: 10px;
	display: none;
}
.step-area .step ul li:first-child {
	/*border-left: 1px solid #d1d1d1;*/
}
.step-area .step ul li:last-child {
	background: #fff;
	/*border-right: 1px solid #d1d1d1;*/
}
.step-area .step ul li.step-progress i {
	font-family: "HyundaiSansTextOffice-Regular";
	display: block;
	color: #999;
}
.step-area .step ul li.step-progress {
	font-family: "HyundaiSansTextOffice-Regular";
	color: #000000;
}
.step-area .step ul li.step-progress .fa-check::before {
	font-family: "HyundaiSansTextOffice-Regular";
	content: "\f040";
	color: #bc1728;
}
.step-area .step ul li.step-progress span.step-title {
	font-family: "HyundaiSansTextOffice-Regular";
	color: #000000;
}
.step-area .step ul li.step-ready {
	font-family: "HyundaiSansTextOffice-Regular";
	color: #bebebe;
}
.step-area .step ul li.step-ready span.step-title {
	font-family: "HyundaiSansTextOffice-Regular";
	color: #a8a8a8;
}
.step-area .step ul li span.step-title {
	font-family: "HyundaiSansTextOffice-Regular";
	display: inline-block;
	color: #666;
	padding-left: 7px;
}
@media all and (max-width:979px) {
	.step-area {
		height: 27px;
	}
	.step-area .step {
		margin: -2px;
		min-width: 100%;
		max-width: 100%;
	}
	.step-area .step ul {
		width: 100%;
		height: 26px;
	}
	.step-area .step ul li {
		height: 26px;
		padding: 0 10px;
		text-align: left;
		line-height: 2.3;
		font-size: 12px;
	}
	.step-area .step ul li i {
		position: absolute;
		right: 16px;
		top: 7px;
	}
	.step-area .step ul li:first-child {
		margin-left: 10px;
		border-left: none;
	}
	.step-area .step ul li:last-child {
		border-right: none;
	}
	.step-area .step ul li span.step-title {
		display: none;
	}
}
.mt30 {
	margin-top: 10px;
}
.message-area {
	width: 100%;
	display: inline-block;
	text-align: center;
	padding-top: 70px;
}
.message-area .mssg-tl {
	line-height: 32px;
	display: inline-block;
	width: 100%;
	color: #000;
	font-family: HyundaiSansHead-Bold;
	font-size: 30px;
	font-weight: bold;
}
.message-area .mssg {
	display: inline-block;
	width: 640px;
	padding: 35px 0 50px;
	font-size: 16px;
}
.message-area .mssg .caseLabel {
	font-size: 20px;
}
.message-area .mssg strong {
	display: inline-block;
	margin: 10px 0 20px 0;
	color: #bc162c;
}
@media all and (max-width:979px) {
	.btn-lg {
		padding: 10px 0;
		width: 32%;
		font-size: 14px;
		font-weight: normal;
	}
}
.explain-area {
	width: 83%;
    text-align: left;
    padding: 15px 0;
}
.explain-area ul {
    display: inline-block;
    width: 100%;
    padding: 12px 0 0 32px;
}
.explain-area ul.blt_li {
    padding: 0 0 0 8px;
}
.explain-area ul ul {
	display: inline-block;
    width: 100%;
    padding: 0 0 0 32px;
}
.explain-area ul li {
    list-style: none;
}
.explain-area ul li.blt {
    list-style: disc;
}
.explain-area ul li span {
	font-weight: bold;
}
@media (max-width: 767px) {
	.explain-area {
		width: 100%!important;
		text-align: left;
		padding: 15px 0;
		margin-bottom: 10px;
	}
}

.selectcategory_wrps {
    float: none;
	background-color: white;
}

.selectcategory_wrps .selectcategory-contact-block .selectcatblk_button {
	display: block !important;
}

/*============== Dealer locator CSS =============*/

@charset "utf-8";
/* CSS Document */

.modal-area h1, .modal-area h2, .modal-area h3, .modal-area h4, .modal-area input, .modal-area button {
    color: #000;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.modal-area div, .modal-area ul, .modal-area li {
    margin: 0;
    padding: 0;
}
.modal-area input {
    font-family: "HyundaiSansTextOffice-Regular";
    font-size: 13px;
    color: #383d41;
}
.modal-area li {
    list-style: none;
}
.modal-area input, .modal-area select {
    vertical-align: middle;
}
.modal-area input, .modal-area select {
    font-family: inherit;
    font-size: inherit;
}
.modal-area option {
    padding-right: 6px;
}
.modal-area input::-ms-clear {
display:none;
}
.fr {
    float: right;
}
.dib {
    display: inline-block!important;
}
.mr5 {
    margin-right: 5px;
}
.w94 {
    width: 92%!important;
}
.h30 {
    height: 20px!important;
}
#layerpopupFindDealer .modal-area .btn {
	text-decoration: none !important;
    background: #0074c8;
    display: inline-block;
    padding: 6px 20px 5px 20px !important;
    margin-bottom: 0;
    font-size: 13px;
    color: #ffffff;
    font-weight: normal;
    line-height: 1.42857143 !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 22px;    height: auto !important;
    min-width: auto;
}
.modal-area .btn:focus, .modal-area .btn:active:focus {
    outline: none;
    outline: none -webkit-focus-ring-color;
    outline-offset: -2px;
}
.modal-area .btn:hover, .modal-area .btn:focus {
    background: #003f86;
    color: #fff;
    text-decoration: none;
}
.modal-area .form-wrap {
    width: 100%;
    position: relative;
}
.modal-area .form-wrap input, .modal-area .form-wrap select {
    width: 100%;
}
.modal-area input, .modal-area select {
    border: 1px solid #bbb;
    background: #fff;
}
.modal-area input {
    font-size: 14px;
    padding: 12px 7px 7px 10px;
}
.modal-area input.radio_up.dealer-radio {
    padding: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   .modal-area input {
	padding: 7px 7px 10px 10px;
	}
}
.modal-area select {
    padding: 11px 5px 7px 5px;
    font-size: 14px;
}
.modal-area input, .modal-area select {
    vertical-align: middle;
}
.requiredAsterist {
    color: red;
}
::-webkit-input-placeholder {
color:#a6a6a6;
}
::-moz-placeholder {
color:#a6a6a6;
}
:-ms-input-placeholder {
color:#a6a6a6;
}
input:-moz-placeholder {
color:#a6a6a6;
}
::-ms-clear {
display:none;
}
::-ms-reveal {
display:none;
}
.modal-area .list-area {
    width: 100%;
    display: inline-block;
    padding-top: 10px;
}
.modal-area .list-head {
    width: 100%;
    position: relative;
    height: 36px;
}
.modal-area .list-head .sort {
    display: inline-block;
    float: left;
    color: #222;
    font-size: 14px;
    line-height: 35px;
}
.modal-area .list-head .sort strong {
    padding-left: 5px;
    color: #c4172d;
    font-weight: normal;
}
.modal-area .list-cont {
    width: 100%;
}
.modal-area .list-cont .thead-tr {
    display: block;
    width: 100%;
    height: 32px;
    background: #888888;
}
.modal-area .list-cont .thead-tr li {
    padding-top: 2px;
    display: inline-block;
    float: left;
    height: 32px;
    border-left: 1px solid #484848;
    text-align: center;
    color: #fff;
    font-size: 13px;
    line-height: 31px;
}
.modal-area .list-cont .tbody-tr {
    display: inline-block;
    width: 100%;
    min-height: 38px;
}
.modal-area .list-cont .tbody-tr li {
    display: inline-block;
    float: left;
    min-height: 38px;
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 38px;
}
.modal-area .list-cont .tbody-tr li.multi-line {
    text-align: left;
    line-height: 18px;
    padding: 8px 0;
	text-transform: capitalize;
}
.modal-area .list-cont .tbody-tr li.multi-line span {
    display: block;
    width: 100%;
}
@media (max-width: 767px){
.modal-area .list-cont .tbody-tr li.multi-line span {
    display:block;
}
}
.modal-area .list-cont .tbody-tr li.multi-line span.tl {
    font-weight: bold;
    margin-bottom: 2px;
}
.modal-area .list-cont .tbody-tr:nth-child(odd) {
    background: #f3f3f3;
}
.modal-area .list-cont .tbody-tr.multi li:nth-child(1) {
    line-height: 28px;
}
.modal-area .list-cont .tbody-tr.multi li:nth-child(3) {
    /*line-height: 31px;*/
}
.modal-area {
	display: none;
	font-family: "HyundaiSansTextOffice-Regular";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    /*display: table!important;*/
}
.modal-area .modal-wrap {
    display: table-cell;
    vertical-align: middle;
}
.modal-area .modal-wrap .modal{
	position: absolute;
	display: block;
    background: #fff;
    margin: 12px auto 0 auto;
    border-radius: 4px;
    box-shadow: 0 0 6px 0 #222;
    padding: 10px 15px;
}
@media (max-width: 767px){
.modal_locate {
    padding: 12px!important;
}
}
.modal_locate {
    margin-top: 22px;
    width: 820px;
    height: 550px;
}
.modal-area .modal-wrap .modal .modal-header {
	text-align: center;
    width: 100%;
    height: 50px;
    color: #000;
    font-size: 24px;
    line-height: 40px;
    position: relative;
	font-family: "HyundaiSansHead-Bold";
    border-bottom: 1px solid #999;
}
.modal-area .modal-wrap .modal .modal-header .close-btn {
    position: absolute;
    top: 0;
    right: 10px;
}
.modal-area .modal-wrap .modal .modal-cont {
    width: 100%;
    overflow: hidden;
}
.modal-area .modal-wrap .modal .modal-cont .srh-area {
    width: 100%;
    background: #f1f1f1;
    padding: 10px 10px 15px;
	text-align: center;
	margin: 0 0 10px 0;
}
.modal-area .modal-wrap .modal .modal-cont .srh-area ul {
    width: 100%;
    display: block;
    margin-top: 12px;
}
.modal-area .modal-wrap .modal .modal-cont .srh-area ul li {
    display: inline-block;
    width: 20%;
    text-align: right;
    margin: 0 2px;
}
.modal-area .modal-wrap .modal .modal-cont .srh-area ul li.srh-btn {
    width: 10%;
}
.modal-area .modal-wrap .modal .modal-cont .srh-cont .list-cont {
    overflow-y: auto;
}

@media all and (max-width:979px) {
.modal-area input {
    font-size: 12px;
}
.modal-area .list-area {
    width: 100%;
    display: inline-block;
    padding-top: 10px;
}
.modal-area .list-head {
    width: 100%;
    position: relative;
    height: 36px;
}
.modal-area .list-head .sort {
    display: inline-block;
    float: left;
    color: #222;
    font-size: 14px;
    line-height: 35px;
}
.modal-area .list-head .sort strong {
    padding-left: 5px;
    color: #c4172d;
    font-weight: normal;
}
.modal-area .list-cont {
    width: 100%;
   
    border-top: 1px solid #2f2f2f;
}
.modal-area .list-cont .thead-tr {
    display: none;
}
.modal-area .list-cont .tbody-tr {
    position: relative;
    height: 70px;
}
.modal-area .list-cont .tbody-tr li {
    position: absolute;
}
.modal-area .list-cont .tbody-tr.multi {
    display: inline-block;
    padding-bottom: 5px;
    box-sizing: content-box!important;
}
.modal-area .list-cont .tbody-tr.multi li:nth-child(1) {
    display: block;
    top: 0;
    left: 0;
    width: 10%;
}
.modal-area .list-cont .tbody-tr.multi li:nth-child(2) {
    width: 90%!important;
    top: 0;
    left: 10%;
}
.modal-area .list-cont .tbody-tr.multi li:nth-child(3) {
    width: 90%!important;
    top: 44px;
    left: 10%;
    text-align: left;
}
.modal-area .list-cont .tbody-tr li:nth-child(2) {
    top: 0;
    left: 5px;
    width: 60%!important;
}
.modal-area .list-cont .tbody-tr li:nth-child(3) {
    top: 32px;
    left: 0;
    width: 100%!important;
}
.modal-area .list-cont .tbody-tr li.multi-line {
      text-align: left;
    line-height: 18px;
    padding: 12px 0 5px 0;
}
.modal-area .list-cont .tbody-tr li.multi-line span label {
    width: 100%;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}
.modal-area .list-cont .tbody-tr li.multi-line span.tl {
    font-weight: bold;
    margin-bottom: 2px;
}
.modal-area .list-cont .tbody-tr:nth-child(odd) {
    background: #ededed;
}
.modal-area .list-cont .tbody-tr.multi li:nth-child(1) {
    line-height: 28px;
}
.modal-area .list-cont .tbody-tr.multi li:nth-child(3) {
    line-height: 31px;
}
.modal-area .modal {
    width: 95%!important;
}
.modal-area .modal-area .modal-wrap .modal .modal-cont {
    height: 90%;
}
.modal-area .modal-area .modal-wrap .modal .modal-cont .srh-area {
    width: 100%;
    background: #f1f1f1;
    padding: 2% 2% 4%!important;
}
.modal-area .modal-area .modal-wrap .modal .modal-cont .srh-area ul {
    padding: 0 4px 0 0;
    width: 100%;
    display: block;
    margin-top: 12px;
}
	
	
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3)and (orientation: landscape) { 
 .modal-area .modal-wrap .modal .modal-cont .srh-area ul {
    padding: 0 4px 0 0;
    width: 80%;
    display:inline-block;
    margin-top: 12px;
}
}	
	
/* @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
 .modal-area .modal-wrap .modal .modal-cont .srh-area ul {
    padding: 0 4px 0 0;
    width: 50%;
    display:inline-block;
    margin-top: 12px;
   }
} */
@media only screen and (max-device-width: 800px) {
	.modal-area .modal-wrap .modal .modal-cont .srh-area ul li {
	    display: inline-block;
	    width: 47%;
	    margin-bottom: 3px;
	}
	.modal-area .modal-wrap .modal .modal-cont .srh-area ul li.srh-btn {
	    width: 47%;
	}
}
.modal-area .modal-wrap .modal .modal-cont .srh-area ul li.srh-btn .btn {
    width: 100%;
}
.modal-area .modal-wrap .modal .modal-cont .srh-cont .list-cont {
    overflow-y: auto;
}
}
.modal-area .light-close, .modal-close {
	width: 24px;
    cursor: pointer;
	outline: none;
    margin-right: -10px;
    margin-top: -2px;
    color: #888888;
    border-style: none;
    background-color: white;
    right: 0;
    font-size: 33px;
    line-height: 1;
    position: absolute;
    z-index: 1;
}
.modal-area input.radio_up{
	margin-bottom: 0;
}
.modal-area .dealer-info input.radio_up{
	margin-bottom: -21px;
}
.question_wrap-label.dealer-info input::before {
	margin: 20% 19%;
}


@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3){ 
	.modal-area input.radio_up{
		margin-bottom: -2px;
	}
}
@media only screen and (min-device-width: 360px) and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 3){ 
	.modal-area input.radio_up{
		margin-bottom: -6px;
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2){
	.modal-area input.radio_up{
		margin-bottom: 0;
	}
}
.modal-area .srh-area span{
	font-size: 14px;
}
.clearAll{
	clear:both;
}

.multi-line span label, .multi li label{
	font-family: "HyundaiSansTextOffice-Regular";
}
.multi span.tl label{
	font-weight: bold;
}

.contactusCreateNewCase .modal-area{
	z-index: 1100;
}

.animation-arranagement {
	top: -8px!important;
	z-index: 2!important;
}
.show-error.errorFileCss{
	color: #fff;
    font-size: 12px;
    text-align: center;
}


input::-webkit-input-placeholder {
	color: #000;
}
.tool-css {
	width: 18px;
	height: 15px;
}
.border {
	border-bottom: #ccc solid 1px;
	width: 83%;
}
@media (max-width:736px) {
	.border {
		border-bottom: #ccc solid 1px;
		width: 100%;
	}
}
.upload-right {
	margin-left: 28px;
}
@media (max-width:414px) {
  .attachCenter {
	  width: 92%;
	  margin: 0 auto;
  }
}
@media only screen and (min-device-width: 415px) and (max-device-width: 740px) {
	.attachCenter {
		width: 96%;
		margin: 0 auto;
	}
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.update_ownership_margin {
	padding-left: 6px;
	padding-right: 6px;
}
.update_attach_file {
	margin: 0 auto;
	width: 92% !important;
}
.carSideVIN {
	text-transform: uppercase;
    position: absolute;
    font-size: 16px;
    top: 2px;
    right: -171px;
}

.attach_drop {
	width: 65%;
}
@media only screen and (max-device-width: 740px) {
	.attach_drop {
		width: 92%;
	}
}
.g-form_attach_drop {
	width: 90%;
	height: 38px;
	border: 1px solid #ccc;
	color: #000;
	font-size: 16px;
	background-color: #FFF;
	padding-left: 12px;
	padding-right: 50px;
}

.return_home_btn a, .ipad_two_bottons a {
	margin-left: 20px;
}
.check_here {
	margin: 15px 0 36px 0;
}
@media only screen and (max-device-width: 740px) {
	.contact-us .pad_bottom_form {
		margin: 12px 0;
		width: 100%;
	}
	.check_here {
		margin: 15px 0 16px 0;
	}
	.return_home_btn a, .pad_bottom_form a, .ipad_two_bottons a {
	margin-left: 0px;
	}
}
ul {
	margin-top: 0;
	margin-bottom: 10px;
}
.section-header {
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.history-list {
	list-style-type: none;
}
.history-list .header {
	padding: 22px 0 0 0;
	border-bottom: 1px solid #ccc;
	margin-left: 0;
	margin-right: 0;
	border-top: 1px solid #ccc;
}
.history-list li.item {
	margin: 10px 0;
}
.history-list li .item-label {
	font-size: 16px;
}
.history-list li .item-text {
	color: #666;
}
.history-list li .success {
	color: #2bc321;
}
.item-label {
	text-transform: capitalize;
}
.tbl_status {
	width: 54%;
	padding: 20px 0 0 12px;
}
@media only screen and (max-device-width: 740px) {
  .tbl_status {
    margin: 0 auto;
    width: 93%;
    padding: 20px 0 0 0;
  }
  
}
.status_header_first {
  float: left;
  width: 66.66666667%;
  padding: 0 0 3px 0;
}
.status_header_second {
  text-align: right;
  float: right;
  width: 16%;
  padding: 0 0 3px 0;
}
.status_content_first {
  padding: 8px 0 0 36px;
  width: 66.66666667%;
  float: left;
}
.status_content_second {
  padding: 8px 0 0 16px;
  width: 30%;
  float: right;
  text-align: right;
}
.return_home_btn {
  padding: 40px 0 0 12px;
}
@media only screen and (max-device-width: 740px) {
  .status_content_first {
    padding: 8px 0 0 0;
  }
}
.box_extend input {
  width: 100%;
}
.upload_check {
  margin: 0 !important;
}
.widthfix {
  padding: 0 10px;
}
.widthAdjust {
  padding-left: 0;
}
@media only screen and (max-device-width: 740px) {
  .widthAdjust {
    padding: 0 4px;
  }
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

span.input-group-addon.cal-phase3 {
    color: #0074c8;
    
}

.contact-us-update-vehicle-ownership .contact-us-heading h3.bldtext{
    font-size: 24px;
    font-family: "HyundaiSansTextOffice-Regular";
}

.no-margin {
    margin:0px;
}

.contact-us-update-vehicle-ownership .contact-us-heading h4.bldtext {
    font-size: 18px;
    font-family: "HyundaiSansTextOffice-Regular";
}

.contact-us-update-vehicle-ownership {
	color: #333;
	font-size: 14px;
}
select.g-form_attach_drop.required.ie-css {
    -ms-background-position-x: right !important;
}
/*========= limuel's css =====================================================*/
span.frm_error_msg.empty.cal_error {
    padding-bottom: 10px;
}
.contact-us .padRight {
	margin-right: 12px;
}

#page-body .topPad {
	margin: 20px 0 0 55px;
}

@media (max-width: 767px) and (min-width: 100px) {
	#page-body .topPad {
		margin: 0;
	}
}

.textred{
	color: #c40712!important;
}

.noWidth {
	width: 0px!important;
}

#attach_file input.attachDesc {
	height: 32px;
	font-family: "HyundaiSansTextOffice-Regular";
	width: 94%;
	border: solid 1px #ccc;
	visibility: visible;
	padding-left: 8px;
}

input.attachDesc::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #ccc;
}

input.attachDesc::-moz-placeholder {
	/* Firefox 19+ */
	color: #ccc;
}

input.attachDesc:-ms-input-placeholder {
	/* IE 10+ */
	color: #ccc;
}

input.attachDesc:-moz-placeholder {
	/* Firefox 18- */
	color: #ccc;
}

.question_wrap-label label input {
	margin: 0 8px 8px 0;
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	border: 1px solid #cccccc;
	border-radius: 50%;
	outline: none;
	box-shadow: 0 0 0px 0px grey inset;
	background: white;
	margin-left: 10px;
	vertical-align: middle;
	margin-top: 0;
}

.question_wrap-label label input:hover {
	box-shadow: 0 0 5px 0px orange inset;
}

.question_wrap-label label {
	margin: 0 12px 0 0;
}

.form-row input.search_dealer_icon {
	background: url(images/cs-search.png) no-repeat right center;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 0px;
	right: 15px;
	text-indent: -9999px;
	border: none;
}
.input_error .form-control-date:focus{
	outline: none!important;
	border-color: #ccc;
}
.input_error label.floating_label,
.input_error .place_holder {
	color: #c40712 !important;
}
@media (max-width: 768px) {
	.theBox {
    width: 100%;
    padding: 0;
    margin: 0 0 12px 0;
}
	.form-row input.search_dealer_icon {
		position: absolute;
		top: -14px;
		/* right: 15px; */
		text-indent: -9999px;
		border: none;
	}
}

.form-row input.calendar_icon {
	background: url(images/calendar.png) no-repeat right center;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 0px;
	right: 15px;
	text-indent: -9999px;
	border: none;
}

@media (max-width: 768px) {
	.form-row input.calendar_icon {
		position: absolute;
		top: -14px;
		/* right: 15px; */
		text-indent: -9999px;
		border: none;
	}
}

.contact_second_title {
	margin: 32px 0 0 70px;
	font-family: "HyundaiSansHead-Bold";
	font-size: 20px;
	line-height: 23px;
}

@media (max-width: 767px) {
span.validation-error-message-submit.frm_error_msg {
    left: 0px !important;
}
.attach_file_contactus_new #attach_file .validation-error-message-max-file {
    margin-top: 20px !important;
}
:not(.new-user-section-step3) + .new-user-section-step3 {
	margin-top: 40px;
}
.form-control-date {
    margin-bottom: 0px !important;
}
span.frm_error_msg.empty.cal_error{
	top: 10px;
}
.attachment-fileowner{
	width: 22%!important;
}
.attach_file_contactus div.dropzone span {
    position: relative;
    top: 18px;
    left: 26px;
}
.upload-right .list-css-mobile {
    margin-left: 0px;
}
	#primary_state {
    background: url(../../../../content/dam/hyundai/us/myhyundai/image/general/icon/Arrow%20with%20Line.svg) no-repeat right #fff !important;
}
	td.attachment-fileowner.min-width-size-attachment {
    padding-left: 10px;
}
	.contact_second_title {
		margin: 22px 0 0 16px;
		font-family: "HyundaiSansHead-Bold";
		font-size: 20px;
		line-height: 23px;
	}
	.new_msg_stp3, row campaign-part-1 {
    text-align: center;
}
.extra-progress-wrapper {
    padding: 0 !important;
}
}

@media (max-width: 767px) {
	.reset_form {
    text-align: center;
    font-size: 15px;
    text-align: center;
    padding-top: 12px;
    margin: 0 auto;
    width: 100%;
    display: inline-block;
}
	.contact_second_title {
		line-height: 1.1;
	}
	.step-area {
		margin: 16px 0 0 0!important;
	}
	.question_label {
		padding: 0!important;
	}
	.message-area .mssg {
		width: 92%!important;
	}
}

.upperCase{
	text-transform: uppercase;
}

.question_label {
	padding: 0 0 22px 0;
}

.button_center {
	width: 100%;
	text-align: center;
}

@media (max-width: 767px) and (min-width: 320px) {
	INPUT[type="submit"].button_out {
		width: 96%!important;
	}
	.new-user-section-step2 .write-area.m2 li .frm_error_msg {
		top: 0px;
	}
}

@media (max-width: 480px) and (min-width: 320px) {
	.message-area input.button_out {
    	width: 96% !important;
	}
}
@media (max-width: 1024px) and (min-width: 768px) {
	input#update-ownership {
    margin-right: 12px;
}
	#page-body .topPad {
		margin: 16px 25px;
	}
	.ipad_two_bottons {
		width: 100%!important;
	}
	.contact_second_title {
		margin: 32px 0 0 42px!important;
	}
	.step-area {
		margin: 16px 0 0 24px!important;
	}
	.contact-us .col-lg-7 {
		width: 100%;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
.row.campaign-part-1 .consent label {
    margin-bottom: 20px;
}
.ipad_none {
		display: none!important;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
	#connected_service_banner .text-wrapper {
		margin: 30px 0 16px 22px;
	}
}

.genesis_consumer_heading {
	margin: 40px 0 40px 10px;
}


/*=============== FROM KIA ====================================================*/

.mt30 {
	margin-top: 10px;
}

.m2 li {
	width: 30%!important;
}

.write-area {
	display: block;
	width: 100%;
}

.write-area li {
	display: inline-block;
	float: left;
	width: 30%;
	margin-left: 5%;
	margin-bottom: 2px;
}

.write-area li:first-child,
.write-area li:nth-child(3n+1) {
	margin-left: 0;
}

div.area_msg_type .write-area li {
	margin-left: 0;
	/*padding-left:10%;*/
}

@media all and (max-width:979px) {
	.write-area li {
		width: 100%!important;
		margin-left: 0;
	}
	div.area_msg_type .write-area li {
		margin-left: 0;
		padding-left: 0;
	}
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-check:before {
	content: "\f00c";
}

.m4 li {
	list-style: none;
}

.m4 li {
	width: auto!important;
	margin-right: 20px;
}

.step-area {
	margin: 16px 0 0 44px;
	width: 100%;
	/* background-color: #f1f5f7; */
	height: 35px;
}

.step-area .step {
	margin: 0 0 0 28px;
	min-width: 998px;
	max-width: 1200px;
}

.step-area .step ul {
	width: 100%;
	height: 34px;
}

.step-area .step ul li {
	float: left;
	height: 34px;
	text-transform: uppercase;
	color: #222;
	/* padding: 0 10px; */
	text-align: left;
	font-family: 'designk-bold';
	line-height: 2.4;
	font-size: 14px;
	position: relative;
	/* letter-spacing: -0.05em; */
}

.step-area .step ul li i {
	position: absolute;
	right: 20px;
	top: 10px;
	display: none;
}

.step-area .step ul li:first-child {
	/*border-left: 1px solid #d1d1d1;*/
}

.step-area .step ul li:last-child {
	background: #fff;
	/*border-right: 1px solid #d1d1d1;*/
}

.step-area .step ul li.step-progress i {
	font-family: "HyundaiSansTextOffice-Regular";
	display: block;
	color: #999;
}

.step-area .step ul li.step-progress {
	font-family: "HyundaiSansTextOffice-Regular";
	color: #000000;
}

.step-area .step ul li.step-progress .fa-check::before {
	font-family: "HyundaiSansTextOffice-Regular";
	content: "\f040";
	color: #bc1728;
}

.step-area .step ul li.step-progress span.step-title {
	font-family: "HyundaiSansTextOffice-Regular";
	color: #000000;
}

.step-area .step ul li.step-ready {
	font-family: "HyundaiSansTextOffice-Regular";
	color: #bebebe;
}

.step-area .step ul li.step-ready span.step-title {
	font-family: "HyundaiSansTextOffice-Regular";
	color: #a8a8a8;
}

.step-area .step ul li span.step-title {
	font-family: "HyundaiSansTextOffice-Regular";
	display: inline-block;
	color: #666;
	padding-left: 7px;
}

@media all and (max-width:979px) {
	.step-area {
		height: 27px;
	}
	.step-area .step {
		margin: -2px;
		min-width: 100%;
		max-width: 100%;
	}
	.step-area .step ul {
		width: 100%;
		height: 26px;
	}
	.step-area .step ul li {
		height: 26px;
		padding: 0 10px;
		text-align: left;
		line-height: 2.3;
		font-size: 12px;
	}
	.step-area .step ul li i {
		position: absolute;
		right: 16px;
		top: 7px;
	}
	.step-area .step ul li:first-child {
		margin-left: 10px;
		border-left: none;
	}
	.step-area .step ul li:last-child {
		border-right: none;
	}
	.step-area .step ul li span.step-title {
		display: none;
	}
}

.mt30 {
	margin-top: 10px;
}

.message-area {
	width: 100%;
	display: inline-block;
	text-align: center;
	padding-top: 70px;
}

.message-area .mssg-tl {
	line-height: 32px;
	display: inline-block;
	width: 100%;
	color: #000;
	font-family: HyundaiSansHead-Bold;
	font-size: 30px;
	font-weight: bold;
}

.message-area .mssg {
	display: inline-block;
	width: 640px;
	padding: 35px 0 50px;
	font-size: 16px;
}

.message-area .mssg .caseLabel {
	font-size: 20px;
}

.message-area .mssg strong {
	display: inline-block;
	margin: 10px 0 20px 0;
	color: #bc162c;
}
.contact-us #attach_file .dropzone{
	position: inherit;
}
@media all and (max-width:979px) {
	.btn-lg {
		padding: 10px 0;
		width: 32%;
		font-size: 14px;
		font-weight: normal;
	}
}

.hide-section {
	display:none !important;
}

.contact-us #attach_file .dropzone.dede{text-align: center !important}
.dropzone.dede .imgp-css{position: relative !important;}
.dropzone.dede .imgp-css img {
    margin-top: -9px !important;
    margin-left: 35px !important;
    width: 40px !important;
    height: 34px !important;

}

.dropzone.dede p {
    display: inline-block;
    padding: 0 !important;
}
.dropzone.dede p span {
   width: auto !important}
    .dropzone.dede p.attach-css{

    height: 63px;
    line-height: 56px;
    padding-right: 44px;
  
    }
    .dropzone.rrr .attach-css {
    margin-top: -10px;
}
    .dropzone.rrr{
    margin-bottom: 27px !important;
       margin-top: 10px;
    }
    .dropzone.dede .attach-css .txt-lg span {
    line-height: 7px !important;
   
    width: auto !important;
}
.upload_img{height: 34px;
    min-width: 40px !important;
    float: right;
    top: -29px;
    position: absolute;
    margin-left: 11px;}
@media all and (max-width: 767px){

.row.campaign-part-1 .consent label {
    margin-bottom: 20px;
}
.upload_img{    
	height: 34px;
    width: 40px !important;
    float: right;
    position: absolute !important;
    top: -78px !important;
    left: 50% !important;
    margin-left: -20px;
	}

}

@media (max-width: 767px) and (min-width: 320px){
	.validation-error-message{
		padding-top : 20px;
	}
}

@media all and (min-width: 768px){
.double-fields span.drop-down-error-field {
        white-space: nowrap;
}
	span.input-group-addon.cal-phase3{
	border-radius: 0;
	}
	input.form-control.form-control-date {
    border-radius: 0;
}
	.validation-error-message{
		padding-bottom : 20px;
	}
	.validation-error-message-submit {
		padding-bottom: 20px;
		left: 0 !important;
	}
}

@media all and (min-width: 768px){
	.file-span-10 {
		display:none;
	}
	.file-span-20 {
		display:inline;
	}
	.contact-us-phone-layout-container{
		margin-top: 13px;
	}
}

@media all and (max-width: 767px){
	.file-span-10 {
		display:inline;
	}
	.file-span-20 {
		display:none;
	}
}

.showimp{display: block !important}

.hideImp{
	display:none 1important;
}

.change_fileowner{
	width: 17% !important;
}

#layerpopupFindDealer span.frm_error_msg.invalid {
    float: left;
    width: 100%;
    text-align: left;
	min-width: 180px;
}

span.drop-down-error-field {
	display: inline;
	top: 10px !important;
}
.double-fields span.drop-down-error-field{
	top:5px !important;
}

.min-width-size-attachment {
	min-width: 50px;
}

.extra-progress-wrapper .dropzone-table .close-button-td{
	min-width: 13px;
}

.progressBarStyling {
    color: white;
    width: 85%;
    margin-left:6%;
}

/* .message-area input.button_out{
	width: 96% !important;
} */

select.g-form-control{
	padding-right: 55px;
}

.contact-us #attach_file .image-down img.closeUploadFile {
    margin-left: 0px !important;
}

td.image-down {
    width: 3%!important;
}
.attachment-fileowner {
    width: 30%!important;
}

td.attachment-description-td {
    width: 52%!important;
}

td.attachment-fileowner.min-width-size-attachment {
    width: 10% !important;
}

td.image-down.close-button-td {
    width: 5% !important;
}

.progress.upload-error-style.show-error {
    width: 100% !important;
}

.errorFileProgress.progress-bar-danger.progress-bar-striped.progressBarStyling.errorFileCss {
    width: 90%;
    text-align: center;
    font-size: 12px;
    padding: 3px;
    margin-left: 2px;
}
.progress .closemsg {
    right: 3%;
}

span.file_big.file_big_mob.fileWrongAlignment {
    margin-left: 3% !important;
}

@media(min-width:768px){
  .progress .closemsg {
     right: 3% !important;
  }
}

@media (min-width:421px) and (max-width:767px){
.wrongFile .progress.upload-error-style.show-error .closemsg {
    right: 17px !important;
    top: 1px !important;
 }
 
 .attachment-fileowner {
    width: 14%!important;
}
}

@media (min-width:320px) and (max-width:420px){
  .wrongFile .progress.upload-error-style.show-error .closemsg {
     right: 0 !important;
     top:0 !important;
  }
  .attachment-fileowner {
     width: 27%!important;
  }
  td.attachment-description-td {
     width: 43%!important;
  }
  td.image-down {
    width: 6%!important;
  }
  
}

.doc_upload_err{
	margin: 10px !important;
}


.new_msg_stp2 .prev-button, .new_msg_stp3 .prev-button, .update-existing-stp2 #updateButton, .campaign_step2 .prev-button{
	color: #0074c9;
    background-color: #fff;
    border-color: #0074c9;
    border: 2px solid #0074c9;
    
}
 .new_msg_stp2 .prev-button:hover, .new_msg_stp3 .prev-button:hover, .update-existing-stp2 #updateButton:hover, .campaign_step2 .prev-button:hover{
    background-color: rgba(0, 116, 200, 1);
    color: #fff;
}
.new_msg_stp3 .reset-button.reset-button-check, .campaign_step2 .prev-button, .campaign-part-1 .camp-reset {
    
    border-radius: inherit;
    padding: 0;
    font-size: 14px;
}
#model-label {
    margin: 17px 26px;
    font-size: 16px;
}
.form-control-date[readonly] {
    background-color: transparent;
}
.form-control-date:focus {
    box-shadow: none;
}
.reimbursement-section-2 .history-list li .item-text {
    padding-left: 0px;
}
.theBox {
    margin: 0 0 18px 0;
    height: 1px;
    width: 83%;
}
.container-fluid1.contact-us-custom .extra-progress-wrapper .progress {
    height: 100%;
}
.upload-loader{  
  display: inline-block;
    z-index: 99999;
    border-radius: 50%;
    border-width: 3px;
    border-style: solid;
    border-color: rgb(255, 255, 255) rgb(0, 116, 200) rgb(0, 116, 200);
    border-image: initial;
    border-top: 3px solid rgb(255, 255, 255);
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    width: 30px;
    height: 30px;
    position: relative;
    top: 8px;
    margin-right: 6px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1300px) and (orientation: landscape) {
	.image-down {
		padding-top: 0px;
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	.image-down {
		padding-top: 22px;
	}
}
.sel-custom-date.desktop-view.createkeydate .key-input label {
    opacity: 0;
    top: 0px;
    margin: 0;
}
.sel-custom-date.desktop-view.createkeydate {
    margin: 0px;
}
.sel-custom-date.desktop-view .form-group.form-control-datepicker-wrap.mt-15 {
    margin-top: 0px;
}

.need-assistance_text{
	min-height: 130px;
}
.need-assistance_text-txt{
	min-height: 100px;
}

.need-assistance__reachby{
	min-height: 325px;
}
	.btn-margin-top{
        margin-top: 8px !important;
    }

    .by_phone, .by_mail, .dealer_enq, .by_request {
        margin-left: 0px;
    }

@media(max-width:768px){
	.need-assistance_text{
		min-height: auto;
	}
	.need-assistance__reachby { 		
		margin-top: 15px;
		margin-bottom: 15px;
		min-height: auto;
	}
}

.by_request input[type='button']{width:230px;margin-top:30px}
.dealer_enq input[type='button']{width:230px;margin-top:30px}
  
@media(min-width:1024px) and (max-width:1366px){	
	.need-assistance__reachby .by_request { 		
		margin-bottom: 15px;
	}
}
@charset "utf-8";
/* CSS Document */
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(clientlib-contact-us/css/%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(clientlib-contact-us/css/%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(clientlib-contact-us/css/%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(clientlib-contact-us/css/%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(clientlib-contact-us/css/%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(clientlib-contact-us/css/%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(clientlib-contact-us/css/%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse
}
.ui-helper-clearfix:after {
  clear: both
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0)
}
.ui-front {
  z-index: 100
}
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none
}
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0
}
.ui-menu .ui-menu {
  position: absolute
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px
}
.ui-menu-icons {
  position: relative
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em
}
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0
}
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0
}
.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible
}
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none
}
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap
}
input.ui-button.ui-button-icon-only {
  text-indent: 0
}
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px
}
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap
}
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em
}
input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0
}
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block
}
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0
}
.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left
}
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box
}
.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em
}
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none
}
.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em)
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid
}
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none
}
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid
}
.ui-checkboxradio-disabled {
  pointer-events: none
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px
}
.ui-datepicker .ui-datepicker-next {
  right: 2px
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
      width: 35%;
    height: 28px;
    border: 1px solid #ccc;
    color: #000;
    font-size: 16px;
    background-color: #FFF;
    padding-left: 12px;
    padding-right: 50px;
	background: url(clientlib-hyundai-site/images/Arrow%20with%20Line.svg) no-repeat right #fff !important;
	-webkit-appearance: none;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0
}
.ui-datepicker td {
  border: 0;
  padding: 1px
}
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left
}
.ui-datepicker.ui-datepicker-multi {
  width: auto
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0
}
.ui-datepicker-rtl {
  direction: rtl
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px
}
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer
}
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0
}
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0
}
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0
}
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0
}
.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px
}
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0
}
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0
}
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0
}
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none
}
.ui-resizable {
  position: relative
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none
}
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0
}
.ui-selectmenu-open {
  display: block
}
.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis
}
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em
}
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0
}
.ui-slider {
  position: relative;
  text-align: left
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0
}
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit
}
.ui-slider-horizontal {
  height: .8em
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0
}
.ui-slider-vertical {
  width: .8em;
  height: 100px
}
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0
}
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em
}
.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0
}
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none
}
.ui-spinner-up {
  top: 0
}
.ui-spinner-down {
  bottom: 0
}
.ui-tabs {
  position: relative;
  padding: .2em
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px
}
body .ui-tooltip {
  border-width: 2px
}
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em
}
.ui-widget .ui-widget {
  font-size: 1em
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5
}
.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333
}
.ui-widget-content a {
  color: #333
}
.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold
}
.ui-widget-header a {
  color: #333
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #454545;
  text-decoration: none
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b
}
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214)
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff
}
.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f
}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none
}
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35)
}
.ui-icon {
  width: 16px;
  height: 16px
}
.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("clientlib-contact-us/css/images/ui-icons_444444_256x240.png")
}
.ui-widget-header .ui-icon {
  background-image: url("clientlib-contact-us/css/images/ui-icons_444444_256x240.png")
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url("clientlib-contact-us/css/images/ui-icons_555555_256x240.png")
}
.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("clientlib-contact-us/css/images/ui-icons_ffffff_256x240.png")
}
.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url("clientlib-contact-us/css/images/ui-icons_777620_256x240.png")
}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("clientlib-contact-us/css/images/ui-icons_cc0000_256x240.png")
}
.ui-button .ui-icon {
  background-image: url("clientlib-contact-us/css/images/ui-icons_777777_256x240.png")
}
.ui-icon-blank {
  background-position: 16px 16px
}
.ui-icon-caret-1-n {
  background-position: 0 0
}
.ui-icon-caret-1-ne {
  background-position: -16px 0
}
.ui-icon-caret-1-e {
  background-position: -32px 0
}
.ui-icon-caret-1-se {
  background-position: -48px 0
}
.ui-icon-caret-1-s {
  background-position: -65px 0
}
.ui-icon-caret-1-sw {
  background-position: -80px 0
}
.ui-icon-caret-1-w {
  background-position: -96px 0
}
.ui-icon-caret-1-nw {
  background-position: -112px 0
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px
}
.ui-icon-arrow-4 {
  background-position: 0 -80px
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px
}
.ui-icon-extlink {
  background-position: -32px -80px
}
.ui-icon-newwin {
  background-position: -48px -80px
}
.ui-icon-refresh {
  background-position: -64px -80px
}
.ui-icon-shuffle {
  background-position: -80px -80px
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px
}
.ui-icon-folder-open {
  background-position: -16px -96px
}
.ui-icon-document {
  background-position: -32px -96px
}
.ui-icon-document-b {
  background-position: -48px -96px
}
.ui-icon-note {
  background-position: -64px -96px
}
.ui-icon-mail-closed {
  background-position: -80px -96px
}
.ui-icon-mail-open {
  background-position: -96px -96px
}
.ui-icon-suitcase {
  background-position: -112px -96px
}
.ui-icon-comment {
  background-position: -128px -96px
}
.ui-icon-person {
  background-position: -144px -96px
}
.ui-icon-print {
  background-position: -160px -96px
}
.ui-icon-trash {
  background-position: -176px -96px
}
.ui-icon-locked {
  background-position: -192px -96px
}
.ui-icon-unlocked {
  background-position: -208px -96px
}
.ui-icon-bookmark {
  background-position: -224px -96px
}
.ui-icon-tag {
  background-position: -240px -96px
}
.ui-icon-home {
  background-position: 0 -112px
}
.ui-icon-flag {
  background-position: -16px -112px
}
.ui-icon-calendar {
  background-position: -32px -112px
}
.ui-icon-cart {
  background-position: -48px -112px
}
.ui-icon-pencil {
  background-position: -64px -112px
}
.ui-icon-clock {
  background-position: -80px -112px
}
.ui-icon-disk {
  background-position: -96px -112px
}
.ui-icon-calculator {
  background-position: -112px -112px
}
.ui-icon-zoomin {
  background-position: -128px -112px
}
.ui-icon-zoomout {
  background-position: -144px -112px
}
.ui-icon-search {
  background-position: -160px -112px
}
.ui-icon-wrench {
  background-position: -176px -112px
}
.ui-icon-gear {
  background-position: -192px -112px
}
.ui-icon-heart {
  background-position: -208px -112px
}
.ui-icon-star {
  background-position: -224px -112px
}
.ui-icon-link {
  background-position: -240px -112px
}
.ui-icon-cancel {
  background-position: 0 -128px
}
.ui-icon-plus {
  background-position: -16px -128px
}
.ui-icon-plusthick {
  background-position: -32px -128px
}
.ui-icon-minus {
  background-position: -48px -128px
}
.ui-icon-minusthick {
  background-position: -64px -128px
}
.ui-icon-close {
  background-position: -80px -128px
}
.ui-icon-closethick {
  background-position: -96px -128px
}
.ui-icon-key {
  background-position: -112px -128px
}
.ui-icon-lightbulb {
  background-position: -128px -128px
}
.ui-icon-scissors {
  background-position: -144px -128px
}
.ui-icon-clipboard {
  background-position: -160px -128px
}
.ui-icon-copy {
  background-position: -176px -128px
}
.ui-icon-contact {
  background-position: -192px -128px
}
.ui-icon-image {
  background-position: -208px -128px
}
.ui-icon-video {
  background-position: -224px -128px
}
.ui-icon-script {
  background-position: -240px -128px
}
.ui-icon-alert {
  background-position: 0 -144px
}
.ui-icon-info {
  background-position: -16px -144px
}
.ui-icon-notice {
  background-position: -32px -144px
}
.ui-icon-help {
  background-position: -48px -144px
}
.ui-icon-check {
  background-position: -64px -144px
}
.ui-icon-bullet {
  background-position: -80px -144px
}
.ui-icon-radio-on {
  background-position: -96px -144px
}
.ui-icon-radio-off {
  background-position: -112px -144px
}
.ui-icon-pin-w {
  background-position: -128px -144px
}
.ui-icon-pin-s {
  background-position: -144px -144px
}
.ui-icon-play {
  background-position: 0 -160px
}
.ui-icon-pause {
  background-position: -16px -160px
}
.ui-icon-seek-next {
  background-position: -32px -160px
}
.ui-icon-seek-prev {
  background-position: -48px -160px
}
.ui-icon-seek-end {
  background-position: -64px -160px
}
.ui-icon-seek-start {
  background-position: -80px -160px
}
.ui-icon-seek-first {
  background-position: -80px -160px
}
.ui-icon-stop {
  background-position: -96px -160px
}
.ui-icon-eject {
  background-position: -112px -160px
}
.ui-icon-volume-off {
  background-position: -128px -160px
}
.ui-icon-volume-on {
  background-position: -144px -160px
}
.ui-icon-power {
  background-position: 0 -176px
}
.ui-icon-signal-diag {
  background-position: -16px -176px
}
.ui-icon-signal {
  background-position: -32px -176px
}
.ui-icon-battery-0 {
  background-position: -48px -176px
}
.ui-icon-battery-1 {
  background-position: -64px -176px
}
.ui-icon-battery-2 {
  background-position: -80px -176px
}
.ui-icon-battery-3 {
  background-position: -96px -176px
}
.ui-icon-circle-plus {
  background-position: 0 -192px
}
.ui-icon-circle-minus {
  background-position: -16px -192px
}
.ui-icon-circle-close {
  background-position: -32px -192px
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px
}
.ui-icon-circle-check {
  background-position: -208px -192px
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px
}
.ui-widget-overlay {
  background: #aaa;
  opacity: .003;
  filter: Alpha(Opacity=.3)
}
.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666
}
input.form-control.form-control-date {
    height: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    
    }
    .phonefloatinput {
    position: relative;
    display: table;
    border-collapse: separate;
}
@media (max-width: 767px){
.ui-datepicker select.ui-datepicker-month{
	padding-right: 32px;
}
.calender-style .ui-datepicker select.ui-datepicker-year{
	padding-right: 22px !important;
}
.desktop-view{
	display: block;
}
.is-mobile-accordion-content.sec-padding {
    display: block;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.calender-style .form-control-datepicker{
	width: auto;
	}
}
select::-ms-expand {
    display: none;
}
.createkeynew .vehicle-vin,
.createkeynew .edit-checkbox .canvas_remember_me2 {
    font-size: 16px;
}

.createkeynew .edit-modal .modal-header {
    margin-left: 0px;
}

.heading-border {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
}

.createkeynew .key-input label, .form-control-time-wrap .form-group-label {
    top: 25px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'HyundaiSansTextOffice-Medium';
}

.createkeynew .edit-modal input {
    height: 56px;
}

.createkeynew .edit-modal .modal-body {
    padding-top: 51px;
}

.createkeynew .key-input.input-pin {
    margin: 0 0 30px 0;
}

.createkeynew .form-control-error-msg {
    margin-bottom: 0px;
}

.createkeynew .form-control {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.mb-35 {
    margin-bottom: 35px;
}

#createKeyModal .required {
    color: #c40712;
    font-weight: bold;
}

.create-sendtext {
    font-size: 16px;
    font-weight: bold;
    color: #888888;
}

.createkeynew .frm_error_msg {
    left: 0 !Important;
}

.createkeynew .head-font {
    text-transform: uppercase;
    font-size: 18px;
    font-family: "HyundaiSansHead-Bold";
}

.createkeynew .panel-body-icon {
    min-height: 50px;
}

.usage-text {
    font-size: 10px;
    font-family: "HyundaiSansHead-Bold";
    margin-bottom: 13px;
}

.usage-list li {
    font-size: 16px;
    list-style-type: disc;
}

.floating_label.new-float.active {
    top: -3px;
}

.floating_label.new-float {
    z-index: 1;
}

.sel-custom-date {
    display: block;
}

.createkeynew .edit-modal .key-input {
    width: 50% !important;
}

.phoneminput,
.mobile-view {
    display: none;
}

.createkeydate .form-control-time-wrap .custom-select {
    border: 1px solid #ccc !important;
    height: 56px;
    padding: 10px;
    background-color: rgba(256, 256, 256, 0.2) !important;
    color: #000;
    border: solid 1px #ccc;
    border-radius: 3px;
    font-size: 14px;
    font-family: 'HyundaiSansTextOffice-Regular';
    width: 100%;
}


.form-control-time-wrap .form-group-label {
    position: absolute;
    top: -9px;
    left: 20px;
    z-index: 1;
    padding: 0 5px;
    text-align: center;
    background: #fff;
}

.createkeydate .form-control-time-wrap {
    height: 56px;
    position: relative;
}

.createkeydate .form-control-time-block:before {
    content: '';
    position: absolute;
    top: 12.5%;
    right: 60px;
    background: #cccccc;
    width: 1px;
    height: 75%;
}

.createkeydate .form-control-hours:after {
    top: 15px;
    right: -12px;
}

.createkeydate .form-control-time .custom-select {
    background: url(images/accordian-arrow-down.png) no-repeat right center;
    background-position: center right 10px;
    background-size: 18px;
    cursor: pointer;
}



.sel-custom-date.createkeydate .form-group-label {
    font-size: 16px;
}

.date-inp {
    width: 100%;
    position: relative;
    margin-bottom: 0px;
}

span.cal-icon {
    position: absolute;
    right: 20px;
    top: 17px;
    width: 22px;
    height: 22px;
    pointer-events: none;
}

span.cal-icon img {
    width: 100%;
    height: auto;
}

.desktop-view .form-control-time {
    width: 100%;
}

.form-control-time-block {
    width: 33.33%;
}

.createkeynew .form-group,
.createkeynew .modal-block-part {
    margin-bottom: 0px;
}

.phonetab-1,
.phonetab-2 {
    width: 30% !important;
}

.phonetab-3 {
    width: 40% !important;
}

.form-control-datepicker-close {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
    display: none;
}

.form-control-datepicker {
    z-index: 1000;
    position: absolute;
    display: none;
}

.form-control-datepicker .ui-widget.ui-datepicker {
    font-family: "HyundaiSansHead-Bold";
    font-size: 16px;
    padding: 0;
}

/* calender */
.calender-style .ui-datepicker th {
    height: 50px !important;
    padding: 13px 20px !important;
    font-size: 16px;
}

.calender-style thead {
    background: #0074c8 !important;
    color: #fff !important;
}

.calender-style .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 15px;
    background: #fff;
}

.calender-style .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    width: 100%;
    padding: 20px 0 32px;
}

.calender-style .ui-widget-content .ui-state-default,
.ui-widget-content .ui-state-default {
    border: 0px !important;
    padding: 0;
    font-size: 16px;
    color: #000 !important;
    text-align: center;
    background: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calender-style .form-control-datepicker .ui-datepicker-calendar {
    width: 300px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.calender-style .ui-datepicker-calendar tbody tr:first-child td {
    padding-top: 20px;
}

.calender-style .form-control-datepicker .ui-datepicker-prev,
.calender-style .form-control-datepicker .ui-datepicker-next {
    border-bottom: 0px;
    top: 11px;
}

.calender-style .form-control-datepicker .ui-datepicker-prev {
    left: 50px;
    top: 14px;
}

.calender-style .form-control-datepicker .ui-datepicker-next {
    right: 50px;
    top: 14px;
}

.calender-style .ui-widget-header .ui-icon {
    background-size: 20px;
    height: 20px;
    background-position: center;
}

.calender-style .ui-widget-header .ui-datepicker-next .ui-icon {
    background-image: url(clientlib-hyundai-site/images/rightarrow.png);
    cursor: pointer;
}

.calender-style .ui-widget-header .ui-datepicker-prev .ui-icon {
    background-image: url(clientlib-hyundai-site/images/left-arrow.png);
    cursor: pointer;
}

.calender-style .ui-datepicker-title {
    font-size: 18px;
}

.calender-style .form-control-datepicker {
    right: 10px;
    width: 100%;
    max-width: 425px;
}

.modal-content .calender-style a:hover {
    border-bottom: 0px !important;
    box-shadow: unset;
}

/* .calender-style .ui-state-default{text-align: center; width: auto;padding: 6px 0px;} */
.calender-style .ui-datepicker td {
    border: 0;
    padding: 9px;
}

.calender-style .ui-state-active,
.calender-style .ui-widget-content .ui-state-active,
.calender-style .ui-widget-header .ui-state-active,
.calender-style a.ui-button:active,
.calender-style .ui-button:active,
.calender-style .ui-button.ui-state-active:hover {
    border-radius: 50%;
    background: #0074c8 !important;
    color: #fff !important;
    border: 0px !important;
}

.calender-style .ui-datepicker select.ui-datepicker-year {
    width: 35%;
    height: 28px;
    border: 1px solid #ccc;
    color: #000;
    font-size: 16px;
    background-color: #FFF;	
    padding-left: 12px;
    padding-right: 50px;
    background: url(clientlib-hyundai-site/images/Arrow%20with%20Line.svg) no-repeat right #fff;
    -webkit-appearance: none;
    margin-left: 8px;
}

.calender-style .ui-state-hover,
.calender-style .ui-widget-content .ui-state-hover,
.calender-style .calender-style .ui-widget-header .ui-state-hover {
    background: none;
    border: none;
}

.calender-style .ui-widget.ui-widget-content {
    border: none;
    margin-top: 8px;
    box-shadow: 0 8px 29px -16px #000000;
    -webkit-box-shadow: 0 8px 29px -16px #000000;
    -moz-box-shadow: 0 8px 29px -16px #000000;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.calender-style .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    border: 0px;
}

.calender-style .ui-datepicker-header.ui-widget-header {
    position: relative;
    height: 64px;
}

.calender-style .ui-datepicker-header.ui-widget-header:after {
    content: "";
    width: 100%;
    height: 50px;
    background: #0074c8;
    position: absolute;
    left: 0;
    top: 64px;
    z-index: 1;
}

/* calender */

@media (max-width: 1080px) {

    .modal.has-large-padding .modal-header,
    .modal.has-large-padding .modal-body,
    .modal.has-large-padding .modal-footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .createkeynew .key-input label {
        font-size: 14px;
    }

    .phonetab-1,
    .phonetab-2 {
        padding-right: 0px !important;
    }

    /*.calender-style .ui-datepicker th {
        padding: 15px 16px !important;
    }

    .calender-style .ui-datepicker td {
        padding: 4px 5px;
    }*/
}

@media (max-width: 639px) {
    .createkeynew .edit-modal .modal-body {
        padding-top: 0px !important;
    }
}

@media (max-width: 767px) {
    .createkeynew .edit-modal .key-input {
        width: 100% !important;
    }

    .createkeynew .key-input label {
        font-size: 16px;
        display: block;
    }

    .phoneminput .phonefloatinput .phonetab-1 {
        padding: 0px 0px 0px 0px !important;
        width: 100% !important;
    }

    /* .phonefloatinput .phonetab-3 {  width: 44% !important;  padding-right: 0px !important;}
    .phonefloatinput .phonetab-2{ width: 28% !important;} */
    .createkeynew .form-group {
        padding: 0px;
    }

    .createkeynew .edit-modal .modal-header {
        padding: 20px 20px 0px !important;
    }

    .createkeynew .key-input.input-pin {
        margin: 0 0 20px 0;
    }

    

    .phoneminput,
    .mobile-view.active {
        display: block;
    }

    .head-font {
        font-size: 20px;
        text-transform: uppercase;
    }

    .heading-border {
        border: 0px;
    }

    .createkeynew .vehicle-vin {
        font-size: 14px;
    }

    .createkeynew .mt-60 {
        margin-top: 0px;
    }

    .createkeynew .mb-35 {
        margin-bottom: 0px;
    }

    .createkeynew .mobile-accordion-heading {
        margin-bottom: 30px !important;
        padding: 0px;
    }

    .createkeynew .vin-detail-wrapper {
        margin-bottom: 58px !important;
    }

    /* .createkeynew .is-mobile-accordion-content{padding-bottom:20px;}  */
    .createkeynew .modal .modal-block-part {
        margin-bottom: 0px;
    }

    .createkeynew .sec-padding {
        padding-bottom: 58px;
    }

    .sel-custom-date.mobile-view.createkeydate .row {
        margin-left: 0;
        margin-right: 0;
    }

    .form-control-time,
    .form-control-time .form-control-time-block,
    .form-control-time .form-control-time-block .custom-select {
        width: 100%;
    }

    .createkeynew .form-control-hours:after {
        display: none;
    }

    .createkeynew .form-group.form-control-datepicker-wrap.col-sm-4 {
        padding-bottom: 20px;
    }

    /* calender */
    .calender-style .ui-datepicker-title {
        font-size: 16px;
    }

    .calender-style .ui-state-default,
    .ui-widget-content .ui-state-default {
        font-size: 14px;
    }

    .calender-style .form-control-datepicker {
        right: 0px;
    }

    /* calender */
}

@media (max-width: 380px) {
    .createkeynew .edit-checkbox > div {
        margin-right: 10px;
    }

    .calender-style .ui-datepicker th {
        padding: 12px 12px !important;
    }

    .calender-style .ui-datepicker td {
        padding: 5px 3px 0px;
    }

    .calender-style .ui-datepicker-header.ui-widget-header:after {
        top: 60px;
    }

    .calender-style .ui-datepicker-header.ui-widget-header {
        height: 60px;
    }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('clientlib-contact-us/fonts/FontAwesome/fontawesome-webfont.eot?v=4.7.0');
  src: url('clientlib-contact-us/fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), 
  url('clientlib-contact-us/fonts/FontAwesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), 
  url('clientlib-contact-us/fonts/FontAwesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), 
  url('clientlib-contact-us/fonts/FontAwesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), 
  url('clientlib-contact-us/fonts/FontAwesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

