

footer {
 background-color: #00002D;
    padding-top: 40px;
    padding-bottom: 30px;
    margin-top: 40px;
    border-top: 1px solid #D6D6D6;
    color: #FFF;
}
footer {
    margin-top: 25px;
    padding-bottom: 40px;
}
footer a {
  color: #fff;
}
footer a:hover,
footer a:focus,
footer a.active {
  text-decoration: underline;
}
footer .footer__heading {
  max-width: 550px;
  margin-bottom: 20px;
  font-size: 17px;
}
.newfooter .footer__heading {
  font-size: 28px;
  line-height: 37px;
  word-spacing: 1px;
  font-weight: 500;
}
footer .footer__heading a {
  font-size: 33px;
  line-height: 37px;
  font-weight: 600;
}
footer .footer__content {
  max-width: 540px;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 40px;
}
footer .footer__logos {
  margin-bottom: 40px;
}
footer .footer__logos img {
  max-height: 40px;
}
footer .footer__logos .footer__logos_first {
  margin-right: 40px;
}
footer .footer__menuList {
  font-size: 14px;
  list-style: none;
  margin: 0;
}
footer .footer__menuItem {
  margin-bottom: 16px;
}
footer .footer__menuItem:first-child {
  font-size: 15px;
  letter-spacing: -0.01em;
  font-weight: bold;
}

footer .footer__menuItem:last-child {
   margin-bottom: 0; 
}
footer .footer__social {
  margin: 50px 0 20px;
}
footer .footer__socialLink + .footer__socialLink {
  margin-left: 16px;
}
footer .footer__linksList,
footer .footer__linksItem {
  list-style: none;
  display: inline-block;
  font-size: 10px;
  line-height: 14px;
  margin: 0;
}
footer .footer__linksItem {
  margin-right: 27px;
}
footer .footer__linksItem:last-child {
  margin-right: 0;
}
footer .footer__copyright {
  font-size: 11px;
  line-height: 12px;
  margin-top: 16px;
  font-weight: 500;
}
footer .footer_abn {
  display: block;
}

@media (min-width: 768px) {
  footer {
    padding: 40px;
    margin-top: 50px;
  }
  footer .footer__social {
    margin-top: 40px;
  }
  footer .footer__copyright {
    text-align: right;
    margin-top: 0;
    display: inline-block;
  }
  footer .footer_abn {
    display: inline-block;
    margin-left: 10px;
  }
}

@media (min-width: 1024px) {
  footer {
    padding: 50px;
    margin-top: 50px;
  }
  footer .footer__heading {
    margin-bottom: 20px;
  }
  footer .footer__menuList {
    padding-left: 25px;
  }
  footer .footer__menuList.spacer {
    padding-right: 64px;
  }
  footer .footer__menuLink {
    white-space: nowrap;
  }
  footer .footer__social {
    margin-top: 0;
  }
  footer .footer__copyright {
    text-align: right;
  }
}


.newfooter{
    font-family: "TT Commons Classic", "TT Commons Pro", Helvetica, Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.3333;
    letter-spacing: -0.54px;
}
.newfooter li a {
    color: #FFF;
text-decoration:none
}
 .newfooter li{line-height: 20px;}

.newfooter li a{
   font-size: 14px;
   font-weight: 500;
   line-height: 13px;
}

/* Foundation Page Theming */
body.foundationPage footer {
  background-color: #d8ecf3;
  color: #003b5c;
}
body.foundationPage footer a,
body.foundationPage footer a.arrow-link,
body.foundationPage footer .arrow-link,
body.foundationPage footer a.footer__menuLink,
body.foundationPage footer a.footer__linksLink {
  color: #003b5c;
}
body.foundationPage footer a:hover,
body.foundationPage footer a:focus,
body.foundationPage footer a.active,
body.foundationPage footer a:visited {
  color: #003b5c;
}
body.foundationPage footer .footer__heading {
  font-weight: 400;
  color: #003b5c;
}
body.foundationPage footer .footer__heading a {
  font-weight: 600;
}
body.foundationPage footer .footer__content {
  color: #003b5c;
}
@media print, screen and (min-width: 64em) {
     .newfooter .footer__heading {
        font-size: 24px;
        line-height: 37px;
        letter-spacing: -0.72px;
    }
 .newfooter .footer__heading a {
        font-size: 33px;
        /* line-height: 45px; */
        font-weight: 900;
        letter-spacing: -0.99px;
    }
}


.newfooter .footer__content {
    max-width: 540px;
    font-size: 14px;
    line-height: 14px;
  
    font-weight: 400;
    color: #FFF;
}

 .newfooter .footer__content {
    margin-bottom: 20px;
}


/* Layout */
html, body {
  min-width: 420px;
  min-height: 100vh;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media (max-width: 419px) {
  html, body {
    min-width: 320px;
  }
}
body {
  font-size: 16px;
  line-height: 1.375;
}
 footer .footer__social {
    margin-top: 40px;
    margin-bottom: 18px;
}
@media print, screen and (min-width: 64em) {
     footer .footer__social {
        margin-top: 24px;
    }
}
    footer .footer__linksList a {
        font-size: 9px;
    }
@media print, screen and (min-width: 64em) {
     footer .footer__linksList a{
        font-size: 11px;
    }
}
  footer  ul {
    list-style-type: disc;
    padding-left: 20px;
}



/* Grid */

.grid-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.grid-container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.grid-container {
  padding: 0 24px;
}

.scMain footer .footer__menuList:first-child {
    letter-spacing: -0.45px;
}
@media print, screen and (min-width: 64em) {
    footer .footer__menuList {
        padding-left: 25px;
    }
}

footer .footer__menuList {
    font-size: 14px;
    line-height: 20px;
    list-style: none;
    margin: 0;
}

.grid-container.fluid {
  max-width: 100%;
}

.grid-x {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}



.cell.auto {
  flex: 1 1 auto;
}

.cell.shrink {
  flex: 0 0 auto;
}

@media print, screen and (min-width: 64em) {
    .grid-container {
        padding-left: 64px;
        padding-right: 64px;
    }
}
@media screen and (min-width: 640px) {
  .small-6 {
 
    max-width: 50%;
  }

  .small-shrink {
    flex: 0 0 auto;
  }

  .small-auto {
    flex: 1 1 auto;
  }
}
@media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-auto {
        width: auto;
    }
}
@media screen and (min-width: 64em) {
    .grid-x > .large-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        width: auto;
    }
}
.grid-margin-x > .cell {
    width: calc(100% - 1rem);
    margin-left: 8px;
    margin-right: 8px;
}
.grid-margin-x > .small-6 {
    width: calc(50% - 1rem);
}
@media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-shrink {
        width: auto;
    }
}
.grid-x {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
footer .footer__linksList {
    list-style: none;
    font-size: 10px;
    line-height: 14px;
    margin: 0;
    display: inline-block;
    margin-right: 27px;
}
.newfooter li a:hover, .newfooter li a:focus, .newfooter li a.active , .newfooter  a:hover, .newfooter  a:focus, .newfooter a.active , .newfooter li a:visited {
    text-decoration: underline;
    color: #FFF;
}

@media print, screen and (min-width: 64em) {
    footer .footer__menuLink {
        white-space: nowrap;
    }
}
@media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-shrink {
        width: auto;
    }
}
 footer .footer__menuItem:first-child {
    margin-bottom: 17px;
}

@media print, screen and (min-width: 64em) {
   .newfooter  footer .footer__menuItem {
        margin-bottom: 8px;
    }
}
.newfooter footer .footer__menuItem:first-child {
    margin-bottom: 20px;
}
@media (max-width: 768px) {
  
footer .footer__copyright {
    font-size: 10px;
    }
    .newfooter .footer__content {
    font-size: 14px;
    letter-spacing: -0.48px;
}
    footer .footer__heading a {
    font-size: 32px;
    line-height: 37px;
    font-weight: 600;
    letter-spacing: -0.96px;
}
footer .footer__heading.large {
    font-size: 28px;
    line-height: 1;
    word-spacing: normal;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: -0.84px;
}
.newfooter li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}
footer .footer__linksItem:last-child {
    margin-right: 0;
    margin-bottom: 8px;
}
  footer .footer__linksList a {
    font-size: 10px;
}
}
@media (min-width: 1024px) {
  .grid-container {
    padding: 0 64px;
  }
}
.cell.auto {
  flex: 1 1;
}

/* Utility */
.ionMintGreen60 {
  background: #c3f3e3;
  color: #001f3f;
}
/*.state .filltheblack:before {*/
/*    content: "*";*/
/*    position: absolute;*/
/*    font-size: 16px;*/
/*    top: 19px;*/
/*    left: 10px;*/
/*    color:#AFAFAF;*/
/*}*/
.part_10.dividegrid {
    display: block;
}
.footer__content {}

footer .footer__menuList:first-child { 
    letter-spacing: -0.45px;
}
footer .footer__menuItem:first-child {
    font-size: 15px;
    letter-spacing: -0.15px;
}
.hasSimilarJobs .form-control {
    box-shadow: none !important;
     
}
li.footer__linksItem {
    margin-bottom: 8px;
    line-height: 1.2;
}

.newfooter footer .footer__menuList {
    line-height: 20px;
}
button.btn.dropdown-toggle.bs-placeholder.form-control.input-lg {
    border-radius: 30px !important;
}

a.btn.btn-primary.save-express-applications-form {
    border-radius: 30px;
}
input.input-block-level, select {
    border-radius: 30px !important;
    border: 1px solid #AFAFAF !important;
}
select#stateprovincecounty-formfield {
    padding-left: 20px !important;
}
.state .filltheblack.filled:before{
      content: " ";
}
.state .filltheblack.fixed{
    position:relative;
}
