.site-search {
  width: 85px;
  position: relative;
  margin-top: .45em;
}
.site-search .site-search-form {
  position: absolute;
  right: 0;
  transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
}
.site-search .site-search-toggle {
  position: absolute;
  left: .25em;
  top: 0;
  bottom: 0;
  line-height: 2.2em;
  pointer-events: none;
  color: #007ac2;
}
.site-search.active .site-search-form {
  width: 300px;
  border-left: 6px solid white;
}
.icon-search:before {
  content: "\2b";
}
.site-search.active .site-search-toggle {
  color: #a6a6a6;
}
.site-search input[type="search"] {
  border: 1px solid transparent;
  padding-right: .25em;
  padding-left: 1.75em;
  background-image: none;
}
.site-search.active input[type="search"] {
  padding-right: 4.25em;
}
.site-search input[type="search"]:focus {
  border: 1px solid #007ac2;
}
input[type="search"] {
  -webkit-appearance: textfield;
}

.btn {
  position: relative;
  display: inline-block;
  padding: .3em 1.25em .3em;
  font-family: "Avenir LT W01 65 Medium", Arial, Helvetica, sans-serif;
  color: white;
  text-transform: uppercase;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.125);
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  font-size: 0.875em;
  line-height: 1.71429em;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #5daddd;
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.125);
  -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.125);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.125);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  transition: all 0.05s linear;
  cursor: pointer;
}
.btn.transparent {
  background: none;
  color: #007ac2;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.site-search {
  position: relative;
  margin-top: .45em;
  width: 100px;
}
.site-search .site-search-form {
  position: absolute;
  right: 0;
  width: 100px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.site-search input[type="search"] {
  border: 1px solid transparent;
  padding-right: .25em;
  padding-left: 1.75em;
  background-image: none;
}
.site-search input[type="search"]::-webkit-input-placeholder {
  color: #007ac2;
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.site-search input[type="search"]:-ms-input-placeholder {
  color: #007ac2;
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.site-search input[type="search"]::-moz-placeholder {
  color: #007ac2;
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.site-search input[type="search"]:-moz-placeholder {
  color: #007ac2;
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.site-search input[type="search"]:focus {
  border: 1px solid #007ac2;
}
.site-search input[type="search"]:focus::-webkit-input-placeholder {
  color: #a6a6a6;
}
.site-search input[type="search"]:focus:-ms-input-placeholder {
  color: #a6a6a6;
}
.site-search input[type="search"]:focus::-moz-placeholder {
  color: #a6a6a6;
}
.site-search input[type="search"]:focus:-moz-placeholder {
  color: #a6a6a6;
}
.site-search .site-search-toggle {
  position: absolute;
  left: .25em;
  top: 0;
  bottom: 0;
  line-height: 2.2em;
  pointer-events: none;
  color: #007ac2;
}
.site-search .site-search-button {
  position: absolute;
  padding-right: .5em;
  padding-left: .5em;
  right: 0;
  top: 0;
  bottom: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  pointer-events: none;
}
.site-search .site-search-button:hover {
  color: white;
  background-color: #007ac2;
  border-left: #003a5c;
}

.site-search.active .site-search-form {
  width: 300px;
  border-left: 6px solid white;
}
.site-search.active input[type="search"] {
  padding-right: 4.25em;
}
.site-search.active .site-search-button {
  pointer-events: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.site-search.active .site-search-toggle {
  color: #a6a6a6;
}
.drawer {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  background: #595959;
  background: rgba(0, 0, 0, 0);
  display: none;
  overflow: hidden;
  position: fixed;
  visibility: hidden;
  z-index: 1001;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.drawer.active-left, .drawer.active-right {
  display: block;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.drawer-nav {
  list-style: none;
  width: 280px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: white;
  transition: -webkit-transform 300ms cubic-bezier(0.215, 0.44, 0.42, 0.88);
  pointer-events: auto;
}
.drawer-nav .drawer-link {
  color: #595959;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
  background-color: white;
  border-top: 1px solid #ededed;
  display: block;
  width: 100%;
  font-family: "Avenir LT W01 65 Medium", Arial, Helvetica, sans-serif;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}
.drawer-nav .drawer-link:before {
  font-size: 1.5em;
  margin-right: 0.45em;
  vertical-align: -0.2em;
}
.drawer-nav .drawer-link:hover {
  background-color: #ededed;
}
.drawer-nav .drawer-search {
  padding: 1em 1em 1em 2.5em;
  font-family: "Avenir LT W01 65 Medium", Arial, Helvetica, sans-serif;
  color: #595959;
  background-position: 1em center;
  border: none;
  border-top: 1px solid #ededed;
}
.drawer-nav .drawer-search:focus {
  background-color: #ededed;
  border: none;
  border-top: 1px solid #ededed;
}
.drawer-nav .drawer-search:before {
  content: "\2b";
}
.drawer-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
}
.drawer-header .site-title {
  margin-bottom: 0;
}
.drawer-header .site-logo {
  font-size: 1em;
}
.drawer-left {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: -280px;
}
.drawer.active-left .drawer-left {
  -webkit-transform: translate3d(280px, 0, 0);
  -moz-transform: translate3d(280px, 0, 0);
  -ms-transform: translate3d(280px, 0, 0);
  -o-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0);
  transition: -webkit-transform 300ms cubic-bezier(0.215, 0.44, 0.42, 0.88);
}
.drawer-right {
  left: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.drawer.active-right .drawer-right {
  -webkit-transform: translate3d(-280px, 0, 0);
  -moz-transform: translate3d(-280px, 0, 0);
  -ms-transform: translate3d(-280px, 0, 0);
  -o-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-280px, 0, 0);
  transition: -webkit-transform 300ms cubic-bezier(0.215, 0.44, 0.42, 0.88);
}