/*
    Global User Authentication - H&R Block
    NOVEMBER 2020
    Author  : A1072422 - GUA 
    Purpose : Style restoration in BDS integration/ Preload to avoid flickering
    Update
*/
html, body {
    background: rgb(255, 255, 255);
   -webkit-backface-visibility: hidden;
}
html {
    margin: 0 auto;
    padding: 0;
    height: 100%;
    visibility: hidden;
}

body{
    position: relative;
    font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
    min-height: 100%;
}
.gua-header {
	padding: 48px;
}
.guaFooter{
	width: 100%;
}

footer{
   background: #111111;
    color: #FFFFFF;
    display: inline-flex !important;
    align-items: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 40px;
    margin: 0px;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;  
    z-index: 1;
    left: 0;
}
footer a,footer a:focus,footer a:hover,footer a:visited{color: #D4D7D9 !important; box-shadow:none; -webkit-box-shadow:none; }
footer a img{ margin-top: 1px; vertical-align: inherit; margin-left: 3px; transform: translateX(0); -webkit-transform: translateX(0); transition: all .2s cubic-bezier(.33,.66,.66,1); -webkit-transition: all .2s cubic-bezier(.33,.66,.66,1);}
footer a:focus,footer a:hover > img{ transform: translateX(4px); -webkit-transform: translateX(4px);}
footer {
	padding: 16px;
}
footer .hrb-card-content{
	padding: 0;
}
.footOne a{
    float: right;	
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
}
	
.footOne a pre{
    overflow: hidden;
    float: left;
    margin-right: 6px;
    line-height: 1;
}
p.gua_error, .gua_termsError, #userNameAjaxError {
    color: #dc1f00 !important;
    padding-top: 5px;
    font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
}

.gua-tabs *:first-child {
    padding-left: 0;
}

.single-col-form__card {
	width: 100%;
}
.middle-content{
	max-width: 436px;
	margin: auto;
}
.middle-content-wide{
	max-width: 600px;
	margin: auto;
}

