/* Table of Content
 ==================================================
 #Page Structure
 */

/* #Page Structure
================================================== */
body { background: #fff; font-family: font-family: 'Metric', Arial, sans-serif; font-size: 16px; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; }
.em1{background:#005f6d}
.main {width: 100%; margin: auto auto; }
.pull-left{float:left !important;}
.pull-right{float:right !important;}
.m-b-50{margin-bottom:50px !important;}

/*Validation css starts*/
.form-area { float: right; width: calc(100% - 2px); background: #fff; padding:10px 34px; margin: 65px 0; font-family: 'Metric', Arial, sans-serif;}
.em1 .form-area{background:#005f6d}
.em1 .form-area h2, .em1 .form-area p, .em1 .form-area label{color:#fff;}
.form-area h2 {color: rgb(51, 51, 51); margin-bottom: 10px;font-size: 25px;line-height: 30px; font-weight:900;}
.form-area p {color: rgb(51, 51, 51); margin-bottom: 30px;font-size: 18px;line-height: 24px; font-weight:normal;}

.form-area h2 a{color:#e37222; text-decoration:underline;}
.form-area h2 a:hover{text-decoration:none;}
.form-area .name{float:left; width:100%;border-bottom: 1px solid #ededed;padding-bottom: 35px;}
.form-area label{width:100%; margin-bottom:6px; color:#49494B; font-weight:900; font-size:18px; float:left}
#login-form .inputsyle1 { float: left; width: 100%; padding: 10px 10px 6px; font-size: 18px; color: #333; border: 1px solid #ccc; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -webkit-appearance: none; box-shadow: none; background:#fff;height: 40px; margin-top:4px;}
#login-form textarea { float: left; width: 100%; padding: 10px 10px; font-size: 18px; color: #333333; border: 1px solid #ccc; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -webkit-appearance: none; box-shadow: none; background:#f9f9f9; height:130px; resize:none}

#login-form .form-row { float: left; width: 100%;  margin-bottom: 25px;}
#login-form .form-col { float: left; width: 48%; }
#login-form .submit-btn{ background:#e37222; border:1px solid #e37222; font-size:18px; color:#fff; padding:14px 50px 9px; cursor:pointer; float:none; margin:0 auto; display:inherit; font-weight:800; width:230px;}
#login-form .submit-btn:hover{background:#e37222;}
.safari #login-form .submit-btn{  padding:10px 50px 13px;}
.ie #login-form .submit-btn{  padding:13px 50px 10px;}
_:-ms-fullscreen, :root  #login-form .submit-btn{  padding:14px 50px 9px;}
#login-form span.error{margin-top: 7px;color: #FF0004;font-size: 18px;float:left;}

/*form validation styles goes here*/
#login-form .successmsg { color: #e37222; margin-top: 22px; display: none; font-size: 18px; line-height: 25px; float: left; width: 100%; font-weight: 700; text-align: center;}
.form-area .successmsg { color: #e37222; margin-top: 22px; font-size: 24px; line-height: 25px; float: left; width: 100%; font-weight: 700; text-align: center;}
#login-form input.error{ border-color: #FF0004 !important; }
#login-form .selectbox .error{ border-color: #FF0004 !important; }

.checkbox p{float:left; width:100%; margin-bottom:0px !important;}
.checkbox label{font-weight:normal; color:#333; width:auto; cursor:pointer}
.checkbox label a{color:rgb(51, 51, 51);}
.checkbox input{margin-right:10px;}
.em1 .checkbox label a{color:#fff;}
.form-check {display: flex;}

/*form validation styles ends here*/

/*Responsive styles goes here*/
@media all and (max-width:1200px) {
.form-area{margin: 25px 0;}
}

@media all and (max-width:767px) {
.form-area{padding: 10px 20px;}
}

@media all and (max-width:480px) {
#login-form .form-col{width:100%;}
#login-form .form-col input, #login-form .form-row{margin-bottom:10px;}
#login-form .submit-btn{font-weight: 700; padding: 10px;}
#login-form .inputsyle1{height: 35px;}
#login-form span.error {
    margin-top: 0px;
}
}



/* #General Styles
================================================== */
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; list-style: none; }
* { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option { margin: 0; padding: 0; border: 0; outline: 0;}
html { -webkit-text-size-adjust: none; }
nav ul, nav ol { list-style: none; list-style-image: none; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; box-shadow: none; font-family: 'Metric', Arial, sans-serif;}
input[type="button"], input[type="submit"] { -webkit-appearance: none !important; }
a { outline: none; cursor: pointer; }
a:hover { text-decoration: none; }
a:focus { text-decoration: none !important; outline: none !important; }

/*Placeholder opacity cross browsers*/
input::-webkit-input-placeholder { color: #999; opacity:1;} /* WebKit browsers */
input:-moz-placeholder { color: #999; opacity:1;} /* Mozilla Firefox 4 to 18 */
input::-moz-placeholder { color: #999; opacity:1;} /* Mozilla Firefox 19+ */
input:-ms-input-placeholder { color: #999; opacity:1;} /* Internet Explorer 10+ */
textarea::-webkit-input-placeholder { color: #999; opacity:1;} /* WebKit browsers */
textarea:-moz-placeholder { color: #999; opacity:1;} /* Mozilla Firefox 4 to 18 */
textarea::-moz-placeholder { color: #999; opacity:1;} /* Mozilla Firefox 19+ */
textarea:-ms-input-placeholder { color: #999; opacity:1;} /* Internet Explorer 10+ */
button::-moz-focus-inner, input[type="submit"]::-moz-focus-inner {border: 0;}


/* #Rebrand Styles*/

.au-rebrand, .au-rebrand .form-area, .au-rebrand button, .au-rebrand input, .au-rebrand select, .au-rebrand textarea, .au-rebrand select {
 font-family: 'Roboto', Arial, sans-serif!important;
}

.au-rebrand #login-form .inputsyle1,
.au-rebrand #login-form textarea{
    padding: 12px 15px;
    font-size: 16px;
    color: #2a2a2a;
    background: rgba(240,236,225,0.5);
    height: 49px;
    border: none;
    margin-top: 0;
}

.au-rebrand #login-form .inputsyle1:focus,
.au-rebrand #login-form textarea:focus ,
.au-rebrand #login-form select:focus {
  outline: 1px solid #2a2a2a;
  border-radius: 3px;
}

.au-rebrand #login-form textarea{
   height: 130px;
}

.au-rebrand #login-form select {
    background-color: rgba(240,236,225,0.5)!important;
    padding: 12px 15px!important;
    height: 48px!important;
    line-height: 1!important;
    font-size: 14px!important;
    border: none!important;
    margin-top: 0;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='24px' viewBox='0 0 24 24' version='1.1'%3E%3Ctitle%3E7A087E00-E3CD-46BA-9751-F32161809001%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='General-Enquiries---Email-(D)' transform='translate(-761.000000, -1430.000000)' fill='%232A2A2A' fill-rule='nonzero'%3E%3Cg id='Inputs-/-Light-/-Drop-Down-/-Placeholder' transform='translate(447.000000, 1418.000000)'%3E%3Cg id='Control' transform='translate(314.000000, 12.000000)'%3E%3Cpolygon id='Line' points='17 9 12 15 7 9'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-size: auto!important;
}

.au-rebrand #login-form .submit-btn {
    background: #fc5400;
    border: 1px solid #fc5400;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    padding: 14px 30px;
    font-weight: 500;
    width: auto;
    border-radius: 3px;
}

.au-rebrand #login-form .checkbox label {
    font-size: 14px;
    font-family: 'Roboto', Arial, sans-serif;
}

.au-rebrand #login-form label a ,
.au-rebrand p a {
    color: #fc5400;
}

.au-rebrand p a {
    text-decoration: none;
}

.au-rebrand .form-area label {
    color: #2a2a2a;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
}
.au-rebrand #login-form span.error {
    font-size: 14px;
}

.au-rebrand #login-form .name {
    padding-bottom: 26px;
}

.au-rebrand #login-form .form-row > .disclaimer-label {
    margin-top: 0!important;
}


@media (min-width: 481px) {
  .au-rebrand #login-form .form-col {
     width: 48.52%;
  }
}

.au-rebrand .m-b-15 {
  margin-bottom: 0;
}
.au-rebrand .form-flex-column {
  display: flex;
  flex-direction: column;
}
.au-rebrand .form-flex-column .form-col {
    width: 100%!important;
}

.au-rebrand .form-flex-column .form-col:not(:last-child) {
   margin-bottom: 25px;
}
.au-rebrand .chosen-single {
  background: rgba(240, 236, 225, 0.5) !important;
  padding: 18px 15px !important;
  height: 48px !important;
  line-height: 1 !important;
  font-size: 14px !important;
  border: none !important;
  margin-top: 0;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='24px' viewBox='0 0 24 24' version='1.1'%3E%3Ctitle%3E7A087E00-E3CD-46BA-9751-F32161809001%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='General-Enquiries---Email-(D)' transform='translate(-761.000000, -1430.000000)' fill='%232A2A2A' fill-rule='nonzero'%3E%3Cg id='Inputs-/-Light-/-Drop-Down-/-Placeholder' transform='translate(447.000000, 1418.000000)'%3E%3Cg id='Control' transform='translate(314.000000, 12.000000)'%3E%3Cpolygon id='Line' points='17 9 12 15 7 9'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")!important;
  background-repeat: no-repeat !important;
  background-position: 97% 50% !important;
  background-size: auto !important;
}

.au-rebrand .form-row-border-top {
    border-top: 1px solid #f0ece1!important;
    padding-top: 25px;
}

.au-rebrand .form-row h3.row-section-heading {
    font-size: 18px!important;
    font-weight: 500!important;
    margin-top: 0!important;
}

/* form on sandstone bg*/

.au-rebrand.bg-sandstone {
    background-color: #F0ECE1!important;
    height: 100vh;
}

.au-rebrand.bg-sandstone .form-area{
    background-color: #F0ECE1!important;
    padding: 0 1px!important;
}

.au-rebrand.bg-sandstone #login-form .inputsyle1,
.au-rebrand.bg-sandstone #login-form textarea,
.au-rebrand.bg-sandstone #login-form select {
    background-color: #fff!important;
    border: 1px solid #D0CCBF!important;
}



/* au rebrand checkbox, radio button styles */

.au-rebrand.au-rebrand-radio-checkbox label a, .au-rebrand.au-rebrand-radio-checkbox label a:hover {
  color: #fc5400;
  }

  .au-rebrand.au-rebrand-radio-checkbox .form-row h2,
  .au-rebrand.au-rebrand-radio-checkbox .form-row h3 {
  font-family: 'Roboto', Arial, sans-serif;
  }
  .au-rebrand.au-rebrand-radio-checkbox .form-row h2 {
  font-size: 18px;
  font-weight: 500;
  }
  .au-rebrand.au-rebrand-radio-checkbox .form-row h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  }
  .au-rebrand.au-rebrand-radio-checkbox .form-row-border-top {
  border-top: 1px solid #f0ece1!important;
  padding-top: 25px;
  }
  .au-rebrand.au-rebrand-radio-checkbox .form-row > .form-check {
  margin-bottom: 14px;
  }

  .au-rebrand.au-rebrand-radio-checkbox input[type=radio] {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    left: -99999px;
  }

  .au-rebrand.au-rebrand-radio-checkbox input[type=radio]:focus + label:before {
    box-shadow: 0 0 2px 1px #2a2a2a!important;
  }

  *, :after, :before {
      box-sizing: border-box;
  }

  .au-rebrand.au-rebrand-radio-checkbox .form-row .inline {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
  }

  .au-rebrand.au-rebrand-radio-checkbox .form-row > .form-check,
    .au-rebrand.au-rebrand-radio-checkbox .form-col > .form-check {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
    }

  .au-rebrand.au-rebrand-radio-checkbox .form-row .inline .form-check {
      padding-right: 30px;
  }

  .au-rebrand.au-rebrand-radio-checkbox input[type=radio]+label {
      padding-left: 32px;
      position: relative;
      cursor: pointer;
      font-size: 14px;
      margin-bottom: 0;
  }

  .au-rebrand.au-rebrand-radio-checkbox input[type=radio]+label:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: -2px;
      width: 24px;
      min-width: 24px;
      height: 24px;
      min-height: 24px;
      border: 1.5px solid #2a2a2a;
      border-radius: 100%;
      transition: all .3s ease;
  }

  .au-rebrand.au-rebrand-radio-checkbox input[type=radio]:checked+label:before {
      border: 8px solid #fc5400;
      background: #000;
  }
  .au-rebrand.au-rebrand-radio-checkbox input[type=radio]+label:hover:before {
      border-color: #fc5400;
  }

  .au-rebrand.au-rebrand-radio-checkbox input[type=checkbox] {
      position: absolute;
      width: 0;
      height: 0;
      opacity: 0;
      left: -99999px;
  }

  .au-rebrand.au-rebrand-radio-checkbox input[type=checkbox]:focus + label:before {
    box-shadow: 0 0 2px 1px #2a2a2a!important;
  }

  .au-rebrand.au-rebrand-radio-checkbox input[type=checkbox] {
      opacity: 0;
  }
  .au-rebrand.au-rebrand-radio-checkbox input[type=checkbox], .au-rebrand.au-rebrand-radio-checkbox input[type=radio] {
      box-sizing: border-box;
      padding: 0;
  }

  .au-rebrand.au-rebrand-radio-checkbox input[type=checkbox]+label {
      padding-left: 35px;
      margin-left: 0;
      position: relative;
      cursor: pointer;
      font-size: 15px;
      margin-bottom: 0;
  }

  .au-rebrand.au-rebrand-radio-checkbox input[type=checkbox]+label:before {
      content: "";
      display: block;
      position: absolute;
      top: unset;
      left: 0;
      width: 24px;
      min-width: 24px;
      height: 24px;
      min-height: 24px;
      border: 1.5px solid #2a2a2a;
      transition: all .2s ease-in-out;
  }
  .au-rebrand.au-rebrand-radio-checkbox input[type=checkbox]+label:after {
      background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDE3MiAxNzIiPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSJub25lIiBzdHJva2UtbGluZWpvaW49Im5vbmUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZm9udC1mYW1pbHk9Im5vbmUiIGZvbnQtd2VpZ2h0PSJub25lIiBmb250LXNpemU9Im5vbmUiIHRleHQtYW5jaG9yPSJub25lIiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6bm9ybWFsIj48cGF0aCBkPSJNMTY3LjI3IDM4LjE3TDU5LjMzMyAxNDYuOTUxIDQuNzMgOTIuNzcybDkuNTI0LTkuNzM1IDQ1LjA4IDQ0Ljg2OCA5OC40MTItOTkuNDcxeiIgZmlsbD0iIzAwMCIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iOS40NSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxwYXRoIGQ9Ik00LjczIDE2Ny4yN1Y0LjczaDE2Mi41NHYxNjIuNTR6Ii8+PHBhdGggZD0iTTE1Ny43NDYgMjguNDM0bC05OC40MTMgOTkuNDctNDUuMDgtNDQuODY3LTkuNTIzIDkuNzM1IDU0LjYwMyA1NC4xOEwxNjcuMjcgMzguMTd6IiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlLWxpbmVqb2luPSJtaXRlciIvPjxwYXRoIGQ9Ik00LjczIDE2Ny4yN1Y0LjczaDE2Mi41NHYxNjIuNTR6Ii8+PHBhdGggZD0iTTcuOTggMTY0LjAyVjcuOThoMTU2LjA0djE1Ni4wNHoiLz48L2c+PC9zdmc+) no-repeat 50%;
      background-color: #636466;
      background-size: 100%;
      border: 5px inset transparent;
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
      transition: all .2s ease-in-out;
      z-index: 1;
  }


  .au-rebrand.au-rebrand-radio-checkbox input[type=checkbox]+label:after {
      top: 0;
      left: 0;
      width: 24px;
      min-width: 24px;
      height: 24px;
      min-height: 24px;
      background-color: #fc5400;
  }
  .au-rebrand.au-rebrand-radio-checkbox input[type=checkbox]:checked+label:before {
      border: 8px solid #fc5400;
  }

  .au-rebrand.au-rebrand-radio-checkbox input[type=checkbox]:checked+label:after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
  }

  .au-rebrand.au-rebrand-radio-checkbox input[type=checkbox]+label:focus:before, .au-rebrand.au-rebrand-radio-checkbox input[type=checkbox]+label:hover:before {
      border-color: #fc5400;
  }

  .au-rebrand.au-rebrand-radio-checkbox input[type=checkbox]+label:after, .au-rebrand.au-rebrand-radio-checkbox input[type=checkbox]+label:before {
      content: " ";
      display: block;
      height: 24px;
      left: 0;
      position: absolute;
      width: 24px;
  }

  .au-rebrand.au-rebrand-radio-checkbox .form-row-custominput {
    display: flex;
    width: 100%;
  }

  .au-rebrand.au-rebrand-radio-checkbox .form-row-custominput .custominput{
    width: auto!important;
    float: none!important;
  }
  
  
  .au-rebrand.au-rebrand-radio-checkbox .form-row-custominput .custominput:first-child{
    margin-right: 44px;
  }
