/* line 13 */

.test .bgc {
  background: #adb5bd; }
/* line 16 */
.container2 {
  color: #f00; }
/* line 117, /themes/default/web/assets/sass/plugins/_mixins.scss */
.container2 > .row {
  margin-right: -30px !important;
  margin-left: -30px !important; }
/* line 122, /themes/default/web/assets/sass/plugins/_mixins.scss */
.container2 > .row > [class*="col-"], .container2 > .row > [class="col"], .container2 > .row > [class="col "], .container2 > .row > [class=" col"], .container2 > .row > [class=" col "] {
  padding-right: 30px !important;
  padding-left: 30px !important; }
/* line 26 */
* {
  outline: none !important; }
/* line 28 */
html, body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  line-height: 1.5;
  color: #343a40;
  background: #fff;
  scrollbar-face-color: #dee2e6;
  overflow-x: hidden; }
/* line 42 */
::-moz-selection, ::-webkit-selection, ::selection {
  color: #fff;
  text-shadow: none;
  background: #004080; }
/* line 49 */
/* line 51 */

::-webkit-scrollbar {
  width: 0.625rem; }
/* line 52 */
::-webkit-scrollbar-button {
  display: none; }
/* line 53 */
::-webkit-scrollbar-corner {
  background-color: #000; }
/* line 54 */
::-webkit-scrollbar-thumb {
  background-color: #6c757d;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  border-radius: 0.25rem; }
/* line 59 */
::-webkit-scrollbar-track {
  background-color: #343a40; }
/* line 63 */
a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
/* line 65 */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 500; }
/* line 69 */
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, .h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
  margin-top: 0; }
/* line 70 */
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, .h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong {
  font-weight: 700; }
/* line 71 */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  font-size: inherit;
  color: inherit;
  font-family: inherit; }
/* line 72 */
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
  color: inherit; }
/* line 75 */
h5, h6, .h5, .h6 {
  font-weight: 700; }
/* line 79 */
h1, .h1 {
  margin-bottom: 1.563rem; }
/* line 83 */
hr {
  border: 0;
  border-bottom: 1px solid #e9ecef; }
/* line 84 */
p {
  margin: 0 0 0.9375rem 0; }
/* line 85 */
img {
  max-width: 100%; }
/* line 87 */
#map_canvas img, .google-maps img {
  max-width: none; }
/* line 94 */
/* line 96 */

.set-fix {
  position: fixed; }
/* line 97 */
.set-rel {
  position: relative; }
/* line 98 */
.set-abs {
  position: absolute; }
/* line 100 */
/* line 102 */

.clear-both, .clear-right, .clear-left {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0; }
/* line 103 */
.clear-right {
  clear: right; }
/* line 104 */
.clear-left {
  clear: left; }
/* line 106 */
/* line 108 */

.space-right {
  margin-right: 0.3125rem; }
/* line 109 */
.space-left {
  margin-left: 0.3125rem; }
/* line 111 */
/* line 113 */

.text-inverse, .text-inverse * {
  color: #fff; }
/* line 118 */
.bg-inverse {
  background-color: #fff; }
/* line 120 */
.lazy {
  display: none; }
/* line 122 */
.btn-top {
  position: fixed;
  bottom: 0.625rem;
  left: 0.4375rem;
  padding: 0.3125rem 0.625rem;
  z-index: 1120;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
/* line 131 */
.btn-top:hover {
  opacity: 1; }
/* line 134 */
/* line 136 */

.image-stretch img {
  width: 100%; }
/* line 137 */
.image-stretch, .image-fit {
  position: relative; }
/* line 139 */
.image-title {
  position: absolute;
  padding: 1.25rem;
  bottom: 0;
  right: 0;
  max-width: 21.88rem;
  color: #fff;
  text-shadow: 0 0 0.5em #495057;
  font-size: 1em;
  z-index: 50; }
/* line 153 */
.text-padding {
  padding: 0 0.9375rem; }
/* line 155 */
.affix {
  top: 3.125rem;
  left: auto;
  z-index: 10; }
/* line 161 */
.affix-top, .affix-bottom {
  position: absolute; }
/* line 165 */
.affix .nav, .affix-top .nav, .affix-bottom .nav {
  margin: 0;
  padding: 0; }
/* line 173 */
.card-no-gutters {
  column-gap: 0; }
/* line 178 */
.card-no-gutters, .card-no-gutters > .card {
  margin-left: 0 !important;
  margin-right: 0 !important; }
/* line 185 */
.type-category .card-group .card {
  border: solid transparent 1px;
  border-left: none;
  border-top: none; }

/* line 196 */

span.required {
  color: #dc3545; }
/* line 198 */
/* line 200 */

.help-block.error, .help-inline {
  padding: 0.3125rem 0.625rem;
  display: inline-block;
  position: relative;
  top: -0.1875rem;
  color: #dc3545; }
/* line 213 */
section {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0; }
/* line 223 */
/* line 225 */

section .loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 50; }
/* line 235 */
section.noscale {
  height: auto; }
/* line 237 */
section.loading {
  display: none;
  min-height: 600px;
  color: #fff;
  background: #fff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgd2lkdGg9JzEyMHB4JyBoZWlnaHQ9JzEyMHB4JyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgY2xhc3M9InVpbC1yaXBwbGUiPg0KICAgIDxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQogICAgICAgIDwhW0NEQVRBWw0KICAgICAgICAuc3ZnLWxvYWRlci1jMXsgc3Ryb2tlOiMwMDQwODA7IH0NCiAgICAgICAgLnN2Zy1sb2FkZXItYzJ7IHN0cm9rZTojY2VkNGRhOyB9DQogICAgICAgIH0NCiAgICAgIF1dPg0KICAgIDwvc3R5bGU+DQoNCiAgICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0ibm9uZSIgY2xhc3M9ImJrIj48L3JlY3Q+DQogICAgPGc+DQogICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGR1cj0iMnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBiZWdpbj0iMHMiIGtleVRpbWVzPSIwOzAuMzM7MSIgdmFsdWVzPSIxOzE7MCI+PC9hbmltYXRlPg0KICAgICAgICA8Y2lyY2xlIGNsYXNzPSJzdmctbG9hZGVyLWMxIiBjeD0iNTAiIGN5PSI1MCIgcj0iNDAiIGZpbGw9Im5vbmUiIHN0cm9rZS13aWR0aD0iNiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj4NCiAgICAgICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InIiIGR1cj0iMnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBiZWdpbj0iMHMiIGtleVRpbWVzPSIwOzAuMzM7MSIgdmFsdWVzPSIwOzIyOzQ0Ij48L2FuaW1hdGU+DQogICAgICAgIDwvY2lyY2xlPjwvZz48Zz4NCiAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiBkdXI9IjJzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgYmVnaW49IjFzIiBrZXlUaW1lcz0iMDswLjMzOzEiIHZhbHVlcz0iMTsxOzAiPg0KDQogICAgPC9hbmltYXRlPjxjaXJjbGUgY2xhc3M9InN2Zy1sb2FkZXItYzIiIGN4PSI1MCIgY3k9IjUwIiByPSI0MCIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSI2IiBzdHJva2UtbGluZWNhcD0icm91bmQiDQo+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iciIgZHVyPSIycyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGJlZ2luPSIxcyIga2V5VGltZXM9IjA7MC4zMzsxIiB2YWx1ZXM9IjA7MjI7NDQiPg0KDQo8L2FuaW1hdGU+DQo8L2NpcmNsZT4NCjwvZz4NCjwvc3ZnPg==) no-repeat center center; }
/* line 245 */
section.loading * {
  color: #fff; }
/* line 247 */
.enable_multipage section.loading {
  display: block; }
/* line 250 */
section.loading {
  display: none; }
/* line 256 */
svg .svg-loader-c1 {
  stroke: #e9ecef; }
/* line 260 */
svg .svg-loader-c2 {
  stroke: #004080; }
/* line 268 */
.page-loader {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgd2lkdGg9JzEyMHB4JyBoZWlnaHQ9JzEyMHB4JyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgY2xhc3M9InVpbC1yaXBwbGUiPg0KICAgIDxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQogICAgICAgIDwhW0NEQVRBWw0KICAgICAgICAuc3ZnLWxvYWRlci1jMXsgc3Ryb2tlOiMwMDQwODA7IH0NCiAgICAgICAgLnN2Zy1sb2FkZXItYzJ7IHN0cm9rZTojY2VkNGRhOyB9DQogICAgICAgIH0NCiAgICAgIF1dPg0KICAgIDwvc3R5bGU+DQoNCiAgICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0ibm9uZSIgY2xhc3M9ImJrIj48L3JlY3Q+DQogICAgPGc+DQogICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGR1cj0iMnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBiZWdpbj0iMHMiIGtleVRpbWVzPSIwOzAuMzM7MSIgdmFsdWVzPSIxOzE7MCI+PC9hbmltYXRlPg0KICAgICAgICA8Y2lyY2xlIGNsYXNzPSJzdmctbG9hZGVyLWMxIiBjeD0iNTAiIGN5PSI1MCIgcj0iNDAiIGZpbGw9Im5vbmUiIHN0cm9rZS13aWR0aD0iNiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj4NCiAgICAgICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InIiIGR1cj0iMnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBiZWdpbj0iMHMiIGtleVRpbWVzPSIwOzAuMzM7MSIgdmFsdWVzPSIwOzIyOzQ0Ij48L2FuaW1hdGU+DQogICAgICAgIDwvY2lyY2xlPjwvZz48Zz4NCiAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiBkdXI9IjJzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgYmVnaW49IjFzIiBrZXlUaW1lcz0iMDswLjMzOzEiIHZhbHVlcz0iMTsxOzAiPg0KDQogICAgPC9hbmltYXRlPjxjaXJjbGUgY2xhc3M9InN2Zy1sb2FkZXItYzIiIGN4PSI1MCIgY3k9IjUwIiByPSI0MCIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSI2IiBzdHJva2UtbGluZWNhcD0icm91bmQiDQo+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iciIgZHVyPSIycyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGJlZ2luPSIxcyIga2V5VGltZXM9IjA7MC4zMzsxIiB2YWx1ZXM9IjA7MjI7NDQiPg0KDQo8L2FuaW1hdGU+DQo8L2NpcmNsZT4NCjwvZz4NCjwvc3ZnPg==) no-repeat center center;
  z-index: 150; }
/* line 280 */
.navbar-default {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 0;
  margin-top: 0.625rem; }
/* line 286 */
.navbar-default .navbar-brand {
  display: block;
  padding: 0.625rem 1.875rem 0.625rem 0;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
/* line 293 */
.navbar-default .navbar-brand img {
  display: block;
  width: auto;
  height: 3.75rem; }
/* line 300 */
/* line 302 */

.navbar-default .navbar-nav > .active > .line {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.25rem;
  background: #004080; }
/* line 311 */
.navbar-default .navbar-nav > li > a {
  color: #6c757d;
  font-size: 0.875rem;
  padding: 1.875rem 0.9375rem;
  text-shadow: none; }
/* line 321 */
.dropdown-menu {
  padding-top: 0;
  padding-bottom: 0; }
/* line 326 */
.dropdown-menu > li > a {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem; }
/* line 332 */
.dropdown-submenu > .dropdown-menu {
  padding-left: 1.25rem;
  left: 0;
  top: 0;
  margin: 0; }
/* line 344 */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100; }
/* line 352 */
header li.dropdown:hover > ul.dropdown-menu {
  display: block; }
/* line 359 */
.article .pad-right *:first-child, .article .pad-left *:first-child {
  margin-top: 0; }
/* line 360 */
.article-text, .article-address, .article-desc {
  margin-bottom: 1.25rem; }
/* line 362 */
.article {
  width: 100%; }
/* line 366 */
.article-margin {
  padding-left: 13.75rem; }
/* line 367 */
/* line 368 */

/* line 369 */

.article-desc {
  font-size: 125%; }
/* line 374 */
/* line 376 */

.article .pad-right {
  margin-right: 1.25rem; }
/* line 377 */
/* line 379 */

.article .pad-left {
  margin-left: 1.25rem; }
/* line 380 */
/* line 382 */

.article-title-img {
  position: relative;
  margin-bottom: 1.563rem; }
/* line 387 */
.article-title-img h1, .article-title-img .h1, .article-title-img h2, .article-title-img .h2 {
  position: absolute;
  top: 0;
  left: 3.125rem;
  line-height: 15.63rem;
  margin: 0; }
/* line 399 */
.scroll-margin {
  height: 89px; }
/* line 402 */
section:first-of-type .scroll-margin {
  height: 89px; }
/* line 405 */
/* line 407 */

#search-box .form-group {
  margin-bottom: 0; }
/* line 413 */
aside {
  position: fixed;
  top: 0;
  left: 0;
  width: 3.438rem;
  z-index: 1100;
  background: #e9ecef;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
/* line 423 */
aside a:hover, aside a:focus {
  text-decoration: none;
  color: #004080; }
/* line 426 */
aside ul.nav {
  padding: 0;
  margin: 0;
  list-style: none; }
/* line 430 */
aside li {
  width: 0.5rem;
  height: 0.5rem;
  margin: 1.875rem 0 1.875rem 0;
  position: relative;
  border-radius: 0.625rem;
  border: 1px solid #6c757d;
  background: #6c757d;
  content: ' '; }
/* line 440 */
aside li.active {
  border: 1px solid #fff;
  background: #004080; }
/* line 444 */
aside.active {
  width: 15.63rem; }
/* line 446 */
aside .subnav {
  position: absolute;
  background: none;
  top: 50%;
  margin-top: -9.375rem;
  padding: 0 1.375rem; }
/* line 454 */
/* line 456 */
  aside .subnav .nav > li:hover > a {
    opacity: 1; }
/* line 458 */
aside .subnav .nav > li.active > a, aside .subnav .nav > li.active > a:hover {
  background: none;
  color: #004080;
  border: 1px solid #004080;
  margin: -1px; }
/* line 466 */
aside .subnav .nav > li > a:before {
  width: 1.563rem;
  height: 1.25rem;
  float: left;
  margin-left: -2.188rem;
  content: ' '; }
/* line 471 */
aside .subnav .nav > li > a {
  padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
  position: absolute;
  top: -0.6875rem;
  left: 1.313rem;
  max-width: 10.63rem;
  background: none;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #495057;
  white-space: nowrap;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
/* line 479 */
aside .subnav .nav > li > a:hover, aside .subnav .nav > li > a:focus {
  color: #fff;
  background: #004080; }
/* line 489 */
aside.active .subnav {
  width: 7.5rem; }
/* line 490 */
aside.active .subnav .nav > li > a {
  opacity: 1; }
/* line 492 */
aside .nav-seeall {
  opacity: 0;
  margin-left: 1.25rem;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
/* line 498 */
aside .nav-seeall a {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
/* line 504 */
aside.active .nav-seeall {
  opacity: 1; }
/* line 508 */
/* line 510 */

html.no-touch .nav-close {
  display: none; }
/* line 514 */
html.touch .nav-close {
  display: block;
  top: 1.25rem;
  left: 13.13rem;
  width: 1.25rem;
  height: 1.25rem;
  background: url("../img/close-ico.png") no-repeat 0 0; }
/* line 529 */
.no-row-space {
  margin-bottom: 0; }
/* line 533 */
.no-row-space .thumbnail {
  border: 0;
  margin: 0; }
/* line 538 */
.no-row-space .thumbnail-background {
  background: #fff; }
/* line 539 */
.no-row-space .thumbnail-body, .no-row-space .thumbnail-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }
/* line 551 */
/* line 553 */

.no-row-space > li:hover .thumbnail-body {
  opacity: 1; }
/* line 554 */
.no-row-space > li:hover .thumbnail-background {
  opacity: 0.7; }
/* line 556 */
.no-row-space > li .thumbnail-body div {
  margin-top: 25%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  display: block; }
/* line 564 */
.no-row-space > li .thumbnail-body > a {
  width: 100%;
  height: 100%;
  display: block; }
/* line 577 */
footer {
  padding: 1.25rem 0 1.25rem 0;
  margin-top: 3.125rem;
  border-top: 1px solid #e9ecef;
  color: #adb5bd;
  font-size: 0.75rem; }
/* line 585 */
footer a, footer a:hover, footer a:active {
  color: #adb5bd; }
/* line 587 */
footer-copy {
  padding: 0 0 1.875rem 0;
  text-align: right; }
/* line 598 */
.bxslider {
  margin: 0;
  padding: 0; }
/* line 602 */
.bxslider_banners {
  margin: 0;
  padding: 0; }
/* line 605 */
/* line 607 */

.bx-wrapper {
  margin: 0; }
/* line 608 */
.bx-wrapper, .bx-viewport {
  margin: 0;
  left: 0;
  box-shadow: none;
  border: 0;
  background: none; }
/* line 616 */
/* line 618 */

#bx-pager a img {
  border: 1px solid #fff;
  padding: 0.1875rem;
  cursor: pointer; }
/* line 624 */
#bx-pager a:hover img, #bx-pager a.active img {
  border: 1px solid #ced4da; }
/* line 632 */
body > #fancybox-loading {
  background-image: none !important; }
/* line 638 */
article table {
  border-collapse: collapse;
  border-spacing: 0.25rem;
  border-color: #e9ecef; }
/* line 644 */
article table th {
  background-color: #e9ecef;
  padding: 0.125rem; }
/* line 649 */
article table th, article table td {
  border-color: #e9ecef;
  padding: 0.25rem 0.625rem 0.25rem 0.625rem; }
/* line 654 */
article table.clean {
  border-spacing: 0; }
/* line 658 */
article table.clean th, article table.clean td {
  padding: 0; }
/* line 660 */
article table.separate {
  border-collapse: separate;
  border-spacing: 0.25rem;
  margin: 0 -0.25rem; }
/* line 666 */
article table.separate th {
  background-color: #e9ecef;
  vertical-align: middle;
  padding: 0.375rem 1.25rem 0.375rem 1.25rem; }
/* line 672 */
article table.separate td {
  background-color: #f8f9fa;
  vertical-align: middle;
  padding: 0.375rem 1.25rem 0.375rem 1.25rem; }
/* line 678 */
article table.separate p {
  margin: 0; }
/* line 680 */
article table.separate h1, article table.separate h2, article table.separate h3, article table.separate h4, article table.separate h5, article table.separate h6, article table.separate .h1, article table.separate .h2, article table.separate .h3, article table.separate .h4, article table.separate .h5, article table.separate .h6 {
  margin: 0.3125rem 0 0.3125rem 0;
  padding: 0; }
/* line 686 */
table.table-responsive {
  border: 0; }
/* line 692 */
/* line 694 */

.nano .nav {
  margin-bottom: 0; }
/* line 695 */
.nano > .pane {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0.5rem;
  padding: 0 0.125rem;
  background: #212529;
  border-radius: 0;
  opacity: 0.01;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
/* line 708 */
.nano > .pane > .slider {
  background: #ffc107;
  border-radius: 0;
  margin: 0;
  position: relative; }
/* line 721 */
.fb-tab {
  position: fixed;
  top: 50%;
  right: -25rem;
  margin-top: -16.56rem;
  z-index: 1100;
  color: #343a40; }
/* line 730 */
.fb-tab .tab {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.625rem;
  height: 2.625rem;
  background: #dc3545 url(../img/fb-tab.png) no-repeat top right;
  cursor: pointer; }
/* line 740 */
.fb-tab .content {
  margin-left: 2.625rem;
  background: #fff;
  border: 0.125rem solid #004080; }
/* line 746 */
.fb-tab .content-pad {
  width: 18.75rem; }
/* line 748 */
.fb-tab h4, .fb-tab .h4 {
  text-transform: none;
  font-size: 0.9375rem;
  color: #495057; }
/* line 758 */
.pdf-list {
  margin-top: 1.25rem; }
/* line 762 */
.pdf-list a {
  display: block; }
/* line 763 */
.pdf-list h2, .pdf-list .h2 {
  margin: 1.875rem 0 1.875rem 0;
  font-weight: normal; }
/* line 768 */
.pdf-list h3, .pdf-list .h3 {
  margin-bottom: 3.125rem;
  font-weight: normal; }
/* line 773 */
.pdf-list i {
  font-size: 3.75rem; }
/* line 780 */
.book-list {
  margin-top: 1.25rem; }
/* line 784 */
.book-list h4, .book-list .h4 {
  margin-top: 0.3125rem; }
/* line 791 */
/* line 793 */

.og-grid .arrow {
  top: -0.8125rem;
  left: 1.25rem;
  width: 2rem;
  height: 0.875rem;
  background-image: url("../img/arrow-up.png"); }
/* line 801 */
.og-grid .grid-details-box {
  cursor: pointer; }
/* line 802 */
.og-grid .og-expander {
  background: none; }
/* line 803 */
.og-grid .og-expander-inner {
  padding: 1.25rem 0; }
/* line 804 */
.og-grid .roll-content {
  background: #e9ecef;
  padding: 1.875rem 1.875rem; }
/* line 809 */
.og-grid .roll-content .arrow {
  top: -2.688rem;
  left: 1.25rem;
  width: 32rem;
  height: 0.875rem;
  background-image: url("../img/arrow-up.png"); }
/* line 817 */
.og-grid .roll-content .text {
  padding: 0 3.125rem 0 0.625rem; }
/* line 825 */
.map-tip {
  width: 13.75rem;
  min-height: 3.75rem;
  margin: 0 0.625rem 0.625rem 0.9375rem;
  position: relative; }
/* line 831 */
.map-tip *, .map-tip a {
  color: #fff; }
/* line 833 */
.map-tip h4, .map-tip .h4 {
  font-weight: bold; }
/* line 835 */
.map-tip #point-distance {
  float: left;
  margin-top: 0; }
/* line 840 */
.map-tip #point-duration {
  float: left;
  margin-top: 0; }
/* line 845 */
.map-tip .tip-icon {
  width: 1.875rem;
  overflow: hidden; }
/* line 850 */
.map-tip .tip-info {
  width: 10.63rem;
  padding: 0.3125rem 0 0.625rem 0.625rem; }
/* line 855 */
.map-tip .tip-info img {
  margin: 0.625rem 0 0 0;
  max-width: 100%; }
/* line 861 */
.map-tip .tip-name {
  text-transform: uppercase;
  font-weight: bold; }
/* line 867 */
.map-tip2 {
  width: 13.75rem; }
/* line 871 */
.map-tip2 .tip-icon {
  width: 1.688rem;
  height: 2.125rem;
  overflow: hidden; }
/* line 880 */
.close-tip {
  background-image: url(../img/close-tip.png);
  width: 0.6875rem;
  height: 0.6875rem;
  position: absolute;
  right: 0.625rem;
  top: 0.625rem; }
/* line 889 */
.close-tip:hover {
  cursor: pointer; }
/* line 892 */
/* line 894 */

.groups-options {
  bottom: 0;
  right: 0;
  height: auto;
  width: auto;
  padding: 1rem 1rem 1rem 1rem;
  z-index: 5; }
/* line 903 */
.groups-label {
  margin-right: 1.875rem; }
/* line 907 */
.groups-label input {
  margin: 0; }
/* line 908 */
.groups-label img {
  width: 1.563rem;
  margin: 0.3125rem 0.125rem 0 0.125remx; }
/* line 920 */
/* line 922 */

.sitemap li a {
  color: #000; }
/* line 924 */
.sitemap .caret {
  display: none; }
/* line 926 */
.sitemap .dropdown-menu {
  padding-left: 0.3125rem;
  display: block;
  position: relative;
  float: none;
  box-shadow: none;
  border: 0; }
/* line 941 */
select:focus, textarea:focus, input:not([type="button"]):focus, .form-control:focus {
  color: #dc3545;
  border-color: #004080 !important;
  -webkit-box-shadow: none !important;
  -moz-box-box-shadow: none !important;
  box-shadow: none !important;
  -aa 1-box-shadow: none !important;
  -bb 2-box-shadow: none !important;
  -cc 3-box-shadow: none !important;
  box-shadow: none !important; }
/* line 954 */
.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: #28a745; }
/* line 966 */
.has-success .form-control {
  border-color: #28a745;
  -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); }
/* line 971 */
.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; }
/* line 976 */
.has-success .input-group-addon {
  color: #28a745;
  border-color: #28a745;
  background-color: #dff0d8; }
/* line 981 */
.has-success .form-control-feedback {
  color: #28a745; }
/* line 984 */
.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: #ffc107; }
/* line 996 */
.has-warning .form-control {
  border-color: #ffc107;
  -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); }
/* line 1001 */
.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; }
/* line 1006 */
.has-warning .input-group-addon {
  color: #ffc107;
  border-color: #ffc107;
  background-color: #fcf8e3; }
/* line 1011 */
.has-warning .form-control-feedback {
  color: #ffc107; }
/* line 1014 */
.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: #dc3545; }
/* line 1026 */
.has-error .form-control {
  border-color: #dc3545;
  -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); }
/* line 1031 */
.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; }
/* line 1036 */
.has-error .input-group-addon {
  color: #dc3545;
  border-color: #dc3545;
  background-color: #f2dede; }
/* line 1041 */
.has-error .form-control-feedback {
  color: #dc3545; }
/* line 1044 */
.has-feedback label ~ .form-control-feedback {
  top: 25px; }
/* line 1047 */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }
/* line 1050 */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #6c757d;
  font-size: 0.8rem; }
/* line 1062 */
/* line 1066 */

.card-columns.card-columns-1 {
  column-count: 1; }
/* line 1066 */
.card-columns.card-columns-2 {
  column-count: 2; }
/* line 1066 */
.card-columns.card-columns-3 {
  column-count: 3; }
/* line 1066 */
.card-columns.card-columns-4 {
  column-count: 4; }
/* line 1066 */
.card-columns.card-columns-5 {
  column-count: 5; }
/* line 1066 */
.card-columns.card-columns-6 {
  column-count: 6; }
/* line 1066 */
.card-columns.card-columns-7 {
  column-count: 7; }
/* line 1066 */
.card-columns.card-columns-8 {
  column-count: 8; }
/* line 1066 */
.card-columns.card-columns-9 {
  column-count: 9; }
/* line 1066 */
.card-columns.card-columns-10 {
  column-count: 10; }
/* line 1066 */
.card-columns.card-columns-11 {
  column-count: 11; }
/* line 1066 */
.card-columns.card-columns-12 {
  column-count: 12; }

/*# sourceMappingURL=bootstrap-reset-3f9a8fb2.css.map */