/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 28 February 2019 20:57:52
*/


.content .body.inside.no-share, .content .body.inside.non-ia {
    width: 100%;
}
.content .body.inside {
    margin-right: 0;
    margin-top: 0;
    float: none;
}
.arrow {
    background:none;
}

textarea {
    float: none;
    text-indent: 0;
}

.content .body.inside .smart-forms legend, .content .body.inside .smart-forms label {
    width: 100%;
}

.header {
    z-index: 100 !important;
}
.smart-forms.smart-container.wrap-2 div.form-body div.section div.option-group.field label.option {
    width:auto;
}

.inside ul li {
    background: none;
    float: none;
    margin-left: 0;
}

.l-sidebar-right { 
    display:none; 
}

.smart-forms .map-container{ padding:10px; margin-bottom:10px; border: 1px solid #CFCFCF;  }
.smart-forms .map-area,
.smart-forms #map_canvas{ width:100%; height:400px; overflow:hidden;  }
.smart-forms .block{ display:block; }
.smart-forms .custom-block-list,
.smart-forms .custom-block-list li{
    list-style-type:none;
    display:block;
    padding:0;
    margin:0;  
}

.smart-forms .custom-block-list li{ 
    padding:3px 0;
    font-size:14px;  
}

.smart-forms .custom-block-list li span,
.smart-forms .custom-block-list li strong{ font-weight:300; color:#00AFFF;  }

button[type="submit"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
button[type="submit"] {
  will-change: transform;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  cursor: pointer;
}
button[type="submit"]:hover {
  background: #FF5126;
  color: #ffffff;
}
button[type="submit"]:active {
  background: transparent;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
button[type="submit"].active {
  font-size: 0;
  border-radius: 25px;
  width: 50px;
  background: transparent;
}
button[type="submit"].loader {
  border-right: 2px solid #ffffff;
  -webkit-animation: loader .4s linear infinite;
          animation: loader .4s linear infinite;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.wrap-0 { 
max-width:1000px; 
margin:0 auto;
line-height: 1.4;
}

.smart-forms ul {
    margin-bottom: 10px;
    padding-left: 16px;
    padding-top: 5px;
}

.smart-forms ul li {
	background: url(http://www.alburycity.nsw.gov.au/__data/assets/image/0009/11700/orange-arrow-list.png?v=0.3.1) no-repeat scroll 0 9px transparent;
	float: none;
	margin-left: -14px;
	margin-top: 3px;
	padding-bottom: 3px;
	padding-left: 16px;
}
p {
margin: 0.5em 0 1em 0;
line-height: 1.4;
}