.reset-this {
    animation : none;
    animation-delay : 0;
    animation-direction : normal;
    animation-duration : 0;
    animation-fill-mode : none;
    animation-iteration-count : 1;
    animation-name : none;
    animation-play-state : running;
    animation-timing-function : ease;
    backface-visibility : visible;
    background : 0;
    background-attachment : scroll;
    background-clip : border-box;
    background-color : transparent;
    background-image : none;
    background-origin : padding-box;
    background-position : 0 0;
    background-position-x : 0;
    background-position-y : 0;
    background-repeat : repeat;
    background-size : auto auto;
    border : 0;
    border-style : none;
    border-width : medium;
    border-color : inherit;
    border-bottom : 0;
    border-bottom-color : inherit;
    border-bottom-left-radius : 0;
    border-bottom-right-radius : 0;
    border-bottom-style : none;
    border-bottom-width : medium;
    border-collapse : separate;
    border-image : none;
    border-left : 0;
    border-left-color : inherit;
    border-left-style : none;
    border-left-width : medium;
    border-radius : 0;
    border-right : 0;
    border-right-color : inherit;
    border-right-style : none;
    border-right-width : medium;
    border-spacing : 0;
    border-top : 0;
    border-top-color : inherit;
    border-top-left-radius : 0;
    border-top-right-radius : 0;
    border-top-style : none;
    border-top-width : medium;
    bottom : auto;
    box-shadow : none;
    box-sizing : content-box;
    caption-side : top;
    clear : none;
    clip : auto;
    color : inherit;
    columns : auto;
    column-count : auto;
    column-fill : balance;
    column-gap : normal;
    column-rule : medium none currentColor;
    column-rule-color : currentColor;
    column-rule-style : none;
    column-rule-width : none;
    column-span : 1;
    column-width : auto;
    content : normal;
    counter-increment : none;
    counter-reset : none;
    cursor : auto;
    direction : ltr;
    display : inline;
    empty-cells : show;
    float : none;
    font : normal;
    font-family : inherit;
    font-size : medium;
    font-style : normal;
    font-variant : normal;
    font-weight : normal;
    height : auto;
    hyphens : none;
    left : auto;
    letter-spacing : normal;
    line-height : normal;
    list-style : none;
    list-style-image : none;
    list-style-position : outside;
    list-style-type : disc;
    margin : 0;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
    max-height : none;
    max-width : none;
    min-height : 0;
    min-width : 0;
    opacity : 1;
    orphans : 0;
    outline : 0;
    outline-color : invert;
    outline-style : none;
    outline-width : medium;
    overflow : visible;
    overflow-x : visible;
    overflow-y : visible;
    padding : 0;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top : 0;
    page-break-after : auto;
    page-break-before : auto;
    page-break-inside : auto;
    perspective : none;
    perspective-origin : 50% 50%;
    position : static;
    /* May need to alter quotes for different locales (e.g fr) */
    quotes : '\201C' '\201D' '\2018' '\2019';
    right : auto;
    tab-size : 8;
    table-layout : auto;
    text-align : inherit;
    text-align-last : auto;
    text-decoration : none;
    text-decoration-color : inherit;
    text-decoration-line : none;
    text-decoration-style : solid;
    text-indent : 0;
    text-shadow : none;
    text-transform : none;
    top : auto;
    transform : none;
    transform-style : flat;
    transition : none;
    transition-delay : 0s;
    transition-duration : 0s;
    transition-property : none;
    transition-timing-function : ease;
    unicode-bidi : normal;
    vertical-align : baseline;
    visibility : visible;
    white-space : normal;
    widows : 0;
    width : auto;
    word-spacing : normal;
    z-index : auto;
}

.asterisk
{
    display: inline;
    color: rgb(200,0,0);
}

.endHR
{
    border: 0 none;
    height: 4px;
}

hr.pageSeparator
{
    background-color: rgb(100,100,100);
    clear: both; 
    float: none; 
    width: 100%; 
    height: 1px;
    margin: 2em auto 2em auto;
    border: none; 
    height: 2px;
    width: 80%
}

#errorMsg
{
    color: red;
    text-align: center;
    font-weight: 800;
}

#navButton
{
    position: absolute;
    top: 1em;
    left: 1em;
}

#headerImageDiv 
{
    line-height: 64px;
    text-align: center;
}

#headerImageDiv img 
{
    vertical-align: middle;
}

.pageInstructions
{
    font-size: 1.5em;
    font-weight: 600;
    line-height: 110%;
    text-align: center;
    margin-bottom: 20px;
}

.smallPageInstructions
{
    font-size: 1em;
    font-weight: 300;
    line-height: 120%;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 20px;
}

.disclaimerText
{
    margin: auto;
    text-align: center;
}

.ui-input-text, .ui-input-search
{
    margin-top: 0em !important;
}

.ui-select
{
    margin-top: 0em !important;
}

.errorMessage
{
    color: rgb(200,0,0);
    font-weight: 600;
    display: block;
    margin-top: 10px;
}

.confirmationMessage
{
    background-color: rgba( 255,255,255,.8 );
    margin: auto;
}

.fieldButtons
{
    width: 90%;
    margin: 0px auto 0px auto;
    padding: 0;
    text-align: center;
}

.subMenuButton
{
    font-size: .9em;
    height: 3em;
}

.tooltipDiv
{
    background-color: rgb(255,255,255);
    border: 2px black solid;
    width: 160px;
    z-index: 10;
    display: none;
    padding: 10px;
    box-shadow: 0px 0px 15px rgb(0,0,0);
    text-align: center;
}

.tooltipClosingDiv
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 11;
    display: none;
}

.tooltipButton
{
    color: rgb(40,40,40);
    background-color: rgb(200,200,200);
    padding: 5px;
    border: 1px solid;
    border-radius: 5px;
}

/*New Account styles*/
.fieldTable
{
    width: 90%;
    margin: 0px auto 0px auto;
    padding: 0;
}

.fieldTable td
{
    width: 100%;
    margin-left: 20px;
}

td.radioTableField
{    
	width: 40px;    
}

div.divWithCenteredTable
{
	text-align: center;
}

.centeredTable td.labelToolTipDiv
{
	text-align: left;
}

button.mobileSingleCenteredButton
{
	margin-left: 10%;
}

table.centeredTable
{
	margin: 0 auto;
}

.fieldTextBox
{
    height: 60px;
}

.mobileLabel
{
    display: inline !important;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

/*Standings styles*/
.standingsHeadline
{
    margin-top: 0px;
}

.gaugeText
{
    font-weight:800;
    font-size:1em;
}

.gaugeTextCurrent
{
    font-weight:800;
    font-size:2em;
    color: rgb(200,0,0);
}
/*Standings styles*/

/*Rewards styles*/
.rewardsHeadline
{
    font-size: 4em;
    margin-top: 0px;
}
/*Rewards styles*/

/*History styles*/
.historyRow
{
    height: 100%;
    margin-top: .2em;
}
/*History styles*/

/*Logout styles*/
.homelink 
{
    font-size: 1.5em;
    font-weight: bold;
    font-style: normal;
    color: rgb(0, 100, 150);
    text-align: center;
    text-decoration: none !important;
}
/*Logout styles*/

/*Graph styles*/
.leftGraph {
    border: 1px solid #696;
    
    /*Rounded Corners*/
    -moz-border-top-left-radius: 5em;
    -webkit-border-top-left-radius: 5em;
    -khtml-border-top-left-radius: 5em;
    border-top-left-radius: 5em;
    -moz-border-bottom-left-radius: 5em;
    -webkit-border-bottom-left-radius: 5em;
    -khtml-border-bottom-left-radius: 5em;
    border-bottom-left-radius: 5em;
    
    /*Shadow*/
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
    
    /*Color*/
    background: #EEFF99;
    /*background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEFF99), to(#66EE33));
    background: -webkit-linear-gradient(#EEFF99, #66EE33);
    background: -moz-linear-gradient(#EEFF99, #66EE33);
    background: -ms-linear-gradient(#EEFF99, #66EE33);
    background: -o-linear-gradient(#EEFF99, #66EE33);
    background: linear-gradient(#EEFF99, #66EE33);*/
}

.rightGraph {
    border: 1px solid #696;
    
    /*Rounded Corners*/
    -moz-border-top-right-radius: 5em;
    -webkit-border-top-right-radius: 5em;
    -khtml-border-top-right-radius: 5em;
    border-top-right-radius: 5em;
    -moz-border-bottom-right-radius: 5em;
    -webkit-border-bottom-right-radius: 5em;
    -khtml-border-bottom-right-radius: 5em;
    border-bottom-right-radius: 5em;
    
    /*Shadow*/
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
    
    /*Color*/
    background: #EEFF00;
    /*background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEFF99), to(#66EE33));
    background: -webkit-linear-gradient(#EEFF99, #66EE33);
    background: -moz-linear-gradient(#EEFF99, #66EE33);
    background: -ms-linear-gradient(#EEFF99, #66EE33);
    background: -o-linear-gradient(#EEFF99, #66EE33);
    background: linear-gradient(#EEFF99, #66EE33);*/
}

#privacyStatementLink
{
    text-decoration: underline;
    font-weight: 600;
}

.mobilePrivacyGrid
{
	display: grid;
    display: -ms-grid;	
	margin-bottom: 10px;
	grid-column-gap: 5px;
	grid-template-columns: 40px auto; 		
    -ms-grid-columns: 40px auto;    
    width: 80%;
    margin: auto;
    padding: 10px 0px 10px 0px;
}

.consentGridColumn1
{
    -ms-grid-column:1; 
    grid-column-start:1; 
    grid-column-end:1;
}

.consentGridColumn2
{
    -ms-grid-column:2; 
    grid-column-start:2; 
    grid-column-end:2;
}

#agreementEmailDiv
{
    width:70%; 
    margin:0px auto 30px auto;
    padding-bottom:3px;
    padding-left:10px;
    padding-top:15px;
}

#marketingPreferenceHeader
{
    text-align:center;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0px;
}

#modalBackground
{
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: rgba(80,80,80,.5);
    display: none;
    z-index: 99;
}

#rejectModal
{
    width: 440px;
    display: none;
    margin: auto;
    padding: 0px;
    background-color: rgb(256,256,256);
    border: 4px solid rgb(175, 0, 0);
    border-radius: 2px;
    box-shadow: 0px 3px 5px 2px rgba(100,100,100,.5);
    z-index: 100;
    text-align: center;
}

.centered 
{
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modalButton
{
    display:inline-block !important;
    width: auto !important;
    height: 36px !important;
    margin: 10px 0px 0px 10px !important;
    padding: 0px 25px 0px 25px;
}

.disabled
{
    opacity: 0.5;
    pointer-events:none;
}
