@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,400italic,700italic,500,500italic);
/* Compass */
/* line 17, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* Fonts */
/* Main */
/* Theme Name: Willmott Robb
 * Theme URI: http://www.willmottrobb.com.au
 * Description: The official Willmott Robb theme
 * Author: Night & Day Digital Team
 * Version: 1.0
 */
/*Fonts.com Fonts */
/* line 23, sass/_main.sass */
.clear {
  clear: both;
}

/* line 26, sass/_main.sass */
.pull-left {
  float: left;
}

/* line 29, sass/_main.sass */
.pull-right {
  float: right;
}

/* line 32, sass/_main.sass */
.uc {
  text-transform: uppercase;
}

/* line 35, sass/_main.sass */
a {
  text-decoration: none;
  color: inherit;
}

/* line 39, sass/_main.sass */
p {
  padding-bottom: 1em;
  line-height: 1.6em;
}

/* line 43, sass/_main.sass */
iframe {
  width: 100%;
}

/* line 46, sass/_main.sass */
input, textarea {
  outline: 0;
}

/* line 49, sass/_main.sass */
.no-text {
  position: absolute;
  left: 0;
  top: 0;
  text-indent: -9999px;
}

/* line 55, sass/_main.sass */
h1 {
  font-size: 3.2em;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  padding-bottom: 25px;
}
/* line 62, sass/_main.sass */
.home h1 {
  padding-bottom: 15px;
}
/* line 64, sass/_main.sass */
.search h1 {
  font-size: 2em;
  padding: 25px 0 15px;
}

/* line 67, sass/_main.sass */
h2 {
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 1.2em;
}

/* line 74, sass/_main.sass */
h3 {
  font-size: 1.5em;
  font-family: "Avenir Next LT W01 Bold";
  padding-bottom: 1em;
}

/* line 81, sass/_main.sass */
body {
  font-size: 14px;
  font-family: "AvenirNextLTW01-Regular";
  color: white;
}

/* line 86, sass/_main.sass */
#root {
  background: #242f35;
}

/* line 89, sass/_main.sass */
.container {
  width: 1000px;
  margin: 0 auto;
}

/* line 94, sass/_main.sass */
.tophat {
  background: white;
  border-bottom: solid 6px #80ba26;
  height: 100px;
  line-height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/* line 103, sass/_main.sass */
.tophat .logo {
  float: left;
  padding-top: 35px;
}

/* line 107, sass/_main.sass */
.top-menu {
  color: #5d6e80;
  font-size: 1.1em;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
/* line 113, sass/_main.sass */
.top-menu ul {
  float: right;
}
/* line 115, sass/_main.sass */
.top-menu li {
  float: left;
  padding-right: 15px;
}
/* line 118, sass/_main.sass */
.top-menu li a {
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
/* line 120, sass/_main.sass */
.top-menu li.current_page_item, .top-menu li a:hover {
  color: #80ba26;
}
/* line 123, sass/_main.sass */
.top-menu .search {
  position: relative;
  height: 100px;
  float: right;
}
/* line 127, sass/_main.sass */
.top-menu .search form {
  display: table-cell;
  height: 100px;
  vertical-align: middle;
}
/* line 131, sass/_main.sass */
.top-menu .search input {
  border: solid 2px #5d6e80;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  padding: 2px 12px;
  height: 20px;
  width: 1px;
  z-index: 1;
  -webkit-transition-property: width;
  -moz-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
/* line 139, sass/_main.sass */
.top-menu .search input:focus {
  width: 100px;
  padding-right: 25px;
}
/* line 142, sass/_main.sass */
.top-menu .search i {
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -8px;
  z-index: 2;
  cursor: text;
}
/* line 149, sass/_main.sass */
.top-menu .show-menu {
  display: none;
}

/* line 152, sass/_main.sass */
.banner {
  height: 150px;
  padding-top: 100px;
  border-bottom: solid 5px #9eaab1;
  background: url(images/banner.jpg) no-repeat center;
}
/* line 157, sass/_main.sass */
.banner h1 {
  display: none;
}
/* line 160, sass/_main.sass */
.home .banner {
  height: 355px;
}
/* line 162, sass/_main.sass */
.home .banner img {
  max-width: 100%;
  margin-left: -55px;
  margin-top: 18px;
}

/* line 168, sass/_main.sass */
.content {
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 173, sass/_main.sass */
.content p, .content ul, .content ol {
  font-size: 1.1em;
}
/* line 176, sass/_main.sass */
.content ul, .content ol {
  padding-left: 18px;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: dashed white 1px;
}
/* line 182, sass/_main.sass */
.content ul ul, .content ol ul {
  list-style: circle;
}
/* line 184, sass/_main.sass */
.content ul ol, .content ol ol {
  list-style: alpha;
}
/* line 186, sass/_main.sass */
.content ul li, .content ol li {
  line-height: 2em;
}
/* line 188, sass/_main.sass */
.content ul {
  list-style: disc;
}
/* line 190, sass/_main.sass */
.content ol {
  list-style: decimal;
}
/* line 192, sass/_main.sass */
.content a {
  text-decoration: underline;
}
/* line 194, sass/_main.sass */
.content a:hover {
  text-decoration: none;
}
/* line 196, sass/_main.sass */
.content strong {
  font-family: "Avenir Next LT W01 Bold";
}
/* line 199, sass/_main.sass */
.content #map_canvas {
  width: 100%;
  height: 400px;
}
/* line 202, sass/_main.sass */
.content #map_canvas img {
  max-width: none;
}
/* line 206, sass/_main.sass */
.content h1 a {
  text-decoration: none;
}
/* line 209, sass/_main.sass */
.content .col-left, .content .col-right {
  width: 47%;
}
/* line 211, sass/_main.sass */
.content .col-left {
  float: left;
}
/* line 213, sass/_main.sass */
.content .col-right {
  float: right;
}
/* line 216, sass/_main.sass */
.content img {
  max-width: 100%;
  height: auto;
}
/* line 221, sass/_main.sass */
.home .content {
  padding: 75px 0;
  border-bottom: solid 5px #9eaab1;
  font-family: "AvenirNextLTW01-Medium";
  background: #242f35;
  color: #eeeeee;
}
/* line 229, sass/_main.sass */
.home .content .text {
  overflow: hidden;
  padding-right: 5%;
}
/* line 232, sass/_main.sass */
.home .content .text p {
  font-size: 1.2em;
  line-height: 2em;
}
/* line 236, sass/_main.sass */
.home .content .button {
  border: solid 1px white;
  text-transform: uppercase;
  text-decoration: none;
  padding: 19px 50px;
  font-size: 1.4em;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
/* line 244, sass/_main.sass */
.home .content .button:hover {
  background: #394a53;
}

/* line 247, sass/_main.sass */
.diagram {
  width: 400px;
  height: 330px;
  background: url(images/cross.png) no-repeat center;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.4em;
  font-size: 1.15em;
}
/* line 257, sass/_main.sass */
.diagram a {
  padding-bottom: 10px;
  display: block;
  text-decoration: none;
}
/* line 261, sass/_main.sass */
.diagram a .img {
  background-position: top left;
  background-repeat: no-repeat;
  margin: 0 auto 10px;
}
/* line 268, sass/_main.sass */
.diagram a:hover .img {
  background-position: bottom left;
}
/* line 271, sass/_main.sass */
.diagram a.appointment .img {
  background-image: url(images/appointment.png);
  width: 50px;
  height: 50px;
}
/* line 275, sass/_main.sass */
.diagram a.audit .img {
  background-image: url(images/audit.png);
  width: 47px;
  height: 57px;
}
/* line 279, sass/_main.sass */
.diagram a.fund .img {
  background-image: url(images/fund.png);
  width: 57px;
  height: 57px;
}
/* line 283, sass/_main.sass */
.diagram a.tax .img {
  background-image: url(images/tax.png);
  width: 53px;
  height: 52px;
}
/* line 288, sass/_main.sass */
.diagram a:first-child, .diagram a:last-child {
  margin: 0 auto;
}
/* line 291, sass/_main.sass */
.diagram a:first-child + a, .diagram a:first-child + a + a {
  padding-top: 20px;
  width: 34%;
  margin: 0;
  float: left;
}
/* line 296, sass/_main.sass */
.diagram a:first-child + a + a {
  float: right;
}
/* line 298, sass/_main.sass */
.diagram a:last-child {
  clear: both;
}
/* line 301, sass/_main.sass */
.diagram a span {
  position: relative;
}
/* line 303, sass/_main.sass */
.diagram a span img {
  position: absolute;
  top: 3px;
  left: -20px;
}

/* line 308, sass/_main.sass */
.gm-style-iw {
  width: 160px !important;
  color: #242f35;
}
/* line 311, sass/_main.sass */
.gm-style-iw a {
  text-decoration: underline;
}
/* line 313, sass/_main.sass */
.gm-style-iw a:hover {
  text-decoration: none;
}
/* line 316, sass/_main.sass */
.gm-style-iw h3 font {
  family: "Roboto", sans-serif;
  weight: bold;
  size: 1.4em;
}
/* line 320, sass/_main.sass */
.gm-style-iw p, .gm-style-iw h3 {
  padding-bottom: 0.5em;
}

/* line 324, sass/_main.sass */
.map {
  height: 600px;
  position: relative;
}
/* line 327, sass/_main.sass */
.map #map_canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
/* line 335, sass/_main.sass */
.map .container {
  height: 100%;
  position: relative;
  z-index: 3;
  pointer-events: none;
}
/* line 340, sass/_main.sass */
.map .form-bg {
  position: absolute;
  height: 100%;
  background: white;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2;
}
/* line 346, sass/_main.sass */
.map .form {
  position: relative;
  z-index: 4;
  padding: 60px 0 20px;
  pointer-events: all;
  font-family: "AvenirNextLTW01-Regular";
}
/* line 352, sass/_main.sass */
.map .form h1 {
  color: #242f35;
}
/* line 355, sass/_main.sass */
.map .info {
  color: #394346;
}
/* line 358, sass/_main.sass */
.map .form-bg, .map .form {
  width: 50%;
  padding-right: 25px;
}

/* line 362, sass/_main.sass */
.info {
  padding-bottom: 10px;
}
/* line 364, sass/_main.sass */
.info span {
  display: block;
  line-height: 1.4em;
}

/* line 367, sass/_main.sass */
.fa-phone {
  color: #80ba26;
}

/* line 369, sass/_main.sass */
.fa-map-marker {
  color: #ff5d42;
}

/* line 373, sass/_main.sass */
.gform_wrapper ul {
  padding-left: 0px;
  list-style: none;
  border-bottom: none;
}
/* line 377, sass/_main.sass */
.gform_wrapper .gfield {
  position: relative;
  padding-bottom: 10px;
}
/* line 381, sass/_main.sass */
.gform_wrapper .gfield.gfield_error input[type="text"], .gform_wrapper .gfield.gfield_error textarea {
  border-color: red;
}
/* line 383, sass/_main.sass */
.gform_wrapper .gfield.gfield_error label {
  color: red;
}
/* line 385, sass/_main.sass */
.gform_wrapper .validation_message {
  display: none;
}
/* line 388, sass/_main.sass */
.gform_wrapper .validation_error {
  color: red;
  padding-bottom: 1em;
  line-height: 1.4em;
}
/* line 393, sass/_main.sass */
.gform_wrapper label {
  color: #b1b1b1;
  font-size: 1.3em;
  cursor: text;
  position: absolute;
  left: 10px;
  top: 10px;
}
/* line 400, sass/_main.sass */
.home .gform_wrapper label {
  top: 15px;
}
/* line 402, sass/_main.sass */
.gform_wrapper label .gfield_required {
  color: #e70000;
  padding-left: 5px;
}
/* line 406, sass/_main.sass */
.gform_wrapper input[type="text"], .gform_wrapper textarea {
  width: 350px;
  max-width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #e9e9e9;
  color: #444444;
  font-size: 1.3em;
}
/* line 415, sass/_main.sass */
.gform_wrapper textarea {
  height: 150px;
}
/* line 418, sass/_main.sass */
.gform_wrapper input[type="submit"] {
  background: #80ba26;
  color: white;
  border: none;
  font-family: "Roboto", sans-serif;
  font-size: 1.3em;
  text-transform: uppercase;
  padding: 15px 50px;
}

/* line 428, sass/_main.sass */
.gform_confirmation_wrapper {
  color: white;
  font-size: 1.3em;
  line-height: 1.4em;
}
/* line 432, sass/_main.sass */
.home .gform_confirmation_wrapper {
  color: #394346;
}

/* line 10, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/layout/_sticky-footer.scss */
html, body {
  height: 100%;
}

/* line 12, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/layout/_sticky-footer.scss */
#root {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -80px;
}
/* line 18, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/layout/_sticky-footer.scss */
#root #root_footer {
  height: 80px;
}

/* line 20, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/layout/_sticky-footer.scss */
#footer {
  clear: both;
  position: relative;
  height: 80px;
}

/* line 436, sass/_main.sass */
#footer {
  background: #80ba26;
  font-family: "Roboto", sans-serif;
  color: white;
}
/* line 440, sass/_main.sass */
#footer .container div {
  height: 80px;
}
/* line 442, sass/_main.sass */
#footer .container div:first-child {
  float: left;
}
/* line 444, sass/_main.sass */
#footer .container div.cpa {
  float: right;
}
/* line 446, sass/_main.sass */
#footer .container div.cpa a {
  margin-top: 9px;
  padding-right: 20px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
/* line 450, sass/_main.sass */
#footer .copy {
  padding: 0 20px;
}
/* line 452, sass/_main.sass */
#footer .copy p {
  height: 80px;
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 0px;
}
/* line 457, sass/_main.sass */
#footer .copy p a:hover {
  text-decoration: underline;
}
/* line 460, sass/_main.sass */
#footer .share a {
  height: 30px;
  width: 30px;
  margin-top: 23px;
  margin-right: 10px;
  text-align: center;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  display: inline-block;
  *display: inline;
  zoom: 1;
  border: solid 2px white;
}
/* line 470, sass/_main.sass */
#footer .share a i {
  line-height: 30px;
}
/* line 472, sass/_main.sass */
#footer .share a:hover {
  background: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1024px) {
  /* line 3, sass/_media_queries.sass */
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 820px) {
  /* line 12, sass/_media_queries.sass */
  .top-menu ul {
    float: left;
    width: 150px;
    margin-left: 20px;
    position: relative;
    background: white;
  }
  /* line 18, sass/_media_queries.sass */
  .top-menu li {
    float: none;
    line-height: 25px;
    padding: 0 10px;
    display: none;
  }
  /* line 23, sass/_media_queries.sass */
  .top-menu li a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 -10px;
    padding: 0 10px;
  }
  /* line 31, sass/_media_queries.sass */
  .top-menu li:first-child {
    height: 60px;
    display: table-cell;
    vertical-align: bottom;
  }
  /* line 35, sass/_media_queries.sass */
  .top-menu li:first-child a {
    display: inline;
  }
  /* line 37, sass/_media_queries.sass */
  .top-menu .show-menu {
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  /* line 39, sass/_media_queries.sass */
  .top-menu .show-menu i {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  /* line 42, sass/_media_queries.sass */
  .top-menu .show-menu.active i {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  /* line 45, sass/_media_queries.sass */
  .top-menu .show-menu.active a i, .top-menu .show-menu a:hover i {
    color: #5d6e80;
  }
}
@media screen and (max-width: 735px) {
  /* line 50, sass/_media_queries.sass */
  .banner {
    height: auto;
  }
  /* line 52, sass/_media_queries.sass */
  .banner img {
    margin-top: 0px;
  }

  /* line 55, sass/_media_queries.sass */
  .content .col-left, .content .col-right {
    float: none;
    width: 100%;
  }
  /* line 59, sass/_media_queries.sass */
  .content .col-right {
    padding-top: 20px;
  }
  /* line 62, sass/_media_queries.sass */
  .content .diagram {
    padding-top: 30px;
    float: none;
  }

  /* line 65, sass/_media_queries.sass */
  .map .form-bg, .map .form {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 570px) {
  /* line 71, sass/_media_queries.sass */
  .tophat {
    height: auto;
    line-height: 1em;
    padding: 15px 0px;
  }
  /* line 75, sass/_media_queries.sass */
  .tophat .logo {
    padding-top: 0px;
  }
  /* line 77, sass/_media_queries.sass */
  .tophat .top-menu {
    clear: both;
  }
  /* line 79, sass/_media_queries.sass */
  .tophat .top-menu ul {
    margin-left: 0px;
  }
  /* line 81, sass/_media_queries.sass */
  .tophat .top-menu li:first-child {
    height: 38px;
  }
  /* line 83, sass/_media_queries.sass */
  .tophat .top-menu .search, .tophat .top-menu .search form {
    height: 50px;
  }

  /* line 86, sass/_media_queries.sass */
  .banner img {
    margin-left: -40px;
  }

  /* line 10, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/layout/_sticky-footer.scss */
  html, body {
    height: 100%;
  }

  /* line 12, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/layout/_sticky-footer.scss */
  #root {
    clear: both;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: 0px;
  }
  /* line 18, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/layout/_sticky-footer.scss */
  #root #root_footer {
    height: 0px;
  }

  /* line 20, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/layout/_sticky-footer.scss */
  #footer {
    clear: both;
    position: relative;
    height: 0px;
  }

  /* line 90, sass/_media_queries.sass */
  #footer {
    height: auto;
  }
  /* line 92, sass/_media_queries.sass */
  #footer .container div {
    height: auto;
    padding-top: 10px;
  }
  /* line 95, sass/_media_queries.sass */
  #footer .copy {
    clear: both;
    padding: 0;
    padding-bottom: 10px;
  }
  /* line 99, sass/_media_queries.sass */
  #footer .copy p {
    display: block;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  /* line 104, sass/_media_queries.sass */
  .top-menu .search input:focus {
    width: 80px;
  }

  /* line 108, sass/_media_queries.sass */
  .content .diagram {
    background: none;
    height: auto;
    width: auto;
    padding-top: 30px;
    float: none;
  }
  /* line 114, sass/_media_queries.sass */
  .content .diagram a {
    float: none !important;
    margin: 0 auto !important;
    width: auto !important;
  }
  /* line 118, sass/_media_queries.sass */
  .content .diagram a:last-child {
    padding-top: 20px;
  }
  /* line 120, sass/_media_queries.sass */
  .content .tax-board {
    width: 50%;
    max-width: 150px;
  }

  /* line 125, sass/_media_queries.sass */
  .banner img {
    margin-left: -30px;
  }
}
