/*
--------------------
Site Search
--------------------
*/
#page-wrapper.search-active #site-search {
  right: -80%;
  width: 80%; }

#page-wrapper.search-active {
  -webkit-transform: translateX(-80%); 
  -ms-transform: translateX(-80%); 
  transform: translateX(-80%); 
}


#site-search {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: -100%;
  z-index: 10;
  font-size: 1.15em;
  display: block; }

#site-search form {
  margin: 0 5%;
  width: 90%; }

#site-search form label {
  font-weight: bold;
  margin-bottom: 1em; }

#site-search .close-search {
  padding: 0.5em 1.2em;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  margin-top: 1em; 
  max-width: none;
}

.global-search input {
  padding: 10px;
  width: 90%;
}

#site-search #search-button {
  color: #033156;
  border: 3px solid #033156;
  background: #FFF;
  padding: 0.5em 0;
  overflow: hidden;
  width: 100%;
  margin-top: 1em; 
  max-width: none;
}

.search-icon:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 30%;
  right: 3%;
  width: 36px;
  height: 36px;
  background: url('https://www.cqu.edu.au/__data/assets/image/0009/111060/sprite.png?v=0.1.7') no-repeat -121px -39px; }

.close-search-desktop {
  display: none; }
  input, textarea {
    width: 100%;
}
*::-moz-selection {
    text-shadow: none;
}
.visuallyhidden, .sr-only, .skip-links__link {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

label {
    display: block;
    margin: 15px 0 5px;
}

.course-search-input {
    border: 0 solid;
    font-size: 1.2em;
    margin: 10px 0 0;
    padding: 1em 3%;
    width: 100%;
}
.course-checkbox-wrapper label {
    display: inline-block;
    font-size: 1.1em;
    margin: 0.2em 0;
    width: 92%;
}
.course-checkbox-wrapper {
    display: block;
    float: left;
    margin-top: 3px;
    position: relative;
    width: 75%;
}
.advanced-open .course-search-submit-arrow:after {
    background: url("../images/sprite.png?v=0.1.7") repeat scroll -61px -127px rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 16px;
    position: absolute;
    right: 2px;
    top: 2em;
    width: 24px;
}
.course-search-submit-arrow:after {
    background: url("../images/sprite.png?v=0.1.7") repeat scroll -86px -113px rgba(0, 0, 0, 0);
    content: "";
    cursor: pointer;
    display: block;
    height: 24px;
    position: absolute;
    right: 2px;
    top: 2em;
    width: 16px;
}