﻿html,body,body form{
	height: 100%;
}

body{
	font: 16px 'Open Sans', sans-serif;
	margin: 0px;
	padding: 0px;
	border: 0px;
	line-height: 150%;
}

header{
	width: 100%;
	height: 85px;
    background-color: #FFFFFF;
	border-bottom: 3px solid rgba(0,66,120,1.00);
}

header > div{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
    height: 100%;
}

#LblServerVer {
    display: inline-block;
    margin:5px 5px 0 0;
    padding: 5px;
    color: #a94442;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    font-weight: bold
}

#LblServerVerHash {
    font-size: 0.6rem;
    padding-left: 1rem;
    color: transparent
}

/*---- Default Color Info -----*/

.primary, 
#progress li.current,.help-icon,
.input-frame .riSingle,
.input-frame .RadComboBox,
.col table tr td div .riSingle,
.col table tr td div .RadComboBox,
.input-frame .RadComboBox .rcbHovered .rcbArrowCellRight,
.input-frame .RadComboBox .rcbFocused .rcbArrowCellRight,
.ui-dialog-titlebar
{background-color:rgba(0,66,120,1.00)  !important;}
.secondary,.help-icon:hover,#message_bar h2, .rpbStateSelected, footer, .showBtn:hover, .showBtn:focus,
.col div input:focus, .input-frame input:focus, input:focus, .riFocus, .rcbFocused,
.input-frame .riSingle, .riSingle input:focus, .RadInput, .input-frame .RadComboBox, .RadComboBox, .input-frame-2 .riSingle
{background-color: #fff !important;}
.accent,#progress li,.input-frame .RadComboBox .rcbArrowCellRight, input[type="submit"]:hover, button, input[type="button"]:hover, .rbHovered input[type="button"]:hover
{background-color: #BDD9E9;}

header #logo{
	background-image: url(images/logo.png);
	background-size: 95% auto;
}

.riTextBox, .col .input-frame .RadComboBox input[type=text], .RadComboBox input[type=text], .input-frame-2 input[type="text"].riTextBox,.input-frame-2 input[type="email"].riTextBox{
        background-color: #ffffff !important;
        outline-color: #108dc1;
        outline-width: thin;
}


/*---- Contact Info Header Styling -----*/
#ctl00_help_phone{
    font-size: 16px;
    font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#contact_info{
	width: 180px;
	position: absolute;
	top: 0;
	right: 0;
	height: 90%;
    border-radius: 0 0 5px 5px;	
}

.white-75{background-color: rgba(255,255,255,0.85); }

.vertCenter{
	position: relative;
  	/*top: 50%;
	-webkit-transform: translateY(-50%);
  	transform: translateY(-50%);*/
}
#inner-footer{
        margin: 0 auto;
        max-width: 1280px;
        height: 100%;
        background-image: url(../images/helium-logo-color.svg);
        background-size: 122px 50px;
        background-position: right center;
        background-repeat: no-repeat;	
}

.phone_icon{
	display: inline-block; 
	border-radius: 2px; 
	background-position: center;
	background-repeat: no-repeat; 
	padding: 3px; 
	width: 20px; 
	height: 20px; 
	margin-left: 5%; 
	float: left;
	position: relative;
	background-image: url(images/phone.png);
}

/*----- Headings ------*/

h1,h2,h3,h4{
	    font-weight: 400;
	    margin: 7px 0px 7px 0px;
	    color: #108dc1;
        /*text-shadow: 1px 1px 3px rgba(205,202,202,1.00);*/
}

/* ----- IMAGES ----- */

img
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
    border: 0px;
}

/* ----- LINKS ----- */
a:link,a:visited,a:active
{
	text-decoration: none;
}

a:hover,a:focus
{
	text-decoration: underline;
}

a.stdhlink:link,
a.stdhlink:visited,
a.stdhlink:hover,
a.stdhlink:active,
a.stdhlink:focus
{
    text-decoration: underline;
    font-weight: normal;
    color: #2200c1 !important;
}

/* common styling */
.errorFieldValidator {
    color: #DF0000 !important;
    font-weight: bold !important;
}
.fieldsetHidden {
    border: none;
}
.legendHidden {
    display: none;
}

span.bodyTextErr {
    height: auto !important;
    font-size: 12px;
    /*width: calc(100% - 33px) !important;*/
    border: none;
    border-radius: 3px !important;
    margin-bottom: 3px;
    padding: 5px 5px 5px 28px !important;
    background-image: url(images/warning.png);
    background-position: 5px 5px;
    background-repeat: no-repeat;
    float: right;
    /*display: none; 
	opacity: 0;*/
    text-align: left !important;
    color: #AF0000 !important;
}
.input-frame.errorFld{
    background-color: #E8E3E3;
    border-radius: 2px;
    padding-top: 4px;
}
    .input-frame.errorFld .RadComboBox .rcbArrowCellRight {
        background-color: #AF0000 !important;
    }
    .input-frame.errorFld span input[type=text], .input-frame.errorFld table input[type=text], .input-frame.errorFld span input[type=email] {
        background-color: #FCF8B4 !important;
        /* padding: 5px 0px 0px 0px;*/
        border: 1px solid #AF0000 !important;
        border-radius: 3px;
    }
    .input-frame.errorFld > span:first-child, .input-frame.errorFld > label:first-child {
        margin: 5px 5px 0px 5px;
        color: #AF0000;
    }
.bodyTextErr:empty{
	display: none;	
}
.Form{
	width: 100% !important;
	max-width: 100% !important;
}

.Form > tbody > tr
{
	/*height: 21px;*/
	/*width: 80%;
	display: block;
	padding: 3px 10%;
	overflow: hidden;*/
}

.Form > tbody > tr > td{
	display: block;
}
.bdrRight{
	    border-left: 1px solid #cccccc;	
}
.Field
{
	/*white-space: nowrap;
	padding: 0px 5px 0px 5px;*/
	text-align: left;
	cursor: default;
	display: block;
	color: #666666;
	font-size: 14px;
	/*line-height: normal;*/
	padding: 0px;
}
td:empty{
	display: none;	
}

.FieldHeight
{
	height: 22px;
}
.container
{
    margin: 0px auto;
    padding: 0; 
    width: 100%;
	    /*min-height: calc(100% - 172px);*/
        min-height: 100vh;
    max-width:1280px;
}

header{
	    width: 100%;
	    height: 100px;
}


.header .main
{
    background: transparent url(images/cntrBr.gif) repeat-y;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.header .main .hdr
{
	margin-left: 1px;
/*	width: 998px;
*/	background: transparent url(images/hdrBr.gif) repeat-x;
	max-width: 1278px;
	padding: 0px 0px 0px 0px;
}

header .logo
{
	height: 100%;
    width: auto;
    display: inline-block;
}

.logo img{
	background-color: #FFFFFF;
	border-radius: 2px;	
}

header .logo img{
    display: block;
    margin: 7px;
    max-height: 75px !important;
    width: auto;
    max-width: 225px !important;
}
footer{
	width: 100%;
	height: 75px;
	position: relative;
	background-color: #004278;
}
.cologyBrand{
	position: absolute;
	right: 10px;
	top: 16px;	
}
.wrapper
{
    margin: 0;
    padding: 40px 20px;
    /*background: transparent url(images/cntrBr.gif) repeat-y;*/
    height:auto;
    /*background-color: #FFF;*/
	min-height: 100%;
    /*border-width: 0px 1px 0px 1px;
	border-color: #CCCCCC;
	border-style: solid;*/
	font-size: 14px;
    color: rgba(66,71,70,1.00);
/*	box-shadow: 0 0 3px rgba(191,189,189,1.00);
*/}
.wrapper h1,h4{
	font-size: 18px;
	margin-top: 25px;	
	margin-bottom: 5px;
}
.wrapper p + table{
	width: 100% !important;
	max-width: 950px !important;
	margin: 0 auto;	
}
.wrapper #title{
	max-width: 450px !important;
	margin: 0 auto !important;	
}

table.resp{
	display: block;
	margin-bottom: 10px;
}
#usersLogin{
        /*width: 80%;
	    margin: 0 10%;*/
        max-width: 450px !important;
        margin: 0 auto !important;	
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
	
}
#usersLogin, .flex, /*tr.respRow, */.flexContainer{
	width: 80%;
	margin: 0 10%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
#usersLoginTwo{
        /*width: 80%;
	    margin: 0 10%;*/
        max-width: 450px !important;
        margin: 0 auto !important;	
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
	
}
#usersLoginTwo, .flex, /*tr.respRow, */.flexContainer{
        /*width: 80%;*/
        margin: 0 10%;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
}
.flexContainer{
	width: 80%;
	margin: 0 10%;	
}
.flexContainer section{
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;	
}
.captchaCtnr{
	float: right;
	width: calc(100% - 210px); 
	margin-left: 10px;	
}
.flexContainer section div{
	padding: 3px 0px;	
}
.flexContainer section div span{
	display: inline-block;
	width: 200px;
	text-align: right;	
}
.rcRefreshImage, .returnLink{
        font-weight: normal !important;
        padding: 7px 10px;
        background-color: #fff;
        border: 1px solid #108dc1;
        /*border-radius: 2px;	*/
        color: #108dc1 !important;
        margin-top: 5px;
        background-position: 5px center;
        background-repeat: no-repeat;
        text-align:center;
        background-size: 11px auto;
        font-size: 14px !important;
}
.rcRefreshImage:hover, .returnLink:hover{
	text-decoration: none;	
}
.rcRefreshImage{
        /*background-image: url(images/refresh-icon.png);	*/
}
.returnLink{
        /*background-image: url(images/return-icon.png);	*/
}
.rcRefreshImage:hover, .returnLink:hover{
	background-color: #efefef;	
}
/*tr.respRow{
	width: 100% !important;
	max-width: 100% !important;
}*/

#usersLogin > section, .flex > div/*, tr.respRow > td*/{
	/*float: left;
	width: calc(50% - 20px);
	display: table-cell;*/
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 25px;
}
#usersLoginTwo > section, .flex > div/*, tr.respRow > td*/{
        /*float: left;
	    width: calc(50% - 20px);
	    display: table-cell;*/
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0px 25px;
}

/* #usersLogin.oldIEFlex > section, .flex.oldIEFlex > div{
	display: table-cell !important;
	width: 48% !important;
} */

tr.respRow > td{
	width: calc(50% - 20px) !important;	
}
#usersLogin > section:last-child, tr.respRow > td:last-child{
    /*border-left: thin solid black;
	width: calc(50% - 23px);*/	
}
.flex:after, .messageFrame:after{
	content: ".";
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}
.style1{
	width: 40% !important;
	padding-bottom: 7px;	
}
.riSingle, .RadInput, .RadCaptcha input[type=text]{
	position: relative;
/*	margin: 0px 0px 2px 0px;
*/	width: calc(100% - 4px) !important;
	border-width: 1px !important;
	border-radius: 2px;
    /*box-shadow: 2px 2px 2px #666666;*/
}
.riSingle .riTextBox, .RadInput .riTextBox, .RadCaptcha input[type=text]{
	height: 38px !important;
	font-size: 16px !important;
	border-width: 0px !important;
	border-radius: 2px;	
}
.RadCaptcha input[type=text]{
	    width: calc(100% - 12px) !important;
	    padding: 5px !important;
	    height: 28px !important;
	    border: 1px solid #cccccc !important;	
        outline-color: #108dc1;
        outline-width: thin;
}
.riSingle .riTextBox[type=password]{
	padding-right: 5px;
    padding-left: 5px;
    margin: 0;
    width: 100% !important;	
}
#newLoan{
        font-size: 16px !important;
        padding: 5px 10px 5px 10px !important;
        color: #FFFFFF !important;
        /*text-shadow:0px 1px 0px #000000;
	    box-shadow: 0px 1px 2px 0px #1c1b18;*/
        border: 0px !important;
        /*background-color: #1C75BC; 
	    background-image: url(images/start-btn-bottom.png), url(images/start-btn-arrows.png) !important;
	    background-position: bottom, right center;
	    background-repeat: repeat-x, no-repeat;
	    background-size: auto 45%;*/
        margin: 10px auto !important;
        width: auto !important;

}
.rbNewLoan input[type=submit] {
    padding: 7px 10px !important;
    border: 0 !important;
    /*background-color: transparent !important;*/
    font-size: 16px !important;
    color: #FFFFFF !important;
    /*text-shadow: 0px 1px 0px #000000;*/
}
.rwNoTitleBar {
    padding-top:6px !important;
}
/*input[type=password]{
	height: 28px !important;
	font-size: 16px !important;
	border: 1px solid #999999;
	border-radius: 2px;
	box-shadow: 2px 2px 2px #666666;
	width: calc(100% - 10px) !important;
	padding: 5px;
}*/
/* RadComboBox styling */
.RadComboBox {
    width: calc(100% - 4px) !important;
}
.RadComboBox input[type=text]{
	width: calc(100% - 10px) !important;
	height: 28px !important;
	padding: 5px;	
}
.RadComboBox table{
     width:  100% !important;
	 display: block !important;
}
.rcbInput, .RadComboBox_Default .rcbFocused .rcbReadOnly .rcbInput{
    width: calc(100% - 10px) !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
    /*background-color: transparent !important;*/
}
.RadComboBox_Default .rcbFocused .rcbReadOnly .rcbInput.radPreventDecorate.fs15, .col div input[type="text"].fs15, .input-frame input[type="text"].fs15{
	font-size: 15px !important;
}
.rcbItem, .rcbHovered{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 13px;
}
.rcbArrowCellRight a{
    background-image: url(images/arrow-down.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 30px !important;
}
.RadComboBox .rcbHovered .rcbArrowCellRight a,
.RadComboBox .rcbFocused .rcbArrowCellRight a{
    background-image: url(images/arrow-down-hover.png) !important;
}
.riSingle, .RadComboBox, .input-frame-2 .riSingle, .RadCaptcha input[type=text]{
    position: relative;
        /*border: 1px solid #999999;
    box-shadow: 2px 2px 2px #666666;*/
        border: 1px solid #cccccc;
    border-radius: 4px;
}
td.rcbArrowCell, td.rcbInputCell {
    background-image: none !important;
    padding: 0px !important;
}

.RadComboBox .rcbArrowCell a {
    color: #000000 !important;
}
.captchaLabel {
    display:none;
}

input[type=password] {
    /*width: 156px !important;*/
}
/*end RadComboBox*/

.riTextBox.riHover, .risingle input[type=text].riHover, .rcbHovered, .risingle input:hover, input:hover, .ui-state-hover, .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, .riHover, .rcbHovered, .touch_device table tr td >span label:hover, table tr td div > span.preq_label label:hover, .touch_device td > label:hover{
	background-color: #FFF /*rgba(235,235,235,1.00)*/ !important;
    -webkit-transition: background-color 100ms linear;
	-moz-transition: background-color 100ms linear;
	-o-transition: background-color 100ms linear;
	-ms-transition: background-color 100ms linear;
	transition: background-color 100ms linear;
}

.closeBtn {
    display: block;
    margin: 0 auto;
    padding: 3px 3px 3px 18px;
    background-image: url(images/close-icon.png);
    background-position: 3px center;
    background-repeat: no-repeat;
    background-color: #f40000;
    color: #FFFFFF !important;
    border-radius: 2px;
    /*text-shadow: 1px 1px 2px #686868;*/
    float: right;
}
.closeBtn:hover{
	    background-color: #d10505;
}
.closeBtn:after, .clear-float:after{
	content: ".";
	clear:both;
	height: 0px;
	display: block;
	visibility: hidden;
}
div.input-frame{
	margin-bottom: 5px;
	float: left;
	width: 100%;
	/*text-align: center;*/
}
#loginHelpLinks{
	float: left; 
	width: 100%;
	text-align: center;
	display: none;
}
#loginHelpLinks a{
	display: inline-block;
	/*float: left;
	width: calc(30% - 11px);*/
	padding: 5px;
	text-align: center;
}
#loginHelpLinks a:first-child{
	/*margin-left: 20%;*/
}

#loginHelpLinks a:last-child{
	border-left: thin solid #a6a6a6;
	/*margin-right: 20%;*/	
}

div.input-frame a.rfdSkinnedButton{
	display: block;
}

div.input-frame input[type=submit]{
	float: right !important;	
}

span:empty{
	display: none !important;	
}
.menu
{
	margin-bottom: 10px;
}
.menu:empty{
	display: none;	
}
.menu div.menu_bar_top a.openLink{
	display: none;
}
.validatorPadding
{
    padding-left: 5px;
}

.fixValidatorSpacing
{
	margin-right: 5px;
}

/* Input Controls */
.rfdSkinnedButton, .RadForm_Default.rfdButton a.rfdSkinnedButton *{
	background-image: none !important;	
}

.rfdSkinnedButton{
	height: auto !important;	
}

input[type="submit"], button, input[type="button"], .rfdSkinnedButton input[type=submit].rfdDecorated, .rfdSkinnedButton input[type="button"].rfdDecorated{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    padding: 7px 10px !important;
    /*border-radius: 3px !important;*/
    color: #FFF !important;
        height: auto !important;
    background-color: #108dc1;
        width: auto !important;
    border: 0px solid #cccccc !important;
        -webkit-transition: background-color 100ms linear;
        -moz-transition: background-color 100ms linear;
        -o-transition: background-color 100ms linear;
        -ms-transition: background-color 100ms linear;
        transition: background-color 100ms linear;
}
input[type=button].rspCollapseBarSpacer{
	padding: 0px !important;	
}
input[type="submit"]:hover, button:hover, input[type="button"]:hover, .rfdSkinnedButton input[type=submit].rfdDecorated:hover, .rfdSkinnedButton input[type="button"].rfdDecorated:hover{
	background-color: #D1D1D1;
	cursor: pointer;
}
input[type=image]{
	width: 22px !important;
	height: auto !important;
	vertical-align: middle !important;	
}

#lblPhoneDisclosure{
	font-size: 12px;
	line-height: 15px;
	display: block;
	max-width: 1000px;
	margin: 0 auto;
}

input[type=radio]{
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
input[type=radio] + label{
	padding: 5px 3px 5px 28px;
    /*border: 1px solid #CCC;
	border-radius: 2px;*/
	position: relative;
	height: 10px;
	display: inline-block;
	cursor:pointer;
}
input[type=radio] + label:before{
	position: absolute;
	left: 3px;
	top: 50%;
	margin-top: -10px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(images/radio-check-v.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	background-size: 18px auto;
	border-radius: 2px;	
	content: " ";
}
input[type=radio]:hover + label{
	background-color: #FFFFFF;	
}
input[type=radio]:checked + label:before{
	background-position: 2px -105px;
}
input[type=radio]:hover + label:before{
	background-position: 2px -51px;
}

/* RAD DEFAULT OVERRIDES */
.RadInput_Default .riDisabled
{
    color: black !important;
}
.rtsLevel.rtsLevel1.rtsRight{
	/*border-bottom: thin solid #999999;*/
}
.rtsUL li.rtsLI a.rtsLink, span.rtsOut{
	background-image: none !important;	
}
.rtsUL li.rtsLI a.rtsLink{
        /*border-bottom: thin solid #108dc1;*/
        border-right-width: 0px;
        font-size: 15px;
        font-weight: bold;
        /*border-bottom-width: 0px;
	    border-radius: 4px 10px 0 0;*/
        background-color: #ffffff;
}
.rtsUL li.rtsLI a.rtsLink:hover{
	background-color: #ffffff;	
    border-bottom: 5px solid #cccccc !important;
    text-decoration: none;	
}
.rtsUL li.rtsLI:last-child a.rtsLink{
	border-right-width: thin;	
}
a.rtsLink.rtsSelected{
	position: relative;
	background-color: #ffffff !important;
    /*border-bottom-width: 5px !important;*/
    border-bottom: 5px solid #108dc1 !important;
}
/*a.rtsLink.rtsSelected:after{
	width: 100%;
	height: 5px;
	content: " ";
	position: absolute;
	bottom: -2px;
	left: 0px;
	background: #666666;	
}*/

.messageFrame{
	position: relative; height: 1200px; width: 100%;
}

/* END RAD DEFAULT OVERRIDES */

/* BEGIN APPLICATION TRACKER */

.rwInformationPage .rwTitle, .rwApprovalTILPage .rwTitle {
    /*display: none !important;*/
    font-size: 15px !important;
    height: auto !important;
}
.applicationTracker {
    margin-left: 4px;
}
.applicationTracker .processContainer {
    display: inline-block;
}
.applicationTracker .process {
    position: relative;
}
.applicationTracker .hasInfo:hover {
    cursor: pointer;
    opacity: 0.8;
}
.applicationTracker .hasInfo:hover + .calloutContainer {
    opacity: 0.8;
}
.applicationTracker .imgProcess {
    float: left;
    width: 40px;
    height: 40px;
}
.applicationTracker .processDescription {
    height: 42px;
    line-height: 35px;
    margin-left: 45px;
    padding: 2px 2px 2px 0px;
    font-weight: bolder;
    font-size: 12px;
    color: white;
}
.applicationTracker .processDescription span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
.applicationTracker .processInfo {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 16px;
}
.applicationTracker .imgProcessInfo {
    width: 16px;
    height: 16px;
}

.applicationTracker .calloutContainer {
    background-color: white;
}
.applicationTracker .callout {
    width: 20px;
    height: 10px;
    margin-left: 10px;
}
.applicationTracker .calloutImageUp {
    display: block;
}
.applicationTracker .calloutImageRight {
    display: none;
}

.applicationTracker .processEstimate {
    height: 28px;
    line-height: 28px;
    background-color: white;
}
.applicationTracker .processEstimate span {
    line-height: normal;
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    font-weight: bolder;
    font-size: 11px;
    color: #495966;
}
.applicationTracker .estimateImage {
    margin-top: 2px;
}

.applicationTrackerInfo {
    margin-left: 10px;
}
.applicationTrackerInfo .progressInfoItem {
    display: inline-block; 
    margin-right: 10px;
}
.applicationTrackerInfo .progressInfoItem div {
    display: inline-block; 
    height: 10px; 
    width: 10px;
}
.applicationTrackerInfo .progressInfoItem span {
    color: #495966;
    font-weight: bold;
    font-size: 12px;
}

/* END APPLICATION TRACKER */


@media screen and (max-width: 1080px){

}
@media screen and (max-width: 769px){
/* BEGIN APPLICATION TRACKER */
    .applicationTracker {
        width: calc(90%) !important;
    }
    .applicationTracker .processContainer {
        display: inline-block;
        width: calc(90%) !important;
        min-width: 310px;
        margin-bottom: 4px;
    }
    .applicationTracker .process {
        width: 50% !important;
        float: right;
    }
    .applicationTracker .calloutContainer {
        float: right;
    }
    .applicationTracker .callout {
        width: 10px;
        height: 20px;
        margin-left: 0px;
        margin-top: 10px;
    }
    .applicationTracker .calloutImageUp {
        display: none;
    }
    .applicationTracker .calloutImageRight {
        display: block;
    }
    .applicationTracker .processEstimate {
        height: 48px;
        line-height: 48px;
    }
    .applicationTracker .processEstimate span {
        margin-top: 10px;
        width: calc(20%);
    }
    .applicationTracker .estimateImage {
        margin-top: 10px;
    }
/* END APPLICATION TRACKER */

	body{
		font-size: 14px;
		padding-top: 40px;
        color: rgba(66,71,70,1.00) !important;
	}
	#usersLogin, .flex, .flexContainer{
		display: block;	
	}
	/* #usersLogin.oldIEFlex > section, .flex.oldIEFlex > div{
		display: block !important;
		width: 100% !important;
	} */
	#usersLogin > section:last-child{
		border-left: 0px;
		border-top: thin solid #A6A6A6;
	}
	.flexContainer{
		margin: 0 auto;
		width: 100%;		
	}
	.flexContainer section{
		display: block;
		overflow: hidden;
	}
	.flexContainer section:after{
		width: 100%;
		float: none;
		height: 0px;
		clear:both;
		content: " ";	
	}
	#loginHelpLinks{
		display: block;
	}
	.helpLinks1{
		display: none;	
	}
	.captchaCtnr{
		float: right;
		width: calc(100% - 200px); 
		margin-left: 0px;	
	}
	.rcRefreshImage{
		max-width: calc(90% - 24px) !important	
	}
	#usersLogin > section, .flex > div, tr.respRow, tr.respRow > td{
		display: block;	
		-ms-flex: initial;
		-webkit-flex: initial;
		flex: initial;
		padding: 15px 0;
		overflow: hidden;
	}
	.bdrRight{
		border-left: 0px;
		border-top: 1px solid #cccccc;	
	}
	tr.respRow > td{
		width: 100% !important;
		max-width: 100% !important;	
	}
	tr.respRow > td:last-child{
		border-left-width: 0px;	
	}
	th.resColumn, th.rgHeader{
		display: none !important;	
	}
	tr.rgRow,tr.rgEditRow, tr.rgAltRow{
		display: block;
		margin-bottom: 5px;
		border-bottom: 1px solid #999;
	}
	tr.rgRow:last-child, tr.rgAltRow:last-child{
		margin-bottom: 0px;
		border-bottom: none;
	}
	tr.rgRow > td, tr.rgEditRow > td, tr.rgAltRow > td{
		display: block;
		border: none;
		border-bottom: 1px solid #E5E5E5 !important;
		position: relative;
		padding-left: calc(30% + 7px) !important;
		text-align: left;
		width: calc(70% - 14px) !important;	
	}
	.RadGrid_Default .rgEditRow{
		background-image: none !important;	
	}
	/*tr.rgRow td:last-child{
		border-bottom: 2px !important;	
	}*/
	span.before{
		position: absolute;
		top: 0px;
		left: 1px;
		width: 25% !important;
		padding: 3px 10px 4px 4px;
		height: calc(100% - 7px);
		text-align: right;
		background: -webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,1));
		background: -o-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,1));
		background: -moz-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,1));
		background: linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,1));
		background-color: #CCC;
		border-right: 1px solid #999999;
		font-weight: bold;
		color: #333333 !important;
		z-index: 1;
	}
	.rgSelectedRow span.before{
		background-color: #E5E5E5 !important;
	}
	span.before span{
		display: block;
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 1;
	}
	table.resTable > tbody > tr{
		display: block;
		overflow: auto;
	}
	table.resTable > tbody > tr > td{
		display: block;
		float: left;
		width: calc(50% - 15px) !important;
		margin: 5px;
	}
	table.respTable2{
		display: block;
		overflow: auto;
		width: 100%;	
	}
	table.respTable2 tbody{
		display: block;	
	}
	table.respTable2 tr{
		display: block;
		width: calc(100% - 10px);
		padding: 2px 5px;
		overflow: hidden;
	}
	table.respTable2 tr td{
		float: left;	
	}
	table.respTable2 tr td input[type=image]{
		vertical-align: middle;	
	}
	table.respTable2 tr td:last-child{
		width: calc(100% - 30px);
		padding-top: 3px;	
	}
	.subTableRG{
		display: block !important;	
	}
	.subTableRG > tbody, .subTableRG > tbody > tr{
		display: block !important;
		width: 100%;	
	}
	.subTableRG > tbody > tr > td{
		display: block;	
		overflow: hidden;
	}
	 .subTableRG td span.before{
		font-size: 90% !important;
		line-height: 105%;
	}
	/*.rgMasterTable .rgMasterTable tr.rgRow td{
		padding-left: calc(65% + 9px) !important;
  		width: calc(35% - 9px) !important;
	}*/
	.menu{
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 999;	
	}
	.menu div.menu_bar_top{
		    background-color: #efefef;
		    position: absolute; 
		    top: 0px;
		    left: 0px;
		    width: 100%;
		    height: 40px;
            border-bottom: 1px solid #efefef;
	}
	.menu div.menu_bar_top a.openLink{
		position: absolute;
		right: 0;
		top: 0;
		display: block;
		background-image: url(Images/resp-nav-btn.jpg);
		background-position: top left;
		background-size: 100% auto;
		width: 40px;
		height: 40px;
		z-index: 999;
		text-decoration: none !important;
	}
	.rtsUL, .RadTabStrip .rtsUL{
		float: none !important;
		width: 100%;
		position: absolute;
		top: 40px;
		left: 0px;
		z-index: 999;
		box-shadow: 0px 2px 3px #969696;
		visibility: hidden;
	}
	.rtsUL li.rtsLI{
		display: block;
		width: 100%;	
	}
	.rtsUL li.rtsLI a.rtsLink{
		    display: block;
		    border-radius: 0px;
		    width: calc(100% - 14px);
		    border-width: 0px;
		    border-bottom-width: 1px !important;
		    font-size: 150%;
		    padding: 14px 7px;
		    text-align: left;
            color: rgb(51,51,51);
	}
	.rtsUL li.rtsLI:first-child a.rtsLink{
		border-top-width: 1px;	
	}
	.RadTabStrip .rtsLevel{
		overflow: visible !important;	
	}
	.logOffLink{
		    position: fixed;
		    top: 5px;
		    left: 5px;
		    z-index: 999;
		    padding: 5px;
		    /*background-color: #FFFFFF;*/
		    border-radius: 2px;
		    margin-top: 0px !important;
            font-size: .75rem;
	}
	input[type=radio] + label{
		height: auto !important;
		padding-top: 10px;
		padding-bottom: 10px;	
	}
	.rgMasterTable colgroup col{
		width: auto !important;
	}
	.rgMasterTable colgroup col:first-child{
		width: 100% !important;	
	}
}
@media screen and (max-width: 500px){
/* BEGIN APPLICATION TRACKER */
    .applicationTracker .processDescription {
        height: 48px;
        line-height: 40px;
    }
    .applicationTracker .processEstimate {
        height: 50px;
        line-height: 50px;
    }
    .applicationTracker .imgProcess {
        margin-top: 5px;
    }
/* END APPLICATION TRACKER */

	table.resTable > tbody > tr{
		display: block;
		overflow: auto;
	}
	table.resTable > tbody > tr > td{
		display: block;
		width: calc(100% - 10px) !important;
		margin: 5px auto;
	}
	.Form > tbody > tr{
		width: 100%;
		padding: 0;	
	}
	#usersLogin, .flex, .flexContainer{
		width: 100%;
		margin: 0 2.5%;	
	}
}

#ctl00_ctl00_hdrDtsp {
    font-size: 0.7rem; margin: 0px; padding: 0px;
}

.requirementNotice {
    background: #e39595;
    border: 1px solid #491217;
    color: #491217;
    font-weight: bold;
    border-radius: 5px;
    padding: 5px 15px;
}

.rgHeader2 a {
    color: white !important;
}