.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus {
  outline: none;
}

a.selected {
  color: #5f5f5f;
}

a:hover {
  text-decoration: none;
}

html,
body {
  height: 100%;
}

#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -228px;
}

#push {
  height: 2em;
}

#footer-wrapper {
  height: 228px;
}



/*======================= OFFLINE PAGE =======================*/
/*======================= SCROLL TO TOP =======================*/
#back-top {
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 99;
}

#back-top a {
  width: 56px;
  height: 56px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  display: block;
  background: url(../images/up-arrow.png) 50% 23px no-repeat #f77152;
  /* transition */

  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

#back-top a:hover {
  background-color: #202020;
}



/*======================= AUS TEMPLATE.CSS =======================*/

#header-row {
  padding: 71px 0 36px;

}


#navigation-row {
  padding: 0 0 44px;
}

#aside-left .moduletable {
  margin-bottom: 23px;
}


a.menu {
  background-color: #f5f5f5;
  border-top: 0 solid #c3c3c4;
  cursor: pointer;
  padding: 1.5em;
  margin-bottom: -16px;
  text-decoration: none;
  display: table-cell;
  text-align: center;
  transition: background-color 0.1s linear 0s;
  vertical-align: middle;
  display: block;
}

a.menu:link { color: #0953a3; background-color: background-color: #f5f5f5;}
a.menu:visited { color: #0953a3;  background-color: transparent;}
a.menu:hover { color: #fff;  background-color: #008cd3;}
a.menu:active {  color: #fff;  background-color: #008cd3;}

#component {  min-height: 0; }

.page-item {  padding-bottom: 60px; }

.page-header {  border: none;  padding: 0;  margin: 0;}


h3 {
  color: #0953a3;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 27px;
}

p {
  margin: 0;
  padding-bottom: 18px;
  font-size:16px;
}

/*======================= FOOTER AUS TEMPLATE =======================*/
#copyright-row {
  padding: 29px 0 29px;
}
#copyright {
  color: #1f1f1f;
  text-transform: uppercase;
  font-size: 10px;
}
#copyright a {
  color: #0953a3;
}
#copyright a:hover {
  color: inherit;
}
#footer-wrapper {
  background: #f0f0f0;
}