@charset "utf-8";
/* CSS Document */

a,abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video {
    border: 0;
    margin: 0;
    padding: 0;
}

article,aside,audio,canvas,figcaption,figure,figure img,footer,header,hgroup,main,nav,section,video {
    display: block;
}

a img {
    border: 0;
}

*,:after,:before {
    box-sizing: border-box;
}

body {
    color: #585858;
    font: normal normal 18px/24px HelveticaNeueW01-55Roma,Helvetica,Arial,Lucida Grande,sans-serif;
    -webkit-text-size-adjust: 100%;
}

@media only screen and (max-width:1024px) {
body {
    font-size: 18px;
    line-height: 2pc;
}
}

@media only screen and (max-width:767px) {
body {
    font-size: 1pc;
    line-height: 26px;
}
}

h1 {
    color: #fff;
    font: normal normal 100px/65px HelveticaNeueW01-95Blac,Helvetica,Arial,Lucida Grande,sans-serif;
    margin: 0 0 30px;
	line-height: 80px;
    text-transform: uppercase;
}

@media only screen and (max-width:1024px) {
h1 {
    font-size: 70px;
    line-height: 60px;
    margin-bottom: 20px;
}
}

@media only screen and (max-width:767px) {
h1 {
    font-size: 35px;
    line-height: 25px;
    margin-bottom: 15px;
}
}

h2 {
    color: #333333;
	font: normal normal 30px/40px HelveticaNeueW01-75Bold,Helvetica,Arial,Lucida Grande,sans-serif;
    margin: 0 0 30px;
}

@media only screen and (max-width:1024px) {
h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
}
}

@media only screen and (max-width:767px) {
h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
}
}

h3 {
    color: #111;
    font: normal normal 30px/35px HelveticaNeueW01-45Ligh,Helvetica,Arial,Lucida Grande,sans-serif;
    margin: 0 0 30px;
}

@media only screen and (max-width:1024px) {
h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
}
}

@media only screen and (max-width:767px) {
h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
}
}

h4 {
    color: #6c6c6c;
    font: normal normal 20px/24px HelveticaNeueW01-75Bold,Helvetica,Arial,Lucida Grande,sans-serif;
    margin: 0 0 5px;
    text-transform: uppercase;
}

@media only screen and (max-width:1024px) {
h4 {
    font-size: 1pc;
    line-height: 20px;
}
}

@media only screen and (max-width:767px) {
h4 {
    font-size: 9pt;
    line-height: 1pc;
}
}

p {
    margin: 0 0 20px;
}

@media only screen and (max-width:1024px) {
p {
    margin-bottom: 10px;
}
}

ol,ul {
    margin-left: 25px;
}

ol li,ul li {
    margin-bottom: 20px;
}

@media only screen and (max-width:1024px) {
ol,ul {
    margin-left: 20px;
}

ol li,ul li {
    margin-bottom: 15px;
}
}

@media only screen and (max-width:767px) {
ol,ul {
    margin-left: 15px;
}
}

ol.tick,ul.tick {
    margin-left: 0;
}

ol.tick li,ul.tick li {
    /*background: url(//go.tafe-qld.net/rs/000-GEZ-162/images/ico-tick-circle.svg) left top no-repeat;*/
    background-size: 30px 30px;
    list-style: none;
    min-height: 30px;
    padding-left: 60px;
}

@media only screen and (max-width:1024px) {
ol.tick li,ul.tick li {
    background-size: 25px;
    min-height: 25px;
    padding-left: 40px;
}
}

@media only screen and (max-width:767px) {
ol.tick li,ul.tick li {
    background-size: 20px 20px;
    min-height: 20px;
    padding-left: 30px;
}
}

a {
    color: #c22832;
    font-family: HelveticaNeueW01-75Bold,Helvetica,Arial,Lucida Grande,sans-serif;
    text-decoration: none;
    transition: all .25s ease-in-out;
}

.no-js a:hover,.no-touch a:hover {
    color: #333;
    text-decoration: none;
}

::-moz-selection {
    background: #111;
    color: #fff;
}

::selection {
    background: #111;
    color: #fff;
}

img::-moz-selection {
    background: transparent;
}

img::selection {
    background: transparent;
}

body {
    -webkit-tap-highlight-color: #111;
}

.wrapper {
    margin: 0 auto;
    max-width: 975pt;
    padding: 0 60px;
    width: 100%;
}

@media only screen and (max-width:1024px) {
.wrapper {
    padding: 0 40px;
}
}

@media only screen and (max-width:767px) {
.wrapper {
    padding: 0 20px;
}
}

header .logo {
    display: block;
    float: left;
}

header .logo img {
    display: block;
    height: 50px;
    margin: 15px 20px 25px 0;
    width: auto;
}

header .button {
    background-size: 26px 18px !important;
    float: right;
    font-size: 20px !important;
    line-height: 45px !important;
    margin: 22px 0 !important;
    padding: 0 35px 0 20px !important;
}

@media only screen and (max-width:767px) {
header .button {
    display: none;
}
}

header .button.hide {
    display: none;
}

section {
    padding: 60px 0;
}

@media only screen and (max-width:1024px) {
section {
    padding: 40px 0;
}
}

@media only screen and (max-width:767px) {
section {
    padding: 20px 0;
}
}

.banner {
    background: #dcdcdc !important;
    padding: 125px 0;
    position: relative;
}

@media only screen and (max-width:1024px) {
.banner {
    padding: 60px 0;
}
}

@media only screen and (max-width:767px) {
.banner {
    padding: 40px 0;
}
}

.banner.hide {
    display: none;
}

.banner a {
    color: #fff;
    font-family: HelveticaNeueW01-55Roma,Helvetica,Arial,Lucida Grande,sans-serif;
    font-size: 30px;
    text-decoration: none;
    text-transform: uppercase;
}

@media only screen and (max-width:767px) {
.banner a {
    font-size: 20px;
}
}

.banner a.hide {
    display: none;
}

.no-js .banner a:hover,.no-touch .banner a:hover {
    color: #fff;
}

.banner a.video {
    line-height: 50px;
    padding-right: 75px;
    position: relative;
}

.banner a.video:after {
    /*background: url(//go.tafe-qld.net/rs/000-GEZ-162/images/ico-play.svg) left top no-repeat;*/
    background-size: 50px;
    content: '';
    display: block;
    height: 50px;
    margin-top: -25px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 50px;
}

@media only screen and (max-width:767px) {
.banner a.video {
    line-height: 30px;
    padding-right: 45px;
}

.banner a.video:after {
    background-size: 30px;
    height: 30px;
    margin-top: -15px;
    width: 30px;
}
}

.banner img,.style-a.hide {
    display: none;
}

.style-a .content {
    float: left;
    padding-right: 60px;
    width: 55%;
}

@media only screen and (max-width:1024px) {
.style-a .content {
    padding-right: 40px;
}
}

@media only screen and (max-width:767px) {
.style-a .content {
    float: none;
    padding: 0;
    width: 100%;
}
}

.style-a .form {
    background: #e3e3e3;
    border-top: 10px solid #c22832;
    float: left;
    padding: 40px 50px 50px;
    width: 45%;
}

@media only screen and (max-width:1024px) {
.style-a .form {
    padding: 25px 30px 30px;
}
}

@media only screen and (max-width:767px) {
.style-a .form {
    float: none;
    padding: 20px;
    width: 100%;
}
}

.style-b {
    background colour:#D4D4D4 left top repeat;
}

.style-b.hide {
    display: none;
}

.style-b .content {
    text-align: center;
}

.style-b .content p {
    color: #333;
}

.style-b .image {
    float: left;
    padding: 0 50px;
    width: 60%;
}

@media only screen and (max-width:1024px) {
.style-b .image {
    padding: 0 30px;
}
}

@media only screen and (max-width:767px) {
.style-b .image {
    float: none;
    padding: 0 20px;
    width: 100%;
}
}

.style-b .image img {
    display: block;
    height: auto;
    width: 100%;
}

.style-b .form {
    float: left;
    padding-top: 30px;
    width: 40%;
}

@media only screen and (max-width:767px) {
.style-b .form {
    float: none;
    padding-top: 0;
    width: 100%;
}
}

.style-c.hide {
    display: none;
}

.style-c .content {
    float: left;
    padding-right: 60px;
    width: 50%;
}

@media only screen and (max-width:1024px) {
.style-c .content {
    padding-right: 40px;
}
}

@media only screen and (max-width:767px) {
.style-c .content {
    float: none;
    padding: 0;
    width: 100%;
}
}

.style-c .video {
    float: left;
    width: 50%;
}

@media only screen and (max-width:767px) {
.style-c .video {
    float: none;
    width: 100%;
}
}

.style-c .video .responsive-video {
    height: 0;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.style-c .video .responsive-video embed,.style-c .video .responsive-video iframe,.style-c .video .responsive-video object {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

footer .partners {
    background: #eee;
    padding: 40px 0;
}

@media only screen and (max-width:767px) {
footer .partners {
    padding: 20px 0;
}
}

footer .partners.hide {
    display: none;
}

footer .partners .content {
    float: left;
    padding-right: 60px;
    width: 33.333%;
}

@media only screen and (max-width:1024px) {
footer .partners .content {
    padding-right: 40px;
}
}

@media only screen and (max-width:767px) {
footer .partners .content {
    float: none;
    padding: 0;
    width: 100%;
}
}

footer .partners .content p {
    font-size: 1pc;
    line-height: 20px;
    margin: 0;
}

@media only screen and (max-width:1024px) {
footer .partners .content p {
    font-size: 13px;
    line-height: 17px;
}
}

@media only screen and (max-width:767px) {
footer .partners .content p {
    font-size: 10px;
    line-height: 14px;
}
}

footer .partners .logos {
    float: left;
    padding-top: 30px;
    width: 66.6666%;
}

@media only screen and (max-width:767px) {
footer .partners .logos {
    float: none;
    padding: 0;
    width: 100%;
}
}

footer .partners .logos .mktoImg {
    float: left;
    padding: 0 30px;
    width: 33.333%;
}

footer .partners .logos .mktoImg img {
    display: block;
    height: auto;
    width: 100%;
}

@media only screen and (max-width:1024px) {
footer .partners .logos .mktoImg {
    padding: 0 20px;
}
}

@media only screen and (max-width:767px) {
footer .partners .logos .mktoImg {
    padding-top: 20px;
}
}

@media only screen and (max-width:480px) {
footer .partners .logos .mktoImg {
    float: none;
    padding: 20px 0 0;
    width: 100%;
}

footer .partners .logos .mktoImg img {
    height: 60px;
    margin: 0 auto;
    width: auto;
}
}

footer .links {
    background: #dcdcdc;
    padding: 60px 0 30px;
}

@media only screen and (max-width:1024px) {
footer .links {
    padding: 40px 0 20px;
}
}

@media only screen and (max-width:767px) {
footer .links {
    padding: 20px 0;
}
}

footer .links .content {
    padding-right: 205px;
    position: relative;
}

@media only screen and (max-width:767px) {
footer .links .content {
    padding-right: 0;
}
}

footer .links .content .logo {
    background: url(https://au-sn03.marketo.com/rs/089-PUR-531/images/TAFEQLD-2015-mono.svg) right top no-repeat;
    background-size: 165px 95px;
    display: block;
    height: 95px;
    margin-top: -47px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 165px;
}

@media only screen and (max-width:767px) {
footer .links .content .logo {
    background-size: 130px 75px;
    height: 75px;
    margin: 20px auto 0;
    position: relative;
    right: auto;
    top: auto;
    width: 130px;
}
}

footer .links .content ul {
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

footer .links .content ul li {
    display: inline-block;
    list-style: none;
    margin: 0 0 5px;
}

footer .links .content ul li:before {
    color: #6c6c6c;
    content: '|';
    font: normal normal 14px/14px HelveticaNeueW01-55Roma,Helvetica,Arial,Lucida Grande,sans-serif;
    padding: 0 10px;
}

@media only screen and (max-width:767px) {
footer .links .content ul li:before {
    padding: 0 8px;
}
}

footer .links .content ul li:first-child:before {
    display: none;
}

footer .links .content ul li a {
    color: #6c6c6c;
    font: normal normal 14px/14px HelveticaNeueW01-55Roma,Helvetica,Arial,Lucida Grande,sans-serif;
    text-transform: uppercase;
}

@media only screen and (max-width:767px) {
footer .links .content ul li a {
    font-size: 9pt;
    line-height: 9pt;
}
}

.no-js footer .links .content ul li a:hover,.no-touch footer .links .content ul li a:hover {
    color: #333;
}

footer .links .content p {
    color: #8d8d8d;
    font-size: 10px;
    line-height: 14px;
}

footer .legals {
    padding: 40px 0;
    text-align: center;
}

@media only screen and (max-width:767px) {
footer .legals {
    padding: 20px 0;
}
}

footer .legals ul {
    font-size: 0;
    line-height: 0;
    margin: 0 0 15px;
    padding: 0;
}

footer .legals ul li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width:480px) {
footer .legals ul li {
    display: block;
}
}

footer .legals ul li a {
    color: #6c6c6c;
    font-family: HelveticaNeueW01-55Roma,Helvetica,Arial,Lucida Grande,sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding: 0 5px;
}

.no-js footer .legals ul li a:hover,.no-touch footer .legals ul li a:hover {
    color: #333;
}

footer .legals p {
    color: #6c6c6c;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.mktoForm {
    padding: 0 !important;
    width: 100% !important;
}

.mktoForm .mktoFormCol {
    float: none !important;
    min-height: 0 !important;
}

.mktoForm .mktoFieldWrap {
    float: none !important;
}

.mktoFormRow {
    font-size: 0;
    line-height: 0;
    margin: 0 0 20px !important;
}

.mktoFormRow:nth-child(2) {
    clear: none !important;
    float: left !important;
    padding-right: 10px;
    width: 50%;
}

.mktoFormRow:nth-child(3) {
    clear: none !important;
    float: left !important;
    padding-left: 10px;
    width: 50%;
}

@media only screen and (max-width:768px) {
.mktoFormRow {
    float: none !important;
    padding: 0 !important;
    width: 100% !important;
}
}

@media only screen and (max-width:767px) {
.mktoFormRow {
    margin: 0 0 10px !important;
}
}

.mktoFormRow .mktoError,.mktoFormRow .mktoGutter,.mktoFormRow .mktoOffset {
    display: none;
}

.mktoFormRow .mktoFieldDescriptor {
    margin: 0 !important;
}

.mktoFormRow .mktoLabel {
    display: inline;
    float: none;
    margin-bottom: 5px;
    padding-bottom: 0;
}

.mktoFormRow .mktoLabel .mktoAsterix {
    display: none;
}

.mktoFormRow .mktoLabel.checkbox {
    color: #7d7d7d;
    cursor: pointer;
    display: block;
    font: normal normal 18px/22px HelveticaNeueW01-55Roma,Helvetica,Arial,Lucida Grande,sans-serif !important;
    padding-left: 60px;
    position: relative;
    width: 100% !important;
}

@media only screen and (max-width:767px) {
.mktoFormRow .mktoLabel.checkbox {
    font-size: 14px !important;
    line-height: 18px !important;
}
}

.mktoFormRow .mktoLabel.checkbox.mktoInvalid {
    color: #c22832;
}

.mktoFormRow .mktoLabel.checkbox:before {
    background: #fff;
    content: '';
    height: 40px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 40px;
}

.mktoFormRow .mktoLabel.checkbox.checked:before {
    background: #fff url(https://go.tafeqld.edu.au/rs/089-PUR-531/images/ico-tick-square.svg) center center no-repeat;
    background-size: 30px 30px;
}

.mktoFormRow .mktoLabel.checkbox .mktoAsterix {
    display: none;
}

.mktoButtonRow .mktoButtonWrap {
    margin-left: 0 !important;
}

.mktoHtmlText {
    color: #7d7d7d;
    font: normal normal 9pt/1pc HelveticaNeueW01-55Roma,Helvetica,Arial,Lucida Grande,sans-serif;
    width: 100% !important;
}

input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 0 none;
    border-radius: 0;
    color: #4c4c4c !important;
    display: block;
    float: none !important;
    font: normal normal 22px/22px HelveticaNeueW01-55Roma,Helvetica,Arial,Lucida Grande,sans-serif !important;
    height: 40px !important;
    margin: 0 !important;
    max-width: 100%;
    outline: 0 0;
    padding: 8px 10px !important;
    resize: none;
    width: 100% !important;
}

textarea  {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 0 none;
    border-radius: 0;
    color: #4c4c4c !important;
    display: block;
    float: none !important;
    font: normal normal 22px/22px HelveticaNeueW01-55Roma,Helvetica,Arial,Lucida Grande,sans-serif !important;
    height: 100px !important;
	margin: 0 !important;
    max-width: 100%;
    outline: 0 0;
    padding: 8px 10px !important;
    resize: none;
    width: 100% !important;
}


@media only screen and (max-width:768px) {
input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text],textarea {
    font-size: 18px !important;
    line-height: 18px !important;
}
}

input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=tel]:focus,input[type=text]:focus,textarea:focus {
    background: #eee;
}

input[type=email].mktoInvalid,input[type=number].mktoInvalid,input[type=password].mktoInvalid,input[type=tel].mktoInvalid,input[type=text].mktoInvalid,textarea.mktoInvalid {
    background: #c22832;
    color: #fff;
}

input[type=email].mktoInvalid::-webkit-input-placeholder,input[type=number].mktoInvalid::-webkit-input-placeholder,input[type=password].mktoInvalid::-webkit-input-placeholder,input[type=tel].mktoInvalid::-webkit-input-placeholder,input[type=text].mktoInvalid::-webkit-input-placeholder,textarea.mktoInvalid::-webkit-input-placeholder {
    color: #fff;
}

input[type=email].mktoInvalid:-moz-placeholder,input[type=email].mktoInvalid::-moz-placeholder,input[type=number].mktoInvalid:-moz-placeholder,input[type=number].mktoInvalid::-moz-placeholder,input[type=password].mktoInvalid:-moz-placeholder,input[type=password].mktoInvalid::-moz-placeholder,input[type=tel].mktoInvalid:-moz-placeholder,input[type=tel].mktoInvalid::-moz-placeholder,input[type=text].mktoInvalid:-moz-placeholder,input[type=text].mktoInvalid::-moz-placeholder,textarea.mktoInvalid:-moz-placeholder,textarea.mktoInvalid::-moz-placeholder {
    color: #fff;
}

input[type=email].mktoInvalid:-ms-input-placeholder,input[type=number].mktoInvalid:-ms-input-placeholder,input[type=password].mktoInvalid:-ms-input-placeholder,input[type=tel].mktoInvalid:-ms-input-placeholder,input[type=text].mktoInvalid:-ms-input-placeholder,textarea.mktoInvalid:-ms-input-placeholder {
    color: #fff;
}

input[type=email].mktoInvalid:focus,input[type=number].mktoInvalid:focus,input[type=password].mktoInvalid:focus,input[type=tel].mktoInvalid:focus,input[type=text].mktoInvalid:focus,textarea.mktoInvalid:focus {
    background: #eee;
    color: #c22832;
}

input[type=checkbox],input[type=checkbox]+label {
    display: none;
}

select {
    -webkit-appearance: none;
    background: #fff !important;
    border-radius: 0;
    color: #7d7d7d !important;
    cursor: pointer;
    float: none !important;
    font: normal normal 22px/22px HelveticaNeueW01-55Roma,Helvetica,Arial,Lucida Grande,sans-serif !important;
    height: 40px !important;
    margin: 0 !important;
    outline: 0 0;
    padding: 0 !important;
    width: 100% !important;
}

@media only screen and (max-width:768px) {
select {
    font-size: 18px !important;
    line-height: 18px !important;
}
}

select.mktoInvalid {
    background: #c22832 !important;
    color: #fff !important;
}


.styled-select {
    background: #fff /*url(//go.tafe-qld.net/rs/000-GEZ-162/images/ico-chevron-down.svg) right center no-repeat */!important;
    background-size: 25px 8px !important;
    color: #7d7d7d;
    display: inline-block;
    font: normal normal 22px/22px HelveticaNeueW01-55Roma,Helvetica,Arial,Lucida Grande,sans-serif !important;
    max-width: 100%;
    overflow: hidden;
    padding: 8px 10px;
    position: relative;
    transition: all .25s ease-in-out;
    width: 100%;
}

@media only screen and (max-width:768px) {
.styled-select {
    font-size: 18px !important;
    line-height: 18px !important;
}
}

.styled-select .styled-select {
    border: 0 none;
    height: 100%;
    padding: 0;
    width: 100%;
}

.styled-select select {
    background: transparent !important;
    border: 0 none !important;
    border-radius: 0;
    outline: 0 0;
    padding: 8px 10px !important;
    position: relative;
    width: 120% !important;
}

.styled-select select option {
    font-size: 18px !important;
    margin: 4px;
}

.styled-select select.mktoInvalid {
    background: #c22832 !important;
    color: #fff !important;
}

.button,button,input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #c22832 /*url(//go.tafe-qld.net/rs/000-GEZ-162/images/ico-chevron-right.svg) right center no-repeat*/ !important;
    background-size: 2pc 22px !important;
    border: 0 none !important;
    border-radius: 0;
    color: #fff !important;
    cursor: pointer !important;
    display: block;
    font: normal normal 28px/60px HelveticaNeueW01-55Roma,Helvetica,Arial,Lucida Grande,sans-serif !important;
    margin: 0 !important;
    outline: 0 0;
    padding: 0 40px 0 30px !important;
    text-transform: uppercase;
    transition: all .25s ease-in-out;
}

.no-js .button:hover,.no-js button:hover,.no-js input[type=submit]:hover,.no-touch .button:hover,.no-touch button:hover,.no-touch input[type=submit]:hover {
    background-color: #333 !important;
    color: #fff !important;
}

::-webkit-input-placeholder {
    color: #111;
}

:-moz-placeholder,::-moz-placeholder {
    color: #111;
}

:-ms-input-placeholder {
    color: #111;
}

.style-b .mktoFormRow .mktoLabel.checkbox:before,.style-b .styled-select,.style-b input[type=email],.style-b input[type=number],.style-b input[type=password],.style-b input[type=tel],.style-b input[type=text],.style-b select,.style-b textarea {
    border: 1px solid #dcdcdc;
}

.style-b .styled-select select {
    border: 0 none;
}

.cf:after,.cf:before {
    content: ' ';
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* Additions - Nov 2018 Luke */
input[type=date] {
  height:40px;
  width:auto!important;
  border:0px;
  font-size:22px!important;
}
select {
  border:0px;
  color:#000;
  padding-left:10px!important;
}
.mktoFormRow:nth-child(2) {
  width:100% !important;
  padding-right:0px!important;
}
.mktoFormRow:nth-child(3) {
  width:100% !important;
  padding-left:0px !important;
}
fieldset {
  padding-right:0px!important;
  padding-left:0px!important;
}
label[for=DateofBirth] {
  float:none !important;
}
#DateofBirth {
  width:100%!important;
}
.mktoFormRow .mktoLabel.checkbox.checked:before {
    background: #fff url(https://go.tafeqld.edu.au/rs/089-PUR-531/images/ico-tick-square.svg) center center no-repeat;
    background-size: 30px 30px;
}

/* Additions - May 2019 Todd */
input[type=date] {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 0 none;
    border-radius: 0;
    color: #4c4c4c !important;
    display: block;
    float: none !important;
    font: normal normal 22px/22px HelveticaNeueW01-55Roma,Helvetica,Arial,Lucida Grande,sans-serif !important;
    height: 40px !important;
    margin: 0 !important;
  	margin-top:5px !important;
    max-width: 100%;
    outline: 0 0;
    padding: 8px 10px !important;
    resize: none;
    width: 100% !important;
}
.mktoForm .mktoRadioList {
	float:none;
  	margin-top:10px;
}
.mktoForm .mktoRadioList > label {
	min-height: 26px;
  	font-size:20px;
}

.mktoForm a {
	padding:0px;
}