/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 08 December 2025 22:46:36
*/


@import 'enquiry-color-2023.css';

h1, h2, h3{
    font-family: HeliaCore-Medium, Arial, Helvetica, sans-serif !important;
    color: rgb(83, 105, 114);
    font-weight: normal;
}
h3{
    font-size: 24px !important;
    margin-bottom: 30px;
}
label, p{
    font-size: 18px;
    font-family: HeliaCore-Book, Arial, Helvetica, sans-serif;
    color: rgb(83, 105, 114);
    font-weight: normal;
}

label{
    margin: 0px;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.apply_now{
    margin-top: 20px;
}

.apply_now button{
    color: #fff !important;
    border: 0;
}

#full_content.oneForm .formPanel{
    display: block !important;
}

#internatioan_be_half{
    display: none;
}
/** Start Banner **/

.form_banner.fsd_banner,
.form_banner.fsi_banner,
.form_banner.bfsd_banner,
.form_banner.bfsi_banner,
.form_banner.cse_banner,
.form_banner.ae_banner,
.form_banner.csei_banner,
.form_banner.aei_banner
{
    //background-image: url(/__data/assets/image/0020/133184/international-enquiry-form.jpg);
    //background-size: 100%;
    background-repeat: no-repeat;
    height: 180px;
    width: 100%;
    position: relative;
}
.form_banner.fsd_banner,
.form_banner.bfsd_banner,
.form_banner.cse_banner,
.form_banner.ae_banner
{
    background-image: url(../jpg/domestic-enquiry-form.jpg);
}

.form_banner.fsi_banner,
.form_banner.bfsi_banner,
.form_banner.csei_banner,
.form_banner.aei_banner
{
     background-image: url(../jpg/international-enquiry-form.jpg);
}

.form_banner.cse_banner > div,
.form_banner.fsd_banner > div,
.form_banner.fsi_banner > div,
.form_banner.bfsd_banner > div,
.form_banner.bfsi_banner > div,
.form_banner.ae_banner > div,
.form_banner.csei_banner > div,
.form_banner.aei_banner > div
{
    position: absolute;
    left: 3%;
    right: 3%;
    bottom: 5%;
    color: #fff;
    font-family: HeliaCore-Bold, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 36px;
    text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.45);
    text-transform: uppercase;
    line-height: 1.253;
}

/** End Banner **/

/** Start Radio CSS **/

[type="radio"] {
  border: 0; 
  clip: rect(0 0 0 0); 
  height: 1px; margin: -1px; 
  overflow: hidden; 
  padding: 0; 
  position: absolute; 
  width: 1px;
}

/* One radio button per line */
[type="radio"] + label {
  display: block;
  cursor: pointer;
  line-height: 1.5;
  margin-left: 1.5em;
}

/* the basic, unchecked style */
[type="radio"] + label:before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.25em;
  border-radius: 1em;
  border: 0.225em solid #fff;
  margin-right: 0.75em;
  transition: 0.5s ease all;
  font-size: 17px !important;
/**
  margin-top: -1px !important;
  margin-bottom: 1px !important;
**/
}

[type="radio"] + label:before {
  box-shadow: 0 0 0 0.15em #ccc;
}

/** End Radio CSS **/

/** Start Checkbox CSS **/

[type="checkbox"] {
  border: 0; 
  clip: rect(0 0 0 0); 
  height: 1px; margin: -1px; 
  overflow: hidden; 
  padding: 0; 
  position: absolute; 
  width: 1px;
}

/* One radio button per line */
[type="checkbox"] + label {
  display: block;
  cursor: pointer;
  line-height: 1.5;
}

/* the basic, unchecked style */
[type="checkbox"] + label:before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: text-bottom;
  border-top: 0em solid #fff;
  border-left: 0.05em solid #fff;
  margin-right: 0.75em;
  transition: 0.5s ease all;
  font-size: 20px !important;
  margin-top: -1px !important;
  margin-bottom: 1px !important;
  line-height: 1;
}

[type="checkbox"] + label:before {
  box-shadow: 0 0 0 0.15em #ccc;
}

.formPanel [type="checkbox"] + label:before{
  border-left: 0.03em solid #fff;
}

/** End Checkbox CSS **/

/** Start Checkbox CSS **/

select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100% !important;
    border: 1px solid #ccc;
    padding: 6px 12px !important;
    line-height: 1.2em;
    font-size: 17px !important;
}

select::-ms-expand {
    display: none;
}

#application_form form .sq-form-question-select:after
{
    content:"\f078";
    font-family: FontAwesome;
    position: absolute;
    bottom: 8px;
    right: 10px;
    font-size: 1.2em;
    pointer-events: none;
}
#application_form form .sq-form-question-select{
    position: relative;
}

/** End Checkbox CSS **/
#content{
    position: relative;
    padding-top: 40px;
}

#logo{
    background-image: url("../svg/aut-logo.svg");
    width: 68px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 15px;
    background-size: 100% auto;
}
#logo.inside_nz_logo{
    background-image:url("../svg/aut_logo-black.svg");
    width:80px;
    height:80px;
    background-position:bottom
}
@media only screen and (min-width:630px){
    #logo.inside_nz_logo{
        width:127px;
        height:127px
    }
}
@media only screen and (min-width:1080px){
    #logo.inside_nz_logo{
        width:135px;
        height:135px;
    }
}
.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.application_header{
    text-align: left;
    color: #fff;
    height: 70px;
    padding-left: 15px;
    font-size: 48px;
    font-family: HeliaCore-Light, Arial, Helvetica, sans-serif;
    margin-top: 120px;
    margin-bottom: 30px;
    line-height: 1.4;
}

.application_menu{
    margin: 0px !important;
    padding: 0 15px;
}
.application_menu .menus{
    margin-bottom: 40px;
}
.application_menu .menus > .title{
    font-size: 24px;
    font-family: HeliaCore-Bold, Arial, Helvetica, sans-serif;
    border: 1px solid #fff;
    padding: 10px;
    color: #fff;
    padding-right: 30px;
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
}
.application_menu .menus > .title::after{
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 5%;
    top: 50%;
    font-size: 1.5em;
    transform: translateY(-50%);
}
.application_menu .menus > .title.active::after{
    content: "\f106";
}
.application_menu .dock > .i_am{
    font-size: 24px;
    padding-top: 10px;
    padding-left: 10px;
}

.application_menu .box{
    height: 170px;
    display: inline-block;
    padding: 0px 7px;
    opacity: 1;
    width: 49.3%;
    vertical-align: top;
    word-break: inherit;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: none;
    box-shadow: none;
}
.application_menu .box:nth-of-type(1),
.application_menu .box:nth-of-type(3)
{
    margin-right: 0px;
}

.application_menu .box:nth-of-type(1),
.application_menu .box:nth-of-type(2)
{
    margin-bottom: 5px;
}

.application_menu .box.active{
    background-color: #fff !important;
    height: 177px;
    margin-bottom: 0px;
}

.application_menu .box.active > a, 
.application_menu .box.active > p
{
    text-decoration: none;
}

.application_menu .box > a{
    color: #fff;
    font-family: HeliaCore-Bold, Arial, Helvetica, sans-serif;
    font-size: 20px;
/**
    display: table-cell;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
**/
    position: absolute;
    height: 95px;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;

}
.application_menu .box > a:hover, .application_menu .box > a:visited, .application_menu .box > a:focus{
    text-decoration: none;
}
.application_menu .box > p, .application_menu .box > span{
    color: #fff;
    font-family: HeliaCore-Book, Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: center;
    position: absolute;
    top: 50%;
    width: 75%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}
.formPanel{
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    display: none;
}
#form4 .agent{
    display: none;
}

#form4.formPanel > input,
#form5.formPanel > input,
#form6.formPanel > input,
#form7.formPanel > input,
#form8.formPanel > input
{
    margin: 0 auto;
    display: block;
}

#form4.formPanel > .form_banner,
#form5.formPanel > .form_banner,
#form6.formPanel > .form_banner,
#form7.formPanel > .form_banner,
#form8.formPanel > .form_banner
{
    width: 100%;
    display: block !important;
}
.formPanel > .form_banner{
    margin-bottom: 45px !important;
}
.formPanel > .form_banner > img{
    max-width: 100%;
}
.formPanel input[type="submit"]{
    display: block;
    margin: 0 auto;
    border-radius: 6px;
    padding: 5px 50px !important;
    color: #fff;
    border: 0;
    font-family: HeliaCore-Book, Arial, Helvetica, sans-serif !important;
    font-size: 24px !important;
}

label.sq-form-question-title{
    font-size: 18px;
    font-family: HeliaCore-Medium, Arial, Helvetica, sans-serif;
    color: rgb(83, 105, 114);
    display: inline;
}

label.sq-form-question-title{
    padding-left: 10px;
}

label.sq-form-question-title::before,
legend.sq-form-question-title::before
{
    color: transparent;
    font-size: 0px;
}
label.sq-form-question-title::before
{
    margin-left: -5px;
    margin-right: -5px;
}

legend.sq-form-question-title::before
{
    margin-left: -15px;
    margin-right: -5px;
}

.mktoForm, .formPanel {
    padding-bottom: 60px;
}

/** Matrix CSS **/
.requiredAsterix:after{
    content: "\f069";
    font-family: FontAwesome;
    font-size: 12px;
    vertical-align: super;
}
.sq-form-question{
    margin-bottom: 15px;
}

.sq-form-question .sq-form-required-field{
    display: none;
}

.sq-form-question-tickbox-list ul, .sq-form-question-option-list ul{
    list-style-type: none;
    padding-left: 0px;
}

.sq-form-question-tickbox-list label{
    display: inline;
    line-height: 1.4;
    margin-left: 1.5em;
}

.sq-form-question .sq-form-field[type=text], 
.sq-form-question .sq-form-field[type=email], 
.sq-form-question .sq-form-field[type=tel], 
.sq-form-question textarea.sq-form-field 
{
    width: 100%;
    font-weight: bold;
    font-family: HeliaCore-Light;
    display: block;
    height: 34px !important;
    padding: 6px 12px !important;
    font-size: 18px !important;
    line-height: 1.42857143 !important;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.sq-form-question textarea.sq-form-field{
    min-height: 150px;
    width: 100%;
}

.sq-form-question legend{
    font-size: 18px;
    font-family: HeliaCore-Medium, Arial, Helvetica, sans-serif;
    color: rgb(83, 105, 114);
    display: inline;
    border: 0;
    margin: 0 0 5px 0;
    padding-left: 10px;
}

.sq-form-question .sq-form-field[type=text], 
.sq-form-question .sq-form-field[type=email], 
.sq-form-question .sq-form-field[type=tel], 
.sq-form-question textarea.sq-form-field,
.sq-form-question select.sq-form-field{
    margin-left: 10px;
    width: 99% !important;
}


.sq-form-question.sq-form-question-tickbox-list .sq-form-question-answer input,
.sq-form-question.sq-form-question-option-list .sq-form-question-answer input
{
    float: left;
    margin-right: 10px;
}

.sq-form-question.sq-form-question-tickbox-list + .sq-form-question-tickbox-list{
    margin-top: 0px;
}

#form4.formPanel > div, #form5.formPanel > div, #form6.formPanel > div, #form7.formPanel > div, #form8.formPanel > div{
    max-width: 100%;

}

#form4 .mktoErrorMsg, #form5 .mktoErrorMsg, #form6 .mktoErrorMsg, #form7 .mktoErrorMsg, #form8 .mktoErrorMsg
{
    display: block;
    margin-top: 7px;
    background-color: #e51b00;
    background-image: -webkit-linear-gradient(#e51b00 43%, #ba1600 100%);
    background-image: -moz-linear-gradient(#e51b00 43%, #ba1600 100%);
    background-image: linear-gradient(#e51b00 43%, #ba1600 100%);
    background-image: -ms-linear-gradient(#e51b00 43%, #ba1600 100%);
    border: 1px solid #9f1300;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: rgba(0,0,0,0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
    box-shadow: rgba(0,0,0,0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
    color: #f3f3f3;
    font-size: 1em;
    line-height: 1.2em;
    max-width: 16em;
    padding: 0.4em 0.6em;
    text-shadow: #901100 0 -1px 0;
}

#form4 .mktoErrorArrowWrap, #form5 .mktoErrorArrowWrap, #form6 .mktoErrorArrowWrap, #form7 .mktoErrorArrowWrap, #form8 .mktoErrorArrowWrap
{
    width: 16px;
    height: 8px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 5px;
    z-index: 100;
}

#form4 .mktoErrorArrowWrap, #form5 .mktoErrorArrowWrap, #form6 .mktoErrorArrowWrap, #form7 .mktoErrorArrowWrap, #form8 .mktoErrorArrowWrap
{
    background-color: #e51b00;
    border: 1px solid #9f1300;
    border-right: none;
    border-bottom: none;
    display: inline-block;
    height: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 16px;
    margin-top: 5px;
}

#form4 .mktoError, #form5 .mktoError, #form6 .mktoError, #form7 .mktoError, #form8 .mktoError
{
    position: absolute;
    z-index: 99;
    color: #bf0000;
}

#form4 .sq-form-question label.error,
#form5 .sq-form-question label.error,
#form6 .sq-form-question label.error,
#form7 .sq-form-question label.error,
#form8 .sq-form-question label.error
{
    display: block;
    margin: 7px auto 0px;
    background-color: #e51b00;
    background-image: -webkit-linear-gradient(#e51b00 43%, #ba1600 100%);
    background-image: -moz-linear-gradient(#e51b00 43%, #ba1600 100%);
    background-image: linear-gradient(#e51b00 43%, #ba1600 100%);
    background-image: -ms-linear-gradient(#e51b00 43%, #ba1600 100%);
    border: 1px solid #9f1300;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: rgba(0,0,0,0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
    box-shadow: rgba(0,0,0,0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
    color: #f3f3f3;
    font-size: 1em;
    line-height: 1.2em;
    max-width: 16em;
    padding: 0.4em 0.6em;
    text-shadow: #901100 0 -1px 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#form4 .sq-form-question label.error:empty,
#form5 .sq-form-question label.error:empty,
#form6 .sq-form-question label.error:empty,
#form7 .sq-form-question label.error:empty,
#form8 .sq-form-question label.error:empty
{
    display: none;
}

#form4 .sq-form-question label.error::before,
#form5 .sq-form-question label.error::before,
#form6 .sq-form-question label.error::before,
#form7 .sq-form-question label.error::before,
#form8 .sq-form-question label.error::before
{
    position: absolute;
    content: ' ';
    background-color: #e51b00;
    border: 1px solid #9f1300;
    border-right: none;
    border-bottom: none;
    display: inline-block;
    height: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 10px;
    margin-top: -12px;
}

#q133066_q7_0 + label::after, 
#q133087_q6_0 + label::after
{
    content: ' (NZ & AUS)';
}
#form4 > .form_content > .sq-form-unattached > .sq-form-question:nth-child(17) .sq-form-question-title,
#form4 > .form_content > .sq-form-unattached > .sq-form-question:nth-child(18) .sq-form-question-title,

#form5 > .form_content > .sq-form-unattached > .sq-form-question:nth-child(1) .sq-form-question-title::before,
#form5 > .form_content > .sq-form-unattached > .sq-form-question:nth-child(9) .sq-form-question-title,
#form6 > .form_content > .sq-form-unattached > .sq-form-question:nth-child(8) .sq-form-question-title,
#form7 > .form_content > .sq-form-unattached > .sq-form-question:nth-child(8) .sq-form-question-title,
#form7 > .form_content > .sq-form-unattached > .sq-form-question:nth-child(9) .sq-form-question-title,
#form8 > .form_content > .sq-form-unattached > .sq-form-question:nth-child(8) .sq-form-question-title
{
    display: none;
}

label.sq-form-question-title[for=q133066_q2]::before, 
label.sq-form-question-title[for=q133066_q3]::before, 
label.sq-form-question-title[for=q133066_q5]::before,
label.sq-form-question-title[for=q133087_q2]::before,
label.sq-form-question-title[for=q133087_q3]::before,
label.sq-form-question-title[for=q133087_q4]::before,
label.sq-form-question-title[for=q133101_q2]::before, 
label.sq-form-question-title[for=q133101_q3]::before, 
label.sq-form-question-title[for=q133101_q4]::before,
label.sq-form-question-title[for=q133118_q2]::before,
label.sq-form-question-title[for=q133118_q3]::before,
label.sq-form-question-title[for=q133118_q4]::before,
#form5 > .form_content > .sq-form-unattached > .sq-form-question .sq-form-question-title::before,
#form6 > .form_content > .sq-form-unattached > .sq-form-question:nth-child(6) .sq-form-question-title::before,
#form7 > .form_content > .sq-form-unattached > .sq-form-question:nth-child(6) .sq-form-question-title::before,
#form8 > .form_content > .sq-form-unattached > .sq-form-question:nth-child(6) .sq-form-question-title::before,
#form4 > .form_content > .sq-form-unattached > .sq-form-question:nth-child(1) .sq-form-question-title::before,
#form4 > .form_content > .sq-form-unattached > .agent .sq-form-question-title::before,
#form4 > .form_content > .sq-form-unattached > .sq-form-question:nth-child(2) .sq-form-question-title::before,
#form4 > .form_content > .sq-form-unattached > .sq-form-question:nth-child(3) .sq-form-question-title::before,
#form4 > .form_content > .sq-form-unattached > .sq-form-question:nth-child(4) .sq-form-question-title::before,
#form4 > .form_content > .sq-form-unattached > .sq-form-question:nth-child(5) .sq-form-question-title::before,
#form4 > .form_content > .sq-form-unattached > .sq-form-question:nth-child(7) .sq-form-question-title::before,
#form4 > .form_content > .sq-form-unattached > .sq-form-question:nth-child(8) .sq-form-question-title::before,
#form4 > .form_content > .sq-form-unattached > .sq-form-question:nth-child(10) .sq-form-question-title::before,
#form4 > .form_content > .sq-form-unattached > .sq-form-question:nth-child(11) .sq-form-question-title::before,
#form4 > .form_content > .sq-form-unattached > .sq-form-question:nth-child(12) .sq-form-question-title::before,
#form4 > .form_content > .sq-form-unattached > .sq-form-question:nth-child(15) .sq-form-question-title::before
{
    content: "\f069";
    font-family: FontAwesome;
    font-size: 12px;
    vertical-align: super;
    float: left;
    padding-left: 0;
    margin-bottom: -5px;
}

#form5 > .form_content > .sq-form-unattached > .sq-form-question:nth-child(8){
    margin-top: 30px;
    margin-bottom: 0px;
}

#form4 h3, #form5 h3, #form6 h3, #form7 h3, #form8 h3{
    margin-bottom: 30px;
}

#form4 .sq-form-question-tickbox-list label[for="q744569_q16_0"],
#form5 .sq-form-question-tickbox-list label[for="q133066_q10_0"],
#form6 .sq-form-question-tickbox-list label[for="q133087_q8_0"],
#form7 .sq-form-question-tickbox-list label[for="q133066_q10_0"],
#form8 .sq-form-question-tickbox-list label[for="q133087_q8_0"]
{
    font-family: HeliaCore-Medium, Arial, Helvetica, sans-serif;
}

.form_content [type="checkbox"] + label:before{
    display: inline-block;
    border-right: 1em solid #fff !important;
}

.form_content .mktoAsterix {
    float: none;
    vertical-align: text-top;
    line-height: 1;
    display: inline;
    margin-left: -25px;
    color: transparent;
}
input[type="checkbox"] + label > .mktoAsterix{
    margin-left: -10px;
    margin-right: 5px;
}
input[type="checkbox"] + label > .mktoAsterix + span,
input[type="checkbox"] + label > span
{
    display: inline-block;
    vertical-align: top;
    width: 60vw;
}
#application_form [type="checkbox"]:checked + label:before{
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
}

#application_form .formPanel input[type="submit"]:disabled{
    opacity: 0.6;
}

#application_form .formPanel input[type="submit"]{
    margin-left: 0px !important;
}

@media screen and (min-width: 480px){

    #form4.formPanel > div, #form5.formPanel > div, #form6.formPanel > div, .mktoForm,#form7.formPanel > div, #form8.formPanel > div, .mkFormArea{
        width: 90%;
        margin: 0 auto;
    }
    .application_menu .box{
        width: 49.4%;
    }
    .application_menu .box:nth-of-type(1),
    .application_menu .box:nth-of-type(3)
    {
        margin-right: 1px;
    }
   
}
@media screen and (min-width: 630px){
    #logo {
        width: 108px;
        height: 127px;
    }
}
@media screen and (min-width: 600px){
    .application_menu .box{
        width: 24.3%;
    }
}
@media screen and (min-width: 695px){
    #content{
        width: 665px;
    }
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (min-width: 840px){
    #content{
        width: 780px;
    }
    #full_content{
        width: 585px;
    }
    .formPanel{
        width: 720px;
    }
    .application_header{
        margin-top: 120px;
    }

    .application_menu{
        margin-bottom: 30px;
    }
/**
    .application_menu .menus > .title{
        border-top:0;
        border-left:0;
        border-right: 0;
        border-bottom: 1px solid #fff;
        padding: 0px;
        margin-bottom: 10px;
        padding-right: 10px;
    }
    .application_menu .menus > .title::after{
        display: none;
    }

    .application_menu .dock{
        display: block;
    }**/
    .application_menu .dock > .i_am{
        padding: 0px;
    }
    .application_menu .box{
        width: 24.1%;
        margin-bottom: 0px;
    }
    .application_menu .box:nth-of-type(1),
    .application_menu .box:nth-of-type(2),
    .application_menu .box:nth-of-type(3){
        margin-right: 2px;
    }
    .application_menu .box:nth-of-type(1),
    .application_menu .box:nth-of-type(2)
    {
        margin-bottom: 0px;
    }
    .application_menu .application_contents{
        margin: 0 2px 0px 0px;
    }
    /**
    #form4.formPanel > div, #form5.formPanel > div, #form6.formPanel > div, #form7.formPanel > div, #form8.formPanel > div{
        width: 650px;
        margin: 0 auto;
    }**/
    

    #form1Response,
    #form2Response,
    #form3Response,
    #form4Response,
    #form5Response,
    #form6Response,
    #form7Response,
    #form8Response
    {
        width: 650px;
        margin: 0 auto;
    }
   
    label.sq-form-question-title::before
    {
        margin-left: -15px;
        margin-right: 0px;
    }

    legend.sq-form-question-title::before
    {
        margin-left: -23px;
        margin-right: 0px;
    }
}
@media (min-width: 1080px){
    #logo {
        width: 115px;
        height: 135px;
    }
    #content{
        width: 1014px;
    }
    .formPanel{
        width: 950px;
    }
    .application_menu .menus.col-md-6 {
        width: 100%;
    }
    .application_menu .application_contents{
        margin: 0 2px 0px 0px;
    }
}
@media screen and (min-width: 1320px){
    #logo{
        left: 30px;
    }
    #content{
        width: 1260px;
    }
    .formPanel{
        width: 1170px;
    }
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
    .application_menu .box{
        width: 24.6%;
    }
    .application_menu .application_contents{
        margin: 0 1px 0px 0px;
    }
    /**
    .application_menu .menus{
        margin-bottom: 0px;
    }
    .application_menu .menus.col-md-6 {
        width: 50%;
    }
    .application_menu .menus .application_contents{
        margin: 0;
    }
    **/
    .application_menu .dock .box:nth-of-type(1),.application_menu .dock .box:nth-of-type(5){
        width: 125px;
    }
    .application_menu .dock .box:nth-of-type(2),.application_menu .dock .box:nth-of-type(6){
        width: 150px;
    }
    .application_menu .dock .box:nth-of-type(3),.application_menu .dock .box:nth-of-type(7){
        width: 135px;
    }
    .application_menu .dock .box:nth-of-type(4),.application_menu .dock .box:nth-of-type(8){
        width: 125px;
    }
    input[type="checkbox"] + label > .mktoAsterix + span, input[type="checkbox"] + label > span{
        width: 85%;
    }
    .application_menu .box > a{
        vertical-align: middle;
        display: table-cell;
        position: relative;
    }
    
    .form_banner.fsd_banner, .form_banner.fsi_banner, .form_banner.bfsd_banner, .form_banner.bfsi_banner, .form_banner.cse_banner, .form_banner.ae_banner, .form_banner.csei_banner, .form_banner.aei_banner{
        background-size: 100%;
    }

}
@media screen and (min-width: 1428px){
    #content{
        width: 1368px;
    }
    /**
    .application_menu .box{
        width: 24.2% !important;
    }
    **/
    .formPanel{
        width: 1275px;
    }
    .application_menu .application_contents{
        margin: 0;
    }
}
/*
.mktoForm select{
background-repeat: no-repeat;
background-position: right center;
background-origin: content-box;
background-size: 17px auto;
}
.red .mktoForm select{
background-image: url(https://www.aut.ac.nz/__data/assets/image/0018/133515/chevron-down_34_0_ae0f0a.png);
}
.orange .mktoForm select{
background-image: url(https://www.aut.ac.nz/__data/assets/image/0019/133516/chevron-down_34_0_f26522.png);
}
.blue .mktoForm select{
background-image: url(https://www.aut.ac.nz/__data/assets/image/0016/133513/chevron-down_34_0_0080c8.png);
}
.purple .mktoForm select{
background-image: url(https://www.aut.ac.nz/__data/assets/image/0017/133514/chevron-down_34_0_753b76.png);
}
.gold .mktoForm select{
background-image: url(https://www.aut.ac.nz/__data/assets/image/0015/133512/chevron-down_34_0_9c7925.png);
}
.green .mktoForm select{
background-image: url(https://www.aut.ac.nz/__data/assets/image/0014/133511/chevron-down_34_0_5c9021.png);
}
*/
form .privacyterms{
    display: none;
}
form #privacyterms {
    
    background: #fff;
    padding: 5px;
    border: 1px solid #8e8c8c;
    height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
    margin-bottom: 20px;
}
.afterSubmit{
    display: block !important;
}
.form_captcha{
    padding: 5px 0 30px 11px;
}
.recaptcha_error{
    color: #f00;
    margin-top: 5px;
}

#sq_accessible_captcha label{
    margin-left: 0;
}
#sq_normal_captcha label{
    margin-top: 10px;
    display: block;
    margin-left: 0;
}
#sq_normal_captcha input{
    margin-left: 0;
}

#sq_accessible_captcha #SQ_SYSTEM_SECURITY_KEY_EMAIL{
    margin: 10px 0;
}

#sq_accessible_validation_link{
    margin: 5px 0 -10px -4px;
    display: block;
}
#SQ_SYSTEM_SECURITY_KEY_VALUE{
    width: 160px;
    height: 30px;
}
.form_captcha + .sq-form-question.sq-form-question-tickbox-list, 
#form6 .sq-form-unattached > p{
    padding-left: 11px !important;
}

#application_form .formPanel input[type="submit"].sq-form-submit{
    margin-left: 11px !important;
}
