.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*---------------------------------------------------------------------
 *
 *  Register Process Layout CSS
 *
 *-------------------------------------------------------------------*/
body.register {
  background-color: #0078B4;
  position: absolute;
  height: 100%;
  width: 100%;
}
@media only screen and (min-height: 1000px) {
  body.register {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
body.register header.notsticky {
  background: #FFF;
  position: absolute;
  top: 0;
  display: block;
  height: 64px;
}
body.register header.notsticky img.small.logo {
  box-sizing: content-box;
  width: 70px !important;
  height: 70px !important;
  max-width: 70px !important;
  max-height: 70px !important;
  min-width: 70px !important;
  min-height: 70px !important;
}
body.register.complete {
  background: transparent url(../img/registerFinished.jpg) no-repeat 50% 50%;
  -webkit-background-size: 100%;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  body.register.complete .content {
    margin-top: 160px;
  }
}
@media screen and (max-width: 865px) {
  body.register.complete .content {
    margin-top: 120px;
  }
}
@media screen and (min-width: 1201px) {
  body.register.complete .content {
    margin-top: 120px;
  }
}
.NSWAT_Form_Errors {
  background-color: #cc241D;
  margin: 10px 0;
  padding: 5px 15px;
}
.NSWAT_Form_Errors h3 {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: #fff;
}
.NSWAT_Form_Errors ul {
  list-style-type: none;
  padding: 10px;
  border-left: 1px solid #cc241D;
  margin: 0;
}
.NSWAT_Form_Errors ul li {
  margin: 0;
  padding: 0;
  color: #fff;
}
.pageWrapper.register {
  position: static;
  padding-top: 104px;
  display: block;
  min-height: 100%;
}
.pageWrapper.register.login {
  padding-top: 150px;
  min-height: 100%;
}
.registerBackground {
  background-image: url(../img/registerFinished.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.noBG {
  background-color: initial !important;
}
.alertContainer {
  padding: 15px 20px 15px 20px;
  display: block;
  background-color: #0078B4;
  min-height: 50px;
  width: 100%;
  margin: 10px 0 40px 0;
}
.alertContainer p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #ffffff;
}
.alertContainer a {
  font-size: 14px;
  color: #58addd;
}
@media screen and (max-width: 1000px) {
  .alertContainer {
    margin-top: 20px;
    width: 100%;
  }
}
.alertContainer.verificationAlertMessage {
  padding: 12px 14px 12px 14px;
  *zoom: 1;
}
.alertContainer.verificationAlertMessage:before,
.alertContainer.verificationAlertMessage:after {
  content: " ";
  display: table;
}
.alertContainer.verificationAlertMessage:after {
  clear: both;
}
.alertContainer.verificationAlertMessage .verifyMessage {
  display: inline-block;
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .alertContainer.verificationAlertMessage .verifyMessage {
    margin-top: 0;
    display: block;
    text-align: center;
  }
}
.alertContainer.verificationAlertMessage .verifyButtonAction {
  float: right;
}
.alertContainer.verificationAlertMessage .verifyButtonAction a {
  padding: 10px 15px;
}
@media screen and (max-width: 1000px) {
  .alertContainer.verificationAlertMessage .verifyButtonAction {
    float: none;
    display: block;
    margin: 10px auto 0 auto;
  }
}
.msg {
  margin-bottom: 20px;
  padding: 0;
  border: 1px solid #aaa;
  border-radius: 10px;
  *zoom: 1;
  display: flex;
  background-color: #fafafa;
}
.msg:before,
.msg:after {
  content: " ";
  display: table;
}
.msg:after {
  clear: both;
}
.msg h2 {
  font-size: 20px;
  font-weight: 900;
  background-color: transparent;
}
.msg p {
  font-size: 16px;
  text-align: left;
}
.msg h2,
.msg p {
  color: #5c5c5c;
  margin: 0;
  padding: 0;
}
.msg span.icon {
  float: left;
  min-height: 50px;
  width: 72px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 10px;
}
.msg div.content {
  float: right;
  width: calc(100% - 80px);
  vertical-align: middle;
  margin: 0;
  padding: 10px;
}
.msg div.content.messageonly p {
  margin: 15px 10px;
  font-weight: 700;
}
.msg div.content.titleonly h2 {
  margin: 15px 10px;
}
.msg.notice span.info,
.msg.notice span.icon {
  background: #aeaeae url(../img/icons/intengine-icon-white-blue.svg) no-repeat 50% 50%;
  background-size: 50%;
}
.msg.success span.icon {
  background: #174f73 url(../img/icons/intengine-icon-white-green.svg) no-repeat 50% 50%;
  background-size: 50%;
}
.msg.error span.icon {
  background: #cc241D url(../img/icons/msg-error.svg) no-repeat 50% 50%;
  background-size: 50%;
}
.register .listingClaimPopup {
  margin-top: 100px;
}
@media (max-width: 1000px) {
  .register .listingClaimPopup {
    margin-top: 10px;
  }
}
.register .registerEmail {
  padding: 15px 20px 15px 20px;
  display: block;
  margin: 50px auto;
  background-color: #0078B4;
  min-height: 50px;
  width: 920px;
}
.register .registerEmail p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #ffffff;
}
.register .registerEmail a {
  font-size: 14px;
  color: #58addd;
}
@media screen and (max-width: 1000px) {
  .register .registerEmail {
    margin-top: 20px;
    width: 100%;
  }
}
.register .content {
  width: 680px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .register .content {
    width: 100%;
  }
}
.register .content h2 {
  margin: 0 0 20px 0;
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: 0.5px;
  text-align: center;
  color: #fff;
}
.register .content h2.title {
  margin: 40px 0 16px 0;
  font-size: 28px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.register .content .completeProfileContainer {
  position: relative;
  width: 675px;
  margin: 0 auto;
  margin-bottom: 30px;
  box-shadow: 0 2px 30px 0 rgba(49, 59, 80, 0.2);
  background-color: #fff;
}
@media screen and (max-width: 700px) {
  .register .content .completeProfileContainer {
    width: 100%;
  }
}
.register .content .completeProfileContainer div {
  padding: 30px;
}
.register .content .completeProfileContainer .listingCompleteMessage {
  margin-bottom: 20px;
}
.register .content .completeProfileContainer .borderImageLeft {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100px;
  height: 200px;
}
@media screen and (max-width: 700px) {
  .register .content .completeProfileContainer .borderImageLeft {
    display: none;
  }
}
.register .content .completeProfileContainer .borderImageRight {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 90px;
  height: 140px;
}
@media screen and (max-width: 700px) {
  .register .content .completeProfileContainer .borderImageRight {
    display: none;
  }
}
.register .content .completeProfileContainer h2 {
  padding: 10px 100px 10px 100px;
  margin: 0;
  text-align: center;
  background-color: #31c961;
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.45;
  letter-spacing: normal;
  color: #fff;
}
@media screen and (max-width: 700px) {
  .register .content .completeProfileContainer h2 {
    padding: 24px;
  }
}
.register .content .completeProfileContainer ul {
  width: 400px;
  font-size: 17px;
  color: #000;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
@media screen and (max-width: 700px) {
  .register .content .completeProfileContainer ul {
    width: 100%;
  }
}
.register .content .completeProfileContainer ul li {
  margin: 0 0 30px 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.35;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  background: transparent url(../img/complete-bullet.png) no-repeat 0% 50%;
  padding: 0 0 0 38px;
  min-height: 40px;
  background-size: 32px;
}
.register .content .completeProfileContainer ul li.green {
  background: transparent url(../img/complete-bullet-green.png) no-repeat 0% 50%;
}
.register .content .completeProfileContainer .buttons {
  text-align: center;
}
.register .content a.dashboardLink {
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #fff;
}
.register .content .upgradeNotifyContainer {
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  padding: 12px 200px 12px 50px;
  width: 620px;
  min-height: 70px;
  background-image: linear-gradient(to right, #58addd, #5ca4f8);
}
@media screen and (max-width: 700px) {
  .register .content .upgradeNotifyContainer {
    width: 100%;
    padding: 12px;
  }
}
.register .content .upgradeNotifyContainer .planImage {
  position: absolute;
  top: 16px;
  left: 17px;
}
@media screen and (max-width: 700px) {
  .register .content .upgradeNotifyContainer .planImage {
    position: static;
    text-align: center;
  }
}
.register .content .upgradeNotifyContainer h3 {
  margin: 0;
  margin-left: 22px;
  font-size: 17px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 700px) {
  .register .content .upgradeNotifyContainer h3 {
    text-align: center;
    margin: 10px 0 10px 0;
  }
}
.register .content .upgradeNotifyContainer .upgradeButton {
  position: absolute;
  height: 45px;
  top: 12px;
  right: 12px;
  border-radius: 2px;
  width: 177px;
}
.register .content .upgradeNotifyContainer .upgradeButton a {
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  text-transform: capitalize;
  padding: 12px 12px 12px 12px;
}
@media screen and (max-width: 700px) {
  .register .content .upgradeNotifyContainer .upgradeButton {
    position: static;
    margin: 20px auto 0 auto;
  }
}
.register .registerContainer {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  width: 920px;
  background-color: #31c961;
  box-shadow: 0 2px 30px 0 rgba(49, 59, 80, 0.2);
  /*************************************/
  /*      SIDEBAR     */
  /************************************/
  /*************************************/
  /*      CONTENT     */
  /************************************/
}
.register .registerContainer:before,
.register .registerContainer:after {
  content: " ";
  display: table;
}
.register .registerContainer:after {
  clear: both;
}
@media (max-width: 1000px) {
  .register .registerContainer {
    width: 100%;
  }
}
.register .registerContainer.login {
  background-color: #fff;
}
.register .registerContainer.blue {
  background: linear-gradient(#58addd, #5ca4f8);
}
.register .registerContainer .registerSidebar {
  padding: 27px 24px 27px 32px;
  width: 240px;
  float: left;
  background-color: #31c961;
  position: relative;
}
.register .registerContainer .registerSidebar .price {
  font-size: 24px;
}
.register .registerContainer .registerSidebar .price span {
  font-size: 13px;
}
.register .registerContainer .registerSidebar.blue {
  background-color: rgba(0, 0, 0, 0);
}
.register .registerContainer .registerSidebar.blue h2 {
  color: #000;
}
.register .registerContainer .registerSidebar.blue h3 {
  margin-top: 24px;
}
.register .registerContainer .registerSidebar.blue .whiteDivider {
  border: none;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  margin: 24px 0;
}
.register .registerContainer .registerSidebar.blue .backPlanLink {
  font-size: 14px;
  color: #000000;
  opacity: 0.5;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 32px;
  bottom: 105px;
  font-weight: 600;
}
.register .registerContainer .registerSidebar hr {
  background-color: #fff;
  margin: 10px 0;
  border-top: 1px solid #fff;
}
.register .registerContainer .registerSidebar .percentTitle {
  font-size: 24px;
  color: #000;
  margin: 0;
}
.register .registerContainer .registerSidebar .percentTitle span {
  font-size: 14px;
  color: #000;
}
.register .registerContainer .registerSidebar ul {
  margin: 0 0 60px 0;
  padding: 0;
  list-style-type: none;
}
.register .registerContainer .registerSidebar ul li {
  font-size: 15px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 10px 0;
  padding: 0;
}
.register .registerContainer .registerSidebar ul li a {
  font-size: 14px;
  font-weight: 600;
}
.register .registerContainer .registerSidebar .sidebarButton {
  left: 32px;
  height: 45px;
  right: 32px;
  bottom: 25px;
  border-radius: 2px;
  width: 177px;
}
.register .registerContainer .registerSidebar .sidebarButton a {
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  text-transform: capitalize;
  padding: 12px 12px 12px 12px;
}
.register .registerContainer .registerSidebar hr.black {
  border: none;
  height: 2px;
  background: black;
  margin: 10px 0;
}
.register .registerContainer .registerSidebar img.planImage {
  max-width: 100px;
  max-height: 100px;
}
.register .registerContainer .registerSidebar .tipsWrapper {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.register .registerContainer .registerSidebar .tipsWrapper .tipsContainer {
  width: 100%;
  margin: 26px 0 26px 0;
}
.register .registerContainer .registerSidebar .tipsWrapper .tipsContainer hr {
  border-top: solid 1px #000;
  margin: 0 0 10px 0;
}
.register .registerContainer .registerSidebar .tipsWrapper .tipsContainer .percentTitle {
  font-size: 36px;
  color: #000;
  margin: 0;
}
.register .registerContainer .registerSidebar .tipsWrapper .tipsContainer .percentTitle span {
  font-size: 24px;
  color: #000;
}
.register .registerContainer .registerSidebar .tipsWrapper .tipsContainer h3 {
  font-size: 17px;
  color: #000;
  margin: 0;
  margin-bottom: 13px;
}
.register .registerContainer .registerSidebar .tipsWrapper > p {
  margin-top: 0;
  margin-bottom: 30px;
}
.register .registerContainer .registerSidebar .tipsWrapper .cycle-pager span {
  border-radius: 50% !important;
  position: relative;
  font-family: arial;
  font-size: 100px;
  opacity: 0.3;
  width: 8px;
  height: 8px;
  margin: 0 8px;
  display: inline-block;
  color: #ddd;
  cursor: pointer;
  background-color: #fff;
}
.register .registerContainer .registerSidebar .tipsWrapper .cycle-pager .cycle-pager-active {
  opacity: 1;
  background-color: #fff;
}
.register .registerContainer .registerSidebar h2,
.register .registerContainer .registerSidebar h3,
.register .registerContainer .registerSidebar p {
  text-align: left;
  color: #ffffff;
}
.register .registerContainer .registerSidebar h2 {
  font-size: 26px;
  margin: 0;
  margin: 10px 0 30px 0;
}
.register .registerContainer .registerSidebar h3 {
  font-size: 17px;
  margin: 30px 0 0 0;
}
.register .registerContainer .registerSidebar p {
  font-size: 15px;
  margin: 0;
  padding: 0;
  margin-top: 17px;
}
.register .registerContainer .registerSidebar p.percentage {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.35;
  color: #000000;
  margin: 0;
  padding: 0;
}
.register .registerContainer .registerSidebar p.percentage span {
  font-size: 24px;
}
.register .registerContainer .registerSidebar p.stat {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  color: #000000;
  margin: 0;
  padding: 0;
}
.register .registerContainer .registerSidebar p.source {
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.35;
  color: #000000;
  margin: 10px 0 0 0;
  padding: 0;
}
.register .registerContainer .registerSidebar p.smallText {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.47;
  color: rgba(255, 255, 255, 0.9);
}
.register .registerContainer.select-plan {
  width: auto;
}
.register .registerContainer.select-plan .registerContent {
  width: 100% !important;
}
.register .registerContainer .registerContent {
  padding: 30px;
  width: 680px;
  float: right;
  position: relative;
  background-color: #fff;
}
.register .registerContainer .registerContent span.errorText {
  display: none !important;
}
.register .registerContainer .registerContent p.errorMessage {
  color: red;
}
.register .registerContainer .registerContent img.pledgeLogo {
  float: right;
  margin: 0 0 5px 0;
}
.register .registerContainer .registerContent div.qq-upload-button {
  padding: 11px 21px;
  margin: 0;
  font-size: 13px;
  text-align: center;
  width: 160px;
  border-radius: 25px;
  color: #fff;
  text-transform: uppercase;
  background-color: #31c961;
  border: 1px solid #31c961;
}
.register .registerContainer .registerContent div.qq-upload-button div {
  margin: 0;
}
.register .registerContainer .registerContent .progressBar {
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  background-color: #3876f1;
}
.register .registerContainer .registerContent .sideLink {
  font-size: 14px;
  color: #000000;
  opacity: 0.5;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .register .registerContainer .registerContent .sideLink {
    display: block;
    text-align: center;
    position: static;
    margin: 20px 0 20px 0;
  }
}
.register .registerContainer .registerContent .greenButton {
  padding: 0;
  width: 300px;
}
.register .registerContainer .registerContent #registerListingLocation .superDropdownValue > ul > li {
  padding: 13px 13px 8px 8px;
  min-height: 46px;
}
.register .registerContainer .registerContent #registerListingLocation #listingTypeIdsContainer {
  margin-bottom: 30px;
  *zoom: 1;
}
.register .registerContainer .registerContent #registerListingLocation #listingTypeIdsContainer .checkboxList {
  margin: 0;
}
.register .registerContainer .registerContent #registerListingLocation #listingTypeIdsContainer:before,
.register .registerContainer .registerContent #registerListingLocation #listingTypeIdsContainer:after {
  content: " ";
  display: table;
}
.register .registerContainer .registerContent #registerListingLocation #listingTypeIdsContainer:after {
  clear: both;
}
.register .registerContainer .registerContent #registerListingLocation #listingTypeIdsContainer .NSWAT_UI_Checkbox {
  float: left;
  width: 48%;
}
.register .registerContainer .registerContent #registerListingLocation li.main {
  border: none;
  opacity: 1;
}
.register .registerContainer .registerContent #registerListingLocation li.main a {
  border-bottom: 1px solid #bfbfc1;
  padding: 13px 13px 8px 8px;
}
.register .registerContainer .registerContent #registerListingLocation ul.options {
  max-height: 200px;
}
.register .registerContainer .registerContent .registerContinueButton {
  position: absolute;
  width: 175px;
  height: 50px;
  right: 23px;
  bottom: 25px;
}
.register .registerContainer .registerContent .registerContinueButton a {
  text-transform: capitalize;
  font-size: 17px;
  letter-spacing: 0.5px;
  display: block;
  padding: 14px 32px 14px 32px;
}
@media screen and (max-width: 1000px) {
  .register .registerContainer .registerContent .registerContinueButton {
    position: static;
    margin: 0 auto;
  }
}
.register .registerContainer .registerContent .registerButton {
  display: block;
  opacity: 0.8;
  border-radius: 5px;
  background-color: #fff;
  border: solid 1px #53b267;
  margin: 0 0 16px 0;
  padding: 20px 28px;
  width: 460px;
  max-width: 96%;
}
.register .registerContainer .registerContent .registerButton:hover {
  background-color: #31c961;
  text-decoration: none;
}
.register .registerContainer .registerContent .registerButton:hover h3,
.register .registerContainer .registerContent .registerButton:hover p {
  color: #fff;
}
.register .registerContainer .registerContent .registerButton h3 {
  text-align: left;
  margin: 2px 0 10px 0;
  text-transform: uppercase;
  color: #31c961;
}
.register .registerContainer .registerContent .registerButton p {
  margin: 0;
  padding: 0;
  color: #5a5a5a;
}
.register .registerContainer .registerContent form#frmfrmLogin input[type="submit"] {
  float: right;
}
@media screen and (max-width: 1600px) {
  .register .registerContainer .registerContent form#frmfrmLogin input[type="submit"] {
    float: right;
  }
}
@media screen and (max-width: 1000px) {
  .register .registerContainer .registerContent form#frmfrmLogin input[type="submit"] {
    float: none;
    margin: 20px 0 20px 0;
  }
}
.register .registerContainer .registerContent form input#lastName {
  float: right;
}
.register .registerContainer .registerContent form ul.corporateStructure {
  width: 100%;
}
.register .registerContainer .registerContent form input.city,
.register .registerContainer .registerContent form input.phone {
  float: right;
}
.register .registerContainer .registerContent form#claimForm #pledgeContainer .helpText {
  width: 80%;
  background-color: #f9f9f9;
  border: 1px solid #969696;
  padding: 10px 10px 10px 50px;
  margin: 8px 0;
  display: block;
  color: #63b623;
  background: transparent url(../img/leaf-hand.png) no-repeat 10px 50%;
  background-size: 30px;
}
.register .registerContainer .registerContent form div.radio {
  margin: 20px auto;
  width: 200px;
}
.register .registerContainer .registerContent form div.radio input[type='radio'] {
  margin-right: 11px;
  margin-top: 5px;
  float: left;
}
.register .registerContainer .registerContent form div.radio .radioLabel {
  float: left;
  margin-right: 3px;
}
.register .registerContainer .registerContent form input[type=password],
.register .registerContainer .registerContent form input[type=text] {
  padding: 13px 13px 8px 8px;
}
.register .registerContainer .registerContent form .fullWidth {
  display: block;
  width: 100%;
  margin: 1% 0%;
}
.register .registerContainer .registerContent form #listingTypeIdsContainer .checkboxList > div {
  width: 50%;
  float: left;
}
.register .registerContainer .registerContent form .halfWidth {
  width: 49%;
  margin: 1% 0%;
}
.register .registerContainer .registerContent form .halfWidth.left {
  float: left;
}
.register .registerContainer .registerContent form .halfWidth.right {
  float: right;
}
.register .registerContainer .registerContent form .halfWidth.superDropdownValue.province {
  float: right;
}
@media screen and (max-width: 1000px) {
  .register .registerContainer .registerContent form .halfWidth {
    float: none;
    width: 100%;
  }
}
.register .registerContainer .registerContent form ul.select li.main a,
.register .registerContainer .registerContent form ul.select li.main a:link,
.register .registerContainer .registerContent form ul.select li.main a:visited {
  opacity: 1;
  height: auto;
  font-size: 16px;
  color: #000 !important;
  padding: 11px 0 11px 0;
  background-image: url(../img/icon-down-arrow-grey.png);
}
.register .registerContainer .registerContent form ul.select.open li.main a:link,
.register .registerContainer .registerContent form ul.select.open li.main a:visited {
  background-image: url(../img/icon-up-arrow-grey.png);
}
.register .registerContainer .registerContent form#goals .NSWAT_UI_Checkbox {
  display: block;
  float: left;
}
.register .registerContainer .registerContent form#goals label[for="sustainableDevelopmentGoals"] {
  display: none;
}
.register .registerContainer .registerContent form#goals div#sustainableDevelopmentGoalsContainer input[type="checkbox"] {
  display: none;
}
.register .registerContainer .registerContent form#goals div#sustainableDevelopmentGoalsContainer input[type="checkbox"] ~ label {
  width: 120px;
  height: 120px;
  padding: 120px 0 0 0 ;
  float: left;
  margin: 4px;
  background-size: 120px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.55;
  text-indent: -999em;
  background-size: contain;
}
.register .registerContainer .registerContent form#goals div#sustainableDevelopmentGoalsContainer input[type="checkbox"]:checked ~ label {
  opacity: 1;
}
.register .registerContainer .registerContent form#goals .buttons {
  clear: both;
}
.register .registerContainer .registerContent form#helcimForm #cardHolderAddressContainer {
  width: 49%;
  float: left;
}
.register .registerContainer .registerContent form#helcimForm #cardHolderPostalCodeContainer {
  width: 49%;
  float: right;
}
.register .registerContainer .registerContent form#helcimForm #cardExpiryMonthContainer {
  width: 49%;
  float: left;
}
.register .registerContainer .registerContent form#helcimForm #cardExpiryYearContainer {
  width: 49%;
  float: right;
}
.register .registerContainer .registerContent form.planForm {
  padding-bottom: 40px;
}
.register .registerContainer .registerContent form.planForm .title {
  clear: both;
  margin: 10px 0 10px 0;
}
.register .registerContainer .registerContent form.planForm .editTagList {
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0;
}
.register .registerContainer .registerContent form.planForm .editTagList li {
  position: relative;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 22px 10px 11px;
  margin: 0 10px 10px 0;
  display: inline-block;
  height: 35px;
  width: 160px;
}
.register .registerContainer .registerContent form.planForm .editTagList.categories li {
  background-color: #0078B4;
}
.register .registerContainer .registerContent form.planForm .editTagList.certifications li {
  background-color: #6cbd7d;
}
.register .registerContainer .registerContent form.planForm .editTagList .deleteNSWATTAG {
  position: absolute;
  top: 12px;
  right: 10px;
  color: #fff;
  text-decoration: none;
}
.register .registerContainer .registerContent form.planForm input.cardNumber {
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  background-image: url(../img/icon-mastercard.png), url(../img/icon-visa.png), url(../img/icon-amex.png);
  background-position: 80% 60%, 90% 60%, 100% 60%;
  background-repeat: no-repeat, no-repeat;
}
.register .registerContainer .registerContent form.planForm input.cardCVV {
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  background-image: url(../img/icon-cvv.png);
  background-position: 100% 60%;
  background-repeat: no-repeat;
  margin-left: 12px;
}
.register .registerContainer .registerContent form.planForm input.city {
  float: right;
}
.register .registerContainer .registerContent form.planForm p {
  margin: 0 0 10px 0;
  padding: 0;
}
.register .registerContainer .registerContent form.planForm p.errorCategories {
  display: none;
  font-size: 15px;
  line-height: 1.33;
  color: #cc241D;
  margin: 0;
}
.register .registerContainer .registerContent form.planForm p.errorCategories a {
  color: #cc241D;
  font-weight: 600;
}
.register .registerContainer .registerContent form.planForm fieldset#promo-code {
  margin-bottom: 10px;
  width: 60%;
  float: left;
}
.register .registerContainer .registerContent form.planForm fieldset#promo-code legend {
  margin: 0;
  padding: 0;
}
.register .registerContainer .registerContent form.planForm fieldset#promo-code div.NSWAT_UI_Textbox {
  margin: 0;
}
.register .registerContainer .registerContent form.planForm input#btnValidate {
  float: left;
  margin-top: 35px;
  width: 120px;
  margin-left: 10px;
}
.register .registerContainer .registerContent form.planForm input#btnValidate,
.register .registerContainer .registerContent form.planForm input#btnSubmit {
  padding: 8px;
}
.register .registerContainer .registerContent form.planForm #promoCodeContainer input {
  margin: 0 0 10px 0;
}
.register .registerContainer .registerContent form.planForm #promoCodeContainer .helpText {
  font-size: 14px;
  color: #31c961;
  font-style: italic;
  margin: 0 0 10px 0;
}
.register .registerContainer .registerContent form.planForm.hidepayment fieldset#payment-information {
  display: none;
}
.register .registerContainer .registerContent form.planForm .buttons input.clear {
  clear: both;
  display: block;
  margin-top: 20px;
}
.register .registerContainer .registerContent form.planForm fieldset#payment-information {
  clear: both;
}
.register .registerContainer .registerContent form.planForm fieldset#payment-information > div {
  margin-bottom: 10px;
}
.register .registerContainer .registerContent form.planForm ul.select {
  width: 220px;
  display: inline-block;
}
.register .registerContainer .registerContent form.planForm ul.select li.main {
  width: 220px;
  margin: 0 0 16px 0;
}
.register .registerContainer .registerContent form.planForm ul.select.regProv {
  margin-right: 16px;
}
@media screen and (max-width: 1000px) {
  .register .registerContainer .registerContent form.planForm ul.select {
    width: 100%;
  }
  .register .registerContainer .registerContent form.planForm ul.select li.main {
    width: 100%;
    margin-right: 0;
  }
}
.register .registerContainer .registerContent form.planForm #environmentalAttributesContainer,
.register .registerContainer .registerContent form.planForm #socialAttributesContainer {
  margin-bottom: 30px;
}
.register .registerContainer .registerContent form.planForm #environmentalAttributesContainer div.checkboxList,
.register .registerContainer .registerContent form.planForm #socialAttributesContainer div.checkboxList {
  margin: 0 0 10px 0 !important;
  padding-bottom: 0;
}
.register .registerContainer .registerContent article {
  display: block;
  width: 460px;
}
.register .registerContainer .registerContent article.centerRC {
  margin: 40px auto 0 auto;
}
@media screen and (max-width: 1000px) {
  .register .registerContainer .registerContent article.centerRC {
    margin-top: 0px;
  }
}
.register .registerContainer .registerContent article {
  margin-top: 50px;
  width: auto;
  *zoom: 1;
}
.register .registerContainer .registerContent article:before,
.register .registerContainer .registerContent article:after {
  content: " ";
  display: table;
}
.register .registerContainer .registerContent article:after {
  clear: both;
}
@media screen and (max-width: 1000px) {
  .register .registerContainer .registerContent article {
    margin-top: 40px;
  }
}
.register .registerContainer .registerContent article div.plan {
  width: 202px;
  float: left;
}
@media screen and (max-width: 1000px) {
  .register .registerContainer .registerContent article div.plan {
    float: none;
    width: 100%;
    min-height: initial;
    margin-top: 20px;
  }
}
.register .registerContainer .registerContent article div.plan.active {
  border: solid 1px #0078B4;
  box-shadow: 0 0 5px #0078B4;
}
.register .registerContainer .registerContent article div.plan div {
  padding: 0px 20px 20px 20px;
}
.register .registerContainer .registerContent article div.plan h3.planTitle {
  width: 100%;
  margin: 0;
  padding: 10px 12px 10px 12px;
  background-color: #e7e7e7;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  height: 115px;
  color: #0078B4;
}
.register .registerContainer .registerContent article div.plan div.contents {
  position: relative;
  height: 520px;
}
.register .registerContainer .registerContent article div.plan div.contents img.planIcon {
  float: right;
}
.register .registerContainer .registerContent article div.plan div.contents .secondaryButton {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
.register .registerContainer .registerContent article div.plan div.description {
  padding: 0;
}
.register .registerContainer .registerContent article div.plan .tier {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1.5px;
  color: #0f3556;
  margin: 20px 0;
  text-transform: uppercase;
}
.register .registerContainer .registerContent article div.plan .price {
  margin: 14px 0 0 0;
  font-size: 24px;
  color: #31c961;
}
.register .registerContainer .registerContent article div.plan .price span {
  font-size: 13px;
}
.register .registerContainer .registerContent article div.plan ul {
  margin: 25px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.register .registerContainer .registerContent article div.plan ul li {
  font-size: 14px;
  line-height: 1.3;
  color: #5a5a5a;
  margin: 0 0 15px 0;
  padding: 0;
}
.register .registerContainer .registerContent article div.plan ul li a {
  font-size: 14px;
  font-weight: 600;
}
.register .registerContainer .registerContent article div.plan .secondaryButton {
  padding: 0;
  margin: 10px auto 20px auto;
}
.register .registerContainer .registerContent article div.plan .secondaryButton a:link,
.register .registerContainer .registerContent article div.plan .secondaryButton a:visited {
  text-transform: uppercase;
  padding: 11px 15px 11px 15px;
  font-size: 13px;
  background-color: #0078B4;
  color: #fff;
}
@media screen and (min-width: 400px) {
  .register .registerContainer .registerContent article div.plan .secondaryButton {
    width: 130px !important;
  }
}
@media screen and (max-width: 400px) {
  .register .registerContainer .registerContent article div.plan .secondaryButton {
    width: 100% !important;
  }
}
.register .registerContainer .registerContent article #commitContainer {
  clear: both;
}
.register .registerContainer .registerContent .buttonSubText {
  text-align: center;
  margin: 26px 0 0 0;
}
.register .registerContainer .registerContent .secondaryButton {
  margin: 10px auto 20px auto;
}
.register .registerContainer .registerContent .title {
  font-size: 22px;
  margin: 0 0 30px 0;
}
.register .registerContainer .registerContent .subtitle {
  margin: 30px 0 0 0;
  padding: 0;
  clear: both;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .register .registerContainer .registerContent {
    width: 100%;
    margin-top: 0px;
    box-shadow: none;
    height: auto;
    text-align: left;
  }
  .register .registerContainer .registerContent .centerRC {
    width: 100%;
  }
  .register .registerContainer .progressBar {
    display: none;
  }
  .register .registerContainer .registerSidebar {
    display: none;
  }
  .register .registerContainer .line-height:1.5 {
    padding: 30px 20px 20px 20px;
    width: 100%;
    float: none;
    min-height: initial;
    text-align: left;
  }
  .register .registerContainer .line-height:1.5 article {
    width: 100%;
    display: static;
    margin: 0;
  }
  .register .registerContainer .line-height:1.5 .secondaryButton {
    margin: 20px 0 0 0;
  }
  .register .registerContainer .line-height:1.5 .title {
    margin: 0 0 20px 0;
  }
  .register .registerContainer .line-height:1.5 .subtitle {
    text-align: left;
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 320px) {
  .register .registerContainer .secondaryButton {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .register .registerContainer .line-height:1.5 .registerButton {
    margin: 8px auto;
    width: 100%;
  }
}
.register .rc00 .registerSidebar img {
  position: absolute;
  width: 217px;
  height: 160px;
  bottom: 40px;
  left: 12px;
}
.register .rc00 .registerContent .progressBar {
  width: 80px;
}
.register .rc01 .registerSidebar .borderImageLeft {
  position: absolute;
  bottom: -40px;
  left: 0px;
}
.register .rc01 .registerContent .progressBar {
  width: 180px;
}
.register .rc01 .registerContent .registerButton:hover {
  background-color: white;
  text-decoration: none;
}
.register .rc01 .registerContent .registerButton:hover h3 {
  color: #31c961;
}
.register .rc01 .registerContent .registerButton:hover p {
  color: #5a5a5a;
}
.register .rc02 .superDropdown#province {
  min-width: 300px;
}
@media screen and (min-width: 1000px) {
  .register .rc02 {
    margin-top: 10px;
  }
}
.register .rc02 .registerSidebar img {
  width: 170px;
  height: 165px;
  bottom: 22px;
  left: 31px;
  margin-top: 30px;
}
.register .rc02 .registerContent {
  min-height: 800px;
}
.register .rc02 .registerContent .progressBar {
  width: 280px;
}
.register .rc03 .cornerImageBottomLeft {
  position: absolute;
  bottom: 30px;
  left: 0px;
}
.register .rc03 .registerContent .title {
  margin: 0 0 20px 0;
}
.register .rc04 .registerContent {
  min-height: 800px;
}
.register .rc04 .registerContent article.centerRC {
  margin: 10px auto 0 auto;
}
@media screen and (max-width: 1000px) {
  .register .rc04 .registerContent article.centerRC {
    margin: 0;
    width: 100%;
  }
}
.register .rc04 .registerContent .progressBar {
  width: 480px;
}
.register .rc05 .registerContent article.centerRC {
  margin: 10px auto 0 auto;
}
.register .rc05 .registerContent .progressBar {
  width: 580px;
}
.register .registerCategories {
  width: 1220px;
}
.register .registerCategories .registerContent {
  width: 980px;
}
