/* Minification failed. Returning unminified contents.
(727,62): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(770,1): run-time error CSS1019: Unexpected token, found '@charset'
(770,10): run-time error CSS1019: Unexpected token, found '"UTF-8"'
(770,17): run-time error CSS1019: Unexpected token, found ';'
 */
html
{
    background: #fff;
    color: #505050;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, button, input[type="text"], select, textarea {
	border: none;
	font-family: Arial,Verdana,sans-serif;
	padding: 0;
}

h1, .h1 {
	font-family:NewsGothic,Arial,Verdana,sans-serif;
	font-size: 2.5em;
	font-weight: normal;
    margin: 0 0 .7em;
}

h2, .h2 {
	font-size: 2em;
	font-weight: normal;
    margin: 0 0 1em;
}

ol, ul, li, dl, dd, dt {
    list-style: disc;
    list-style-image: none;
	margin: 0;
	padding: 10px;
}

p, ol, ul, dl {
	font-size: 1.0em;
	margin-bottom: 1em;
	margin-top: 0;
}

p p, p ul, p dl, p ol, ol ol, ol ul, ol dl, ul ul, ul ol, ul dl, dl dl, dl ol, dl ul, table table, ul p {
	font-size: 1em;
}

P.intro 
{
    margin-left: 1em;
}


/* Header section */

#header
{
    width: 99%;
    height: 6em;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 14px;
    padding-left: 10px;
    display: inline-block;
    position: relative;
}		

#header h1.logo
{
    margin: 0px;
    max-width: 98%;
    height: auto;
    background: url('../content/images/logos/BH_LOGO_GS_HOZ_POS_L.png') no-repeat left top;
    float: left;
}

#header h1.logo a
{    
    width: 280px;
    height: 65px;     
    display: block;
    text-indent: -9999px;
}
#header h1.experianlogo
{
    max-width: 98%;
    height: auto;
    background: url('../content/images/logos/Experian_Logo_100.png') no-repeat right top;
    float: right;
    z-index: -999999;
    margin-right: 0.25em;
}
#header h1.experianlogo a
{    
    width: 100px;
    height: 33px;     
    display: inline-block;
    text-indent: -9999px;
}
h2.title
{
    width: 98%;
    padding-top: 0px;
    color: #1471cd;
    font-size: 1.75em;

}
h2.policytitle
{
    width: 98%;
    padding-top: 0px;
    color: #1471cd;
    font-size: 1.75em;
}
.introduction
{
    float: left;
    width: 98%;
    display: block;
}

/* styling for result header */

.resultYes
{
    font-size: 2.0em;
    color: #008C00;
}

.resultMaybe
{
    font-size: 1.5em;
    color: #D8A300;
}

.resultNo
{
    font-size: 2.0em;
    color: #B20000;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 */
html,button,input,select,textarea {color: #505050;}

body {
	font-size: 62.5%;
	line-height: 1.2;
    margin: 0;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 0 0 2em;
    padding: 0;
}

fieldset {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #FFFFFF;
    border: 1px solid #CCC;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 10px;
    background-color: #FFFFFF;
    border: 1px solid #CCC;
    box-shadow: 4px 4px 13px #bbbbbb;
    -webkit-box-shadow: 4px 4px 13px #bbbbbb;
    -moz-box-shadow: 4px 4px 13px #bbbbbb;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    min-width: 344px;
    max-width: 90em;
}

textarea {resize: vertical;}

.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #505050;
    padding: .2em 0;
}

/*
generics
*/

/* Width of the site */
form,.form,#main-content {
    margin: 20px;
    width: 95%;
    font-size: 1.2em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    font-size: 1.25em;
	font-weight: bold;
}

button,input[type="text"],select,textarea {
	background: #f7f7f7;
	border: solid 1px #ccc;
	color: #444;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

select.select-android
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 2px 30px 2px 2px;
    background: transparent url("/images/br_down.png") no-repeat right center;
}

.checkbox {
    border: none;
    float:left;
    width: 14em;
    display: inline-block;
    margin-bottom: 1em;
}

.container
{
    width: 100%;
}

.indentcontainer
{
    width: 98%;
    margin-left: 1em;
    margin-right: 1em;
}

fieldset div
{
    float:left;     
    width:auto; /* needed to ensure IE8 to wraps Label above Input when browser window is resized */
    margin-bottom: 1em;
    display:inline-block;
    margin-right: 1em;
}

fieldset div label
{ 
    width: 8em;
    line-height: 2em;
    float: left;
}

fieldset div select,
fieldset div input
{
    min-width: 25em;
    min-height: 2em;
}

fieldset div input[type="checkbox"]
{
    min-width: 1em;
    min-height: 1em;
}
fieldset div .field-short
{
    min-width: 10em;
    text-transform: uppercase;
}

fieldset div .label-stretch
{
    width: 99%;
}

fieldset div .checkbox-label
{
    width:90%;
}

fieldset div .clear-float
{
    clear: left;   
}

/* button styling */

.button:link, .button:visited
{
    font-size: 1.0em;
    line-height: 1.0em;
    font-weight: bold;
    padding-left: 1em;
    padding-right: 1em;
    color: #FFF;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    vertical-align: middle;
    display: inline-block;
}
.button span
{
    margin-left: 7px;
    height: 0.5em;
}
.button span.gtr
{
    width: 18px;
    height: 18px;
    background: url('../content/images/buttons/grt.png') no-repeat;
    text-indent: -9999px;
    position: absolute;
    right: 8px;
    top: 5px;
}
.blue-button, .blue-button.disabled:hover, .blue-button.disabled:active
{
    background: #0090c5 url('../content/images/buttons/glow-ongradient.gif') no-repeat center 0;
    border: 1px solid #009fda;
    border-bottom-color: #00ace2;
    box-shadow: inset 0px 1px 0px 0px #93ddf5, inset 0px -1px 0px 0px #0080b0;
    padding: 0.7em 0 0.7em 0;
    margin-left: 0.20em;
}

.blue-button:hover, .blue-button:active
{
    background: #38443c url('../content/images/buttons/glow-ongradient.gif') no-repeat center -70px;
    border: 1px solid #383a51;
    border-bottom-color: #384858;
    box-shadow: inset 0px 1px 0px 0px #8e8e8e, inset 0px -1px 0px 0px #383420;
}
.black-button, .black-button.disabled:hover, .black-button.disabled:active
{
    background: #38443c url('../content/images/buttons/glow-ongradient.gif') no-repeat center -70px;
    border: 1px solid #383a51;
    border-bottom-color: #384858;
    box-shadow: inset 0px 1px 0px 0px #8e8e8e, inset 0px -1px 0px 0px #383420;
    padding: 0.7em 0 0.7em 0;
    margin-left: 0.20em;
}
.black-button:hover, .black-button:active
{
    background: #0090c5 url('../content/images/buttons/glow-ongradient.gif') no-repeat center 0;
    border: 1px solid #009fda;
    border-bottom-color: #00ace2;
    box-shadow: inset 0px 1px 0px 0px #93ddf5, inset 0px -1px 0px 0px #0080b0;
}
.indent-left
{
    margin-left: 0.5em;   
}
.indent-left-privacy-policy
{
    margin-left: 0.75em;   
}
.address-list p
{
    font-size: inherit;
}

.address-list-selection 
{
    max-width: 70%;
	border: solid 1px #ccc;
    background: #ebf7e4;
}

div.address-list
{
    clear: left;
}

div.nav {
    border:1px solid;
}

div.nav > div {
    display:inline-block;
    background-color: #CCC;
    padding: 10px;
    margin:0
}

/* Hide section titles so only displayed when CSS not used */

.hidden{
   position:absolute;
   left:-9999px;
}

/* 'Required' input field marker */

.required:after 
{
    content: "*";   
    font-size: 1.1em;
    font-weight: bold;
    color: #1471cd; 
    padding-left: 0.2em;
    /*IE7 fix*/ 
    zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '*');
}

.note
{
    font-size: 0.75em;
    color: #AAAAAA;
}

.buttonDisabled, .buttonDisabled:active, .buttonDisabled:focus
{
    color: #E8F4F9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #99e0f7;
    font-size: 1em;
    background: #99e0f7 url('../Content/images/glow-ongradient_disabled.png') no-repeat center 0;
    box-shadow: inset 0 1px 0 0 #ffffff,inset 0 -1px 0 0 #99e0f7;
    height: 34px;
    font-weight: bold;
    font-family: inherit;
}
.blueButton
{
    color: White;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #009FD4;
    font-size: 1em;
    background: #00b1eb url('../Content/images/glow-ongradient.png') no-repeat center 0;
    cursor: pointer;
    box-shadow: inset 0px 1px 0px 0px #99E0F7, inset 0px -1px 0px 0px #007CA4;
    height: 34px;
    font-weight: bold;
    font-family: inherit;
}

.blueButton:hover, .blueButton:active, .blueButton:focus
{
    background: #38443c url('../Content/images/glow-ongradient.png') no-repeat center -70px;
    border: 1px solid #383a51;
    border-bottom-color: #384858;
    box-shadow: inset 0px 1px 0px 0px #8e8e8e, inset 0px -1px 0px 0px #383420;
}

.button_220x34
{
    width: 230px;
}
 .button_220x34
    {
        width: 210px;
    }

.dvTerms
{
    background-color: #1e1e1e;
    color: #FFFFFF;
    padding: 15px;
}
.dvTermChk
{
    display: inline-block;
    vertical-align: text-top;
    margin-top: 3px;
}
.dvTermText
{
    display: inline-block;
    width: 94%;
    padding-left: 10px;
    vertical-align: top;
}
.validationMessage
{
    color: Red;
    font-style: italic;
    display: block;
}
 .validationMessage
    {
        width: 215px;
    }


/* Marketing Preferences intro Dealer Bullet List */
ul.no_bullet
{
    list-style: none !important;
    padding: 0;
    margin: 0;
}
li.tick
{
    list-style: none !important;
    background-image: url(../../Content/images/bullet_tick.png);
    background-repeat: no-repeat;
    background-position: 0px 7px;
    padding-left: 14px;
}
li.hd_tick
{
    list-style: none !important;
    background-image: url(../../Content/images/harley_bullet_tick.png);
    background-repeat: no-repeat;
    background-position: 0px 7px;
    padding-left: 14px;
}

/* TOOLTIP */

.tooltip
{
    display: inline-block;
    position: relative;
}
		
.tooltip:hover:after
{
    background: #333;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(display);
    left: 20%;
    padding-top: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.5em;
    position: absolute;
    z-index: 98;
    width: 220px;
}
		
.tooltip:hover:before
{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}

/* FOOTER */
.footer .inner
{
    width: 100%;
    padding: 1em 0em 0em 0em;
}
.footer
{
    clear: both;
    overflow: hidden;
    width: 100%;
    display: inline-block; 
    
}
.footer-copyright
{
    width: 60%;   
    float: left;
    display: inline-block;      
}
.footer-links
{
    width: 40%;
    float: left;
    text-align: right;
    margin-bottom: 1em;
    margin-left: 0;
    display: inline-block;    
}
.footer-links a:link, .footer-links a:visited
{
    color: #808080;
    text-decoration: none;
    padding-right: 15px;
    padding-left: 15px;
    border-right: 0px solid #707070;
}
.footer-links a:hover
{
    text-decoration: underline;
}
.footer-links a:last-child
{
    border-right: none;
}
.footer p, .footer a
{
    font-size: 0.8em;
    color: #808080;
    display: inline-block;  
}
hr.footerstyle
{
    height: 6px;
    border: 1 none #C0C0C0;
    margin: 1em 0 1em 0;
    left:0;
    right:0;
}

/* RESULT PAGE LAYOUT */

.resultcontainer
{
    width: 98%;
    float: left;
    margin: auto;
}
.resultgauge img
{
    max-width: 98%;
    float: left;
    margin-left: 1em;
}
h2.resulttitle
{
    width: 98%;
    padding-top: 0px;
    color: #1471cd;
    font-size: 1.75em;
    text-indent: 0.5em;
}
.resultcontent
{
    max-width: 68%;
    margin-left: 1em;
    float: left;
    display: inline-block;
}
.experiantile
{
    border: 0px;
    max-width: 98%; 
}	

/* CAPTCHA
================================================ */	
#mc-canvas {	width:220px;  /* For best results, set width to between 210px and 240px */	
            	height:154px; /* For best results, set height to between 140px and 170px */	
            	background:#fff -9999px -9999px no-repeat;	
            	background-image: url('/content/images/motionCaptcha-shapes.jpg') !important;
            	}/* The shapes: */
#mc-canvas.triangle     { background-position:  10px   10px }
#mc-canvas.x            { background-position:-200px   10px }
#mc-canvas.rectangle    { background-position:-400px   10px }
#mc-canvas.circle       { background-position:-600px   10px }
#mc-canvas.check        { background-position:  10px -150px }
#mc-canvas.caret        { background-position:-200px -150px }
#mc-canvas.zigzag       { background-position:-400px -150px }
#mc-canvas.arrow        { background-position:-600px -150px }
#mc-canvas.leftbracket  { background-position:  10px -300px }
#mc-canvas.rightbracket { background-position:-200px -300px }
#mc-canvas.v            { background-position:-400px -300px }
#mc-canvas.delete       { background-position:-600px -300px }
#mc-canvas.leftbrace    { background-position:  10px -450px }
#mc-canvas.rightbrace   { background-position:-200px -450px }
#mc-canvas.star         { background-position:-400px -450px }
#mc-canvas.pigtail      { background-position:-600px -450px }
.mc-noselect {	-webkit-user-select: none,	   -moz-user-select: none,	        user-select: none} 

/* Real Person jQuery plugin styles v1.1.1. */
.realperson-challenge {
	display: block;
	color: #000;
}
.realperson-text {
	font-family: "Courier New",monospace;
	font-size: 6px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 3px;
}
.realperson-regen {
	padding-top: 4px;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}
.realperson-disabled {
	opacity: 0.5;
	filter: Alpha(Opacity=50);
}
.realperson-disabled .realperson-regen {
	cursor: default;
}

/* ........For GDPR Cookie Policy Changes................................... */
.cookie-table{  border:1px; border-collapse:collapse; border-style:solid; padding:8px 0px 8px 0px; text-align:left;display:table !important}
.cookie-table th { border:1px; border-collapse:collapse; border-style:solid; padding:8px 8px;display:table-cell;text-align:left;vertical-align:top; font-weight:bold  !important}
.cookie-table td{ border:1px; border-collapse:collapse; border-style:solid; padding:8px 8px;display:table-cell;text-align:left;vertical-align:top  !important}

ul.cookie-ul
{
    list-style-type: disc;
    margin: .6em 0 .5em 2em;
    line-height: 0.3;
    font-size:1.0em !important
}
/* ........END: For GDPR Cookie Policy Changes................................... */

/* The charset attribute below is nessecary to ensure pages remain responsive in IE8 and below */
@charset "UTF-8";

/* Tablets */
@media screen and (max-width:979px) {
    /* Style adjustments for viewports that meet the condition */
    .wrapper 
    {
        margin: 10px;
        padding-right: 15px;
        min-width: 230px;
    }
    #header h1.tile
    {
        float:right;
    }
    .footer-copyright
    {
        width: 50%;      
    }
    .footer-links
    {
        width: 50%;   
    }
    .footer-links a:link, .footer-links a:visited
    {
        border-right: 0px solid #707070;
    }
    .resultcontent
    {
        max-width: 98%;
        margin-left: 1em;
        float: left;
        display: inline-block;
    }
}

/* Phones */
@media screen and (max-width:767px) 
{
    /* Style adjustments for viewports that meet the condition */
    
    .wrapper 
    {
        min-width: 220px;
    }
    #header h1.tile
    {
        margin-top: 0.6em;
        float:left;
    }
    #header h1.experianlogo
    {
        background: url('../content/images/logos/Experian_Logo_100.png') no-repeat right top;
    }
    #header h1.experianlogo a
    {    
        width: 100px;
        height: 33px;     
    } 
    h2.title
    {
        position: relative;
        left: 0em;
        top: 0em;     
    }
    fieldset div
    {
        width: 99%;
    }
    fieldset div label
    {
        width: 95%;
    }
    .footer-copyright
    {
        width: 96%;    
    }
    .footer-links
    {
        width: 98%;   
        clear: both;
        text-align: left;
    }
    .footer-links a:link, .footer-links a:visited
    {
        border-right: 0px;
    }
}

@media screen and (max-width:479px) 
{
    /* Style adjustments for viewports that meet the condition */
    
    #main-content 
    {
        margin: 10px;
    }
    .wrapper 
    {
        margin: 5px;
        padding-right: 15px;
        min-width: 210px;
    }
    #header
    {
        height: 5em;
    }
    #header h1.tile
    {
        margin-top: 0.6em;
        float:left;
    }	
    #header h1.logo
    {
        background: url('../content/images/logos/BH_LOGO_GS_HOZ_POS_M.png') no-repeat left top;
    }
    #header h1.logo a
    {      
        width: 194px;
        height: 45px;
    }
    #header h1.experianlogo
    {
        background: url('../content/images/logos/Experian_Logo_50.png') no-repeat right top;
    }
    #header h1.experianlogo a
    {    
        width: 50px;
        height: 17px;     
    }
    h2.title
    {
        padding-bottom: 0px;
        font-size: 1.5em;
    }
    fieldset div
    {
        width: 99%;
        margin-right: 0em;     
    }
    fieldset div label
    {
        width: 95%;
    }
    
    fieldset div select, fieldset div input
    {
        min-width: 18em;
        padding-right: 0px;
    }
    .address-list-selection
    {
        max-width: 0.2em;
    }
    div.address-list
    {
        min-width: 12em;
    }
    .button:link, .button:visited
    {
        margin-top: 5px;
    }
    .footer-copyright
    {
        width: 98%;      
    }
    .footer-links
    {
        width: 98%;   
    }
    .footer-links
    {
        clear: both;
    }
    .footer-links a:link, .footer-links a:visited
    {
        border-right: 0px;
    }
    .footer p, .footer a
    {
        font-size: 0.75em;
    }
}

@media screen and (max-width:319px) 
{
    /* Style adjustments for viewports that meet the condition */
    
    #main-content 
    {
        margin: 5px;
    }
    .wrapper 
    {
        min-width: 200px;
    }
    #header
    {
        height: 4em;
    }	
    #header h1.logo
    {
        background: url('../content/images/logos/BH_LOGO_GS_HOZ_POS_S.png') no-repeat left top;
    }
    #header h1.logo a
    {      
        width: 142px;
        height: 33px;
    }
    #header h1.experianlogo
    {
        background: url('../content/images/logos/Experian_Logo_36.png') no-repeat right top;
    }
    #header h1.experianlogo a
    {    
        width: 36px;
        height: 12px;     
    }
    h2.title
    {
        padding-bottom: 0px;
        font-size: 1.1em;
        font-weight: bold;
    }
    h2.resulttitle
    {
        font-size: 1.5em;
    }
    fieldset div
    {
        width: 99%;
        margin-right: 0em;
    }
    fieldset div label
    {
        width: 95%;
    }    
    fieldset div select, fieldset div input
    {
        min-width: 14em;
        padding-right: 0px;
    }    
    .address-list-selection
    {
        max-width: 0.3em; 
    }    
    div.address-list
    {
        min-width: 15em;
    }  
    .button:link, .button:visited
    {
        margin-top: 5px;
    }
    .resultcontent h2
    {
        font-size: 1.4em;
    }
    .footer-copyright
    {
        width: 98%;      
    }
    .footer-links
    {
        width: 98%;   
    }
    .footer-links
    {
        clear: both;
    }
    .footer-links a:link, .footer-links a:visited
    {
        padding-right: 5px;
        padding-left: 5px;
        border-right: 0px;
    }
    .footer p, .footer a
    {
        font-size: 0.75em;
    }
    /* CAPTCHA
    ================================================ */	
    #mc-canvas
    {
        width: 170px; /* For best results, set width to between 210px and 240px */
        height: 140px; /* For best results, set height to between 140px and 170px */
    }
}

