@charset "UTF-8";

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-size: 16px;
  font-size: 1rem;
}

body {
  font-family: "Source Sans Pro",sans-serif;
  font-size: 1em;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: all .2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #ccc;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 38px;
}

h2,
.h2 {
  font-size: 31px;
}

h3,
.h3 {
  font-size: 25px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 14px;
}

p {
  margin: 0 0 11px;
}

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width:768px) {
  .lead {
    font-size: 24px;
  }
}

small,
.small {
  font-size: 87%;
}

cite {
  font-style: normal;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #046B99;
}

a.text-primary:hover {
  color: #034867;
}

.text-success {
  color: #72ce6f;
}

a.text-success:hover {
  color: #4dc149;
}

.text-info {
  color: #02BFE7;
}

a.text-info:hover {
  color: #0295b4;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #d34a37;
}

a.text-danger:hover {
  color: #b03827;
}

.bg-primary {
  color: #fff;
  background-color: #046B99;
}

a.bg-primary:hover {
  background-color: #034867;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #d6d6d6;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 22px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width:768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #d6d6d6;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #d6d6d6;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.main-content>.wrapper,
.two-column .main-content>.wrapper,
.global-header {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:768px) {
  .container,
  .main-content>.wrapper,
  .two-column .main-content>.wrapper,
  .global-header {
    width: 750px;
  }
}

@media (min-width:992px) {
  .container,
  .main-content>.wrapper,
  .two-column .main-content>.wrapper,
  .global-header {
    width: 970px;
  }
}

@media (min-width:1280px) {
  .container,
  .main-content>.wrapper,
  .two-column .main-content>.wrapper,
  .global-header {
    width: 1280px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width:768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width:992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width:1280px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

table {
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
  border-top: 0;
}

.table>tbody+tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
  background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
  background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
  background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
  background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
  background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
  background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
  background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
  background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
  background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
  background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
  background-color: #ebcccc;
}

@media screen and (max-width:767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #777;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #777;
}

.form-control::-webkit-input-placeholder {
  color: #777;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #d6d6d6;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 36px;
  line-height: 1.42857143 \0;
}

input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 33px;
}

input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 49px;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio+.radio,
.checkbox+.checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 33px;
  line-height: 33px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 49px;
  line-height: 49px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 45px;
}

.form-control-feedback {
  position: absolute;
  top: 27px;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}

.input-lg+.form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

.input-sm+.form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #72ce6f;
}

.has-success .form-control {
  border-color: #72ce6f;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.has-success .form-control:focus {
  border-color: #4dc149;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #bde8bb;
}

.has-success .input-group-addon {
  color: #72ce6f;
  border-color: #72ce6f;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #72ce6f;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #d34a37;
}

.has-error .form-control {
  border-color: #d34a37;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.has-error .form-control:focus {
  border-color: #b03827;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #e5968b;
}

.has-error .input-group-addon {
  color: #d34a37;
  border-color: #d34a37;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #d34a37;
}

.has-feedback label.sr-only~.form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width:768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group>.form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width:768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

@media (min-width:768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}

@media (min-width:768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #014e77;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: .35;
  filter: alpha(opacity=35);
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #014e77;
  background-color: #fff;
  border-color: #555;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  color: #014e77;
  background-color: #e6e6e6;
  border-color: #373737;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #555;
}

.btn-default .badge {
  color: #fff;
  background-color: #014e77;
}

.btn-primary {
  color: #333;
  background-color: #046B99;
  border-color: #035a80;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  color: #333;
  background-color: #034867;
  border-color: #023045;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #046B99;
  border-color: #035a80;
}

.btn-primary .badge {
  color: #046B99;
  background-color: #333;
}

.btn-success {
  color: #fff;
  background-color: #72ce6f;
  border-color: #5fc85c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
  color: #fff;
  background-color: #4dc149;
  border-color: #3eac3a;
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #72ce6f;
  border-color: #5fc85c;
}

.btn-success .badge {
  color: #72ce6f;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #02BFE7;
  border-color: #02aace;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
  color: #fff;
  background-color: #0295b4;
  border-color: #017891;
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #02BFE7;
  border-color: #02aace;
}

.btn-info .badge {
  color: #02BFE7;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #F27e31;
  border-color: #f06f19;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #e2630e;
  border-color: #c0540c;
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #F27e31;
  border-color: #f06f19;
}

.btn-warning .badge {
  color: #F27e31;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d34a37;
  border-color: #c53e2b;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #b03827;
  border-color: #932e20;
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d34a37;
  border-color: #c53e2b;
}

.btn-danger .badge {
  color: #d34a37;
  background-color: #fff;
}

.btn-link {
  color: #428bca;
  font-weight: normal;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm>.btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs>.btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333 !important;
  white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #046B99;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  color: #777;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width:768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  float: left;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
  z-index: 2;
}

.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus {
  outline: 0;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group>.btn:first-child {
  margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group>.btn-group {
  float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child>.btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical>.btn-group>.btn {
  float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
  float: none;
  display: table-cell;
  width: 100%;
}

.btn-group-justified>.btn-group .btn {
  width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"]>.btn>input[type="radio"],
[data-toggle="buttons"]>.btn>input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav>li {
  position: relative;
  display: block;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: #d6d6d6;
}

.nav>li.disabled>a {
  color: #777;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #d6d6d6;
  border-color: #428bca;
}

.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #d6d6d6 #d6d6d6 #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified>li {
  float: none;
}

.nav-tabs.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width:768px) {
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 0;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
  border: 1px solid #ddd;
}

@media (min-width:768px) {
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }

  .nav-tabs.nav-justified>.active>a,
  .nav-tabs.nav-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a:focus {
    border-bottom-color: #fff;
  }
}

.nav-pills>li {
  float: left;
}

.nav-pills>li>a {
  border-radius: 3px;
}

.nav-pills>li+li {
  margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color: #fff;
  background-color: #555;
}

.nav-stacked>li {
  float: none;
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified>li {
  float: none;
}

.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width:768px) {
  .nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified>li>a {
  margin-right: 0;
  border-radius: 0;
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
  border: 1px solid #ddd;
}

@media (min-width:768px) {
  .nav-tabs-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs-justified>.active>a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #fff;
  border-radius: 0;
}

.breadcrumb.breadcrumb li {
  height: auto;
  line-height: 1.2;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li+li:before {
  content: "\00a0";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb>.active {
  color: #333;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 0;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  color: #2a6496;
  background-color: #d6d6d6;
  border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  z-index: 2;
  color: #fff;
  background-color: #046B99;
  border-color: #046B99;
  cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 20px;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 14px;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #046B99;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #034867;
}

.label-success {
  background-color: #72ce6f;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #4dc149;
}

.label-info {
  background-color: #02BFE7;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #0295b4;
}

.label-warning {
  background-color: #F27e31;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #e2630e;
}

.label-danger {
  background-color: #d34a37;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #b03827;
}

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert>p,
.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #72ce6f;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #4dc149;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #02BFE7;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #0295b4;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #d34a37;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #b03827;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 0;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #046B99;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  transition: width .6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}

.progress-bar[aria-valuenow="0"] {
  color: #777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

.progress-bar-success {
  background-color: #72ce6f;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #02BFE7;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #F27e31;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d34a37;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media>.pull-right {
  padding-left: 10px;
}

.media-left,
.media>.pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}

.panel-title>a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel>.list-group {
  margin-bottom: 0;
}

.panel>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group+.panel-footer {
  border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
  margin-bottom: 0;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
  border-top-left-radius: -1;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
  border-top-right-radius: -1;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
  border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
  border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
  border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
  border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
  border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
  border-bottom: 0;
}

.panel>.table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 22px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}

.panel-group .panel+.panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #046B99;
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #046B99;
  border-color: #046B99;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #046B99;
}

.panel-primary>.panel-heading .badge {
  color: #046B99;
  background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #046B99;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success>.panel-heading {
  color: #72ce6f;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
  color: #dff0d8;
  background-color: #72ce6f;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info>.panel-heading {
  color: #02BFE7;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
  color: #d9edf7;
  background-color: #02BFE7;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning>.panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger>.panel-heading {
  color: #d34a37;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
  color: #f2dede;
  background-color: #d34a37;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.panel-body:before,
.panel-body:after,
.group:before,
.group:after,
.branding:before,
.branding:after,
.main-navigation:before,
.main-navigation:after,
.news-item:before,
.news-item:after,
.event-item:before,
.event-item:after,
.gallery:before,
.gallery:after,
.event-item:before,
.event-item:after,
.news-list .news-item:before,
.news-list .news-item:after,
.main-content>.wrapper:before,
.main-content>.wrapper:after,
.two-column .main-content>.wrapper:before,
.two-column .main-content>.wrapper:after,
.global-header:before,
.global-header:after {
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.panel-body:after,
.group:after,
.branding:after,
.main-navigation:after,
.news-item:after,
.event-item:after,
.gallery:after,
.event-item:after,
.news-list .news-item:after,
.main-content>.wrapper:after,
.two-column .main-content>.wrapper:after,
.global-header:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width:767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width:767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width:767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width:767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width:992px) and (max-width:1279px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width:992px) and (max-width:1279px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width:992px) and (max-width:1279px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width:992px) and (max-width:1279px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width:1280px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width:1280px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width:1280px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width:1280px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width:767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width:992px) and (max-width:1279px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width:1280px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.btn:focus {
  outline: dotted 2px #000;
}

div.active:focus {
  outline: dotted 1px #000;
}

a:focus {
  outline: dotted 1px #000;
}

.close:hover,
.close:focus {
  outline: dotted 1px #000;
}

.nav>li>a:hover,
.nav>li>a:focus {
  outline: dotted 1px #000;
}

.carousel-inner>.item {
  position: absolute;
  top: -999999em;
  display: block;
  transition: .6s,ease-in-out,left;
}

.carousel-inner>.active {
  top: 0;
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  position: relative;
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.alert-success {
  color: #2d4821;
}

.alert-info {
  color: #214c62;
}

.alert-warning {
  color: #6c4a00;
  background-color: #f9f1c6;
}

.alert-danger {
  color: #d2322d;
}

.alert-danger:hover {
  color: #a82824;
}

.primary.two-column .main-content {
  background-color: #fff;
}

@media (max-width:767px) {

}

.explore-invite a:hover span[class^="ca-gov-icon-"] {
  color: #FDB81E;
}

.explore-invite a:hover .explore-title {
  color: #FDB81E;
}

.global-footer {
  background: #222;
}

h1 span[class^="ca-gov-icon-"]:first-child {
  color: #046B99;
}

.mobile-control {
  color: #046B99;
}

.mobile-control a {
  color: #fff;
  text-decoration: none;
}

.mobile-control.toggle-sub-nav {
  color: #777;
}

.nav-item.active>a,
.nav-item:hover>a {
  color: #046B99;
}

.nav-item.active>a>span[class^="ca-gov-icon"],
.nav-item:hover>a>span[class^="ca-gov-icon"] {
  color: #046B99;
}

.nav-arrow-down {
  background: #046B99;
}

.first-level-link {
  color: #555;
}

.first-level-link>span[class^="ca-gov-icon"] {
  color: #9fc7da;
}

@media (max-width:767px) {
  .first-level-link {
    border-bottom: 1px solid #E1F2F7;
  }
}

.second-level-link {
  color: #046B99;
}

.second-level-link [class^="ca-gov-icon-"] {
  color: #046B99;
}

.second-level-nav>li {
  border: 1px solid transparent;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}

.second-level-nav>li:hover,
.second-level-nav>li:focus {
  background: #fff;
}

.second-level-nav .link-description {
  color: #555;
}

.sub-nav {
  border-top: 5px solid #FDB81E;
  border-bottom: 5px solid #046B99;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  background: #F5F9FB;
}

@media (max-width:767px) {
  .sub-nav {
    border-top: none;
    border-bottom: none;
  }
}

.nav-media {
  background: transparent;
}

.nav-media .media:hover {
  background: #fff;
}

.nav-media .media {
  border-bottom: 1px solid #d6d6d6;
}

.search-container .search-textfield {
  background-color: rgba(255,255,255,0.8);
}

.search-container .submit-container button {
  color: #fff;
  border-color: rgba(255,255,255,0.8);
}

.search-container:hover .search-textfield,
.search-container:focus .search-textfield,
.search-container.active .search-textfield {
  background-color: #fff;
}

.search-container:hover .submit-container button,
.search-container:focus .submit-container button,
.search-container.active .submit-container button {
  border-color: #fff;
}

.search-container.active {
  background: #d6d6d6;
}

@media (min-width:768px) {
  .search-container.active {
    border-bottom: 2px solid #d6d6d6;
  }
}

.search-container.active .submit-container button {
  border-color: #bdbdbd;
  background: #555;
}

.search-container.active .search-textfield {
  border-color: #bdbdbd;
}

.search-container.featured-search {
  background: #777;
  background: rgba(0,0,0,0.65);
}

.search-container.featured-search:hover,
.search-container.featured-search:focus {
  background-color: rgba(0,0,0,0.8);
}

.search-container.featured-search.active {
  background: #d6d6d6;
}

.panel-default {
  border-color: #ddd;
}

.panel-default>.panel-heading {
  color: #428bca;
  background-color: #fff;
  border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
  color: #fff;
  background-color: #428bca;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ddd;
}

.panel-default .panel-heading h2 span[class^="ca-gov-icon-"],
.panel-default .panel-heading h3 span[class^="ca-gov-icon-"],
.panel-default .panel-heading h4 span[class^="ca-gov-icon-"],
.panel-default .panel-heading h5 span[class^="ca-gov-icon-"] {
  color: #323A45;
}

.panel-default .panel-heading .options .btn-default {
  color: #000;
  background-color: #fff;
  border-color: #ddd;
}

.panel-default .panel-heading .options .btn-default:hover,
.panel-default .panel-heading .options .btn-default:focus,
.panel-default .panel-heading .options .btn-default:active,
.panel-default .panel-heading .options .btn-default.active,
.open>.dropdown-toggle.panel-default .panel-heading .options .btn-default {
  color: #000;
  background-color: #e6e6e6;
  border-color: #bebebe;
}

.panel-default .panel-heading .options .btn-default:active,
.panel-default .panel-heading .options .btn-default.active,
.open>.dropdown-toggle.panel-default .panel-heading .options .btn-default {
  background-image: none;
}

.panel-default .panel-heading .options .btn-default.disabled,
.panel-default .panel-heading .options .btn-default[disabled],
fieldset[disabled] .panel-default .panel-heading .options .btn-default,
.panel-default .panel-heading .options .btn-default.disabled:hover,
.panel-default .panel-heading .options .btn-default[disabled]:hover,
fieldset[disabled] .panel-default .panel-heading .options .btn-default:hover,
.panel-default .panel-heading .options .btn-default.disabled:focus,
.panel-default .panel-heading .options .btn-default[disabled]:focus,
fieldset[disabled] .panel-default .panel-heading .options .btn-default:focus,
.panel-default .panel-heading .options .btn-default.disabled:active,
.panel-default .panel-heading .options .btn-default[disabled]:active,
fieldset[disabled] .panel-default .panel-heading .options .btn-default:active,
.panel-default .panel-heading .options .btn-default.disabled.active,
.panel-default .panel-heading .options .btn-default[disabled].active,
fieldset[disabled] .panel-default .panel-heading .options .btn-default.active {
  background-color: #fff;
  border-color: #ddd;
}

.panel-default .panel-heading .options .btn-default .badge {
  color: #fff;
  background-color: #000;
}

.panel-default .panel-body {
  background: #fff;
}

.panel-overstated {
  border-color: #ddd;
}

.panel-overstated>.panel-heading {
  color: #fff;
  background-color: #046B99;
  border-color: #034867;
}

.panel-overstated>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd;
}

.panel-overstated>.panel-heading .badge {
  color: #046B99;
  background-color: #fff;
}

.panel-overstated>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ddd;
}

.panel-overstated .panel-heading {
  border-bottom-width: 5px;
  border-bottom-style: solid;
}

.panel-overstated .panel-heading h2 span[class^="ca-gov-icon-"],
.panel-overstated .panel-heading h3 span[class^="ca-gov-icon-"],
.panel-overstated .panel-heading h4 span[class^="ca-gov-icon-"],
.panel-overstated .panel-heading h5 span[class^="ca-gov-icon-"] {
  color: #fff;
}

.panel-overstated .panel-heading .options .btn-default {
  color: #fff;
  background-color: #4f97b8;
  border-color: #034867;
}

.panel-overstated .panel-heading .options .btn-default:hover,
.panel-overstated .panel-heading .options .btn-default:focus,
.panel-overstated .panel-heading .options .btn-default:active,
.panel-overstated .panel-heading .options .btn-default.active,
.open>.dropdown-toggle.panel-overstated .panel-heading .options .btn-default {
  color: #fff;
  background-color: #3d7b97;
  border-color: #011f2c;
}

.panel-overstated .panel-heading .options .btn-default:active,
.panel-overstated .panel-heading .options .btn-default.active,
.open>.dropdown-toggle.panel-overstated .panel-heading .options .btn-default {
  background-image: none;
}

.panel-overstated .panel-heading .options .btn-default.disabled,
.panel-overstated .panel-heading .options .btn-default[disabled],
fieldset[disabled] .panel-overstated .panel-heading .options .btn-default,
.panel-overstated .panel-heading .options .btn-default.disabled:hover,
.panel-overstated .panel-heading .options .btn-default[disabled]:hover,
fieldset[disabled] .panel-overstated .panel-heading .options .btn-default:hover,
.panel-overstated .panel-heading .options .btn-default.disabled:focus,
.panel-overstated .panel-heading .options .btn-default[disabled]:focus,
fieldset[disabled] .panel-overstated .panel-heading .options .btn-default:focus,
.panel-overstated .panel-heading .options .btn-default.disabled:active,
.panel-overstated .panel-heading .options .btn-default[disabled]:active,
fieldset[disabled] .panel-overstated .panel-heading .options .btn-default:active,
.panel-overstated .panel-heading .options .btn-default.disabled.active,
.panel-overstated .panel-heading .options .btn-default[disabled].active,
fieldset[disabled] .panel-overstated .panel-heading .options .btn-default.active {
  background-color: #4f97b8;
  border-color: #034867;
}

.panel-overstated .panel-heading .options .btn-default .badge {
  color: #4f97b8;
  background-color: #fff;
}

.panel-overstated .panel-body {
  background: #fff;
}

.panel-understated {
  border-color: #ccc;
}

.panel-understated>.panel-heading {
  color: inherit;
  background-color: #E1F2F7;
  border-color: #ccc;
}

.panel-understated>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ccc;
}

.panel-understated>.panel-heading .badge {
  color: #E1F2F7;
  background-color: inherit;
}

.panel-understated>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ccc;
}

.panel-understated .panel-heading {
  border-bottom-width: 2px;
  border-bottom-style: dotted;
}

.panel-understated .panel-heading h2 span[class^="ca-gov-icon-"],
.panel-understated .panel-heading h3 span[class^="ca-gov-icon-"],
.panel-understated .panel-heading h4 span[class^="ca-gov-icon-"],
.panel-understated .panel-heading h5 span[class^="ca-gov-icon-"] {
  color: #323A45;
}

.panel-understated .panel-heading .options .btn-default {
  color: #000;
  background-color: #f6fbfd;
  border-color: #ccc;
}

.panel-understated .panel-heading .options .btn-default:hover,
.panel-understated .panel-heading .options .btn-default:focus,
.panel-understated .panel-heading .options .btn-default:active,
.panel-understated .panel-heading .options .btn-default.active,
.open>.dropdown-toggle.panel-understated .panel-heading .options .btn-default {
  color: #000;
  background-color: #ceeaf2;
  border-color: #adadad;
}

.panel-understated .panel-heading .options .btn-default:active,
.panel-understated .panel-heading .options .btn-default.active,
.open>.dropdown-toggle.panel-understated .panel-heading .options .btn-default {
  background-image: none;
}

.panel-understated .panel-heading .options .btn-default.disabled,
.panel-understated .panel-heading .options .btn-default[disabled],
fieldset[disabled] .panel-understated .panel-heading .options .btn-default,
.panel-understated .panel-heading .options .btn-default.disabled:hover,
.panel-understated .panel-heading .options .btn-default[disabled]:hover,
fieldset[disabled] .panel-understated .panel-heading .options .btn-default:hover,
.panel-understated .panel-heading .options .btn-default.disabled:focus,
.panel-understated .panel-heading .options .btn-default[disabled]:focus,
fieldset[disabled] .panel-understated .panel-heading .options .btn-default:focus,
.panel-understated .panel-heading .options .btn-default.disabled:active,
.panel-understated .panel-heading .options .btn-default[disabled]:active,
fieldset[disabled] .panel-understated .panel-heading .options .btn-default:active,
.panel-understated .panel-heading .options .btn-default.disabled.active,
.panel-understated .panel-heading .options .btn-default[disabled].active,
fieldset[disabled] .panel-understated .panel-heading .options .btn-default.active {
  background-color: #f6fbfd;
  border-color: #ccc;
}

.panel-understated .panel-heading .options .btn-default .badge {
  color: #f6fbfd;
  background-color: #000;
}

.panel-understated .panel-body {
  background: #fff;
}

.panel-standout {
  border-color: #ccc;
}

.panel-standout>.panel-heading {
  color: #fff;
  background-color: #323A45;
  border-color: #FDB81E;
}

.panel-standout>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ccc;
}

.panel-standout>.panel-heading .badge {
  color: #323A45;
  background-color: #fff;
}

.panel-standout>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ccc;
}

.panel-standout .panel-heading {
  border-bottom-width: 5px;
  border-bottom-style: solid;
}

.panel-standout .panel-heading h2 span[class^="ca-gov-icon-"],
.panel-standout .panel-heading h3 span[class^="ca-gov-icon-"],
.panel-standout .panel-heading h4 span[class^="ca-gov-icon-"],
.panel-standout .panel-heading h5 span[class^="ca-gov-icon-"] {
  color: #FDB81E;
}

.panel-standout .panel-heading .options .btn-default {
  color: #fff;
  background-color: #70757d;
  border-color: #272e36;
}

.panel-standout .panel-heading .options .btn-default:hover,
.panel-standout .panel-heading .options .btn-default:focus,
.panel-standout .panel-heading .options .btn-default:active,
.panel-standout .panel-heading .options .btn-default.active,
.open>.dropdown-toggle.panel-standout .panel-heading .options .btn-default {
  color: #fff;
  background-color: #575c62;
  border-color: #0e1013;
}

.panel-standout .panel-heading .options .btn-default:active,
.panel-standout .panel-heading .options .btn-default.active,
.open>.dropdown-toggle.panel-standout .panel-heading .options .btn-default {
  background-image: none;
}

.panel-standout .panel-heading .options .btn-default.disabled,
.panel-standout .panel-heading .options .btn-default[disabled],
fieldset[disabled] .panel-standout .panel-heading .options .btn-default,
.panel-standout .panel-heading .options .btn-default.disabled:hover,
.panel-standout .panel-heading .options .btn-default[disabled]:hover,
fieldset[disabled] .panel-standout .panel-heading .options .btn-default:hover,
.panel-standout .panel-heading .options .btn-default.disabled:focus,
.panel-standout .panel-heading .options .btn-default[disabled]:focus,
fieldset[disabled] .panel-standout .panel-heading .options .btn-default:focus,
.panel-standout .panel-heading .options .btn-default.disabled:active,
.panel-standout .panel-heading .options .btn-default[disabled]:active,
fieldset[disabled] .panel-standout .panel-heading .options .btn-default:active,
.panel-standout .panel-heading .options .btn-default.disabled.active,
.panel-standout .panel-heading .options .btn-default[disabled].active,
fieldset[disabled] .panel-standout .panel-heading .options .btn-default.active {
  background-color: #70757d;
  border-color: #272e36;
}

.panel-standout .panel-heading .options .btn-default .badge {
  color: #70757d;
  background-color: #fff;
}

.panel-standout .panel-body {
  background: #fff;
}

.panel-standout.highlight .panel-heading .triangle {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #FDB81E;
}

.tab-group {
  background: #fff;
}

.tab-group .nav-tabs {
  background: #fff;
}

figure {
  background-color: #E1F2F7;
  border-color: #9FDBF1;
}

.location.mini [class^="ca-gov-icon"] {
  background: #323A45;
  color: #fff;
}

.published {
  color: #777;
}

.section-default,
.card-default {
  background-color: #f5f5f5;
}

.ie9 .section-default,
.ie9 .card-default {
  background-color: #f5f5f5 !important;
}

.section-default .panel-heading,
.card-default .panel-heading {
  background-color: #ededed;
}

.ie9 .section-default .panel-heading,
.ie9 .card-default .panel-heading {
  background-color: #ededed !important;
}

.section-search,
.card-search {
  background-color: #d6d6d6;
}

.ie9 .section-search,
.ie9 .card-search {
  background-color: #d6d6d6 !important;
}

.section-understated,
.card-understated {
  background-color: #d6d6d6;
}

.ie9 .section-understated,
.ie9 .card-understated {
  background-color: #d6d6d6 !important;
}

.section-overstated,
.card-overstated {
  background-color: #02BFE7;
  color: #000;
}

.section-overstated a:not(.btn),
.card-overstated a:not(.btn) {
  color: #fff;
  text-decoration: none;
  transition: all .25s;
}

.section-overstated a:not(.btn):hover,
.card-overstated a:not(.btn):hover,
.section-overstated a:not(.btn):focus,
.card-overstated a:not(.btn):focus {
  color: #fff;
  text-decoration: underline;
}

.section-overstated a:not(.btn):focus,
.card-overstated a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ie9 .section-overstated,
.ie9 .card-overstated {
  background-color: #02BFE7 !important;
}

.section-standout,
.card-standout {
  background-color: #323A45;
  color: #fff;
}

.section-standout a:not(.btn),
.card-standout a:not(.btn) {
  color: #49bbf8;
  text-decoration: none;
  transition: all .25s;
}

.section-standout a:not(.btn):hover,
.card-standout a:not(.btn):hover,
.section-standout a:not(.btn):focus,
.card-standout a:not(.btn):focus {
  color: #fff;
  text-decoration: underline;
}

.section-standout a:not(.btn):focus,
.card-standout a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.section-standout .half-gauge-chart .donut-background,
.card-standout .half-gauge-chart .donut-background {
  fill: #d6d6d6;
}

.section-standout .half-gauge-chart .donut-halfmark,
.card-standout .half-gauge-chart .donut-halfmark {
  stroke: #f5f5f5;
}

.ie9 .section-standout,
.ie9 .card-standout {
  background-color: #323A45 !important;
}

.section-impact,
.card-impact {
  background-color: #323A45;
  color: #fff;
}

.section-impact a:not(.btn),
.card-impact a:not(.btn) {
  color: #f5f5f5;
  text-decoration: none;
  transition: all .25s;
}

.section-impact a:not(.btn):hover,
.card-impact a:not(.btn):hover,
.section-impact a:not(.btn):focus,
.card-impact a:not(.btn):focus {
  color: #FDB81E;
  text-decoration: underline;
}

.section-impact a:not(.btn):focus,
.card-impact a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.section-impact .half-gauge-chart .donut-background,
.card-impact .half-gauge-chart .donut-background {
  fill: #d6d6d6;
}

.section-impact .half-gauge-chart .donut-halfmark,
.card-impact .half-gauge-chart .donut-halfmark {
  stroke: #f5f5f5;
}

.ie9 .section-impact,
.ie9 .card-impact {
  background-color: #323A45 !important;
}

.section-impact h1,
.card-impact h1,
.section-impact h2,
.card-impact h2,
.section-impact h3,
.card-impact h3,
.section-impact h4,
.card-impact h4,
.section-impact h5,
.card-impact h5,
.section-impact h6,
.card-impact h6 {
  color: #9FDBF1;
  font-weight: 900;
}

.section-impact .btn-default,
.card-impact .btn-default {
  color: #fff;
  background-color: transparent;
  border-color: #9FDBF1;
  margin-bottom: 11px;
}

.section-impact .btn-default:hover,
.card-impact .btn-default:hover,
.section-impact .btn-default:focus,
.card-impact .btn-default:focus,
.section-impact .btn-default:active,
.card-impact .btn-default:active,
.section-impact .btn-default.active,
.card-impact .btn-default.active,
.open>.dropdown-toggle.section-impact .btn-default,
.open>.dropdown-toggle.card-impact .btn-default {
  color: #fff;
  background-color: rgba(255,255,255,0.2);
  border-color: #fff;
}

.section-impact .btn-default:active,
.card-impact .btn-default:active,
.section-impact .btn-default.active,
.card-impact .btn-default.active,
.open>.dropdown-toggle.section-impact .btn-default,
.open>.dropdown-toggle.card-impact .btn-default {
  background-image: none;
}

.section-impact .btn-default.disabled,
.card-impact .btn-default.disabled,
.section-impact .btn-default[disabled],
.card-impact .btn-default[disabled],
fieldset[disabled] .section-impact .btn-default,
fieldset[disabled] .card-impact .btn-default,
.section-impact .btn-default.disabled:hover,
.card-impact .btn-default.disabled:hover,
.section-impact .btn-default[disabled]:hover,
.card-impact .btn-default[disabled]:hover,
fieldset[disabled] .section-impact .btn-default:hover,
fieldset[disabled] .card-impact .btn-default:hover,
.section-impact .btn-default.disabled:focus,
.card-impact .btn-default.disabled:focus,
.section-impact .btn-default[disabled]:focus,
.card-impact .btn-default[disabled]:focus,
fieldset[disabled] .section-impact .btn-default:focus,
fieldset[disabled] .card-impact .btn-default:focus,
.section-impact .btn-default.disabled:active,
.card-impact .btn-default.disabled:active,
.section-impact .btn-default[disabled]:active,
.card-impact .btn-default[disabled]:active,
fieldset[disabled] .section-impact .btn-default:active,
fieldset[disabled] .card-impact .btn-default:active,
.section-impact .btn-default.disabled.active,
.card-impact .btn-default.disabled.active,
.section-impact .btn-default[disabled].active,
.card-impact .btn-default[disabled].active,
fieldset[disabled] .section-impact .btn-default.active,
fieldset[disabled] .card-impact .btn-default.active {
  background-color: transparent;
  border-color: #9FDBF1;
}

.section-impact .btn-default .badge,
.card-impact .btn-default .badge {
  color: transparent;
  background-color: #fff;
}

.section-impact .btn-default [class^="ca-gov-icon-"],
.card-impact .btn-default [class^="ca-gov-icon-"] {
  color: #9FDBF1;
  padding: 0 5px;
}

.section-primary,
.card-primary {
  background-color: #046B99;
  color: #fff;
}

.section-primary a:not(.btn),
.card-primary a:not(.btn) {
  color: #f5f5f5;
  text-decoration: none;
  transition: all .25s;
}

.section-primary a:not(.btn):hover,
.card-primary a:not(.btn):hover,
.section-primary a:not(.btn):focus,
.card-primary a:not(.btn):focus {
  color: #FDB81E;
  text-decoration: underline;
}

.section-primary a:not(.btn):focus,
.card-primary a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ie9 .section-primary,
.ie9 .card-primary {
  background-color: #046B99 !important;
}

.section-inverted,
.card-inverted {
  background-color: #222;
  color: #fff;
}

.section-inverted a:not(.btn),
.card-inverted a:not(.btn) {
  color: #f5f5f5;
  text-decoration: none;
  transition: all .25s;
}

.section-inverted a:not(.btn):hover,
.card-inverted a:not(.btn):hover,
.section-inverted a:not(.btn):focus,
.card-inverted a:not(.btn):focus {
  color: #FDB81E;
  text-decoration: underline;
}

.section-inverted a:not(.btn):focus,
.card-inverted a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ie9 .section-inverted,
.ie9 .card-inverted {
  background-color: #222 !important;
}

.section-danger,
.card-danger {
  background-color: #d34a37;
  color: #fff;
}

.section-danger a:not(.btn),
.card-danger a:not(.btn) {
  color: #000;
  text-decoration: none;
  transition: all .25s;
}

.section-danger a:not(.btn):hover,
.card-danger a:not(.btn):hover,
.section-danger a:not(.btn):focus,
.card-danger a:not(.btn):focus {
  color: #fff;
  text-decoration: underline;
}

.section-danger a:not(.btn):focus,
.card-danger a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ie9 .section-danger,
.ie9 .card-danger {
  background-color: #d34a37 !important;
}

.header-slideshow-banner {
  position: relative;
  height: 600px;
  background: #000;
}

.header-slideshow-banner .banner-pager,
.header-slideshow-banner .banner-play-pause {
  top: 350px;
}

.header-slideshow-banner .carousel {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width:767px) {
  .header-slideshow-banner {
    display: block;
    height: 160px;
  }

  .header-slideshow-banner #primary-carousel {
    margin: 0;
    padding: 0;
  }

  .header-slideshow-banner #primary-carousel .slide-text {
    bottom: -11px;
    right: 0;
    font-size: 14px;
    width: 100%;
  }

  .header-slideshow-banner #primary-carousel .slide-text .title {
    font-size: 19px;
  }
}

@media (max-width:767px) {
  .header-slideshow-banner .banner-pager,
  .header-slideshow-banner .banner-play-pause {
    top: 15px;
  }
}

.progress-bar-default {
  background-color: #d6d6d6;
}

.progress-striped .progress-bar-default {
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}

.progress-bar-primary {
  background-color: #046B99;
}

.progress-striped .progress-bar-primary {
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}

.progress-bar-understated {
  background-color: #E1F2F7;
}

.progress-striped .progress-bar-understated {
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}

.progress-bar-overstated {
  background-color: #02BFE7;
}

.progress-striped .progress-bar-overstated {
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}

.progress-bar-standout {
  background-color: #323A45;
}

.progress-striped .progress-bar-standout {
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}

.progress-bar-accent1 {
  background-color: #1f89db;
}

.progress-striped .progress-bar-accent1 {
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}

.progress-bar-accent1 {
  background-color: #1f89db;
}

.progress-striped .progress-bar-accent1 {
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}

.progress-bar-accent2 {
  background-color: #49bbf8;
}

.progress-striped .progress-bar-accent2 {
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}

.progress-bar-accent3 {
  background-color: #35bbaa;
}

.progress-striped .progress-bar-accent3 {
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}

.progress-bar-accent4 {
  background-color: #72ce6f;
}

.progress-striped .progress-bar-accent4 {
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}

.progress-bar-accent5 {
  background-color: #815ab4;
}

.progress-striped .progress-bar-accent5 {
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}

.progress-bar-accent6 {
  background-color: #dd99e5;
}

.progress-striped .progress-bar-accent6 {
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}

.progress-bar-accent7 {
  background-color: #d34a37;
}

.progress-striped .progress-bar-accent7 {
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}

.progress-bar-accent8 {
  background-color: #F27e31;
}

.progress-striped .progress-bar-accent8 {
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}

.progress-bar-accent9 {
  background-color: #f7e455;
}

.progress-striped .progress-bar-accent9 {
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}

.testimonial-default {
  background: #f5f5f5;
}

.testimonial-understated {
  background: #E1F2F7;
}

.testimonial-overstated {
  background: #02BFE7;
  color: #000;
}

.testimonial-overstated a:not(.btn) {
  color: #fff;
  text-decoration: none;
  transition: all .25s;
}

.testimonial-overstated a:not(.btn):hover,
.testimonial-overstated a:not(.btn):focus {
  color: #fff;
  text-decoration: underline;
}

.testimonial-overstated a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.testimonial-overstated footer {
  color: #000;
}

.testimonial-standout {
  background: #323A45;
  color: #fff;
}

.testimonial-standout a:not(.btn) {
  color: #FDB81E;
  text-decoration: none;
  transition: all .25s;
}

.testimonial-standout a:not(.btn):hover,
.testimonial-standout a:not(.btn):focus {
  color: #fff;
  text-decoration: underline;
}

.testimonial-standout a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.testimonial-standout footer {
  color: #fff;
}

.testimonial-primary {
  background: #046B99;
  color: #fff;
}

.testimonial-primary a:not(.btn) {
  color: #FDB81E;
  text-decoration: none;
  transition: all .25s;
}

.testimonial-primary a:not(.btn):hover,
.testimonial-primary a:not(.btn):focus {
  color: #fff;
  text-decoration: underline;
}

.testimonial-primary a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.testimonial-primary footer {
  color: #fff;
}

.testimonial-inverted {
  background: #222;
  color: #fff;
}

.testimonial-inverted a:not(.btn) {
  color: #FDB81E;
  text-decoration: none;
  transition: all .25s;
}

.testimonial-inverted a:not(.btn):hover,
.testimonial-inverted a:not(.btn):focus {
  color: #fff;
  text-decoration: underline;
}

.testimonial-inverted a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.testimonial-inverted footer {
  color: #fff;
}

.testimonial-danger {
  background: #d34a37;
  color: #fff;
}

.testimonial-danger a:not(.btn) {
  color: #000;
  text-decoration: none;
  transition: all .25s;
}

.testimonial-danger a:not(.btn):hover,
.testimonial-danger a:not(.btn):focus {
  color: #fff;
  text-decoration: underline;
}

.testimonial-danger a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.testimonial-danger footer {
  color: #fff;
}

.card-default {
  background-color: #fff;
  border-color: #d6d6d6;
  color: #000;
}

.card-default .card-header {
  border-bottom: 1px solid #d6d6d6;
  background-color: #f2f2f2;
}

.card-default .card-footer {
  border-top: 1px solid #d6d6d6;
  background-color: #f2f2f2;
}

.card-primary {
  background-color: #046B99;
  border-color: #046B99;
  color: #fff;
}

.card-primary a:not(.btn) {
  color: gray-lightest;
  text-decoration: none;
  transition: all .25s;
}

.card-primary a:not(.btn):hover,
.card-primary a:not(.btn):focus {
  color: #FDB81E;
  text-decoration: underline;
}

.card-primary a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.card-primary .card-header {
  border-bottom: 1px solid #046B99;
  background-color: #035a80;
}

.card-primary .card-footer {
  border-top: 1px solid #046B99;
  background-color: #035a80;
}

.card-understated {
  background-color: #E1F2F7;
  border-color: #cde9f2;
  color: #000;
}

.card-understated .card-header {
  border-bottom: 1px solid #cde9f2;
  background-color: #cde9f2;
}

.card-understated .card-footer {
  border-top: 1px solid #cde9f2;
  background-color: #cde9f2;
}

.card-overstated {
  background-color: #02BFE7;
  border-color: #029ebf;
  color: #000;
}

.card-overstated a:not(.btn) {
  color: #fff;
  text-decoration: none;
  transition: all .25s;
}

.card-overstated a:not(.btn):hover,
.card-overstated a:not(.btn):focus {
  color: #FDB81E;
  text-decoration: underline;
}

.card-overstated a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.card-overstated .card-header {
  border-bottom: 1px solid #029ebf;
  background-color: #02aace;
}

.card-overstated .card-footer {
  border-top: 1px solid #029ebf;
  background-color: #02aace;
}

.card-standout {
  background-color: #323A45;
  border-color: #21262d;
  color: #fff;
}

.card-standout a:not(.btn) {
  color: #f5f5f5;
  text-decoration: none;
  transition: all .25s;
}

.card-standout a:not(.btn):hover,
.card-standout a:not(.btn):focus {
  color: #FDB81E;
  text-decoration: underline;
}

.card-standout a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.card-standout .card-header {
  border-bottom: 1px solid #21262d;
  background-color: #272e36;
}

.card-standout .card-footer {
  border-top: 1px solid #21262d;
  background-color: #272e36;
}

.card-inverted,
.card-inverse {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.card-inverted a:not(.btn),
.card-inverse a:not(.btn) {
  color: #f5f5f5;
  text-decoration: none;
  transition: all .25s;
}

.card-inverted a:not(.btn):hover,
.card-inverse a:not(.btn):hover,
.card-inverted a:not(.btn):focus,
.card-inverse a:not(.btn):focus {
  color: #FDB81E;
  text-decoration: underline;
}

.card-inverted a:not(.btn):focus,
.card-inverse a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.card-inverted .card-header,
.card-inverse .card-header {
  border-bottom: 1px solid #000;
  background-color: #000;
}

.card-inverted .card-footer,
.card-inverse .card-footer {
  border-top: 1px solid #000;
  background-color: #000;
}

.card-success {
  background-color: #72ce6f;
  border-color: #72ce6f;
  color: #000;
}

.card-success a:not(.btn) {
  color: #FDB81E;
  text-decoration: none;
  transition: all .25s;
}

.card-success a:not(.btn):hover,
.card-success a:not(.btn):focus {
  color: #fff;
  text-decoration: underline;
}

.card-success a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.card-success .card-header {
  border-bottom: 1px solid #72ce6f;
  background-color: #5fc85c;
}

.card-success .card-footer {
  border-top: 1px solid #72ce6f;
  background-color: #5fc85c;
}

.card-info {
  background-color: #02BFE7;
  border-color: #02BFE7;
  color: #000;
}

.card-info a:not(.btn) {
  color: #fff;
  text-decoration: none;
  transition: all .25s;
}

.card-info a:not(.btn):hover,
.card-info a:not(.btn):focus {
  color: #fff;
  text-decoration: underline;
}

.card-info a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.card-info .card-header {
  border-bottom: 1px solid #02BFE7;
  background-color: #02aace;
}

.card-info .card-footer {
  border-top: 1px solid #02BFE7;
  background-color: #02aace;
}

.card-warning {
  background-color: #F27e31;
  border-color: #F27e31;
  color: #fff;
}

.card-warning a:not(.btn) {
  color: #000;
  text-decoration: none;
  transition: all .25s;
}

.card-warning a:not(.btn):hover,
.card-warning a:not(.btn):focus {
  color: #fff;
  text-decoration: underline;
}

.card-warning a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.card-warning .card-header {
  border-bottom: 1px solid #F27e31;
  background-color: #f06f19;
}

.card-warning .card-footer {
  border-top: 1px solid #F27e31;
  background-color: #f06f19;
}

.card-danger {
  background-color: #d34a37;
  border-color: #d34a37;
  color: #fff;
}

.card-danger a:not(.btn) {
  color: #000;
  text-decoration: none;
  transition: all .25s;
}

.card-danger a:not(.btn):hover,
.card-danger a:not(.btn):focus {
  color: #fff;
  text-decoration: underline;
}

.card-danger a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.card-danger .card-header {
  border-bottom: 1px solid #d34a37;
  background-color: #c53e2b;
}

.card-danger .card-footer {
  border-top: 1px solid #d34a37;
  background-color: #c53e2b;
}

.card-inverse .card-header,
.card-inverted .card-header {
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.card-inverse .card-footer,
.card-inverted .card-footer {
  border-top: 1px solid rgba(255,255,255,0.2);
}

.text-accent1 {
  color: #1f89db;
}

.text-accent2 {
  color: #49bbf8;
}

.text-accent3 {
  color: #35bbaa;
}

.text-accent4 {
  color: #72ce6f;
}

.text-accent5 {
  color: #815ab4;
}

.text-accent6 {
  color: #dd99e5;
}

.text-accent7 {
  color: #d34a37;
}

.text-accent8 {
  color: #F27e31;
}

.text-accent9 {
  color: #f7e455;
}

.text-accent-p1 {
  color: #FDB81E;
}

.text-accent-p2 {
  color: #046B99;
}

.text-accent-p3 {
  color: #323A45;
}

.text-accent-s1 {
  color: #E1F2F7;
}

.text-accent-s2 {
  color: #9FDBF1;
}

.text-accent-s3 {
  color: #02BFE7;
}

.section-understated .img-thumbnail,
.card-understated .img-thumbnail {
  padding: 4px;
  background-color: #f5f5f5;
  border: 1px solid #c2c2c2;
}

.section-overstated .img-thumbnail,
.card-overstated .img-thumbnail {
  padding: 4px;
  background-color: #9ae5f5;
  border: 1px solid #029ebf;
}

.section-standout .img-thumbnail,
.card-standout .img-thumbnail,
.section-impact .img-thumbnail,
.card-impact .img-thumbnail {
  padding: 4px;
  background-color: #84898f;
  border: 1px solid #21262d;
}

.section-primary .img-thumbnail,
.card-primary .img-thumbnail {
  padding: 4px;
  background-color: #b4d3e0;
  border: 1px solid #034867;
}

.section-inverted .img-thumbnail,
.card-inverted .img-thumbnail {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #c2c2c2;
}

.section-danger .img-thumbnail,
.card-danger .img-thumbnail {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #c2c2c2;
}

.carousel-video-submenu .owl-item.watching img {
  border-color: #FDB81E;
}

html.high-contrast * {
  background-color: #000 !important;
  background-image: none !important;
  border-color: #ffd600 !important;
  box-shadow: none !important;
  color: #ffd600 !important;
  text-shadow: none !important;
}

html.high-contrast .gauge-detail,
html.high-contrast .gauge-number,
html.high-contrast .percent-detail {
  background: none !important;
}

html.high-contrast .service-tile .teaser:before {
  border: none !important;
}

html.high-contrast .enableHighContrastMode.active,
html.high-contrast .disableHighContrastMode.active {
  background: #ffd600 !important;
  color: #000 !important;
}

html.high-contrast .close {
  opacity: 1;
}

@media (min-width:768px) {
  .global-header.fixed {
    z-index: 7;
  }

  .ask-group {
    z-index: 5;
    position: fixed;
  }

  .search-results-container {
    z-index: 6;
    position: absolute;
    top: 155px;
    width: 100%;
  }
}

@media (max-width:767px) {
  .ask-group {
    float: none;
    padding-bottom: 1px;
  }
}

@media (min-width:768px) {
  .fixed.compact .search-container {
    opacity: 0;
  }

  .active-search .fixed.compact .search-container,
  .fixed.compact .search-container.active {
    opacity: 1;
    top: 51px;
  }
}

.dev.nav-item .sub-nav {
  display: block;
}

html {
  overflow-y: scroll;
}

.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@font-face {
  font-family: 'CaGov';
  src: url('../fonts/CaGov.eot');
  src: url('../fonts/CaGov.eot#iefix') format('embedded-opentype'),url('../fonts/CaGov.ttf') format('truetype'),url('../fonts/CaGov.woff') format('woff'),url('../fonts/CaGov.svg#CaGov') format('svg');
}

[class^="ca-gov-icon-"],
[class*="ca-gov-icon-"] {
  font-family: 'CaGov';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ca-gov-icon-bullet-disc:before {
  content: "\e911";
}

.ca-gov-icon-dwr-funding:before {
  content: "\e900";
}

.ca-gov-icon-dwr-library:before {
  content: "\e901";
}

.ca-gov-icon-dwr-programs:before {
  content: "\e902";
}

.ca-gov-icon-dwr-thelaw:before {
  content: "\e903";
}

.ca-gov-icon-dwr-waterbasics:before {
  content: "\e904";
}

.ca-gov-icon-dwr-whatwedo:before {
  content: "\e905";
}

.ca-gov-icon-logo:before {
  content: "\e600";
}

.ca-gov-icon-home:before {
  content: "\e601";
}

.ca-gov-icon-menu:before {
  content: "\e602";
}

.ca-gov-icon-apps:before {
  content: "\e603";
}

.ca-gov-icon-search:before {
  content: "\e604";
}

.ca-gov-icon-chat:before {
  content: "\e605";
}

.ca-gov-icon-capitol:before {
  content: "\e606";
}

.ca-gov-icon-state:before {
  content: "\e607";
}

.ca-gov-icon-phone:before {
  content: "\e608";
}

.ca-gov-icon-email:before {
  content: "\e609";
}

.ca-gov-icon-contact-us:before {
  content: "\e66e";
}

.ca-gov-icon-calendar:before {
  content: "\e60a";
}

.ca-gov-icon-bear:before {
  content: "\e60b";
}

.ca-gov-icon-chat-bubble:before {
  content: "\e66f";
}

.ca-gov-icon-info-bubble:before {
  content: "\e670";
}

.ca-gov-icon-share-button:before {
  content: "\e671";
}

.ca-gov-icon-share-facebook:before {
  content: "\e672";
}

.ca-gov-icon-share-email:before {
  content: "\e673";
}

.ca-gov-icon-share-flickr:before {
  content: "\e674";
}

.ca-gov-icon-share-twitter:before {
  content: "\e675";
}

.ca-gov-icon-share-linkedin:before {
  content: "\e676";
}

.ca-gov-icon-share-googleplus:before {
  content: "\e677";
}

.ca-gov-icon-share-instagram:before {
  content: "\e678";
}

.ca-gov-icon-share-pinterest:before {
  content: "\e679";
}

.ca-gov-icon-share-vimeo:before {
  content: "\e67a";
}

.ca-gov-icon-share-youtube:before {
  content: "\e67b";
}

.ca-gov-icon-law-enforcement:before {
  content: "\e60c";
}

.ca-gov-icon-justice-legal:before {
  content: "\e60d";
}

.ca-gov-icon-at-sign:before {
  content: "\e60e";
}

.ca-gov-icon-attachment:before {
  content: "\e60f";
}

.ca-gov-icon-zipped-file:before {
  content: "\e610";
}

.ca-gov-icon-powerpoint:before {
  content: "\e611";
}

.ca-gov-icon-excel:before {
  content: "\e612";
}

.ca-gov-icon-word:before {
  content: "\e613";
}

.ca-gov-icon-pdf:before {
  content: "\e614";
}

.ca-gov-icon-share:before {
  content: "\e615";
}

.ca-gov-icon-facebook:before {
  content: "\e616";
}

.ca-gov-icon-linkedin:before {
  content: "\e617";
}

.ca-gov-icon-youtube:before {
  content: "\e618";
}

.ca-gov-icon-twitter:before {
  content: "\e619";
}

.ca-gov-icon-pinterest:before {
  content: "\e61a";
}

.ca-gov-icon-vimeo:before {
  content: "\e61b";
}

.ca-gov-icon-instagram:before {
  content: "\e61c";
}

.ca-gov-icon-flickr:before {
  content: "\e61d";
}

.ca-gov-icon-google-plus:before {
  content: "\e66d";
}

.ca-gov-icon-microsoft:before {
  content: "\e61e";
}

.ca-gov-icon-apple:before {
  content: "\e61f";
}

.ca-gov-icon-android:before {
  content: "\e620";
}

.ca-gov-icon-computer:before {
  content: "\e621";
}

.ca-gov-icon-tablet:before {
  content: "\e622";
}

.ca-gov-icon-smartphone:before {
  content: "\e623";
}

.ca-gov-icon-roadways:before {
  content: "\e624";
}

.ca-gov-icon-travel-car:before {
  content: "\e625";
}

.ca-gov-icon-travel-air:before {
  content: "\e626";
}

.ca-gov-icon-truck-delivery:before {
  content: "\e627";
}

.ca-gov-icon-construction:before {
  content: "\e628";
}

.ca-gov-icon-bar-chart:before {
  content: "\e629";
}

.ca-gov-icon-pie-chart:before {
  content: "\e62a";
}

.ca-gov-icon-graph:before {
  content: "\e62b";
}

.ca-gov-icon-server:before {
  content: "\e62c";
}

.ca-gov-icon-download:before {
  content: "\e62d";
}

.ca-gov-icon-cloud-download:before {
  content: "\e62e";
}

.ca-gov-icon-cloud-upload:before {
  content: "\e62f";
}

.ca-gov-icon-shield:before {
  content: "\e630";
}

.ca-gov-icon-fire:before {
  content: "\e631";
}

.ca-gov-icon-binoculars:before {
  content: "\e632";
}

.ca-gov-icon-compass:before {
  content: "\e633";
}

.ca-gov-icon-sos:before {
  content: "\e634";
}

.ca-gov-icon-shopping-cart:before {
  content: "\e635";
}

.ca-gov-icon-video-camera:before {
  content: "\e636";
}

.ca-gov-icon-camera:before {
  content: "\e637";
}

.ca-gov-icon-green:before {
  content: "\e638";
}

.ca-gov-icon-loud-speaker:before {
  content: "\e639";
}

.ca-gov-icon-audio:before {
  content: "\e63a";
}

.ca-gov-icon-print:before {
  content: "\e63b";
}

.ca-gov-icon-medical:before {
  content: "\e63c";
}

.ca-gov-icon-zoom-out:before {
  content: "\e63d";
}

.ca-gov-icon-zoom-in:before {
  content: "\e63e";
}

.ca-gov-icon-important:before {
  content: "\e63f";
}

.ca-gov-icon-chat-bubbles:before {
  content: "\e640";
}

.ca-gov-icon-call:before {
  content: "\e641";
}

.ca-gov-icon-people:before {
  content: "\e642";
}

.ca-gov-icon-person:before {
  content: "\e643";
}

.ca-gov-icon-user-id:before {
  content: "\e644";
}

.ca-gov-icon-payment-card:before {
  content: "\e645";
}

.ca-gov-icon-skip-backwards:before {
  content: "\e646";
}

.ca-gov-icon-play:before {
  content: "\e647";
}

.ca-gov-icon-pause:before {
  content: "\e648";
}

.ca-gov-icon-skip-forward:before {
  content: "\e649";
}

.ca-gov-icon-mail:before {
  content: "\e64a";
}

.ca-gov-icon-image:before {
  content: "\e64b";
}

.ca-gov-icon-house:before {
  content: "\e64c";
}

.ca-gov-icon-gear:before {
  content: "\e64d";
}

.ca-gov-icon-tool:before {
  content: "\e64e";
}

.ca-gov-icon-time:before {
  content: "\e64f";
}

.ca-gov-icon-cal:before {
  content: "\e650";
}

.ca-gov-icon-check-list:before {
  content: "\e651";
}

.ca-gov-icon-document:before {
  content: "\e652";
}

.ca-gov-icon-clipboard:before {
  content: "\e653";
}

.ca-gov-icon-page:before {
  content: "\e654";
}

.ca-gov-icon-read-book:before {
  content: "\e655";
}

.ca-gov-icon-cc-copyright:before {
  content: "\e656";
}

.ca-gov-icon-ca-capitol:before {
  content: "\e657";
}

.ca-gov-icon-ca-state:before {
  content: "\e658";
}

.ca-gov-icon-favorite:before {
  content: "\e659";
}

.ca-gov-icon-rss:before {
  content: "\e65a";
}

.ca-gov-icon-road-pin:before {
  content: "\e65b";
}

.ca-gov-icon-online-services:before {
  content: "\e65c";
}

.ca-gov-icon-link:before {
  content: "\e65d";
}

.ca-gov-icon-magnify-glass:before {
  content: "\e65e";
}

.ca-gov-icon-key:before {
  content: "\e65f";
}

.ca-gov-icon-lock:before {
  content: "\e660";
}

.ca-gov-icon-info:before {
  content: "\e661";
}

.ca-gov-icon-arrow-up:before {
  content: "\e04b";
}

.ca-gov-icon-arrow-down:before {
  content: "\e04c";
}

.ca-gov-icon-arrow-left:before {
  content: "\e04d";
}

.ca-gov-icon-arrow-right:before {
  content: "\e04e";
}

.ca-gov-icon-carousel-prev:before {
  content: "\e666";
}

.ca-gov-icon-carousel-next:before {
  content: "\e667";
}

.ca-gov-icon-arrow-prev:before {
  content: "\e668";
}

.ca-gov-icon-arrow-next:before {
  content: "\e669";
}

.ca-gov-icon-menu-toggle-closed:before {
  content: "\e66a";
}

.ca-gov-icon-menu-toggle-open:before {
  content: "\e66b";
}

.ca-gov-icon-carousel-play:before {
  content: "\e907";
}

.ca-gov-icon-carousel-pause:before {
  content: "\e66c";
}

.ca-gov-icon-search-right:before {
  content: "\55";
}

.ca-gov-icon-graduate:before {
  content: "\e906";
}

.ca-gov-icon-briefcase:before {
  content: "\e908";
}

.ca-gov-icon-images:before {
  content: "\e909";
}

.ca-gov-icon-gears:before {
  content: "\e90a";
}

.ca-gov-icon-tools:before {
  content: "\e035";
}

.ca-gov-icon-pencil:before {
  content: "\6a";
}

.ca-gov-icon-pencil-edit:before {
  content: "\6c";
}

.ca-gov-icon-science:before {
  content: "\e00a";
}

.ca-gov-icon-film:before {
  content: "\e024";
}

.ca-gov-icon-table:before {
  content: "\e025";
}

.ca-gov-icon-flowchart:before {
  content: "\e0df";
}

.ca-gov-icon-building:before {
  content: "\e0fd";
}

.ca-gov-icon-searching:before {
  content: "\e0f7";
}

.ca-gov-icon-wallet:before {
  content: "\e0d8";
}

.ca-gov-icon-tags:before {
  content: "\e07c";
}

.ca-gov-icon-currency:before {
  content: "\e0f3";
}

.ca-gov-icon-idea:before {
  content: "\e90b";
}

.ca-gov-icon-lightbulb:before {
  content: "\e072";
}

.ca-gov-icon-calculator:before {
  content: "\e0e7";
}

.ca-gov-icon-drive:before {
  content: "\e0e5";
}

.ca-gov-icon-globe:before {
  content: "\e0e3";
}

.ca-gov-icon-hourglass:before {
  content: "\e0e1";
}

.ca-gov-icon-mic:before {
  content: "\e07f";
}

.ca-gov-icon-volume:before {
  content: "\e069";
}

.ca-gov-icon-music:before {
  content: "\e08e";
}

.ca-gov-icon-folder:before {
  content: "\e05c";
}

.ca-gov-icon-grid:before {
  content: "\e08c";
}

.ca-gov-icon-archive:before {
  content: "\e088";
}

.ca-gov-icon-contacts:before {
  content: "\e087";
}

.ca-gov-icon-book:before {
  content: "\e086";
}

.ca-gov-icon-drawer:before {
  content: "\e084";
}

.ca-gov-icon-map:before {
  content: "\e083";
}

.ca-gov-icon-pushpin:before {
  content: "\e082";
}

.ca-gov-icon-location:before {
  content: "\e081";
}

.ca-gov-icon-quote-fill:before {
  content: "\e06a";
}

.ca-gov-icon-question-fill:before {
  content: "\e064";
}

.ca-gov-icon-warning-triangle:before {
  content: "\e063";
}

.ca-gov-icon-warning-fill:before {
  content: "\e062";
}

.ca-gov-icon-check-fill:before {
  content: "\e052";
}

.ca-gov-icon-close-fill:before {
  content: "\e051";
}

.ca-gov-icon-plus-fill:before {
  content: "\e050";
}

.ca-gov-icon-minus-fill:before {
  content: "\e04f";
}

.ca-gov-icon-caret-fill-right:before {
  content: "\e046";
}

.ca-gov-icon-caret-fill-left:before {
  content: "\e045";
}

.ca-gov-icon-caret-fill-down:before {
  content: "\e044";
}

.ca-gov-icon-caret-fill-up:before {
  content: "\e043";
}

.ca-gov-icon-caret-fill-two-right:before {
  content: "\e04a";
}

.ca-gov-icon-caret-fill-two-left:before {
  content: "\e049";
}

.ca-gov-icon-caret-fill-two-down:before {
  content: "\e048";
}

.ca-gov-icon-caret-fill-two-up:before {
  content: "\e047";
}

.ca-gov-icon-arrow-fill-right:before {
  content: "\e03c";
}

.ca-gov-icon-arrow-fill-left:before {
  content: "\e03b";
}

.ca-gov-icon-arrow-fill-down:before {
  content: "\e03a";
}

.ca-gov-icon-arrow-fill-up:before {
  content: "\e039";
}

.ca-gov-icon-arrow-fill-left-down:before {
  content: "\e040";
}

.ca-gov-icon-arrow-fill-right-down:before {
  content: "\e03f";
}

.ca-gov-icon-arrow-fill-right-up:before {
  content: "\e03e";
}

.ca-gov-icon-arrow-fill-left-up:before {
  content: "\e03d";
}

.ca-gov-icon-triangle-line-right:before {
  content: "\49";
}

.ca-gov-icon-triangle-line-left:before {
  content: "\48";
}

.ca-gov-icon-triangle-line-up:before {
  content: "\46";
}

.ca-gov-icon-triangle-line-down:before {
  content: "\47";
}

.ca-gov-icon-caret-line-two-right:before {
  content: "\41";
}

.ca-gov-icon-caret-line-two-left:before {
  content: "\40";
}

.ca-gov-icon-caret-line-two-down:before {
  content: "\3f";
}

.ca-gov-icon-caret-line-two-up:before {
  content: "\3e";
}

.ca-gov-icon-caret-line-right:before {
  content: "\3d";
}

.ca-gov-icon-caret-line-left:before {
  content: "\3c";
}

.ca-gov-icon-caret-line-up:before {
  content: "\3a";
}

.ca-gov-icon-caret-line-down:before {
  content: "\3b";
}

.ca-gov-icon-important-line:before {
  content: "\e90c";
}

.ca-gov-icon-info-line:before {
  content: "\e90d";
}

.ca-gov-icon-check-line:before {
  content: "\52";
}

.ca-gov-icon-question-line:before {
  content: "\e90e";
}

.ca-gov-icon-close-line:before {
  content: "\51";
}

.ca-gov-icon-plus-line:before {
  content: "\50";
}

.ca-gov-icon-minus-line:before {
  content: "\4f";
}

.ca-gov-icon-question:before {
  content: "\e90f";
}

.ca-gov-icon-minus-mark:before {
  content: "\4b";
}

.ca-gov-icon-plus-mark:before {
  content: "\4c";
}

.ca-gov-icon-collapse:before {
  content: "\58";
}

.ca-gov-icon-expand:before {
  content: "\59";
}

.ca-gov-icon-check-mark:before {
  content: "\4e";
}

.ca-gov-icon-close-mark:before {
  content: "\4d";
}

.ca-gov-icon-triangle-right:before {
  content: "\45";
}

.ca-gov-icon-triangle-left:before {
  content: "\44";
}

.ca-gov-icon-triangle-down:before {
  content: "\43";
}

.ca-gov-icon-triangle-up:before {
  content: "\42";
}

.ca-gov-icon-caret-two-right:before {
  content: "\39";
}

.ca-gov-icon-caret-two-left:before {
  content: "\38";
}

.ca-gov-icon-caret-two-down:before {
  content: "\37";
}

.ca-gov-icon-caret-two-up:before {
  content: "\36";
}

.ca-gov-icon-caret-right:before {
  content: "\35";
}

.ca-gov-icon-caret-left:before {
  content: "\34";
}

.ca-gov-icon-caret-up:before {
  content: "\32";
}

.ca-gov-icon-caret-down:before {
  content: "\33";
}

.ca-gov-icon-filter:before {
  content: "\e910";
}

body {
  transition: font-size .25s ease-in;
}

.featured-narrative {
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  padding: 10px 10px 0 10px;
  margin-bottom: 11px;
  margin-left: 20px;
}

.ie9 p+h1,
.ie9 p+h2,
.ie9 p+h3,
.ie9 p+h4 {
  padding-top: 10px;
}

h1 span[class^="ca-gov-icon-"]:first-child,
.h1 span[class^="ca-gov-icon-"]:first-child {
  display: none;
}

h1,
.h1 {
  font-size: 38.4px;
  font-size: 2.4rem;
}

h2,
.h2 {
  font-size: 31.04px;
  font-size: 1.94rem;
}

h3,
.h3 {
  font-size: 24.64px;
  font-size: 1.54rem;
}

h4,
.h4 {
  font-size: 20px;
  font-size: 1.25rem;
}

h5,
.h5 {
  font-size: 16px;
  font-size: 1rem;
}

h6,
.h6 {
  font-size: 13.92px;
  font-size: 0.87rem;
}

@media (max-width:767px) {
  h1,
  .h1 {
    font-size: 32px;
    font-size: 2rem;
  }

  h2,
  .h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }

  h3,
  .h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }

  h4,
  .h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

[class*="icon-"].big {
  font-size: 31.04px;
  font-size: 1.94rem;
}

[class*="icon-"].bigger {
  font-size: 38.4px;
  font-size: 2.4rem;
}

[class*="icon-"].biggest {
  font-size: 56px;
  font-size: 3.5rem;
}

.socialsharer-container {
  float: right;
}

.socialsharer-container:before,
.socialsharer-container:after {
  content: " ";
  display: table;
}

.socialsharer-container:after {
  clear: both;
}

.socialsharer-container:before,
.socialsharer-container:after {
  content: " ";
  display: table;
}

.socialsharer-container:after {
  clear: both;
}

.socialsharer-container a {
  line-height: 1em;
  font-size: 22px;
  font-size: 1.375rem;
  cursor: pointer;
}

.socialsharer-container a:hover,
.socialsharer-container a:focus {
  text-decoration: none !important;
}

.ca-gov-icon-share-facebook {
  color: #3c5a99;
}

.ca-gov-icon-share-facebook:hover,
.ca-gov-icon-share-facebook:focus {
  color: #2e4474;
}

.ca-gov-icon-share-twitter {
  color: #2aa9e0;
}

.ca-gov-icon-share-twitter:hover,
.ca-gov-icon-share-twitter:focus {
  color: #1b8bbc;
}

.ca-gov-icon-share-googleplus {
  color: #dc4a38;
}

.ca-gov-icon-share-googleplus:hover,
.ca-gov-icon-share-googleplus:focus {
  color: #bf3322;
}

.ca-gov-icon-share-flickr {
  color: #0063dc;
}

.ca-gov-icon-share-flickr:hover,
.ca-gov-icon-share-flickr:focus {
  color: #004ca9;
}

.ca-gov-icon-share-linkedin {
  color: #0976b4;
}

.ca-gov-icon-share-linkedin:hover,
.ca-gov-icon-share-linkedin:focus {
  color: #075683;
}

.ca-gov-icon-share-instagram {
  color: #3f729b;
}

.ca-gov-icon-share-instagram:hover,
.ca-gov-icon-share-instagram:focus {
  color: #305777;
}

.ca-gov-icon-share-pinterest {
  color: #cc2127;
}

.ca-gov-icon-share-pinterest:hover,
.ca-gov-icon-share-pinterest:focus {
  color: #a01a1f;
}

.ca-gov-icon-share-vimeo {
  color: #1ab7ea;
}

.ca-gov-icon-share-vimeo:hover,
.ca-gov-icon-share-vimeo:focus {
  color: #1295bf;
}

.ca-gov-icon-share-email {
  color: #888;
}

.ca-gov-icon-share-email:hover,
.ca-gov-icon-share-email:focus {
  color: #6f6f6f;
}

.main-content {
  background: #fff;
  min-height: 400px;
}

.main-content>.wrapper {
  padding-bottom: 22px;
}

@media (min-width:992px) {
  .two-column .main-content .main-primary {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .two-column .main-content .main-secondary {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width:992px) and (min-width:992px) {
  .two-column .main-content .main-primary {
    float: left;
    width: 66.66666667%;
  }
}

@media (min-width:992px) and (min-width:992px) {
  .two-column .main-content .main-secondary {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width:768px) {
  .two-column .main-content .reverse-main .main-primary {
    left: 33.33333333%;
  }
}

@media (min-width:768px) {
  .two-column .main-content .reverse-main .main-secondary {
    right: 66.66666667%;
  }
}

@media (max-width:991px) {
  .two-column .main-content .main-secondary {
    position: inherit;
  }
}

@media (max-width:768px) {
  .global-header,
  .main-content,
  .global-footer {
    border: none !important;
    width: 100%;
  }
}

@media (max-width:767px) {
  .main-secondary .group {
    padding: 0 !important;
  }

  .main-secondary .group .half {
    padding: 0 !important;
  }
}

.decoration-last {
  display: none;
}

.group {
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width:767px) {

}

.full-width {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.half {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:992px) {
  .half {
    float: left;
    width: 50%;
  }
}

.third {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:992px) {
  .third {
    float: left;
    width: 33.33333333%;
  }
}

.two-thirds {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:992px) {
  .two-thirds {
    float: left;
    width: 66.66666667%;
  }
}

.quarter {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:768px) {
  .quarter {
    float: left;
    width: 50%;
  }
}

@media (min-width:992px) {
  .quarter {
    float: left;
    width: 25%;
  }
}

.three-quarters {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:992px) {
  .three-quarters {
    float: left;
    width: 75%;
  }
}

@media (min-width:992px) {
  .offset-quarter {
    margin-left: 25%;
  }
}

@media (min-width:992px) {
  .offset-third {
    margin-left: 33.33333333%;
  }
}

@media (min-width:992px) {
  .offset-half {
    margin-left: 50%;
  }
}

@media (min-width:992px) {
  .offset-two-thirds {
    margin-left: 66.66666667%;
  }
}

@media (min-width:992px) {
  .offset-three-quarters {
    margin-left: 75%;
  }
}

.main-secondary .group {
  padding: 0 8px 0 8px;
}

.main-secondary .group .half {
  padding: 0 7px 0 7px;
}

.grid-demo {
  margin-bottom: 11px;
}

.grid-demo div {
  border: 1px solid #777;
}

#skip-to-content {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.global-header {
  position: relative;
  padding: 0;
  background: #fff;
  width: auto;
}

@media (min-width:768px) {
  .global-header .mobile-controls {
    display: none;
  }
}

.header-organization-banner {
  transition: all .3s;
  line-height: 88px;
}

@media (max-width:992px) {
  .header-organization-banner {
    max-width: 200px;
  }

  .header-organization-banner img {
    width: 100%;
  }
}

.header-organization-banner img {
  max-height: 60px;
  transition: all .3s;
  max-width: 100%;
}

.header-organization-banner a {
  display: inline-block;
  z-index: 26;
  position: relative;
}

.branding {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  transition: all .3s;
}

@media (min-width:768px) {
  .branding {
    width: 750px;
  }
}

@media (min-width:992px) {
  .branding {
    width: 970px;
  }
}

@media (min-width:1280px) {
  .branding {
    width: 1280px;
  }
}

@media (min-width:768px) {
  .branding {
    height: 88px !important;
  }
}

.mobile-controls toggle-menu {
  position: absolute;
  top: 5px;
  left: 0;
}

@media (max-width:992px) {
  .mobile-controls toggle-menu {
    left: 50px;
  }
}

.mobile-controls toggle-search {
  position: absolute;
  top: 5px;
  right: 0;
}

@media (max-width:767px) {
  .branding {
    position: absolute;
    margin-top: -5px;
    padding-right: 120px;
  }
}

@media (min-width:768px) {
  .header-slideshow-banner.enabled {
    display: block;
  }
}

.header-single-banner {
  width: 100%;
  height: 90vh;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  display: block;
  min-width: 100%;
  min-height: 100%;
}

.header-slideshow-banner {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.carousel-banner,
.carousel-banner .owl-stage-outer,
.carousel-banner .owl-stage,
.carousel-banner .owl-item,
.carousel-banner .slide {
  height: 100%;
}

.header-slideshow-banner {
  display: none;
  height: 600px;
  position: relative;
}

.header-slideshow-banner .slide-text {
  display: none;
}

@media (min-width:768px) {
  .header-slideshow-banner.enabled {
    display: block;
  }
}

.header-single-banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  display: block;
  min-width: 100%;
  min-height: 100%;
  position: relative;
}

.header-slideshow-banner {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.carousel-banner,
.carousel-banner .owl-stage-outer,
.carousel-banner .owl-stage,
.carousel-banner .owl-item,
.carousel-banner .slide {
  height: 100%;
}

@media (min-width:768px) {
  .ask-group.fixed-hide {
    visibility: hidden;
    opacity: 0;
  }

  #head-search.fixed-hide:not(.active) {
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
  }

  .no-js .ask-group.fade {
    visibility: visible;
    opacity: 1;
  }

  .no-js #head-search.fade {
    visibility: visible;
    opacity: 1;
  }
}

.global-header.fixed {
  position: fixed;
  width: 100%;
  z-index: 1;
}

.fixed+.main-content {
  padding-top: 127px;
}

@media (min-width:768px) {
  .fixed.compact .main-navigation {
    min-height: 46px;
  }

  .fixed.compact .first-level-link [class^="ca-gov-icon-"] {
    display: none;
  }

  .fixed.compact .main-navigation {
    margin-top: -45px;
  }

  .fixed.compact .branding {
    height: 45px !important;
  }

  .fixed.compact .branding img {
    max-height: 35px;
  }

  .fixed.compact .header-organization-banner {
    line-height: 45px;
  }
}

.explore-invite {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background: #000;
  background-color: rgba(0,0,0,0.5);
}

.explore-invite .explore-title {
  font-size: 27.2px;
  font-size: 1.7rem;
}

.explore-invite [class^="ca-gov-icon-"] {
  display: block;
  font-size: 48px;
  font-size: 3rem;
}

.explore-invite a {
  color: #fff;
  cursor: pointer;
  display: block;
}

.explore-invite a:hover {
  text-decoration: none;
}

.global-footer {
  padding-top: 22px 0;
}

.global-footer a:not(.btn) {
  color: #f5f5f5;
  text-decoration: none;
  transition: all .25s;
}

.global-footer a:not(.btn):hover,
.global-footer a:not(.btn):focus {
  color: #FDB81E;
  text-decoration: underline;
}

.global-footer a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.global-footer ul {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin: 5px 0;
}

.global-footer ul>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.global-footer ul:before,
.global-footer ul:after {
  content: " ";
  display: table;
}

.global-footer ul:after {
  clear: both;
}

.global-footer ul:before,
.global-footer ul:after {
  content: " ";
  display: table;
}

.global-footer ul:after {
  clear: both;
}

.global-footer ul>li:first-of-type {
  padding-left: 0;
}

.global-footer ul>li:last-of-type {
  padding-right: 0;
}

@media (max-width:767px) {
  .global-footer ul li {
    width: 50%;
    float: left;
    margin-right: 0 !important;
  }

  .global-footer ul a {
    display: block;
    margin-bottom: 11px;
  }
}

.global-footer .footer-links {
  line-height: 1.6rem;
}

.global-footer .footer-links li {
  margin-right: 20px;
}

.global-footer .copyright {
  background: #EFEFEF;
  padding: 5px 0 22px;
}

@media (max-width:767px) {
  .global-footer .socialsharer-container {
    width: 100%;
    float: inherit !important;
  }

  .global-footer .socialsharer-container li {
    width: auto;
    margin-left: 0;
  }

  .global-footer .footer-links {
    margin-top: 16px !important;
  }
}

.search-container,
.featured-search.active {
  overflow: hidden;
  z-index: 5;
  position: relative;
  display: block;
  top: 0;
  left: 0;
  padding: 0 15%;
  width: 100%;
  max-height: 0;
  border: none;
  transition: all .5s .1s;
}

@media (min-width:768px) {
  .search-container,
  .featured-search.active {
    position: absolute;
    top: 96px;
  }
}

.search-container:before,
.featured-search.active:before,
.search-container:after,
.featured-search.active:after {
  content: " ";
  display: table;
}

.search-container:after,
.featured-search.active:after {
  clear: both;
}

.search-container:before,
.featured-search.active:before,
.search-container:after,
.featured-search.active:after {
  content: " ";
  display: table;
}

.search-container:after,
.featured-search.active:after {
  clear: both;
}

.search-container .search-textfield,
.featured-search.active .search-textfield {
  font-size: 17.6px;
  font-size: 1.1rem;
  height: 40px;
  width: 100%;
  border-radius: 0;
  border: 3px solid transparent;
  padding: 0 10px;
  transition: border .4s;
  outline: none;
}

.search-container .submit-container,
.featured-search.active .submit-container {
  float: left;
  height: auto;
  height: 40px;
  transition: all .5s .1s;
}

.search-container .submit-container:before,
.featured-search.active .submit-container:before,
.search-container .submit-container:after,
.featured-search.active .submit-container:after {
  content: " ";
  display: table;
}

.search-container .submit-container:after,
.featured-search.active .submit-container:after {
  clear: both;
}

.search-container .submit-container:before,
.featured-search.active .submit-container:before,
.search-container .submit-container:after,
.featured-search.active .submit-container:after {
  content: " ";
  display: table;
}

.search-container .submit-container:after,
.featured-search.active .submit-container:after {
  clear: both;
}

.search-container .submit-container button,
.featured-search.active .submit-container button {
  float: left;
  transition: all .5s .1s;
  background: none;
  border-color: white;
  border-width: 3px 3px 3px 0;
  border-style: solid;
  width: 46px;
  height: 100%;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 15px;
  padding: 0;
  -webkit-appearance: none;
}

.search-container .submit-container button:before,
.featured-search.active .submit-container button:before,
.search-container .submit-container button:after,
.featured-search.active .submit-container button:after {
  content: " ";
  display: table;
}

.search-container .submit-container button:after,
.featured-search.active .submit-container button:after {
  clear: both;
}

.search-container .submit-container button:before,
.featured-search.active .submit-container button:before,
.search-container .submit-container button:after,
.featured-search.active .submit-container button:after {
  content: " ";
  display: table;
}

.search-container .submit-container button:after,
.featured-search.active .submit-container button:after {
  clear: both;
}

.search-container .submit-container button>span,
.featured-search.active .submit-container button>span {
  position: relative;
  top: 0;
  font-size: 29.92px;
  font-size: 1.87rem;
  line-height: 30px;
}

@media (max-width:767px) {
  .search-container .submit-container button,
  .featured-search.active .submit-container button {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1em;
    padding-top: 0;
  }
}

.search-container .textfield-container,
.featured-search.active .textfield-container {
  float: left;
  width: 100%;
}

.search-container .close-search,
.featured-search.active .close-search {
  display: none;
  font-size: 48px;
  font-size: 3rem;
  position: absolute;
  right: -10px;
  line-height: 44px;
  cursor: pointer;
  color: #777;
  opacity: .8;
}

@media (max-width:767px) {
  .search-container .close-search,
  .featured-search.active .close-search {
    right: 0;
    display: none;
  }
}

.search-textfield {
  padding-left: 10px;
}

.search-container.active {
  max-height: 300px;
  padding: 20px 15%;
}

@media (max-width:767px) {
  .search-container.active {
    padding: 10px;
  }
}

.search-container.active .close-search {
  display: block;
}

@media (max-width:767px) {
  .search-container.active .close-search {
    display: none;
  }
}

#local_form {
  position: relative;
}

.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 0 !important;
}

@media (min-width:768px) {
  .featured-search {
    display: block;
    position: absolute;
    top: 240px;
    padding: 10px;
    max-height: 100%;
    border-radius: 0;
    min-height: 75px;
    width: 60%;
    left: 20%;
    transition: all .4s;
  }

  .flexbox .featured-search {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60%;
    max-width: 630px;
  }

  .featured-search.play-animation {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;
  }

  .featured-search .search-textfield {
    padding: 14px;
    font-size: 17.6px;
    font-size: 1.1rem;
    height: 55px;
  }

  .featured-search .submit-container {
    height: 55px;
    width: 55px;
    transition: all .4s;
  }

  .featured-search .submit-container button {
    transition: all .4s;
    font-size: 40px;
    font-size: 2.5rem;
    width: 60px;
    -webkit-appearance: none;
  }

  .featured-search .submit-container button>span {
    font-size: 45px;
    line-height: 45px;
  }

  .featured-search.active {
    position: relative;
    visibility: visible;
    opacity: 1;
    transition: top .4s,left .2s .4s,width .2s .4s,background-color .6s,border .4s,padding .2s .4s;
    top: 96px;
    left: 0;
    padding: 20px 0;
    border-radius: 0;
    padding-right: 15%;
    padding-left: 15%;
    border-bottom: none;
    width: 100%;
    max-width: 100%;
  }

  .featured-search.active .close-search {
    display: none;
  }

  .featured-search.active .search-textfield {
    font-size: 17.6px;
    font-size: 1.1rem;
    height: 40px;
    width: 100%;
    border-radius: 0;
    border: 3px solid transparent;
    padding: 0 4px;
    transition: border .4s;
    outline: none;
  }
}

@media (min-width:768px) and (min-width:768px) {
  .featured-search.active {
    position: absolute;
  }
}

@media (max-width:767px) {
  .search-container.featured-search {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .featured-search {
    left: 10%;
    width: 80%;
  }

  .flexbox .featured-search {
    left: 0;
    width: 80%;
  }

  .featured-search.active {
    width: 100%;
  }
}

.agency-form {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.agency-form:before,
.agency-form:after {
  content: " ";
  display: table;
}

.agency-form:after {
  clear: both;
}

.agency-form:before,
.agency-form:after {
  content: " ";
  display: table;
}

.agency-form:after {
  clear: both;
}

.agency-form .textfield-container {
  float: left;
  padding-right: 44px;
  margin-right: -44px;
  width: 100%;
}

.agency-form .search-textfield {
  width: 100%;
}

.agency-form .submit-container {
  float: left;
  height: 40px;
}

.agency-form .submit-container:before,
.agency-form .submit-container:after {
  content: " ";
  display: table;
}

.agency-form .submit-container:after {
  clear: both;
}

.agency-form .submit-container:before,
.agency-form .submit-container:after {
  content: " ";
  display: table;
}

.agency-form .submit-container:after {
  clear: both;
}

.agency-form .submit-container button {
  color: #fff;
  border: none;
  width: 44px;
  height: 100%;
  float: left;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 15px;
  padding: 0;
  -webkit-appearance: none;
}

.agency-form .submit-container button>span {
  position: relative;
  top: 0;
  font-size: 29.92px;
  font-size: 1.87rem;
  line-height: 30px;
}

@media (max-width:767px) {
  .agency-form .submit-container button {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1em;
    padding-top: 0;
  }
}

.agency-form input,
.agency-form button {
  height: 40px;
  line-height: 40px;
}

.agency-form button {
  background: #777;
}

.agency-form button>span {
  top: 0;
  font-size: 28.8px;
  font-size: 1.8rem;
}

.search-container .textfield-container,
.search-container.featured-search.active .textfield-container {
  margin-right: -80px;
  padding-right: 80px;
}

@media (max-width:767px) {
  .search-container .textfield-container,
  .search-container.featured-search.active .textfield-container {
    margin-right: -48px;
    padding-right: 44px;
  }
}

.search-container .submit-container,
.search-container.featured-search.active .submit-container {
  width: auto;
}

.search-container .search-locator,
.search-container.featured-search.active .search-locator {
  color: #333;
  float: left;
  text-align: center;
  width: 100px;
  position: relative;
  display: none;
  line-height: inherit !important;
  cursor: pointer;
}

.search-container .search-locator [class^="ca-gov-icon-"],
.search-container.featured-search.active .search-locator [class^="ca-gov-icon-"] {
  font-size: 22.4px;
  font-size: 1.4rem;
  padding: 0 !important;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.search-container .search-locator small,
.search-container.featured-search.active .search-locator small {
  position: absolute;
  top: 1.7em;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (max-width:767px) {
  .search-container .search-locator,
  .search-container.featured-search.active .search-locator {
    width: 75px;
    margin-left: 5px;
  }
}

.search-container.active .search-locator,
.search-container.featured-search.active.active .search-locator {
  display: block;
}

.featured-search .textfield-container {
  padding-right: 60px;
  margin-right: -60px;
}

.featured-search.active .search-locator {
  display: block;
}

.search-results-container {
  position: relative;
  z-index: 5;
  top: 0;
  visibility: collapse;
  transition: opacity .5s .7s;
  opacity: 0;
}

@media (min-width:768px) {
  .search-results-container {
    top: 82px;
  }
}

.search-results-container.visible {
  visibility: visible;
  opacity: 1;
}

.search-results-container .container {
  position: relative;
}

.search-results-container .container .close {
  font-size: 59px;
  position: absolute;
  top: 0;
  right: 5px;
  line-height: 16px;
}

.search-results-container .search-results {
  position: absolute;
  right: 0;
  left: 0;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
}

.search-results-container .search-results .search-results-header {
  padding-top: 30px;
}

.search-results-container .search-results .search-tabs .btn {
  margin: 0 10px;
}

.search-results-container .search-results .tab-content .button-list .btn {
  margin: 0 5px;
}

.search-results-container .results-list {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.google_results {
  padding-left: 0;
  list-style: none;
}

.google_result {
  margin-bottom: 11px;
}

.google_url {
  color: #777;
}

.google_result_thumbnail {
  height: 68px;
  width: 89px;
  float: left;
  margin-right: 15px;
}

.navigation-search {
  border-bottom: 5px solid #FDB81E;
  position: relative;
}

.main-navigation {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  margin-top: -88px;
  padding-left: 300px;
}

@media (min-width:768px) {
  .main-navigation {
    width: 750px;
  }
}

@media (min-width:992px) {
  .main-navigation {
    width: 970px;
  }
}

@media (min-width:1280px) {
  .main-navigation {
    width: 1280px;
  }
}

@media (max-width:992px) {
  .main-navigation {
    padding-left: 220px;
  }
}

.top-level-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-level-nav .nav-item {
  position: relative;
}

@media (max-width:992px) {
  .top-level-nav .nav-item {
    font-size: 14.4px;
    transition: font-size .2s;
  }
}

.nav-item .sub-nav {
  display: none;
}

.nav-item .sub-nav-decoration {
  display: none;
}

.second-level-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.second-level-nav [class^="unit"] .second-level-link {
  display: block;
}

.first-level-link {
  display: block;
  padding: 12px 0;
  white-space: nowrap;
}

.first-level-link:hover,
.first-level-link:focus {
  text-decoration: none;
}

.first-level-link>span[class^="ca-gov-icon"] {
  display: block;
  font-size: 32px;
}

@media (max-width:992px) {
  .first-level-link {
    padding: 12px 6px;
  }
}

@media (max-width:767px) {
  .first-level-link {
    display: block;
    padding-left: 5px;
  }

  .first-level-link span[class^="ca-gov-icon"] {
    font-size: 24px !important;
    font-size: 1.5rem !important;
    display: inline-block;
    vertical-align: -2px;
    padding-right: 5px;
  }
}

@media (min-width:768px) {
  .main-navigation {
    z-index: 25;
    min-height: 91px;
  }

  .top-level-nav {
    display: table;
    table-layout: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .top-level-nav .nav-item {
    padding: 0;
    margin-top: 0;
    background: none;
    width: auto;
    display: table-cell;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .noflex .top-level-nav .nav-item,
  .oldie .top-level-nav .nav-item {
    display: table-cell;
  }

  .top-level-nav .nav-item .sub-nav {
    top: 100%;
  }

  .top-level-nav .nav-item>a {
    text-align: center;
  }

  .nav-item .sub-nav {
    position: absolute;
  }

  .main-navigation.dropdown .nav-item:hover .sub-nav,
  .no-js .main-navigation.dropdown .nav-item:hover .sub-nav,
  .no-js .main-navigation.megadropdown .nav-item:hover .sub-nav {
    display: block;
  }

  .touch .main-navigation.dropdown .nav-item:hover .sub-nav,
  .touch .no-js .main-navigation.dropdown .nav-item:hover .sub-nav,
  .touch .no-js .main-navigation.megadropdown .nav-item:hover .sub-nav {
    display: none;
  }
}

.nav-item .toggle-sub-nav.closed .ca-gov-icon-menu-toggle-open {
  display: none;
}

.nav-item .toggle-sub-nav.open .ca-gov-icon-menu-toggle-closed {
  display: none;
}

@media (min-width:768px) {
  .nav-item .toggle-sub-nav {
    display: none;
  }
}

@media (max-width:767px) {
  .mobile-closed {
    display: none;
  }

  .top-level-nav .nav-item {
    margin-top: 1px;
  }

  .top-level-nav .nav-item .first-level-link.has-sub {
    padding-right: 82px;
  }

  .nav-item .sub-nav.secondary-open {
    display: block;
  }

  .nav-item.focus .sub-nav {
    display: block;
  }

  .nav-item.focus:active .sub-nav,
  .nav-item.focus.clickedFocus .sub-nav {
    display: none;
  }

  .oc-outer {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }

  .oc-outer.scroll-menu-only.oc-menu-open {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
  }

  .oc-inner {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    margin-left: 0;
    transition: margin-left .5s ease;
  }

  .oc-menu-open .oc-inner {
    margin-left: 70%;
  }

  .global-header .navigation-search.oc-menu {
    position: absolute;
    width: 70%;
    left: -70%;
    top: 0;
    transition: left .5s ease;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .header-decoration {
    display: none;
  }

  .oc-outer .header-decoration {
    position: absolute;
    top: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    background: none;
    box-shadow: -6px -1px 30px 0 rgba(5,5,5,0.5);
    cursor: alias;
  }

  .oc-outer.oc-menu-open .header-decoration {
    display: block;
  }

  .navigation-search.oc-menu {
    padding-top: 60px;
  }

  .oc-menu .mobile-control.toggle-search {
    display: none;
  }

  .cagov-logo {
    position: absolute;
    left: 60px;
  }

  .oc-menu .mobile-control.cagov-logo {
    display: block;
    line-height: 1;
    position: absolute;
    top: 5px;
  }
}

@media (min-width:768px) {
  .home-link {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}

.oldie .home-link {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width:767px) {
  .main-navigation {
    margin-top: 0;
    padding: 0;
  }
}

.top-level-nav .nav-item {
  position: static;
}

@media (max-width:767px) {
  .top-level-nav .nav-item {
    position: relative;
  }
}

.no-js .top-level-nav .nav-item:hover .sub-nav {
  position: absolute;
  display: block;
}

@media (min-width:767px) {
  .nav-arrow-container {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .nav-arrow-down {
    position: absolute;
    top: -5px;
    left: 50%;
    height: 5px;
    width: 100px;
    margin-left: -65px;
  }
}

.sub-nav {
  left: 15px;
  right: 15px;
  overflow: visible;
}

@media (max-width:767px) {
  .sub-nav {
    border: none;
  }
}

.sub-nav .half,
.sub-nav .third,
.sub-nav .quarter,
.sub-nav .two-thirds,
.sub-nav .three-quarters {
  padding: 0;
}

.second-level-nav {
  list-style: none;
  padding: 0;
}

.second-level-nav ul {
  display: block;
}

@media (min-width:768px) {
  .half .second-level-nav,
  .two-thirds .second-level-nav {
    -moz-column-count: 2;
    -ms-column-count: 2;
    -webkit-column-count: 2;
    -moz-column-gap: 0;
    -ms-column-gap: 0;
    -webkit-column-gap: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .three-quarters .second-level-nav {
    -moz-column-count: 3;
    -ms-column-count: 3;
    -webkit-column-count: 3;
    -moz-column-gap: 0;
    -ms-column-gap: 0;
    -webkit-column-gap: 0;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .full .second-level-nav {
    -moz-column-count: 3;
    -ms-column-count: 3;
    -webkit-column-count: 3;
    -moz-column-gap: 0;
    -ms-column-gap: 0;
    -webkit-column-gap: 0;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

.second-level-nav.oldie:before,
.second-level-nav.oldie:after {
  content: " ";
  display: table;
}

.second-level-nav.oldie:after {
  clear: both;
}

.second-level-nav.oldie:before,
.second-level-nav.oldie:after {
  content: " ";
  display: table;
}

.second-level-nav.oldie:after {
  clear: both;
}

.second-level-nav [class^="unit"] {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  background: none;
}

.second-level-nav [class^="unit"] a,
.second-level-nav [class^="unit"] .link-description {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.oldie .second-level-nav [class^="unit"] {
  width: 33.3333%;
  float: left;
}

@media (max-width:768px) {
  .oldie .second-level-nav [class^="unit"] {
    width: 100%;
    float: none;
  }
}

a.second-level-link {
  font-size: 17.6px;
  font-size: 1.1rem;
  padding: 15px;
}

a.second-level-link:hover,
a.second-level-link:focus {
  text-decoration: none !important;
}

a.second-level-link [class^="ca-gov-icon-"] {
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
  vertical-align: -2px;
  margin-right: 3px;
}

@media (max-width:767px) {
  a.second-level-link {
    padding: 10px 15px 10px 40px !important;
  }
}

.link-description {
  display: block;
  font-size: 16px;
  font-size: 1rem;
}

@media (max-width:767px) {
  .link-description {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}

@media (min-width:768px) {
  .unit1 {
    height: 65px;
    overflow: hidden !important;
  }

  .unit2 {
    height: 130px;
    overflow: hidden;
  }

  .unit3 {
    height: 195px;
    overflow: hidden;
  }

  .unit4 {
    height: 260px;
    overflow: hidden;
  }

  .unit5 {
    height: 325px;
    overflow: hidden;
  }

  .unit6 {
    height: 390px;
    overflow: hidden;
  }
}

.nav-media {
  background-position: 50% 50% !important;
  background-size: cover !important;
}

.nav-media .media {
  padding: 15px;
  margin: 0;
}

.nav-media .title {
  font-size: 19.2px;
  font-size: 1.2rem;
}

.nav-media .subtitle {
  font-weight: bold;
}

.with-image-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.with-image-right .nav-media {
  background: transparent;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-position: 50% 50% !important;
  background-size: cover !important;
}

.with-image-right .nav-media .media:hover {
  background: #fff;
}

.with-image-right .nav-media .media {
  border-bottom: 1px solid #d6d6d6;
}

.with-image-right .nav-media .media {
  padding: 15px;
  margin: 0;
}

.with-image-right .nav-media .title {
  font-size: 19.2px;
  font-size: 1.2rem;
}

.with-image-right .nav-media .subtitle {
  font-weight: bold;
}

.with-image-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.with-image-left .nav-media {
  background: transparent;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-position: 50% 50% !important;
  background-size: cover !important;
}

.with-image-left .nav-media .media:hover {
  background: #fff;
}

.with-image-left .nav-media .media {
  border-bottom: 1px solid #d6d6d6;
}

.with-image-left .nav-media .media {
  padding: 15px;
  margin: 0;
}

.with-image-left .nav-media .title {
  font-size: 19.2px;
  font-size: 1.2rem;
}

.with-image-left .nav-media .subtitle {
  font-weight: bold;
}

@media (min-width:768px) and (max-width:991px) {
  .sub-nav .three-quarters {
    left: 50%;
  }
}

.mobile-controls {
  font-size: 40px;
  font-size: 2.5rem;
  padding: .2em;
  cursor: pointer;
  text-align: right;
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  padding-right: 70px;
}

.mobile-controls .ca-gov-icon-menu-toggle-open,
.mobile-controls .ca-gov-icon-menu-toggle-closed {
  padding-left: 1em;
  padding-right: 1em;
  line-height: 44px;
}

.mobile-controls .toggle-menu {
  position: absolute;
  left: auto;
  right: 10px;
}

.mobile-control.toggle-sub-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 55px;
  width: 60px;
  text-align: center;
  cursor: pointer;
}

.utility-header {
  top: 0;
  width: 100%;
  background: #046B99;
  color: #fff;
}

.utility-header .half {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:768px) {
  .utility-header .half {
    float: left;
    width: 50%;
  }
}

.utility-header a {
  color: #fff;
  display: inline-block;
  padding: 3px 0;
}

.utility-header a:hover,
.utility-header a:focus,
.utility-header a.hovered {
  color: #FDB81E;
  text-decoration: none;
}

.utility-header ul {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin-bottom: 0;
}

.utility-header ul>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.utility-header ul li {
  padding: 0 12px;
}

.utility-header .settings-links {
  text-align: right;
}

@media (max-width:767px) {
  .utility-header .settings-links {
    font-size: 87%;
    text-align: left;
  }
}

.utility-header [class^="ca-gov-icon-"] {
  font-size: 17.6px;
  font-size: 1.1rem;
  vertical-align: -2px;
}

@media (max-width:767px) {
  .utility-header .social-media-links {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}

.utility-header .located-city-name {
  margin-left: 5px;
}

.utility-header .geo-zip-input {
  margin-left: 5px;
  width: 50%;
  vertical-align: initial;
  line-height: 120%;
  background: white;
  color: black;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

@media (max-width:767px) {
  .section {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}

.section.collapsed {
  padding-top: 0;
  padding-bottom: 0;
}

.section .parallax-bg {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.section .parallax-bg~.container {
  position: relative;
}

.section .container>h1,
.section .container>h2,
.section .container>h3,
.section .container>h4 {
  margin-top: 0;
}

@media (min-width:768px) {
  .ask-group {
    position: relative;
    width: 60%;
    left: 20%;
    transition: opacity .3s,visibility .3s;
    z-index: 5;
    visibility: visible;
  }

  .flexbox .ask-group {
    left: 0;
    right: 0;
    margin: auto;
    max-width: 630px;
  }

  .ask-group.fade-out {
    opacity: 0;
  }

  .ask-group .panel-group {
    position: absolute;
    top: 230px;
  }

  .flexbox .ask-group .panel-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .ask-group .panel {
    display: inline;
    background: none;
    position: relative;
  }

  .flexbox .ask-group .panel {
    margin-top: 0;
    overflow: visible;
  }

  .flexbox .ask-group .panel-group .panel+.panel {
    margin-top: 0;
  }

  .ask-group .ask-panel {
    position: absolute;
    width: 100%;
    width: 380px;
  }

  .ask-group .panel:nth-child(n+4) .ask-panel {
    right: 0;
  }

  .ask-group .panel:nth-child(-n+3) .ask-panel {
    left: 0;
  }

  .ask-button.btn-primary {
    background-color: #000;
    background-color: rgba(0,0,0,0.65);
    color: #fff;
    border: none;
    border-radius: 0;
  }

  .ask-button.btn-primary:hover,
  .ask-button.btn-primary:focus {
    background-color: rgba(0,0,0,0.8);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

@media (min-width:768px) and (max-width:767px) {
  .ask-group {
    position: static;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .ask-group {
    left: 10%;
    width: 90%;
  }

  .flexbox .ask-group {
    width: 80%;
    left: 0;
  }
}

.ask-button {
  overflow: hidden;
  position: relative;
  line-height: 44px;
  font-size: 20px;
  font-size: 1.25rem;
}

.ask-button>span {
  font-size: 24px;
  font-size: 1.5rem;
  padding-right: 5px;
  vertical-align: middle;
  color: rgba(255,255,255,0.8);
}

.ask-options {
  background-color: #000;
  background-color: rgba(0,0,0,0.8);
  padding: 5px 10px;
}

@media (max-width:767px) {

}

.ask-options>ul {
  padding-left: 0;
  list-style: none;
}

.ask-options li a {
  display: block;
  padding-left: 10px;
  border: 1px solid #d6d6d6;
  margin: 5px 0;
  line-height: 40px;
  color: #fff;
}

.ask-options li a:hover {
  background-color: rgba(255,255,255,0.75);
  color: #000;
}

.ask-options li a:hover .more {
  background-color: rgba(0,0,0,0.75);
  color: #fff;
}

@media (max-width:767px) {
  .header-single-banner {
    display: none;
  }

  .ask-group {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 22px;
  }

  .ask-group .panel {
    border: none;
    background: rgba(0,0,0,0.65);
  }

  .ask-group .panel-group .panel+.panel {
    margin-top: 10px;
  }

  .ask-group a.btn {
    display: block;
    width: 100%;
    border-color: #000;
    color: #fff;
  }

  .ask-group a.btn:hover,
  .ask-group a.btn:focus,
  .ask-group a.btn:active {
    color: #fff;
    background-color: rgba(0,0,0,0.25);
  }

  .ask-group a.btn:after {
    content: "\43";
    font-family: 'CaGov';
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -20px;
  }

  .ask-group a.btn.collapsed:after {
    content: "\45";
  }

  .ask-group a.btn [class^="ca-gov-icon-"] {
    padding-right: 10px;
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.m-a-0 {
  margin: 0 !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-a {
  margin: 16px !important;
}

.m-t {
  margin-top: 16px !important;
}

.m-r {
  margin-right: 16px !important;
}

.m-b {
  margin-bottom: 16px !important;
}

.m-l {
  margin-left: 16px !important;
}

.m-x {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

.m-y {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m-a-sm {
  margin: 8px !important;
}

.m-t-sm {
  margin-top: 8px !important;
}

.m-r-sm {
  margin-right: 8px !important;
}

.m-b-sm {
  margin-bottom: 8px !important;
}

.m-l-sm {
  margin-left: 8px !important;
}

.m-x-sm {
  margin-right: 8px !important;
  margin-left: 8px !important;
}

.m-y-sm {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.m-a-md {
  margin: 24px !important;
}

.m-t-md {
  margin-top: 24px !important;
}

.m-r-md {
  margin-right: 24px !important;
}

.m-b-md {
  margin-bottom: 24px !important;
}

.m-l-md {
  margin-left: 24px !important;
}

.m-x-md {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.m-y-md {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.m-a-lg {
  margin: 48px !important;
}

.m-t-lg {
  margin-top: 48px !important;
}

.m-r-lg {
  margin-right: 48px !important;
}

.m-b-lg {
  margin-bottom: 48px !important;
}

.m-l-lg {
  margin-left: 48px !important;
}

.m-x-lg {
  margin-right: 48px !important;
  margin-left: 48px !important;
}

.m-y-lg {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.p-a-0 {
  padding: 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-a {
  padding: 16px !important;
}

.p-t {
  padding-top: 16px !important;
}

.p-r {
  padding-right: 16px !important;
}

.p-b {
  padding-bottom: 16px !important;
}

.p-l {
  padding-left: 16px !important;
}

.p-x {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.p-y {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.p-a-sm {
  padding: 8px !important;
}

.p-t-sm {
  padding-top: 8px !important;
}

.p-r-sm {
  padding-right: 8px !important;
}

.p-b-sm {
  padding-bottom: 8px !important;
}

.p-l-sm {
  padding-left: 8px !important;
}

.p-x-sm {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.p-y-sm {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.p-a-md {
  padding: 24px !important;
}

.p-t-md {
  padding-top: 24px !important;
}

.p-r-md {
  padding-right: 24px !important;
}

.p-b-md {
  padding-bottom: 24px !important;
}

.p-l-md {
  padding-left: 24px !important;
}

.p-x-md {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.p-y-md {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.p-a-lg {
  padding: 48px !important;
}

.p-t-lg {
  padding-top: 48px !important;
}

.p-r-lg {
  padding-right: 48px !important;
}

.p-b-lg {
  padding-bottom: 48px !important;
}

.p-l-lg {
  padding-left: 48px !important;
}

.p-x-lg {
  padding-right: 48px !important;
  padding-left: 48px !important;
}

.p-y-lg {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

html {
  -ms-overflow-style: scrollbar;
}

body {
  overflow-x: hidden;
}

.return-top {
  position: fixed;
  z-index: 99999;
  right: 0;
  bottom: 125px;
  padding: 0 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  background: rgba(0,0,0,0.4);
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.return-top:before {
  content: "\32";
  font-family: "CaGov";
  font-weight: 900;
}

.return-top.is-visible {
  opacity: 1;
  visibility: visible;
  display: inline;
  -webkit-animation: fadeInRight 1s 1 cubic-bezier(.77, 0, .175, 1);
  animation: fadeInRight 1s 1 cubic-bezier(.77, 0, .175, 1);
}

.carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.carousel .owl-nav.disabled,
.carousel .owl-dots.disabled {
  display: none;
}

.carousel .owl-nav .owl-prev,
.carousel .owl-nav .owl-next,
.carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel.owl-loaded {
  display: block;
}

.carousel.owl-loading {
  opacity: 0;
  display: block;
}

.carousel.owl-hidden {
  opacity: 0;
}

.carousel.owl-refresh .owl-item {
  display: none;
}

.carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel.owl-grab {
  cursor: move;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.carousel.owl-rtl {
  direction: rtl;
}

.carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .carousel {
  display: block;
}

.carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.carousel .owl-animated-in {
  z-index: 0;
}

.carousel .owl-animated-out {
  z-index: 1;
}

.carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: .8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../images/fancybox/blank.gif');
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
  outline: 0 !important;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span,
.touch .fancybox-nav span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0,0,0,0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0,0,0,0.8);
}

.js [class*='animate-'] {
  visibility: hidden;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes bouncesmall {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
}

@keyframes bouncesmall {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
}

.bouncesmall {
  -webkit-animation-name: bouncesmall;
  animation-name: bouncesmall;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

.alert-banner {
  margin-bottom: 0;
  padding: 5px 0;
  border-radius: 0;
  -webkit-column-rule: rgba(255,255,255,0.8);
  -moz-column-rule: rgba(255,255,255,0.8);
  column-rule: rgba(255,255,255,0.8);
  transition: all .2s;
}

.alert-banner .close {
  right: 10px;
  opacity: 1;
}

@media (max-width:1279px) {
  .alert-banner .close {
    position: absolute;
    top: 5px;
    right: 20px;
  }
}

.alert-level {
  display: inline-block;
  font-weight: bold;
  padding: 0 5px;
  margin: 0 5px;
  font-size: 13.92px;
  font-size: 0.87rem;
}

.alert-level [class^="ca-gov-icon-"] {
  margin-right: 3px;
}

.alert-link {
  line-height: 1.2em;
  float: right !important;
}

.alert-severe {
  background: #F27e31;
}

.alert-severe .close {
  color: #823908;
  text-shadow: 0 1px #f8ba91;
}

.alert-severe .alert-level {
  color: #fff;
  background: rgba(255,255,255,0.15);
}

.alert-severe .alert-text {
  color: #fff;
}

.global-header.compact .alert-banner {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 0;
}

.tab-group {
  position: relative;
  border: 1px solid #ddd;
}

@media (max-width:991px) {
  .tab-group {
    border: none;
  }
}

.tab-group>[class^="ca-gov-icon-"] {
  display: none !important;
}

.tab-group .nav-tabs {
  border-radius: 0;
}

.tab-group .nav-tabs li:first-child a {
  border-left: 0;
}

.tab-group .nav-tabs li.active {
  border-top: 0;
}

.tab-group .nav-tabs li>a {
  padding: 3px 15px;
  border-top: 0;
}

.tab-group .tab-pane {
  padding: 15px;
}

.tabs-bottom .tab-content {
  padding-bottom: 30px;
}

.tabs-bottom .nav-tabs {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom: none;
  margin-bottom: 0;
}

.tabs-bottom .nav-tabs>li {
  margin-bottom: 0;
}

.panel-group.responsive {
  margin-bottom: 0;
}

.accordion .panel-heading,
.panel-group .panel-heading,
.service-tile-content .panel-heading {
  padding: 0;
}

.accordion .panel-heading a,
.panel-group .panel-heading a,
.service-tile-content .panel-heading a {
  padding: 15px;
  padding-right: 30px;
}

.accordion .panel-heading .panel-title,
.panel-group .panel-heading .panel-title,
.service-tile-content .panel-heading .panel-title {
  margin-top: 0;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
}

.accordion .panel-heading .panel-title a,
.panel-group .panel-heading .panel-title a,
.service-tile-content .panel-heading .panel-title a {
  display: block;
  position: relative;
  outline: none;
}

.accordion .panel-heading .panel-title a:hover,
.panel-group .panel-heading .panel-title a:hover,
.service-tile-content .panel-heading .panel-title a:hover,
.accordion .panel-heading .panel-title a:focus,
.panel-group .panel-heading .panel-title a:focus,
.service-tile-content .panel-heading .panel-title a:focus {
  text-decoration: none;
}

.accordion .panel-heading .panel-title a:after,
.panel-group .panel-heading .panel-title a:after,
.service-tile-content .panel-heading .panel-title a:after {
  content: "\43";
  font-family: 'CaGov';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -11px;
  color: #777;
}

.accordion .panel-heading .panel-title a.collapsed:after,
.panel-group .panel-heading .panel-title a.collapsed:after,
.service-tile-content .panel-heading .panel-title a.collapsed:after {
  content: "\45";
}

.breadcrumb {
  padding-left: 0;
}

.breadcrumb li {
  border-left: 1px dotted #777;
  padding: 0 15px;
  height: 10px;
  line-height: 10px;
}

.breadcrumb li:first-child {
  border-left: none;
  padding-left: 0;
}

.breadcrumb>li+li:before {
  padding: 0;
}

.keywords ul,
.keywords ol {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.keywords ul>li,
.keywords ol>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.keywords ul li,
.keywords ol li {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  background-color: #ccc;
  color: #333;
  margin-left: 5px;
  margin-right: 5px;
}

a.keywords ul li:hover,
a.keywords ol li:hover,
a.keywords ul li:focus,
a.keywords ol li:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.keywords ul li:empty,
.keywords ol li:empty {
  display: none;
}

.btn .keywords ul li,
.btn .keywords ol li {
  position: relative;
  top: -1px;
}

.keywords ul li[href]:hover,
.keywords ol li[href]:hover,
.keywords ul li[href]:focus,
.keywords ol li[href]:focus {
  background-color: #b3b3b3;
}

.keywords ul a,
.keywords ol a {
  color: #333;
}

hr.hr-understated {
  border: none;
  border-bottom-style: dotted;
  border-bottom-width: 2px;
  border-bottom-color: #ccc;
}

.panel {
  border-width: 1px;
  border-style: solid;
  overflow: hidden;
  box-shadow: none;
}

.panel .panel-heading:before,
.panel .panel-heading:after {
  content: " ";
  display: table;
}

.panel .panel-heading:after {
  clear: both;
}

.panel .panel-heading:before,
.panel .panel-heading:after {
  content: " ";
  display: table;
}

.panel .panel-heading:after {
  clear: both;
}

.panel .panel-heading h2,
.panel .panel-heading h3,
.panel .panel-heading h4,
.panel .panel-heading h5 {
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  border: none;
  display: inline-block;
  margin: -8px 0 0 0;
}

.panel .panel-heading h2 small,
.panel .panel-heading h3 small,
.panel .panel-heading h4 small,
.panel .panel-heading h5 small,
.panel .panel-heading h2 .small,
.panel .panel-heading h3 .small,
.panel .panel-heading h4 .small,
.panel .panel-heading h5 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

.panel .panel-heading h2 small,
.panel .panel-heading h3 small,
.panel .panel-heading h4 small,
.panel .panel-heading h5 small,
.panel .panel-heading h2 .small,
.panel .panel-heading h3 .small,
.panel .panel-heading h4 .small,
.panel .panel-heading h5 .small {
  font-size: 75%;
}

.main-secondary.main-secondary-right .panel .panel-heading h2,
.main-secondary.main-secondary-right .panel .panel-heading h3,
.main-secondary.main-secondary-right .panel .panel-heading h4,
.main-secondary.main-secondary-right .panel .panel-heading h5 {
  margin-top: 0;
}

.panel .panel-heading h2 span[class^="ca-gov-icon-"],
.panel .panel-heading h3 span[class^="ca-gov-icon-"],
.panel .panel-heading h4 span[class^="ca-gov-icon-"],
.panel .panel-heading h5 span[class^="ca-gov-icon-"] {
  font-size: 32px;
  font-size: 2rem;
  position: relative;
  top: 4px;
}

.panel .panel-heading .options {
  display: inline-block;
  float: right;
}

.panel .panel-heading .options .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.panel.photo-left,
.panel.photo-right {
  position: relative;
}

.panel.photo-left .panel-body,
.panel.photo-right .panel-body {
  position: relative;
}

.panel.photo-left .panel-body {
  padding-left: 27%;
}

.panel.photo-left .panel-body .photo {
  left: 0;
}

.panel.photo-right .panel-body {
  padding-right: 27%;
}

.panel.photo-right .panel-body .photo {
  right: 0;
}

.panel .photo {
  background-position: 50% 50%;
  background-size: cover;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 25%;
}

@media (max-width:767px) {
  .panel .panel-body {
    padding: 15px !important;
  }
}

.panel-body h1 span[class^="ca-gov-icon-"] {
  margin-left: 0 !important;
}

.main-secondary .panel {
  background: none;
  box-shadow: none;
  border-radius: 0;
}

@media (min-width:768px) and (max-width:991px) {
  .main-secondary .panel {
    margin-left: -50px;
    margin-right: -50px;
  }
}

.main-secondary .panel .panel-heading {
  border-radius: 0;
  padding: 0;
}

.main-secondary .panel .panel-heading h2,
.main-secondary .panel .panel-heading h3,
.main-secondary .panel .panel-heading h4,
.main-secondary .panel .panel-heading h5 {
  margin: 0;
  display: block;
  text-align: center;
  padding: 10px 15px 10px 40px;
  position: relative;
}

.main-secondary .panel .panel-heading h2 span[class^="ca-gov-icon-"],
.main-secondary .panel .panel-heading h3 span[class^="ca-gov-icon-"],
.main-secondary .panel .panel-heading h4 span[class^="ca-gov-icon-"],
.main-secondary .panel .panel-heading h5 span[class^="ca-gov-icon-"] {
  font-size: 28.8px;
  font-size: 1.8rem;
  position: absolute;
  left: 10px;
}

.main-secondary .panel .panel-body {
  background: transparent;
}

.panel.highlight .panel-heading {
  position: relative;
}

.panel.highlight .panel-heading .triangle {
  position: absolute;
  bottom: -16px;
  height: 12px;
  left: 50%;
  margin-left: -12px;
  width: 24px;
}

.panel-group .panel+.panel {
  margin-top: 22px;
}

.profile-item {
  background: #f2f2f2;
  padding: 15px;
  margin-bottom: 15px;
  position: relative;
}

.profile-item:before,
.profile-item:after {
  content: " ";
  display: table;
}

.profile-item:after {
  clear: both;
}

.profile-item:before,
.profile-item:after {
  content: " ";
  display: table;
}

.profile-item:after {
  clear: both;
}

.profile-item .header {
  margin-bottom: 0;
}

.profile-item .header:before,
.profile-item .header:after {
  content: " ";
  display: table;
}

.profile-item .header:after {
  clear: both;
}

.profile-item .header:before,
.profile-item .header:after {
  content: " ";
  display: table;
}

.profile-item .header:after {
  clear: both;
}

.profile-item .header .title {
  float: left;
  margin-right: 15px;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'Arial Narrow','Helvetica Narrow',Arial,Helvetica,sans-serif;
  font-stretch: condensed;
}

.profile-item .header .filing-date {
  float: right;
}

.profile-item .header .start-date {
  float: left;
  margin-top: 8px;
}

.profile-item .footer {
  position: relative;
  clear: both;
}

.profile-item .footer:before,
.profile-item .footer:after {
  content: " ";
  display: table;
}

.profile-item .footer:after {
  clear: both;
}

.profile-item .footer:before,
.profile-item .footer:after {
  content: " ";
  display: table;
}

.profile-item .footer:after {
  clear: both;
}

.profile-item .footer a.btn {
  float: right;
  margin-top: 11px;
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

@media (max-width:992px) {
  .profile-item .footer a.btn {
    float: left;
  }
}

.profile-item .footer .published {
  float: left;
  margin-top: 10px;
  color: #777;
  font-style: italic;
}

.profile-item .thumbnail img {
  position: absolute;
}

.profile-item>.thumbnail+.well-header,
.profile-item>.thumbnail~.well-body {
  margin-left: 85px;
}

.profile-item .thumbnail {
  position: absolute;
}

.profile-item .thumbnail img {
  position: relative;
  width: 70px;
}

.profile-item .header,
.profile-item .body {
  margin-left: 90px;
}

.profile-banner {
  background: #fff;
  background: rgba(255,255,255,0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#80ffffff', GradientType=0);
  border: 1px solid #d6d6d6;
  margin-bottom: 15px;
  clear: both;
}

.main-secondary>.profile-banner {
  margin-top: 22px;
}

.banner-subtitle {
  font-size: 14.4px;
  font-size: 0.9rem;
  margin: 0 30px .2em 0;
  padding: 4px 35px 2px 10px;
  background: linear-gradient(to right, rgba(0,0,0,0.1) 0, rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#20000000', endColorStr='#00000000', GradientType='1');
}

.banner-title {
  font-family: 'Arial Narrow','Helvetica Narrow',Arial,Helvetica,sans-serif;
  font-stretch: condensed;
  font-weight: bold;
  color: #555;
  font-size: 19.2px;
  font-size: 1.2rem;
  padding-right: 70px;
  padding-left: 10px;
}

.banner-link {
  font-size: 11.2px;
  font-size: 0.7rem;
  margin: 0;
  padding-left: 12px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.main-secondary .group .banner-subtitle {
  padding-right: 5px;
  margin-right: 0;
}

figure {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}

figure img {
  width: 100%;
}

figcaption {
  font-size: 12.8px;
  font-size: 0.8rem;
  padding: 10px;
}

.img-left {
  float: left !important;
  margin-right: 15px;
  margin-top: 4px;
}

.img-right {
  float: right !important;
  margin-left: 15px;
  margin-top: 4px;
}

.media .media-top {
  text-align: center;
}

.media .media-top img,
.media .media-top span {
  display: inherit;
  margin-bottom: 22px;
}

.img-responsive {
  display: inline-block;
}

.video-player {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-player iframe,
.video-player object,
.video-player embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news-item {
  clear: both;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 22px;
  padding: 0 15px;
}

.news-item .published {
  color: #777;
  font-style: italic;
}

.news-item .thumbnail {
  margin-left: -15px;
  float: left;
  width: 41.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:768px) {
  .news-item .thumbnail {
    float: left;
    width: 25%;
  }
}

@media (min-width:992px) {
  .news-item .thumbnail {
    float: left;
    width: 16.66666667%;
  }
}

.two-column .news-item .thumbnail {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:992px) {
  .two-column .news-item .thumbnail {
    float: left;
    width: 25%;
  }
}

.news-item .thumbnail img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.news-detail h1 {
  margin-bottom: 0;
  float: left;
}

.news-detail .published {
  margin-bottom: 22px;
  clear: both;
}

.news-detail .keywords {
  margin-top: 22px;
}

.event-item {
  padding-left: 20px;
  margin-bottom: 22px;
}

.event-item .title {
  background: url("../images/template2014/bullet-blue-disc.png") no-repeat 0 3px transparent;
  margin-left: -20px;
  padding-left: 20px;
}

.main-secondary .event-item .title {
  background: none;
}

.event-item h1,
.event-item h2,
.event-item h3,
.event-item h4,
.event-item h5,
.event-item h6 {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
}

.event-item {
  margin-left: -15px;
  margin-right: -15px;
}

.event-item>.thumbnail {
  float: left;
  width: 33.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}

@media (min-width:768px) {
  .event-item>.thumbnail {
    float: left;
    width: 25%;
  }
}

@media (min-width:992px) {
  .event-item>.thumbnail {
    float: left;
    width: 16.66666667%;
  }
}

.event-item>.thumbnail img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.event-item .thumbnail+.info {
  float: left;
  width: 66.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:768px) {
  .event-item .thumbnail+.info {
    float: left;
    width: 75%;
  }
}

@media (min-width:992px) {
  .event-item .thumbnail+.info {
    float: left;
    width: 83.33333333%;
  }
}

.event-item .thumbnail+.info .title {
  background: none;
}

.event-detail .presenter {
  padding: 11px 0;
}

.event-detail .presenter:before,
.event-detail .presenter:after {
  content: " ";
  display: table;
}

.event-detail .presenter:after {
  clear: both;
}

.event-detail .presenter:before,
.event-detail .presenter:after {
  content: " ";
  display: table;
}

.event-detail .presenter:after {
  clear: both;
}

.event-detail .description:before,
.event-detail .description:after {
  content: " ";
  display: table;
}

.event-detail .description:after {
  clear: both;
}

.event-detail .description:before,
.event-detail .description:after {
  content: " ";
  display: table;
}

.event-detail .description:after {
  clear: both;
}

.well {
  background: #f2f2f2;
  padding: 15px;
  margin-bottom: 15px;
  position: relative;
}

.well:before,
.well:after {
  content: " ";
  display: table;
}

.well:after {
  clear: both;
}

.well:before,
.well:after {
  content: " ";
  display: table;
}

.well:after {
  clear: both;
}

.well .header {
  margin-bottom: 0;
}

.well .header:before,
.well .header:after {
  content: " ";
  display: table;
}

.well .header:after {
  clear: both;
}

.well .header:before,
.well .header:after {
  content: " ";
  display: table;
}

.well .header:after {
  clear: both;
}

.well .header .title {
  float: left;
  margin-right: 15px;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'Arial Narrow','Helvetica Narrow',Arial,Helvetica,sans-serif;
  font-stretch: condensed;
}

.well .header .filing-date {
  float: right;
}

.well .header .start-date {
  float: left;
  margin-top: 8px;
}

.well .footer {
  position: relative;
  clear: both;
}

.well .footer:before,
.well .footer:after {
  content: " ";
  display: table;
}

.well .footer:after {
  clear: both;
}

.well .footer:before,
.well .footer:after {
  content: " ";
  display: table;
}

.well .footer:after {
  clear: both;
}

.well .footer a.btn {
  float: right;
  margin-top: 11px;
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

@media (max-width:992px) {
  .well .footer a.btn {
    float: left;
  }
}

.well .footer .published {
  float: left;
  margin-top: 10px;
  color: #777;
  font-style: italic;
}

.well .thumbnail img {
  position: absolute;
}

.well>.thumbnail+.well-header,
.well>.thumbnail~.well-body {
  margin-left: 85px;
}

@media (max-width:767px) {
  .well .title,
  .well .filing-date,
  .well .start-date,
  .well .published,
  .well a.btn {
    float: none !important;
  }
}

.exam-item {
  background: #f2f2f2;
  padding: 15px;
  margin-bottom: 15px;
  position: relative;
}

.exam-item:before,
.exam-item:after {
  content: " ";
  display: table;
}

.exam-item:after {
  clear: both;
}

.exam-item:before,
.exam-item:after {
  content: " ";
  display: table;
}

.exam-item:after {
  clear: both;
}

.exam-item .header {
  margin-bottom: 0;
}

.exam-item .header:before,
.exam-item .header:after {
  content: " ";
  display: table;
}

.exam-item .header:after {
  clear: both;
}

.exam-item .header:before,
.exam-item .header:after {
  content: " ";
  display: table;
}

.exam-item .header:after {
  clear: both;
}

.exam-item .header .title {
  float: left;
  margin-right: 15px;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'Arial Narrow','Helvetica Narrow',Arial,Helvetica,sans-serif;
  font-stretch: condensed;
}

.exam-item .header .filing-date {
  float: right;
}

.exam-item .header .start-date {
  float: left;
  margin-top: 8px;
}

.exam-item .footer {
  position: relative;
  clear: both;
}

.exam-item .footer:before,
.exam-item .footer:after {
  content: " ";
  display: table;
}

.exam-item .footer:after {
  clear: both;
}

.exam-item .footer:before,
.exam-item .footer:after {
  content: " ";
  display: table;
}

.exam-item .footer:after {
  clear: both;
}

.exam-item .footer a.btn {
  float: right;
  margin-top: 11px;
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

@media (max-width:992px) {
  .exam-item .footer a.btn {
    float: left;
  }
}

.exam-item .footer .published {
  float: left;
  margin-top: 10px;
  color: #777;
  font-style: italic;
}

.exam-item .thumbnail img {
  position: absolute;
}

.exam-item>.thumbnail+.well-header,
.exam-item>.thumbnail~.well-body {
  margin-left: 85px;
}

.exam-item .footer a.btn {
  float: right;
}

@media (max-width:767px) {
  .exam-item .title,
  .exam-item .filing-date,
  .exam-item .published,
  .exam-item a.btn {
    float: none !important;
  }
}

.exam-detail .location {
  float: right !important;
}

.course-item {
  background: #f2f2f2;
  padding: 15px;
  margin-bottom: 15px;
  position: relative;
}

.course-item:before,
.course-item:after {
  content: " ";
  display: table;
}

.course-item:after {
  clear: both;
}

.course-item:before,
.course-item:after {
  content: " ";
  display: table;
}

.course-item:after {
  clear: both;
}

.course-item .header {
  margin-bottom: 0;
}

.course-item .header:before,
.course-item .header:after {
  content: " ";
  display: table;
}

.course-item .header:after {
  clear: both;
}

.course-item .header:before,
.course-item .header:after {
  content: " ";
  display: table;
}

.course-item .header:after {
  clear: both;
}

.course-item .header .title {
  float: left;
  margin-right: 15px;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'Arial Narrow','Helvetica Narrow',Arial,Helvetica,sans-serif;
  font-stretch: condensed;
}

.course-item .header .filing-date {
  float: right;
}

.course-item .header .start-date {
  float: left;
  margin-top: 8px;
}

.course-item .footer {
  position: relative;
  clear: both;
}

.course-item .footer:before,
.course-item .footer:after {
  content: " ";
  display: table;
}

.course-item .footer:after {
  clear: both;
}

.course-item .footer:before,
.course-item .footer:after {
  content: " ";
  display: table;
}

.course-item .footer:after {
  clear: both;
}

.course-item .footer a.btn {
  float: right;
  margin-top: 11px;
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

@media (max-width:992px) {
  .course-item .footer a.btn {
    float: left;
  }
}

.course-item .footer .published {
  float: left;
  margin-top: 10px;
  color: #777;
  font-style: italic;
}

.course-item .thumbnail img {
  position: absolute;
}

.course-item>.thumbnail+.well-header,
.course-item>.thumbnail~.well-body {
  margin-left: 85px;
}

.course-item .thumbnail~.header,
.course-item .thumbnail~.body {
  margin-left: 85px;
}

.course-item .datetime {
  clear: both;
}

.required-label {
  color: #d34a37;
}

.form-inline-columns .form-group {
  margin: 0 15px;
}

.pub-item {
  margin-bottom: 11px;
}

.pub-item:before,
.pub-item:after {
  content: " ";
  display: table;
}

.pub-item:after {
  clear: both;
}

.pub-item:before,
.pub-item:after {
  content: " ";
  display: table;
}

.pub-item:after {
  clear: both;
}

.pub-item.odd {
  background: #dedede;
}

.pub-item.even {
  background: #c9c9c9;
}

.pub-item .thumbnail {
  float: left;
  margin-right: 15px;
}

.pub-item .thumbnail img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.pub-body {
  padding: 11px 15px !important;
}

.pub-language,
.pub-revision-date,
.pub-tags {
  color: #777;
}

.location .contact .title {
  font-weight: bold;
}

.location .contact [class^="ca-gov-icon"] {
  font-size: 24px;
  font-size: 1.5rem;
  position: absolute;
  color: #555;
}

.location .contact a {
  margin-left: 30px;
  display: inline-block;
}

.location .summary .title {
  font-weight: bold;
}

.location.banner {
  padding: 15px 0;
  background: #f5f5f5;
  margin-bottom: 11px;
}

.location.banner:before,
.location.banner:after {
  content: " ";
  display: table;
}

.location.banner:after {
  clear: both;
}

.location.banner:before,
.location.banner:after {
  content: " ";
  display: table;
}

.location.banner:after {
  clear: both;
}

.location.banner .thumbnail {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:768px) {
  .location.banner .thumbnail {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width:992px) {
  .location.banner .thumbnail {
    float: left;
    width: 25%;
  }
}

@media (min-width:1280px) {
  .location.banner .thumbnail {
    float: left;
    width: 16.66666667%;
  }
}

.location.banner .thumbnail img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.location.banner .contact {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

@media (min-width:768px) {
  .location.banner .contact {
    float: left;
    width: 66.66666667%;
  }
}

@media (min-width:992px) {
  .location.banner .contact {
    float: left;
    width: 25%;
  }
}

@media (min-width:1280px) {
  .location.banner .contact {
    float: left;
    width: 25%;
  }
}

.location.banner .summary {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:768px) {
  .location.banner .summary {
    float: left;
    width: 100%;
  }
}

@media (min-width:992px) {
  .location.banner .summary {
    float: left;
    width: 50%;
  }
}

@media (min-width:1280px) {
  .location.banner .summary {
    float: left;
    width: 58.33333333%;
  }
}

@media (max-width:991px) {
  .location.banner .summary {
    margin-top: 11px;
  }
}

.location.banner .btn {
  color: #014e77;
  background-color: #fff;
  border-color: #555;
  color: #000;
  background-color: rgba(255,255,255,0.65);
  border-color: #000;
  transition: all .5s;
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
  float: right;
}

.location.banner .btn:hover,
.location.banner .btn:focus,
.location.banner .btn:active,
.location.banner .btn.active,
.open>.dropdown-toggle.location.banner .btn {
  color: #014e77;
  background-color: #e6e6e6;
  border-color: #373737;
}

.location.banner .btn:active,
.location.banner .btn.active,
.open>.dropdown-toggle.location.banner .btn {
  background-image: none;
}

.location.banner .btn.disabled,
.location.banner .btn[disabled],
fieldset[disabled] .location.banner .btn,
.location.banner .btn.disabled:hover,
.location.banner .btn[disabled]:hover,
fieldset[disabled] .location.banner .btn:hover,
.location.banner .btn.disabled:focus,
.location.banner .btn[disabled]:focus,
fieldset[disabled] .location.banner .btn:focus,
.location.banner .btn.disabled:active,
.location.banner .btn[disabled]:active,
fieldset[disabled] .location.banner .btn:active,
.location.banner .btn.disabled.active,
.location.banner .btn[disabled].active,
fieldset[disabled] .location.banner .btn.active {
  background-color: #fff;
  border-color: #555;
}

.location.banner .btn .badge {
  color: #fff;
  background-color: #014e77;
}

.location.banner .btn:hover,
.location.banner .btn:focus,
.location.banner .btn:active,
.location.banner .btn.active,
.open>.dropdown-toggle.location.banner .btn {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.location.banner .btn:active,
.location.banner .btn.active,
.open>.dropdown-toggle.location.banner .btn {
  background-image: none;
}

.location.banner .btn.disabled,
.location.banner .btn[disabled],
fieldset[disabled] .location.banner .btn,
.location.banner .btn.disabled:hover,
.location.banner .btn[disabled]:hover,
fieldset[disabled] .location.banner .btn:hover,
.location.banner .btn.disabled:focus,
.location.banner .btn[disabled]:focus,
fieldset[disabled] .location.banner .btn:focus,
.location.banner .btn.disabled:active,
.location.banner .btn[disabled]:active,
fieldset[disabled] .location.banner .btn:active,
.location.banner .btn.disabled.active,
.location.banner .btn[disabled].active,
fieldset[disabled] .location.banner .btn.active {
  background-color: rgba(255,255,255,0.65);
  border-color: #000;
}

.location.banner .btn .badge {
  color: rgba(255,255,255,0.65);
  background-color: #000;
}

@media (max-width:991px) {
  .location.banner .btn {
    margin-top: 11px;
  }
}

.location.contact {
  margin-bottom: 22px;
  position: relative;
}

.location.contact:before,
.location.contact:after {
  content: " ";
  display: table;
}

.location.contact:after {
  clear: both;
}

.location.contact:before,
.location.contact:after {
  content: " ";
  display: table;
}

.location.contact:after {
  clear: both;
}

.main-secondary>.location.contact {
  margin-top: 22px;
}

.location.contact [class^="ca-gov-icon-"] {
  font-size: 56px;
  font-size: 3.5rem;
  color: #555;
  float: left;
  width: 20%;
  min-width: 60px;
  max-width: 60px;
}

.location.contact .contact {
  float: left;
  width: 70%;
}

.location.contact .contact a {
  margin-left: 0;
}

.location.contact .btn {
  color: #014e77;
  background-color: #fff;
  border-color: #555;
  color: #000;
  background-color: rgba(255,255,255,0.65);
  border-color: #000;
  transition: all .5s;
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.location.contact .btn:hover,
.location.contact .btn:focus,
.location.contact .btn:active,
.location.contact .btn.active,
.open>.dropdown-toggle.location.contact .btn {
  color: #014e77;
  background-color: #e6e6e6;
  border-color: #373737;
}

.location.contact .btn:active,
.location.contact .btn.active,
.open>.dropdown-toggle.location.contact .btn {
  background-image: none;
}

.location.contact .btn.disabled,
.location.contact .btn[disabled],
fieldset[disabled] .location.contact .btn,
.location.contact .btn.disabled:hover,
.location.contact .btn[disabled]:hover,
fieldset[disabled] .location.contact .btn:hover,
.location.contact .btn.disabled:focus,
.location.contact .btn[disabled]:focus,
fieldset[disabled] .location.contact .btn:focus,
.location.contact .btn.disabled:active,
.location.contact .btn[disabled]:active,
fieldset[disabled] .location.contact .btn:active,
.location.contact .btn.disabled.active,
.location.contact .btn[disabled].active,
fieldset[disabled] .location.contact .btn.active {
  background-color: #fff;
  border-color: #555;
}

.location.contact .btn .badge {
  color: #fff;
  background-color: #014e77;
}

.location.contact .btn:hover,
.location.contact .btn:focus,
.location.contact .btn:active,
.location.contact .btn.active,
.open>.dropdown-toggle.location.contact .btn {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.location.contact .btn:active,
.location.contact .btn.active,
.open>.dropdown-toggle.location.contact .btn {
  background-image: none;
}

.location.contact .btn.disabled,
.location.contact .btn[disabled],
fieldset[disabled] .location.contact .btn,
.location.contact .btn.disabled:hover,
.location.contact .btn[disabled]:hover,
fieldset[disabled] .location.contact .btn:hover,
.location.contact .btn.disabled:focus,
.location.contact .btn[disabled]:focus,
fieldset[disabled] .location.contact .btn:focus,
.location.contact .btn.disabled:active,
.location.contact .btn[disabled]:active,
fieldset[disabled] .location.contact .btn:active,
.location.contact .btn.disabled.active,
.location.contact .btn[disabled].active,
fieldset[disabled] .location.contact .btn.active {
  background-color: rgba(255,255,255,0.65);
  border-color: #000;
}

.location.contact .btn .badge {
  color: rgba(255,255,255,0.65);
  background-color: #000;
}

.location.mini {
  position: relative;
  margin-bottom: 22px;
}

.location.mini:before,
.location.mini:after {
  content: " ";
  display: table;
}

.location.mini:after {
  clear: both;
}

.location.mini:before,
.location.mini:after {
  content: " ";
  display: table;
}

.location.mini:after {
  clear: both;
}

.location.mini [class^="ca-gov-icon"] {
  padding: 5px;
  line-height: 1;
  font-size: 32px;
  font-size: 2rem;
  position: absolute;
}

.location.mini .contact {
  margin-left: 60px;
}

.location.mini .contact .title {
  font-weight: normal;
}

.location.mini .contact a {
  margin-left: 0;
}

.location.full .photo {
  height: 100%;
  width: 100%;
}

@media (max-width:991px) {
  .location.full .photo {
    margin-bottom: 11px;
  }
}

.location.full .map iframe {
  width: 100%;
  border: 0;
}

.location.full .contact {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 22px;
}

@media (min-width:768px) {
  .location.full .contact {
    float: left;
    width: 25%;
  }
}

.location.full .contact [class^="ca-gov-icon"] {
  font-size: 35.2px;
  font-size: 2.2rem;
  position: absolute;
}

.location.full .contact a {
  margin-left: 40px;
  display: inline-block;
}

.location.full .summary {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 22px;
}

@media (min-width:768px) {
  .location.full .summary {
    float: left;
    width: 75%;
  }
}

.gallery {
  margin-left: -15px;
  margin-right: -15px;
}

.gallery .item {
  float: left;
  position: relative;
  text-align: center;
  margin-bottom: 22px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width:480px) {
  .gallery .item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.gallery a.gallery-item {
  display: block;
  position: relative;
  text-decoration: none;
}

.gallery a.gallery-item:before {
  content: "";
  background-color: #fff;
  opacity: 0;
  position: absolute;
  bottom: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  transition: all .3s;
}

.gallery a.gallery-item:hover:before {
  height: 100%;
  overflow: visible;
  opacity: .7;
}

.gallery a.gallery-item:after {
  content: "";
  position: absolute;
  top: 60%;
  left: 50%;
  margin-left: -16px;
  margin-top: -24px;
  z-index: 101;
  font-family: 'CaGov';
  font-size: 32px;
  font-size: 2rem;
  transition: all .5s;
}

.gallery a.gallery-item:hover:after {
  content: "\e65e";
  font-family: 'CaGov';
  font-size: 32px;
  font-size: 2rem;
  color: #1f89db;
  top: 50%;
}

.gallery img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  bottom: 0;
  display: inline-block;
  position: relative;
  max-height: 140px;
}

.ie8 .gallery img {
  width: auto !important;
}

.gallery.three-up .item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:768px) {
  .gallery.three-up .item {
    float: left;
    width: 50%;
  }
}

@media (min-width:992px) {
  .gallery.three-up .item {
    float: left;
    width: 33.33333333%;
  }
}

.gallery.four-up .item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:768px) {
  .gallery.four-up .item {
    float: left;
    width: 50%;
  }
}

@media (min-width:992px) {
  .gallery.four-up .item {
    float: left;
    width: 25%;
  }
}

.gallery.gallery-small .item {
  float: left;
  width: 33.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:992px) {
  .gallery.gallery-small .item {
    float: left;
    width: 33.33333333%;
  }
}

.gallery.gallery-small img {
  width: auto;
  height: auto;
}

.card {
  position: relative;
  display: block;
  margin-bottom: 11px;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 0;
}

.card .btn-block {
  margin-top: 5px;
}

.card .toggle-more {
  display: inline-block;
  color: #777;
  font-family: 'CaGov';
  font-size: 22px;
  margin-left: -11px;
}

.card .toggle-more:before {
  content: "\e050";
}

.card .toggle-more.active:before {
  content: "\e04f";
}

.card-block {
  padding: 15px;
}

.card-title {
  margin-bottom: 11px;
  margin-top: 0;
}

.card-subtitle {
  margin-top: -5.5px;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link+.card-link {
  margin-left: 15px;
}

.card-header {
  padding: 11px 15px;
}

.card-header:first-child {
  border-radius: -1px -1px 0 0;
}

.card-footer {
  padding: 11px 15px;
}

.card-footer:last-child {
  border-radius: 0 0 -1px -1px;
}

.card-img-top {
  border-radius: -1px -1px 0 0;
}

.card-img-bottom {
  border-radius: 0 0 -1px -1px;
}

.job-detail .sub-header {
  margin-bottom: 22px;
}

.job-item {
  background: #f2f2f2;
  padding: 15px;
  margin-bottom: 15px;
  position: relative;
}

.job-item:before,
.job-item:after {
  content: " ";
  display: table;
}

.job-item:after {
  clear: both;
}

.job-item:before,
.job-item:after {
  content: " ";
  display: table;
}

.job-item:after {
  clear: both;
}

.job-item .header {
  margin-bottom: 0;
}

.job-item .header:before,
.job-item .header:after {
  content: " ";
  display: table;
}

.job-item .header:after {
  clear: both;
}

.job-item .header:before,
.job-item .header:after {
  content: " ";
  display: table;
}

.job-item .header:after {
  clear: both;
}

.job-item .header .title {
  float: left;
  margin-right: 15px;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'Arial Narrow','Helvetica Narrow',Arial,Helvetica,sans-serif;
  font-stretch: condensed;
}

.job-item .header .filing-date {
  float: right;
}

.job-item .header .start-date {
  float: left;
  margin-top: 8px;
}

.job-item .footer {
  position: relative;
  clear: both;
}

.job-item .footer:before,
.job-item .footer:after {
  content: " ";
  display: table;
}

.job-item .footer:after {
  clear: both;
}

.job-item .footer:before,
.job-item .footer:after {
  content: " ";
  display: table;
}

.job-item .footer:after {
  clear: both;
}

.job-item .footer a.btn {
  float: right;
  margin-top: 11px;
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

@media (max-width:992px) {
  .job-item .footer a.btn {
    float: left;
  }
}

.job-item .footer .published {
  float: left;
  margin-top: 10px;
  color: #777;
  font-style: italic;
}

.job-item .thumbnail img {
  position: absolute;
}

.job-item>.thumbnail+.well-header,
.job-item>.thumbnail~.well-body {
  margin-left: 85px;
}

table.table {
  border-spacing: 0;
}

table.editor-table-default {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
  border: none;
}

table.editor-table-default>thead>tr>th,
table.editor-table-default>tbody>tr>th,
table.editor-table-default>tfoot>tr>th,
table.editor-table-default>thead>tr>td,
table.editor-table-default>tbody>tr>td,
table.editor-table-default>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

table.editor-table-default>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

table.editor-table-default>caption+thead>tr:first-child>th,
table.editor-table-default>colgroup+thead>tr:first-child>th,
table.editor-table-default>thead:first-child>tr:first-child>th,
table.editor-table-default>caption+thead>tr:first-child>td,
table.editor-table-default>colgroup+thead>tr:first-child>td,
table.editor-table-default>thead:first-child>tr:first-child>td {
  border-top: 0;
}

table.editor-table-default>tbody+tbody {
  border-top: 2px solid #ddd;
}

table.editor-table-default .table {
  background-color: #fff;
}

table.editor-table-default.table-default {
  border: none;
}

table.editor-table-default.table-default>thead>tr>th,
table.editor-table-default.table-default>tbody>tr>th,
table.editor-table-default.table-default>tfoot>tr>th,
table.editor-table-default.table-default>thead>tr>td,
table.editor-table-default.table-default>tbody>tr>td,
table.editor-table-default.table-default>tfoot>tr>td {
  background: #f2f2f2;
  border: 2px solid #fff;
}

table.editor-table-default.table-default>thead>tr>th,
table.editor-table-default.table-default>thead>tr>td {
  background: #d9d9d9;
  border: 2px solid #fff;
}

table.editor-table-default>thead>tr>th,
table.editor-table-default>tbody>tr>th,
table.editor-table-default>tfoot>tr>th,
table.editor-table-default>thead>tr>td,
table.editor-table-default>tbody>tr>td,
table.editor-table-default>tfoot>tr>td {
  background: #f2f2f2;
  border: 2px solid #fff;
}

table.editor-table-default>thead>tr>th,
table.editor-table-default>thead>tr>td {
  background: #d9d9d9;
  border: 2px solid #fff;
}

table.editor-table-striped {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}

table.editor-table-striped>thead>tr>th,
table.editor-table-striped>tbody>tr>th,
table.editor-table-striped>tfoot>tr>th,
table.editor-table-striped>thead>tr>td,
table.editor-table-striped>tbody>tr>td,
table.editor-table-striped>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

table.editor-table-striped>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

table.editor-table-striped>caption+thead>tr:first-child>th,
table.editor-table-striped>colgroup+thead>tr:first-child>th,
table.editor-table-striped>thead:first-child>tr:first-child>th,
table.editor-table-striped>caption+thead>tr:first-child>td,
table.editor-table-striped>colgroup+thead>tr:first-child>td,
table.editor-table-striped>thead:first-child>tr:first-child>td {
  border-top: 0;
}

table.editor-table-striped>tbody+tbody {
  border-top: 2px solid #ddd;
}

table.editor-table-striped .table {
  background-color: #fff;
}

table.editor-table-striped.table-default {
  border: none;
}

table.editor-table-striped.table-default>thead>tr>th,
table.editor-table-striped.table-default>tbody>tr>th,
table.editor-table-striped.table-default>tfoot>tr>th,
table.editor-table-striped.table-default>thead>tr>td,
table.editor-table-striped.table-default>tbody>tr>td,
table.editor-table-striped.table-default>tfoot>tr>td {
  background: #f2f2f2;
  border: 2px solid #fff;
}

table.editor-table-striped.table-default>thead>tr>th,
table.editor-table-striped.table-default>thead>tr>td {
  background: #d9d9d9;
  border: 2px solid #fff;
}

table.editor-table-striped>tbody>tr:nth-child(odd)>td,
table.editor-table-striped>tbody>tr:nth-child(odd)>th {
  background-color: #f9f9f9;
}

.table.table-default {
  border: none;
}

.table.table-default>thead>tr>th,
.table.table-default>tbody>tr>th,
.table.table-default>tfoot>tr>th,
.table.table-default>thead>tr>td,
.table.table-default>tbody>tr>td,
.table.table-default>tfoot>tr>td {
  background: #f2f2f2;
  border: 2px solid #fff;
}

.table.table-default>thead>tr>th,
.table.table-default>thead>tr>td {
  background: #d9d9d9;
  border: 2px solid #fff;
}

[class^="list-"] {
  list-style-type: none;
  margin: 11px 0;
  padding: 0;
}

ul.list-overstated {
  padding: 0;
}

ul.list-overstated a {
  font-weight: bold;
}

.list-overstated li,
.list-understated li {
  background: url("../images/template2014/bullet-blue-disc.png") no-repeat 0 3px transparent;
  padding: 0 0 14px 18px;
}

.list-overstated li.open,
.list-understated li.open {
  background: url("../images/template2014/bullet-blue-disc-open.png") no-repeat 0 3px transparent;
}

.list-standout {
  padding: 0;
  padding-left: .2em;
}

.list-standout li {
  padding-left: 1.5em;
}

.list-standout li:before {
  content: "\35";
  font-family: "CaGov";
  width: 1.5em;
  margin-left: -1.5em;
  vertical-align: sub;
  font-size: 1.5em;
  font-weight: 900;
  display: inline-block;
}

.list-standout li.open:before {
  content: "\33";
}

.accordion-list a {
  cursor: pointer;
}

.list-divided {
  overflow-y: auto;
}

.list-divided li {
  border-top: 1px solid #f5f5f5;
  padding-top: 10px;
  padding-bottom: 10px;
}

.list-overstated ul li,
.list-understated ul li,
.list-standout ul li,
.list-overstated ol li,
.list-understated ol li,
.list-standout ol li {
  background: none;
  padding-left: 0;
}

.testimonial {
  padding: 30px;
  border: none;
}

.testimonial {
  margin-top: 15px;
}

.testimonial:first-child {
  margin-top: 0;
}

.testimonial .thumbnail-img {
  display: block;
}

.testimonial .testimonial-body {
  zoom: 1;
  overflow: hidden;
}

.testimonial .thumbnail-right,
.testimonial .testimonial>.pull-right {
  display: table-cell;
  padding-left: 10px;
}

.testimonial .thumbnail-left,
.testimonial .testimonial>.pull-left {
  display: table-cell;
  padding-right: 10px;
}

.testimonial .thumbnail-left,
.testimonial .img-right,
.testimonial .testimonial-body {
  display: table-cell;
  vertical-align: top;
}

.testimonial .thumbnail-top {
  text-align: center;
}

.testimonial .thumbnail-top .thumbnail-img {
  display: inherit;
  margin-bottom: 22px;
}

.testimonial .thumbnail-middle {
  vertical-align: middle;
}

.testimonial .thumbnail-bottom {
  vertical-align: bottom;
}

.testimonial .testimonial-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

blockquote {
  font-size: 16px;
  font-size: 1rem;
}

.btn-primary {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  transition: all .5s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: rgba(255,255,255,0.2);
  border-color: #fff;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: transparent;
  border-color: #fff;
}

.btn-primary .badge {
  color: transparent;
  background-color: #fff;
}

.btn-default {
  color: #000;
  background-color: rgba(255,255,255,0.65);
  border-color: #000;
  transition: all .5s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: rgba(255,255,255,0.65);
  border-color: #000;
}

.btn-default .badge {
  color: rgba(255,255,255,0.65);
  background-color: #000;
}

.btn-secondary {
  color: #555;
  background-color: #f5f5f5;
  border-color: #555;
  border-width: 1px;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open>.dropdown-toggle.btn-secondary {
  color: #2a6496;
  background-color: #fff;
  border-color: #000;
}

.btn-secondary:active,
.btn-secondary.active,
.open>.dropdown-toggle.btn-secondary {
  background-image: none;
}

.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #f5f5f5;
  border-color: #555;
}

.btn-secondary .badge {
  color: #f5f5f5;
  background-color: #555;
}

.btn-secondary.active {
  background: #555;
  color: #fff;
  box-shadow: none;
}

.btn-more {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  background-color: #fff;
  background-color: rgba(255,255,255,0.7);
  font-size: 20px;
  font-size: 1.25rem;
}

.btn-more:focus,
.btn-more:active:focus,
.btn-more.active:focus,
.btn-more.focus,
.btn-more:active.focus,
.btn-more.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn-more:hover,
.btn-more:focus,
.btn-more.focus {
  color: #014e77;
  text-decoration: none;
}

.btn-more:active,
.btn-more.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.btn-more.disabled,
.btn-more[disabled],
fieldset[disabled] .btn-more {
  cursor: not-allowed;
  opacity: .35;
  filter: alpha(opacity=35);
  box-shadow: none;
}

a.btn-more.disabled,
fieldset[disabled] a.btn-more {
  pointer-events: none;
}

.btn-more:focus {
  outline: dotted 2px #000;
}

.btn-more .more-title {
  display: block;
}

.btn-more .more-icon {
  font-size: 24px;
  font-size: 1.5rem;
}

.btn-more.inverse {
  background-color: #000;
  color: #fff;
}

.btn-more.inverse:hover,
.btn-more.inverse:focus {
  color: #FDB81E;
}

@media (max-width:767px) {
  [role="group"].btn-group {
    margin-top: 10px;
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
  }

  [role="group"].btn-group>.btn,
  [role="group"].btn-group>.btn-group {
    float: none;
    display: table-cell;
    width: 100%;
  }

  [role="group"].btn-group>.btn-group .btn {
    width: 100%;
  }

  [role="group"].btn-group>.btn-group .dropdown-menu {
    left: auto;
  }
}

@media (max-width:767px) {
  .btn-block-xs {
    display: block !important;
    width: 100% !important;
    margin-bottom: 16px !important;
  }
}

@media (max-width:991px) {
  .btn-block-sm {
    display: block !important;
    width: 100% !important;
    margin-bottom: 16px !important;
  }
}

.btn-row .btn {
  margin-right: 8px !important;
  margin-bottom: 8px !important;
}

@media (max-width:767px) {
  .btn-row .btn {
    margin-bottom: 8px !important;
  }
}

.site-settings button.close {
  position: relative;
  right: -10px;
  color: #fff;
  text-shadow: none;
  opacity: .5;
}

.location-settings label {
  font-weight: normal;
  padding-right: 16px !important;
}

.location-settings button.close {
  position: relative;
  right: -10px;
  color: #fff;
  text-shadow: none;
  opacity: .5;
}

@media (max-width:767px) {
  .location-settings button.btn-primary {
    margin-top: 16px !important;
  }
}

.service-icon {
  font-size: 240px;
  font-size: 15rem;
  text-align: center;
  color: rgba(255,255,255,0.8);
}

.service-icon-thumbnail {
  font-size: 80px;
  font-size: 5rem;
  text-align: center;
}

.more-button {
  position: relative;
  overflow: hidden;
}

.more-button .more-content {
  position: absolute;
  overflow: hidden;
  width: 100%;
}

.more-button .btn-more {
  position: relative;
}

.service-tile-panel {
  visibility: collapse;
  position: absolute;
}

.service-tile-panel .btn.close {
  font-size: 56px;
  font-size: 3.5rem;
}

.service-tile-full {
  clear: both;
  width: 100%;
  background: #f5f5f5;
  height: auto;
}

.service-tile-full.is-open .service-tile-panel {
  visibility: visible;
  position: relative;
}

.service-tile {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-align: center;
  outline: none;
  min-height: 240px;
  color: #E1F2F7;
  background: #046B99;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width:450px) {
  .service-tile {
    width: 50%;
  }
}

@media (min-width:768px) {
  .service-tile {
    float: left;
    width: 50%;
  }
}

@media (min-width:992px) {
  .service-tile {
    float: left;
    width: 25%;
  }
}

@media (min-width:768px) {
  .service-tile {
    min-height: 280px;
  }
}

@media (min-width:992px) {
  .service-tile {
    min-height: 240px;
  }
}

@media (min-width:1280px) {
  .service-tile {
    min-height: 320px;
  }
}

.service-tile .icon-fallback {
  min-width: 100%;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  transition: opacity .3s;
}

.service-tile .teaser {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000;
  background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0, rgba(0,0,0,0.6) 30%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#000000', GradientType=0);
  color: #fff;
  padding: 10px 0;
}

.service-tile .teaser .title {
  margin: 5px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  transition: all .3s;
}

.service-tile .teaser .title:hover {
  color: #FDB81E;
}

.title:after {
  margin-top: 8px !important;
  font-family: 'CaGov';
  display: block;
  font-weight: normal;
}

[data-state="closed"].service-tile .title:after,
[data-state="info"].service-tile .title:after {
  content: "\50";
}

[data-state="open"].service-tile .title:after {
  content: "\4f";
}

[data-state="open"].service-tile:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #000;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: -15px;
  z-index: 5;
}

.service-tile-empty {
  background: #046B99;
  color: #9FDBF1;
  overflow: hidden;
  width: 100%;
}

.service-tile-empty span {
  font-size: 17em;
  line-height: 1;
}

.service-tile-empty .title:after {
  content: "\e65d" !important;
}

.service-tile-empty.half,
.service-tile-empty.quarter,
.service-tile-empty.third {
  width: 100%;
}

@media (min-width:450px) {
  .service-tile-empty.full {
    width: 100%;
  }

  .service-tile-empty.third {
    width: 50%;
  }

  .service-tile-empty.half {
    width: 100%;
  }

  .service-tile-empty.quarter {
    width: 50%;
  }
}

@media (min-width:992px) {
  .service-tile-empty.full {
    width: 100%;
  }

  .service-tile-empty.third {
    width: 75%;
  }

  .service-tile-empty.half {
    width: 50%;
  }

  .service-tile-empty.quarter {
    width: 25%;
  }
}

.no-js .number-counter {
  visibility: visible;
}

.stat-counter {
  text-align: center;
  font-size: 64px;
  font-size: 4rem;
}

.carousel .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.carousel .owl-nav [class*='owl-'] {
  background-color: rgba(0,0,0,0.4);
  color: #fff;
  font-size: 20px;
  height: 35px;
  width: 35px;
  border-radius: 35px;
  display: inline-block;
  cursor: pointer;
}

.carousel .owl-nav [class*='owl-']>span {
  line-height: 35px;
}

.carousel .owl-nav [class*='owl-']:hover {
  text-decoration: none;
}

.carousel .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.carousel .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
}

.carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.carousel .owl-dots .owl-dot.active span,
.carousel .owl-dots .owl-dot:hover span {
  background: #869791;
}

.carousel-media,
.carousel-link,
.carousel-slider,
.carousel-gallery {
  padding: 0 3em;
  position: relative;
}

.carousel-media .owl-nav,
.carousel-link .owl-nav,
.carousel-slider .owl-nav,
.carousel-gallery .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: 0;
}

.carousel-media .owl-prev,
.carousel-link .owl-prev,
.carousel-slider .owl-prev,
.carousel-gallery .owl-prev {
  position: absolute;
  left: 0;
}

.carousel-media .owl-next,
.carousel-link .owl-next,
.carousel-slider .owl-next,
.carousel-gallery .owl-next {
  position: absolute;
  right: 0;
}

.carousel-media .owl-nav .owl-prev,
.carousel-link .owl-nav .owl-prev,
.carousel-slider .owl-nav .owl-prev,
.carousel-gallery .owl-nav .owl-prev,
.carousel-media .owl-nav .owl-next,
.carousel-link .owl-nav .owl-next,
.carousel-slider .owl-nav .owl-next,
.carousel-gallery .owl-nav .owl-next {
  margin: -1em 0 0;
}

.carousel-video,
.carousel-video-submenu,
.carousel-content {
  overflow: hidden;
}

.carousel-video:hover .owl-prev,
.carousel-video-submenu:hover .owl-prev,
.carousel-content:hover .owl-prev {
  color: white;
  position: absolute;
  left: 15px;
}

@media (max-width:767px) {
  .carousel-video:hover .owl-prev,
  .carousel-video-submenu:hover .owl-prev,
  .carousel-content:hover .owl-prev {
    left: .1em;
  }
}

.carousel-video:hover .owl-next,
.carousel-video-submenu:hover .owl-next,
.carousel-content:hover .owl-next {
  color: white;
  position: absolute;
  right: 15px;
}

@media (max-width:767px) {
  .carousel-video:hover .owl-next,
  .carousel-video-submenu:hover .owl-next,
  .carousel-content:hover .owl-next {
    right: .1em;
  }
}

.carousel-video .owl-nav,
.carousel-video-submenu .owl-nav,
.carousel-content .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: 0;
}

.carousel-video .owl-prev,
.carousel-video-submenu .owl-prev,
.carousel-content .owl-prev {
  position: absolute;
  left: -2em;
}

.carousel-video .owl-next,
.carousel-video-submenu .owl-next,
.carousel-content .owl-next {
  position: absolute;
  right: -2em;
}

.carousel-video .owl-nav .owl-prev,
.carousel-video-submenu .owl-nav .owl-prev,
.carousel-content .owl-nav .owl-prev,
.carousel-video .owl-nav .owl-next,
.carousel-video-submenu .owl-nav .owl-next,
.carousel-content .owl-nav .owl-next {
  transition: left 400ms ease,right 400ms ease;
  margin: -1em 0 0;
}

.carousel-video .owl-nav .owl-prev:hover,
.carousel-video-submenu .owl-nav .owl-prev:hover,
.carousel-content .owl-nav .owl-prev:hover,
.carousel-video .owl-nav .owl-next:hover,
.carousel-video-submenu .owl-nav .owl-next:hover,
.carousel-content .owl-nav .owl-next:hover {
  background-color: rgba(0,0,0,0.75);
}

@media (max-width:767px) {
  .carousel-content .owl-nav .owl-prev {
    color: white;
    position: absolute;
    left: .1em;
  }

  .carousel-content .owl-nav .owl-next {
    color: white;
    position: absolute;
    right: .1em;
  }
}

.carousel-content .owl-dots {
  z-index: 10;
  position: relative;
  height: 15px;
  top: -40px;
}

.carousel-content .item {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.carousel-content .content-container {
  pointer-events: none;
  color: white;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.carousel-content .content-container .content {
  pointer-events: all;
  padding: 20px 20px 50px 20px;
}

.carousel-content img+.content-container,
.carousel-content video+.content-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 10%;
  margin-bottom: 50px;
  padding: 0;
  max-height: 100%;
  overflow: hidden;
}

.carousel-content img+.content-container .content,
.carousel-content video+.content-container .content {
  padding: 20px;
}

.carousel-content .item.backdrop img+.content-container,
.carousel-content .item.backdrop video+.content-container {
  background: rgba(0,0,0,0.3);
}

@media (min-width:768px) {
  .carousel-content .item.backdrop .content-container:first-child {
    padding: 10%;
  }
}

.carousel-content .item.backdrop .content-container:first-child .content {
  background: rgba(0,0,0,0.65);
}

.owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.carousel-video .owl-video-play-icon span {
  font-size: 80px;
  line-height: 80px;
  color: white;
  opacity: 0;
}

.carousel-video .item-overlay {
  background: rgba(0,0,0,0.55);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  transition: opacity .25s ease;
  color: rgba(255,255,255,0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.carousel-video .item-overlay span {
  opacity: 0;
}

.carousel-video .owl-item:not(.owl-video-playing):hover .item-overlay {
  opacity: 1;
}

.carousel-video .owl-item:not(.owl-video-playing):hover .owl-video-play-icon span {
  opacity: 1;
}

.carousel-video .item {
  position: relative;
  width: 100%;
}

.carousel-video .item .owl-video-wrapper,
.carousel-video .item .owl-video-tn {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.carousel-video .item .video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.carousel-video .item .video video {
  width: 100%;
}

.carousel-video-submenu {
  margin-top: 20px;
}

.carousel-video-submenu .owl-item.watching img {
  border-width: 5px;
  border-style: solid;
}

.carousel-video-submenu .item-thumbnail {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel-video-submenu .item-thumbnail:hover .item-overlay {
  opacity: 1;
}

.carousel-video-submenu .item-thumbnail .item-overlay {
  background: rgba(0,0,0,0.55);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  transition: opacity .25s ease;
  color: rgba(255,255,255,0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ie9 .carousel-video-submenu .item-thumbnail .item-overlay {
  display: table;
}

.ie9 .carousel-video-submenu .item-thumbnail .item-overlay span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.carousel-video-submenu .item-thumbnail .item-overlay span {
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 50px;
}

@media (max-width:992px) {
  .carousel-video-submenu .item-thumbnail .item-overlay span {
    font-size: 30px;
  }
}

.owl-prev {
  position: absolute;
  left: 0;
}

.owl-next {
  position: absolute;
  right: 0;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  margin: -1em 0 0;
}

.carousel-banner .slide {
  background-position: center;
  background-size: cover;
}

.header-slideshow-banner .carousel-banner .owl-item img {
  width: auto;
  height: 50%;
}

.header-slideshow-banner .banner-pager {
  position: absolute;
  right: 45px;
  top: 300px;
}

.header-slideshow-banner .banner-control {
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  color: rgba(255,255,255,0.95);
  background: #ddd;
  background-color: rgba(0,0,0,0.4);
  border: 1px solid rgba(255,255,255,0.35);
  display: block;
  width: 23px;
  height: 23px;
  float: left;
  margin: 0 5px 0 0;
  border-radius: 5px;
  outline-style: none;
}

.header-slideshow-banner .banner-control:hover {
  background-color: rgba(125,125,125,0.5);
}

.header-slideshow-banner .banner-control.active {
  display: block;
  color: rgba(0,0,0,0.9);
  background-color: rgba(255,255,255,0.7);
  border: 1px solid rgba(0,0,0,0.4);
}

.header-slideshow-banner .banner-play-pause {
  position: absolute;
  top: 300px;
  right: 17px;
  z-index: 1000;
}

.header-slideshow-banner .banner-play-pause a {
  cursor: pointer;
  color: #d6d6d6;
  text-decoration: none;
}

.header-slideshow-banner .banner-play-pause a:hover {
  color: #869791;
  text-decoration: none;
}

.slide-text {
  position: absolute;
  top: 185px;
  padding: 15px;
  margin-left: 7%;
  color: #FFF;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 1.1em;
  font-weight: 500;
  font-stretch: narrower;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.35);
  background-color: rgba(0,0,0,0.6);
}

.slide-text .title {
  font-size: 1.4em;
}

.carousel-media .item {
  margin: 0 auto;
}

.carousel-link .item {
  width: 32px;
  text-align: center;
}

.carousel-slider .owl-item img,
.carousel-slider .owl-item .item-logo {
  width: auto;
  float: left;
  margin: 0 10px 10px 0;
  font-size: 32px;
}

.carousel-gallery .item {
  text-align: center;
}

.carousel-gallery .owl-item img {
  width: auto;
  display: inline-block;
  max-width: 100%;
  margin: 0 10px 10px 0;
}

.plotly-chart .plotly-chart--loading {
  font-size: 150%;
  text-align: center;
  display: block;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  color: #777;
}

.plotly-chart .hovertext path {
  stroke-width: 7px;
}

.plotly-chart img {
  width: 100%;
}

.plotly-chart .plot-container.plotly {
  min-height: 300px;
}

.stats-highlight {
  width: 100%;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: -25%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.stats-highlight .half-gauge-chart .donut-background {
  fill: #777;
}

.stats-highlight .half-gauge-chart .donut-halfmark {
  stroke: #777;
}

.stats-highlight .info {
  display: block;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.stats-highlight .small-goal-text,
.stats-highlight .percent-detail,
.stats-highlight .big-number {
  display: inline-block;
  text-align: center;
  width: 100%;
  line-height: .8;
}