@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url("https://fonts.googleapis.com/css?family=Nunito:400,400i,700,700i");
/*
 * Remember to check for changes if updating the themes/ga2017/bootstrap version
 * (This file is a copy of _bootstrap.scss with components commented out)
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/../../bootstrap/assets/stylesheets/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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,
menu,
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-color: 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: 0.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: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 1em 0;
}
figure figcaption {
  padding: 0.25em 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.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;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.h1-large {
  font-size: 38px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.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, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
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: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
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.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

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: 4px;
}

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%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
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, .region-content-full .block-inner {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .region-content-full .block-inner:before, .container:after, .region-content-full .block-inner:after {
  content: " ";
  display: table;
}
.container:after, .region-content-full .block-inner:after {
  clear: both;
}
@media (min-width: 768px) {
  .container, .region-content-full .block-inner {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container, .region-content-full .block-inner {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container, .region-content-full .block-inner {
    width: 1230px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row, .block-contact-form form, .block-inner-row .block-content {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .block-contact-form form:before, .block-inner-row .block-content:before, .row:after, .block-contact-form form:after, .block-inner-row .block-content:after {
  content: " ";
  display: table;
}
.row:after, .block-contact-form form:after, .block-inner-row .block-content:after {
  clear: both;
}

.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, .block-contact-form .form-item-name,
.block-contact-form .form-item-mail,
.block-contact-form .field--widget-string-textfield, .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, .block-contact-form .field--name-message,
.block-contact-form .form-actions,
.block-contact-form .form-item-copy, .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, .block-contact-form .form-item-name,
.block-contact-form .form-item-mail,
.block-contact-form .field--widget-string-textfield, .block-contact-form .field--name-message,
.block-contact-form .form-actions,
.block-contact-form .form-item-copy {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12, .block-contact-form .form-item-name,
.block-contact-form .form-item-mail,
.block-contact-form .field--widget-string-textfield, .block-contact-form .field--name-message,
.block-contact-form .form-actions,
.block-contact-form .form-item-copy {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@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, .block-contact-form .form-item-name,
.block-contact-form .form-item-mail,
.block-contact-form .field--widget-string-textfield, .block-contact-form .field--name-message,
.block-contact-form .form-actions,
.block-contact-form .form-item-copy {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12, .block-contact-form .form-item-name,
.block-contact-form .form-item-mail,
.block-contact-form .field--widget-string-textfield, .block-contact-form .field--name-message,
.block-contact-form .form-actions,
.block-contact-form .form-item-copy {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .block-contact-form .form-item-name,
.block-contact-form .form-item-mail,
.block-contact-form .field--widget-string-textfield, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .block-contact-form .field--name-message,
.block-contact-form .form-actions,
.block-contact-form .form-item-copy {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4, .block-contact-form .form-item-name,
.block-contact-form .form-item-mail,
.block-contact-form .field--widget-string-textfield {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12, .block-contact-form .field--name-message,
.block-contact-form .form-actions,
.block-contact-form .form-item-copy {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .block-contact-form .form-item-name,
.block-contact-form .form-item-mail,
.block-contact-form .field--widget-string-textfield, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .block-contact-form .field--name-message,
.block-contact-form .form-actions,
.block-contact-form .form-item-copy {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4, .block-contact-form .form-item-name,
.block-contact-form .form-item-mail,
.block-contact-form .field--widget-string-textfield {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12, .block-contact-form .field--name-message,
.block-contact-form .form-actions,
.block-contact-form .form-item-copy {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  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 > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.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 > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.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-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  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 > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.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 > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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 > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.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 > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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 > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.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;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.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 > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.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: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm > .input-group-btn > input[type=time].btn,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm > .input-group-btn > input[type=month].btn,
.input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg > .input-group-btn > input[type=time].btn,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg > .input-group-btn > input[type=month].btn,
.input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  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 {
  position: relative;
  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=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  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, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.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 .form-control-static {
    display: inline-block;
  }
  .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: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  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;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.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;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.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: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  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: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  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: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.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: 12px;
  line-height: 1.428571429;
  color: #777777;
  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 dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.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:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-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, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.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: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.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: 1%;
}
.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],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.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: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 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.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.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: #337ab7;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.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, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-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, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-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;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header, .region-content-full .block-inner > .navbar-header,
.container > .navbar-collapse,
.region-content-full .block-inner > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .container > .navbar-header, .region-content-full .block-inner > .navbar-header,
.container > .navbar-collapse,
.region-content-full .block-inner > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand, .region-content-full .navbar > .block-inner .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
.navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.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: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.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;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.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,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.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;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.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;
  background-color: #000;
  border-radius: 4px;
}

.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;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -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;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 1062px) {
  .carousel-inner {
  }
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .webform-submission-review .webform-element-type-webform-custom-composite ul:before, .paragraph--type--files:before, #search-popup:before, .region-page-title:before, .timeline-milestone-wrapper:before, .block-news-search .block-content:before, .clearfix:after, .webform-submission-review .webform-element-type-webform-custom-composite ul:after, .paragraph--type--files:after, #search-popup:after, .region-page-title:after, .timeline-milestone-wrapper:after, .block-news-search .block-content:after {
  content: " ";
  display: table;
}
.clearfix:after, .webform-submission-review .webform-element-type-webform-custom-composite ul:after, .paragraph--type--files:after, #search-popup:after, .region-page-title:after, .timeline-milestone-wrapper:after, .block-news-search .block-content: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;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.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 !important;
  }

  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 !important;
  }

  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: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .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: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  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;
  }
}
/**
 * Form styles.
 */
table .checkbox.form-no-label, table .radio.form-no-label {
  margin-bottom: 0;
  margin-top: 0;
}

.select-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
.form-inline .select-wrapper {
  width: auto;
}
.input-group .select-wrapper {
  display: table-cell;
}
.input-group .select-wrapper:first-child .form-control:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.input-group .select-wrapper:last-child .form-control:first-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  padding-right: 2em;
}
.select-wrapper select::-ms-expand {
  opacity: 0;
}
.select-wrapper:after {
  color: #337ab7;
  content: "▼";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: -0.5em;
  padding-right: 0.5em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
}
.has-glyphicons .select-wrapper:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  font-family: "Glyphicons Halflings";
}
.has-error .select-wrapper:after {
  color: #a94442;
}
.has-success .select-wrapper:after {
  color: #3c763d;
}
.has-warning .select-wrapper:after {
  color: #8a6d3b;
}

.form-required:after {
  background-image: url(../images/required.svg);
  background-size: 10px 7px;
  content: "";
  display: inline-block;
  line-height: 1;
  height: 7px;
  width: 10px;
}

.form-actions .btn, .form-actions .btn-group {
  margin-right: 10px;
}
.form-actions .btn-group .btn {
  margin-right: 0;
}

body .webform-multiple-table td fieldset {
  margin: 0;
}
body .webform-multiple-table select,
body .webform-multiple-table select.form-control {
  padding-right: 30px;
}

.webform-multiple-table--operations .btn-success {
  display: none;
}

/**
 * Navbar styling.
 */
body {
  position: relative;
}
body.navbar-is-static-top {
  margin-top: 0;
}
body.navbar-is-fixed-top {
  margin-top: 91px;
}
body.navbar-is-fixed-bottom {
  padding-bottom: 91px;
}
@media screen and (min-width: 768px) {
  body {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.toolbar-vertical.navbar-is-fixed-top .toolbar-bar, body.toolbar-vertical.navbar-is-fixed-bottom .toolbar-bar {
    position: fixed;
  }
  body.toolbar-vertical.navbar-is-fixed-top header, body.toolbar-vertical.navbar-is-fixed-bottom header {
    z-index: 500;
  }
  body.toolbar-vertical.navbar-is-fixed-top header {
    top: 39px;
  }
}

@media screen and (min-width: 768px) {
  .navbar.container, .region-content-full .navbar.block-inner {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .navbar.container, .region-content-full .navbar.block-inner {
    max-width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar.container, .region-content-full .navbar.block-inner {
    max-width: 1200px;
  }
}

@media (min-width: 992px) {
  .navbar-nav {
    padding-top: 10px;
  }
  .short .navbar-nav {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-collapse {
    position: fixed;
    top: 91px;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fafafa;
    transition: top 0.3s;
    border-top: none;
    margin: -19px 0 0;
  }
  .navbar-collapse ul.navbar-nav {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-collapse ul.navbar-nav li:first-child {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  body.navbar-is-fixed-top {
    margin-top: 80px;
  }
  body.navbar-is-fixed-top.is-short-screen {
    margin-top: 56px;
  }
}
.glyphicon-search:before {
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Free";
  font-weight: 900 !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.g-hidden {
  display: none;
}

.g-lg-1 {
  width: 8.3333333333%;
  float: left;
}

.g-lg-2 {
  width: 16.6666666667%;
  float: left;
}

.g-lg-3 {
  width: 25%;
  float: left;
}

.g-lg-4 {
  width: 33.3333333333%;
  float: left;
}

.g-lg-5 {
  width: 41.6666666667%;
  float: left;
}

.g-lg-6 {
  width: 50%;
  float: left;
}

.g-lg-7 {
  width: 58.3333333333%;
  float: left;
}

.g-lg-8 {
  width: 66.6666666667%;
  float: left;
}

.g-lg-9 {
  width: 75%;
  float: left;
}

.g-lg-10 {
  width: 83.3333333333%;
  float: left;
}

.g-lg-11 {
  width: 91.6666666667%;
  float: left;
}

.g-lg-12 {
  width: auto !important;
  float: none !important;
  clear: both !important;
}

.g-lg-20 {
  width: 20%;
  float: left;
}

.g-lg-hidden {
  display: none !important;
}

.g-lg-visible {
  display: block !important;
}

.p-lg-left-none {
  padding-left: 0 !important;
}

.p-lg-right-none {
  padding-right: 0 !important;
}

.p-lg-top-none {
  padding-top: 0 !important;
}

.p-lg-bottom-none {
  padding-bottom: 0 !important;
}

.p-lg-left-small {
  padding-left: 15px !important;
}

.p-lg-right-small {
  padding-right: 15px !important;
}

.p-lg-top-small {
  padding-top: 15px !important;
}

.p-lg-bottom-small {
  padding-bottom: 15px !important;
}

.p-lg-left-medium {
  padding-left: 30px !important;
}

.p-lg-right-medium {
  padding-right: 30px !important;
}

.p-lg-top-medium, .vertical-pad {
  padding-top: 30px !important;
}

.p-lg-bottom-medium, .vertical-pad {
  padding-bottom: 30px !important;
}

.p-lg-left-medium-large {
  padding-left: 45px !important;
}

.p-lg-right-medium-large {
  padding-right: 45px !important;
}

.p-lg-top-medium-large, .top-pad {
  padding-top: 45px !important;
}

.p-lg-bottom-medium-large, .bottom-pad, .block-contact-page-icons {
  padding-bottom: 45px !important;
}

.p-lg-left-large {
  padding-left: 60px !important;
}

.p-lg-right-large {
  padding-right: 60px !important;
}

.p-lg-top-large {
  padding-top: 60px !important;
}

.p-lg-bottom-large {
  padding-bottom: 60px !important;
}

.p-lg-left-xlarge {
  padding-left: 75px !important;
}

.p-lg-right-xlarge {
  padding-right: 75px !important;
}

.p-lg-top-xlarge {
  padding-top: 75px !important;
}

.p-lg-bottom-xlarge {
  padding-bottom: 75px !important;
}

@media all and (max-width: 991px) {
  .g-md-1 {
    width: 8.3333333333%;
    float: left;
  }

  .g-md-2 {
    width: 16.6666666667%;
    float: left;
  }

  .g-md-3 {
    width: 25%;
    float: left;
  }

  .g-md-4 {
    width: 33.3333333333%;
    float: left;
  }

  .g-md-5 {
    width: 41.6666666667%;
    float: left;
  }

  .g-md-6 {
    width: 50%;
    float: left;
  }

  .g-md-7 {
    width: 58.3333333333%;
    float: left;
  }

  .g-md-8 {
    width: 66.6666666667%;
    float: left;
  }

  .g-md-9 {
    width: 75%;
    float: left;
  }

  .g-md-10 {
    width: 83.3333333333%;
    float: left;
  }

  .g-md-11 {
    width: 91.6666666667%;
    float: left;
  }

  .g-md-12 {
    width: auto !important;
    float: none !important;
    clear: both !important;
  }

  .g-md-20 {
    width: 20%;
    float: left;
  }

  .g-md-hidden {
    display: none !important;
  }

  .g-md-visible {
    display: block !important;
  }

  .p-md-left-none {
    padding-left: 0 !important;
  }

  .p-md-right-none {
    padding-right: 0 !important;
  }

  .p-md-top-none {
    padding-top: 0 !important;
  }

  .p-md-bottom-none {
    padding-bottom: 0 !important;
  }

  .p-md-left-small {
    padding-left: 15px !important;
  }

  .p-md-right-small {
    padding-right: 15px !important;
  }

  .p-md-top-small {
    padding-top: 15px !important;
  }

  .p-md-bottom-small {
    padding-bottom: 15px !important;
  }

  .p-md-left-medium {
    padding-left: 30px !important;
  }

  .p-md-right-medium {
    padding-right: 30px !important;
  }

  .p-md-top-medium, .vertical-pad, .top-pad {
    padding-top: 30px !important;
  }

  .p-md-bottom-medium, .vertical-pad, .bottom-pad, .block-contact-page-icons {
    padding-bottom: 30px !important;
  }

  .p-md-left-medium-large {
    padding-left: 45px !important;
  }

  .p-md-right-medium-large {
    padding-right: 45px !important;
  }

  .p-md-top-medium-large {
    padding-top: 45px !important;
  }

  .p-md-bottom-medium-large {
    padding-bottom: 45px !important;
  }

  .p-md-left-large {
    padding-left: 60px !important;
  }

  .p-md-right-large {
    padding-right: 60px !important;
  }

  .p-md-top-large {
    padding-top: 60px !important;
  }

  .p-md-bottom-large {
    padding-bottom: 60px !important;
  }

  .p-md-left-xlarge {
    padding-left: 75px !important;
  }

  .p-md-right-xlarge {
    padding-right: 75px !important;
  }

  .p-md-top-xlarge {
    padding-top: 75px !important;
  }

  .p-md-bottom-xlarge {
    padding-bottom: 75px !important;
  }
}
@media all and (max-width: 767px) {
  .g-sm-1 {
    width: 8.3333333333%;
    float: left;
  }

  .g-sm-2 {
    width: 16.6666666667%;
    float: left;
  }

  .g-sm-3 {
    width: 25%;
    float: left;
  }

  .g-sm-4 {
    width: 33.3333333333%;
    float: left;
  }

  .g-sm-5 {
    width: 41.6666666667%;
    float: left;
  }

  .g-sm-6 {
    width: 50%;
    float: left;
  }

  .g-sm-7 {
    width: 58.3333333333%;
    float: left;
  }

  .g-sm-8 {
    width: 66.6666666667%;
    float: left;
  }

  .g-sm-9 {
    width: 75%;
    float: left;
  }

  .g-sm-10 {
    width: 83.3333333333%;
    float: left;
  }

  .g-sm-11 {
    width: 91.6666666667%;
    float: left;
  }

  .g-sm-12 {
    width: auto !important;
    float: none !important;
    clear: both !important;
  }

  .g-sm-20 {
    width: 20%;
    float: left;
  }

  .g-sm-hidden {
    display: none !important;
  }

  .g-sm-visible {
    display: block !important;
  }

  .p-sm-left-none {
    padding-left: 0 !important;
  }

  .p-sm-right-none {
    padding-right: 0 !important;
  }

  .p-sm-top-none {
    padding-top: 0 !important;
  }

  .p-sm-bottom-none {
    padding-bottom: 0 !important;
  }

  .p-sm-left-small {
    padding-left: 15px !important;
  }

  .p-sm-right-small {
    padding-right: 15px !important;
  }

  .p-sm-top-small, .vertical-pad, .top-pad {
    padding-top: 15px !important;
  }

  .p-sm-bottom-small, .vertical-pad, .bottom-pad, .block-contact-page-icons {
    padding-bottom: 15px !important;
  }

  .p-sm-left-medium {
    padding-left: 30px !important;
  }

  .p-sm-right-medium {
    padding-right: 30px !important;
  }

  .p-sm-top-medium {
    padding-top: 30px !important;
  }

  .p-sm-bottom-medium {
    padding-bottom: 30px !important;
  }

  .p-sm-left-medium-large {
    padding-left: 45px !important;
  }

  .p-sm-right-medium-large {
    padding-right: 45px !important;
  }

  .p-sm-top-medium-large {
    padding-top: 45px !important;
  }

  .p-sm-bottom-medium-large {
    padding-bottom: 45px !important;
  }

  .p-sm-left-large {
    padding-left: 60px !important;
  }

  .p-sm-right-large {
    padding-right: 60px !important;
  }

  .p-sm-top-large {
    padding-top: 60px !important;
  }

  .p-sm-bottom-large {
    padding-bottom: 60px !important;
  }

  .p-sm-left-xlarge {
    padding-left: 75px !important;
  }

  .p-sm-right-xlarge {
    padding-right: 75px !important;
  }

  .p-sm-top-xlarge {
    padding-top: 75px !important;
  }

  .p-sm-bottom-xlarge {
    padding-bottom: 75px !important;
  }
}
@media all and (max-width: 479px) {
  .g-xs-1 {
    width: 8.3333333333%;
    float: left;
  }

  .g-xs-2 {
    width: 16.6666666667%;
    float: left;
  }

  .g-xs-3 {
    width: 25%;
    float: left;
  }

  .g-xs-4 {
    width: 33.3333333333%;
    float: left;
  }

  .g-xs-5 {
    width: 41.6666666667%;
    float: left;
  }

  .g-xs-6 {
    width: 50%;
    float: left;
  }

  .g-xs-7 {
    width: 58.3333333333%;
    float: left;
  }

  .g-xs-8 {
    width: 66.6666666667%;
    float: left;
  }

  .g-xs-9 {
    width: 75%;
    float: left;
  }

  .g-xs-10 {
    width: 83.3333333333%;
    float: left;
  }

  .g-xs-11 {
    width: 91.6666666667%;
    float: left;
  }

  .g-xs-12 {
    width: auto !important;
    float: none !important;
    clear: both !important;
  }

  .g-xs-20 {
    width: 20%;
    float: left;
  }

  .g-xs-hidden {
    display: none !important;
  }

  .g-xs-visible {
    display: block !important;
  }

  .p-xs-left-none {
    padding-left: 0 !important;
  }

  .p-xs-right-none {
    padding-right: 0 !important;
  }

  .p-xs-top-none {
    padding-top: 0 !important;
  }

  .p-xs-bottom-none {
    padding-bottom: 0 !important;
  }

  .p-xs-left-small {
    padding-left: 15px !important;
  }

  .p-xs-right-small {
    padding-right: 15px !important;
  }

  .p-xs-top-small, .vertical-pad, .top-pad {
    padding-top: 15px !important;
  }

  .p-xs-bottom-small, .vertical-pad, .bottom-pad, .block-contact-page-icons {
    padding-bottom: 15px !important;
  }

  .p-xs-left-medium {
    padding-left: 30px !important;
  }

  .p-xs-right-medium {
    padding-right: 30px !important;
  }

  .p-xs-top-medium {
    padding-top: 30px !important;
  }

  .p-xs-bottom-medium {
    padding-bottom: 30px !important;
  }

  .p-xs-left-medium-large {
    padding-left: 45px !important;
  }

  .p-xs-right-medium-large {
    padding-right: 45px !important;
  }

  .p-xs-top-medium-large {
    padding-top: 45px !important;
  }

  .p-xs-bottom-medium-large {
    padding-bottom: 45px !important;
  }

  .p-xs-left-large {
    padding-left: 60px !important;
  }

  .p-xs-right-large {
    padding-right: 60px !important;
  }

  .p-xs-top-large {
    padding-top: 60px !important;
  }

  .p-xs-bottom-large {
    padding-bottom: 60px !important;
  }

  .p-xs-left-xlarge {
    padding-left: 75px !important;
  }

  .p-xs-right-xlarge {
    padding-right: 75px !important;
  }

  .p-xs-top-xlarge {
    padding-top: 75px !important;
  }

  .p-xs-bottom-xlarge {
    padding-bottom: 75px !important;
  }
}
@media all and (min-width: 1200px) {
  .lg-pull-right {
    float: right;
  }
}

@media all and (min-width: 992px) {
  .md-pull-right {
    float: right;
  }
}

@media all and (min-width: 768px) {
  .sm-pull-right {
    float: right;
  }
}

@media all and (min-width: 480px) {
  .xs-pull-right {
    float: right;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .clear-last-col > .col-xs-12, .block-contact-form .clear-last-col > .form-item-name,
.block-contact-form .clear-last-col > .form-item-mail,
.block-contact-form .clear-last-col > .field--widget-string-textfield, .block-contact-form .clear-last-col > .field--name-message,
.block-contact-form .clear-last-col > .form-actions,
.block-contact-form .clear-last-col > .form-item-copy,
.clear-last-col-offset-1 > .col-xs-12:nth-child(n+1),
.block-contact-form .clear-last-col-offset-1 > .form-item-name:nth-child(n+1),
.block-contact-form .clear-last-col-offset-1 > .form-item-mail:nth-child(n+1),
.block-contact-form .clear-last-col-offset-1 > .field--widget-string-textfield:nth-child(n+1),
.block-contact-form .clear-last-col-offset-1 > .field--name-message:nth-child(n+1),
.block-contact-form .clear-last-col-offset-1 > .form-actions:nth-child(n+1),
.block-contact-form .clear-last-col-offset-1 > .form-item-copy:nth-child(n+1),
.xs-clear-field-items-1 .field--item:nth-child(n+1),
.col-xs-clear-1 {
    clear: both;
  }

  .clear-last-col > .col-xs-6:nth-child(2n+1),
.clear-last-col-offset-1 > .col-xs-6:nth-child(2n+2),
.xs-clear-field-items-6 .field--item:nth-child(2n+2),
.col-xs-clear-2:nth-child(2n+1) {
    clear: both;
  }

  .col-xs-clear-2-off-1:nth-child(2n+2) {
    clear: both;
  }

  .clear-last-col > .col-xs-4:nth-child(3n+1),
.clear-last-col-offset-1 > .col-xs-4:nth-child(3n+2),
.xs-clear-field-items-4 .field--item:nth-child(3n+1),
.col-xs-clear-3:nth-child(3n+1) {
    clear: both;
  }

  .clear-last-col > .col-xs-3:nth-child(4n+1),
.clear-last-col-offset-1 > .col-xs-3:nth-child(4n+2),
.xs-clear-field-items-3 .field--item:nth-child(4n+1),
.col-xs-clear-4:nth-child(4n+1) {
    clear: both;
  }

  .clear-last-col > .col-xs-2-4:nth-child(5n+1),
.clear-last-col-offset-1 > .col-xs-2-4:nth-child(5n+2),
.xs-clear-field-items-20 .field--item:nth-child(5n+1),
.col-xs-clear-5:nth-child(5n+1) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .clear-last-col > .col-sm-12, .block-contact-form .clear-last-col > .form-item-name,
.block-contact-form .clear-last-col > .form-item-mail,
.block-contact-form .clear-last-col > .field--widget-string-textfield, .block-contact-form .clear-last-col > .field--name-message,
.block-contact-form .clear-last-col > .form-actions,
.block-contact-form .clear-last-col > .form-item-copy,
.clear-last-col-offset-1 > .col-sm-12:nth-child(n+1),
.block-contact-form .clear-last-col-offset-1 > .form-item-name:nth-child(n+1),
.block-contact-form .clear-last-col-offset-1 > .form-item-mail:nth-child(n+1),
.block-contact-form .clear-last-col-offset-1 > .field--widget-string-textfield:nth-child(n+1),
.block-contact-form .clear-last-col-offset-1 > .field--name-message:nth-child(n+1),
.block-contact-form .clear-last-col-offset-1 > .form-actions:nth-child(n+1),
.block-contact-form .clear-last-col-offset-1 > .form-item-copy:nth-child(n+1),
.sm-clear-field-items-1 .field--item:nth-child(n+1),
.col-sm-clear-1 {
    clear: both;
  }

  .clear-last-col > .col-sm-6:nth-child(2n+1),
.clear-last-col-offset-1 > .col-sm-6:nth-child(2n+2),
.sm-clear-field-items-6 .field--item:nth-child(2n+1),
.col-sm-clear-2:nth-child(2n+1) {
    clear: both;
  }

  .clear-last-col > .col-sm-4:nth-child(3n+1),
.clear-last-col-offset-1 > .col-sm-4:nth-child(3n+2),
.sm-clear-field-items-4 .field--item:nth-child(3n+1),
.col-sm-clear-3:nth-child(3n+1) {
    clear: both;
  }

  .col-sm-clear-3-off-1:nth-child(3n+2) {
    clear: both;
  }

  .clear-last-col > .col-sm-3:nth-child(4n+1),
.clear-last-col-offset-1 > .col-sm-3:nth-child(4n+2),
.sm-clear-field-items-3 .field--item:nth-child(4n+1),
.col-sm-clear-4:nth-child(4n+1) {
    clear: both;
  }

  .clear-last-col > .col-sm-2-4:nth-child(5n+1),
.clear-last-col-offset-1 > .col-sm-2-4:nth-child(5n+2),
.sm-clear-field-items-20 .field--item:nth-child(5n+1),
.col-sm-clear-5:nth-child(5n+1) {
    clear: both;
  }

  .clear-last-col > .col-sm-2:nth-child(6n+1),
.clear-last-col-offset-1 > .col-sm-2:nth-child(6n+2),
.md-clear-field-items-2 .field--item:nth-child(6n+1),
.col-sm-clear-6:nth-child(6n+1) {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .clear-last-col > .col-md-12, .block-contact-form .clear-last-col > .field--name-message,
.block-contact-form .clear-last-col > .form-actions,
.block-contact-form .clear-last-col > .form-item-copy,
.clear-last-col-offset-1 > .col-md-12:nth-child(n+1),
.block-contact-form .clear-last-col-offset-1 > .field--name-message:nth-child(n+1),
.block-contact-form .clear-last-col-offset-1 > .form-actions:nth-child(n+1),
.block-contact-form .clear-last-col-offset-1 > .form-item-copy:nth-child(n+1),
.md-clear-field-items-1 .field--item:nth-child(n+1),
.col-md-clear-1 {
    clear: both;
  }

  .clear-last-col > .col-md-6:nth-child(2n+1),
.clear-last-col-offset-1 > .col-md-6:nth-child(2n+2),
.md-clear-field-items-6 .field--item:nth-child(2n+1),
.col-md-clear-2:nth-child(2n+1) {
    clear: both;
  }

  .clear-last-col > .col-md-4:nth-child(3n+1), .block-contact-form .clear-last-col > .form-item-name:nth-child(3n+1),
.block-contact-form .clear-last-col > .form-item-mail:nth-child(3n+1),
.block-contact-form .clear-last-col > .field--widget-string-textfield:nth-child(3n+1),
.clear-last-col-offset-1 > .col-md-4:nth-child(3n+2),
.block-contact-form .clear-last-col-offset-1 > .form-item-name:nth-child(3n+2),
.block-contact-form .clear-last-col-offset-1 > .form-item-mail:nth-child(3n+2),
.block-contact-form .clear-last-col-offset-1 > .field--widget-string-textfield:nth-child(3n+2),
.md-clear-field-items-4 .field--item:nth-child(3n+1),
.col-md-clear-3:nth-child(3n+1) {
    clear: both;
  }

  .clear-last-col > .col-md-3:nth-child(4n+1),
.clear-last-col-offset-1 > .col-md-3:nth-child(4n+2),
.md-clear-field-items-3 .field--item:nth-child(4n+1),
.col-md-clear-4:nth-child(4n+1) {
    clear: both;
  }

  .clear-last-col > .col-md-2-4:nth-child(5n+1),
.clear-last-col-offset-1 > .col-md-2-4:nth-child(5n+2),
.md-clear-field-items-20 .field--item:nth-child(5n+1),
.col-md-clear-5:nth-child(5n+1) {
    clear: both;
  }

  .clear-last-col > .col-md-2:nth-child(6n+1),
.clear-last-col-offset-1 > .col-md-2:nth-child(6n+2),
.md-clear-field-items-2 .field--item:nth-child(6n+1),
.col-md-clear-6:nth-child(6n+1) {
    clear: both;
  }

  .col-md-clear-6-off-1:nth-child(6n+2) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .clear-last-col > .col-lg-12, .block-contact-form .clear-last-col > .field--name-message,
.block-contact-form .clear-last-col > .form-actions,
.block-contact-form .clear-last-col > .form-item-copy,
.clear-last-col-offset-1 > .col-lg-12:nth-child(n+1),
.block-contact-form .clear-last-col-offset-1 > .field--name-message:nth-child(n+1),
.block-contact-form .clear-last-col-offset-1 > .form-actions:nth-child(n+1),
.block-contact-form .clear-last-col-offset-1 > .form-item-copy:nth-child(n+1),
.lg-clear-field-items-1 .field--item:nth-child(n+1),
.col-lg-clear-1 {
    clear: both;
  }

  .clear-last-col > .col-lg-6:nth-child(2n+1),
.clear-last-col-offset-1 > .col-lg-6:nth-child(2n+2),
.lg-clear-field-items-6 .field--item:nth-child(2n+1),
.col-lg-clear-2:nth-child(2n+1) {
    clear: both;
  }

  .clear-last-col > .col-lg-4:nth-child(3n+1), .block-contact-form .clear-last-col > .form-item-name:nth-child(3n+1),
.block-contact-form .clear-last-col > .form-item-mail:nth-child(3n+1),
.block-contact-form .clear-last-col > .field--widget-string-textfield:nth-child(3n+1),
.clear-last-col-offset-1 > .col-lg-4:nth-child(3n+2),
.block-contact-form .clear-last-col-offset-1 > .form-item-name:nth-child(3n+2),
.block-contact-form .clear-last-col-offset-1 > .form-item-mail:nth-child(3n+2),
.block-contact-form .clear-last-col-offset-1 > .field--widget-string-textfield:nth-child(3n+2),
.lg-clear-field-items-4 .field--item:nth-child(3n+1),
.col-lg-clear-3:nth-child(3n+1) {
    clear: both;
  }

  .clear-last-col > .col-lg-3:nth-child(4n+1),
.clear-last-col-offset-1 > .col-lg-3:nth-child(4n+2),
.lg-clear-field-items-3 .field--item:nth-child(4n+1),
.col-lg-clear-4:nth-child(4n+1) {
    clear: both;
  }

  .clear-last-col > .col-lg-2-4:nth-child(5n+1),
.clear-last-col-offset-1 > .col-lg-2-4:nth-child(5n+2),
.lg-clear-field-items-20 .field--item:nth-child(5n+1),
.col-lg-clear-5:nth-child(5n+1) {
    clear: both;
  }

  .clear-last-col > .col-lg-2:nth-child(6n+1),
.clear-last-col-offset-1 > .col-lg-2:nth-child(6n+2),
.lg-clear-field-items-2 .field--item:nth-child(6n+1),
.col-lg-clear-6:nth-child(6n+1) {
    clear: both;
  }
}
.flex-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.flex-grid > .flex-grid-item,
.flex-grid > .views-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 20px;
}
.paragraph--type--media-object-list .flex-grid > .flex-grid-item,
.paragraph--type--media-object-list .flex-grid > .views-row {
  margin-bottom: 0;
}
.flex-grid > .flex-grid-item > article,
.flex-grid > .flex-grid-item > div,
.flex-grid > .views-row > article,
.flex-grid > .views-row > div {
  width: 100%;
}
.flex-grid.flex-grid-center {
  justify-content: center;
}

.center {
  max-width: 1230px;
  margin: 0 auto;
}

.center-inner {
  max-width: 610px;
  margin: 0 auto;
}

.clearfix:after, .webform-submission-review .webform-element-type-webform-custom-composite ul:after, .paragraph--type--files:after, #search-popup:after, .region-page-title:after, .timeline-milestone-wrapper:after, .block-news-search .block-content:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.relative {
  position: relative;
}

.js .no-js {
  display: none;
}

.hidden {
  display: none;
}

.text-muted {
  color: #606060;
}

.dark, .block-cta.block-cta-dark, #header, .block-services .paragraph--type--icon-block .read-more-btn, .block-services .paragraph--type--icon-block .field--name-field-icon-block-title, .block-blue-bg, .block-green-bg, .gradient-dark, .gradient {
  color: #FFF;
}
.dark h1, .block-cta.block-cta-dark h1, #header h1, .block-services .paragraph--type--icon-block .read-more-btn h1, .block-services .paragraph--type--icon-block .field--name-field-icon-block-title h1, .block-blue-bg h1, .block-green-bg h1, .gradient-dark h1, .gradient h1, .dark h2, .block-cta.block-cta-dark h2, #header h2, .block-services .paragraph--type--icon-block .read-more-btn h2, .block-services .paragraph--type--icon-block .field--name-field-icon-block-title h2, .block-blue-bg h2, .block-green-bg h2, .gradient-dark h2, .gradient h2, .dark h3, .block-cta.block-cta-dark h3, .block-services .paragraph--type--icon-block .read-more-btn h3, .block-services .paragraph--type--icon-block .field--name-field-icon-block-title h3, .block-blue-bg h3, .block-green-bg h3, .gradient-dark h3, .gradient h3 {
  color: #FFF;
}
.dark a, .block-cta.block-cta-dark a, .block-services .paragraph--type--icon-block .read-more-btn a, .block-services .paragraph--type--icon-block .field--name-field-icon-block-title a, .block-blue-bg a, .block-green-bg a, .gradient-dark a, .gradient a {
  color: #FFF;
}
.dark a:hover, .block-cta.block-cta-dark a:hover, .block-services .paragraph--type--icon-block .read-more-btn a:hover, .block-services .paragraph--type--icon-block .field--name-field-icon-block-title a:hover, .block-blue-bg a:hover, .block-green-bg a:hover, .gradient-dark a:hover, .gradient a:hover {
  color: #FFF;
}
.dark .text-muted, .block-cta.block-cta-dark .text-muted, #header .text-muted, .block-services .paragraph--type--icon-block .read-more-btn .text-muted, .block-services .paragraph--type--icon-block .field--name-field-icon-block-title .text-muted, .block-blue-bg .text-muted, .block-green-bg .text-muted, .gradient-dark .text-muted, .gradient .text-muted {
  color: #FFF;
  opacity: 0.8;
}
.dark .contextual-links a, .block-cta.block-cta-dark .contextual-links a, #header .contextual-links a, .block-services .paragraph--type--icon-block .read-more-btn .contextual-links a, .block-services .paragraph--type--icon-block .field--name-field-icon-block-title .contextual-links a, .block-blue-bg .contextual-links a, .block-green-bg .contextual-links a, .gradient-dark .contextual-links a, .gradient .contextual-links a {
  color: #111;
}
#header h3, #header a, #header a:hover {
  color: rgb(24, 17, 35);
}

#header .snippet-text {
  font-family: "Lato",Arial,Helvetica,sans-serif;
  font-weight: 700;
  color: rgb(24, 17, 35);
  opacity: 1;
}

.light {
  color: #18497c;
}

.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.button, .block-cta .field--name-field-cta-block-link a, body .button-grey,
body .button-grey:link, body .button-alt,
body .button-alt:link, .button-wrapper a, .button-action, .btn-secondary, body #navbar a.button, body #navbar a.btn-primary, body #navbar a.btn-secondary, body #navbar a.button-action, body #navbar .button-wrapper a, .button-wrapper body #navbar a, body #navbar a.button-alt, body #navbar a.button-grey, body #navbar .slide-content .slide-foreground .slide-foreground-inner a, .slide-content .slide-foreground .slide-foreground-inner body #navbar a, body #navbar .block-cta .field--name-field-cta-block-link a, .block-cta .field--name-field-cta-block-link body #navbar a, .slide-content .slide-foreground .slide-foreground-inner a, .btn-primary,
.button:link {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  background: #171123;
  color: #FFF;
  display: inline-block;
  padding: 1.2em 2.6em;
  position: relative;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  font-family: "Trebuchet MS", "Lato", Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  border: 0;
  line-height: 120%;
  margin-bottom: 0.3em;
  border-radius: 0;
  min-width: 10em;
  text-transform: uppercase;
  font-size: 0.9em;
}
.button:hover, .block-cta .field--name-field-cta-block-link a:hover, body .button-grey:hover, body .button-alt:hover, .button-wrapper a:hover, .button-action:hover, .btn-secondary:hover, body #navbar a.button:hover, body #navbar a.btn-primary:hover, body #navbar a.btn-secondary:hover, body #navbar a.button-action:hover, body #navbar .button-wrapper a:hover, .button-wrapper body #navbar a:hover, body #navbar a.button-alt:hover, body #navbar a.button-grey:hover, body #navbar .slide-content .slide-foreground .slide-foreground-inner a:hover, .slide-content .slide-foreground .slide-foreground-inner body #navbar a:hover, body #navbar .block-cta .field--name-field-cta-block-link a:hover, .block-cta .field--name-field-cta-block-link body #navbar a:hover, .slide-content .slide-foreground .slide-foreground-inner a:hover, .btn-primary:hover, .button:active, .block-cta .field--name-field-cta-block-link a:active, body .button-grey:active, body .button-alt:active, .button-wrapper a:active, .button-action:active, .btn-secondary:active, body #navbar a.button:active, body #navbar a.btn-primary:active, body #navbar a.btn-secondary:active, body #navbar a.button-action:active, body #navbar .button-wrapper a:active, .button-wrapper body #navbar a:active, body #navbar a.button-alt:active, body #navbar a.button-grey:active, body #navbar .slide-content .slide-foreground .slide-foreground-inner a:active, .slide-content .slide-foreground .slide-foreground-inner body #navbar a:active, body #navbar .block-cta .field--name-field-cta-block-link a:active, .block-cta .field--name-field-cta-block-link body #navbar a:active, .slide-content .slide-foreground .slide-foreground-inner a:active, .btn-primary:active, .button:focus, .block-cta .field--name-field-cta-block-link a:focus, body .button-grey:focus, body .button-alt:focus, .button-wrapper a:focus, .button-action:focus, .btn-secondary:focus, body #navbar a.button:focus, body #navbar a.btn-primary:focus, body #navbar a.btn-secondary:focus, body #navbar a.button-action:focus, body #navbar .button-wrapper a:focus, .button-wrapper body #navbar a:focus, body #navbar a.button-alt:focus, body #navbar a.button-grey:focus, body #navbar .slide-content .slide-foreground .slide-foreground-inner a:focus, .slide-content .slide-foreground .slide-foreground-inner body #navbar a:focus, body #navbar .block-cta .field--name-field-cta-block-link a:focus, .block-cta .field--name-field-cta-block-link body #navbar a:focus, .slide-content .slide-foreground .slide-foreground-inner a:focus, .btn-primary:focus,
.button:link:hover,
.button:link:active,
.button:link:focus {
  background: #0c0912;
  text-decoration: none;
}
.button .ext, .block-cta .field--name-field-cta-block-link a .ext, body .button-grey .ext, body .button-alt .ext, .button-wrapper a .ext, .button-action .ext, .btn-secondary .ext, body #navbar a.button .ext, body #navbar a.btn-primary .ext, body #navbar a.btn-secondary .ext, body #navbar a.button-action .ext, body #navbar .button-wrapper a .ext, .button-wrapper body #navbar a .ext, body #navbar a.button-alt .ext, body #navbar a.button-grey .ext, body #navbar .slide-content .slide-foreground .slide-foreground-inner a .ext, .slide-content .slide-foreground .slide-foreground-inner body #navbar a .ext, body #navbar .block-cta .field--name-field-cta-block-link a .ext, .block-cta .field--name-field-cta-block-link body #navbar a .ext, .slide-content .slide-foreground .slide-foreground-inner a .ext, .btn-primary .ext,
.button:link .ext {
  display: none;
}

body .btn-secondary, body #navbar a.button, body #navbar a.btn-primary, body #navbar a.btn-secondary, body #navbar a.button-action, body #navbar .button-wrapper a, .button-wrapper body #navbar a, body #navbar a.button-alt, body #navbar a.button-grey, body #navbar .slide-content .slide-foreground .slide-foreground-inner a, .slide-content .slide-foreground .slide-foreground-inner body #navbar a, body #navbar .block-cta .field--name-field-cta-block-link a, .block-cta .field--name-field-cta-block-link body #navbar a, body .slide-content .slide-foreground .slide-foreground-inner a, .slide-content .slide-foreground .slide-foreground-inner body a,
body .btn-secondary:link {
  transition: none 0s linear;
  -webkit-transition: none 0s linear;
  background: #2882bb;
  background: -webkit-linear-gradient(top, #2882bb, #2370a2);
  background: -moz-linear-gradient(to bottom, #2882bb, #2370a2);
  background: linear-gradient(to bottom, #2882bb, #2370a2);
}
body .btn-secondary:hover, body #navbar a.button:hover, body #navbar a.btn-primary:hover, body #navbar a.btn-secondary:hover, body #navbar a.button-action:hover, body #navbar .button-wrapper a:hover, .button-wrapper body #navbar a:hover, body #navbar a.button-alt:hover, body #navbar a.button-grey:hover, body #navbar .slide-content .slide-foreground .slide-foreground-inner a:hover, .slide-content .slide-foreground .slide-foreground-inner body #navbar a:hover, body #navbar .block-cta .field--name-field-cta-block-link a:hover, .block-cta .field--name-field-cta-block-link body #navbar a:hover, body .slide-content .slide-foreground .slide-foreground-inner a:hover, .slide-content .slide-foreground .slide-foreground-inner body a:hover, body .btn-secondary:active, body #navbar a.button:active, body #navbar a.btn-primary:active, body #navbar a.btn-secondary:active, body #navbar a.button-action:active, body #navbar .button-wrapper a:active, .button-wrapper body #navbar a:active, body #navbar a.button-alt:active, body #navbar a.button-grey:active, body #navbar .slide-content .slide-foreground .slide-foreground-inner a:active, .slide-content .slide-foreground .slide-foreground-inner body #navbar a:active, body #navbar .block-cta .field--name-field-cta-block-link a:active, .block-cta .field--name-field-cta-block-link body #navbar a:active, body .slide-content .slide-foreground .slide-foreground-inner a:active, .slide-content .slide-foreground .slide-foreground-inner body a:active, body .btn-secondary:focus, body #navbar a.button:focus, body #navbar a.btn-primary:focus, body #navbar a.btn-secondary:focus, body #navbar a.button-action:focus, body #navbar .button-wrapper a:focus, .button-wrapper body #navbar a:focus, body #navbar a.button-alt:focus, body #navbar a.button-grey:focus, body #navbar .slide-content .slide-foreground .slide-foreground-inner a:focus, .slide-content .slide-foreground .slide-foreground-inner body #navbar a:focus, body #navbar .block-cta .field--name-field-cta-block-link a:focus, .block-cta .field--name-field-cta-block-link body #navbar a:focus, body .slide-content .slide-foreground .slide-foreground-inner a:focus, .slide-content .slide-foreground .slide-foreground-inner body a:focus,
body .btn-secondary:link:hover,
body .btn-secondary:link:active,
body .btn-secondary:link:focus {
  color: #FFF;
  background: #11355a;
  background: -webkit-linear-gradient(top, #11355a, #091c2f);
  background: -moz-linear-gradient(to bottom, #11355a, #091c2f);
  background: linear-gradient(to bottom, #11355a, #091c2f);
}

.button-action {
  border-radius: 0.2em 0 0 0.2em;
}

.button-arrow, body .button-action:after {
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Free";
  font-weight: 900 !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  position: absolute;
  width: 2em;
  text-align: center;
  top: 0;
  right: -2em;
  bottom: 0;
  height: 100%;
  background: #e78635;
  border-radius: 0 0.2em 0.2em 0;
  padding: 0.6em 0;
  line-height: 1.6em;
}

.button-white {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border: 1px solid #FFF;
  border-radius: 4px;
  display: inline-block;
  padding: 0.6em 2.4em 0.6em 1.8em;
  color: #FFF;
  position: relative;
}
.button-white:after {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Free";
  font-weight: 900 !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-top: -0.4em;
  overflow: visible;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  width: 1.6em;
}
.button-white:hover, .button-white:active, .button-white:focus {
  color: #18497c !important;
  text-decoration: none;
  background: #FFF;
}
.button-white:hover:after, .button-white:active:after, .button-white:focus:after {
  right: -0.4em;
}

.absolute-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

body a.button-full,
body a.button-full:link {
  margin-right: 0;
  display: block;
  max-width: 20em;
}

body .button-alt,
body .button-alt:link {
  background: #171123;
}
body .button-alt:hover, body .button-alt:active, body .button-alt:focus,
body .button-alt:link:hover,
body .button-alt:link:active,
body .button-alt:link:focus {
  background: #050408 !important;
}

body .button-grey,
body .button-grey:link {
  background: #e6e6e6;
  color: #171123;
}
body .button-grey:hover, body .button-grey:active, body .button-grey:focus,
body .button-grey:link:hover,
body .button-grey:link:active,
body .button-grey:link:focus {
  background: #d8d8d8;
  color: #000;
}

.blur {
  background: #fafafa no-repeat fixed url("data:image/jpg;base64,/9j/4AAQSkZJRgABAgEASABIAAD/4QP3RXhpZgAATU0AKgAAAAgABwESAAMAAAABAAEAAAEaAAUAAAABAAAAYgEbAAUAAAABAAAAagEoAAMAAAABAAIAAAExAAIAAAAcAAAAcgEyAAIAAAAUAAAAjodpAAQAAAABAAAApAAAANAACvyAAAAnEAAK/IAAACcQQWRvYmUgUGhvdG9zaG9wIENTMyBXaW5kb3dzADIwMTc6MDE6MTggMTQ6MTg6MTIAAAAAA6ABAAMAAAAB//8AAKACAAQAAAABAAAAeKADAAQAAAABAAAAPAAAAAAAAAAGAQMAAwAAAAEABgAAARoABQAAAAEAAAEeARsABQAAAAEAAAEmASgAAwAAAAEAAgAAAgEABAAAAAEAAAEuAgIABAAAAAEAAALBAAAAAAAAAEgAAAABAAAASAAAAAH/2P/gABBKRklGAAECAABIAEgAAP/tAAxBZG9iZV9DTQAC/+4ADkFkb2JlAGSAAAAAAf/bAIQADAgICAkIDAkJDBELCgsRFQ8MDA8VGBMTFRMTGBEMDAwMDAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAENCwsNDg0QDg4QFA4ODhQUDg4ODhQRDAwMDAwREQwMDAwMDBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM/8AAEQgAPAB4AwEiAAIRAQMRAf/dAAQACP/EAT8AAAEFAQEBAQEBAAAAAAAAAAMAAQIEBQYHCAkKCwEAAQUBAQEBAQEAAAAAAAAAAQACAwQFBgcICQoLEAABBAEDAgQCBQcGCAUDDDMBAAIRAwQhEjEFQVFhEyJxgTIGFJGhsUIjJBVSwWIzNHKC0UMHJZJT8OHxY3M1FqKygyZEk1RkRcKjdDYX0lXiZfKzhMPTdePzRieUpIW0lcTU5PSltcXV5fVWZnaGlqa2xtbm9jdHV2d3h5ent8fX5/cRAAICAQIEBAMEBQYHBwYFNQEAAhEDITESBEFRYXEiEwUygZEUobFCI8FS0fAzJGLhcoKSQ1MVY3M08SUGFqKygwcmNcLSRJNUoxdkRVU2dGXi8rOEw9N14/NGlKSFtJXE1OT0pbXF1eX1VmZ2hpamtsbW5vYnN0dXZ3eHl6e3x//aAAwDAQACEQMRAD8A9SSTSkkpdJMkkpdJNKSSl0kySSl0kySSl0kkklKSSSSUpJJJJT//0PT5SlJMkpeU8qKdJS6SZOkpdMklKSl0kydJSgnTJJKUUkkklKSSSSU//9H09JOkkpZOklCSlJk6SSlkk6SSlJJJJKUkkkkpSdJJJSkkkklP/9L1BJOkkpSZOkkpZJOkkpZJOkkpSZOkkpZOkkkpSSSSSlJJJJKf/9n/7QkCUGhvdG9zaG9wIDMuMAA4QklNBAQAAAAAAAccAgAAAq4TADhCSU0EJQAAAAAAEMY3Mzie2u9orsNRW1EOxOo4QklNBC8AAAAAAEpDAAEAWAIAAFgCAAAAAAAAAAAAAJ4aAACYEgAAnP///5z///8DGwAA/BIAAAABewUAAOADAAABAA8nAQBGAGkAbABlAHMAAAAAADhCSU0D7QAAAAAAEABIAAAAAQACAEgAAAABAAI4QklNBCYAAAAAAA4AAAAAAAAAAAAAP4AAADhCSU0EDQAAAAAABAAAAB44QklNBBkAAAAAAAQAAAAeOEJJTQPzAAAAAAAJAAAAAAAAAAABADhCSU0ECgAAAAAAAQAAOEJJTScQAAAAAAAKAAEAAAAAAAAAAjhCSU0D9QAAAAAASAAvZmYAAQBsZmYABgAAAAAAAQAvZmYAAQChmZoABgAAAAAAAQAyAAAAAQBaAAAABgAAAAAAAQA1AAAAAQAtAAAABgAAAAAAAThCSU0D+AAAAAAAcAAA/////////////////////////////wPoAAAAAP////////////////////////////8D6AAAAAD/////////////////////////////A+gAAAAA/////////////////////////////wPoAAA4QklNBAgAAAAAABAAAAABAAACQAAAAkAAAAAAOEJJTQQeAAAAAAAEAAAAADhCSU0EGgAAAAADPQAAAAYAAAAAAAAAAAAAADwAAAB4AAAABABiAGwAdQByAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAB4AAAAPAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAABAAAAABAAAAAAAAbnVsbAAAAAIAAAAGYm91bmRzT2JqYwAAAAEAAAAAAABSY3QxAAAABAAAAABUb3AgbG9uZwAAAAAAAAAATGVmdGxvbmcAAAAAAAAAAEJ0b21sb25nAAAAPAAAAABSZ2h0bG9uZwAAAHgAAAAGc2xpY2VzVmxMcwAAAAFPYmpjAAAAAQAAAAAABXNsaWNlAAAAEgAAAAdzbGljZUlEbG9uZwAAAAAAAAAHZ3JvdXBJRGxvbmcAAAAAAAAABm9yaWdpbmVudW0AAAAMRVNsaWNlT3JpZ2luAAAADWF1dG9HZW5lcmF0ZWQAAAAAVHlwZWVudW0AAAAKRVNsaWNlVHlwZQAAAABJbWcgAAAABmJvdW5kc09iamMAAAABAAAAAAAAUmN0MQAAAAQAAAAAVG9wIGxvbmcAAAAAAAAAAExlZnRsb25nAAAAAAAAAABCdG9tbG9uZwAAADwAAAAAUmdodGxvbmcAAAB4AAAAA3VybFRFWFQAAAABAAAAAAAAbnVsbFRFWFQAAAABAAAAAAAATXNnZVRFWFQAAAABAAAAAAAGYWx0VGFnVEVYVAAAAAEAAAAAAA5jZWxsVGV4dElzSFRNTGJvb2wBAAAACGNlbGxUZXh0VEVYVAAAAAEAAAAAAAlob3J6QWxpZ25lbnVtAAAAD0VTbGljZUhvcnpBbGlnbgAAAAdkZWZhdWx0AAAACXZlcnRBbGlnbmVudW0AAAAPRVNsaWNlVmVydEFsaWduAAAAB2RlZmF1bHQAAAALYmdDb2xvclR5cGVlbnVtAAAAEUVTbGljZUJHQ29sb3JUeXBlAAAAAE5vbmUAAAAJdG9wT3V0c2V0bG9uZwAAAAAAAAAKbGVmdE91dHNldGxvbmcAAAAAAAAADGJvdHRvbU91dHNldGxvbmcAAAAAAAAAC3JpZ2h0T3V0c2V0bG9uZwAAAAAAOEJJTQQoAAAAAAAMAAAAAT/wAAAAAAAAOEJJTQQRAAAAAAABAQA4QklNBBQAAAAAAAQAAAABOEJJTQQMAAAAAALdAAAAAQAAAHgAAAA8AAABaAAAVGAAAALBABgAAf/Y/+AAEEpGSUYAAQIAAEgASAAA/+0ADEFkb2JlX0NNAAL/7gAOQWRvYmUAZIAAAAAB/9sAhAAMCAgICQgMCQkMEQsKCxEVDwwMDxUYExMVExMYEQwMDAwMDBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMAQ0LCw0ODRAODhAUDg4OFBQODg4OFBEMDAwMDBERDAwMDAwMEQwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAARCAA8AHgDASIAAhEBAxEB/90ABAAI/8QBPwAAAQUBAQEBAQEAAAAAAAAAAwABAgQFBgcICQoLAQABBQEBAQEBAQAAAAAAAAABAAIDBAUGBwgJCgsQAAEEAQMCBAIFBwYIBQMMMwEAAhEDBCESMQVBUWETInGBMgYUkaGxQiMkFVLBYjM0coLRQwclklPw4fFjczUWorKDJkSTVGRFwqN0NhfSVeJl8rOEw9N14/NGJ5SkhbSVxNTk9KW1xdXl9VZmdoaWprbG1ub2N0dXZ3eHl6e3x9fn9xEAAgIBAgQEAwQFBgcHBgU1AQACEQMhMRIEQVFhcSITBTKBkRShsUIjwVLR8DMkYuFygpJDUxVjczTxJQYWorKDByY1wtJEk1SjF2RFVTZ0ZeLys4TD03Xj80aUpIW0lcTU5PSltcXV5fVWZnaGlqa2xtbm9ic3R1dnd4eXp7fH/9oADAMBAAIRAxEAPwD1JJNKSSl0kySSl0k0pJKXSTJJKXSTJJKXSSSSUpJJJJSkkkklP//Q9PlKUkySl5Tyop0lLpJk6Sl0ySUpKXSTJ0lKCdMkkpRSSSSUpJJJJT//0fT0k6SSlk6SUJKUmTpJKWSTpJKUkkkkpSSSSSlJ0kklKSSSSU//0vUEk6SSlJk6SSlkk6SSlkk6SSlJk6SSlk6SSSlJJJJKUkkkkp//2QA4QklNBCEAAAAAAFUAAAABAQAAAA8AQQBkAG8AYgBlACAAUABoAG8AdABvAHMAaABvAHAAAAATAEEAZABvAGIAZQAgAFAAaABvAHQAbwBzAGgAbwBwACAAQwBTADMAAAABADhCSU0EBgAAAAAABwAIAAEAAQEA/+EOlmh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8APD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNC4xLWMwMzYgNDYuMjc2NzIwLCBNb24gRmViIDE5IDIwMDcgMjI6NDA6MDggICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhhcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtbG5zOnhhcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iIHhhcDpDcmVhdGVEYXRlPSIyMDE2LTExLTI0VDEyOjM0OjIzKzEwOjAwIiB4YXA6TW9kaWZ5RGF0ZT0iMjAxNy0wMS0xOFQxNDoxODoxMisxMDowMCIgeGFwOk1ldGFkYXRhRGF0ZT0iMjAxNy0wMS0xOFQxNDoxODoxMisxMDowMCIgeGFwOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1MzIFdpbmRvd3MiIGRjOmZvcm1hdD0iaW1hZ2UvanBlZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOkhpc3Rvcnk9IiIgeGFwTU06SW5zdGFuY2VJRD0idXVpZDozMEQ0OTJCODMxRERFNjExODUyNjk4REIwMDZEQTcyMCIgdGlmZjpPcmllbnRhdGlvbj0iMSIgdGlmZjpYUmVzb2x1dGlvbj0iNzIwMDAwLzEwMDAwIiB0aWZmOllSZXNvbHV0aW9uPSI3MjAwMDAvMTAwMDAiIHRpZmY6UmVzb2x1dGlvblVuaXQ9IjIiIHRpZmY6TmF0aXZlRGlnZXN0PSIyNTYsMjU3LDI1OCwyNTksMjYyLDI3NCwyNzcsMjg0LDUzMCw1MzEsMjgyLDI4MywyOTYsMzAxLDMxOCwzMTksNTI5LDUzMiwzMDYsMjcwLDI3MSwyNzIsMzA1LDMxNSwzMzQzMjs0RUU1REQwNTdBMjRGNDIxQTg1QkU2QkQ4OUI3OEFEOCIgZXhpZjpQaXhlbFhEaW1lbnNpb249IjEyMCIgZXhpZjpQaXhlbFlEaW1lbnNpb249IjYwIiBleGlmOkNvbG9yU3BhY2U9Ii0xIiBleGlmOk5hdGl2ZURpZ2VzdD0iMzY4NjQsNDA5NjAsNDA5NjEsMzcxMjEsMzcxMjIsNDA5NjIsNDA5NjMsMzc1MTAsNDA5NjQsMzY4NjcsMzY4NjgsMzM0MzQsMzM0MzcsMzQ4NTAsMzQ4NTIsMzQ4NTUsMzQ4NTYsMzczNzcsMzczNzgsMzczNzksMzczODAsMzczODEsMzczODIsMzczODMsMzczODQsMzczODUsMzczODYsMzczOTYsNDE0ODMsNDE0ODQsNDE0ODYsNDE0ODcsNDE0ODgsNDE0OTIsNDE0OTMsNDE0OTUsNDE3MjgsNDE3MjksNDE3MzAsNDE5ODUsNDE5ODYsNDE5ODcsNDE5ODgsNDE5ODksNDE5OTAsNDE5OTEsNDE5OTIsNDE5OTMsNDE5OTQsNDE5OTUsNDE5OTYsNDIwMTYsMCwyLDQsNSw2LDcsOCw5LDEwLDExLDEyLDEzLDE0LDE1LDE2LDE3LDE4LDIwLDIyLDIzLDI0LDI1LDI2LDI3LDI4LDMwOzJFNzdGMDlERDQyNTFFRTQ1RkYwMjNDMDk1ODY3RDMzIi8+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPD94cGFja2V0IGVuZD0idyI/Pv/uAA5BZG9iZQBkQAAAAAH/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAgICAgICAgICAgMDAwMDAwMDAwMBAQEBAQEBAQEBAQICAQICAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDA//AABEIADwAeAMBEQACEQEDEQH/3QAEAA//xAB7AAADAQEBAAAAAAAAAAAAAAAAAQIDCgQBAQEBAQEAAAAAAAAAAAAAAAABAgMEEAABAgMGBQQDAQEBAAAAAAABABEhMQJBUWGBkRLwcaHRA7HB8RPhIkIyoiMRAQACAQQDAQADAAAAAAAAAAABESExQVFhcQISsYGRIv/aAAwDAQACEQMRAD8A713F41CAcXjUIBxeNQgbvJAIBAIBAIBAIBAIBAIP/9DvKHlGGLn4ARLH2ET28cihcF9heYz/ABFC+lfYLuv4RbWPIINuuyyKCt7/ANHUj1QNzedSgmqsi0vOZ1QTuqIhVuFoPTFWuUtpTURhh8xim6taTuD8WaTUFIESAHKCD5LhrxBAxXZVDi1B/9Hu5PmAsIvB7RK389sRM8kfNc2uheTKx6QtyVPnjeHtg2dqT6xWpGKhrT5KapLExMH1zDWmu4g9dFGliu/VBW+m/oeyCTVGEuL1Y1hJaUlg85rcpDWlmEScBxY6xs018ZFMDCHXgpOcjZQefyVxadyCDUBPp8q1cM9mCWvLQgosTl//0u7M1SiS7yMYWzku2Hn+emVe7aMAA034YKU6RFfUoAJOWcMOaRCxFdy2AqEiQLQwik+sTVn60prqohGoWbrNILnMTGrUTb0U+SmrA2g95KKtBmPKCRAsZGUVr5mr3HooMYyuvWozDOjbcc72i3qpi172XupshkIG/mplVbw1pwildDOouScZz5eiqIqMTxGSeukWyuipw0eV4mJqe0bj/9PuyAABDWcCa7sqqpqJDz97AGeEFMM420AoYjc0GcJd6DYVOWLSssIi4i4DLFVFhV0Cqki2fyXuSJyfrDYXYR5EerkdVZiKtq61UKKmA3AzIAL2GLCEViInUn2raVU0WmAg15yXS4jHqTL1UVCDHvoVi6xJHF5aCsnjCVqv+TMD7MIdVVVueyo8gpU7yoJNQYBoTPoOaqGf8szAfETFSIiJ7SebOgEZsTMSnPEpNao//9Tu6poFIBM45crluZvw5qNNRECRnPsykTEbLETuYoZJmT5msp+vE/8APZX66Wp4gxRUHY5D2kxS4msFSpjy5GzRlmypApvjiwS/6I9YPaLhoFcrUI2EEEFmz7Mr9bTCU0WGjXRFUkv+oD2cOnkrtsISLm9vZTbBrqFQ4yjyUnoxD//V7wxRGAhktxDMb1Ctl50VuOVyewcte6XzBU8lsx6flS+gjQWgI3P7oZLbVcqWNhwQvo/rN6CtlN3VS54K7AoAtKtwVI2B4N17hZ+uiu1bSJuOa1hmLs+Q0Rf4JuPiKWV5XSP6LQi05KTPC/r/1u8mD4cM9q3nPCQobWjPP2Sb2VoNrBmb37qCP/Ph0noKDDr/AJfK2auQfpw6ZSeh+mOX5SL3SL3P9Hh13Z5pNkXuqDWNHTPFJ07VELZWNtfNk8Kn0TboAa38qbZ1GtMtLspRkk7oUGDvnfC6Kfhg/wCrfa2eKbEVs//Z");
  background-size: 100% 100%;
}

.shadow-btt {
  position: relative;
}
.shadow-btt:after {
  background: repeat-x 0 100% rgba(15, 35, 44, 0.3) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAADZCAYAAAAKT+HIAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAHFJREFUeNpi/P//PwMDAwMDEwMUMEIxQgTOYIFxMKWwKybdHDy68Ginll3kOYwY95DsDEaSDSRPDTGKyddFupeJsYt2oUHAYTS2glpxQYwV5HmQGPdQmONolx0oNJBaJlNYapFUMFLoDDq4eZSBnwEYAKuDBasP+tnDAAAAAElFTkSuQmCC");
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.3;
}

@media all and (max-width: 991px) {
  body .float-left, body .float-right {
    float: none;
  }
}
.balloon {
  background: #28657f;
  background: -webkit-linear-gradient(top, #3e9997, #2c6e8b, #28657f);
  background: -moz-linear-gradient(to bottom, #3e9997, #2c6e8b, #28657f);
  background: linear-gradient(to bottom, #3e9997, #2c6e8b, #28657f);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 25px;
  padding: 19.8px;
  text-align: center;
  padding: 0.96em;
  width: 6.4em;
  height: 6.4em;
  position: relative;
  color: #FFF;
}
.balloon:hover {
  width: 6.656em;
}
.balloon:after {
  width: 0;
  height: 0;
  content: " ";
  z-index: 1;
  border-style: solid;
  border-width: 1.152em 1.792em 0 1.792em;
  border-color: #28657f transparent transparent transparent;
  position: absolute;
  bottom: -0.512em;
  left: 50%;
  margin-left: -1.792em;
}
.balloon:before {
  width: 0;
  height: 0;
  content: " ";
  z-index: 1;
  border-style: solid;
  border-width: 0.64em 0.64em 0 0.64em;
  border-color: #28657f transparent transparent transparent;
  position: absolute;
  bottom: -0.64em;
  left: 50%;
  margin-left: -0.64em;
}
.balloon img {
  width: 100%;
  height: 100%;
}
.balloon .text-icon {
  font-size: 1.28em;
  color: #FFF;
  line-height: 0.96em;
}
@media all and (max-width: 769px) {
  .balloon .text-icon {
    font-size: 1.92em;
  }
}
@media all and (max-width: 769px) {
  .balloon {
    padding: 0.768em;
    width: 5.12em;
    height: 5.12em;
  }
  .balloon:after {
    border-width: 0.9216em 1.4336em 0 1.4336em;
    bottom: -0.4096em;
    margin-left: -1.4336em;
  }
  .balloon:before {
    border-width: 0.512em 0.512em 0 0.512em;
    bottom: -0.512em;
    margin-left: -0.512em;
  }
  .balloon:hover {
    width: 5.3248em;
  }
}

.gradient {
  background: #34818d;
  background: -webkit-linear-gradient(left, #34818d, #388e93);
  background: -moz-linear-gradient(to right, #34818d, #388e93);
  background: linear-gradient(to right, #34818d, #388e93);
}

.gradient-dark {
  background: #09444f;
  background: -webkit-linear-gradient(left, #09444f, #09444f, #104f51);
  background: -moz-linear-gradient(to right, #09444f, #09444f, #104f51);
  background: linear-gradient(to right, #09444f, #09444f, #104f51);
}

.white-box {
  background: #FFF;
  border: 1px solid #EEE;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 4px;
}

.well-auto {
  padding: 6px;
}
@media all and (min-width: 768px) {
  .well-auto {
    padding: 10px;
  }
}
@media all and (min-width: 992px) {
  .well-auto {
    padding: 15px;
  }
}
@media all and (min-width: 1200px) {
  .well-auto {
    padding: 20px;
  }
}

.visually-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  overflow-wrap: normal;
  position: absolute !important;
  width: 1px;
}

ul.checklist {
  list-style-type: none;
  padding-left: 3em;
}
ul.checklist li {
  margin: 0.5em 0;
}
ul.checklist li:before {
  content: " ";
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1px solid;
  margin: 0 0.5em 0 -1.5em;
  vertical-align: middle;
  box-sizing: border-box;
  border-radius: 1px;
  box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

div.body img {
  display: block;
  max-width: 100%;
  height: auto;
}

.transparent {
  opacity: 0;
}

body .anim-paused {
  animation-play-state: paused;
}

body .anim-running {
  animation-play-state: running;
}

.anim-fade-in {
  animation: fade-in 0.5s ease-in;
}

.anim-slide-right {
  animation: slide-right 0.8s ease-out;
  position: relative;
}

.anim-slide-left {
  animation: slide-left 0.8s ease-out;
  position: relative;
}

.anim-text-zoom {
  animation: text-zoom 0.7s ease;
}

.anim-text-bubble {
  animation: text-bubble 1s ease;
}

.anim-highlight {
  animation: highlight 1.5s ease-out;
}

.anim-zoom-in {
  animation: zoom-in 1s ease-out;
}

.anim-fade-up {
  animation: fade-up 0.6s ease-out;
}

.anim-fade-down {
  animation: fade-down 0.6s ease-out;
}

@-webkit-keyframes fade-down {
  0% {
    opacity: 0;
    transform: translate(0, -180px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-moz-keyframes fade-down {
  0% {
    opacity: 0;
    transform: translate(0, -180px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-o-keyframes fade-down {
  0% {
    opacity: 0;
    transform: translate(0, -180px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fade-down {
  0% {
    opacity: 0;
    transform: translate(0, -180px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fade-up {
  0% {
    opacity: 0;
    transform: translate(0, 180px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-moz-keyframes fade-up {
  0% {
    opacity: 0;
    transform: translate(0, 180px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-o-keyframes fade-up {
  0% {
    opacity: 0;
    transform: translate(0, 180px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translate(0, 180px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes zoom-in {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes zoom-in {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes zoom-in {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes highlight {
  0% {
    background: rgba(57, 172, 106, 0);
  }
  33% {
    background: rgba(111, 217, 156, 0.3);
  }
  100% {
    background: rgba(57, 172, 106, 0);
  }
}
@-moz-keyframes highlight {
  0% {
    background: rgba(57, 172, 106, 0);
  }
  33% {
    background: rgba(111, 217, 156, 0.3);
  }
  100% {
    background: rgba(57, 172, 106, 0);
  }
}
@-o-keyframes highlight {
  0% {
    background: rgba(57, 172, 106, 0);
  }
  33% {
    background: rgba(111, 217, 156, 0.3);
  }
  100% {
    background: rgba(57, 172, 106, 0);
  }
}
@keyframes highlight {
  0% {
    background: rgba(57, 172, 106, 0);
  }
  33% {
    background: rgba(111, 217, 156, 0.3);
  }
  100% {
    background: rgba(57, 172, 106, 0);
  }
}
@-webkit-keyframes text-bubble {
  0% {
    font-size: 25%;
    line-height: 0;
  }
}
@-moz-keyframes text-bubble {
  0% {
    font-size: 25%;
    line-height: 0;
  }
}
@-o-keyframes text-bubble {
  0% {
    font-size: 25%;
    line-height: 0;
  }
}
@keyframes text-bubble {
  0% {
    font-size: 25%;
    line-height: 0;
  }
}
@-webkit-keyframes text-zoom {
  0% {
    font-size: 0px;
    line-height: 0;
  }
}
@-moz-keyframes text-zoom {
  0% {
    font-size: 0px;
    line-height: 0;
  }
}
@-o-keyframes text-zoom {
  0% {
    font-size: 0px;
    line-height: 0;
  }
}
@keyframes text-zoom {
  0% {
    font-size: 0px;
    line-height: 0;
  }
}
@-webkit-keyframes slide-right {
  0% {
    left: -140%;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes slide-right {
  0% {
    left: -140%;
  }
  100% {
    left: 0;
  }
}
@-o-keyframes slide-right {
  0% {
    left: -140%;
  }
  100% {
    left: 0;
  }
}
@keyframes slide-right {
  0% {
    left: -140%;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes slide-left {
  0% {
    left: 140%;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes slide-left {
  0% {
    left: 140%;
  }
  100% {
    left: 0;
  }
}
@-o-keyframes slide-left {
  0% {
    left: 140%;
  }
  100% {
    left: 0;
  }
}
@keyframes slide-left {
  0% {
    left: 140%;
  }
  100% {
    left: 0;
  }
}
.block-green-bg {
  box-shadow: inset 0 0 0 1000px rgba(57, 93, 34, 0.8);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.block-blue-bg {
  box-shadow: inset 0 0 0 1000px rgba(19, 22, 50, 0.3);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

body.path-frontpage .region-content .block-no-margin,
body.path-frontpage .region-content-full .block-no-margin,
body .block-no-margin {
  margin-bottom: 0;
}

.region-content-full .block-fullwidth .block-inner {
  width: auto;
  max-width: auto;
}
.region-content-full .block-no-inner-pad .block-inner {
  padding: 0;
}

.same-height {
  display: flex;
  overflow: hidden;
  flex-wrap: nowrap;
}
@media all and (max-width: 1200px) {
  .same-height {
    flex-wrap: wrap;
  }
}

.block-services {
  padding: 50px 0;
  margin-bottom: 20px;
}
.block-services .paragraph--type--icon-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border-radius: 15px;
  background: rgba(24, 73, 124, 0.8);
  padding: 10px;
}
.block-services .paragraph--type--icon-block .icon-block-content {
  text-align: center;
  flex-grow: 1;
}
.block-services .paragraph--type--icon-block .read-more-btn {
  margin-top: 5px;
  background: #18497c;
  border-radius: 10px;
  padding: 10px 30%;
  text-align: center;
}
.block-services .paragraph--type--icon-block .read-more-btn:hover {
  background: rgba(51, 65, 105, 0.9);
  text-decoration: none;
}
.block-services .icon-block-title {
  color: #0e0a15;
  font-size: 1.2em;
  margin-bottom: 12px;
  font-weight: 700;
  text-align: center;
}
.block-services .paragraph--type--gallery {
  margin-bottom: 30px;
}
.block-services .icon-block-icon {
  display: inline-block;
  padding: 0.65em;
  border-radius: 50%;
  background: #171123;
  color: #FFF;
  text-align: center;
  margin-bottom: 16px;
}
.block-services .icon-block-icon .fa {
  font-size: 2.4em;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
}
.block-services .row > div, .block-services .block-contact-form form > div, .block-contact-form .block-services form > div, .block-services .block-inner-row .block-content > div, .block-inner-row .block-services .block-content > div {
  margin-bottom: 15px;
}
@media all and (max-width: 992px) {
  .block-services .row > div, .block-services .block-contact-form form > div, .block-contact-form .block-services form > div, .block-services .block-inner-row .block-content > div, .block-inner-row .block-services .block-content > div {
    text-align: center;
  }
}
.block-services .row > div:nth-child(4n-6) .icon-block-icon, .block-services .block-contact-form form > div:nth-child(4n-6) .icon-block-icon, .block-contact-form .block-services form > div:nth-child(4n-6) .icon-block-icon, .block-services .block-inner-row .block-content > div:nth-child(4n-6) .icon-block-icon, .block-inner-row .block-services .block-content > div:nth-child(4n-6) .icon-block-icon,
.block-services .row > div:nth-child(4n-5) .icon-block-icon,
.block-services .block-contact-form form > div:nth-child(4n-5) .icon-block-icon,
.block-contact-form .block-services form > div:nth-child(4n-5) .icon-block-icon,
.block-services .block-inner-row .block-content > div:nth-child(4n-5) .icon-block-icon,
.block-inner-row .block-services .block-content > div:nth-child(4n-5) .icon-block-icon {
  background: #2582bc;
}
@media all and (min-width: 1200px) {
  .block-services .row > div:nth-child(even) .icon-block-icon, .block-services .block-contact-form form > div:nth-child(even) .icon-block-icon, .block-contact-form .block-services form > div:nth-child(even) .icon-block-icon, .block-services .block-inner-row .block-content > div:nth-child(even) .icon-block-icon, .block-inner-row .block-services .block-content > div:nth-child(even) .icon-block-icon {
    background: #171123 !important;
  }
  .block-services .row > div:nth-child(odd) .icon-block-icon, .block-services .block-contact-form form > div:nth-child(odd) .icon-block-icon, .block-contact-form .block-services form > div:nth-child(odd) .icon-block-icon, .block-services .block-inner-row .block-content > div:nth-child(odd) .icon-block-icon, .block-inner-row .block-services .block-content > div:nth-child(odd) .icon-block-icon {
    background: #2582bc !important;
  }
}
@media all and (max-width: 992px) {
  .block-services {
    text-align: center;
  }
  .block-services .paragraph--type--gallery {
    display: none;
  }
  .block-services .icon-block-icon {
    background: #171123 !important;
  }
}

.block-stats {
  padding: 120px 0;
}
@media all and (max-width: 992px) {
  .block-stats {
    padding: 60px 0;
  }
}

#navbar .block-user-menu {
  float: right;
}
#navbar .block-user-menu a:hover, #navbar .block-user-menu a:focus, #navbar .block-user-menu a:active {
  text-decoration: underline;
}

.block-header-contact .snippet-text {
  opacity: 0.8;
}
.block-header-contact .snippet-text:hover {
  opacity: 1;
}
@media all and (min-width: 768px) {
  .block-header-contact {
    padding-top: 30px;
  }
}
.block-header-contact .field--name-field-paragraphs > .field--item {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4em;
}
@media all and (max-width: 992px) {
  .block-header-contact .block-inner {
    white-space: nowrap;
    text-align: center;
  }
  .block-header-contact .block-inner .snippet-image {
    width: 36px;
    margin-right: 3px;
  }
  .block-header-contact .block-inner .snippet-title {
    margin-bottom: 0;
  }
  .block-header-contact .block-inner .field--name-field-paragraphs > .field--item {
    margin: 0 1em;
    font-size: 0.85em;
  }
}
@media all and (max-width: 768px) {
  .block-header-contact .snippet-image {
    display: none !important;
  }
  .block-header-contact .block-inner {
    white-space: normal;
  }
}
.block-header-contact .snippet-image {
  width: 50px;
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
}
.block-header-contact .snippet-content {
  display: inline-block;
  vertical-align: middle;
}
.block-header-contact .snippet-content p {
  margin: 0;
}
.block-header-contact .snippet-title {
  color: #111;
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.block-partner-logos {
  padding: 40px 0;
  background: #eff4f9;
}
.block-partner-logos .view {
  text-align: center;
}
.block-partner-logos .views-row {
  display: inline-block;
  vertical-align: middle;
}
.block-partner-logos .views-row img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  max-width: 200px;
  height: auto;
  padding: 10px;
  opacity: 0.6;
}
.block-partner-logos .views-row img:hover {
  filter: none;
  -webkit-filter: none;
  opacity: 1;
}

.block-contact-form label {
  display: block;
}
.block-contact-form .form-item-copy {
  clear: both;
}
.block-contact-form .form-item-copy input {
  height: auto;
}
.block-contact-form .form-item-copy label {
  display: inline-block;
}
.block-contact-form .form-item-name,
.block-contact-form .form-item-mail,
.block-contact-form .field--widget-string-textfield {
  margin-bottom: 0;
}

.block-contact-page-icons .icon-block-icon {
  font-size: 2.2em;
  background: #18497c;
  color: #FFF;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4em;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 30px;
}
@media all and (max-width: 992px) {
  .block-contact-page-icons .paragraph--type--columns > .row > div, .block-contact-page-icons .block-inner-row .paragraph--type--columns > .block-content > div, .block-inner-row .block-contact-page-icons .paragraph--type--columns > .block-content > div, .block-contact-page-icons .block-contact-form .paragraph--type--columns > form > div, .block-contact-form .block-contact-page-icons .paragraph--type--columns > form > div {
    margin-bottom: 20px;
  }
  .block-contact-page-icons .icon-block-icon {
    font-size: 1.5em;
    margin-bottom: 0.2em;
  }
}
.block-contact-page-icons .paragraph--type--icon-block {
  text-align: center;
}
.block-contact-page-icons .icon-block-content {
  color: #93918e;
}
.block-contact-page-icons .icon-block-content a {
  font-weight: bold;
}
.block-contact-page-icons .icon-block-title {
  color: #111;
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 6px;
}

.block-footer-contact ul, .block-footer-contact li {
  list-style: none;
  white-space: nowrap;
}
.block-footer-contact ul li {
  font-size: 1.4em;
  margin-bottom: 6px;
  padding: 0;
}
.block-footer-contact ul li:before {
  display: none !important;
}
.block-footer-contact ul li a {
  padding-left: 0;
}
.block-footer-contact .fa, .block-footer-contact .fab {
  font-size: 1em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  margin-right: 0.5em;
  background: #392a56;
  border-radius: 50%;
}
@media all and (max-width: 992px) {
  .block-footer-contact .fa, .block-footer-contact .fab {
    font-size: 1em;
    margin-right: 0.2em;
  }
}

.block-news-search .form-type-textfield,
.block-news-search .form-actions {
  display: block;
  float: left;
}
.block-news-search .form-type-textfield {
  width: 67%;
}
.block-news-search .form-type-textfield input {
  width: 100%;
}
.block-news-search .form-actions {
  width: 33%;
}
.block-news-search .form-actions button, .block-news-search .form-actions input {
  width: 100%;
  padding: 0 12px;
  min-width: 0;
}

@media all and (min-width: 992px) {
  .block-site-by {
    text-align: right;
  }
}

.block-search-filter {
  margin-bottom: 30px;
}

.block-contact-map .block-inner {
  background: #eff4f9;
}

.block-centered {
  text-align: center;
}

#block-frontpageslideshow .carousel-control {
  width: 3em;
}
#block-frontpageslideshow .carousel-control.right {
  text-align: left;
}
@media all and (max-width: 1400px) {
  #block-frontpageslideshow .slide-foreground {
    left: 6em;
    padding-top: 2em;
  }
}

@keyframes glyphicon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.glyphicon-spin {
  display: inline-block;
  animation: glyphicon-spin 1s infinite linear;
}

.glyphicon-adjust:before {
  content: "";
}

.glyphicon-align-center:before {
  content: "";
}

.glyphicon-align-justify:before {
  content: "";
}

.glyphicon-align-left:before {
  content: "";
}

.glyphicon-align-right:before {
  content: "";
}

.glyphicon-apple:before {
  content: "";
}

.glyphicon-apple-alt:before {
  content: "";
}

.glyphicon-apple-pay:before {
  content: "";
}

.glyphicon-circle-arrow-down:before {
  content: "";
}

.glyphicon-circle-arrow-left:before {
  content: "";
}

.glyphicon-circle-arrow-right:before {
  content: "";
}

.glyphicon-circle-arrow-up:before {
  content: "";
}

.glyphicon-arrow-down:before {
  content: "";
}

.glyphicon-arrow-left:before {
  content: "";
}

.glyphicon-arrow-right:before {
  content: "";
}

.glyphicon-arrow-up:before {
  content: "";
}

.glyphicon-move:before,
.glyphicon-move-alt:before {
  content: "";
}

.glyphicon-move-alt-h:before {
  content: "";
}

.glyphicon-move-alt-v:before {
  content: "";
}

.glyphicon-asterisk:before {
  content: "";
}

.glyphicon-backward:before {
  content: "";
}

.glyphicon-scale:before {
  content: "";
}

.glyphicon-ban-circle:before {
  content: "";
}

.glyphicon-ban-circled-aid:before {
  content: "";
}

.glyphicon-ban-circledcamp:before {
  content: "";
}

.glyphicon-barcode:before {
  content: "";
}

.glyphicon-menu-hamburger:before {
  content: "";
}

.glyphicon-bed:before {
  content: "";
}

.glyphicon-bell:before {
  content: "";
}

.glyphicon-bell-slash:before {
  content: "";
}

.glyphicon-bitcoin:before {
  content: "";
}

.glyphicon-bold:before {
  content: "";
}

.glyphicon-book:before {
  content: "";
}

.glyphicon-book-dead:before {
  content: "";
}

.glyphicon-book-open:before {
  content: "";
}

.glyphicon-book-reader:before {
  content: "";
}

.glyphicon-bookmark:before {
  content: "";
}

.glyphicon-briefcase:before {
  content: "";
}

.glyphicon-briefcase-medical:before {
  content: "";
}

.glyphicon-btc:before {
  content: "";
}

.glyphicon-tower:before {
  content: "";
}

.glyphicon-bullhorn:before {
  content: "";
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-calendar-alt:before {
  content: "";
}

.glyphicon-calendar-check:before {
  content: "";
}

.glyphicon-calendar-minus:before {
  content: "";
}

.glyphicon-calendar-plus:before {
  content: "";
}

.glyphicon-calendar-times:before {
  content: "";
}

.glyphicon-camera:before {
  content: "";
}

.glyphicon-camera-retro:before {
  content: "";
}

.glyphicon-triangle-bottom:before {
  content: "";
}

.glyphicon-triangle-left:before {
  content: "";
}

.glyphicon-triangle-right:before {
  content: "";
}

.glyphicon-triangle-top:before {
  content: "";
}

.glyphicon-subtitles-amazon-pay:before {
  content: "";
}

.glyphicon-subtitles-amex:before {
  content: "";
}

.glyphicon-subtitles-apple-pay:before {
  content: "";
}

.glyphicon-subtitles-diners-club:before {
  content: "";
}

.glyphicon-subtitles-discover:before {
  content: "";
}

.glyphicon-subtitles-jcb:before {
  content: "";
}

.glyphicon-subtitles-mastercard:before {
  content: "";
}

.glyphicon-subtitles-paypal:before {
  content: "";
}

.glyphicon-subtitles-stripe:before {
  content: "";
}

.glyphicon-subtitles-visa:before {
  content: "";
}

.glyphicon-certificate:before {
  content: "";
}

.glyphicon-ok:before {
  content: "";
}

.glyphicon-ok-circle:before {
  content: "";
}

.glyphicon-ok-double:before {
  content: "";
}

.glyphicon-ok-square:before {
  content: "";
}

.glyphicon-chevron-down:before {
  content: "";
}

.glyphicon-chevron-left:before {
  content: "";
}

.glyphicon-chevron-right:before {
  content: "";
}

.glyphicon-chevron-up:before {
  content: "";
}

.glyphicon-cloud:before {
  content: "";
}

.glyphicon-cloud-download-alt:before {
  content: "";
}

.glyphicon-cloud-meatball:before {
  content: "";
}

.glyphicon-cloud-moon:before {
  content: "";
}

.glyphicon-cloud-moon-rain:before {
  content: "";
}

.glyphicon-cloud-rain:before {
  content: "";
}

.glyphicon-cloud-showers-heavy:before {
  content: "";
}

.glyphicon-cloud-sun:before {
  content: "";
}

.glyphicon-cloud-sun-rain:before {
  content: "";
}

.glyphicon-cloud-upload-alt:before {
  content: "";
}

.glyphicon-cloudscale:before {
  content: "";
}

.glyphicon-cloudsmith:before {
  content: "";
}

.glyphicon-cloudversify:before {
  content: "";
}

.glyphicon-cog:before {
  content: "";
}

.glyphicon-cogs:before {
  content: "";
}

.glyphicon-comment:before {
  content: "";
}

.glyphicon-comment-alt:before {
  content: "";
}

.glyphicon-comment-dollar:before {
  content: "";
}

.glyphicon-comment-dots:before {
  content: "";
}

.glyphicon-comment-slash:before {
  content: "";
}

.glyphicon-comments:before {
  content: "";
}

.glyphicon-comments-dollar:before {
  content: "";
}

.glyphicon-resize-small:before {
  content: "";
}

.glyphicon-copy:before {
  content: "";
}

.glyphicon-copyright-mark:before {
  content: "";
}

.glyphicon-credit-card:before {
  content: "";
}

.glyphicon-screenshot:before {
  content: "";
}

.glyphicon-download:before {
  content: "";
}

.glyphicon-edit:before {
  content: "";
}

.glyphicon-eject:before {
  content: "";
}

.glyphicon-option-horizontal:before {
  content: "";
}

.glyphicon-option-vertical:before {
  content: "";
}

.glyphicon-envelope:before {
  content: "";
}

.glyphicon-envelope-open:before {
  content: "";
}

.glyphicon-envelope-open-text:before {
  content: "";
}

.glyphicon-envelope-square:before {
  content: "";
}

.glyphicon-erase:before {
  content: "";
}

.glyphicon-euroo-sign:before {
  content: "";
}

.glyphicon-transfer-alt:before {
  content: "";
}

.glyphicon-exclamation-sign:before {
  content: "";
}

.glyphicon-warning-sign:before {
  content: "";
}

.glyphicon-resize-full:before {
  content: "";
}

.glyphicon-resize-full-arrows-alt:before {
  content: "";
}

.glyphicon-new-window-alt:before {
  content: "";
}

.glyphicon-new-window-square-alt:before {
  content: "";
}

.glyphicon-eye-open:before {
  content: "";
}

.glyphicon-eye-open-dropper:before {
  content: "";
}

.glyphicon-eye-open-slash:before {
  content: "";
}

.glyphicon-fast-backward:before {
  content: "";
}

.glyphicon-fast-forward:before {
  content: "";
}

.glyphicon-file:before {
  content: "";
}

.glyphicon-file-alt:before {
  content: "";
}

.glyphicon-file-archive:before {
  content: "";
}

.glyphicon-file-audio:before {
  content: "";
}

.glyphicon-file-code:before {
  content: "";
}

.glyphicon-file-contract:before {
  content: "";
}

.glyphicon-file-csv:before {
  content: "";
}

.glyphicon-file-download:before {
  content: "";
}

.glyphicon-file-excel:before {
  content: "";
}

.glyphicon-export:before .glyphicon-file-export:before {
  content: "";
}

.glyphicon-file-image:before {
  content: "";
}

.glyphicon-import:before,
.glyphicon-file-import:before {
  content: "";
}

.glyphicon-file-invoice:before {
  content: "";
}

.glyphicon-file-invoice-dollar:before {
  content: "";
}

.glyphicon-file-medical:before {
  content: "";
}

.glyphicon-file-medical-alt:before {
  content: "";
}

.glyphicon-file-pdf:before {
  content: "";
}

.glyphicon-file-powerpoint:before {
  content: "";
}

.glyphicon-file-prescription:before {
  content: "";
}

.glyphicon-file-signature:before {
  content: "";
}

.glyphicon-file-upload:before {
  content: "";
}

.glyphicon-file-video:before {
  content: "";
}

.glyphicon-file-word:before {
  content: "";
}

.glyphicon-film:before {
  content: "";
}

.glyphicon-filter:before {
  content: "";
}

.glyphicon-fire:before {
  content: "";
}

.glyphicon-fire-extinguisher:before {
  content: "";
}

.glyphicon-firefox:before {
  content: "";
}

.glyphicon-flag:before {
  content: "";
}

.glyphicon-flag-checkered:before {
  content: "";
}

.glyphicon-flag-usa:before {
  content: "";
}

.glyphicon-folder-close:before {
  content: "";
}

.glyphicon-folder-close-minus:before {
  content: "";
}

.glyphicon-folder-close-open:before {
  content: "";
}

.glyphicon-folder-close-plus:before {
  content: "";
}

.glyphicon-font:before {
  content: "";
}

.glyphicon-font-awesome:before {
  content: "";
}

.glyphicon-font-awesome-alt:before {
  content: "";
}

.glyphicon-font-awesome-flag:before {
  content: "";
}

.glyphicon-font-awesome-logo-full:before {
  content: "";
}

.glyphicon-fonticons:before {
  content: "";
}

.glyphicon-fonticons-fi:before {
  content: "";
}

.glyphicon-forward:before {
  content: "";
}

.glyphicon-gift:before {
  content: "";
}

.glyphicon-glass-martini:before {
  content: "";
}

.glyphicon-glass-martini-alt:before {
  content: "";
}

.glyphicon-glasses:before {
  content: "";
}

.glyphicon-globe:before {
  content: "";
}

.glyphicon-globe-africa:before {
  content: "";
}

.glyphicon-globe-americas:before {
  content: "";
}

.glyphicon-globe-asia:before {
  content: "";
}

.glyphicon-education:before {
  content: "";
}

.glyphicon-headphones:before {
  content: "";
}

.glyphicon-headphones-alt:before {
  content: "";
}

.glyphicon-heart:before {
  content: "";
}

.glyphicon-heartbeat:before {
  content: "";
}

.glyphicon-home:before {
  content: "";
}

.glyphicon-hourglass:before {
  content: "";
}

.glyphicon-hourglass-end:before {
  content: "";
}

.glyphicon-hourglass-half:before {
  content: "";
}

.glyphicon-hourglass-start:before {
  content: "";
}

.glyphicon-inbox:before {
  content: "";
}

.glyphicon-indent-left:before {
  content: "";
}

.glyphicon-info-sign:before {
  content: "";
}

.glyphicon-italic:before {
  content: "";
}

.glyphicon-leaf:before {
  content: "";
}

.glyphicon-level-up-alt:before {
  content: "";
}

.glyphicon-link:before {
  content: "";
}

.glyphicon-linkedin:before {
  content: "";
}

.glyphicon-linkedin-in:before {
  content: "";
}

.glyphicon-list:before {
  content: "";
}

.glyphicon-list-alt:before {
  content: "";
}

.glyphicon-list-ol:before {
  content: "";
}

.glyphicon-list-ul:before {
  content: "";
}

.glyphicon-lock:before {
  content: "";
}

.glyphicon-lock-open:before {
  content: "";
}

.glyphicon-magnet:before {
  content: "";
}

.glyphicon-map-marker:before {
  content: "";
}

.glyphicon-map-marker-alt:before {
  content: "";
}

.glyphicon-minus:before,
.glyphicon-minus-sign:before {
  content: "";
}

.glyphicon-minus-circle:before {
  content: "";
}

.glyphicon-minus-square:before {
  content: "";
}

.glyphicon-piggy-bank-bill:before {
  content: "";
}

.glyphicon-piggy-bank-bill-alt:before {
  content: "";
}

.glyphicon-piggy-bank-bill-wave:before {
  content: "";
}

.glyphicon-piggy-bank-bill-wave-alt:before {
  content: "";
}

.glyphicon-piggy-bank-check:before {
  content: "";
}

.glyphicon-piggy-bank-check-alt:before {
  content: "";
}

.glyphicon-music:before {
  content: "";
}

.glyphicon-indent-right:before {
  content: "";
}

.glyphicon-paperclip:before {
  content: "";
}

.glyphicon-paste:before {
  content: "";
}

.glyphicon-pause:before {
  content: "";
}

.glyphicon-pause-circle:before {
  content: "";
}

.glyphicon-pencil-alt:before {
  content: "";
}

.glyphicon-pencil-ruler:before {
  content: "";
}

.glyphicon-phone:before {
  content: "";
}

.glyphicon-phone-slash:before {
  content: "";
}

.glyphicon-phone-square:before {
  content: "";
}

.glyphicon-phone-volume:before {
  content: "";
}

.glyphicon-plane:before {
  content: "";
}

.glyphicon-plane-arrival:before {
  content: "";
}

.glyphicon-plane-departure:before {
  content: "";
}

.glyphicon-play:before {
  content: "";
}

.glyphicon-play-circle:before {
  content: "";
}

.glyphicon-playstation:before {
  content: "";
}

.glyphicon-plus:before,
.glyphicon-plus-sign:before {
  content: "";
}

.glyphicon-plus-circle:before {
  content: "";
}

.glyphicon-plus-square:before {
  content: "";
}

.glyphicon-off:before {
  content: "";
}

.glyphicon-print:before {
  content: "";
}

.glyphicon-qrcode:before {
  content: "";
}

.glyphicon-king:before {
  content: "";
}

.glyphicon-question-sign:before {
  content: "";
}

.glyphicon-random:before {
  content: "";
}

.glyphicon-registration-mark:before {
  content: "";
}

.glyphicon-retweet:before {
  content: "";
}

.glyphicon-road:before {
  content: "";
}

.glyphicon-ruble-sign:before {
  content: "";
}

.glyphicon-save:before {
  content: "";
}

.glyphicon-search:before {
  content: "";
}

.glyphicon-search-dollar:before {
  content: "";
}

.glyphicon-search-location:before {
  content: "";
}

.glyphicon-search-minus:before {
  content: "";
}

.glyphicon-search-plus:before {
  content: "";
}

.glyphicon-searchengin:before {
  content: "";
}

.glyphicon-share:before {
  content: "";
}

.glyphicon-share-alt:before {
  content: "";
}

.glyphicon-share-alt-square:before {
  content: "";
}

.glyphicon-share-square:before {
  content: "";
}

.glyphicon-shopping-cart:before {
  content: "";
}

.glyphicon-log-in:before,
.glyphicon-log-in-alt:before {
  content: "";
}

.glyphicon-log-out:before,
.glyphicon-log-out-alt:before {
  content: "";
}

.glyphicon-signal:before {
  content: "";
}

.glyphicon-sort:before {
  content: "";
}

.glyphicon-sort-alpha-down:before {
  content: "";
}

.glyphicon-sort-alpha-up:before {
  content: "";
}

.glyphicon-sort-amount-down:before {
  content: "";
}

.glyphicon-sort-amount-up:before {
  content: "";
}

.glyphicon-sort-down:before {
  content: "";
}

.glyphicon-sort-numeric-down:before {
  content: "";
}

.glyphicon-sort-numeric-up:before {
  content: "";
}

.glyphicon-sort-up:before {
  content: "";
}

.glyphicon-star:before {
  content: "";
}

.glyphicon-star-and-crescent:before {
  content: "";
}

.glyphicon-star-half:before {
  content: "";
}

.glyphicon-star-half-alt:before {
  content: "";
}

.glyphicon-star-of-david:before {
  content: "";
}

.glyphicon-star-of-life:before {
  content: "";
}

.glyphicon-step-backward:before {
  content: "";
}

.glyphicon-step-forward:before {
  content: "";
}

.glyphicon-stop:before {
  content: "";
}

.glyphicon-stop-circle:before {
  content: "";
}

.glyphicon-stopwatch:before {
  content: "";
}

.glyphicon-subscript:before {
  content: "";
}

.glyphicon-superscript:before {
  content: "";
}

.glyphicon-tag:before {
  content: "";
}

.glyphicon-tags:before {
  content: "";
}

.glyphicon-tasks:before {
  content: "";
}

.glyphicon-console:before {
  content: "";
}

.glyphicon-text-height:before {
  content: "";
}

.glyphicon-text-width:before {
  content: "";
}

.glyphicon-th:before {
  content: "";
}

.glyphicon-th-large:before {
  content: "";
}

.glyphicon-th-list:before {
  content: "";
}

.glyphicon-the-red-yeti:before {
  content: "";
}

.glyphicon-theater-masks:before {
  content: "";
}

.glyphicon-themeco:before {
  content: "";
}

.glyphicon-themeisle:before {
  content: "";
}

.glyphicon-thermometer:before {
  content: "";
}

.glyphicon-thermometer-empty:before {
  content: "";
}

.glyphicon-thermometer-full:before {
  content: "";
}

.glyphicon-thermometer-half:before {
  content: "";
}

.glyphicon-thermometer-quarter:before {
  content: "";
}

.glyphicon-thermometer-three-quarters:before {
  content: "";
}

.glyphicon-think-peaks:before {
  content: "";
}

.glyphicon-thumbs-down:before {
  content: "";
}

.glyphicon-thumbs-up:before {
  content: "";
}

.glyphicon-thumbtack:before {
  content: "";
}

.glyphicon-remove-sign:before {
  content: "";
}

.glyphicon-tint:before {
  content: "";
}

.glyphicon-tint-slash:before {
  content: "";
}

.glyphicon-trash:before {
  content: "";
}

.glyphicon-trash-alt:before {
  content: "";
}

.glyphicon-tree-conifer:before {
  content: "";
}

.glyphicon-upload:before {
  content: "";
}

.glyphicon-user:before {
  content: "";
}

.glyphicon-user-alt:before {
  content: "";
}

.glyphicon-user-alt-slash:before {
  content: "";
}

.glyphicon-user-astronaut:before {
  content: "";
}

.glyphicon-user-check:before {
  content: "";
}

.glyphicon-user-circle:before {
  content: "";
}

.glyphicon-user-clock:before {
  content: "";
}

.glyphicon-user-cog:before {
  content: "";
}

.glyphicon-user-edit:before {
  content: "";
}

.glyphicon-user-friends:before {
  content: "";
}

.glyphicon-user-graduate:before {
  content: "";
}

.glyphicon-user-injured:before {
  content: "";
}

.glyphicon-user-lock:before {
  content: "";
}

.glyphicon-user-md:before {
  content: "";
}

.glyphicon-user-minus:before {
  content: "";
}

.glyphicon-user-ninja:before {
  content: "";
}

.glyphicon-user-plus:before {
  content: "";
}

.glyphicon-user-secret:before {
  content: "";
}

.glyphicon-user-shield:before {
  content: "";
}

.glyphicon-user-slash:before {
  content: "";
}

.glyphicon-user-tag:before {
  content: "";
}

.glyphicon-user-tie:before {
  content: "";
}

.glyphicon-user-times:before {
  content: "";
}

.glyphicon-users:before {
  content: "";
}

.glyphicon-users-cog:before {
  content: "";
}

.glyphicon-volume-down:before {
  content: "";
}

.glyphicon-volume-off:before {
  content: "";
}

.glyphicon-volume-up:before {
  content: "";
}

.glyphicon-wrench:before {
  content: "";
}

.glyphicon-yen-sign:before {
  content: "";
}

.glyphicon-refresh:before {
  content: "";
}

body.has-glyphicons .select-wrapper:after {
  content: "";
}

.visible-xxs,
.visible-xxxs,
.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block,
.visible-xxxs-block,
.visible-xxxs-inline,
.visible-xxxs-inline-block {
  display: none !important;
}

@media (max-width: 359px) {
  .visible-xxxs {
    display: block !important;
  }
}

@media (max-width: 359px) {
  .visible-xxxs-block {
    display: block !important;
  }
}

@media (max-width: 359px) {
  .visible-xxxs-inline {
    display: inline !important;
  }
}

@media (max-width: 359px) {
  .visible-xxxs-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 359px) {
  .hidden-xxxs {
    display: none !important;
  }
}

@media (max-width: 479px) {
  .visible-xxs {
    display: block !important;
  }
}

@media (max-width: 479px) {
  .visible-xxs-block {
    display: block !important;
  }
}

@media (max-width: 479px) {
  .visible-xxs-inline {
    display: inline !important;
  }
}

@media (max-width: 479px) {
  .visible-xxs-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 479px) {
  .hidden-xxs {
    display: none !important;
  }
}

@media (max-width: 479px) {
  .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    float: left;
  }

  .col-xxs-1 {
    width: 8.3333333333%;
  }

  .col-xxs-2 {
    width: 16.6666666667%;
  }

  .col-xxs-3 {
    width: 25%;
  }

  .col-xxs-4 {
    width: 33.3333333333%;
  }

  .col-xxs-5 {
    width: 41.6666666667%;
  }

  .col-xxs-6 {
    width: 50%;
  }

  .col-xxs-7 {
    width: 58.3333333333%;
  }

  .col-xxs-8 {
    width: 66.6666666667%;
  }

  .col-xxs-9 {
    width: 75%;
  }

  .col-xxs-10 {
    width: 83.3333333333%;
  }

  .col-xxs-11 {
    width: 91.6666666667%;
  }

  .col-xxs-12 {
    width: 100%;
  }

  .col-xxs-pull-0 {
    right: auto;
  }

  .col-xxs-pull-1 {
    right: 8.3333333333%;
  }

  .col-xxs-pull-2 {
    right: 16.6666666667%;
  }

  .col-xxs-pull-3 {
    right: 25%;
  }

  .col-xxs-pull-4 {
    right: 33.3333333333%;
  }

  .col-xxs-pull-5 {
    right: 41.6666666667%;
  }

  .col-xxs-pull-6 {
    right: 50%;
  }

  .col-xxs-pull-7 {
    right: 58.3333333333%;
  }

  .col-xxs-pull-8 {
    right: 66.6666666667%;
  }

  .col-xxs-pull-9 {
    right: 75%;
  }

  .col-xxs-pull-10 {
    right: 83.3333333333%;
  }

  .col-xxs-pull-11 {
    right: 91.6666666667%;
  }

  .col-xxs-pull-12 {
    right: 100%;
  }

  .col-xxs-push-0 {
    left: auto;
  }

  .col-xxs-push-1 {
    left: 8.3333333333%;
  }

  .col-xxs-push-2 {
    left: 16.6666666667%;
  }

  .col-xxs-push-3 {
    left: 25%;
  }

  .col-xxs-push-4 {
    left: 33.3333333333%;
  }

  .col-xxs-push-5 {
    left: 41.6666666667%;
  }

  .col-xxs-push-6 {
    left: 50%;
  }

  .col-xxs-push-7 {
    left: 58.3333333333%;
  }

  .col-xxs-push-8 {
    left: 66.6666666667%;
  }

  .col-xxs-push-9 {
    left: 75%;
  }

  .col-xxs-push-10 {
    left: 83.3333333333%;
  }

  .col-xxs-push-11 {
    left: 91.6666666667%;
  }

  .col-xxs-push-12 {
    left: 100%;
  }

  .col-xxs-offset-0 {
    margin-left: 0%;
  }

  .col-xxs-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-xxs-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-xxs-offset-3 {
    margin-left: 25%;
  }

  .col-xxs-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-xxs-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-xxs-offset-6 {
    margin-left: 50%;
  }

  .col-xxs-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-xxs-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-xxs-offset-9 {
    margin-left: 75%;
  }

  .col-xxs-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-xxs-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-xxs-offset-12 {
    margin-left: 100%;
  }

  .col-xxs-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .col-xxs-pad-bottom {
    padding-bottom: 1em;
  }

  .clear-last-col > .col-xxs-12,
.col-xxs-clear-1 {
    clear: both;
  }

  .clear-last-col > .col-xxs-6:nth-child(2n+1),
.col-xxs-clear-2:nth-child(2n+1) {
    clear: both;
  }

  .clear-last-col > .col-xxs-4:nth-child(4n+1),
.col-xxs-clear-3:nth-child(3n+1) {
    clear: both;
  }

  .clear-last-col > .col-xxs-3:nth-child(4n+1),
.col-xxs-clear-4:nth-child(4n+1) {
    clear: both;
  }

  .col-xxs-clear-5:nth-child(5n+1) {
    clear: both;
  }

  .clear-last-col > .col-xxs-2:nth-child(6n+1),
.col-xxs-clear-6:nth-child(6n+1) {
    clear: both;
  }
}
@media (max-width: 359px) {
  .col-xxxs-12 {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .col-xs-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .col-xs-pad-bottom {
    padding-bottom: 1em;
  }

  .clear-last-col > .col-xs-12, .block-contact-form .clear-last-col > .field--name-message,
.block-contact-form .clear-last-col > .form-actions,
.block-contact-form .clear-last-col > .form-item-copy, .block-contact-form .clear-last-col > .form-item-name,
.block-contact-form .clear-last-col > .form-item-mail,
.block-contact-form .clear-last-col > .field--widget-string-textfield,
.clear-last-col > .view-content > .col-xs-12,
.block-contact-form .clear-last-col > .view-content > .field--name-message,
.block-contact-form .clear-last-col > .view-content > .form-actions,
.block-contact-form .clear-last-col > .view-content > .form-item-copy,
.block-contact-form .clear-last-col > .view-content > .form-item-name,
.block-contact-form .clear-last-col > .view-content > .form-item-mail,
.block-contact-form .clear-last-col > .view-content > .field--widget-string-textfield,
.clear-last-col-offset-1 > .col-xs-12:nth-child(n+1),
.block-contact-form .clear-last-col-offset-1 > .field--name-message:nth-child(n+1),
.block-contact-form .clear-last-col-offset-1 > .form-actions:nth-child(n+1),
.block-contact-form .clear-last-col-offset-1 > .form-item-copy:nth-child(n+1),
.block-contact-form .clear-last-col-offset-1 > .form-item-name:nth-child(n+1),
.block-contact-form .clear-last-col-offset-1 > .form-item-mail:nth-child(n+1),
.block-contact-form .clear-last-col-offset-1 > .field--widget-string-textfield:nth-child(n+1) {
    clear: both;
  }

  .clear-last-col > .col-xs-6:nth-child(2n+1),
.clear-last-col > .view-content > .col-xs-6:nth-child(2n+1),
.clear-last-col-offset-1 > .col-xs-6:nth-child(2n+2) {
    clear: both;
  }

  .clear-last-col > .col-xs-4:nth-child(3n+1),
.clear-last-col > .view-content > .col-xs-4:nth-child(3n+1),
.clear-last-col-offset-1 > .col-xs-4:nth-child(3n+2) {
    clear: both;
  }

  .clear-last-col > .col-xs-3:nth-child(4n+1),
.clear-last-col > .view-content > .col-xs-3:nth-child(4n+1),
.clear-last-col-offset-1 > .col-xs-3:nth-child(4n+2) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .col-sm-pad-bottom {
    padding-bottom: 1em;
  }

  .clear-last-col > .col-sm-12, .block-contact-form .clear-last-col > .field--name-message,
.block-contact-form .clear-last-col > .form-actions,
.block-contact-form .clear-last-col > .form-item-copy, .block-contact-form .clear-last-col > .form-item-name,
.block-contact-form .clear-last-col > .form-item-mail,
.block-contact-form .clear-last-col > .field--widget-string-textfield,
.clear-last-col > .view-content > .col-sm-12,
.block-contact-form .clear-last-col > .view-content > .field--name-message,
.block-contact-form .clear-last-col > .view-content > .form-actions,
.block-contact-form .clear-last-col > .view-content > .form-item-copy,
.block-contact-form .clear-last-col > .view-content > .form-item-name,
.block-contact-form .clear-last-col > .view-content > .form-item-mail,
.block-contact-form .clear-last-col > .view-content > .field--widget-string-textfield,
.clear-last-col-offset-1 > .col-sm-12:nth-child(n+1),
.block-contact-form .clear-last-col-offset-1 > .field--name-message:nth-child(n+1),
.block-contact-form .clear-last-col-offset-1 > .form-actions:nth-child(n+1),
.block-contact-form .clear-last-col-offset-1 > .form-item-copy:nth-child(n+1),
.block-contact-form .clear-last-col-offset-1 > .form-item-name:nth-child(n+1),
.block-contact-form .clear-last-col-offset-1 > .form-item-mail:nth-child(n+1),
.block-contact-form .clear-last-col-offset-1 > .field--widget-string-textfield:nth-child(n+1) {
    clear: both;
  }

  .clear-last-col > .col-sm-6:nth-child(2n+1),
.clear-last-col > .view-content > .col-sm-6:nth-child(2n+1),
.clear-last-col-offset-1 > .col-sm-6:nth-child(2n+2) {
    clear: both;
  }

  .clear-last-col > .col-sm-4:nth-child(3n+1),
.clear-last-col > .view-content > .col-sm-4:nth-child(3n+1),
.clear-last-col-offset-1 > .col-sm-4:nth-child(3n+2) {
    clear: both;
  }

  .clear-last-col > .col-sm-3:nth-child(4n+1),
.clear-last-col > .view-content > .col-sm-3:nth-child(4n+1),
.clear-last-col-offset-1 > .col-sm-3:nth-child(4n+2) {
    clear: both;
  }

  .clear-last-col > .col-sm-2:nth-child(6n+1),
.clear-last-col > .view-content > .col-sm-2:nth-child(6n+1),
.clear-last-col-offset-1 > .col-sm-2:nth-child(6n+2) {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .col-md-pad-bottom {
    padding-bottom: 1em;
  }

  .clear-last-col > .col-md-12, .block-contact-form .clear-last-col > .field--name-message,
.block-contact-form .clear-last-col > .form-actions,
.block-contact-form .clear-last-col > .form-item-copy,
.clear-last-col > .view-content > .col-md-12,
.block-contact-form .clear-last-col > .view-content > .field--name-message,
.block-contact-form .clear-last-col > .view-content > .form-actions,
.block-contact-form .clear-last-col > .view-content > .form-item-copy,
.clear-last-col-offset-1 > .col-md-12:nth-child(n+1),
.block-contact-form .clear-last-col-offset-1 > .field--name-message:nth-child(n+1),
.block-contact-form .clear-last-col-offset-1 > .form-actions:nth-child(n+1),
.block-contact-form .clear-last-col-offset-1 > .form-item-copy:nth-child(n+1) {
    clear: both;
  }

  .clear-last-col > .col-md-6:nth-child(2n+1),
.clear-last-col > .view-content > .col-md-6:nth-child(2n+1),
.clear-last-col-offset-1 > .col-md-6:nth-child(2n+2) {
    clear: both;
  }

  .clear-last-col > .col-md-4:nth-child(3n+1), .block-contact-form .clear-last-col > .form-item-name:nth-child(3n+1),
.block-contact-form .clear-last-col > .form-item-mail:nth-child(3n+1),
.block-contact-form .clear-last-col > .field--widget-string-textfield:nth-child(3n+1),
.clear-last-col > .view-content > .col-md-4:nth-child(3n+1),
.block-contact-form .clear-last-col > .view-content > .form-item-name:nth-child(3n+1),
.block-contact-form .clear-last-col > .view-content > .form-item-mail:nth-child(3n+1),
.block-contact-form .clear-last-col > .view-content > .field--widget-string-textfield:nth-child(3n+1),
.clear-last-col-offset-1 > .col-md-4:nth-child(3n+2),
.block-contact-form .clear-last-col-offset-1 > .form-item-name:nth-child(3n+2),
.block-contact-form .clear-last-col-offset-1 > .form-item-mail:nth-child(3n+2),
.block-contact-form .clear-last-col-offset-1 > .field--widget-string-textfield:nth-child(3n+2) {
    clear: both;
  }

  .clear-last-col > .col-md-3:nth-child(4n+1),
.clear-last-col > .view-content > .col-md-3:nth-child(4n+1),
.clear-last-col-offset-1 > .col-md-3:nth-child(4n+2) {
    clear: both;
  }

  .clear-last-col > .col-md-2:nth-child(6n+1),
.clear-last-col > .view-content > .col-md-2:nth-child(6n+1),
.clear-last-col-offset-1 > .col-md-2:nth-child(6n+2) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .col-lg-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .col-lg-pad-bottom {
    padding-bottom: 1em;
  }

  .clear-last-col > .col-lg-12, .block-contact-form .clear-last-col > .field--name-message,
.block-contact-form .clear-last-col > .form-actions,
.block-contact-form .clear-last-col > .form-item-copy,
.clear-last-col > .view-content > .col-lg-12,
.block-contact-form .clear-last-col > .view-content > .field--name-message,
.block-contact-form .clear-last-col > .view-content > .form-actions,
.block-contact-form .clear-last-col > .view-content > .form-item-copy,
.clear-last-col-offset-1 > .col-lg-12:nth-child(n+1),
.block-contact-form .clear-last-col-offset-1 > .field--name-message:nth-child(n+1),
.block-contact-form .clear-last-col-offset-1 > .form-actions:nth-child(n+1),
.block-contact-form .clear-last-col-offset-1 > .form-item-copy:nth-child(n+1) {
    clear: both;
  }

  .clear-last-col > .col-lg-6:nth-child(2n+1),
.clear-last-col > .view-content > .col-lg-6:nth-child(2n+1),
.clear-last-col-offset-1 > .col-lg-6:nth-child(2n+2) {
    clear: both;
  }

  .clear-last-col > .col-lg-4:nth-child(3n+1), .block-contact-form .clear-last-col > .form-item-name:nth-child(3n+1),
.block-contact-form .clear-last-col > .form-item-mail:nth-child(3n+1),
.block-contact-form .clear-last-col > .field--widget-string-textfield:nth-child(3n+1),
.clear-last-col > .view-content > .col-lg-4:nth-child(3n+1),
.block-contact-form .clear-last-col > .view-content > .form-item-name:nth-child(3n+1),
.block-contact-form .clear-last-col > .view-content > .form-item-mail:nth-child(3n+1),
.block-contact-form .clear-last-col > .view-content > .field--widget-string-textfield:nth-child(3n+1),
.clear-last-col-offset-1 > .col-lg-4:nth-child(3n+2),
.block-contact-form .clear-last-col-offset-1 > .form-item-name:nth-child(3n+2),
.block-contact-form .clear-last-col-offset-1 > .form-item-mail:nth-child(3n+2),
.block-contact-form .clear-last-col-offset-1 > .field--widget-string-textfield:nth-child(3n+2) {
    clear: both;
  }

  .clear-last-col > .col-lg-3:nth-child(4n+1),
.clear-last-col > .view-content > .col-lg-3:nth-child(4n+1),
.clear-last-col-offset-1 > .col-lg-3:nth-child(4n+2) {
    clear: both;
  }

  .clear-last-col > .col-lg-2:nth-child(6n+1),
.clear-last-col > .view-content > .col-lg-2:nth-child(6n+1),
.clear-last-col-offset-1 > .col-lg-2:nth-child(6n+2) {
    clear: both;
  }
}
/*
 * Adjust the gutter size for different screen sizes.
 */
body .col-xs-1, body .col-sm-1, body .col-md-1, body .col-lg-1, body .col-xs-2, body .col-sm-2, body .col-md-2, body .col-lg-2, body .col-xs-3, body .col-sm-3, body .col-md-3, body .col-lg-3, body .col-xs-4, body .col-sm-4, body .col-md-4, body .block-contact-form .form-item-name, .block-contact-form body .form-item-name,
body .block-contact-form .form-item-mail,
.block-contact-form body .form-item-mail,
body .block-contact-form .field--widget-string-textfield,
.block-contact-form body .field--widget-string-textfield, body .col-lg-4, body .col-xs-5, body .col-sm-5, body .col-md-5, body .col-lg-5, body .col-xs-6, body .col-sm-6, body .col-md-6, body .col-lg-6, body .col-xs-7, body .col-sm-7, body .col-md-7, body .col-lg-7, body .col-xs-8, body .col-sm-8, body .col-md-8, body .col-lg-8, body .col-xs-9, body .col-sm-9, body .col-md-9, body .col-lg-9, body .col-xs-10, body .col-sm-10, body .col-md-10, body .col-lg-10, body .col-xs-11, body .col-sm-11, body .col-md-11, body .col-lg-11, body .col-xs-12, body .block-contact-form .field--name-message, .block-contact-form body .field--name-message,
body .block-contact-form .form-actions,
.block-contact-form body .form-actions,
body .block-contact-form .form-item-copy,
.block-contact-form body .form-item-copy, body .col-sm-12, body .col-md-12, body .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 9px;
}
body .container, body .region-content-full .block-inner, .region-content-full body .block-inner {
  margin-right: auto;
  margin-left: auto;
  padding-left: 9px;
  padding-right: 10px;
}
body .container:before, body .region-content-full .block-inner:before, .region-content-full body .block-inner:before, body .container:after, body .region-content-full .block-inner:after, .region-content-full body .block-inner:after {
  content: " ";
  display: table;
}
body .container:after, body .region-content-full .block-inner:after, .region-content-full body .block-inner:after {
  clear: both;
}
body .row, body .block-inner-row .block-content, .block-inner-row body .block-content, body .block-contact-form form, .block-contact-form body form {
  margin-left: -9px;
  margin-right: -10px;
}
body .row:before, body .block-inner-row .block-content:before, .block-inner-row body .block-content:before, body .block-contact-form form:before, .block-contact-form body form:before, body .row:after, body .block-inner-row .block-content:after, .block-inner-row body .block-content:after, body .block-contact-form form:after, .block-contact-form body form:after {
  content: " ";
  display: table;
}
body .row:after, body .block-inner-row .block-content:after, .block-inner-row body .block-content:after, body .block-contact-form form:after, .block-contact-form body form:after {
  clear: both;
}

@media (min-width: 768px) {
  body .col-xs-1, body .col-sm-1, body .col-md-1, body .col-lg-1, body .col-xs-2, body .col-sm-2, body .col-md-2, body .col-lg-2, body .col-xs-3, body .col-sm-3, body .col-md-3, body .col-lg-3, body .col-xs-4, body .col-sm-4, body .col-md-4, body .block-contact-form .form-item-name, .block-contact-form body .form-item-name,
body .block-contact-form .form-item-mail,
.block-contact-form body .form-item-mail,
body .block-contact-form .field--widget-string-textfield,
.block-contact-form body .field--widget-string-textfield, body .col-lg-4, body .col-xs-5, body .col-sm-5, body .col-md-5, body .col-lg-5, body .col-xs-6, body .col-sm-6, body .col-md-6, body .col-lg-6, body .col-xs-7, body .col-sm-7, body .col-md-7, body .col-lg-7, body .col-xs-8, body .col-sm-8, body .col-md-8, body .col-lg-8, body .col-xs-9, body .col-sm-9, body .col-md-9, body .col-lg-9, body .col-xs-10, body .col-sm-10, body .col-md-10, body .col-lg-10, body .col-xs-11, body .col-sm-11, body .col-md-11, body .col-lg-11, body .col-xs-12, body .block-contact-form .field--name-message, .block-contact-form body .field--name-message,
body .block-contact-form .form-actions,
.block-contact-form body .form-actions,
body .block-contact-form .form-item-copy,
.block-contact-form body .form-item-copy, body .col-sm-12, body .col-md-12, body .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  body .container, body .region-content-full .block-inner, .region-content-full body .block-inner {
    margin-right: auto;
    margin-left: auto;
    padding-left: 12px;
    padding-right: 12px;
  }
  body .container:before, body .region-content-full .block-inner:before, .region-content-full body .block-inner:before, body .container:after, body .region-content-full .block-inner:after, .region-content-full body .block-inner:after {
    content: " ";
    display: table;
  }
  body .container:after, body .region-content-full .block-inner:after, .region-content-full body .block-inner:after {
    clear: both;
  }
  body .row, body .block-inner-row .block-content, .block-inner-row body .block-content, body .block-contact-form form, .block-contact-form body form {
    margin-left: -12px;
    margin-right: -12px;
  }
  body .row:before, body .block-inner-row .block-content:before, .block-inner-row body .block-content:before, body .block-contact-form form:before, .block-contact-form body form:before, body .row:after, body .block-inner-row .block-content:after, .block-inner-row body .block-content:after, body .block-contact-form form:after, .block-contact-form body form:after {
    content: " ";
    display: table;
  }
  body .row:after, body .block-inner-row .block-content:after, .block-inner-row body .block-content:after, body .block-contact-form form:after, .block-contact-form body form:after {
    clear: both;
  }
}
@media (min-width: 992px) {
  body .col-xs-1, body .col-sm-1, body .col-md-1, body .col-lg-1, body .col-xs-2, body .col-sm-2, body .col-md-2, body .col-lg-2, body .col-xs-3, body .col-sm-3, body .col-md-3, body .col-lg-3, body .col-xs-4, body .col-sm-4, body .col-md-4, body .block-contact-form .form-item-name, .block-contact-form body .form-item-name,
body .block-contact-form .form-item-mail,
.block-contact-form body .form-item-mail,
body .block-contact-form .field--widget-string-textfield,
.block-contact-form body .field--widget-string-textfield, body .col-lg-4, body .col-xs-5, body .col-sm-5, body .col-md-5, body .col-lg-5, body .col-xs-6, body .col-sm-6, body .col-md-6, body .col-lg-6, body .col-xs-7, body .col-sm-7, body .col-md-7, body .col-lg-7, body .col-xs-8, body .col-sm-8, body .col-md-8, body .col-lg-8, body .col-xs-9, body .col-sm-9, body .col-md-9, body .col-lg-9, body .col-xs-10, body .col-sm-10, body .col-md-10, body .col-lg-10, body .col-xs-11, body .col-sm-11, body .col-md-11, body .col-lg-11, body .col-xs-12, body .block-contact-form .field--name-message, .block-contact-form body .field--name-message,
body .block-contact-form .form-actions,
.block-contact-form body .form-actions,
body .block-contact-form .form-item-copy,
.block-contact-form body .form-item-copy, body .col-sm-12, body .col-md-12, body .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  body .container, body .region-content-full .block-inner, .region-content-full body .block-inner {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  body .container:before, body .region-content-full .block-inner:before, .region-content-full body .block-inner:before, body .container:after, body .region-content-full .block-inner:after, .region-content-full body .block-inner:after {
    content: " ";
    display: table;
  }
  body .container:after, body .region-content-full .block-inner:after, .region-content-full body .block-inner:after {
    clear: both;
  }
  body .row, body .block-inner-row .block-content, .block-inner-row body .block-content, body .block-contact-form form, .block-contact-form body form {
    margin-left: -15px;
    margin-right: -15px;
  }
  body .row:before, body .block-inner-row .block-content:before, .block-inner-row body .block-content:before, body .block-contact-form form:before, .block-contact-form body form:before, body .row:after, body .block-inner-row .block-content:after, .block-inner-row body .block-content:after, body .block-contact-form form:after, .block-contact-form body form:after {
    content: " ";
    display: table;
  }
  body .row:after, body .block-inner-row .block-content:after, .block-inner-row body .block-content:after, body .block-contact-form form:after, .block-contact-form body form:after {
    clear: both;
  }
}
@media (min-width: 1200px) {
  body .col-xs-1, body .col-sm-1, body .col-md-1, body .col-lg-1, body .col-xs-2, body .col-sm-2, body .col-md-2, body .col-lg-2, body .col-xs-3, body .col-sm-3, body .col-md-3, body .col-lg-3, body .col-xs-4, body .col-sm-4, body .col-md-4, body .block-contact-form .form-item-name, .block-contact-form body .form-item-name,
body .block-contact-form .form-item-mail,
.block-contact-form body .form-item-mail,
body .block-contact-form .field--widget-string-textfield,
.block-contact-form body .field--widget-string-textfield, body .col-lg-4, body .col-xs-5, body .col-sm-5, body .col-md-5, body .col-lg-5, body .col-xs-6, body .col-sm-6, body .col-md-6, body .col-lg-6, body .col-xs-7, body .col-sm-7, body .col-md-7, body .col-lg-7, body .col-xs-8, body .col-sm-8, body .col-md-8, body .col-lg-8, body .col-xs-9, body .col-sm-9, body .col-md-9, body .col-lg-9, body .col-xs-10, body .col-sm-10, body .col-md-10, body .col-lg-10, body .col-xs-11, body .col-sm-11, body .col-md-11, body .col-lg-11, body .col-xs-12, body .block-contact-form .field--name-message, .block-contact-form body .field--name-message,
body .block-contact-form .form-actions,
.block-contact-form body .form-actions,
body .block-contact-form .form-item-copy,
.block-contact-form body .form-item-copy, body .col-sm-12, body .col-md-12, body .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  body .container, body .region-content-full .block-inner, .region-content-full body .block-inner {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  body .container:before, body .region-content-full .block-inner:before, .region-content-full body .block-inner:before, body .container:after, body .region-content-full .block-inner:after, .region-content-full body .block-inner:after {
    content: " ";
    display: table;
  }
  body .container:after, body .region-content-full .block-inner:after, .region-content-full body .block-inner:after {
    clear: both;
  }
  body .row, body .block-inner-row .block-content, .block-inner-row body .block-content, body .block-contact-form form, .block-contact-form body form {
    margin-left: -15px;
    margin-right: -15px;
  }
  body .row:before, body .block-inner-row .block-content:before, .block-inner-row body .block-content:before, body .block-contact-form form:before, .block-contact-form body form:before, body .row:after, body .block-inner-row .block-content:after, .block-inner-row body .block-content:after, body .block-contact-form form:after, .block-contact-form body form:after {
    content: " ";
    display: table;
  }
  body .row:after, body .block-inner-row .block-content:after, .block-inner-row body .block-content:after, body .block-contact-form form:after, .block-contact-form body form:after {
    clear: both;
  }
}
html {
  font-size: 100%;
  line-height: 130%;
}

html, body {
  padding: 0;
  margin: 0;
}

body {
  background-color: #FFF;
  color: #707070;
  line-height: 160%;
  font-size: 15px;
  line-height: 170%;
  font-family: "Nunito", Arial, Helvetica, sans-serif;
}

h1, h2, h3, .h1, .h2, .h3 {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 300;
}

h2, .h2 {
  margin-bottom: 20px;
}

h3, .h3 {
  font-size: 22px;
}

h4, .h4 {
  font-size: 17px;
}

h4, h5, .h4, .h5 {
  color: #333;
}

h2, h3, .h2, .h3 {
  color: #171123;
  font-weight: normal;
}

dt {
  margin-top: 15px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
}

#header {
  background: #FFF;
  border: 0;
  padding: 15px 0;
}

.region-content h2,
.region-content .h2 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 30px;
}
.region-content h2:first-child,
.region-content .h2:first-child {
  margin-top: 0;
}

.logo img {
  max-width: 240px;
  image-rendering: -webkit-optimize-contrast;
}

@media all and (max-width: 992px) {
  .logo {
    float: none !important;
    display: block;
    border-top: 1px solid #e7e7e7;
    padding-top: 15px;
    margin-top: 10px;
    text-align: center;
  }
  .logo img {
    max-width: 300px;
    width: 80%;
  }
}

#header #navbar {
  float: right;
}

body #navbar {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  background: transparent;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1em;
  margin: 0;
  padding: 4px 0;
  background: rgb(37, 130, 189);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #EEE;
  z-index: 3;
  border-radius: 0;
  border: 0;
  display: flex;
}
@media all and (max-width: 993px) {
  body #navbar {
    z-index: 3000;
  }
}
body #navbar.fixed {
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.08);
}
body #navbar .navbar-header {
  float: right;
  padding-right: 15px;
}
@media all and (max-width: 992px) {
  body #navbar .navbar-header {
    float: left;
  }
  body #navbar .navbar-header .navbar-nav {
    margin: 0;
  }
  body #navbar .navbar-header .navbar-nav > li {
    margin-right: 5px;
    display: inline-block;
  }
  body #navbar .navbar-header .navbar-nav > li > a {
    padding: 14px 10px;
  }
}
body #navbar .navbar-nav {
  padding: 0;
}
body #navbar a {
  color: #fff;
}
body #navbar a:hover, body #navbar a:focus, body #navbar a:active {
  color: #fff;
  background: rgb(37,130,189);
}
body #navbar a.active {
  color: #fff;
  background: rgb(37,130,189);
}
body #navbar li ul a {
  border: 0;
  color: #0e0a15;
}
body #navbar li ul a:hover, body #navbar li ul a:focus, body #navbar li ul a:active, body #navbar li ul a.active {
  color: #171123;
  background: #eff4f9;
}
body #navbar li ul {
  top: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-top: 2px solid #18497c;
}
body #navbar li ul.navbar-nav > li > a {
  padding: 10px 15px;
}
body #navbar .navbar-nav > li > a {
  padding: 15px 20px;
}
body #navbar .navbar-container {
  margin: 0 -20px;
  display: flex;
}
@media all and (max-width: 992px) {
  body #navbar .navbar-container {
    margin: 0;
  }
}
body #navbar.dropdown-attached .open > a {
  position: relative;
  background: #FFF;
  margin-bottom: -1px;
  z-index: 1001;
  border: 1px solid #CCC;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 0;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background: rgb(37,130,189);
}

body .main-menu {
  min-width: 220px;
}
body .main-menu ul li a:hover {
  background: #171123;
}
body .main-menu ul li, body .main-menu ul li a {
  display: block;
  float: none;
}
body .main-menu ul li a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.view-child-pages .col {
  margin-bottom: 30px;
}

.path-frontpage .view-child-pages .col {
  margin-bottom: 0;
}

.landing-image {
  position: relative;
  min-height: 8em;
  background: #eff4f9;
}
.landing-image .field {
  margin: 0;
}
.landing-image img {
  width: 100%;
  height: auto;
  display: block;
}

.landing-title,
.region-content h2.landing-title {
  background: #171123;
  background: rgba(23, 17, 35, 0.8);
  font-size: 1.2em;
  padding: 10px 15px;
  margin: 0;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.landing-title, .landing-title a,
.region-content h2.landing-title,
.region-content h2.landing-title a {
  color: #FFF;
}

.landing-content {
  padding-top: 15px;
}

.path-frontpage #navbar {
  border-bottom: 0;
}
.path-frontpage .region-content .block, .path-frontpage .region-content-full .block {
  margin-bottom: 40px;
}

.region-content h1,
.path-frontpage .region-content .block-title,
.path-frontpage .region-content-full .block-title,
h2.logo-grouping-header {
  text-align: center;
  color: #0e0a15;
  font-size: 2.8em;
  margin-bottom: 50px;
  font-weight: 900;
  position: relative;
}
.region-content h1:after,
.path-frontpage .region-content .block-title:after,
.path-frontpage .region-content-full .block-title:after,
h2.logo-grouping-header:after {
  content: " ";
  background: url("../images/dots.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100px;
  height: 10px;
  position: absolute;
  top: 100%;
  margin-top: 20px;
  left: 50%;
  margin-left: -35px;
}

body .region-content h1 {
  text-align: left;
  font-size: 2.3em;
  margin-top: 40px;
}
body .region-content h1:after {
  left: 0;
  margin-left: -6px;
}
body .region-content h1:first-child {
  margin-top: 0;
}

.full .field--name-field-featured-image {
  margin-bottom: 30px;
}

.slide-content {
  position: relative;
}
.slide-content .slide-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slide-content .slide-container .container, .slide-content .slide-container .region-content-full .block-inner, .region-content-full .slide-content .slide-container .block-inner {
  position: relative;
}
.slide-content .slide-background {
  background: black;
}
.slide-content .slide-background img {
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.slide-opacity .slide-content .slide-background img {
  opacity: 0.42;
}
.slide-content .slide-foreground {
  top: 0;
  left: 0;
  position: absolute;
  color: #FFF;
  padding-left: 25px;
}
.slide-content .slide-foreground h2 {
  font-weight: 900;
  font-size: 2.4em;
  color: #FFF;
}
.slide-content .slide-foreground .slide-foreground-inner {
  max-width: 28em;
}
.slide-text-align-left {
  text-align: left;
}

.slide-text-align-center {
  text-align: center;
}

.slide-text-align-right {
  text-align: right;
}

.carousel-text-only {
  text-shadow: none;
  color: #0e0a15;
}
.carousel-text-only .carousel-caption {
  position: static;
  color: #0e0a15;
  text-shadow: none;
}

.glyphicon-chevron-left:before {
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Free";
  font-weight: 900 !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.glyphicon-chevron-right:before {
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Free";
  font-weight: 900 !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.carousel-control .fa {
  position: absolute;
  top: 50%;
  z-index: 2;
  font-size: 4em;
  margin-top: -1em;
}

body .carousel-control.left,
body .carousel-control.right {
  background: transparent;
}

.slideshow-testimonials .carousel-caption {
  text-align: left;
  padding-left: 5em;
  padding-right: 5em;
}
@media all and (max-width: 992px) {
  .slideshow-testimonials .carousel-caption {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.slideshow-testimonials .carousel-control {
  width: 3em;
  text-shadow: none;
  color: #CCC;
}
.slideshow-testimonials .carousel-control .glyphicon:before {
  font-size: 2em;
  margin-top: -0.4em;
}
.slideshow-testimonials .carousel-control.left .glyphicon {
  left: 0;
  margin-left: 2px;
}
.slideshow-testimonials .carousel-control.right .glyphicon {
  right: 0;
  left: auto;
  margin-right: 2px;
}
.slideshow-testimonials .testimonial-body {
  font-size: 1.1em;
  color: #777;
  line-height: 170%;
  margin-bottom: 0.4em;
}
.slideshow-testimonials .testimonial-name {
  font-weight: bold;
}
.slideshow-testimonials .testimonial-image {
  display: inline-block;
  width: 20%;
  padding-right: 45px;
  vertical-align: middle;
}
.slideshow-testimonials .testimonial-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 50%;
}
.slideshow-testimonials .testimonial-content {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  min-height: 10em;
}
@media all and (max-width: 767px) {
  .slideshow-testimonials .testimonial-content {
    width: 100%;
    min-height: 15em;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .slideshow-testimonials .testimonial-content {
    width: 90%;
    min-height: 12em;
  }
}
.slideshow-testimonials h3 {
  display: none;
}
.slideshow-testimonials .testimonial-author {
  color: #171123;
}
.slideshow-testimonials .testimonial-author .green {
  margin: 0 0.4em;
}

.green {
  color: #18497c;
}

.paragraph--type--stat {
  text-align: center;
}
.paragraph--type--stat .stat-icon {
  font-size: 4em;
  margin-bottom: 20px;
}
.paragraph--type--stat .stat-number {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 3em;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 8px;
}
.paragraph--type--stat .stat-title {
  font-size: 1.1em;
}
@media all and (max-width: 992px) {
  .paragraph--type--stat {
    margin: 20px 0;
    font-size: 0.85em;
  }
}

.snippet-image {
  float: left;
  margin-right: 20px;
}
.snippet-image img {
  max-width: 100%;
  display: block;
}

.snippet-link {
  color: #0e0a15;
}
.snippet-link:hover, .snippet-link:active, .snippet-link:focus {
  text-decoration: none;
}

.snippet-content {
  overflow: hidden;
  font-size: 0.9em;
}

.node--view-mode-teaser {
  margin-bottom: 30px;
}
.node--view-mode-teaser .node__submitted {
  color: #93918e;
  font-size: 0.9em;
  margin-bottom: 10px;
  margin-top: -15px;
}
.node--view-mode-teaser h2 {
  font-weight: bold;
  font-size: 1.2em;
}
.node--view-mode-teaser h2, .node--view-mode-teaser h2 a {
  color: #0e0a15;
}

.footer-bottom {
  color: #D0D0D0;
  padding: 20px 0;
  background: #0e0a15;
  font-size: 0.85em;
}
.footer-bottom p {
  margin: 0;
}
.footer-bottom a {
  color: #D0D0D0;
}

.footer {
  background: #171123;
  color: #eff4f9;
  padding: 35px 0;
  margin-top: 50px;
  font-size: 0.85em;
}
.footer a {
  color: #eff4f9;
}
.footer a:hover, .footer a:active, .footer a:focus {
  text-decoration: underline;
  background: transparent none;
}
.footer .nav > li > a:hover,
.footer .nav > li > a:focus,
.footer .nav > li > a:active {
  background: transparent none;
}
.footer h2 {
  color: #FFF;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 14px;
}
.footer ul {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.footer ul li {
  padding: 2px 0;
}
.footer ul li:before {
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Free";
  font-weight: 900 !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  line-height: 100%;
  font-size: 0.8em;
  opacity: 0.8;
}
.footer ul a {
  display: inline;
  padding: 0 4px;
  vertical-align: middle;
}
.footer ul a:hover, .footer ul a:focus, .footer ul a:active {
  background: transparent;
  color: #c0c9d4;
}
@media all and (max-width: 992px) {
  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer .region-footer > *, .footer .block {
    margin-bottom: 30px;
  }
  .footer .region-footer > *:last-child, .footer .block:last-child {
    margin-bottom: 0;
  }
}

#page-title {
  padding: 15px 0;
  background: #eff4f9;
  margin-bottom: 40px;
}
#page-title h1 {
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 130%;
  border: 0;
}
@media all and (max-width: 991px) {
  #page-title {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.main-container {
  margin-top: 40px;
}
.main-container .mobile-menu-toggle {
  display: none;
}

.path-frontpage .main-container {
  margin-top: 0;
}

@media all and (min-width: 992px) {
  .main-container {
    min-height: 500px;
  }

  .path-frontpage .main-container {
    min-height: 0;
  }
}
body .media-left {
  float: left;
  display: block;
  width: auto;
  padding-right: 30px;
  max-width: 250px;
}
@media all and (max-width: 992px) {
  body .media-left {
    width: 20%;
    padding-right: 3.5%;
  }
  body .media-left img {
    width: 100%;
    max-width: 280px;
  }
}
body .media-right {
  float: right;
  display: block;
  width: auto;
  padding-left: 30px;
}
body .media-body {
  display: block;
  width: auto;
  overflow: hidden;
}

body input, body input.form-control, body select, body select.form-control, body textarea, body textarea.form-control {
  border: 0;
  box-shadow: none;
  background: #eff4f9;
  padding: 8px;
  border-radius: 0;
  height: 3em;
}
body textarea, body textarea.form-control {
  height: 6em;
}
body input.form-checkbox {
  height: auto;
}

.path-contact .contact-message-form {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 30px 0;
}
.path-contact .contact-message-form .form-actions {
  padding-top: 20px;
  text-align: center;
}

.node--type-person.node--view-mode-teaser h2 {
  margin-bottom: 6px;
}
.node--type-person.node--view-mode-teaser .field--name-field-role {
  color: #93918e;
  font-size: 0.85em;
  margin-bottom: 8px;
}

h2.section {
  margin-bottom: 28px;
  border-bottom: 1px solid #eff4f9;
  padding-bottom: 20px;
  margin-top: 40px;
}

.paragraph--type--timeline {
  margin: 50px 0;
}
.paragraph--type--timeline > .field > .field--item:last-child .timeline-milestone .milestone-content {
  border-left-color: #FFF;
  border-left-color: rgba(255, 255, 255, 0);
  border-left-color: transparent;
}

.timeline-milestone-wrapper {
  position: relative;
}

.timeline-milestone .milestone-date,
.timeline-milestone .milestone-content {
  float: left;
}
.timeline-milestone .milestone-date {
  font-weight: bold;
  font-size: 1.25em;
  width: 8%;
  color: #0e0a15;
}
.timeline-milestone .milestone-date .field {
  margin-top: -6px;
  padding-right: 10px;
}
.timeline-milestone .milestone-marker {
  position: absolute;
  left: 8%;
  margin-left: -1px;
  background: #171123;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 0;
  box-sizing: content-box;
}
.timeline-milestone .milestone-content {
  padding-bottom: 30px;
  padding-left: 5%;
  width: 92%;
  border-left: 8px solid #eff4f9;
}
.timeline-milestone .milestone-content .milestone-title {
  margin-top: -6px;
  margin-top: -6px;
  font-size: 1.25em;
  font-weight: bold;
  color: #0e0a15;
}
.timeline-milestone .milestone-content .milestone-description {
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .timeline-milestone .milestone-content,
.timeline-milestone .milestone-date {
    width: auto;
    float: none;
  }
  .timeline-milestone .milestone-marker {
    display: none;
  }
  .timeline-milestone .milestone-date {
    text-align: center;
    padding: 5px 0;
    border-bottom: 1px solid #eff4f9;
  }
  .timeline-milestone .milestone-content {
    padding-top: 30px;
    border: 0;
  }
}

.region-page-title .page-header {
  float: left;
  color: #0e0a15;
}
.region-page-title .breadcrumb {
  float: right;
  list-style: none;
  font-size: 0.9em;
  margin: 0;
}
.region-page-title .breadcrumb li {
  display: inline;
  list-style: none;
}
.region-page-title .breadcrumb li:after {
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Free";
  font-weight: 900 !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin: 0 0.5em;
}
.region-page-title .breadcrumb li.active:after {
  display: none;
}
@media all and (max-width: 768px) {
  .region-page-title .page-header,
.region-page-title .breadcrumb {
    float: none;
  }
  .region-page-title .breadcrumb {
    margin-top: 10px;
    padding: 0;
  }
  .region-page-title .region-page-title {
    padding: 5px;
  }
}

.paragraph--type--accordion {
  margin: 30px 0;
}

.accordion-item {
  margin-bottom: 20px;
  background: #eff4f9;
}

.accordion-content {
  padding: 0 25px 20px;
}
.accordion-content .field {
  padding-left: 1.7em;
}

.accordion-heading {
  display: block;
  padding: 20px 25px;
}
.accordion-heading:hover, .accordion-heading:active, .accordion-heading:focus {
  text-decoration: none;
}
.accordion-heading:hover h3, .accordion-heading:active h3, .accordion-heading:focus h3 {
  color: #171123;
}
.accordion-heading h3 {
  font-size: 1em;
  line-height: 130%;
  color: #0e0a15;
  font-weight: bold;
  margin: 0;
}
.accordion-heading h3 .field:before {
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Free";
  font-weight: 900 !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 0.7em;
  color: #171123;
  width: 1em;
}
.accordion-heading.collapsed h3 .field:before {
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Free";
  font-weight: 900 !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

#block-hh2018-examplecalltoaction, #block-maintenanceform, #block-hh2018-examplecalltoaction .block-title, #block-maintenanceform .block-title {
  color: #fff;
}

.block-cta {
  background: rgb(93,152,189);
  padding: 30px;
}
.block-cta .block-title {
  font-size: 1.2em;
  font-weight: bold;
  color: #0e0a15;
  border: 0 !important;
}
.block-cta .field--name-field-cta-block-link {
  margin-top: 20px;
}
.block-cta .field--name-field-cta-block-link a {
  display: inline-block;
  padding: 10px 30px;
  color: #FFF;
  background: #18497c !important;
  font-weight: bold;
}
.block-cta .field--name-field-cta-block-link a:hover, .block-cta .field--name-field-cta-block-link a:focus, .block-cta .field--name-field-cta-block-link a:active {
  background: #103051 !important;
  text-decoration: none;
}
.block-cta.block-cta-dark {
  background: #eff4f9;
}
.block-cta.block-cta-dark .field--name-field-cta-block-link a {
  background: #FFF !important;
  color: #eff4f9;
}
.block-cta.block-cta-dark .field--name-field-cta-block-link a:hover, .block-cta.block-cta-dark .field--name-field-cta-block-link a:focus, .block-cta.block-cta-dark .field--name-field-cta-block-link a:active {
  background: #f1f2f4 !important;
}

.news.full .field--name-field-featured-image {
  margin-bottom: 20px;
}

.node--type-news.node--view-mode-teaser h2 {
  margin-bottom: 6px;
}

.node-meta-title {
  font-size: 1.8em;
  font-weight: bold;
  margin: 20px 0 6px;
  color: #0e0a15;
}

.node-meta-submitted {
  color: #93918e;
  margin: 6px 0 20px;
  font-size: 0.85em;
}

.node--view-mode-teaser .node-meta-submitted {
  margin: 0 0 6px;
}

body .nav > li > a:hover, body .nav > li > a:focus {
  background-color: #eff4f9;
}

.region-sidebar-second .block, .region-sidebar-second section, .region-sidebar-second nav,
.region-sidebar-first .block,
.region-sidebar-first section,
.region-sidebar-first nav,
.sidebar-rhs .block,
.sidebar-rhs section,
.sidebar-rhs nav {
  margin-bottom: 30px;
}
.region-sidebar-second .block .block-title, .region-sidebar-second section .block-title, .region-sidebar-second nav .block-title,
.region-sidebar-first .block .block-title,
.region-sidebar-first section .block-title,
.region-sidebar-first nav .block-title,
.sidebar-rhs .block .block-title,
.sidebar-rhs section .block-title,
.sidebar-rhs nav .block-title {
  font-size: 1.3em;
  font-weight: bold;
  border-bottom: 4px solid #eff4f9;
  color: #0e0a15;
}
.region-sidebar-second .block .block-title .block-title-inner, .region-sidebar-second section .block-title .block-title-inner, .region-sidebar-second nav .block-title .block-title-inner,
.region-sidebar-first .block .block-title .block-title-inner,
.region-sidebar-first section .block-title .block-title-inner,
.region-sidebar-first nav .block-title .block-title-inner,
.sidebar-rhs .block .block-title .block-title-inner,
.sidebar-rhs section .block-title .block-title-inner,
.sidebar-rhs nav .block-title .block-title-inner {
  display: inline-block;
  margin-bottom: -4px;
  padding-bottom: 10px;
  border-bottom: 4px solid #171123;
}
.region-sidebar-second nav h2,
.region-sidebar-first nav h2,
.sidebar-rhs nav h2 {
  font-size: 1.6em;
}
.region-sidebar-second .menu,
.region-sidebar-first .menu,
.sidebar-rhs .menu {
  max-width: none;
  width: 100%;
  padding: 0;
  float: none;
}
.region-sidebar-second .menu li,
.region-sidebar-first .menu li,
.sidebar-rhs .menu li {
  display: block;
  float: none;
  width: 100%;
  border-top: 1px solid #dee5ed;
}
.region-sidebar-second .menu li a:before,
.region-sidebar-first .menu li a:before,
.sidebar-rhs .menu li a:before {
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Free";
  font-weight: 900 !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 0.6em;
}
.region-sidebar-second .menu li a.is-active,
.region-sidebar-first .menu li a.is-active,
.sidebar-rhs .menu li a.is-active {
  font-weight: bold;
  color: #0e0a15;
}

.node--view-mode-micro .media-left {
  padding-right: 15px;
}
.node--view-mode-micro h2 {
  margin: 0 0 5px;
  font-size: 1.1em;
  font-weight: bold;
}
.node--view-mode-micro h2, .node--view-mode-micro h2 a {
  color: #0e0a15;
}

.region-content .person.full .node-meta-profile-image {
  float: left;
  margin: 0 30px 30px 0;
  max-width: 200px;
}
.region-content .person.full .node-meta-profile-image .field {
  margin: 0;
}
.region-content .person.full .node-meta-profile-image img {
  display: block;
  width: 100%;
  height: auto;
}

.region-content {
  min-height: 300px;
}

.region-content .field--label {
  font-weight: bold;
}

.region-content .person.full .field {
  margin-bottom: 20px;
}

body form button, body form .button, body form .btn-primary, body form .btn-secondary, body form #navbar a.button, body #navbar form a.button, body form #navbar a.btn-primary, body #navbar form a.btn-primary, body form #navbar a.btn-secondary, body #navbar form a.btn-secondary, body form #navbar a.button-action, body #navbar form a.button-action, body form #navbar .button-wrapper a, body #navbar .button-wrapper form a, .button-wrapper body form #navbar a, .button-wrapper body #navbar form a, body form #navbar a.button-alt, body #navbar form a.button-alt, body form #navbar a.button-grey, body #navbar form a.button-grey, body form #navbar .slide-content .slide-foreground .slide-foreground-inner a, body #navbar .slide-content .slide-foreground .slide-foreground-inner form a, .slide-content .slide-foreground .slide-foreground-inner body form #navbar a, .slide-content .slide-foreground .slide-foreground-inner body #navbar form a, body form #navbar .block-cta .field--name-field-cta-block-link a, body #navbar .block-cta .field--name-field-cta-block-link form a, .block-cta .field--name-field-cta-block-link body form #navbar a, .block-cta .field--name-field-cta-block-link body #navbar form a, body form .button-action, body form .button-wrapper a, .button-wrapper body form a, body form .button-alt,
body form .button-alt:link, body form .button-grey,
body form .button-grey:link, body form .slide-content .slide-foreground .slide-foreground-inner a, .slide-content .slide-foreground .slide-foreground-inner body form a, body form .block-cta .field--name-field-cta-block-link a, .block-cta .field--name-field-cta-block-link body form a, body form input[type=submit], body form input[type=button] {
  padding-top: 0;
  padding-bottom: 0;
  height: 3em;
}

.node-readmore a:after {
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Free";
  font-weight: 900 !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 0.8em;
  margin-left: 0.6em;
}

@media all and (min-width: 992px) {
  .region-navigation-collapsible {
    margin-left: -15px;
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  .region-navigation {
    margin-left: -10px;
  }
}

.navbar-toggle-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  margin: 0;
  padding: 0;
}
.navbar-toggle-overlay, .navbar-toggle-overlay:hover, .navbar-toggle-overlay:active, .navbar-toggle-overlay:focus {
  background: transparent none !important;
}

@media all and (max-width: 992px) {
  #navbar #navbar-collapse.navbar-collapse {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 0;
    margin: 0;
  }
  #navbar #navbar-collapse.navbar-collapse.in .navbar-toggle-overlay {
    display: block;
  }
  #navbar #navbar-collapse.navbar-collapse li a:hover,
#navbar #navbar-collapse.navbar-collapse .open > a, #navbar #navbar-collapse.navbar-collapse .open > a:hover, #navbar #navbar-collapse.navbar-collapse .open > a:focus {
    background: #eff4f9 !important;
  }
  #navbar #navbar-collapse.navbar-collapse .navbar-nav {
    margin: 0;
  }
  #navbar #navbar-collapse.navbar-collapse .navbar-nav > li > a {
    text-align: left;
    padding: 15px 20px;
    border-top: 1px solid #EEE;
    color: #0e0a15;
  }
  #navbar #navbar-collapse.navbar-collapse .navbar-nav > li > ul > li a {
    border-top: 0;
    padding: 10px 20px;
    font-size: 0.9em;
  }
  #navbar #navbar-collapse.navbar-collapse .navbar-nav > li > ul > li a:before {
    display: inline-block;
    font: normal normal normal 14px/1 "Font Awesome 5 Free";
    font-weight: 900 !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: 1em;
  }
  #navbar #navbar-collapse.navbar-collapse .region-navigation-collapsible {
    position: absolute;
    top: 0;
    background: #fff;
    right: 0;
    width: 40%;
    min-width: 300px;
    max-width: 100%;
    bottom: 0;
    height: 100%;
    overflow: auto;
    z-index: 2;
  }
  #navbar #navbar-collapse.navbar-collapse .menu-parent-toggle {
    display: inline-block;
  }
  #navbar #navbar-collapse.navbar-collapse .caret {
    display: none;
  }
  #navbar #navbar-collapse.navbar-collapse li ul {
    border: 0;
  }
}
.menu-parent-toggle {
  display: none;
  padding: 15px 18px;
  border: 1px solid #EEE;
  border-width: 1px 0 0 1px;
  clear: right;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #f8f8f8;
  z-index: 3;
  cursor: pointer;
}
.menu-parent-toggle:hover, .menu-parent-toggle:active, .menu-parent-toggle:focus {
  background: #f4f4f4;
}
@media all and (min-width: 992px) {
  .menu-parent-toggle {
    display: none;
  }
}

.open .menu-parent-toggle .fa-angle-down:before {
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Free";
  font-weight: 900 !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

body .navbar-default .navbar-toggle-close {
  border: 0;
  padding: 2px;
}
body .navbar-default .navbar-toggle-close:hover, body .navbar-default .navbar-toggle-close:focus, body .navbar-default .navbar-toggle-close:active {
  background: transparent none;
}
body .navbar-default .navbar-toggle-close:hover .fa, body .navbar-default .navbar-toggle-close:focus .fa, body .navbar-default .navbar-toggle-close:active .fa {
  color: #900;
}
body .navbar-default .navbar-toggle-close .fa {
  font-size: 1.3em;
  color: #c00;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #fff;
}

.navbar-default .navbar-toggle {
  border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.search-results {
  border-top: 1px solid #ddd;
  list-style: none;
  padding: 30px 0 0;
}
.search-results li {
  margin-bottom: 35px;
  color: #707070;
}
.search-results li h3 {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 3px;
}
.search-results li .search-url {
  color: #063;
  margin-bottom: 4px;
}

@media all and (max-width: 992px) {
  body .carousel-control {
    bottom: auto;
    height: 33%;
    padding: 0 0.1em;
  }
  body .carousel-control.left .fa {
    left: 0.1em;
  }
  body .carousel-control.right .fa {
    right: 0.1em;
  }
  body .carousel-control .fa {
    margin-top: 80%;
  }

  body .slide-content .slide-container,
body .slide-content .slide-container .container,
body .slide-content .slide-container .region-content-full .block-inner,
.region-content-full body .slide-content .slide-container .block-inner,
body .slide-content .slide-foreground,
body .slide-content .slide-foreground-inner {
    position: static;
    width: 100%;
    max-width: none !important;
  }
  body .slide-content .slide-foreground h2 {
    font-size: 1.6em;
    margin-bottom: 12px;
  }
  body .slide-content .container, body .slide-content .region-content-full .block-inner, .region-content-full body .slide-content .block-inner {
    padding: 0;
  }
  body .slide-content .slide-foreground {
    background: #0e0a15;
    padding: 20px;
    font-size: 0.8em;
    line-height: 150%;
  }
}

.search-container {
  width: 20px;
  margin-left: 30.5px;
  margin-right: 30.5px;
  display: block;
}

.search-icon {
  width: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}

#search-popup {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  display: none;
  top: 100%;
  width: 450px;
  position: absolute;
  z-index: 4;
}

@media(max-width: 1355px) {
  #search-popup {
    right: 0;
  }
}

#search-popup .search-popup-close {
  float: right;
}
#search-popup .search-popup-close a {
  color: #171123;
  padding: 5px;
}
#search-popup .search-popup-close a:hover {
  opacity: 0.8;
}
#search-popup .container, #search-popup .region-content-full .block-inner, .region-content-full #search-popup .block-inner {
  position: relative;
}
#search-popup .search-popup-inner {
  padding: 10px;
  max-width: 450px;
  border-top: 2px solid #fdfaf6;
  background: #fdfaf6;
  position: relative;
  font-size: 0.9em;
}
#search-popup .search-popup-inner .input-group {
  font-size: 1.2em;
  padding-top: 10px;
}
#search-popup .search-popup-inner label {
  display: none;
}
#search-popup .search-popup-inner form {
  white-space: nowrap;
}
#search-popup .search-popup-inner .form-item, #search-popup .search-popup-inner .form-actions {
  display: inline-block;
  vertical-align: top;
}
#search-popup .search-popup-inner .form-text {
  height: 36px;
  border: 1px solid #d8d8d8;
  margin-right: 5px;
}
#search-popup .search-popup-inner .button, #search-popup .search-popup-inner .btn-primary, #search-popup .search-popup-inner .btn-secondary, #search-popup .search-popup-inner .button-action, #search-popup .search-popup-inner .button-wrapper a, .button-wrapper #search-popup .search-popup-inner a, #search-popup .search-popup-inner body .button-alt, body #search-popup .search-popup-inner .button-alt, #search-popup .search-popup-inner body .button-grey, body #search-popup .search-popup-inner .button-grey, #search-popup .search-popup-inner .slide-content .slide-foreground .slide-foreground-inner a, .slide-content .slide-foreground .slide-foreground-inner #search-popup .search-popup-inner a, #search-popup .search-popup-inner .block-cta .field--name-field-cta-block-link a, .block-cta .field--name-field-cta-block-link #search-popup .search-popup-inner a {
  margin: 0;
}
#search-popup #edit-actions, #search-popup .form-item {
  margin: 0;
}

.search-popup-touch-close {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media all and (max-width: 993px) {
  body #search-popup {
    padding: 5px 0;
    width: 100%;
  }
  body #search-popup .search-popup-inner .form-item, body #search-popup .search-popup-inner .form-actions {
    display: block;
    width: 50%;
    float: left;
  }
  body #search-popup .search-popup-inner .form-item .form-text, body #search-popup .search-popup-inner .form-item .button, body #search-popup .search-popup-inner .form-item .btn-primary, body #search-popup .search-popup-inner .form-item .btn-secondary, body #navbar .button-wrapper #search-popup .search-popup-inner .form-item a, body #navbar .slide-content .slide-foreground .slide-foreground-inner #search-popup .search-popup-inner .form-item a, body #navbar .block-cta .field--name-field-cta-block-link #search-popup .search-popup-inner .form-item a, body #search-popup .search-popup-inner .form-item .button-action, body #search-popup .search-popup-inner .form-item .button-wrapper a, .button-wrapper body #search-popup .search-popup-inner .form-item a, body #search-popup .search-popup-inner .form-item .button-alt, body #search-popup .search-popup-inner .form-item .button-grey, body #search-popup .search-popup-inner .form-item .slide-content .slide-foreground .slide-foreground-inner a, .slide-content .slide-foreground .slide-foreground-inner body #search-popup .search-popup-inner .form-item a, body #search-popup .search-popup-inner .form-item .block-cta .field--name-field-cta-block-link a, .block-cta .field--name-field-cta-block-link body #search-popup .search-popup-inner .form-item a, body #search-popup .search-popup-inner .form-actions .form-text, body #search-popup .search-popup-inner .form-actions .button, body #search-popup .search-popup-inner .form-actions .btn-primary, body #search-popup .search-popup-inner .form-actions .btn-secondary, body #navbar .button-wrapper #search-popup .search-popup-inner .form-actions a, body #navbar .slide-content .slide-foreground .slide-foreground-inner #search-popup .search-popup-inner .form-actions a, body #navbar .block-cta .field--name-field-cta-block-link #search-popup .search-popup-inner .form-actions a, body #search-popup .search-popup-inner .form-actions .button-action, body #search-popup .search-popup-inner .form-actions .button-wrapper a, .button-wrapper body #search-popup .search-popup-inner .form-actions a, body #search-popup .search-popup-inner .form-actions .button-alt, body #search-popup .search-popup-inner .form-actions .button-grey, body #search-popup .search-popup-inner .form-actions .slide-content .slide-foreground .slide-foreground-inner a, .slide-content .slide-foreground .slide-foreground-inner body #search-popup .search-popup-inner .form-actions a, body #search-popup .search-popup-inner .form-actions .block-cta .field--name-field-cta-block-link a, .block-cta .field--name-field-cta-block-link body #search-popup .search-popup-inner .form-actions a {
    width: 100%;
  }
  body #search-popup .search-popup-inner:after {
    right: auto;
    left: 18px;
  }
  body #search-popup .search-popup-inner form {
    text-align: left;
  }
  body #search-popup .search-popup-close {
    display: none;
  }
  body #search-popup .search-popup-touch-close {
    display: block;
  }
  body #search-popup > div {
    line-height: 30px;
  }
  body #search-popup .search-popup-close a {
    font-size: 1.2em;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
  }
  body #search-popup .input-group {
    padding-top: 15px !important;
    margin-top: 15px;
    border-top: 1px solid #EEE;
    clear: both;
  }
  body #search-popup .button, body #search-popup .btn-primary, body #search-popup .btn-secondary, body #search-popup #navbar a.button, body #navbar #search-popup a.button, body #search-popup #navbar a.btn-primary, body #navbar #search-popup a.btn-primary, body #search-popup #navbar a.btn-secondary, body #navbar #search-popup a.btn-secondary, body #search-popup #navbar a.button-action, body #navbar #search-popup a.button-action, body #navbar .button-wrapper #search-popup a, body #search-popup #navbar a.button-alt, body #navbar #search-popup a.button-alt, body #search-popup #navbar a.button-grey, body #navbar #search-popup a.button-grey, body #navbar .slide-content .slide-foreground .slide-foreground-inner #search-popup a, body #navbar .block-cta .field--name-field-cta-block-link #search-popup a, body #search-popup .button-action, body #search-popup .button-wrapper a, .button-wrapper body #search-popup a, body #search-popup .button-alt, body #search-popup .button-grey, body #search-popup .slide-content .slide-foreground .slide-foreground-inner a, .slide-content .slide-foreground .slide-foreground-inner body #search-popup a, body #search-popup .block-cta .field--name-field-cta-block-link a, .block-cta .field--name-field-cta-block-link body #search-popup a {
    padding-left: 15px;
    padding-right: 15px;
    min-width: 0;
  }
  body #search-popup .search-popup-inner {
    background: #FFF;
    color: #444;
    float: none;
    margin: 0 auto;
  }
  body #search-popup .search-popup-inner a {
    color: #18497c;
  }
  body #search-popup .search-popup-inner a:hover {
    color: #111;
  }
}
.paragraph--type--files {
  background: #eff4f9;
  padding: 20px;
  margin-top: 30px;
}
.paragraph--type--files .file-size {
  display: none;
}
.paragraph--type--files .file-link a {
  background: #18497c;
  color: #FFF;
  display: block;
  text-align: center;
  padding: 14px;
  margin-bottom: 8px;
}
.paragraph--type--files .file-link a:hover {
  text-decoration: none;
  background: #103051;
}

.paragraphs-google-maps-wrapper {
  position: relative;
}
.paragraphs-google-maps-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media all and (min-width: 992px) {
  .sidebar-second-before {
    float: right;
  }
}
.landing-block {
  max-width: 580px;
  margin: 0 auto;
}

.slide-text-position-center .slide-foreground, .slide-text-position-center .slide-foreground-inner {
  width: 100%;
  text-align: center;
  float: none;
  margin: 0 auto;
}

.media-object img {
  width: 100%;
  height: auto;
  max-width: 300px;
}

.carousel {
  margin-bottom: 30px;
}

.path-frontpage .region-content {
  min-height: 0;
}

label, .control-label, .panel-title {
  color: #000;
}

.webform-section {
  margin: 40px 0;
  border: 2px solid #2882bb;
}

.webform-section-title {
  padding: 8px 20px;
  color: #FFF;
  background-color: #2882bb;
}

.webform-section-wrapper {
  padding: 0 20px;
}
.webform-section-wrapper > .webform-section {
  margin-left: -20px;
  margin-right: -20px;
  border: 0;
}
.webform-section-wrapper > hr {
  margin-left: -20px;
  margin-right: -20px;
  border-top-width: 4px;
  margin-top: 35px;
  margin-bottom: 30px;
}

.webform-horizontal-rule {
  margin: 30px 0 20px 0;
  border-top-width: 2px;
}

.input-group .input-group-addon {
  border: 0;
  background: #d1e0ee;
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
  height: auto;
}

.form-group,
fieldset,
.fieldgroup,
fieldset.webform-composite-hidden-title {
  margin-bottom: 25px;
}

.webform-multiple-table .tabledrag-toggle-weight {
  display: none;
}
.webform-multiple-table th, .webform-multiple-table thead, .webform-multiple-table thead tr {
  border-bottom: 0 !important;
  background: #eff4f9;
}
.webform-multiple-table tr {
  background: transparent none !important;
}
.webform-multiple-table td {
  background: transparent none;
  border-top: 0;
  border-bottom: 2px solid #eff4f9;
}
.webform-multiple-table td .form-item {
  margin-bottom: 0;
}
.webform-multiple-table .webform-multiple-table--operations .btn {
  padding: 0;
  width: 2em;
  height: 2em;
  margin: 0 4px;
  line-height: 2em;
  text-align: center;
}

.tabledrag-handle {
  cursor: drag;
}

.webform-element-description strong, .webform-element-description b {
  color: #000;
}

.webform-options-display-two-columns,
.webform-options-display-three-columns {
  display: block;
  margin-bottom: 15px;
}
.webform-options-display-two-columns div.form-item,
.webform-options-display-three-columns div.form-item {
  margin-bottom: 2px;
}

.webform-multiple-table--a1_referee_postcode {
  width: 8%;
}

.webform-multiple-table--a1_referee_state {
  width: 8%;
}

.webform-multiple-table--a1_referee_relationship {
  width: 12%;
}

.webform-multiple-table--a1_referee_suburb {
  width: 12%;
}

.field-push-up {
  margin-top: -15px;
}

@media all and (min-width: 768px) {
  .field-left {
    float: left;
    margin-right: 40px;
  }
}
.field-checkbox-category {
  margin-bottom: 0;
}
.field-checkbox-category label, .field-checkbox-category .control-label {
  font-weight: bold;
}

.field-indent {
  margin-top: 0 !important;
  padding-left: 20px;
}
.field-indent .webform-element-description {
  margin-bottom: 0 !important;
  padding-left: 20px;
}
.field-indent .description {
  margin-bottom: 0;
}

.field-date-stack label, .field-date-stack .control-label,
.form-label-stacked label,
.form-label-stacked .control-label {
  display: block;
  margin-bottom: 5px;
}

.progress-step.is-complete:after,
.progress-step.is-complete .progress-marker::before,
.progress-step.is-complete .progress-marker::after,
.progress-step.is-active .progress-marker::before {
  background-color: #2882bb !important;
}

.progress-marker::before {
  width: 28px;
  height: 28px;
  padding-bottom: unset;
}

.progress-tracker {
  margin: 40px auto;
}

.webform-progress-tracker.progress-tracker {
  margin-top: 20px;
  margin-bottom: 20px;
}

.webform-submission-review .webform-section {
  margin: 0;
}
.webform-submission-review .webform-section h2.webform-section-title {
  line-height: 1.5;
  padding-top: 0;
  padding-bottom: 0;
}
.webform-submission-review .form-group, .webform-submission-review fieldset, .webform-submission-review .fieldgroup, .webform-submission-review fieldset.webform-composite-hidden-title {
  margin-bottom: 12px;
}
.webform-submission-review .webform-element-type-webform-custom-composite ul {
  list-style: none;
  padding: 0;
}
@media all and (min-width: 991px) {
  .webform-submission-review .webform-element-type-webform-custom-composite ul li {
    float: left;
    width: 33%;
    padding-right: 20px;
  }
}

.panel-title {
  display: block;
  background: #777777;
  padding: 8px 16px;
  color: #FFF;
  font-weight: bold;
  font-size: 22px;
}
.panel-title:hover, .panel-title:focus, .panel-title:active {
  text-decoration: none;
  color: #FFF;
  background-color: #686868;
}

.panel-body {
  padding: 16px;
  border: 2px solid #777777;
}

.webform-progress {
  margin-bottom: 40px;
}

body .navbar-default .navbar-toggle {
  border-color: transparent;
}
body .navbar-default .navbar-toggle .icon-bar {
  background-color: #171123;
}

body #navbar a.button, body #navbar a.btn-primary, body #navbar a.btn-secondary, body #navbar a.button-action, body #navbar .button-wrapper a, .button-wrapper body #navbar a, body #navbar a.button-alt, body #navbar a.button-grey, body #navbar .slide-content .slide-foreground .slide-foreground-inner a, .slide-content .slide-foreground .slide-foreground-inner body #navbar a, body #navbar .block-cta .field--name-field-cta-block-link a, .block-cta .field--name-field-cta-block-link body #navbar a {
  color: #FFF !important;
  margin-bottom: 0 !important;
}

.button:hover, .btn-primary:hover, .btn-secondary:hover, .button-action:hover, .button-wrapper a:hover, body .button-alt:hover, body .button-grey:hover, .slide-content .slide-foreground .slide-foreground-inner a:hover, .block-cta .field--name-field-cta-block-link a:hover, body #navbar a.button:hover, body #navbar a.btn-primary:hover, body #navbar a.btn-secondary:hover, body #navbar a.button-action:hover, body #navbar .button-wrapper a:hover, .button-wrapper body #navbar a:hover, body #navbar a.button-alt:hover, body #navbar a.button-grey:hover, body #navbar .slide-content .slide-foreground .slide-foreground-inner a:hover, .slide-content .slide-foreground .slide-foreground-inner body #navbar a:hover, body #navbar .block-cta .field--name-field-cta-block-link a:hover, .block-cta .field--name-field-cta-block-link body #navbar a:hover, .button:focus, .btn-primary:focus, .btn-secondary:focus, .button-action:focus, .button-wrapper a:focus, body .button-alt:focus, body .button-grey:focus, .slide-content .slide-foreground .slide-foreground-inner a:focus, .block-cta .field--name-field-cta-block-link a:focus, body #navbar a.button:focus, body #navbar a.btn-primary:focus, body #navbar a.btn-secondary:focus, body #navbar a.button-action:focus, body #navbar .button-wrapper a:focus, .button-wrapper body #navbar a:focus, body #navbar a.button-alt:focus, body #navbar a.button-grey:focus, body #navbar .slide-content .slide-foreground .slide-foreground-inner a:focus, .slide-content .slide-foreground .slide-foreground-inner body #navbar a:focus, body #navbar .block-cta .field--name-field-cta-block-link a:focus, .block-cta .field--name-field-cta-block-link body #navbar a:focus, .button:active, .btn-primary:active, .btn-secondary:active, .button-action:active, .button-wrapper a:active, body .button-alt:active, body .button-grey:active, .slide-content .slide-foreground .slide-foreground-inner a:active, .block-cta .field--name-field-cta-block-link a:active, body #navbar a.button:active, body #navbar a.btn-primary:active, body #navbar a.btn-secondary:active, body #navbar a.button-action:active, body #navbar .button-wrapper a:active, .button-wrapper body #navbar a:active, body #navbar a.button-alt:active, body #navbar a.button-grey:active, body #navbar .slide-content .slide-foreground .slide-foreground-inner a:active, .slide-content .slide-foreground .slide-foreground-inner body #navbar a:active, body #navbar .block-cta .field--name-field-cta-block-link a:active, .block-cta .field--name-field-cta-block-link body #navbar a:active {
  color: #FFF !important;
}

#block-hh2018-mainnavigation,
.block-main-menu {
  float: left;
}
@media all and (max-width: 993px) {
  #block-hh2018-mainnavigation,
.block-main-menu {
    float: none;
  }
}

.block-menu-button a.button, .block-menu-button a.btn-primary, .block-menu-button a.btn-secondary, .block-menu-button a.button-action, .block-menu-button .button-wrapper a, .button-wrapper .block-menu-button a, .block-menu-button body a.button-alt, body .block-menu-button a.button-alt, .block-menu-button body a.button-grey, body .block-menu-button a.button-grey, .block-menu-button .slide-content .slide-foreground .slide-foreground-inner a, .slide-content .slide-foreground .slide-foreground-inner .block-menu-button a, .block-menu-button .block-cta .field--name-field-cta-block-link a, .block-cta .field--name-field-cta-block-link .block-menu-button a, .block-menu-button body #navbar a.button, body #navbar .block-menu-button a.button, .block-menu-button body #navbar a.btn-primary, body #navbar .block-menu-button a.btn-primary, .block-menu-button body #navbar a.btn-secondary, body #navbar .block-menu-button a.btn-secondary, .block-menu-button body #navbar a.button-action, body #navbar .block-menu-button a.button-action, .block-menu-button body #navbar .button-wrapper a, body #navbar .button-wrapper .block-menu-button a, .block-menu-button .button-wrapper body #navbar a, .button-wrapper body #navbar .block-menu-button a, .block-menu-button body #navbar a.button-alt, body #navbar .block-menu-button a.button-alt, .block-menu-button body #navbar a.button-grey, body #navbar .block-menu-button a.button-grey, .block-menu-button body #navbar .slide-content .slide-foreground .slide-foreground-inner a, body #navbar .slide-content .slide-foreground .slide-foreground-inner .block-menu-button a, .block-menu-button .slide-content .slide-foreground .slide-foreground-inner body #navbar a, .slide-content .slide-foreground .slide-foreground-inner body #navbar .block-menu-button a, .block-menu-button body #navbar .block-cta .field--name-field-cta-block-link a, body #navbar .block-cta .field--name-field-cta-block-link .block-menu-button a, .block-menu-button .block-cta .field--name-field-cta-block-link body #navbar a, .block-cta .field--name-field-cta-block-link body #navbar .block-menu-button a {
  font-size: inherit;
  text-transform: inherit;
  font-weight: inherit;
  padding: 12px 20px;
  border-radius: 5px;
  margin: 5px 0;
}
@media all and (max-width: 993px) {
  .block-menu-button a.button, .block-menu-button a.btn-primary, .block-menu-button a.btn-secondary, .block-menu-button a.button-action, .block-menu-button .button-wrapper a, .button-wrapper .block-menu-button a, .block-menu-button body a.button-alt, body .block-menu-button a.button-alt, .block-menu-button body a.button-grey, body .block-menu-button a.button-grey, .block-menu-button .slide-content .slide-foreground .slide-foreground-inner a, .slide-content .slide-foreground .slide-foreground-inner .block-menu-button a, .block-menu-button .block-cta .field--name-field-cta-block-link a, .block-cta .field--name-field-cta-block-link .block-menu-button a, .block-menu-button body #navbar a.button, body #navbar .block-menu-button a.button, .block-menu-button body #navbar a.btn-primary, body #navbar .block-menu-button a.btn-primary, .block-menu-button body #navbar a.btn-secondary, body #navbar .block-menu-button a.btn-secondary, .block-menu-button body #navbar a.button-action, body #navbar .block-menu-button a.button-action, .block-menu-button body #navbar .button-wrapper a, body #navbar .button-wrapper .block-menu-button a, .block-menu-button .button-wrapper body #navbar a, .button-wrapper body #navbar .block-menu-button a, .block-menu-button body #navbar a.button-alt, body #navbar .block-menu-button a.button-alt, .block-menu-button body #navbar a.button-grey, body #navbar .block-menu-button a.button-grey, .block-menu-button body #navbar .slide-content .slide-foreground .slide-foreground-inner a, body #navbar .slide-content .slide-foreground .slide-foreground-inner .block-menu-button a, .block-menu-button .slide-content .slide-foreground .slide-foreground-inner body #navbar a, .slide-content .slide-foreground .slide-foreground-inner body #navbar .block-menu-button a, .block-menu-button body #navbar .block-cta .field--name-field-cta-block-link a, body #navbar .block-cta .field--name-field-cta-block-link .block-menu-button a, .block-menu-button .block-cta .field--name-field-cta-block-link body #navbar a, .block-cta .field--name-field-cta-block-link body #navbar .block-menu-button a {
    width: 100%;
    float: none;
    text-align: center;
    margin: 5px;
    width: auto;
    display: block;
  }
}

/* Custom CTA button — use class="btn-cta" on <a> or <button> tags in Rich Text */
.btn-cta {
  display: inline-block;
  min-width: 150px;
  padding: 10px;
  background-color: #3f8fd1;
  color: #fff !important;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
.btn-cta:hover,
.btn-cta:focus {
  background-color: #2f7abf;
  color: #fff !important;
  text-decoration: none;
}

.block-office-location .paragraphs-google-maps-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
.block-office-location h3 {
  font-size: 1.1em;
  font-weight: bold;
}
.block-office-location p {
  line-height: 1.4;
}
.block-office-location ul {
  padding: 0;
  list-style: none;
  line-height: 1.2;
}
.block-office-location ul li {
  margin-bottom: 6px;
}
.block-office-location ul .fa {
  min-width: 1em;
}

.block-divider-top {
  border-top: 2px solid #eff4f9;
  padding-top: 50px;
  margin-top: 40px;
}

.webform-nras-application .input-group {
  width: 100%;
}
.webform-nras-application .form-inline .control-label,
.webform-nras-application .control-label {
  margin-bottom: 5px;
}
.webform-nras-application .input-group-addon {
  width: 1% !important;
  padding-left: 15px;
  padding-right: 15px;
}

.checkbox-label-wrap.label, .checkbox-label-wrap .radio label, .checkbox-label-wrap .checkbox label {
  white-space: normal;
  line-height: 1.5;
}

button[disabled], button[disabled]:hover, button[disabled]:focus, button[disabled]:active {
  background: #aaa !important;
}

.form-item.has-error .form-control {
  border: 2px solid #C00;
}

.text-formatted table, .text-formatted th, .text-formatted td,
.field--type-text-long table,
.field--type-text-long th,
.field--type-text-long td,
.field--type-text-with-summary table,
.field--type-text-with-summary th,
.field--type-text-with-summary td {
  border: 1px solid #93918e;
}
.text-formatted thead, .text-formatted th,
.field--type-text-long thead,
.field--type-text-long th,
.field--type-text-with-summary thead,
.field--type-text-with-summary th {
  background-color: #171123;
  color: #FFF;
}
.text-formatted td, .text-formatted th,
.field--type-text-long td,
.field--type-text-long th,
.field--type-text-with-summary td,
.field--type-text-with-summary th {
  padding: 0.2em 0.6em;
}

.checkbox-link label {
  padding: 0;
  position: relative;
  display: inline-block;
}
.checkbox-link label:hover {
  text-decoration: underline;
}
.checkbox-link input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
}

.office-container {
  display: flex;
  padding-top: 25px;
}
.office-container .container-content {
  padding-left: 50px;
}
.office-container .office-container-body {
  padding-top: 30px;
}

.view-offices .views-row:nth-child(2n-1) {
  float: left;
  clear: left;
}
.view-offices .views-row:nth-child(2n) {
  float: right;
}

.office-container h2:after {
  content: " ";
  background: url(/themes/hh2018/images/dots.png) no-repeat 50% 50%;
  width: 100px;
  height: 10px;
  position: absolute;
}

@media all and (max-width: 1200px) {
  .office-container {
    justify-content: space-evenly;
  }
}
@media all and (max-width: 480px) {
  .office-container {
    flex-direction: column;
  }
  .office-container .container-content {
    padding-left: 15px;
  }
  .office-container .office-image-container {
    display: flex;
    order: 1;
    justify-content: center;
  }
}

#block-propertylistings div {
  color: rgb(24, 17, 35);
}

.no-padding {
  padding: 0;
}

.no-padding .block-inner {
  padding: 0 !important;
}

.js-quickedit-main-content .tabs {
  display: none;
}

/* ── Ayuda Custom Paragraph ── */
.ayuda-property-section {
  font-family: inherit;
  display: grid;
  gap: 16px;
}

/* ── Row 1: 4-image full-width grid ── */
.ayuda-images-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 6px;
}

.ayuda-images-row__img {
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.ayuda-images-row__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── Row 2: description (left) + carousel (right) ── */
.ayuda-property-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: stretch;
}

/* Left: description panel */
.ayuda-property-detail__info {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 8px rgba(0,0,0,0.06);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.ayuda-property-detail__info h3 {
  margin-top: 0;
  font-size: 1.15em;
  font-weight: 700;
  margin-bottom: 12px;
}

.ayuda-property-detail__info ul {
  margin: 0;
  padding-left: 20px;
}

.ayuda-property-detail__info ul li {
  margin-bottom: 6px;
}

/* Right: carousel panel */
.ayuda-property-detail__slideshow {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 8px rgba(0,0,0,0.06);
  padding: 0px;
  display: grid;
  grid-template-rows: auto auto;
  gap: 12px;
}

/* Carousel viewport */
.ayuda-carousel {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #e9ecf1;
}

.ayuda-carousel__track {
  display: flex;
  height: 100%;
  transform: translateX(0);
  transition: transform 350ms ease;
}

.ayuda-carousel__slide {
  min-width: 100%;
  height: 100%;
  flex-shrink: 0;
  position: relative; /* needed for absolute img child */
}

.ayuda-carousel__slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Carousel controls row */
.ayuda-carousel__controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.ayuda-carousel__btn {
  border: 1px solid #d7dbe3;
  background: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}

.ayuda-carousel__btn:active {
  transform: translateY(1px);
}

.ayuda-carousel__dots {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.ayuda-carousel__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #cfd5df;
  border: 0;
  cursor: pointer;
  padding: 0;
}

.ayuda-carousel__dot[aria-current="true"] {
  background: #111;
}

/* Placeholder (no carousel images) */
.ayuda-property-detail__slideshow p {
  margin-top: 0;
  font-size: 1.15em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
}

.ayuda-property-detail__slideshow ul {
  margin: 0;
  padding-left: 20px;
}

.ayuda-property-detail__slideshow ul li {
  margin-bottom: 6px;
}

/* ── Top-row trigger buttons (clickable image tiles) ── */

/* Reset button chrome so it looks identical to the old <div> tiles */
.ayuda-images-row__trigger {
  display: block;
  padding: 0;
  margin: 0;
  border: 5px solid transparent;
  background: none;
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  transition: border-color 200ms ease, box-shadow 200ms ease;
  outline-offset: 2px;
}

/* Active / selected state */
.ayuda-images-row__trigger.is-active {
  border-color: #2582BD;
}

/* Keyboard focus ring */
.ayuda-images-row__trigger:focus-visible {
  outline: 5px solid #0066cc;
  border-color: #0066cc;
}

/* Hover highlight (non-active tiles) */
.ayuda-images-row__trigger:not(.is-active):hover {
  border-color: #9aa0ad;
}

/* Image fill – same rules as the previous .ayuda-images-row__img img */
.ayuda-images-row__trigger img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none; /* clicks go to the button, not the img */
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .ayuda-property-detail {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .ayuda-property-cards {
    flex-wrap: wrap;
  }
  .ayuda-property-card {
    flex: 1 1 calc(50% - 8px);
  }
  .ayuda-images-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

.ayuda-carousel--placeholder {
  padding: 20px 24px;
  color: #171123;
}

.ayuda-carousel--placeholder p {
  margin-top: 0;
  font-size: 1.1em;
  font-weight: 700;
  text-align: center;
}

/* ── Section anchor (field_anchor_id on paragraphs) ── */
.paragraph {
  position: relative;
}
.section-anchor {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  pointer-events: none;
  scroll-margin-top: 80px;
}

/*# sourceMappingURL=style.css.map */


