

:root {

    /* Form Placeholder Color */
    --form1-placeholder-color: #ffffff;
    --form2-placeholder-color: #ffffff;
    --form3-placeholder-color: #888888;
    --form4-placeholder-color: #888888;   

}

/** Global Form style start here **/

/*Placeholder opacity cross browsers*/
body input::-webkit-input-placeholder {color: var(--form3-placeholder-color) !important;opacity:1 !important;}
body input:-moz-placeholder {color: var(--form3-placeholder-color) !important;opacity:1 !important;}
body input::-moz-placeholder {color: var(--form3-placeholder-color) !important;opacity:1 !important;}
body input:-ms-input-placeholder {color: var(--form3-placeholder-color) !important;opacity:1 !important; }
body textarea::-webkit-input-placeholder { color: var(--form3-placeholder-color) !important;opacity:1 !important;}
body textarea:-moz-placeholder { color: var(--form3-placeholder-color) !important;opacity:1 !important;}
body textarea::-moz-placeholder { color: var(--form3-placeholder-color) !important;opacity:1 !important;}
body textarea:-ms-input-placeholder { color: var(--form3-placeholder-color) !important;opacity:1 !important; }


body .mktoForm{padding: 0 !important;}
body form.mktoForm { margin:0px auto;width:100% !important; display: flex !important;flex-direction: column !important;padding: 0 !important;}
body .mktoForm .mktoFormCol {position: relative; width: 100% !important; float: left; margin-bottom: 0 !important;padding: 0px 0px;}
body .mktoForm .mktoFieldWrap {width: 100% !important;float: left;display: flex;flex-direction: column;}

body .mktoForm .mktoFormCol:has(textarea)
{border: none !important;}

body .mktoForm .mktoFormCol:has(.mktoHtmlText)  {
  /* Your custom styles here */
  padding:0px !important;border: none !important;
}

body .mktoForm fieldset .mktoFormRow{width: 100% !important;padding-bottom: 0px !important;}
body .mktoOffset { width: 0px !important;}
body .mktoForm .mktoGutter {width: 0px !important;display: none !important;}
body .mktoButtonRow span {margin-left: 0px !important; width: 100% !important;}
body .mktoForm .mktoAsterix{display: none !important;} 
body .mktoForm .mktoRequiredField .mktoAsterix { display: none !important; color: #2A82FF !important; float: right !important; padding-left: 3px !important; }
body .mktoError {right: auto !important;left: 0 !important;bottom: -60px !important;height: 90px;} 
.mktoForm .mktoError .mktoErrorMsg{font-family: var(--body-font-family) !important;max-width: fit-content !important;}
body .mktoHtmlText.mktoHasWidth {width: 100% !important; font-size: 16px !important; font-family: var(--body-font-family) !important; font-weight: 400 !important; color: #ffffff !important; line-height: 1.3 !important; } 
.mktoForm fieldset legend{margin:0 !important;}
.mktoForm fieldset legend {display: block; width: 100%; display: none; } 
body .mktoForm fieldset{padding:0 !important; display: block !important;  border:none !important;}
body .mktoForm .mktoLabel:after{display: none !important;}
body .mktoForm input[type=checkbox] + label:before,body .mktoForm input[type=radio] + label:before{content: none !important;}
body .mktoForm .mktoClear{display: none !important;}

body .thankyou-message h4{text-align: center; margin: 20px 0px; color: limegreen;}
body .thankyou-message h4 > div{color: limegreen;}

body .mktoImg.mktoGen{display: inherit !important; line-height: inherit !important;}
/* Global Form CSS Ends */


/* uowForm01 Form CSS */
body .uowForm01 input::-webkit-input-placeholder {color: var(--form1-placeholder-color) !important;opacity:1 !important;}
body .uowForm01 input:-moz-placeholder {color: var(--form1-placeholder-color) !important;opacity:1 !important;}
body .uowForm01 input::-moz-placeholder {color: var(--form1-placeholder-color) !important;opacity:1 !important;}
body .uowForm01 input:-ms-input-placeholder {color: var(--form1-placeholder-color) !important;opacity:1 !important; }
body .uowForm01 textarea::-webkit-input-placeholder { color: var(--form1-placeholder-color) !important;opacity:1 !important;}
body .uowForm01 textarea:-moz-placeholder { color: var(--form1-placeholder-color) !important;opacity:1 !important;}
body .uowForm01 textarea::-moz-placeholder { color: var(--form1-placeholder-color) !important;opacity:1 !important;}
body .uowForm01 textarea:-ms-input-placeholder { color: var(--form1-placeholder-color) !important;opacity:1 !important; }

body .uowForm01 .mktoForm .mktoFormRow{padding-bottom: 0px !important;display: block !important;}
body .uowForm01 .mktoForm .mktoFieldWrap{margin-bottom: 30px !important;}

body .uowForm01 .mktoForm .mktoLabel {display: none !important; color: #ffffff !important; font-size: 24px !important; line-height: 36px !important; font-weight: 700 !important; font-family: var(--body-font-family) !important; padding: 0px 0 10px 0 !important; width: 100% !important;}
body .uowForm01 .mktoForm .mktoHtmlText  h5{padding: 0 0 12px 0 !important; margin-bottom: 2px; font-size: 18px;line-height: 20px;color: #ffffff !important;font-weight: 700;font-family: var(--body-font-family) !important;}
body .uowForm01 .mktoForm .mktoHtmlText  p{padding: 0 0 12px 0 !important;font-size: 16px;line-height: 24px;color: #ffffff !important;font-weight: 400;font-family: var(--body-font-family) !important;}
body .uowForm01 .mktoForm .mktoHtmlText  ul {padding-left: 0px;}
body .uowForm01 .mktoForm .mktoHtmlText  ul li{padding: 0 !important;padding-left: 18px !important; font-size: 16px;line-height: 24px;color: #ffffff !important;font-weight: 400;font-family: var(--body-font-family) !important;}
body .uowForm01 .mktoForm .mktoHtmlText  ul li::before{width: 8px;height: 8px;top: 7px;}

body .uowForm01 .mktoForm input[type="text"], body .uowForm01 .mktoForm input[type="url"], body .uowForm01 .mktoForm input[type="email"], body .uowForm01 .mktoForm input[type="tel"], body .uowForm01 .mktoForm input[type="number"], body .uowForm01 .mktoForm input[type="date"], body .uowForm01 .mktoForm textarea.mktoField, body .uowForm01 .mktoForm select.mktoField 
{width: 100% !important; float: left; padding: 12px 30px !important; color: #ffffff !important; background-color: #405071 !important; font-size: 20px !important; font-family: var(--body-font-family) !important; font-weight: 400 !important; outline: 0 !important; line-height: 1 !important; border: 1px solid  #405071 !important; margin-bottom: 0px !important; box-shadow: none !important; appearance:none !important; -webkit-appearance:none !important; -webkit-box-shadow: none !important; height: 65px !important; }
body .uowForm01 .mktoForm textarea.mktoField{border: 1px solid #405071 !important;padding: 22px 30px !important;resize: none !important;height: 120px !important;}
body .uowForm01 .mktoForm input[type="text"]:focus-visible, body .uowForm01 .mktoForm input[type="url"]:focus-visible, body .uowForm01 .mktoForm input[type="email"]:focus-visible, body .uowForm01 .mktoForm input[type="tel"]:focus-visible, body .uowForm01 .mktoForm input[type="number"]:focus-visible, body .uowForm01 .mktoForm input[type="date"]:focus-visible, body .uowForm01 .mktoForm textarea.mktoField:focus-visible, body .uowForm01 .mktoForm select.mktoField :focus-visible
{outline: 0!important;border: 1px solid #221df5 !important;background-color: #ffffff !important;color: #001641 !important;}

body .uowForm01 .mktoForm input[type="text"]:not(:placeholder-shown), body .uowForm01 .mktoForm input[type="url"]:not(:placeholder-shown), body .uowForm01 .mktoForm input[type="email"]:not(:placeholder-shown), body .uowForm01 .mktoForm input[type="tel"]:not(:placeholder-shown), body .uowForm01 .mktoForm input[type="number"]:not(:placeholder-shown), body .uowForm01 .mktoForm input[type="date"]:not(:placeholder-shown){
    background-color: #ffffff !important;color: #001641 !important;
} 

body .uowForm01 .mktoButtonRow { text-align: center !important;width: 100% !important; margin-top:1px !important;display:flex !important;align-items: center;justify-content: center;}
body .uowForm01 .mktoButton {width: 100% !important; height: auto !important; position: relative !important; background-color:#ed0a00 !important; background-image: none !important; border:none !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; -ms-border-radius: 0px !important; -o-border-radius: 0px !important; border-radius: 0px !important; padding: 18px 15px !important;text-transform: uppercase !important; color: #ffffff !important; font-size: 24px !important; line-height: normal !important; font-weight: 700 !important; font-family: var(--body-font-family) !important; float: none; display: block; max-width: 100% !important; margin: 0 !important; margin-left: 0 !important; transition: 0.5s; -webkit-transition: 0.5s;text-align: center !important;cursor: pointer;}
body .uowForm01 .mktoButton:hover, body .uowForm01 .mktoButton:focus, body .uowForm01 .mktoButton.active { background-color: #0033ff !important; } 


body .uowForm01 .mktoForm .mktoRadioList, .uowForm01 .mktoForm .mktoCheckboxList { padding: 0 !important; float: left; width: 100% !important; margin: 0 0 0px 0 !important; }
body .uowForm01 .mktoForm input[type="checkbox"].mktoField + label, .uowForm01 .mktoForm input[type="radio"].mktoField + label { position: relative !important; cursor: pointer !important; padding-left: 50px !important; width: auto !important; margin: 0 !important; line-height: 1.2 !important; font-size: 14px !important; color: #ffffff !important; font-family: var(--body-font-family) !important; font-weight: 400 !important; float: left; clear: both; font-style: normal !important; }
body .uowForm01 .mktoForm input[type="checkbox"].mktoField { opacity: 0; visibility: hidden; position: absolute; left: 0; top: 0; z-index: -99999; height: 0; padding: 0 !important; border: 0px; }
body .uowForm01 .mktoForm input[type="checkbox"].mktoField:not(old) + label { position: relative; cursor: pointer; padding-left: 49px; width: auto; }
body .uowForm01 .mktoForm input[type="checkbox"].mktoField:not(old) + label {font-size: 14px !important;line-height: 1.2 !important;color: #ffffff !important;font-weight: 400 !important; position: relative; left: 0; top: 0; content: ''; min-height: 34px; background-image: url(https://mkto.uow.edu.au/rs/373-YPK-199/images/uow_check_icon1.png?version=1); background-repeat: no-repeat; background-position: left 0px; background-size: 36px; height: inherit !important; padding-top: 8px !important;
    margin-bottom: 20px !important;} 
body .uowForm01 .mktoForm input[type="checkbox"].mktoField:not(old):checked + label {background-image: url(https://mkto.uow.edu.au/rs/373-YPK-199/images/uow_check_icon2.png);}

body .uowForm01 .mktoForm input[type="radio"].mktoField { opacity: 0; visibility: hidden; position: absolute; left: 0; top: 0; z-index: -99999; }
body .uowForm01 .mktoForm input[type="radio"].mktoField:not(old) + label { position: relative; cursor: pointer; padding-left: 50px; margin-bottom: 0 !important; width: auto; }
body .uowForm01 .mktoForm input[type="radio"].mktoField:not(old) + label {font-size: 14px !important;line-height: 1.2 !important;  color: #ffffff !important;
  font-weight: 400 !important; position: relative; left: 0; top: 0; content: ''; min-height: 34px; background-image: url('https://mkto.uow.edu.au/rs/373-YPK-199/images/uow_radio_icon1.png'); background-repeat: no-repeat; background-position: left 0px; background-size: 36px; height: inherit !important; padding-top: 8px !important;
  margin-bottom: 20px !important;}
body .uowForm01 .mktoForm input[type="radio"].mktoField:not(old):checked + label {background-image: url('https://mkto.uow.edu.au/rs/373-YPK-199/images/uow_radio_icon2.png');}
body .uowForm01 .mktoForm input[type="radio"].mktoField:not(old) + label:last-child{margin-bottom: 0px !important;}

body .uowForm01 .mktoForm select.mktoField{overflow-x: hidden !important;  text-overflow: ellipsis;line-height: normal !important;
    padding-right: 40px !important;padding-left: 30px !important;  margin-left: 0px !important; background: #415171 url("https://mkto.uow.edu.au/rs/373-YPK-199/images/uow_down_arrow_white.png?version=1") no-repeat 96% center !important;background-size: 16px !important; color: #ffffff !important; cursor: pointer; -webkit-appearance:none; -ms-appearance:none; -moz-appearance:none; -o-appearance:none; appearance:none; }
body .uowForm01 .mktoForm select::-ms-expand {display: none !important;}



/* uowForm02 Form CSS */
body .uowForm02 input::-webkit-input-placeholder {color: var(--form1-placeholder-color) !important;opacity:1 !important;}
body .uowForm02 input:-moz-placeholder {color: var(--form1-placeholder-color) !important;opacity:1 !important;}
body .uowForm02 input::-moz-placeholder {color: var(--form1-placeholder-color) !important;opacity:1 !important;}
body .uowForm02 input:-ms-input-placeholder {color: var(--form1-placeholder-color) !important;opacity:1 !important; }
body .uowForm02 textarea::-webkit-input-placeholder { color: var(--form1-placeholder-color) !important;opacity:1 !important;}
body .uowForm02 textarea:-moz-placeholder { color: var(--form1-placeholder-color) !important;opacity:1 !important;}
body .uowForm02 textarea::-moz-placeholder { color: var(--form1-placeholder-color) !important;opacity:1 !important;}
body .uowForm02 textarea:-ms-input-placeholder { color: var(--form1-placeholder-color) !important;opacity:1 !important; }

body .uowForm02 .mktoForm .mktoFormRow{padding-bottom: 0px !important;display: block !important;}
body .uowForm02 .mktoForm .mktoFieldWrap{margin-bottom: 30px !important;}

body .uowForm02 .mktoForm .mktoLabel {display: none !important; color: #ffffff !important; font-size: 24px !important; line-height: 36px !important; font-weight: 700 !important; font-family: var(--body-font-family) !important; padding: 0px 0 10px 0 !important; width: 100% !important;}
body .uowForm02 .mktoForm .mktoHtmlText  h5{padding: 0 0 12px 0 !important; margin-bottom: 2px; font-size: 18px;line-height: 20px;color: #ffffff !important;font-weight: 700;font-family: var(--body-font-family) !important;}
body .uowForm02 .mktoForm .mktoHtmlText  p{padding: 0 0 12px 0 !important;font-size: 16px;line-height: 24px;color: #ffffff !important;font-weight: 400;font-family: var(--body-font-family) !important;}
body .uowForm02 .mktoForm .mktoHtmlText  ul {padding-left: 0px;}
body .uowForm02 .mktoForm .mktoHtmlText  ul li{padding: 0 !important;padding-left: 18px !important; font-size: 16px;line-height: 24px;color: #ffffff !important;font-weight: 400;font-family: var(--body-font-family) !important;}
body .uowForm02 .mktoForm .mktoHtmlText  ul li::before{width: 8px;height: 8px;top: 7px;}

body .uowForm02 .mktoForm input[type="text"], body .uowForm02 .mktoForm input[type="url"], body .uowForm02 .mktoForm input[type="email"], body .uowForm02 .mktoForm input[type="tel"], body .uowForm02 .mktoForm input[type="number"], body .uowForm02 .mktoForm input[type="date"], body .uowForm02 .mktoForm textarea.mktoField, body .uowForm02 .mktoForm select.mktoField 
{width: 100% !important; float: left; padding: 12px 30px !important; color: #ffffff !important; background-color: #405071 !important; font-size: 20px !important; font-family: var(--body-font-family) !important; font-weight: 400 !important; outline: 0 !important; line-height: 1 !important; border: 1px solid  #405071 !important;  margin-bottom: 0px !important; box-shadow: none !important; appearance:none !important; -webkit-appearance:none !important; -webkit-box-shadow: none !important; height: 65px !important; }
body .uowForm02 .mktoForm textarea.mktoField{border: 1px solid #405071 !important;padding: 22px 30px !important;resize: none !important;height: 120px !important;}
body .uowForm02 .mktoForm input[type="text"]:focus-visible, body .uowForm02 .mktoForm input[type="url"]:focus-visible, body .uowForm02 .mktoForm input[type="email"]:focus-visible, body .uowForm02 .mktoForm input[type="tel"]:focus-visible, body .uowForm02 .mktoForm input[type="number"]:focus-visible, body .uowForm02 .mktoForm input[type="date"]:focus-visible, body .uowForm02 .mktoForm textarea.mktoField:focus-visible, body .uowForm02 .mktoForm select.mktoField :focus-visible
{outline: 0!important;border: 3px solid #221df5 !important;background-color: #ffffff !important;color: #001641 !important;}

body .uowForm02 .mktoForm input[type="text"]:not(:placeholder-shown), body .uowForm02 .mktoForm input[type="url"]:not(:placeholder-shown), body .uowForm02 .mktoForm input[type="email"]:not(:placeholder-shown), body .uowForm02 .mktoForm input[type="tel"]:not(:placeholder-shown), body .uowForm02 .mktoForm input[type="number"]:not(:placeholder-shown), body .uowForm02 .mktoForm input[type="date"]:not(:placeholder-shown){
    background-color: #ffffff !important;color: #001641 !important;
} 

body .uowForm02 .mktoButtonRow { text-align: center !important;width: 100% !important; margin-top:1px !important;display:flex !important;align-items: center;justify-content: center;}
body .uowForm02 .mktoButton {width: 100% !important; height: auto !important; position: relative !important; background-color:#ed0a00 !important; background-image: none !important; border:none !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; -ms-border-radius: 0px !important; -o-border-radius: 0px !important; border-radius: 0px !important; padding: 18px 15px !important;text-transform: uppercase !important; color: #ffffff !important; font-size: 24px !important; line-height: normal !important; font-weight: 700 !important; font-family: var(--body-font-family) !important; float: none; display: block; max-width: 100% !important; margin: 0 !important; margin-left: 0 !important; transition: 0.5s; -webkit-transition: 0.5s;text-align: center !important;cursor: pointer;}
body .uowForm02 .mktoButton:hover, body .uowForm02 .mktoButton:focus, body .uowForm02 .mktoButton.active { background-color: #0033ff !important; } 


body .uowForm02 .mktoForm .mktoRadioList, .uowForm02 .mktoForm .mktoCheckboxList { padding: 0 !important; float: left; width: 100% !important; margin: 0 0 0px 0 !important; }
body .uowForm02 .mktoForm input[type="checkbox"].mktoField + label, .uowForm02 .mktoForm input[type="radio"].mktoField + label { position: relative !important; cursor: pointer !important; padding-left: 50px !important; width: auto !important; margin: 0 !important; line-height: 1.2 !important; font-size: 14px !important; color: #ffffff !important; font-family: var(--body-font-family) !important; font-weight: 400 !important; float: left; clear: both; font-style: normal !important; }
body .uowForm02 .mktoForm input[type="checkbox"].mktoField { opacity: 0; visibility: hidden; position: absolute; left: 0; top: 0; z-index: -99999; height: 0; padding: 0 !important; border: 0px; }
body .uowForm02 .mktoForm input[type="checkbox"].mktoField:not(old) + label { position: relative; cursor: pointer; padding-left: 49px; width: auto; }
body .uowForm02 .mktoForm input[type="checkbox"].mktoField:not(old) + label {font-size: 14px !important;line-height: 1.2 !important;color: #ffffff !important;font-weight: 400 !important; position: relative; left: 0; top: 0; content: ''; min-height: 34px; background-image: url(https://mkto.uow.edu.au/rs/373-YPK-199/images/uow_check_icon1.png?version=1); background-repeat: no-repeat; background-position: left 0px; background-size: 36px; height: inherit !important; padding-top: 8px !important;
    margin-bottom: 20px !important;} 
body .uowForm02 .mktoForm input[type="checkbox"].mktoField:not(old):checked + label {background-image: url(https://mkto.uow.edu.au/rs/373-YPK-199/images/uow_check_icon2.png);}

body .uowForm02 .mktoForm input[type="radio"].mktoField { opacity: 0; visibility: hidden; position: absolute; left: 0; top: 0; z-index: -99999; }
body .uowForm02 .mktoForm input[type="radio"].mktoField:not(old) + label { position: relative; cursor: pointer; padding-left: 50px; margin-bottom: 0 !important; width: auto; }
body .uowForm02 .mktoForm input[type="radio"].mktoField:not(old) + label {font-size: 14px !important;line-height: 1.2 !important;  color: #ffffff !important;
  font-weight: 400 !important; position: relative; left: 0; top: 0; content: ''; min-height: 34px; background-image: url('https://mkto.uow.edu.au/rs/373-YPK-199/images/uow_radio_icon1.png'); background-repeat: no-repeat; background-position: left 0px; background-size: 36px; height: inherit !important; padding-top: 8px !important;
  margin-bottom: 20px !important;}
body .uowForm02 .mktoForm input[type="radio"].mktoField:not(old):checked + label {background-image: url('https://mkto.uow.edu.au/rs/373-YPK-199/images/uow_radio_icon2.png');}

body .uowForm02 .mktoForm input[type="radio"].mktoField:not(old) + label:last-child{margin-bottom: 0px !important;}

body .uowForm02 .mktoForm select.mktoField{overflow-x: hidden !important;  text-overflow: ellipsis;line-height: normal !important;
    padding-right: 40px !important;padding-left: 30px !important;  margin-left: 0px !important; background: #415171 url("https://mkto.uow.edu.au/rs/373-YPK-199/images/uow_down_arrow_white.png?version=1") no-repeat 96% center !important;background-size: 16px !important; color: #ffffff !important; cursor: pointer; -webkit-appearance:none; -ms-appearance:none; -moz-appearance:none; -o-appearance:none; appearance:none; }
body .uowForm02 .mktoForm select::-ms-expand {display: none !important;}



/* uowForm03 Form CSS */
body .uowForm03 input::-webkit-input-placeholder {color: var(--form3-placeholder-color) !important;opacity:1 !important;}
body .uowForm03 input:-moz-placeholder {color: var(--form3-placeholder-color) !important;opacity:1 !important;}
body .uowForm03 input::-moz-placeholder {color: var(--form3-placeholder-color) !important;opacity:1 !important;}
body .uowForm03 input:-ms-input-placeholder {color: var(--form3-placeholder-color) !important;opacity:1 !important; }
body .uowForm03 textarea::-webkit-input-placeholder { color: var(--form3-placeholder-color) !important;opacity:1 !important;}
body .uowForm03 textarea:-moz-placeholder { color: var(--form3-placeholder-color) !important;opacity:1 !important;}
body .uowForm03 textarea::-moz-placeholder { color: var(--form3-placeholder-color) !important;opacity:1 !important;}
body .uowForm03 textarea:-ms-input-placeholder { color: var(--form3-placeholder-color) !important;opacity:1 !important; }

body .uowForm03 .mktoForm .mktoFormRow{padding-bottom: 0px !important;display: flex !important;column-gap: 20px !important;}
body .uowForm03 .mktoForm .mktoFieldWrap{margin-bottom: 20px !important;}
body .uowForm03 .mktoForm .mktoHtmlText .mktoFieldWrap{margin-bottom: 0px !important;}

body .uowForm03 .mktoForm .mktoLabel {display: none !important; color: #001641 !important; font-size: 20px !important; line-height: 32px !important; font-weight: 400 !important; font-family: var(--body-font-family) !important; padding: 0px 0 10px 0 !important; width: 100% !important;}
body .uowForm03 .mktoForm .mktoHtmlText  h5{padding: 0 0 12px 0 !important; margin-bottom: 2px; font-size: 18px;line-height: 20px;color: #001641 !important;font-weight: 700;font-family: var(--body-font-family) !important;}
body .uowForm03 .mktoForm .mktoHtmlText  p{padding: 0 0 12px 0 !important;font-size: 16px;line-height: 24px;color: #001641 !important;font-weight: 400;font-family: var(--body-font-family) !important;}
body .uowForm03 .mktoForm .mktoHtmlText  ul {padding-left: 0px;}
body .uowForm03 .mktoForm .mktoHtmlText  ul li{padding: 0 !important;padding-left: 18px !important; font-size: 16px;line-height: 24px;color: #001641 !important;font-weight: 400;font-family: var(--body-font-family) !important;}
body .uowForm03 .mktoForm fieldset .mktoFormRow{display: flex !important; column-gap: 20px !important;}
body .uowForm03 .mktoForm .mktoHtmlText  ul li::before{width: 8px;height: 8px;top: 7px;}

body .uowForm03 .mktoForm .mktoHtmlText.mktoHasWidth{display: block !important;  color: #001641 !important; font-size: 20px !important; line-height: 32px !important;  font-weight: 400 !important;  font-family: var(--body-font-family) !important;
    width: 100% !important;}
body .uowForm03 .mktoForm input[type="text"], body .uowForm03 .mktoForm input[type="url"], body .uowForm03 .mktoForm input[type="email"], body .uowForm03 .mktoForm input[type="tel"], body .uowForm03 .mktoForm input[type="number"], body .uowForm03 .mktoForm input[type="date"], body .uowForm03 .mktoForm textarea.mktoField, body .uowForm03 .mktoForm select.mktoField 
{width: 100% !important; float: left; padding: 12px 20px !important; color: #888888 !important; background-color: #ffffff !important; font-size: 20px !important; font-family: var(--body-font-family) !important; font-weight: 400 !important; outline: 0 !important; line-height: 1 !important; border: 1px solid  #cacaca !important; margin-bottom: 0px !important; box-shadow: none !important; appearance:none !important; -webkit-appearance:none !important; -webkit-box-shadow: none !important; height: 65px !important; }
body .uowForm03 .mktoForm textarea.mktoField{border: 1px solid #cccccc !important;padding: 22px 20px !important;resize: none !important;height: 120px !important;}
body .uowForm03 .mktoForm input[type="text"]:focus-visible, body .uowForm03 .mktoForm input[type="url"]:focus-visible, body .uowForm03 .mktoForm input[type="email"]:focus-visible, body .uowForm03 .mktoForm input[type="tel"]:focus-visible, body .uowForm03 .mktoForm input[type="number"]:focus-visible, body .uowForm03 .mktoForm input[type="date"]:focus-visible, body .uowForm03 .mktoForm textarea.mktoField:focus-visible, body .uowForm03 .mktoForm select.mktoField :focus-visible
{outline: 0!important;border: 1px solid #221df5 !important;background-color: #ffffff !important;color: #001641 !important;}

body .uowForm03 .mktoForm input[type="text"]:not(:placeholder-shown), body .uowForm03 .mktoForm input[type="url"]:not(:placeholder-shown), body .uowForm03 .mktoForm input[type="email"]:not(:placeholder-shown), body .uowForm03 .mktoForm input[type="tel"]:not(:placeholder-shown), body .uowForm03 .mktoForm input[type="number"]:not(:placeholder-shown), body .uowForm03 .mktoForm input[type="date"]:not(:placeholder-shown), body .uowForm03 .mktoForm textarea.mktoField:not(:placeholder-shown), body .uowForm03 .mktoForm select.mktoField:not(:placeholder-shown){
    background-color: #ffffff !important;color: #001641 !important;
} 


body .uowForm03 .mktoButtonRow {margin: 0 auto; text-align: center !important;width: fit-content !important; margin-top:10px !important;display:flex !important;align-items: center;justify-content: center;}
body .uowForm03 .mktoButton {width: fit-content !important; height: auto !important; position: relative !important; background-color:#ed0a00 !important; background-image: none !important; border:none !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; -ms-border-radius: 0px !important; -o-border-radius: 0px !important; border-radius: 0px !important; padding: 18px 70px !important;text-transform: uppercase !important; color: #ffffff !important; font-size: 20px !important; line-height: normal !important; font-weight: 700 !important; font-family: var(--body-font-family) !important; float: none; display: block; max-width: fit-content !important; margin: 0 !important; margin-left: 0 !important; transition: 0.5s; -webkit-transition: 0.5s;text-align: center !important;cursor: pointer;}
body .uowForm03 .mktoButton:hover, body .uowForm03 .mktoButton:focus, body .uowForm03 .mktoButton.active { background-color: #0033ff !important; } 


body .uowForm03 .mktoForm .mktoRadioList, .uowForm03 .mktoForm .mktoCheckboxList { padding: 0 !important; float: left; width: 100% !important; margin: 5px 0 0px 0 !important; }
body .uowForm03 .mktoForm input[type="checkbox"].mktoField + label, .uowForm03 .mktoForm input[type="radio"].mktoField + label { position: relative !important; cursor: pointer !important; padding-left: 50px !important; width: auto !important; margin: 0 !important; line-height: 1.2 !important; font-size: 14px !important; color: #ffffff !important; font-family: var(--body-font-family) !important; font-weight: 400 !important; float: left; clear: both; font-style: normal !important; }
body .uowForm03 .mktoForm input[type="checkbox"].mktoField { opacity: 0; visibility: hidden; position: absolute; left: 0; top: 0; z-index: -99999; height: 0; padding: 0 !important; border: 0px; }
body .uowForm03 .mktoForm input[type="checkbox"].mktoField:not(old) + label { position: relative; cursor: pointer; padding-left: 49px; width: auto; }
body .uowForm03 .mktoForm input[type="checkbox"].mktoField:not(old) + label {font-size: 18px !important;line-height: 1.2 !important;color: #888888 !important;font-weight: 400 !important; position: relative; left: 0; top: 0; content: ''; min-height: 34px; background-image: url(https://mkto.uow.edu.au/rs/373-YPK-199/images/uow_check_icon1_form3.png); background-repeat: no-repeat; background-position: left 0px; background-size: 36px; height: inherit !important; padding-top: 8px !important;
    margin-bottom: 20px !important;} 
body .uowForm03 .mktoForm input[type="checkbox"].mktoField:not(old):checked + label {background-image: url(https://mkto.uow.edu.au/rs/373-YPK-199/images/uow_check_icon2.png);color: #001641 !important;}

body .uowForm03 .mktoForm input[type="radio"].mktoField { opacity: 0; visibility: hidden; position: absolute; left: 0; top: 0; z-index: -99999; }
body .uowForm03 .mktoForm input[type="radio"].mktoField:not(old) + label { position: relative; cursor: pointer; padding-left: 50px; margin-bottom: 0 !important; width: auto; }
body .uowForm03 .mktoForm input[type="radio"].mktoField:not(old) + label {font-size: 18px !important;line-height: 1.2 !important;  color: #888888 !important;
  font-weight: 400 !important; position: relative; left: 0; top: 0; content: ''; min-height: 34px; background-image: url('https://mkto.uow.edu.au/rs/373-YPK-199/images/uow_radio_icon1_form3.png'); background-repeat: no-repeat; background-position: left 0px; background-size: 36px; height: inherit !important; padding-top: 8px !important;
  margin-bottom: 20px !important;}
body .uowForm03 .mktoForm input[type="radio"].mktoField:not(old):checked + label {background-image: url('https://mkto.uow.edu.au/rs/373-YPK-199/images/uow_radio_icon2.png');color: #001641 !important;}

body .uowForm03 .mktoForm select.mktoField{overflow-x: hidden !important;  text-overflow: ellipsis;line-height: normal !important;
    padding-right: 40px !important;padding-left: 20px !important;  margin-left: 0px !important; background: #ffffff url("https://mkto.uow.edu.au/rs/373-YPK-199/images/uow_down_arrow.png") no-repeat 95% center !important;background-size: 16px !important; color: #888888 !important; cursor: pointer; -webkit-appearance:none; -ms-appearance:none; -moz-appearance:none; -o-appearance:none; appearance:none; }
body .uowForm03 .mktoForm select::-ms-expand {display: none !important;}


/* uowForm04 Form CSS */
body .uowForm04 input::-webkit-input-placeholder {color: var(--form4-placeholder-color) !important;opacity:1 !important;}
body .uowForm04 input:-moz-placeholder {color: var(--form4-placeholder-color) !important;opacity:1 !important;}
body .uowForm04 input::-moz-placeholder {color: var(--form4-placeholder-color) !important;opacity:1 !important;}
body .uowForm04 input:-ms-input-placeholder {color: var(--form4-placeholder-color) !important;opacity:1 !important; }
body .uowForm04 textarea::-webkit-input-placeholder { color: var(--form4-placeholder-color) !important;opacity:1 !important;}
body .uowForm04 textarea:-moz-placeholder { color: var(--form4-placeholder-color) !important;opacity:1 !important;}
body .uowForm04 textarea::-moz-placeholder { color: var(--form4-placeholder-color) !important;opacity:1 !important;}
body .uowForm04 textarea:-ms-input-placeholder { color: var(--form4-placeholder-color) !important;opacity:1 !important; }

body .uowForm04 .mktoForm .mktoFormRow{padding-bottom: 0px !important;display: flex !important;column-gap: 20px !important;}
body .uowForm04 .mktoForm .mktoFieldWrap{margin-bottom: 28px !important;}
body .uowForm04 .mktoForm .mktoHtmlText .mktoFieldWrap{margin-bottom: 0px !important;}

body .uowForm04 .mktoForm .mktoLabel {display: block !important; color: #ffffff !important; font-size: 24px !important; line-height: 1.2 !important; font-weight: 700 !important; font-family: var(--body-font-family) !important; padding: 0px 0 10px 0 !important; width: 100% !important;}
body .uowForm04 .mktoForm .mktoHtmlText  h5{padding: 0 0 12px 0 !important; margin-bottom: 2px; font-size: 18px;line-height: 20px;color: #ffffff !important;font-weight: 700;font-family: var(--body-font-family) !important;}
body .uowForm04 .mktoForm .mktoHtmlText  p{padding: 0 0 12px 0 !important;font-size: 16px;line-height: 24px;color: #ffffff !important;font-weight: 400;font-family: var(--body-font-family) !important;}
body .uowForm04 .mktoForm .mktoHtmlText  ul {padding-left: 0px;}
body .uowForm04 .mktoForm .mktoHtmlText  ul li{padding: 0 !important;padding-left: 18px !important; font-size: 16px;line-height: 24px;color: #ffffff !important;font-weight: 400;font-family: var(--body-font-family) !important;}
body .uowForm04 .mktoForm fieldset .mktoFormRow{display: flex !important; column-gap: 24px !important;}
body .uowForm04 .mktoForm .mktoHtmlText  ul li::before{width: 8px;height: 8px;top: 7px;}

body .uowForm04 .mktoForm .mktoHtmlText.mktoHasWidth {display: block !important;padding-top: 30px; border-top: 2px dashed #ffffff; color: #ffffff !important; font-size: 24px !important; line-height: 1.2 !important;  font-weight: 700 !important;
    font-family: var(--body-font-family) !important; width: 100% !important;}

body .uowForm04 .mktoForm input[type="text"], body .uowForm04 .mktoForm input[type="url"], body .uowForm04 .mktoForm input[type="email"], body .uowForm04 .mktoForm input[type="tel"], body .uowForm04 .mktoForm input[type="number"], body .uowForm04 .mktoForm input[type="date"], body .uowForm04 .mktoForm textarea.mktoField, body .uowForm04 .mktoForm select.mktoField 
{width: 100% !important; float: left; padding: 12px 20px !important; color: #888888 !important; background-color: #ffffff !important; font-size: 24px !important; font-family: var(--body-font-family) !important; font-weight: 400 !important; outline: 0 !important; line-height: 1 !important; border: 1px solid  #221df5 !important; margin-bottom: 0px !important; box-shadow: none !important; appearance:none !important; -webkit-appearance:none !important; -webkit-box-shadow: none !important; height: 73px !important; }
body .uowForm04 .mktoForm textarea.mktoField{border: 1px solid #221df5 !important;padding: 22px 20px !important;resize: none !important;height: 193px !important;margin-top: 17px;}
body .uowForm04 .mktoForm input[type="text"]:focus-visible, body .uowForm04 .mktoForm input[type="url"]:focus-visible, body .uowForm04 .mktoForm input[type="email"]:focus-visible, body .uowForm04 .mktoForm input[type="tel"]:focus-visible, body .uowForm04 .mktoForm input[type="number"]:focus-visible, body .uowForm04 .mktoForm input[type="date"]:focus-visible, body .uowForm04 .mktoForm textarea.mktoField:focus-visible, body .uowForm04 .mktoForm select.mktoField :focus-visible
{outline: 0!important;border: 4px solid #221df5 !important;background-color: #ffffff !important;color: #221df5 !important;}

body .uowForm04 .mktoForm input[type="text"]:not(:placeholder-shown), body .uowForm04 .mktoForm input[type="url"]:not(:placeholder-shown), body .uowForm04 .mktoForm input[type="email"]:not(:placeholder-shown), body .uowForm04 .mktoForm input[type="tel"]:not(:placeholder-shown), body .uowForm04 .mktoForm input[type="number"]:not(:placeholder-shown), body .uowForm04 .mktoForm input[type="date"]:not(:placeholder-shown){
    background-color: #ffffff !important;color: #221df5 !important;
} 

body .uowForm04 .mktoButtonRow {margin: 0 auto; text-align: center !important;width: fit-content !important; margin-top:40px !important;display:flex !important;align-items: center;justify-content: center;}
body .uowForm04 .mktoButton {width: fit-content !important; height: auto !important; position: relative !important; background-color:#ed0a00 !important; background-image: none !important; border:none !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; -ms-border-radius: 0px !important; -o-border-radius: 0px !important; border-radius: 0px !important; padding: 18px 121px !important;text-transform: uppercase !important; color: #ffffff !important; font-size: 24px !important; line-height: normal !important; font-weight: 700 !important; font-family: var(--body-font-family) !important; float: none; display: block; max-width: fit-content !important; margin: 0 !important; margin-left: 0 !important; transition: 0.5s; -webkit-transition: 0.5s;text-align: center !important;cursor: pointer;}
body .uowForm04 .mktoButton:hover, body .uowForm04 .mktoButton:focus, body .uowForm04 .mktoButton.active { background-color: #0033ff !important; } 


body .uowForm04 .mktoForm .mktoRadioList, .uowForm04 .mktoForm .mktoCheckboxList { padding: 0 !important; float: left; width: 100% !important; margin: 18px 0 0px 0 !important; }
body .uowForm04 .mktoForm input[type="checkbox"].mktoField + label, .uowForm04 .mktoForm input[type="radio"].mktoField + label { position: relative !important; cursor: pointer !important; padding-left: 50px !important; width: auto !important; margin: 0 !important; line-height: 1.2 !important; font-size: 20px !important; color: #ffffff !important; font-family: var(--body-font-family) !important; font-weight: 400 !important; float: left; clear: both; font-style: normal !important; }
body .uowForm04 .mktoForm input[type="checkbox"].mktoField { opacity: 0; visibility: hidden; position: absolute; left: 0; top: 0; z-index: -99999; height: 0; padding: 0 !important; border: 0px; }
body .uowForm04 .mktoForm input[type="checkbox"].mktoField:not(old) + label { position: relative; cursor: pointer; padding-left: 49px; width: auto; }
body .uowForm04 .mktoForm input[type="checkbox"].mktoField:not(old) + label {font-size: 20px !important;line-height: 1.2 !important;color: #ffffff !important;font-weight: 400 !important; position: relative; left: 0; top: 0; content: ''; min-height: 34px; background-image: url(https://mkto.uow.edu.au/rs/373-YPK-199/images/uow_check_icon1.png?version=1); background-repeat: no-repeat; background-position: left 0px; background-size: 36px; height: inherit !important; padding-top: 5px !important;
    margin-bottom: 20px !important;} 
body .uowForm04 .mktoForm input[type="checkbox"].mktoField:not(old):checked + label {background-image: url(https://mkto.uow.edu.au/rs/373-YPK-199/images/uow_check_icon2.png);color: #ffffff !important;font-weight: 700 !important;}

body .uowForm04 .mktoForm input[type="radio"].mktoField { opacity: 0; visibility: hidden; position: absolute; left: 0; top: 0; z-index: -99999; }
body .uowForm04 .mktoForm input[type="radio"].mktoField:not(old) + label { position: relative; cursor: pointer; padding-left: 50px; margin-bottom: 0 !important; width: auto; }
body .uowForm04 .mktoForm input[type="radio"].mktoField:not(old) + label {font-size: 20px !important;line-height: 1.2 !important;  color: #ffffff !important;
  font-weight: 400 !important; position: relative; left: 0; top: 0; content: ''; min-height: 34px; background-image: url('https://mkto.uow.edu.au/rs/373-YPK-199/images/uow_radio_icon1.png'); background-repeat: no-repeat; background-position: left 0px; background-size: 36px; height: inherit !important; padding-top: 5px !important;
  margin-bottom: 20px !important;}
body .uowForm04 .mktoForm input[type="radio"].mktoField:not(old):checked + label {background-image: url('https://mkto.uow.edu.au/rs/373-YPK-199/images/uow_radio_icon2.png');color: #ffffff !important;font-weight: 700 !important;}


body .uowForm04 .mktoForm select.mktoField{overflow-x: hidden !important;  text-overflow: ellipsis;line-height: normal !important;
    padding-right: 40px !important;padding-left: 30px !important;  margin-left: 0px !important; background: #ffffff url("https://mkto.uow.edu.au/rs/373-YPK-199/images/uow_down_arrow.png") no-repeat 95% center !important;background-size: 16px !important; color: #888888 !important; cursor: pointer; -webkit-appearance:none; -ms-appearance:none; -moz-appearance:none; -o-appearance:none; appearance:none; }
body .uowForm04 .mktoForm select::-ms-expand {display: none !important;}


/* #Media Queries
================================================== */
@media (min-width: 2560px) {

	/* uowForm01 Style */
	body .uowForm01 .mktoForm .mktoLabel{font-size: 26px !important;padding: 0px 0 16px 0 !important;}
	body .uowForm01 .mktoForm input[type="text"], body .uowForm01 .mktoForm input[type="url"], body .uowForm01 .mktoForm input[type="email"], body .uowForm01 .mktoForm input[type="tel"], body .uowForm01 .mktoForm input[type="number"], body .uowForm01 .mktoForm input[type="date"], body .uowForm01 .mktoForm textarea.mktoField, body .uowForm01 .mktoForm select.mktoField{
		padding: 24px 40px !important;font-size: 30px !important;    height: 75px !important;
	}
	body .uowForm01 .mktoForm input[type="checkbox"].mktoField:not(old) + label{font-size: 24px !important;}
	body .uowForm01 .mktoForm input[type="radio"].mktoField:not(old) + label{font-size: 24px !important;}
	body .uowForm01 .mktoButton{padding: 30px 20px !important;  font-size: 30px !important;}

	/* uowForm02 Style */
	body .uowForm02 .mktoForm .mktoLabel{font-size: 26px !important;padding: 0px 0 16px 0 !important;}
	body .uowForm02 .mktoForm input[type="text"], body .uowForm02 .mktoForm input[type="url"], body .uowForm02 .mktoForm input[type="email"], body .uowForm02 .mktoForm input[type="tel"], body .uowForm02 .mktoForm input[type="number"], body .uowForm02 .mktoForm input[type="date"], body .uowForm02 .mktoForm textarea.mktoField, body .uowForm02 .mktoForm select.mktoField{
		padding: 24px 40px !important;font-size: 30px !important;    height: 75px !important;
	}
	body .uowForm02 .mktoForm input[type="checkbox"].mktoField:not(old) + label{font-size: 24px !important;}
	body .uowForm02 .mktoForm input[type="radio"].mktoField:not(old) + label{font-size: 24px !important;}
	body .uowForm02 .mktoButton{padding: 30px 20px !important;  font-size: 30px !important;}

	/* uowForm03 Style */
	body .uowForm03 .mktoForm .mktoLabel{font-size: 26px !important;padding: 0px 0 16px 0 !important;}
	body .uowForm03 .mktoForm input[type="text"], body .uowForm03 .mktoForm input[type="url"], body .uowForm03 .mktoForm input[type="email"], body .uowForm03 .mktoForm input[type="tel"], body .uowForm03 .mktoForm input[type="number"], body .uowForm03 .mktoForm input[type="date"], body .uowForm03 .mktoForm textarea.mktoField, body .uowForm03 .mktoForm select.mktoField{
		padding: 24px 40px !important;font-size: 25px !important;    height: 75px !important;
	}
	body .uowForm03 .mktoForm input[type="checkbox"].mktoField:not(old) + label{font-size: 23px !important;padding-top: 5px !important;}
	body .uowForm03 .mktoForm input[type="radio"].mktoField:not(old) + label{font-size: 23px !important;padding-top: 5px !important;}
	body .uowForm03 .mktoButton{padding: 26px 130px !important;  font-size: 30px !important;}

	/* uowForm04 Style */
	body .uowForm04 .mktoForm .mktoLabel{font-size: 26px !important;padding: 0px 0 16px 0 !important;}
	body .uowForm04 .mktoForm input[type="text"], body .uowForm04 .mktoForm input[type="url"], body .uowForm04 .mktoForm input[type="email"], body .uowForm04 .mktoForm input[type="tel"], body .uowForm04 .mktoForm input[type="number"], body .uowForm04 .mktoForm input[type="date"], body .uowForm04 .mktoForm textarea.mktoField, body .uowForm04 .mktoForm select.mktoField{
		padding: 24px 40px !important;font-size: 25px !important;    height: 80px !important;
	}
	body .uowForm04 .mktoForm input[type="checkbox"].mktoField:not(old) + label{font-size: 23px !important;padding-top: 5px !important;}
	body .uowForm04 .mktoForm input[type="radio"].mktoField:not(old) + label{font-size: 23px !important;padding-top: 5px !important;}
	body .uowForm04 .mktoButton{padding: 26px 160px !important;  font-size: 30px !important;}


}



@media all and (max-width:1199px) {




}
@media all and (max-width:1024px) {



	/* uowForm01 Style */
	body .uowForm01 .mktoForm .mktoFieldWrap{margin-bottom: 20px !important;}
	body .uowForm01 .mktoButton{font-size: 18px !important;}
	body .uowForm01 .mktoForm input[type="text"], body .uowForm01 .mktoForm input[type="url"], body .uowForm01 .mktoForm input[type="email"], body .uowForm01 .mktoForm input[type="tel"], body .uowForm01 .mktoForm input[type="number"], body .uowForm01 .mktoForm input[type="date"], body .uowForm01 .mktoForm textarea.mktoField, body .uowForm01 .mktoForm select.mktoField{font-size: 16px !important;border-radius: 10px !important;-webkit-border-radius: 10px !important;
		-moz-border-radius: 10px !important;height: 56px !important;padding: 12px 18px !important;}
		body .uowForm01 .mktoForm textarea.mktoField{height: 120px !important;}
		body .uowForm01 .mktoForm select.mktoField{padding-right: 30px !important;}

	/* uowForm02 Style */
	body .uowForm02 .mktoForm .mktoFieldWrap{margin-bottom: 20px !important;}
	body .uowForm02 .mktoButton{font-size: 18px !important;}
	body .uowForm02 .mktoForm input[type="text"], body .uowForm02 .mktoForm input[type="url"], body .uowForm02 .mktoForm input[type="email"], body .uowForm02 .mktoForm input[type="tel"], body .uowForm02 .mktoForm input[type="number"], body .uowForm02 .mktoForm input[type="date"], body .uowForm02 .mktoForm textarea.mktoField, body .uowForm02 .mktoForm select.mktoField{font-size: 16px !important;border-radius: 0px !important;-webkit-border-radius: 0px !important;
		-moz-border-radius: 0px !important;height: 56px !important;padding: 12px 18px !important;}
	body .uowForm02 .mktoForm textarea.mktoField{height: 120px !important;}
	body .uowForm02 .mktoForm select.mktoField{padding-right: 30px !important;}

	/* uowForm03 Style */
	body .uowForm03 .mktoButton{font-size: 18px !important;padding: 20px 45px !important;}
	body .uowForm03 .mktoForm input[type="text"], body .uowForm03 .mktoForm input[type="url"], body .uowForm03 .mktoForm input[type="email"], body .uowForm03 .mktoForm input[type="tel"], body .uowForm03 .mktoForm input[type="number"], body .uowForm03 .mktoForm input[type="date"], body .uowForm03 .mktoForm textarea.mktoField, body .uowForm03 .mktoForm select.mktoField{font-size: 18px !important;border-radius: 10px !important;-webkit-border-radius: 10px !important;
		-moz-border-radius: 10px !important;height: 56px !important;padding: 12px 18px !important;}
	body .uowForm03 .mktoForm input[type="checkbox"].mktoField:not(old) + label{background-size: 28px;padding-top: 3px !important;padding-left: 40px !important;margin-bottom: 10px !important;}
	body .uowForm03 .mktoForm input[type="radio"].mktoField:not(old) + label{background-size: 28px;padding-top: 3px !important;padding-left: 40px !important;margin-bottom: 10px !important;}
	body .uowForm03 .mktoForm textarea.mktoField{height: 120px !important;}
	body .uowForm03 .mktoForm select.mktoField{padding-right: 30px !important;}

	/* uowForm04 Style */
	body .uowForm04 .mktoForm .mktoLabel{font-size: 20px !important;}
	body .uowForm04 .mktoButtonRow{margin-top: 10px !important;}
	body .uowForm04 .mktoButton{font-size: 18px !important;padding: 20px 80px !important;}
	body .uowForm04 .mktoForm input[type="text"], body .uowForm04 .mktoForm input[type="url"], body .uowForm04 .mktoForm input[type="email"], body .uowForm04 .mktoForm input[type="tel"], body .uowForm04 .mktoForm input[type="number"], body .uowForm04 .mktoForm input[type="date"], body .uowForm04 .mktoForm textarea.mktoField, body .uowForm04 .mktoForm select.mktoField{font-size: 18px !important;border-radius: 10px !important;-webkit-border-radius: 10px !important;
		-moz-border-radius: 10px !important;height: 56px !important;padding: 12px 18px !important;}
	body .uowForm04 .mktoForm input[type="checkbox"].mktoField:not(old) + label{font-size: 18px !important; background-size: 28px;padding-top: 2px !important;padding-left: 40px !important;margin-bottom: 10px !important;}
	body .uowForm04 .mktoForm input[type="radio"].mktoField:not(old) + label{font-size: 18px !important;background-size: 28px;padding-top: 2px !important;padding-left: 40px !important;margin-bottom: 10px !important;}
	body .uowForm04 .mktoForm textarea.mktoField{height: 150px !important;}
	body .uowForm04 .mktoForm select.mktoField{padding-right: 30px !important;}

	
	

}

@media all and (max-width:991px) {

}


@media all and (max-width:767px) {


	/* uowForm01 Style */
	body .uowForm01 .mktoForm .mktoFormRow{flex-direction: column !important;}
	body .uowForm01 .mktoForm .mktoFieldWrap{margin-bottom: 16px !important;}
	body .uowForm01 .mktoButton{font-size: 16px !important;}
	body .uowForm01 .mktoForm select.mktoField{padding-right: 50px !important; background: #415171 url("https://mkto.uow.edu.au/rs/373-YPK-199/images/uow_down_arrow_white.png?version=1") no-repeat 97% center !important;background-size: 16px !important;}


	/* uowForm02 Style */
	body .uowForm02 .mktoForm .mktoFormRow{flex-direction: column !important;}
	body .uowForm02 .mktoForm .mktoFieldWrap{margin-bottom: 16px !important;}
	body .uowForm02 .mktoButton{font-size: 16px !important;}
	body .uowForm02 .mktoForm select.mktoField{padding-right: 50px !important; background: #415171 url("https://mkto.uow.edu.au/rs/373-YPK-199/images/uow_down_arrow_white.png?version=1") no-repeat 97% center !important;background-size: 16px !important;}

	/* uowForm03 Style */
	body .uowForm03 .mktoForm .mktoFormRow{flex-direction: column !important;}
	body .uowForm03 .mktoForm fieldset .mktoFormRow{flex-direction: column;}
	body .uowForm03 .mktoButton{font-size: 16px !important;}
	body .uowForm03 .mktoForm select.mktoField{padding-right: 50px !important; background: #ffffff url("https://mkto.uow.edu.au/rs/373-YPK-199/images/uow_down_arrow.png") no-repeat 97% center !important;background-size: 16px !important;}

	/* uowForm04 Style */
	body .uowForm04 .mktoForm .mktoFormRow{flex-direction: column !important;}
	body .uowForm04 .mktoForm fieldset .mktoFormRow{flex-direction: column;}
	body .uowForm04 .mktoButton{font-size: 16px !important;width: 100% !important;padding: 20px 20px !important;
        max-width: 100% !important;}
	body .uowForm04 .mktoButtonRow span{width: 100% !important;}
	body .uowForm04 .mktoButtonRow{width: 100% !important;}
	body .uowForm04 .mktoForm select.mktoField{padding-right: 50px !important; background: #ffffff url("https://mkto.uow.edu.au/rs/373-YPK-199/images/uow_down_arrow.png") no-repeat 97% center !important;background-size: 16px !important;}

}
@media all and (max-width:480px) {


	body .uowForm01 .mktoForm select.mktoField{padding-right: 30px !important; background: #415171 url("https://mkto.uow.edu.au/rs/373-YPK-199/images/uow_down_arrow_white.png?version=1") no-repeat 95% center !important;background-size: 16px !important;}

	body .uowForm02 .mktoForm select.mktoField{padding-right: 30px !important; background: #415171 url("https://mkto.uow.edu.au/rs/373-YPK-199/images/uow_down_arrow_white.png?version=1") no-repeat 95% center !important;background-size: 16px !important;}

	body .uowForm03 .mktoForm select.mktoField{padding-right: 30px !important; background: #ffffff url("https://mkto.uow.edu.au/rs/373-YPK-199/images/uow_down_arrow.png") no-repeat 95% center !important;background-size: 16px !important;}

	body .uowForm04 .mktoForm select.mktoField{padding-right: 30px !important; background: #ffffff url("https://mkto.uow.edu.au/rs/373-YPK-199/images/uow_down_arrow.png") no-repeat 95% center !important;background-size: 16px !important;}


}



