@font-face {
  font-family: 'FrutigerLTPro-Light';
  font-style: normal;
  src: url("../../fonts/frutiger/FrutigerLTPro-Light.eot");
  src: url("../../fonts/frutiger/FrutigerLTPro-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/frutiger/FrutigerLTPro-Light.woff") format("woff"), url("../../fonts/frutiger/FrutigerLTPro-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'FrutigerLTPro-Roman';
  font-style: normal;
  src: url("../../fonts/frutiger/FrutigerLTPro-Roman.eot");
  src: url("../../fonts/frutiger/FrutigerLTPro-Roman.eot?#iefix") format("embedded-opentype"), url("../../fonts/frutiger/FrutigerLTPro-Roman.woff") format("woff"), url("../../fonts/frutiger/FrutigerLTPro-Roman.ttf") format("truetype");
}
hr {
  border-color: #E5E5E5;
}

.contact-detail {
  color: #707070;
}

.marketing-panel {
  background-color: #003745;
  border: 2px solid #FFFFFF;
}

.marketing-panel h2 {
  font-size: 1.5em;
  color: white;
}

.marketing-panel p {
  font-size: 1em;
  color: #FFFFFF;
}

.field-validation-error {
  background-image: url("neutral/exclamation.png");
}

.validation-summary-errors {
  background-image: url("neutral/exclamation.png");
}

.border-left, .border-left-for-large {
  border-color: #E5E5E5;
}

#safe-margin {
  height: 100px;
  background-color: transparent;
  border: none;
}

@media only screen and (max-width: 479px) {
  #safe-margin {
    height: 13px;
  }

  .nickName {
    font-size: 31px !important;
  }
}
#body-bar {
  padding-bottom: 297px;
}

#header-bar {
  background-color: #003745;
}

.logo-panel {
  padding: 27px 40px 0px 20px;
}

.logo {
  max-width: 156px;
  height: 60px;
  background: url("nmc/nmc-logo.png") no-repeat center left;
  background-size: contain;
  display: block;
}

.my-details-button {
  /*padding:5px;*/
  min-width: 149px;
  padding: 5px;
  border: 1px solid silver;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #f0f0f0), color-stop(100%, #cdcdcd));
  /*background:-moz-linear-gradient( to top, $bg_stop1 70%, $bg_stop2 100% );*/
  background: -ms-linear-gradient(top, #f0f0f0 70%, #cdcdcd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#cdcdcd');
  background-color: #E6E6E6;
  -webkit-box-shadow: inset 2px 2px 0px 0px #d7d7d7;
  -moz-box-shadow: inset 2px 2px 0px 0px #d7d7d7;
  box-shadow: inset 2px 2px 0px 0px #d7d7d7;
  display: table-cell;
}

.logout-button {
  /*padding:5px;*/
  min-width: 119px;
  padding: 5px;
  border: 1px solid silver;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #f0f0f0), color-stop(100%, #cdcdcd));
  /*background:-moz-linear-gradient( to top, $bg_stop1 70%, $bg_stop2 100% );*/
  background: -ms-linear-gradient(top, #f0f0f0 70%, #cdcdcd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#cdcdcd');
  background-color: #E6E6E6;
  -webkit-box-shadow: inset 2px 2px 0px 0px #d7d7d7;
  -moz-box-shadow: inset 2px 2px 0px 0px #d7d7d7;
  box-shadow: inset 2px 2px 0px 0px #d7d7d7;
  display: table-cell;
}

.logout-button a {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #313131;
  background: transparent url("neutral/logout.png") no-repeat 9px center;
  padding-left: 42px;
}
.logout-button a:hover, .logout-button a:focus {
  color: #313131 !important;
}

.my-details-button a {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #313131;
  background: transparent url("neutral/my-details.png") no-repeat 9px center;
  padding-left: 42px;
}
.my-details-button a:hover, .my-details-button a:focus {
  color: #313131 !important;
}

.my-details-button.selected {
  min-width: 149px;
  padding: 5px;
  border: 1px solid #5c5c5c;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #999999), color-stop(100%, #767676));
  /*background:-moz-linear-gradient( to top, $bg_stop1 70%, $bg_stop2 100% );*/
  background: -ms-linear-gradient(top, #999999 70%, #767676 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#767676');
  background-color: #8F8F8F;
  -webkit-box-shadow: inset 2px 2px 0px 0px darkgray;
  -moz-box-shadow: inset 2px 2px 0px 0px darkgray;
  box-shadow: inset 2px 2px 0px 0px darkgray;
  display: table-cell;
}

.my-details-button.selected a {
  color: #DCDCDC;
  background: transparent url("neutral/my-details-selected.png") no-repeat 9px center;
  padding-left: 42px;
}
.my-details-button.selected a:hover, .my-details-button.selected a:focus {
  color: #DCDCDC !important;
}

#menu-icon {
  background-color: transparent;
  background-image: url("neutral/mobile-menu.png");
  background-repeat: no-repeat;
  background-size: 100%;
  border: none;
}

#menu-icon.selected {
  background-color: transparent;
  background-image: url("neutral/mobile-menu-selected.png");
  background-repeat: no-repeat;
  background-size: 100%;
  border: none;
}

@media only screen and (min-width: 480px) and (max-width: 959px) {
  #top-action-panel ul {
    line-height: 34px;
    top: 36px;
  }

  .my-details-button {
    min-width: 135px;
  }

  .logout-button {
    min-width: 103px;
  }

  .my-details-button a {
    background-position: 3px center;
    padding-left: 39px;
  }

  .logout-button a {
    background-position: 4px center;
    padding-left: 29px;
  }
}
@media only screen and (max-width: 479px) {
  .logo-panel {
    padding: 0px 0px 20px 20px !important;
  }

  .public .logo-panel {
    padding: 0 !important;
  }

  #header-bar.public {
    height: auto !important;
    padding: 20px 20px 20px 20px !important;
  }

  .logo, .public .logo {
    max-width: 156px;
    height: 60px;
    background: url("nmc/nmc-logo.png") no-repeat bottom left;
    background-size: contain;
  }

  #top-action-panel {
    background: transparent;
    height: 33px;
    font-family: FrutigerLTPro-Roman;
    font-size: 13px;
    text-transform: uppercase;
    padding-top: 20px;
    display: block;
  }

  #top-action-panel ul {
    display: inline-block;
    line-height: 21px;
    min-width: 0px;
    z-index: 10;
    position: absolute;
    top: 12px;
    right: 20px;
  }

  #top-action-panel ul li {
    display: inline-block;
    padding: 0px;
    height: 21px;
  }

  #top-action-panel ul li a {
    color: #000000;
    font-weight: normal;
    background: transparent;
  }

  .logout-button, .my-details-button {
    width: auto !important;
    min-width: 0px !important;
    padding: 0px !important;
    display: inline;
    border: 0px none;
    text-decoration: none;
    background: transparent;
    padding: 0px;
    display: inline;
    box-shadow: none;
  }

  .my-details-button a:hover, .my-details-button a:focus, .logout-button a:hover, .logout-button a:focus {
    color: #313131 !important;
  }

  .logout-button a {
    padding-left: 13px;
  }

  .my-details-button {
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #DDDDDD;
  }

  .my-details-button.selected {
    background-color: #3D3D3D;
    display: inline-block;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-color: transparent;
    border: none;
  }

  .my-details-button a {
    padding-right: 13px;
    padding-top: 1px;
    padding-bottom: 4px;
  }

  .my-details-button.selected a {
    color: #DCDCDC !important;
    background: transparent;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 1px;
    padding-bottom: 4px;
  }
}
#primary-nav-bar {
  background-color: #d8d2c2;
}

#primary-nav ul li {
  background-color: #d8d2c2;
  font-family: Arial;
  font-size: 17px;
  font-weight: bold;
}

#primary-nav ul li a {
  color: white;
}

#primary-nav ul li.selected {
  background-color: white;
  border-top: solid 2px #DDDDDD !important;
}

#primary-nav ul li.selected a {
  color: #313131 !important;
}

#body-bar ul.left-nav {
  font-family: Arial;
}

#body-bar ul.left-nav li {
  border-color: #E5E5E5;
  background-image: url("neutral/bullet-arrow.png");
}

#body-bar ul.left-nav li a:hover, #body-bar ul.left-nav li a:focus {
  background: #EDEDED url("neutral/bullet-arrow.png") 0 50% no-repeat;
}

#body-bar ul.left-nav li:last-child {
  border-bottom-color: #E5E5E5;
}

/*Mobile navigation*/
#mobile-nav {
  background-color: transparent;
}

#mobile-nav ul li {
  font-family: FrutigerLTPro-Roman;
  font-size: 13px;
  color: #707070;
}

#mobile-nav ul li ul li a {
  background: transparent url("neutral/bullet-arrow.png") 20px 22px no-repeat;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  color: #70cbd2;
  border-bottom: 1px solid #E5E5E5;
}

#mobile-nav ul li span {
  border-bottom: 2px solid #E5E5E5;
}

#mobile-nav ul li ul li a.selected {
  color: #6A6A6A;
}

#mobile-nav ul li ul li a:hover {
  background-color: #EDEDED;
}

#mobile-nav.expanded {
  background-color: #FAFAFA;
}

#body-bar {
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #454545;
  line-height: 22px;
}

a {
  color: #70cbd2;
  font-weight: bold;
}
a:hover, a:focus {
  color: #5dc4cc;
}

a.selected {
  color: #6A6A6A;
}

label, .message, .message-large {
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.2em;
  color: #707070;
}

label {
  line-height: 32px;
}

h1 {
  font-family: FrutigerLTPro-Light;
  font-weight: normal;
  font-style: normal;
  font-size: 3.4375em;
  color: #003745;
  text-rendering: optimizeLegibility;
  line-height: 55px;
}

h2, .h2 {
  font-family: FrutigerLTPro-Light;
  font-weight: normal;
  font-style: normal;
  font-size: 1.875em;
  color: #707070;
  text-rendering: optimizeLegibility;
  line-height: 32px;
}

h3 {
  font-family: FrutigerLTPro-Light;
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  color: #707070;
}

.contact-nominated {
  color: #707070;
  font-size: 13px;
  margin-top: -13px;
}

.subtext {
  color: #707070;
  font-size: 13px;
}

.number-1 {
  background: transparent url("neutral/num-1.png") 0px center no-repeat;
  padding-right: 0px;
}

.number-1.selected {
  background: transparent url("neutral/num-1-selected.png") 0px center no-repeat;
  padding-right: 0px;
}

.number-1.selected span {
  color: #6A6A6A;
}

.number-2 {
  background: transparent url("neutral/num-2.png") 0px center no-repeat;
  padding-right: 0px;
}

.number-2.selected {
  background: transparent url("neutral/num-2-selected.png") 0px center no-repeat;
  padding-right: 0px;
}

.number-2.selected span {
  color: #6A6A6A;
}

.number-3 {
  background: transparent url("neutral/num-3.png") 0px center no-repeat;
  padding-right: 0px;
}

.number-3.selected {
  background: transparent url("neutral/num-3-selected.png") 0px center no-repeat;
  padding-right: 0px;
}

.number-3.selected span {
  color: #6A6A6A;
}

.number-4 {
  background: transparent url("neutral/num-4.png") 0px center no-repeat;
  padding-right: 0px;
}

.number-4.selected {
  background: transparent url("neutral/num-4-selected.png") 0px center no-repeat;
  padding-right: 0px;
}

.number-4.selected span {
  color: #6A6A6A;
}

@media only screen and (max-width: 479px) {
  body {
    font-size: 16px;
  }

  #body-bar {
    font-size: 15px;
    line-height: 18px;
  }

  label, .message, .message-large {
    font-size: 15px;
  }

  h1 {
    font-size: 31px;
    line-height: 31px;
  }

  h1.long {
    font-size: 22px;
    line-height: 23px;
  }

  h2, .h2 {
    font-size: 20px;
    line-height: 20px;
  }

  h3 {
    font-size: 17px;
  }

  h2.long {
    font-size: 16px;
    line-height: 18px;
  }

  #body-bar {
    line-height: 18px;
  }

  .number-1 {
    height: 16px;
    background-position: center center;
  }

  .number-2 {
    height: 16px;
    background-position: center center;
  }

  .number-3 {
    height: 16px;
    background-position: center center;
  }

  .number-4 {
    height: 16px;
    background-position: center center;
  }

  .number-1.selected {
    height: 16px;
    background-position: center center;
  }

  .number-2.selected {
    height: 16px;
    background-position: center center;
  }

  .number-3.selected {
    height: 16px;
    background-position: center center;
  }

  .number-4.selected {
    height: 16px;
    background-position: center center;
  }

  .contact-nominated {
    font-size: 11px;
  }
}
@media only screen and (min-width: 370px) and (max-width: 479px) {
  h1.long {
    font-size: 26px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  h1 {
    font-size: 31px;
    line-height: 31px;
  }

  h2, .h2 {
    font-size: 26px;
    line-height: 26px;
  }

  h3 {
    font-size: 23px;
  }

  h2.long {
    font-size: 19px;
    line-height: 22px;
  }

  .heading-bar-linkback {
    margin-top: 36px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 719px) {
  h1 {
    font-size: 41px;
    line-height: 41px;
  }

  h2, .h2 {
    font-size: 30px;
    line-height: 30px;
  }

  h3 {
    font-size: 25px;
  }

  h2.long {
    font-size: 25px;
    line-height: 37px;
  }

  .heading-bar-linkback {
    margin-top: 41px;
  }
}
@media only screen and (min-width: 720px) {
  h1 {
    font-size: 50px;
    line-height: 51px;
  }

  h2.long {
    font-size: 30px;
    line-height: 32px;
  }

  .heading-bar-linkback {
    margin-top: 45px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  .number-1 {
    padding-left: 18px;
    padding-right: 0px;
  }

  .number-1 selected {
    padding-left: 18px;
    padding-right: 0px;
  }

  .number-1 span {
    font-size: 13px;
  }

  .number-1.selected span {
    font-size: 13px;
  }

  .number-2 {
    padding-left: 24px;
    padding-right: 0px;
    background-position: 5px center;
  }

  .number-2 selected {
    padding-left: 24px;
    padding-right: 0px;
    background-position: 5px center;
  }

  .number-2.selected span {
    font-size: 13px;
  }

  .number-2 span {
    font-size: 13px;
  }

  .number-3 {
    padding-left: 18px;
    padding-right: 0px;
  }

  .number-3 selected {
    padding-left: 18px;
    padding-right: 0px;
  }

  .number-3.selected span {
    font-size: 13px;
  }

  .number-3 span {
    font-size: 13px;
  }

  .number-4 {
    padding-left: 18px;
    padding-right: 0px;
  }

  .number-4 selected {
    padding-left: 18px;
    padding-right: 0px;
  }

  .number-4.selected span {
    font-size: 13px;
  }

  .number-4 span {
    font-size: 13px;
  }
}
.loan-split .editLink {
  color: #454545;
  font-size: 13px;
  text-decoration: underline;
  font-weight: normal;
}

.loan-split .loanID {
  color: #454545;
  font-size: 13px;
}

.loan-split .separator {
  color: #E5E5E5;
}

.button {
  font-size: 20px;
  font-family: FrutigerLTPro-Roman;
  font-weight: normal;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #64c7ce;
  padding: 9px 18px;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #83d2d8), color-stop(100%, #64c7ce));
  /*background:-moz-linear-gradient( center top, $btn_bg_stop1 5%, $btn_bg_stop2 100% );*/
  background: -ms-linear-gradient(top, #83d2d8 5%, #64c7ce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#83d2d8', endColorstr='#64c7ce');
  background-color: #70cbd2;
  color: #FFFFFF;
  display: inline-block;
  -webkit-box-shadow: inset 1px 1px 0px 0px #aae0e4;
  -moz-box-shadow: inset 1px 1px 0px 0px #aae0e4;
  box-shadow: inset 1px 1px 0px 0px #aae0e4;
}
.button:hover, .button:focus {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #64c7ce), color-stop(100%, #83d2d8));
  background: -moz-linear-gradient(center top, #64c7ce 5%, #83d2d8 100%);
  background: -ms-linear-gradient(top, #64c7ce 5%, #83d2d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64c7ce', endColorstr='#83d2d8');
  background-color: #64c7ce;
}

.button-cancel {
  font-family: FrutigerLTPro-Roman;
  font-size: 20px;
  color: #707070;
  background-color: transparent;
  border-style: none none none none;
}
.button-cancel:hover, .button-cancel:focus {
  background-color: transparent;
  color: #707070;
}

a.button-cancel {
  padding-top: 12px;
  display: inline-block;
}

.marketing-button {
  background-color: #FFFFFF;
  color: #003745;
}

.heading-bar-linkback {
  background-image: url("neutral/return.png");
}

.search-button {
  background: transparent url("neutral/search.png") center center no-repeat;
}

.edit-link {
  background: transparent url("neutral/edit.png") right center no-repeat;
}

.calendar-link {
  background: transparent url("neutral/calendar.png") left top no-repeat;
  background-size: 21px;
}

.cancel-link {
  background: transparent url("neutral/cancel.png") left center no-repeat;
}

.question-tooltip {
  background: url("neutral/info.png") no-repeat;
}

.tick {
  background: url("neutral/tick-icon.png") left center no-repeat;
}

@media only screen and (max-width: 479px) {
  .calendar-link {
    background-size: 17px;
    margin-top: -9px;
  }
}
.separator {
  border-color: #E5E5E5;
  color: #E5E5E5;
}

.vertical-line {
  background-color: #E5E5E5;
}

.info-container {
  font-family: FrutigerLTPro-Roman;
  background-color: #FAFAFA;
}

.info-container hr {
  border-color: #E5E5E5;
}

.info-container2, .info-container-bg {
  background-color: #FAFAFA;
}

.column-heading, .heading {
  color: #707070;
  font-size: 13px;
  line-height: 18px;
}

.heading {
  font-family: FrutigerLTPro-Roman;
}

.column-content-data {
  color: #454545;
  font-size: 16px;
  font-family: Arial;
  font-weight: normal;
  line-height: 16px;
}

.info-container.join-for-large {
  font-family: FrutigerLTPro-Roman;
  background-color: #FAFAFA;
}

.info-container .wizard-vr {
  border-left: solid 1px #E5E5E5;
  border-right: solid 1px #E5E5E5;
}

.arrow-box {
  border: 0px solid #E5E5E5;
}

.arrow-box:after {
  border-bottom-color: #FAFAFA;
}

.arrow-box:before {
  border-bottom-color: #E5E5E5;
}

@media only screen and (max-width: 479px) {
  .info-container .wizard-vr {
    border-left: none;
    border-right: none;
  }
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  background-color: #F5F5F5;
  font-family: Arial;
  font-size: 16px;
  color: #454545;
  font-weight: normal;
}

.dropdown-input, .dropdown-input:focus {
  background: url("neutral/dropdown-bg.png") #F5F5F5 no-repeat 94% 50% !important;
  cursor: pointer;
}

.custom-checkbox .replacement-checkbox {
  background-image: url("neutral/check.png");
}

.f-dropdown li a {
  font-family: Arial;
  font-size: 16px;
  color: #454545;
  background-color: #F5F5F5;
}

.f-dropdown li a.separator {
  border-width: 0px 0px 1px 0px;
  border-bottom-style: dotted;
  border-bottom-color: #E5E5E5;
}

.f-dropdown li a:hover {
  background-color: gainsboro;
}

.suburb-list {
  list-style: none;
}

.suburb-list li {
  background: #F5F5F5;
}

.suburb-list li a {
  font-family: Arial;
  font-size: 16px;
  color: #454545;
  background-color: #F5F5F5;
}

.suburb-list li a:hover {
  background-color: gainsboro;
}

.suburb-list li a.selected {
  background-color: gainsboro;
  color: #6A6A6A;
}

@media only screen and (max-width: 479px) {
  input[type="text"],
  input[type="password"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="month"],
  input[type="week"],
  input[type="email"],
  input[type="number"],
  input[type="search"],
  input[type="tel"],
  input[type="time"],
  input[type="url"],
  textarea {
    font-size: 15px !important;
  }

  .f-dropdown li a {
    font-size: 15px;
  }

  .suburb-list li a {
    font-size: 15px;
  }
}
.tooltip {
  color: #454545;
  background: #ECF7FB;
  border-color: #c2e5f2;
}

.tooltip:after {
  border-top: 5px solid #c2e5f2;
}

.tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 5px solid #c2e5f2;
}

div.ajax-loader {
  background: url("neutral/ajax-loader.gif") scroll no-repeat 50% 50% gray;
}

#footer-bar {
  Color: #FFFFFF;
  background-color: #003745;
  height: 210px;
  /* Height of the footer */
}

.footer-button a {
  Color: #FFFFFF;
}

.footer-button a:hover {
  background-color: #FFFFFF;
  color: #454545;
}

.footer-button a.selected {
  background-color: #FFFFFF;
  color: #454545;
}

#footer-picture {
  background: transparent;
  width: 100%;
  position: absolute;
  bottom: 210px;
}

#footer-bar .row {
  background-color: #003745;
}

#footer-bar .footer-content {
  color: #FFFFFF;
}

#footer-separator {
  background-color: #d8d2c2 !important;
}

@media only screen and (max-width: 479px) {
  #footer-bar {
    height: 210px;
    /* Height of the footer */
  }
}
/* DatePicker Container */
.ui-datepicker {
  font: 16px Arial;
}

.ui-datepicker-prev, .ui-datepicker-next {
  background-image: url("neutral/datepicker-arrow.png");
}

.ui-datepicker-calendar .ui-state-active {
  background: #70cbd2;
  color: #FFFFFF;
}

.ui-datepicker-header {
  background: #003745;
  color: white;
  border-color: #000e12;
}

.ui-dialog-titlebar {
  background: #003745;
}

.ui-dialog-title {
  font-family: FrutigerLTPro-Light;
  font-size: 30px;
  color: white;
}

.ui-dialog-titlebar-close {
  background-color: #003745;
  background-image: url("neutral/close.png");
}

.radio-control-check {
 outline: 1px solid #003745;
}

.radio-control-check:checked:before {
  background: #003745;
}