@charset "UTF-8";
/*******************************************************************************
 * off-canvas.layout.scss
 *
 * Styling of the Off Canvas layout.
 ******************************************************************************/
/*******************************************************************************
 * Off canvas portion of styling for the Off Canvas layout.
 ******************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300ita‌​lic,400italic,500,500italic,700,700italic,900italic,900);
/* line 5, ../sass/layouts/mygov-base-off-canvas/_mygov-base-off-canvas.scss */
.l-off-canvas-show,
.l-off-canvas-hide {
  display: none;
  position: absolute;
  top: 4px;
  right: 10px;
  width: 35px;
  height: 35px;
  background: transparent url("../../../layouts/mygov-base-off-canvas/assets/alt-menu-close.png") center center no-repeat;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize; }

/* line 17, ../sass/layouts/mygov-base-off-canvas/_mygov-base-off-canvas.scss */
.l-off-canvas-show {
  background: transparent url("../../../layouts/mygov-base-off-canvas/assets/mob-menu-open.svg") center center no-repeat;
  background-size: contain; }

@media (min-width: 0) and (max-width: 46.875em) {
  /* line 24, ../sass/layouts/mygov-base-off-canvas/_mygov-base-off-canvas.scss */
  .no-js .l-off-canvas {
    position: relative; }
    /* line 27, ../sass/layouts/mygov-base-off-canvas/_mygov-base-off-canvas.scss */
    .no-js .l-off-canvas .l-region {
      position: relative;
      overflow: hidden; }
    /* line 31, ../sass/layouts/mygov-base-off-canvas/_mygov-base-off-canvas.scss */
    .no-js .l-off-canvas .l-off-canvas-hide {
      display: block; }
    /* line 36, ../sass/layouts/mygov-base-off-canvas/_mygov-base-off-canvas.scss */
    .no-js .l-off-canvas:not(:target) .l-region {
      min-height: 0;
      height: 0; }
    /* line 40, ../sass/layouts/mygov-base-off-canvas/_mygov-base-off-canvas.scss */
    .no-js .l-off-canvas:not(:target) .l-off-canvas-show {
      display: block; }
    /* line 44, ../sass/layouts/mygov-base-off-canvas/_mygov-base-off-canvas.scss */
    .no-js .l-off-canvas:not(:target) .l-off-canvas-hide {
      display: none; }

  /* line 50, ../sass/layouts/mygov-base-off-canvas/_mygov-base-off-canvas.scss */
  .js .l-page {
    position: relative;
    padding-left: 0;
    overflow: hidden; }

  /* line 57, ../sass/layouts/mygov-base-off-canvas/_mygov-base-off-canvas.scss */
  .js .l-off-canvas {
    position: fixed;
    z-index: 9999 !important;
    width: 100%;
    top: 0;
    bottom: 0;
    left: -120%;
    padding-top: 24px;
    -moz-transition: left 0.3s ease-in;
    -o-transition: left 0.3s ease-in;
    -webkit-transition: left 0.3s ease-in;
    transition: left 0.3s ease-in;
    cursor: pointer; } }
  @media (min-width: 0) and (max-width: 46.875em) and (min-width: 46.875em) {
    /* line 57, ../sass/layouts/mygov-base-off-canvas/_mygov-base-off-canvas.scss */
    .js .l-off-canvas {
      position: absolute; } }
@media (min-width: 0) and (max-width: 46.875em) {
    /* line 72, ../sass/layouts/mygov-base-off-canvas/_mygov-base-off-canvas.scss */
    .js .l-off-canvas.is-visible {
      left: 0;
      cursor: auto;
      overflow: scroll; }
      /* line 78, ../sass/layouts/mygov-base-off-canvas/_mygov-base-off-canvas.scss */
      .js .l-off-canvas.is-visible .l-off-canvas-show {
        display: none; }
      /* line 81, ../sass/layouts/mygov-base-off-canvas/_mygov-base-off-canvas.scss */
      .js .l-off-canvas.is-visible .l-off-canvas-hide {
        display: block; }
    /* line 85, ../sass/layouts/mygov-base-off-canvas/_mygov-base-off-canvas.scss */
    .js .l-off-canvas .l-off-canvas-show {
      display: block;
      margin-top: 8px; } }
/* line 41, ../sass/layouts/mygov-base-off-canvas/mygov-base-off-canvas.layout.scss */
.l-header,
.l-breadcrumb,
.l-navigation,
.l-hero-region,
.l-main,
.l-sub-content,
.l-comms .l-region--comms,
.l-footer .l-region--footer {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1; }
  /* line 12, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .l-header:after,
  .l-breadcrumb:after,
  .l-navigation:after,
  .l-hero-region:after,
  .l-main:after,
  .l-sub-content:after,
  .l-comms .l-region--comms:after,
  .l-footer .l-region--footer:after {
    content: " ";
    display: block;
    clear: both; }
  /* line 38, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .l-header:after,
  .l-breadcrumb:after,
  .l-navigation:after,
  .l-hero-region:after,
  .l-main:after,
  .l-sub-content:after,
  .l-comms .l-region--comms:after,
  .l-footer .l-region--footer:after {
    content: "";
    display: table;
    clear: both; }

/* line 53, ../sass/layouts/mygov-base-off-canvas/mygov-base-off-canvas.layout.scss */
.l-hero-region,
.l-breadcrumb,
.l-main,
.l-sub-content,
.l-footer .l-region--footer {
  padding: 0 1rem; }

/* line 59, ../sass/layouts/mygov-base-off-canvas/mygov-base-off-canvas.layout.scss */
.l-comms .l-region--comms {
  padding: 1rem; }

/* line 62, ../sass/layouts/mygov-base-off-canvas/mygov-base-off-canvas.layout.scss */
.l-off-canvas {
  clear: both; }

/* line 67, ../sass/layouts/mygov-base-off-canvas/mygov-base-off-canvas.layout.scss */
.not-logged-in .l-header {
  padding-top: 70px; }

/* line 73, ../sass/layouts/mygov-base-off-canvas/mygov-base-off-canvas.layout.scss */
.logged-in .l-header {
  padding-top: 23px; }

/* line 80, ../sass/layouts/mygov-base-off-canvas/mygov-base-off-canvas.layout.scss */
.l-header {
  width: 100%; }
  @media (min-width: 46.875em) {
    /* line 80, ../sass/layouts/mygov-base-off-canvas/mygov-base-off-canvas.layout.scss */
    .l-header {
      display: block; } }

@media (min-width: 46.875em) {
  /* line 89, ../sass/layouts/mygov-base-off-canvas/mygov-base-off-canvas.layout.scss */
  .l-header,
  .l-navigation,
  .l-hero-region,
  .l-breadcrumb,
  .l-main,
  .l-sub-content,
  .l-comms .l-region--comms,
  .l-footer .l-region--footer {
    max-width: 1170px; }

  /* line 101, ../sass/layouts/mygov-base-off-canvas/mygov-base-off-canvas.layout.scss */
  .l-header,
  .l-navigation,
  .l-hero-region,
  .l-breadcrumb,
  .l-main,
  .l-sub-content {
    padding: 0 1rem; }

  /* line 109, ../sass/layouts/mygov-base-off-canvas/mygov-base-off-canvas.layout.scss */
  .not-logged-in .l-header, .logged-in .l-header {
    padding-top: 0; }

  /* line 114, ../sass/layouts/mygov-base-off-canvas/mygov-base-off-canvas.layout.scss */
  .l-main {
    position: relative;
    padding-bottom: 3em; }

  /* line 137, ../sass/layouts/mygov-base-off-canvas/mygov-base-off-canvas.layout.scss */
  .l-branding {
    width: 57.62712%;
    float: left;
    margin-right: 1.69492%; }

  /* line 140, ../sass/layouts/mygov-base-off-canvas/mygov-base-off-canvas.layout.scss */
  .l-region--header {
    width: 40.67797%;
    float: right;
    margin-right: 0; }

  /* line 143, ../sass/layouts/mygov-base-off-canvas/mygov-base-off-canvas.layout.scss */
  .l-region--navigation {
    clear: both; }

  /* line 146, ../sass/layouts/mygov-base-off-canvas/mygov-base-off-canvas.layout.scss */
  .search-form {
    width: 57.62712%;
    float: left;
    margin-right: 1.69492%;
    float: none; }

  /* line 154, ../sass/layouts/mygov-base-off-canvas/mygov-base-off-canvas.layout.scss */
  .has-sidebar-first .l-content,
  .has-sidebar-second .l-content,
  .has-two-sidebars .l-content {
    width: 74.57627%;
    float: right;
    margin-right: 0; }
  /* line 157, ../sass/layouts/mygov-base-off-canvas/mygov-base-off-canvas.layout.scss */
  .has-sidebar-first .l-region--sidebar-first,
  .has-sidebar-first .l-region--sidebar-second,
  .has-sidebar-second .l-region--sidebar-first,
  .has-sidebar-second .l-region--sidebar-second,
  .has-two-sidebars .l-region--sidebar-first,
  .has-two-sidebars .l-region--sidebar-second {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%; }
  /* line 162, ../sass/layouts/mygov-base-off-canvas/mygov-base-off-canvas.layout.scss */
  .has-sidebar-first .l-region--sidebar-second,
  .has-sidebar-second .l-region--sidebar-second,
  .has-two-sidebars .l-region--sidebar-second {
    clear: right; }

  /* line 170, ../sass/layouts/mygov-base-off-canvas/mygov-base-off-canvas.layout.scss */
  .page-node-38 .has-sidebar-first .l-content {
    width: 57.62712%;
    float: right;
    margin-right: 0; }
  /* line 173, ../sass/layouts/mygov-base-off-canvas/mygov-base-off-canvas.layout.scss */
  .page-node-38 .has-sidebar-first .l-region--sidebar-first {
    width: 40.67797%;
    float: left;
    margin-right: 1.69492%; } }
@media (min-width: 60.625em) {
  /* line 184, ../sass/layouts/mygov-base-off-canvas/mygov-base-off-canvas.layout.scss */
  .l-header,
  .l-navigation,
  .l-hero-region,
  .l-breadcrumb,
  .l-main,
  .l-sub-content {
    padding: 0 1rem; }

  /* line 192, ../sass/layouts/mygov-base-off-canvas/mygov-base-off-canvas.layout.scss */
  .l-branding {
    width: 68.35443%;
    float: left;
    margin-right: 1.26582%; }

  /* line 195, ../sass/layouts/mygov-base-off-canvas/mygov-base-off-canvas.layout.scss */
  .l-region--header {
    width: 30.37975%;
    float: right;
    margin-right: 0; }

  /* line 198, ../sass/layouts/mygov-base-off-canvas/mygov-base-off-canvas.layout.scss */
  .search-form {
    width: 68.35443%;
    float: left;
    margin-right: 1.26582%;
    float: none; }

  /* line 204, ../sass/layouts/mygov-base-off-canvas/mygov-base-off-canvas.layout.scss */
  .has-sidebar-first .l-content {
    width: 74.68354%;
    float: right;
    margin-right: 0; }
  /* line 207, ../sass/layouts/mygov-base-off-canvas/mygov-base-off-canvas.layout.scss */
  .has-sidebar-first .l-region--sidebar-first {
    width: 24.05063%;
    float: left;
    margin-right: 1.26582%; }

  /* line 216, ../sass/layouts/mygov-base-off-canvas/mygov-base-off-canvas.layout.scss */
  .page-node-38 .has-sidebar-first .l-content {
    width: 68.35443%;
    float: right;
    margin-right: 0; }
  /* line 219, ../sass/layouts/mygov-base-off-canvas/mygov-base-off-canvas.layout.scss */
  .page-node-38 .has-sidebar-first .l-region--sidebar-first {
    width: 30.37975%;
    float: left;
    margin-right: 1.26582%; } }
/* line 6, ../sass/variables/_typography.scss */
html, html * {
  font-family: Roboto;
  color: #333;
  text-rendering: optimizeLegibility;
  font-size: 18px; }

/* line 14, ../sass/variables/_typography.scss */
h2 {
  font-weight: 500; }

/* line 15, ../sass/variables/_typography.scss */
h1, h3, strong {
  font-weight: 700; }

/* line 19, ../sass/variables/_typography.scss */
h1 {
  font-size: 1.5rem;
  margin: 0.75em 0 0.25em; }
  @media (min-width: 46.875em) {
    /* line 19, ../sass/variables/_typography.scss */
    h1 {
      margin: 0;
      font-size: 2.1rem;
      line-height: 56px; } }

/* line 34, ../sass/variables/_typography.scss */
h1.site-name {
  font-weight: 300;
  font-size: 0.8rem;
  line-height: 1rem;
  margin: 0;
  padding-right: 50px; }
  @media (min-width: 46.875em) {
    /* line 34, ../sass/variables/_typography.scss */
    h1.site-name {
      max-width: 100%;
      padding: 0.25em 0;
      margin: 7px 0;
      line-height: 1rem; } }
  @media (min-width: 60.625em) {
    /* line 34, ../sass/variables/_typography.scss */
    h1.site-name {
      font-size: 1.2rem;
      line-height: 1.2rem; } }

/* line 59, ../sass/variables/_typography.scss */
h2.site-slogan {
  margin: 0;
  display: none; }
  @media (min-width: 46.875em) {
    /* line 59, ../sass/variables/_typography.scss */
    h2.site-slogan {
      display: block;
      font-size: 1rem;
      line-height: 1rem;
      padding: 0;
      margin: 5px 0; } }
  @media (min-width: 60.625em) {
    /* line 59, ../sass/variables/_typography.scss */
    h2.site-slogan {
      font-size: 1.5rem;
      line-height: 1.5rem; } }

/* line 79, ../sass/variables/_typography.scss */
h2.block__title {
  font-size: 1.2rem;
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 2rem; }
  @media (min-width: 46.875em) {
    /* line 79, ../sass/variables/_typography.scss */
    h2.block__title {
      font-size: 1.5rem;
      min-width: 50%; } }

/* line 94, ../sass/variables/_typography.scss */
h2 {
  font-size: 1.2rem;
  line-height: 1.5rem; }
  @media (min-width: 46.875em) {
    /* line 94, ../sass/variables/_typography.scss */
    h2 {
      font-size: 1.5rem; } }

/* line 109, ../sass/variables/_typography.scss */
a {
  color: #004CBD;
  text-decoration: none; }
  /* line 113, ../sass/variables/_typography.scss */
  a:hover {
    color: #333;
    text-decoration: underline;
    -moz-transition: color 1s;
    -o-transition: color 1s;
    -webkit-transition: color 1s;
    transition: color 1s; }

/* line 125, ../sass/variables/_typography.scss */
.l-page ul, .l-page p, .l-page a, .l-page dfn, .l-page strong, .l-page input, .l-page span {
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin: 0 0 0.75em;
  text-decoration: none; }
  @media (min-width: 60.625em) {
    /* line 125, ../sass/variables/_typography.scss */
    .l-page ul, .l-page p, .l-page a, .l-page dfn, .l-page strong, .l-page input, .l-page span {
      font-size: inherit;
      line-height: 1.5rem; } }

/* line 137, ../sass/variables/_typography.scss */
.tabs a {
  margin: 0; }

/* line 149, ../sass/variables/_typography.scss */
.node__content ul li a:before,
.block__content ul li a:before,
.l-sub-content ul li a:before,
.l-comms ul li a:before {
  margin-top: 3px;
  content: "";
  position: absolute;
  border: 0;
  width: 21px;
  height: 21px;
  margin-left: -30px;
  background: url(../images/menu-leaf.png) no-repeat 0 0; }

/* line 166, ../sass/variables/_typography.scss */
.views-field-title {
  padding-bottom: 0.5em; }
  /* line 170, ../sass/variables/_typography.scss */
  .views-field-title a {
    font-size: 1rem;
    color: #004CBD;
    text-decoration: none; }
    /* line 175, ../sass/variables/_typography.scss */
    .views-field-title a:hover {
      color: #333;
      text-decoration: underline;
      -moz-transition: color 1s;
      -o-transition: color 1s;
      -webkit-transition: color 1s;
      transition: color 1s; }
    @media (min-width: 60.625em) {
      /* line 170, ../sass/variables/_typography.scss */
      .views-field-title a {
        font-size: 1.1rem; } }

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/*! normalize.css v3.0.0 | HTML5 Display Definitions | MIT License | git.io/normalize */
/* line 9, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/compass-normalize-1.5/stylesheets/normalize/_html5.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/* line 29, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/compass-normalize-1.5/stylesheets/normalize/_html5.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

/* line 40, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/compass-normalize-1.5/stylesheets/normalize/_html5.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/* line 47, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/compass-normalize-1.5/stylesheets/normalize/_html5.scss */
[hidden],
template {
  display: none; }

/*! normalize.css v3.0.0 | Base | MIT License | git.io/normalize */
/* line 11, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/compass-normalize-1.5/stylesheets/normalize/_base.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/* line 19, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/compass-normalize-1.5/stylesheets/normalize/_base.scss */
body {
  margin: 0; }

/*! normalize.css v3.0.0 | Links | MIT License | git.io/normalize */
/* line 9, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/compass-normalize-1.5/stylesheets/normalize/_links.scss */
a {
  background: transparent; }

/* line 15, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/compass-normalize-1.5/stylesheets/normalize/_links.scss */
a:active,
a:hover {
  outline: 0; }

/*! normalize.css v3.0.0 | Typography | MIT License | git.io/normalize */
/* line 9, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/compass-normalize-1.5/stylesheets/normalize/_typography.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/* line 15, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/compass-normalize-1.5/stylesheets/normalize/_typography.scss */
b,
strong {
  font-weight: bold; }

/* line 22, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/compass-normalize-1.5/stylesheets/normalize/_typography.scss */
dfn {
  font-style: italic; }

/* line 29, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/compass-normalize-1.5/stylesheets/normalize/_typography.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* line 36, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/compass-normalize-1.5/stylesheets/normalize/_typography.scss */
mark {
  background: #ff0;
  color: #000; }

/* line 43, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/compass-normalize-1.5/stylesheets/normalize/_typography.scss */
small {
  font-size: 80%; }

/* line 49, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/compass-normalize-1.5/stylesheets/normalize/_typography.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 57, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/compass-normalize-1.5/stylesheets/normalize/_typography.scss */
sup {
  top: -0.5em; }

/* line 61, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/compass-normalize-1.5/stylesheets/normalize/_typography.scss */
sub {
  bottom: -0.25em; }

/*! normalize.css v3.0.0 | Embedded Content | MIT License | git.io/normalize */
/* line 9, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/compass-normalize-1.5/stylesheets/normalize/_embeds.scss */
img {
  border: 0; }

/* line 15, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/compass-normalize-1.5/stylesheets/normalize/_embeds.scss */
svg:not(:root) {
  overflow: hidden; }

/*! normalize.css v3.0.0 | Figures | MIT License | git.io/normalize */
/* line 9, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/compass-normalize-1.5/stylesheets/normalize/_groups.scss */
figure {
  margin: 1em 40px; }

/* line 15, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/compass-normalize-1.5/stylesheets/normalize/_groups.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/* line 23, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/compass-normalize-1.5/stylesheets/normalize/_groups.scss */
pre {
  overflow: auto; }

/* line 29, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/compass-normalize-1.5/stylesheets/normalize/_groups.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/*! normalize.css v3.0.0 | Forms | MIT License | git.io/normalize */
/* line 15, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

/* line 27, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
button {
  overflow: visible; }

/* line 36, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
button,
select {
  text-transform: none; }

/* line 47, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

/* line 57, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/* line 64, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* line 73, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
input {
  line-height: normal; }

/* line 83, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/* line 93, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/* line 102, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/* line 113, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 120, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/* line 129, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
legend {
  border: 0;
  padding: 0; }

/* line 136, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
textarea {
  overflow: auto; }

/* line 143, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
optgroup {
  font-weight: bold; }

/*! normalize.css v3.0.0 | Tables | MIT License | git.io/normalize */
/* line 9, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/compass-normalize-1.5/stylesheets/normalize/_tables.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 14, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/compass-normalize-1.5/stylesheets/normalize/_tables.scss */
td,
th {
  padding: 0; }

/* line 1, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/toolkit-2.10.2/stylesheets/toolkit/_kickstart.scss */
html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 11, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/toolkit-2.10.2/stylesheets/toolkit/_kickstart.scss */
*, *:before, *:after {
  box-sizing: inherit; }

/* line 15, ../../../../../../../../../usr/local/rvm/gems/ruby-2.4.1@omega.mygov_base_omega/gems/toolkit-2.10.2/stylesheets/toolkit/_kickstart.scss */
embed,
img,
object,
video {
  max-width: 100%;
  height: auto; }

/*# sourceMappingURL=mygov-base-omega.normalize.css.map */
