/* Header Menu */
/* This is the color (unhovered) for the top menu. */
/* This is the color (hover) for the top menu. TIP: choose a darker one. */
/* Header Tags */
/* This is the color h1/h2/h3... */
/* Button */
/* This is the color (unhovered) for buttons. */
/* This is the color (hover) for buttons. TIP: choose a darker one. */
/* Links - NOTE: only links not <a> tags. */
/* This is the color (unhovered) for links */
/* This is the color (hover) for link. TIP: choose a darker one. */
/* Font family */
/* Default font family for all text */
/* Go Modal (pop up) */
/* The header background color for the go-modal pop ups. */
/* The header text color for the go-modal pop ups. */
/* Page tabs */
/* Background color for non-selected tabs */
/* Background color for non-selected tabs (HOVER) */
/* Background color for selected tabs (active) */
/* Miscellaneous */
/* Used on the divider - below the h1 tags */
/* Used similar to <hr> tags. */
/* Border color box (fieldset) for the account security setup */
/* Guide:

    1) header's color matches the initial state of the buttons (and potentially links), so if you were to change that
    color scheme, please update the button's color scheme as well.

	body background: 	#6d0834
	link hover: 		#ca3878
	
	h1 backgrnd: 		#6D0834
	
*/
/*-------- the bodge for IE6 browsers --------*/
/* line 60, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
* html .container {
  margin-left: -400px;
  position: relative;
  float: left;
  z-index: 2;
  text-align: left;
}
/* line 69, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
* html .ieclass {
  margin-top: -1em;
}
/* line 74, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
* html .minwidth {
  border-left: 400px solid #fff;
  position: relative;
  float: left;
  z-index: 1;
}
/* line 86, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
* html .sidebarmenu ul li {
  float: left;
  height: 1%;
}
/* line 91, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
* html .sidebarmenu ul li a {
  height: 1%;
}

/* line 105, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
*:first-child + html .ieclass {
  margin-top: -1em;
}

/*--------  end - for IE6 browsers --------*/
/* line 112, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
html {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

/*-------- General --------*/
/* line 122, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
body {
  background-color: #FFFFFF;
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
  font-size: 80%;
  padding: 0;
  margin: 0;
  height: 100%;
  min-width: 920px;
  max-width: 1280px;
}
@media (min-width: 1275px) {
  /* line 122, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
  body {
    margin: auto;
  }
}
@media (max-width: 1178px) {
  /* line 122, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
  body {
    min-width: 1178px;
  }
}

/* line 150, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
a {
  color: #6d0834;
  font-weight: 700;
  text-decoration: none;
}
/* line 156, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
a img {
  border: none;
  margin: 0;
  padding: 0;
}
/* line 164, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
a:hover {
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
  color: #ca3878;
}

/* line 176, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
button {
  color: #3F7FB9;
  font-weight: 700;
}

/* line 183, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
input {
  font-size: 100%;
  padding: 6px;
  width: 200px;
  min-width: 150px;
  border-radius: 3px;
  color: #555;
  font-size: 14px !important;
  border: 1px solid #c0c0c0;
}
/* line 194, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
input.phone-num-3 {
  min-width: 40px !important;
  width: 55px;
}
/* line 201, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
input.input-length-3 {
  min-width: 40px !important;
  width: 55px;
}
/* line 208, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
input[type="checkbox"], input[type="radio"] {
  min-width: 0 !important;
  width: auto !important;
}

/* line 217, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
select {
  padding: 6px;
  min-width: 214px;
  border-radius: 3px;
  color: #555 !important;
  font-size: 14px !important;
  border: 1px solid #c0c0c0;
}
/* line 226, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
select::-ms-expand {
  color: #666666;
  border: 0;
  background: #fff;
}

/* line 236, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 5em;
  /*-------- Previously calendar.css --------*/
  /*-------- end Calendar.css --------*/
}
/* line 242, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table.admin {
  border-style: none;
  width: 40em;
}
/* line 247, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table.admin td {
  border-style: none;
  text-align: left;
}
/* line 252, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table.admin td p {
  margin-bottom: .5em;
  margin-top: .5em;
}
/* line 263, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table.app {
  border-style: none;
  width: 100%;
}
/* line 268, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table.app td {
  text-align: left;
  border-style: none;
}
/* line 273, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table.app td:nth-child(odd) {
  line-height: 30px;
  padding-left: 5%;
  width: 20%;
}
/* line 281, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table.app td:nth-child(even) {
  width: 30%;
}
/* line 291, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table.appsection {
  border-color: grey;
  border-style: none;
  border-width: thin;
  margin-bottom: 2em;
  width: 40em;
}
/* line 301, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table.appsection input {
  font-weight: 700;
}
/* line 306, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table.appsection span.appHeader {
  font-weight: 400;
}
/* line 312, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table.appsection td {
  border-style: none;
  font-weight: 400;
  padding: 5px;
}
/* line 320, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table.appsection span.appHeader {
  font-weight: 400;
}
/* line 328, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table.invisible {
  border-style: none;
  width: auto;
}
/* line 333, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table.invisible td {
  border-style: none;
  text-align: left;
}
/* line 342, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table.loanapl {
  border-color: Gray;
}
/* line 346, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table.loanapl td {
  color: #000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  font-weight: 400;
  vertical-align: top;
}
/* line 360, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table.printcheque {
  border: 3px solid #9A9A9A !important;
  width: 6.4in;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11.5px !important;
  margin-left: -9px;
  width: 6.55in;
  font-weight: 700;
  margin-top: -4px;
}
/* line 373, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table.printcheque td {
  box-sizing: border-box;
  text-align: left;
  border: 0px;
  padding-left: 0;
  padding-right: 0;
  border: none;
  padding-top: 2px;
  padding-bottom: 3px;
}
/* line 385, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table.printcheque .t1 {
  width: 3px !important;
}
/* line 390, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table.printcheque .t2 {
  width: 440px !important;
}
/* line 395, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table.printcheque .t3 {
  width: 8px !important;
}
/* line 400, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table.printcheque .t4 {
  width: 45px !important;
}
/* line 405, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table.printcheque .t5 {
  width: 120px !important;
}
/* line 410, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table.printcheque .t6 {
  width: 8px !important;
}
/* line 418, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table.settings {
  border-style: none;
}
/* line 422, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table.settings td {
  border-style: none;
  text-align: left;
}
/* line 427, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table.settings td p {
  margin-bottom: .5em;
  margin-top: .5em;
}
/* line 438, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table.sortable {
  width: 100%;
}
/* line 445, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table#calendar_control {
  border: 1px solid silver;
  border-collapse: collapse;
  cursor: default;
  font-family: arial;
  margin: 5px;
  position: absolute;
  z-index: 10;
}
/* line 456, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table#calendar_control tr {
  background-color: #4682B4;
}
/* line 460, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table#calendar_control td {
  padding: 2px;
  text-align: center;
  vertical-align: middle;
}
/* line 466, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table#calendar_control td#calendar_prev_month, table#calendar_control td#calendar_next_month, table#calendar_control td#calendar_prev_year, table#calendar_control td#calendar_next_year {
  cursor: pointer;
}
/* line 487, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table#calendar_control td#calendar_prev_month, table#calendar_control td#calendar_next_month, table#calendar_control td#calendar_prev_year, table#calendar_control td#calendar_next_year {
  text-align: left;
}
/* line 493, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table#calendar_control td#calendar_next_month {
  text-align: right;
}
/* line 499, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table#calendar_control td#calendar_header {
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
}
/* line 507, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table#calendar_control td.blank {
  background: #d4e3fa;
  background: aliceblue;
}
/* line 514, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table#calendar_control td.day_letter {
  background: gainsboro;
  font-size: 10px;
}
/* line 521, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table#calendar_control td.day_number {
  border: 1px solid #6487ae;
  color: #333333;
  cursor: pointer;
  font-size: 12px;
  height: 20px;
  text-align: center;
  width: 22px;
}
/* line 533, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table#calendar_control td.hover {
  background: #fff799;
}
/* line 539, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table#calendar_control td.normal {
  background: #c4d3ea;
}
/* line 545, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table#calendar_control td.selected {
  background: #ffcc66;
}
/* line 551, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table#calendar_control td.today {
  color: red;
}
/* line 557, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table#calendar_control td.weekend {
  color: blue;
}
/* line 568, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table th {
  background-color: #FFFFFF;
  border: 1px solid #FFF;
  border-bottom-color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #000000;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #000000;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #000000;
  border-top-style: solid;
  border-top-width: 1px;
  color: #000000;
  font-size: 90%;
  padding: 4px;
}
/* line 590, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table td {
  /* Standard attributes */
  border: 1px solid #778;
  padding: 0.2em;
  text-align: center;
  /* Class attributes */
  /* descriptors for td's that are used for e.g. dollar amounts */
}
/* line 598, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table td.amount {
  font-size: 90%;
  text-align: right;
}
/* line 606, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table td.term {
  text-align: left;
}
/* line 612, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
table td.title {
  text-align: left;
  font-size: 110%;
}

/* line 625, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
span.appText {
  font-weight: 700;
}
/* line 631, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
span.editable {
  color: #000;
  background-color: #9CF;
  width: 200px;
  height: 1em;
  padding: 1px;
}

/* line 641, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
h1, h2, h3, h4, h5, h6, p, div {
  margin: 0;
  padding: 0;
}

/* line 644, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
h1 {
  background: none repeat scroll 0 0 #FFFFFF;
  color: #6d0834;
  font-size: 23px;
  font-weight: 700;
  margin-top: 0;
}

/* line 656, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
h2 {
  color: #6d0834;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
}

/* line 669, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
h3 {
  font-weight: 400;
  font-size: 80%;
  font-style: italic;
}
/* line 677, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
h3:a {
  font-style: normal;
}

/* line 685, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
h4 {
  font-size: 100%;
  font-weight: 400;
  font-style: italic;
}

/* line 693, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
p {
  line-height: 1.5em;
}

/* line 701, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
ul li {
  font-size: 100%;
  list-style-type: square;
}

/* line 710, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
hr {
  width: 450px;
}

/* line 716, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
em {
  color: #0D779F;
  font-weight: 700;
  font-style: normal;
}

/* line 724, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
form {
  display: inline;
  margin: 0;
  padding: 0;
}

/* line 732, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
fieldset {
  border: 1px solid #C0C0C0;
  margin-bottom: 2em;
}
/* line 737, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
fieldset legend {
  font-weight: 700;
  color: #000;
}

/* line 746, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
div {
  /* -------- Used for AJAX Editing -------- */
  /* Grids */
  /* Used in the step through login - security image */
  /* Divider */
  /* Please remove after the content has been built with a table element instead
  of display */
  /* Login page grid */
  /* Accounts page */
  /* Differs from login-grid */
}
/* line 748, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
div.divFooter {
  display: none;
}
/* line 755, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
div.editinplace {
  color: #000;
  background-color: #B8D2E9;
  width: 200px;
  padding: 1px;
}
/* line 764, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
div.editable {
  color: #000;
  background-color: #B8D2E9;
  width: 200px;
  height: 1em;
  padding: 1px;
}
/* line 774, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
div.lastsignon {
  padding: 0 15px 0 15px;
  text-align: right;
  /* Design no 2 */
  clear: both;
}
/* line 782, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
div.lastsignon b {
  font-size: 12px;
  font-weight: 400;
}
/* line 787, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
div.lastsignon b a {
  color: #6d0834;
}
/* line 791, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
div.lastsignon b a:hover {
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
  color: #ca3878;
}
/* line 808, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
div.grid-auto {
  width: auto !important;
}
/* line 819, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
div.login-grid .grid-row > div {
  vertical-align: top !important;
}
/* line 830, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
div.divider-gradient {
  margin: 10px 0 10px 0;
  height: 1px;
  background: #6d0834;
  background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, #6d0834));
  background: -moz-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, #6d0834));
  background: -o-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, #6d0834));
  background: gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, #6d0834));
}
/* line 842, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
div.divider-default {
  margin: 10px 0 10px 0;
  height: 1px;
  background: #6d0834;
}
/* line 852, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
div.table-divider {
  margin: 10px 0 10px 0;
  height: 1px;
  background: #6d0834;
}
/* line 861, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
div.contact-us-grid {
  margin: auto;
  min-width: 616px;
  padding: 15px;
  width: 70%;
  border: 1px solid #e1e6ef;
  background: #ffffff;
}
/* line 873, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
div.accounts-display-grid {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  width: 100%;
  font-size: 14px;
}
/* line 882, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
div.accounts-display-grid > .grid-row > .grid-cell-2 {
  padding: 10px;
}
/* line 886, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
div.accounts-display-grid > .grid-row > .grid-cell-2 > a {
  display: block;
  text-align: right;
  width: 35%;
}
/* line 894, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
div.accounts-display-grid > .grid-row > .grid-cell-2 > h2 {
  font-size: 19px;
  margin: 0;
}
/* line 908, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
div.grid-login {
  width: auto !important;
}

/* line 920, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
form.appform legend {
  font-weight: 700;
  padding: 0 2px;
}
/* line 925, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
form.appform em {
  font-weight: 700;
  font-style: normal;
  color: red;
}
/* line 932, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
form.appform label {
  line-height: 1.8;
  vertical-align: top;
  font-weight: 700;
  width: 180px;
}
/* line 940, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
form.appform fieldset {
  margin-bottom: 10px;
}
/* line 944, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
form.appform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
/* line 949, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
form.appform fieldset fieldset legend {
  font-weight: 400;
  padding: 0 0 5px;
}
/* line 955, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
form.appform fieldset fieldset label {
  display: block;
  width: auto;
  margin-left: 183px;
}
/* line 964, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
form.appform fieldset ol {
  margin: 0;
  padding: 0;
}
/* line 970, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
form.appform fieldset li {
  list-style: none;
  margin: 0;
  padding: 5px;
}
/* line 976, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
form.appform fieldset li input {
  font-weight: 700z;
}
/* line 989, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
form.loanapl label {
  font-size: 90%;
}
/* line 995, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
form.loanapl input .inputbutton {
  height: 20px;
}
/* line 1002, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
form.loanapl select {
  font-size: 8pt;
}
/* line 1009, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
form.loanapl span.required {
  color: #000000;
}
/* line 1017, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
form.loanapl div {
  /* end of subsection*/
  /* end of subsection4 */
  /* end of subsection5 */
}
/* line 1019, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
form.loanapl div.subsection {
  display: block;
  margin-bottom: 10px;
  border: 1px solid #d3d3cd;
  padding: 10px;
}
/* line 1026, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
form.loanapl div.subsection h2 {
  background-color: #ebebe4;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #231f20;
  line-height: 19pt;
  margin: -10px -10px 10px;
  padding: 10px;
}
/* line 1038, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
form.loanapl div.subsection h2 div.help {
  text-align: right;
  font-weight: 700;
  margin-top: -1.8em;
}
/* line 1044, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
form.loanapl div.subsection h2 div.help a {
  color: #FFF;
}
/* line 1055, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
form.loanapl div.subsection p {
  width: 195px;
  float: left;
  padding: 0 0 5px 100px;
  margin: 0;
}
/* line 1062, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
form.loanapl div.subsection p.calc {
  width: 490px;
  float: left;
  padding-left: 0;
  padding-right: 20px;
  margin: 0;
}
/* line 1070, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
form.loanapl div.subsection p.calc input {
  margin-right: 10px;
  width: 95px;
}
/* line 1076, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
form.loanapl div.subsection p.calc label {
  float: left;
  margin-left: 0;
  width: 110px;
}
/* line 1086, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
form.loanapl div.subsection p.fullwidth {
  width: 490px;
  float: left;
  padding-left: 300px;
  margin: 0;
}
/* line 1093, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
form.loanapl div.subsection p.fullwidth label {
  float: left;
  margin-left: -300px;
  width: 390px;
}
/* line 1103, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
form.loanapl div.subsection p.note {
  width: 98%;
  padding-left: 5px;
  font-size: 7pt;
  font-weight: 700;
  margin: 0;
}
/* line 1113, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
form.loanapl div.subsection p.wide {
  width: 250px;
  float: left;
  padding-left: 100px;
  margin: 0;
}
/* line 1124, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
form.loanapl div.subsection select {
  font-size: 10pt;
}
/* line 1130, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
form.loanapl div.subsection label {
  float: left;
  margin-left: -100px;
  width: 98px;
}
/* line 1140, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
form.loanapl div.subsection4 {
  border: 1px solid #d3d3cd;
  display: block;
  margin-bottom: 10px;
  padding: 10px;
}
/* line 1147, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
form.loanapl div.subsection4 h2 {
  background-color: #ebebe4;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #231f20;
  line-height: 19pt;
  padding-left: 20px;
  margin: -10px -10px 10px;
  padding: 10px;
}
/* line 1159, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
form.loanapl div.subsection4 input {
  min-width: auto;
  width: 135px;
}
/* line 1165, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
form.loanapl div.subsection4 p {
  width: 100px;
  float: left;
  display: inline;
  margin: 0;
}
/* line 1173, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
form.loanapl div.subsection4 select {
  width: 80px;
}
/* line 1180, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
form.loanapl div.subsection5 {
  border: 1px solid #d3d3cd;
  display: block;
  margin-bottom: 10px;
  padding: 10px;
}
/* line 1187, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
form.loanapl div.subsection5 h2 {
  background-color: #ebebe4;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #231f20;
  line-height: 19pt;
  padding-left: 20px;
  margin: -10px -10px 10px;
  padding: 10px;
}
/* line 1201, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
form.loanapl div.subsection5 input {
  width: 135px;
  min-width: auto;
}
/* line 1205, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
form.loanapl div.subsection5 p {
  width: 90px;
  float: left;
  display: inline;
  margin: 0;
}
/* line 1213, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
form.loanapl div.subsection5 select {
  width: 80px;
}

/* -------- Used for AJAX Editing -------- */
/* line 1230, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
textarea.editable {
  color: #000;
  background-color: #9CF;
  width: 400px;
  height: 5em;
  padding: 1px;
}

/* Custom classes */
/* line 1244, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.error {
  color: #666666;
  display: inline;
}

/* line 1251, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.alert {
  color: red;
  font-weight: 600;
}

/* line 1258, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.formspacer {
  height: 0.5em;
}

/* line 1264, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.active-alert {
  border: 1px solid red;
  border-radius: 2px;
  padding: 10px;
  background: #FFF;
}
/* line 1271, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.active-alert:before {
  content: "\f071";
  font-family: FontAwesome;
  padding-right: 5px;
}

/* line 1281, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.nobox {
  border: 0;
}

/* line 1287, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.noprint {
  text-align: inherit;
}

/* line 1293, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.printoption {
  float: left;
  clear: left;
  margin: 10px;
}
/* line 1301, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.printoption > a > img {
  background: #f4f4f4 !important;
  width: 27px;
}
/* line 1306, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.printoption > a > img:hover {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.6;
}

/* line 1322, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.forgotpw {
  font-weight: 400;
}

/* line 1328, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.entry2 {
  position: relative;
  left: 200px;
  width: 400px;
  top: -1em;
}

/* line 1337, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.midentry1 {
  width: 300px;
}

/* line 1343, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.midentry2 {
  position: relative;
  left: 325px;
  top: -1.2em;
  width: 305px;
}

/* line 1352, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.midentry11 {
  width: 450px;
}

/* line 1358, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.midentry21 {
  position: relative;
  left: 475px;
  top: -1.4em;
  width: 300px;
}

/* line 1369, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.tblmidentry td {
  width: 128px;
  text-align: right;
  border-style: solid;
  border-width: 1px;
}

/* line 1382, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.tblmidcontrib td {
  width: 128px;
  text-align: right;
  border-style: none solid solid;
  border-width: 1px;
}

/* line 1393, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.grid {
  display: table;
  border-collapse: separate;
  border-spacing: 5px;
  table-layout: fixed;
  width: 100%;
}

/* line 1403, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.grid-row {
  display: table-row;
  width: 100%;
}

/* line 1410, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.grid-cell-1 {
  display: table-cell;
  width: 100%;
}

/* line 1417, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.grid-cell-2 {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

/* line 1425, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.grid-cell-default {
  display: table-cell;
}

/* Online Application */
/* line 1436, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.online-grid .grid-row > div {
  vertical-align: middle;
  padding: 5px;
}

/* line 1447, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.cursorType {
  cursor: pointer;
}

/*-------- My Accounts --------*/
/* line 1455, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.portentry1 {
  margin-top: -1em;
  width: 300px;
}
/* line 1460, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.portentry1 a {
  font-weight: 400;
  color: #000000;
}

/* line 1468, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.portentry2 {
  position: relative;
  left: 300px;
  top: -1em;
  width: 250px;
  text-align: left;
}

/*-------- product list - Online Applications --------*/
/* line 1479, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.entry1 {
  font-weight: 700;
  width: 200px;
}

/*-------- Name my accounts --------*/
/* line 1488, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.nickentry1 {
  margin-top: -1em;
  width: 400px;
}
/* line 1493, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.nickentry1 a {
  font-weight: 400;
}

/* line 1501, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.nickentry2 {
  position: relative;
  left: 400px;
  top: -1em;
  width: 100px;
}

/*-------- Security info --------*/
/* line 1511, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.steps {
  font-size: 145%;
  font-variant: normal;
}

/* line 1518, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.spacing {
  margin-bottom: 10px;
}

/* line 1524, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.tblSec {
  text-align: left;
  border-style: none;
  border: 0;
  width: 100%;
}

/* line 1533, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.tdSec {
  text-align: left;
  border-style: none;
  padding-bottom: 0.5em;
  width: 300px;
}

/* line 1542, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.secimage {
  border: 5px solid #fff;
  height: 160px;
  width: 160px;
  text-align: center;
  float: left;
  margin: 2px;
  padding: 10px;
}

/* line 1554, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.secimageselected {
  border: 5px solid #AD0C38;
  height: 160px;
  width: 160px;
  text-align: center;
  float: left;
  margin: 2px;
  padding: 10px;
}

/* line 1571, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.secimagedisplay {
  border: 1px solid #000;
  height: 180px;
  width: 180px;
  text-align: center;
  margin: 2px;
  padding: 2px;
}

/*-------- Download account information --------*/
/* line 1583, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.loanentry1 {
  width: 250px;
}

/* line 1589, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.loanentry2 {
  position: relative;
  width: 250px;
  left: 250px;
  top: -1.5em;
}

/*-------- alternating colour lines, ie Rate Information table --------*/
/* line 1598, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.white {
  background-color: #FFF;
}

/* line 1604, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.alternate {
  background-color: #E6E6E6;
}

/*-------- My Bills & My Funds Transfer --------*/
/* line 1611, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.billentry1 {
  font-weight: 700;
  width: 150px;
  padding-right: 25px;
  text-align: right;
  vertical-align: middle;
}

/* line 1621, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.billentry2 {
  position: relative;
  left: 155px;
  width: 200px;
  top: -1.2em;
}

/* line 1630, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.billentry21 {
  position: relative;
  left: 155px;
  width: 475px;
  top: -1.2em;
  font-family: Arial;
}

/* line 1639, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.billentry3 {
  position: relative;
  left: 181px;
  width: 200px;
  top: -1.2em;
}

/* Message Center*/
/* line 1650, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.gwpcm267:before {
  /* content: "\f0e0"; */
  content: "\f003";
  font-family: FontAwesome;
  padding-right: 10px;
}

/* Accounts*/
/* line 1660, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.gwpcq200:before {
  content: "\f24e";
  font-family: FontAwesome;
  padding-right: 10px;
}

/* Payment */
/* line 1669, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.gwpcm240:before {
  content: "\f09d";
  font-family: FontAwesome;
  padding-right: 10px;
}

/* Transfer Funds*/
/* line 1678, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.gwpcm250:before {
  content: "\f0ec";
  font-family: FontAwesome;
  padding-right: 10px;
}

/* Services */
/* line 1687, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.gwpcm203:before {
  content: "\f0ad";
  font-family: FontAwesome;
  padding-right: 10px;
}

/* My Preferences*/
/* line 1696, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.gwpcm293:before {
  /* content : "\f013"; */
  content: "\f013";
  font-family: FontAwesome;
  padding-right: 10px;
}

/* Logout*/
/* line 1705, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.gwpcm304:before {
  content: "\f060";
  font-family: FontAwesome;
  padding-right: 10px;
}

/*-------- application forms cont. *** previously PCappform.css*** --------*/
/*-------- Tab menu NAV for Online application & Security info --------*/
/* line 1717, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.nav ul {
  text-decoration: none;
  list-style: none;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
/* line 1725, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.nav ul li {
  display: inline-block;
  background-color: #FFFFFF;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  text-align: center;
  margin-right: 8px;
  margin-bottom: 2px;
  font-weight: 400;
  padding: 0;
  line-height: 24px;
  min-width: 23.5%;
}
/* line 1739, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.nav ul li a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 400;
  white-space: nowrap;
  padding: 5px;
  background-color: #6d0834;
  display: inline-block;
  width: 100%;
}
/* line 1750, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.nav ul li a:hover {
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transtion: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  background-color: #ca3878 !important;
}

/* line 1768, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.active-tab {
  background-color: #ca3878 !important;
}

/* line 1774, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.tab-left {
  color: #FFF;
  float: left;
  padding-left: 7px;
  text-decoration: none;
  margin: 0;
}

/* line 1784, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.tab-right {
  display: block;
  padding: 7px 13px 4px 5px;
}

/* line 1791, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.selected-tab-bg {
  background-color: #005faf;
}

/* line 1797, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.selected-tab-left {
  color: #FFF;
  float: left;
  padding-left: 7px;
  text-decoration: none;
  margin: 0;
}

/* line 1807, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.selected-tab-right {
  display: block;
  padding: 7px 13px 4px 5px;
}

/* line 1814, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.subdetails1 {
  display: block;
  margin-bottom: 10px;
  float: left;
  width: 97%;
  border: 1px solid #6d0834;
  padding: 10px;
}

/* line 1825, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.subdetails2 {
  margin-bottom: 10px;
  float: left;
  width: 590px;
  padding: 10px;
}

/*-------- end PCappform.css --------*/
/*-------- Sidebar Menu --------*/
/* line 1837, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.sidebarmenu {
  float: left;
  width: 20%;
  margin: 0;
}
/* line 1843, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.sidebarmenu ul {
  list-style-type: none;
  font: 12px Verdana;
  width: 90%;
  border-bottom: 1px solid #e1e6ef;
  border-top: 1px solid #e1e6ef;
  margin: 0;
  padding: 0;
}
/* line 1853, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.sidebarmenu ul li {
  position: relative;
  list-style-type: none;
}
/* line 1858, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.sidebarmenu ul li a {
  display: block;
  overflow: auto;
  text-decoration: none;
  font-weight: 400;
  color: #000000;
  font-size: 13px;
  border-right: 1px solid #e1e6ef;
  border-left: 1px solid #e1e6ef;
  padding: 10px;
}
/* line 1870, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.sidebarmenu ul li a:active {
  background-color: #FFFFFF;
}
/* line 1876, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.sidebarmenu ul li a:link {
  background-color: #FFFFFF;
}
/* line 1882, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.sidebarmenu ul li a:visited {
  background-color: #FFFFFF;
}
/* line 1889, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.sidebarmenu ul li ul {
  position: absolute;
  top: 0;
  visibility: hidden;
  left: 99.5% !important;
}
/* line 1899, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.sidebarmenu ul li:hover > a {
  background: #efefef;
  color: #99a6b2;
}

/* line 1914, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.headermenu {
  float: left;
  /* Design no 2 */
  width: 76%;
  margin-left: 98px !important;
  margin-top: 72px !important;
  /* ----------- */
  display: table;
  margin: 0;
  padding: 0;
  background: #6d0834;
  /* Design no 2 */
  /* ----------- */
}
@media (max-width: 1247px) {
  /* line 1914, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
  .headermenu {
    clear: both;
    width: 100%;
    margin: 0 !important;
  }
}
/* line 1935, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.headermenu > ul {
  margin: 0;
  padding: 0;
  display: table-row;
  text-align: center;
}
/* line 1942, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.headermenu > ul li {
  display: table-cell;
  border-right: 1px solid #FFFFFF;
}
/* line 1947, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.headermenu > ul li a {
  color: #FFFFFF;
  text-decoration: none;
  padding: 20px;
  display: block;
  font-weight: 400;
  font-size: 15px;
}
/* line 1956, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.headermenu > ul li a:hover, .headermenu > ul li a.current {
  color: #FFFFFF;
  background: none repeat-x scroll center center transparent;
}
/* line 1965, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.headermenu > ul li:hover {
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  background-color: #ca3878;
}
/* line 1975, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.headermenu > ul li:nth-last-child(1) {
  border-right: 0;
}

/*-------- Start Modal Prompt and Modal AutoLogoff styles def --------*/
/* line 1990, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.dialog-red-content {
  color: #000;
  font-size: 11px;
}

/* line 1996, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.barrautologoff {
  float: none !important;
  text-align: center !important;
  font-size: 100% !important;
}

/* line 2003, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.ui-dialog-title {
  font-size: 13px;
  text-align: center !important;
  float: none !important;
}

/* line 2010, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  font-size: 11px;
  text-align: center !important;
  float: none !important;
}

/*
.ui-button {
*/
/* IE10 Consumer Preview */
/*background: rgba(255,255,255,1);
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 18%, rgba(208,232,245,1) 100%) !important;
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(18%, rgba(255,255,255,1)), color-stop(100%, rgba(208,232,245,1))) !important;
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 18%, rgba(208,232,245,1) 100%) !important;
    background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 18%, rgba(208,232,245,1) 100%) !important;
    background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 18%, rgba(208,232,245,1) 100%) !important;
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 18%, rgba(208,232,245,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d0e8f5', GradientType=1 ) !important;
    border: 1px solid #CCDFEF !important;

}

.ui-button.hover {
*/
/* IE10 Consumer Preview */
/*background: rgba(255,255,255,1);
background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 18%, rgba(208,232,245,1) 100%) !important;
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(18%, rgba(255,255,255,1)), color-stop(100%, rgba(208,232,245,1))) !important;
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 18%, rgba(208,232,245,1) 100%) !important;
background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 18%, rgba(208,232,245,1) 100%) !important;
background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 18%, rgba(208,232,245,1) 100%) !important;
background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 18%, rgba(208,232,245,1) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d0e8f5', GradientType=1 ) !important;

border: 1px solid #196FB7 !important;
color: #196FB7!important;
}

.ui-state-hover {

    border: 1px solid #196FB7 !important;
    color: #196FB7!important;

}

.ui-state-focus {

    border: 1px solid #196FB7 !important;
    color: #196FB7!important;

}
*/
/* line 2064, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.ui-widget-header {
  background: #6d0834 !important;
  color: #f4f4f4 !important;
}

/* line 2071, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.PortDialogclass {
  font-size: 100% !important;
}
/* line 2075, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.PortDialogclass p {
  padding: 0.3cm 0 0;
}

/* line 2082, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.ui-widget-overlay {
  background: none repeat scroll 50% 50% #E4F1FB !important;
}

/* line 2088, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.ui-button-text-only .ui-button-text {
  background: none !important;
  border-radius: 0 !important;
  border-radius: 0 !important;
  color: #FFFFFF !important;
  background: #6d0834 !important;
  font-weight: 400 !important;
  font-size: 13px !important;
}

/* line 2099, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.ui-button-text-only .ui-button-text:hover {
  background-color: #ca3878 !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 2109, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.ui-state-hover {
  background: none !important;
  border-radius: 0 !important;
}

/* line 2116, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0 !important;
}

/* line 2122, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.ui-button {
  zoom: 0 !important;
}

/* line 2128, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.seltoggle {
  border-style: solid;
  border-width: 1px;
  border-color: red;
}

/* pad and direct deposit css gwpcm316.htm and gwpcm317.htm */
/* line 2137, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.printform {
  width: 6.4in !important;
  height: auto;
  padding-left: 7px;
  font-size: 12px;
}
/* line 2144, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.printform hr {
  border-left: 0 none;
  border-right: 0 none;
  border-top: 0 none;
  border-bottom: 2px solid #9A9A9A;
  padding-top: 11px;
}
/* line 2153, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.printform h2 {
  color: #000;
  font-variant: small-caps;
  font-weight: 700;
  font-size: 13pt;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
}
/* line 2164, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.printform input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0px solid #9A9A9A;
  box-shadow: none;
}
/* line 2172, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.printform .tabspacing1 {
  width: 9px;
}
/* line 2177, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.printform .tabspacing2 {
  position: relative;
  left: 10px;
  width: 250px;
  border: 1px solid #9A9A9A;
}

/* line 2188, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.table-remove-padding {
  padding: 0 !important;
}

/* line 2194, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.required-star {
  color: red;
}

/* line 2200, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.contact-subject {
  width: 150px;
}

/* line 2208, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.account-info a {
  font-weight: 400;
  text-decoration: none;
  color: #666666;
}
/* line 2218, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.account-info:hover a {
  -webkit-transition: font  0.3s ease-out;
  -moz-transition: font  0.3s ease-out;
  -o-transition: font  0.3s ease-out;
  transition: font  0.3s ease-out;
  color: #000000;
}

/* line 2232, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.account-info-total {
  font-size: 15px;
}
/* line 2238, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.account-info-total:nth-child(2) b {
  text-align: right;
  width: 35%;
  display: block;
}

/* line 2250, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.grid-row-highlight {
  cursor: pointer;
}
/* line 2254, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.grid-row-highlight:hover {
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
  background: #efefef;
}

/* line 2266, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.btn-standard {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  color: #FFFFFF !important;
  background: #6d0834 !important;
  border: 1px solid #6d0834 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  min-height: 30px;
  border-radius: 3px !important;
  min-width: 150px;
  padding: 5px;
}
/* line 2280, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.btn-standard:hover {
  -webkit-appearance: none;
  -webkit-border-radius: 3px !important;
  background-color: #ca3878 !important;
  border: 1px solid #ca3878 !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

/* line 2296, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.input-field-label {
  text-align: right;
  font-weight: 600;
}

/* line 2303, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.login-btns-div {
  padding: 15px;
  text-align: center;
}
/* line 2308, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.login-btns-div > .btn-standard {
  width: 150px;
}

/* line 2316, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.pwd-label {
  font-size: 15px;
  margin-left: 70px;
}

/* Custom Id */
/* keep left menu flyout from appearing behind other objects */
/* line 2330, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
#sidebarmenu1 li ul {
  z-index: 20002;
}

/*-------- Top Menu --------*/
/* line 2339, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
#top {
  background: #FFFFFF;
}

/* line 2344, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
#dialog-countdown {
  font-weight: 700;
}

/*-------- Footer --------*/
/* line 2351, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
#footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border: 1px solid #c0c0c0;
  background: #e8e8e8;
  text-align: center;
  min-width: 920px;
  max-width: 1280px;
}
/* line 2364, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
#footer > p {
  font-weight: 600;
}
/* line 2369, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
#footer > a {
  color: #6d0834;
  font-weight: 700;
  text-decoration: none;
}
/* line 2375, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
#footer > a:hover {
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
  color: #ca3878;
}

/* line 2389, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
#printLogo {
  display: none;
}
/* line 2393, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
#printLogo > img {
  width: 200px;
}

/* line 2401, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
#logo {
  float: left;
  padding: 15px;
}
/* line 2406, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
#logo > img {
  width: 168px;
}

/* line 2414, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
#container {
  height: auto !important;
  background-color: #F4F4F4;
  margin: auto;
  padding: 0;
  position: relative;
  min-height: 100%;
}
/* line 2423, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
#container > .content-holder {
  clear: both;
  padding: 25px;
  height: 100%;
  padding-bottom: 85px;
}
/* line 2430, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
#container > .content-holder > #content {
  clear: none !important;
  padding: 0;
  margin: 0;
  padding: 25px !important;
  width: 75%;
  background: #ffffff;
  border: 1px solid #e1e6ef;
  margin-left: 20% !important;
}
/* line 2441, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
#container > .content-holder > #content > h1 {
  background: #ffffff;
}
/* line 2447, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
#container > .content-holder > #content.non-user {
  clear: none !important;
  padding: 0;
  padding: 25px !important;
  width: 70%;
  background: #ffffff;
  border: 1px solid #e1e6ef;
  margin: auto !important;
}

/* line 2465, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
#content {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  color: #666666;
  clear: both;
  margin: auto;
  margin-top: 5%;
  width: 70%;
  padding-bottom: 85px;
}
/* line 2476, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
#content.login {
  /* Design no 2 */
  /* ----------- */
  width: 600px;
}
@media (max-width: 1247px) {
  /* line 2476, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
  #content.login {
    padding-top: 30px;
  }
}
/* line 2485, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
#content.login > h1 {
  text-align: center;
  margin-bottom: 25px;
}
/* line 2494, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
#content > h1 {
  width: 100%;
  font-size: 23px;
  background: #f4f4f4;
}
/* line 2502, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
#content > .content-login {
  border: 1px solid #e1e6ef;
  padding: 15px;
  background: #ffffff;
}
/* line 2508, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
#content > .content-login > h1 {
  margin: 0 !important;
  width: inherit;
}

/*-------- top menu bar (only used in No DB page for Portcullis, gwpcm200.htm) --------*/
/*-------- Online banking is currently unavailable                             --------*/
/* line 2521, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
#menu1 {
  margin-top: 0;
  text-align: left;
}
/* line 2526, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
#menu1 ul {
  background: #AC0C38;
  width: 844px;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
  padding: 3px 5px;
}
/* line 2535, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
#menu1 ul li {
  background: url("/v2014/pc/images/arrow.gif");
  background-position: 5% 50%;
  background-repeat: no-repeat;
  display: inline;
  padding-left: 1em;
}
/* line 2543, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
#menu1 ul li a {
  color: #FFF;
  margin-right: 0;
  margin-left: 2px;
  font-weight: 400;
  font-size: 95%;
  padding: 2px 0.5em;
}
/* line 2552, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
#menu1 ul li a:hover {
  color: #F2F5A9;
  text-decoration: underline;
}

/* line 2567, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
#cash_details, #trans_history {
  width: 100%;
}

/* line 2573, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.margin-bottom-space {
  margin-bottom: 10px;
}

/* Things to delete after the demo */
/* @ gwpct229.htm*/
/* line 2581, C:/inetpub/wwwroot/v2016/pc/css/pcscreen.scss */
.online-app input {
  min-width: auto !important;
  width: 150px !important;
}


      /* HOVER STYLES  For Transfer Funds */
    .div-pop-up {
        display: none;
        position: fixed;
        min-width: 320px;
        padding: 10px;
        background: #eeeeee;
        color: #000000;
        border: 1px solid #1a1a1a;
        font-size: 100%;
        z-index: 1001;
      }
	#transfer table.app input.btn-standard {
		margin-top: 20px;
	}
    #transfer table.app td:nth-child(2n+1) {
    	width: 30%;
     	padding-left: 0;
    }
	#recurring_transfers td {
		padding-left: 10px;
	}
	select[name="sd_ac_no1"] {
		min-width: 410px !important;
	}
	select[name="sd_ac_no2"] {
		min-width: 410px !important;
	}
    .viewupcomming {
        display: none;
        white-space: nowrap;
        position:absolute;
		margin-top: -12px;		
    }
    .viewupcomming:before {
        content: "\f0ec";
        font-family: FontAwesome;
        padding-right: 10px;
        padding-left:20px        
    }
    .viewupcommingToAcct {
        display: none;
        white-space: nowrap;
        position:absolute;
		margin-top: -12px;		
    }
    .viewupcommingToAcct:before {
        content: "\f0ec";
        font-family: FontAwesome;
        padding-right: 10px;
        padding-left:20px; 
    }
    .viewalltransfers {
        white-space: nowrap;
    }
    .viewalltransfers:before {
        content: "\f0ec";
        font-family: FontAwesome;
        padding-right: 10px;
        padding-left:20px
    }

	 .div-pop-up h3 {
        color: #008BB4;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 100%;
    }
	.login-btns-div .btn-standard {
    width: 114%;
    left: 110px;
    position: relative;
    width: 213px;
}

.login-btns-div .btn-standard {
width: 114%;
}

form[name="bankinfo"] .btn-standard {
    left: 373px !important;
    position: relative;
    width: 213px;
    top: 10px;
}

form[name="searchmessage"] .btn-standard {  /* account info */
    left: 20px !important;
}

form[name="Login"] .btn-standard {
    left: 72px !important;
    position: relative;
    width: 213px;
}

.login-btns-div .forgotpw {
    left: 112px;
    position: relative;
    top: 10px;
}

form[name="security"] .btn-standard {
    width: 213px !important;
    left: 110px;
    position: relative;
}

form[name="download"] .btn-standard {
    left: 251px;
    position: relative;
    width: 213px;
}

form[name="regform"] .btn-standard {
    left: 201px;
    position: relative;
    width: 213px;
}
form[name="gicform"] .btn-standard {
    left: 201px;
    position: relative;
    width: 213px;
}

form[name="searchmessage"] .btn-standard {
    left: 20px;
    position: relative;
}

form[name="passchange"] .btn-standard {
    left: 200px;
    position: relative;
    width: 213px;
}

form[name="updateAddress"] .btn-standard {
    left: 200px;
    position: relative;
    width: 213px;
}
form[name="billpayt"] .btn-standard {
    left: 667px;
    position: relative;
}
