@import '//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i';
@import '//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css';
/* --------------------------------

Icon colors

-------------------------------- */
.nc-icon {
  display: inline-block;
  color: inherit;
  stroke: currentColor;
  fill: none;
  stroke-width: 3px; }

/* --------------------------------

Icon basic style

-------------------------------- */
.nc-icon.grid-16 {
  height: 16px;
  width: 16px; }

.nc-icon.grid-24 {
  height: 24px;
  width: 24px; }

.nc-icon.grid-32 {
  height: 32px;
  width: 32px; }

.nc-icon.grid-48 {
  height: 48px;
  width: 48px; }

.nc-icon.grid-64 {
  height: 64px;
  width: 64px; }

.nc-align-to-text {
  /* scale and align icon to the text element */
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  position: relative;
  top: -0.0625em;
  stroke: none;
  fill: none; }

.nc-align-to-text use {
  color: inherit; }

.nc-icon.outline,
.nc-align-to-text.outline {
  stroke: currentColor;
  fill: none; }

.nc-icon.outline.stroke-1,
.nc-align-to-text.outline.stroke-1 {
  stroke-width: 1px; }

.nc-icon.outline.stroke-2,
.nc-align-to-text.outline.stroke-2 {
  stroke-width: 2px; }

.nc-icon.outline.stroke-3,
.nc-align-to-text.outline.stroke-3 {
  stroke-width: 3px; }

.nc-icon.outline.stroke-4,
.nc-align-to-text.outline.stroke-4 {
  stroke-width: 4px; }

.nc-icon.outline.stroke-1 use,
.nc-icon.outline.stroke-3 use,
.nc-align-to-text.outline.stroke-1 use,
.nc-align-to-text.outline.stroke-3 use {
  transform: translateX(0.5px) translateY(0.5px); }

/*!
 * Bootstrap v4.0.0-alpha.3 (http://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v4.0.0 | 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,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button,
input,
select,
textarea {
  font: inherit; }

optgroup {
  font-weight: bold; }

button,
input,
select {
  overflow: visible; }

button,
input,
select,
textarea {
  margin: 0; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

[disabled] {
  cursor: default; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }

html {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

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

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #0177c1;
  text-decoration: none; }
  a:focus, a:hover {
    color: #014875;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: none; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

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

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit; }

h1, .h1 {
  font-size: 3rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.55rem; }

h4, .h4 {
  font-size: 1.3rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #818a91; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0; }

.blockquote-reverse .blockquote-footer::before {
  content: ""; }

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014"; }

.img-fluid, .carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 0.3rem; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

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

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #818a91; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #373a3c; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 544px) {
    .container {
      max-width: 576px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-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, .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, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }

.col-xs {
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-xs-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-xs-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-xs-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.col-xs-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-xs-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.col-xs-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-xs-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-xs-12 {
  flex: 0 0 100%;
  max-width: 100%; }

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

.pull-xs-1 {
  right: 8.33333%; }

.pull-xs-2 {
  right: 16.66667%; }

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

.pull-xs-4 {
  right: 33.33333%; }

.pull-xs-5 {
  right: 41.66667%; }

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

.pull-xs-7 {
  right: 58.33333%; }

.pull-xs-8 {
  right: 66.66667%; }

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

.pull-xs-10 {
  right: 83.33333%; }

.pull-xs-11 {
  right: 91.66667%; }

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

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

.push-xs-1 {
  left: 8.33333%; }

.push-xs-2 {
  left: 16.66667%; }

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

.push-xs-4 {
  left: 33.33333%; }

.push-xs-5 {
  left: 41.66667%; }

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

.push-xs-7 {
  left: 58.33333%; }

.push-xs-8 {
  left: 66.66667%; }

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

.push-xs-10 {
  left: 83.33333%; }

.push-xs-11 {
  left: 91.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 544px) {
  .col-sm {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.33333%; }
  .pull-sm-2 {
    right: 16.66667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.33333%; }
  .pull-sm-5 {
    right: 41.66667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.33333%; }
  .pull-sm-8 {
    right: 66.66667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.33333%; }
  .pull-sm-11 {
    right: 91.66667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.33333%; }
  .push-sm-2 {
    left: 16.66667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.33333%; }
  .push-sm-5 {
    left: 41.66667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.33333%; }
  .push-sm-8 {
    left: 66.66667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.33333%; }
  .push-sm-11 {
    left: 91.66667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-2 {
    right: 16.66667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333%; }
  .pull-md-5 {
    right: 41.66667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333%; }
  .pull-md-8 {
    right: 66.66667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333%; }
  .pull-md-11 {
    right: 91.66667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-2 {
    left: 16.66667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333%; }
  .push-md-5 {
    left: 41.66667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333%; }
  .push-md-8 {
    left: 66.66667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333%; }
  .push-md-11 {
    left: 91.66667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333%; }
  .pull-lg-2 {
    right: 16.66667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333%; }
  .pull-lg-5 {
    right: 41.66667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333%; }
  .pull-lg-8 {
    right: 66.66667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333%; }
  .pull-lg-11 {
    right: 91.66667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333%; }
  .push-lg-2 {
    left: 16.66667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333%; }
  .push-lg-5 {
    left: 41.66667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333%; }
  .push-lg-8 {
    left: 66.66667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333%; }
  .push-lg-11 {
    left: 91.66667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333%; }
  .pull-xl-2 {
    right: 16.66667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333%; }
  .pull-xl-5 {
    right: 41.66667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333%; }
  .pull-xl-8 {
    right: 66.66667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333%; }
  .pull-xl-11 {
    right: 91.66667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333%; }
  .push-xl-2 {
    left: 16.66667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333%; }
  .push-xl-5 {
    left: 41.66667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333%; }
  .push-xl-8 {
    left: 66.66667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333%; }
  .push-xl-11 {
    left: 91.66667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef; }
  .table tbody + tbody {
    border-top: 2px solid #eceeef; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #eceeef; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #eceeef; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8; }

.table-hover .table-success:hover {
  background-color: #d0e9c6; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #d0e9c6; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7; }

.table-hover .table-info:hover {
  background-color: #c4e3f3; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #c4e3f3; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3; }

.table-hover .table-warning:hover {
  background-color: #faf2cc; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #faf2cc; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede; }

.table-hover .table-danger:hover {
  background-color: #ebcccc; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ebcccc; }

.thead-inverse th {
  color: #fff;
  background-color: #373a3c; }

.thead-default th {
  color: #55595c;
  background-color: #eceeef; }

.table-inverse {
  color: #eceeef;
  background-color: #373a3c; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #55595c; }
  .table-inverse.table-bordered {
    border: 0; }

.table-responsive {
  display: block;
  width: 100%;
  min-height: .01%;
  overflow-x: auto; }

.table-reflow thead {
  float: left; }

.table-reflow tbody {
  display: block;
  white-space: nowrap; }

.table-reflow th,
.table-reflow td {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef; }
  .table-reflow th:last-child,
  .table-reflow td:last-child {
    border-right: 1px solid #eceeef; }

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #eceeef; }

.table-reflow tr {
  float: left; }
  .table-reflow tr th,
  .table-reflow tr td {
    display: block !important;
    border: 1px solid #eceeef; }

.form-control, .gform_wrapper input,
.gform_wrapper textarea {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .form-control::-ms-expand, .gform_wrapper input::-ms-expand,
  .gform_wrapper textarea::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus, .gform_wrapper input:focus,
  .gform_wrapper textarea:focus {
    color: #55595c;
    background-color: #fff;
    border-color: #66afe9;
    outline: none; }
  .form-control::-moz-placeholder, .gform_wrapper input::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder, .gform_wrapper input:-ms-input-placeholder, .gform_wrapper textarea:-ms-input-placeholder {
    color: #999;
    opacity: 1; }
  .form-control::placeholder, .gform_wrapper input::placeholder,
  .gform_wrapper textarea::placeholder {
    color: #999;
    opacity: 1; }
  .form-control:disabled, .gform_wrapper input:disabled,
  .gform_wrapper textarea:disabled, .form-control[readonly], .gform_wrapper input[readonly],
  .gform_wrapper textarea[readonly] {
    background-color: #eceeef;
    opacity: 1; }
  .form-control:disabled, .gform_wrapper input:disabled,
  .gform_wrapper textarea:disabled {
    cursor: not-allowed; }

select.form-control:not([size]):not([multiple]) {
  height: 2.5rem; }

select.form-control:focus::-ms-value {
  color: #55595c;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block; }

.col-form-label {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0; }

.col-form-label-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem; }

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem; }

.form-control-static {
  min-height: 2.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0; }
  .form-control-static.form-control-sm, .form-control-static.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]) {
  height: 1.8125rem; }

.form-control-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]) {
  height: 3.16667rem; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-check, .dk-speakout-bcc-wrap > div {
  position: relative;
  display: block;
  margin-bottom: 0.75rem; }
  .form-check + .form-check, .dk-speakout-bcc-wrap > div + .form-check, .dk-speakout-bcc-wrap > .form-check + div, .dk-speakout-bcc-wrap > div + div {
    margin-top: -.25rem; }
  .form-check.disabled .form-check-label, .dk-speakout-bcc-wrap > div.disabled .form-check-label, .form-check.disabled .dk-speakout-bcc-wrap > div label, .dk-speakout-bcc-wrap > div .form-check.disabled label, .dk-speakout-bcc-wrap > div.disabled label {
    color: #818a91;
    cursor: not-allowed; }

.form-check-label, .dk-speakout-bcc-wrap > div label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer; }

.form-check-input, .dk-speakout-bcc-wrap > div input {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem; }
  .form-check-input:only-child, .dk-speakout-bcc-wrap > div input:only-child {
    position: static; }

.form-check-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer; }
  .form-check-inline + .form-check-inline {
    margin-left: .75rem; }
  .form-check-inline.disabled {
    cursor: not-allowed; }

.form-control-feedback {
  margin-top: 0.25rem; }

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.625rem;
  background-size: 1.25rem 1.25rem; }

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .form-check-label,
.has-success .dk-speakout-bcc-wrap > div label,
.dk-speakout-bcc-wrap > div .has-success label,
.has-success .form-check-inline,
.has-success .custom-control {
  color: #5cb85c; }

.has-success .form-control, .has-success .gform_wrapper input, .gform_wrapper .has-success input,
.has-success .gform_wrapper textarea, .gform_wrapper .has-success textarea {
  border-color: #5cb85c; }

.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea; }

.has-success .form-control-feedback {
  color: #5cb85c; }

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .form-check-label,
.has-warning .dk-speakout-bcc-wrap > div label,
.dk-speakout-bcc-wrap > div .has-warning label,
.has-warning .form-check-inline,
.has-warning .custom-control {
  color: #f0ad4e; }

.has-warning .form-control, .has-warning .gform_wrapper input, .gform_wrapper .has-warning input,
.has-warning .gform_wrapper textarea, .gform_wrapper .has-warning textarea {
  border-color: #f0ad4e; }

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white; }

.has-warning .form-control-feedback {
  color: #f0ad4e; }

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .form-check-label,
.has-danger .dk-speakout-bcc-wrap > div label,
.dk-speakout-bcc-wrap > div .has-danger label,
.has-danger .form-check-inline,
.has-danger .custom-control {
  color: #d9534f; }

.has-danger .form-control, .has-danger .gform_wrapper input, .gform_wrapper .has-danger input,
.has-danger .gform_wrapper textarea, .gform_wrapper .has-danger textarea {
  border-color: #d9534f; }

.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7; }

.has-danger .form-control-feedback {
  color: #d9534f; }

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

@media (min-width: 544px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .form-inline .gform_wrapper input, .gform_wrapper .form-inline input,
  .form-inline .gform_wrapper textarea, .gform_wrapper .form-inline textarea {
    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,
    .form-inline .input-group .gform_wrapper input,
    .gform_wrapper .form-inline .input-group input,
    .form-inline .input-group .gform_wrapper textarea,
    .gform_wrapper .form-inline .input-group textarea {
      width: auto; }
  .form-inline .input-group > .form-control, .form-inline .gform_wrapper .input-group > input, .gform_wrapper .form-inline .input-group > input,
  .form-inline .gform_wrapper .input-group > textarea, .gform_wrapper .form-inline .input-group > textarea {
    width: 100%; }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-check, .form-inline .dk-speakout-bcc-wrap > div {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-check-label, .form-inline .dk-speakout-bcc-wrap > div label, .dk-speakout-bcc-wrap > div .form-inline label {
    padding-left: 0; }
  .form-inline .form-check-input, .form-inline .dk-speakout-bcc-wrap > div input, .dk-speakout-bcc-wrap > div .form-inline input {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.btn, #secondary-menu ul li:last-child a, .article-cat {
  display: inline-block;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border-radius: 999px; }
  .btn:focus, #secondary-menu ul li:last-child a:focus, .article-cat:focus, .btn.focus, #secondary-menu ul li:last-child a.focus, .focus.article-cat, .btn:active:focus, #secondary-menu ul li:last-child a:active:focus, .article-cat:active:focus, .btn:active.focus, #secondary-menu ul li:last-child a:active.focus, .article-cat:active.focus, .btn.active:focus, #secondary-menu ul li:last-child a.active:focus, .active.article-cat:focus, .btn.active.focus, #secondary-menu ul li:last-child a.active.focus, .active.focus.article-cat {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:focus, #secondary-menu ul li:last-child a:focus, .article-cat:focus, .btn:hover, #secondary-menu ul li:last-child a:hover, .article-cat:hover {
    text-decoration: none; }
  .btn.focus, #secondary-menu ul li:last-child a.focus, .focus.article-cat {
    text-decoration: none; }
  .btn:active, #secondary-menu ul li:last-child a:active, .article-cat:active, .btn.active, #secondary-menu ul li:last-child a.active, .active.article-cat {
    background-image: none;
    outline: 0; }
  .btn.disabled, #secondary-menu ul li:last-child a.disabled, .disabled.article-cat, .btn:disabled, #secondary-menu ul li:last-child a:disabled, .article-cat:disabled {
    cursor: not-allowed;
    opacity: .65; }

a.btn.disabled, #secondary-menu ul li:last-child a.disabled, a.disabled.article-cat,
fieldset[disabled] a.btn,
fieldset[disabled] #secondary-menu ul li:last-child a,
#secondary-menu ul li:last-child fieldset[disabled] a,
fieldset[disabled] a.article-cat {
  pointer-events: none; }

.btn-primary, #secondary-menu ul li:last-child a {
  color: #fff;
  background-color: #0177c1;
  border-color: #0177c1; }
  .btn-primary:hover, #secondary-menu ul li:last-child a:hover {
    color: #fff;
    background-color: #01588e;
    border-color: #015184; }
  .btn-primary:focus, #secondary-menu ul li:last-child a:focus, .btn-primary.focus, #secondary-menu ul li:last-child a.focus {
    color: #fff;
    background-color: #01588e;
    border-color: #015184; }
  .btn-primary:active, #secondary-menu ul li:last-child a:active, .btn-primary.active, #secondary-menu ul li:last-child a.active,
  .open > .btn-primary.dropdown-toggle,
  #secondary-menu ul li:last-child .open > a.dropdown-toggle {
    color: #fff;
    background-color: #01588e;
    border-color: #015184;
    background-image: none; }
    .btn-primary:active:hover, #secondary-menu ul li:last-child a:active:hover, .btn-primary:active:focus, #secondary-menu ul li:last-child a:active:focus, .btn-primary:active.focus, #secondary-menu ul li:last-child a:active.focus, .btn-primary.active:hover, #secondary-menu ul li:last-child a.active:hover, .btn-primary.active:focus, #secondary-menu ul li:last-child a.active:focus, .btn-primary.active.focus, #secondary-menu ul li:last-child a.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    #secondary-menu ul li:last-child .open > a.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    #secondary-menu ul li:last-child .open > a.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus,
    #secondary-menu ul li:last-child .open > a.dropdown-toggle.focus {
      color: #fff;
      background-color: #01426b;
      border-color: #002942; }
  .btn-primary.disabled:focus, #secondary-menu ul li:last-child a.disabled:focus, .btn-primary.disabled.focus, #secondary-menu ul li:last-child a.disabled.focus, .btn-primary:disabled:focus, #secondary-menu ul li:last-child a:disabled:focus, .btn-primary:disabled.focus, #secondary-menu ul li:last-child a:disabled.focus {
    background-color: #0177c1;
    border-color: #0177c1; }
  .btn-primary.disabled:hover, #secondary-menu ul li:last-child a.disabled:hover, .btn-primary:disabled:hover, #secondary-menu ul li:last-child a:disabled:hover {
    background-color: #0177c1;
    border-color: #0177c1; }

.btn-secondary {
  color: #373a3c;
  background-color: #fff;
  border-color: #ccc; }
  .btn-secondary:hover {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:active, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none; }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
    .open > .btn-secondary.dropdown-toggle:hover,
    .open > .btn-secondary.dropdown-toggle:focus,
    .open > .btn-secondary.dropdown-toggle.focus {
      color: #373a3c;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
    background-color: #fff;
    border-color: #ccc; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
    background-image: none; }
    .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: #1f7e9a; }
  .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info.disabled:hover, .btn-info:disabled:hover {
    background-color: #5bc0de;
    border-color: #5bc0de; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
    background-image: none; }
    .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: #2d672d; }
  .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-success.disabled:hover, .btn-success:disabled:hover {
    background-color: #5cb85c;
    border-color: #5cb85c; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
    background-image: none; }
    .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: #b06d0f; }
  .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning.disabled:hover, .btn-warning:disabled:hover {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
    background-image: none; }
    .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: #8b211e; }
  .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-danger.disabled:hover, .btn-danger:disabled:hover {
    background-color: #d9534f;
    border-color: #d9534f; }

.btn-outline-primary {
  color: #0177c1;
  background-image: none;
  background-color: transparent;
  border-color: #0177c1; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #0177c1;
    border-color: #0177c1; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    color: #fff;
    background-color: #0177c1;
    border-color: #0177c1; }
  .btn-outline-primary:active, .btn-outline-primary.active,
  .open > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0177c1;
    border-color: #0177c1; }
    .btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus,
    .open > .btn-outline-primary.dropdown-toggle:hover,
    .open > .btn-outline-primary.dropdown-toggle:focus,
    .open > .btn-outline-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #01426b;
      border-color: #002942; }
  .btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
    border-color: #2aacfe; }
  .btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
    border-color: #2aacfe; }

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-outline-secondary:active, .btn-outline-secondary.active,
  .open > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
    .btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus,
    .open > .btn-outline-secondary.dropdown-toggle:hover,
    .open > .btn-outline-secondary.dropdown-toggle:focus,
    .open > .btn-outline-secondary.dropdown-toggle.focus {
      color: #fff;
      background-color: #a1a1a1;
      border-color: #8c8c8c; }
  .btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {
    border-color: white; }
  .btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
    border-color: white; }

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-outline-info:active, .btn-outline-info.active,
  .open > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
    .btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus,
    .open > .btn-outline-info.dropdown-toggle:hover,
    .open > .btn-outline-info.dropdown-toggle:focus,
    .open > .btn-outline-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1f7e9a; }
  .btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {
    border-color: #b0e1ef; }
  .btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
    border-color: #b0e1ef; }

.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-outline-success:active, .btn-outline-success.active,
  .open > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
    .btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus,
    .open > .btn-outline-success.dropdown-toggle:hover,
    .open > .btn-outline-success.dropdown-toggle:focus,
    .open > .btn-outline-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #2d672d; }
  .btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
    border-color: #a3d7a3; }
  .btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
    border-color: #a3d7a3; }

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-outline-warning:active, .btn-outline-warning.active,
  .open > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
    .btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus,
    .open > .btn-outline-warning.dropdown-toggle:hover,
    .open > .btn-outline-warning.dropdown-toggle:focus,
    .open > .btn-outline-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #b06d0f; }
  .btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {
    border-color: #f8d9ac; }
  .btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
    border-color: #f8d9ac; }

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-outline-danger:active, .btn-outline-danger.active,
  .open > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
    .btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus,
    .open > .btn-outline-danger.dropdown-toggle:hover,
    .open > .btn-outline-danger.dropdown-toggle:focus,
    .open > .btn-outline-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #8b211e; }
  .btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
    border-color: #eba5a3; }
  .btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
    border-color: #eba5a3; }

.btn-link {
  font-weight: normal;
  color: #0177c1;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #014875;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:disabled:focus, .btn-link:disabled:hover {
    color: #818a91;
    text-decoration: none; }

.btn-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 999px; }

.btn-sm, .article-cat {
  padding: 0.15rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 999px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity .15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: inline-block; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #818a91; }
    .nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
      color: #818a91;
      cursor: not-allowed;
      background-color: transparent; }

.nav-inline .nav-item {
  display: inline-block; }

.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
  margin-left: 1rem; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs::after {
    content: "";
    display: table;
    clear: both; }
  .nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs .nav-item + .nav-item {
      margin-left: 0.2rem; }
  .nav-tabs .nav-link {
    display: block;
    padding: 0.5em 1em;
    border: 1px solid transparent;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #eceeef #eceeef #ddd; }
    .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
      color: #818a91;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
  .nav-tabs .nav-item.open .nav-link,
  .nav-tabs .nav-item.open .nav-link:focus,
  .nav-tabs .nav-item.open .nav-link:hover {
    color: #55595c;
    background-color: #fff;
    border-color: #ddd #ddd transparent; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.nav-pills::after {
  content: "";
  display: table;
  clear: both; }

.nav-pills .nav-item {
  float: left; }
  .nav-pills .nav-item + .nav-item {
    margin-left: 0.2rem; }

.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0.25rem; }

.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #0177c1; }

.nav-stacked .nav-item {
  display: block;
  float: none; }
  .nav-stacked .nav-item + .nav-item {
    margin-top: 0.2rem;
    margin-left: 0; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  padding: 0.5rem 1rem; }
  .navbar::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .navbar {
      border-radius: 0.25rem; } }

.navbar-full {
  z-index: 1000; }
  @media (min-width: 544px) {
    .navbar-full {
      border-radius: 0; } }

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

.navbar-fixed-top {
  top: 0; }

.navbar-fixed-bottom {
  bottom: 0; }

.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%; }
  @media (min-width: 544px) {
    .navbar-sticky-top {
      border-radius: 0; } }

.navbar-brand {
  float: left;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 1.25rem; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: .425rem;
  padding-bottom: .425rem;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden; }
  .navbar-divider::before {
    content: "\00a0"; }

.navbar-toggler {
  padding: .5rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: none;
  border: 1px solid transparent;
  border-radius: 999px; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

.navbar-nav .nav-item {
  float: left; }

.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem; }
  .navbar-nav .nav-link + .nav-link {
    margin-left: 1rem; }

.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.8); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.8); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3); }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.6); }

.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8); }

.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075); }

.navbar-dark .navbar-brand {
  color: white; }
  .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: white; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: white; }

.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075); }

.navbar-toggleable-xs::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 543px) {
  .navbar-toggleable-xs .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }

@media (min-width: 544px) {
  .navbar-toggleable-xs {
    display: block !important; } }

.navbar-toggleable-sm::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    display: block !important; } }

.navbar-toggleable-md::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }

@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block !important; } }

.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.card-block {
  padding: 1.25rem; }
  .card-block::after {
    content: "";
    display: table;
    clear: both; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header::after {
    content: "";
    display: table;
    clear: both; }
  .card-header:first-child {
    border-radius: 0.25rem 0.25rem 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer::after {
    content: "";
    display: table;
    clear: both; }
  .card-footer:last-child {
    border-radius: 0 0 0.25rem 0.25rem; }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-primary {
  background-color: #0177c1;
  border-color: #0177c1; }
  .card-primary .card-header,
  .card-primary .card-footer {
    background-color: transparent; }

.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c; }
  .card-success .card-header,
  .card-success .card-footer {
    background-color: transparent; }

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .card-info .card-header,
  .card-info .card-footer {
    background-color: transparent; }

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .card-warning .card-header,
  .card-warning .card-footer {
    background-color: transparent; }

.card-danger {
  background-color: #d9534f;
  border-color: #d9534f; }
  .card-danger .card-header,
  .card-danger .card-footer {
    background-color: transparent; }

.card-outline-primary {
  background-color: transparent;
  border-color: #0177c1; }

.card-outline-secondary {
  background-color: transparent;
  border-color: #ccc; }

.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de; }

.card-outline-success {
  background-color: transparent;
  border-color: #5cb85c; }

.card-outline-warning {
  background-color: transparent;
  border-color: #f0ad4e; }

.card-outline-danger {
  background-color: transparent;
  border-color: #d9534f; }

.card-inverse .card-header,
.card-inverse .card-footer {
  border-color: rgba(255, 255, 255, 0.2); }

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff; }

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65); }

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff; }

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0; }

.card-img {
  border-radius: 0.25rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.card-img-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

@media (min-width: 544px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -0.625rem;
    margin-bottom: 0.75rem;
    margin-left: -0.625rem; }
    .card-deck .card {
      flex: 1 0;
      margin-right: 0.625rem;
      margin-bottom: 0;
      margin-left: 0.625rem; } }

@media (min-width: 544px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group .card {
      flex: 1 0; }
      .card-group .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-top {
          border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-bottom {
          border-bottom-right-radius: 0; }
      .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-top {
          border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-bottom {
          border-bottom-left-radius: 0; }
      .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0; }
        .card-group .card:not(:first-child):not(:last-child) .card-img-top,
        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
          border-radius: 0; } }

@media (min-width: 544px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem; }
    .card-columns .card {
      width: 100%; } }

.alert {
  padding: 15px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: bold; }

.alert-dismissible {
  padding-right: 30px; }
  .alert-dismissible .close {
    position: relative;
    top: -.125rem;
    right: -15px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c1e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

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

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7ecb5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9b9; }
  .alert-danger .alert-link {
    color: #843534; }

.media {
  display: flex; }

.media-body {
  flex: 1 1; }

.media-middle {
  align-self: center; }

.media-bottom {
  align-self: flex-end; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right {
  padding-left: 10px; }

.media-left {
  padding-right: 10px; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.embed-responsive, .wp-block-embed.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item, .wp-block-embed.wp-block-embed-youtube .wp-block-embed__wrapper .embed-responsive-item,
  .embed-responsive iframe,
  .wp-block-embed.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
  .embed-responsive embed,
  .wp-block-embed.wp-block-embed-youtube .wp-block-embed__wrapper embed,
  .embed-responsive object,
  .wp-block-embed.wp-block-embed-youtube .wp-block-embed__wrapper object,
  .embed-responsive video,
  .wp-block-embed.wp-block-embed-youtube .wp-block-embed__wrapper video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9 {
  padding-bottom: 42.85714%; }

.embed-responsive-16by9, .wp-block-embed.wp-block-embed-youtube .wp-block-embed__wrapper {
  padding-bottom: 56.25%; }

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

.embed-responsive-1by1 {
  padding-bottom: 100%; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2; }
  .close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch; }
  .modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -25%); }
  .modal.in .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.in {
    opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header::after {
    content: "";
    display: table;
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer::after {
    content: "";
    display: table;
    clear: both; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 544px) {
  .modal-dialog {
    max-width: 600px;
    margin: 30px auto; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 900px; } }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover.popover-top, .popover.bs-tether-element-attached-bottom {
    margin-top: -10px; }
    .popover.popover-top .popover-arrow, .popover.bs-tether-element-attached-bottom .popover-arrow {
      bottom: -11px;
      left: 50%;
      margin-left: -11px;
      border-top-color: rgba(0, 0, 0, 0.25);
      border-bottom-width: 0; }
      .popover.popover-top .popover-arrow::after, .popover.bs-tether-element-attached-bottom .popover-arrow::after {
        bottom: 1px;
        margin-left: -10px;
        content: "";
        border-top-color: #fff;
        border-bottom-width: 0; }
  .popover.popover-right, .popover.bs-tether-element-attached-left {
    margin-left: 10px; }
    .popover.popover-right .popover-arrow, .popover.bs-tether-element-attached-left .popover-arrow {
      top: 50%;
      left: -11px;
      margin-top: -11px;
      border-right-color: rgba(0, 0, 0, 0.25);
      border-left-width: 0; }
      .popover.popover-right .popover-arrow::after, .popover.bs-tether-element-attached-left .popover-arrow::after {
        bottom: -10px;
        left: 1px;
        content: "";
        border-right-color: #fff;
        border-left-width: 0; }
  .popover.popover-bottom, .popover.bs-tether-element-attached-top {
    margin-top: 10px; }
    .popover.popover-bottom .popover-arrow, .popover.bs-tether-element-attached-top .popover-arrow {
      top: -11px;
      left: 50%;
      margin-left: -11px;
      border-top-width: 0;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
      .popover.popover-bottom .popover-arrow::after, .popover.bs-tether-element-attached-top .popover-arrow::after {
        top: 1px;
        margin-left: -10px;
        content: "";
        border-top-width: 0;
        border-bottom-color: #fff; }
  .popover.popover-left, .popover.bs-tether-element-attached-right {
    margin-left: -10px; }
    .popover.popover-left .popover-arrow, .popover.bs-tether-element-attached-right .popover-arrow {
      top: 50%;
      right: -11px;
      margin-top: -11px;
      border-right-width: 0;
      border-left-color: rgba(0, 0, 0, 0.25); }
      .popover.popover-left .popover-arrow::after, .popover.bs-tether-element-attached-right .popover-arrow::after {
        right: 1px;
        bottom: -10px;
        content: "";
        border-right-width: 0;
        border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0.2375rem 0.2375rem 0 0; }
  .popover-title:empty {
    display: none; }

.popover-content {
  padding: 9px 14px; }

.popover-arrow, .popover-arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover-arrow {
  border-width: 11px; }

.popover-arrow::after {
  content: "";
  border-width: 10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .carousel-item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left; }
    .carousel-inner > .carousel-item > img,
    .carousel-inner > .carousel-item > a > img {
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .carousel-item {
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        perspective: 1000px; }
        .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
          left: 0;
          transform: translate3d(100%, 0, 0); }
        .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
          left: 0;
          transform: translate3d(-100%, 0, 0); }
        .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
          left: 0;
          transform: translate3d(0, 0, 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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5; }
  .carousel-control.left {
    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 {
    right: 0;
    left: auto;
    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:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1; }
  .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev::before {
    content: "\2039"; }
  .carousel-control .icon-next::before {
    content: "\203a"; }

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

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  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, .carousel-caption #secondary-menu ul li:last-child a, #secondary-menu ul li:last-child .carousel-caption a, .carousel-caption .article-cat {
    text-shadow: none; }

@media (min-width: 544px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.bg-faded {
  background-color: #f7f7f9; }

.bg-primary {
  color: #fff !important;
  background-color: #0177c1 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #01588e !important; }

.bg-success {
  color: #fff !important;
  background-color: #5cb85c !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44 !important; }

.bg-info {
  color: #fff !important;
  background-color: #5bc0de !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important; }

.bg-warning {
  color: #fff !important;
  background-color: #f0ad4e !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f !important; }

.bg-danger {
  color: #fff !important;
  background-color: #d9534f !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c !important; }

.bg-inverse {
  color: #fff !important;
  background-color: #373a3c !important; }

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #1f2021 !important; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.d-block {
  display: block !important; }

.d-inline-block {
  display: inline-block !important; }

.d-inline {
  display: inline !important; }

.flex-xs-first {
  order: -1; }

.flex-xs-last {
  order: 1; }

.flex-xs-unordered {
  order: 0; }

.flex-items-xs-top {
  align-items: flex-start; }

.flex-items-xs-middle {
  align-items: center; }

.flex-items-xs-bottom {
  align-items: flex-end; }

.flex-xs-top {
  align-self: flex-start; }

.flex-xs-middle {
  align-self: center; }

.flex-xs-bottom {
  align-self: flex-end; }

.flex-items-xs-left {
  justify-content: flex-start; }

.flex-items-xs-center {
  justify-content: center; }

.flex-items-xs-right {
  justify-content: flex-end; }

.flex-items-xs-around {
  justify-content: space-around; }

.flex-items-xs-between {
  justify-content: space-between; }

@media (min-width: 544px) {
  .flex-sm-first {
    order: -1; }
  .flex-sm-last {
    order: 1; }
  .flex-sm-unordered {
    order: 0; } }

@media (min-width: 544px) {
  .flex-items-sm-top {
    align-items: flex-start; }
  .flex-items-sm-middle {
    align-items: center; }
  .flex-items-sm-bottom {
    align-items: flex-end; } }

@media (min-width: 544px) {
  .flex-sm-top {
    align-self: flex-start; }
  .flex-sm-middle {
    align-self: center; }
  .flex-sm-bottom {
    align-self: flex-end; } }

@media (min-width: 544px) {
  .flex-items-sm-left {
    justify-content: flex-start; }
  .flex-items-sm-center {
    justify-content: center; }
  .flex-items-sm-right {
    justify-content: flex-end; }
  .flex-items-sm-around {
    justify-content: space-around; }
  .flex-items-sm-between {
    justify-content: space-between; } }

@media (min-width: 768px) {
  .flex-md-first {
    order: -1; }
  .flex-md-last {
    order: 1; }
  .flex-md-unordered {
    order: 0; } }

@media (min-width: 768px) {
  .flex-items-md-top {
    align-items: flex-start; }
  .flex-items-md-middle {
    align-items: center; }
  .flex-items-md-bottom {
    align-items: flex-end; } }

@media (min-width: 768px) {
  .flex-md-top {
    align-self: flex-start; }
  .flex-md-middle {
    align-self: center; }
  .flex-md-bottom {
    align-self: flex-end; } }

@media (min-width: 768px) {
  .flex-items-md-left {
    justify-content: flex-start; }
  .flex-items-md-center {
    justify-content: center; }
  .flex-items-md-right {
    justify-content: flex-end; }
  .flex-items-md-around {
    justify-content: space-around; }
  .flex-items-md-between {
    justify-content: space-between; } }

@media (min-width: 992px) {
  .flex-lg-first {
    order: -1; }
  .flex-lg-last {
    order: 1; }
  .flex-lg-unordered {
    order: 0; } }

@media (min-width: 992px) {
  .flex-items-lg-top {
    align-items: flex-start; }
  .flex-items-lg-middle {
    align-items: center; }
  .flex-items-lg-bottom {
    align-items: flex-end; } }

@media (min-width: 992px) {
  .flex-lg-top {
    align-self: flex-start; }
  .flex-lg-middle {
    align-self: center; }
  .flex-lg-bottom {
    align-self: flex-end; } }

@media (min-width: 992px) {
  .flex-items-lg-left {
    justify-content: flex-start; }
  .flex-items-lg-center {
    justify-content: center; }
  .flex-items-lg-right {
    justify-content: flex-end; }
  .flex-items-lg-around {
    justify-content: space-around; }
  .flex-items-lg-between {
    justify-content: space-between; } }

@media (min-width: 1200px) {
  .flex-xl-first {
    order: -1; }
  .flex-xl-last {
    order: 1; }
  .flex-xl-unordered {
    order: 0; } }

@media (min-width: 1200px) {
  .flex-items-xl-top {
    align-items: flex-start; }
  .flex-items-xl-middle {
    align-items: center; }
  .flex-items-xl-bottom {
    align-items: flex-end; } }

@media (min-width: 1200px) {
  .flex-xl-top {
    align-self: flex-start; }
  .flex-xl-middle {
    align-self: center; }
  .flex-xl-bottom {
    align-self: flex-end; } }

@media (min-width: 1200px) {
  .flex-items-xl-left {
    justify-content: flex-start; }
  .flex-items-xl-center {
    justify-content: center; }
  .flex-items-xl-right {
    justify-content: flex-end; }
  .flex-items-xl-around {
    justify-content: space-around; }
  .flex-items-xl-between {
    justify-content: space-between; } }

.pull-xs-left {
  float: left !important; }

.pull-xs-right {
  float: right !important; }

.pull-xs-none {
  float: none !important; }

@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important; }
  .pull-sm-right {
    float: right !important; }
  .pull-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .pull-md-left {
    float: left !important; }
  .pull-md-right {
    float: right !important; }
  .pull-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .pull-lg-left {
    float: left !important; }
  .pull-lg-right {
    float: right !important; }
  .pull-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .pull-xl-left {
    float: left !important; }
  .pull-xl-right {
    float: right !important; }
  .pull-xl-none {
    float: none !important; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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; }

.w-100 {
  width: 100% !important; }

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-a-0 {
  margin: 0 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-a-1 {
  margin: 1rem 1rem !important; }

.m-t-1 {
  margin-top: 1rem !important; }

.m-r-1 {
  margin-right: 1rem !important; }

.m-b-1 {
  margin-bottom: 1rem !important; }

.m-l-1 {
  margin-left: 1rem !important; }

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-a-2 {
  margin: 1.5rem 1.5rem !important; }

.m-t-2 {
  margin-top: 1.5rem !important; }

.m-r-2 {
  margin-right: 1.5rem !important; }

.m-b-2 {
  margin-bottom: 1.5rem !important; }

.m-l-2 {
  margin-left: 1.5rem !important; }

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-a-3 {
  margin: 3rem 3rem !important; }

.m-t-3 {
  margin-top: 3rem !important; }

.m-r-3 {
  margin-right: 3rem !important; }

.m-b-3 {
  margin-bottom: 3rem !important; }

.m-l-3 {
  margin-left: 3rem !important; }

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-a-0 {
  padding: 0 0 !important; }

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

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

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

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

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-a-1 {
  padding: 1rem 1rem !important; }

.p-t-1 {
  padding-top: 1rem !important; }

.p-r-1 {
  padding-right: 1rem !important; }

.p-b-1 {
  padding-bottom: 1rem !important; }

.p-l-1 {
  padding-left: 1rem !important; }

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-a-2 {
  padding: 1.5rem 1.5rem !important; }

.p-t-2 {
  padding-top: 1.5rem !important; }

.p-r-2 {
  padding-right: 1.5rem !important; }

.p-b-2 {
  padding-bottom: 1.5rem !important; }

.p-l-2 {
  padding-left: 1.5rem !important; }

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-a-3 {
  padding: 3rem 3rem !important; }

.p-t-3 {
  padding-top: 3rem !important; }

.p-r-3 {
  padding-right: 3rem !important; }

.p-b-3 {
  padding-bottom: 3rem !important; }

.p-l-3 {
  padding-left: 3rem !important; }

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-xs-left {
  text-align: left !important; }

.text-xs-right {
  text-align: right !important; }

.text-xs-center {
  text-align: center !important; }

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

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

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-muted {
  color: #818a91 !important; }

a.text-muted:focus, a.text-muted:hover {
  color: #687077 !important; }

.text-primary {
  color: #0177c1 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #01588e !important; }

.text-success {
  color: #5cb85c !important; }

a.text-success:focus, a.text-success:hover {
  color: #449d44 !important; }

.text-info {
  color: #5bc0de !important; }

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important; }

.text-warning {
  color: #f0ad4e !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important; }

.text-danger {
  color: #d9534f !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.invisible {
  visibility: hidden !important; }

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

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !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; } }

@media (max-width: 767px) {
  .order-first-sm-down {
    order: -1; } }

@media (max-width: 543px) {
  [data-clear-xs="2n+1"] > :nth-child(2n+1) {
    clear: left; }
  [data-clear-xs="3n+1"] > :nth-child(3n+1) {
    clear: left; }
  [data-clear-xs="4n+1"] > :nth-child(4n+1) {
    clear: left; }
  [data-clear-xs="5n+1"] > :nth-child(5n+1) {
    clear: left; }
  [data-clear-xs="6n+1"] > :nth-child(6n+1) {
    clear: left; }
  [data-clear-xs="7n+1"] > :nth-child(7n+1) {
    clear: left; }
  [data-clear-xs="8n+1"] > :nth-child(8n+1) {
    clear: left; } }

@media (min-width: 544px) and (max-width: 767px) {
  [data-clear-sm="2n+1"] > :nth-child(2n+1) {
    clear: left; }
  [data-clear-sm="3n+1"] > :nth-child(3n+1) {
    clear: left; }
  [data-clear-sm="4n+1"] > :nth-child(4n+1) {
    clear: left; }
  [data-clear-sm="5n+1"] > :nth-child(5n+1) {
    clear: left; }
  [data-clear-sm="6n+1"] > :nth-child(6n+1) {
    clear: left; }
  [data-clear-sm="7n+1"] > :nth-child(7n+1) {
    clear: left; }
  [data-clear-sm="8n+1"] > :nth-child(8n+1) {
    clear: left; } }

@media (min-width: 768px) and (max-width: 991px) {
  [data-clear-md="2n+1"] > :nth-child(2n+1) {
    clear: left; }
  [data-clear-md="3n+1"] > :nth-child(3n+1) {
    clear: left; }
  [data-clear-md="4n+1"] > :nth-child(4n+1) {
    clear: left; }
  [data-clear-md="5n+1"] > :nth-child(5n+1) {
    clear: left; }
  [data-clear-md="6n+1"] > :nth-child(6n+1) {
    clear: left; }
  [data-clear-md="7n+1"] > :nth-child(7n+1) {
    clear: left; }
  [data-clear-md="8n+1"] > :nth-child(8n+1) {
    clear: left; } }

@media (min-width: 992px) {
  [data-clear-lg="2n+1"] > :nth-child(2n+1) {
    clear: left; }
  [data-clear-lg="3n+1"] > :nth-child(3n+1) {
    clear: left; }
  [data-clear-lg="4n+1"] > :nth-child(4n+1) {
    clear: left; }
  [data-clear-lg="5n+1"] > :nth-child(5n+1) {
    clear: left; }
  [data-clear-lg="6n+1"] > :nth-child(6n+1) {
    clear: left; }
  [data-clear-lg="7n+1"] > :nth-child(7n+1) {
    clear: left; }
  [data-clear-lg="8n+1"] > :nth-child(8n+1) {
    clear: left; } }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid 1px;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 0.875rem;
  margin: 0;
  padding: 0 4px 5px; }

.events-content {
  margin-top: 25px; }

.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
  background-color: #0177c1;
  padding: 11px 40px;
  border-radius: 30px; }
  .tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button:hover {
    background-color: #0187da; }

.tribe-events .tribe-events-c-search__button {
  background-color: #0177c1; }
  .tribe-events .tribe-events-c-search__button:hover {
    background-color: #0187da; }

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
  border-color: #0177c1;
  color: #0177c1;
  border-radius: 30px; }
  .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within {
    background-color: #0177c1;
    color: #FFF; }

.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
  background-color: #0177c1; }

.tribe-events .tribe-events-calendar-month__multiday-event-bar-title {
  color: #FFF; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding: 30px 0px 10px 0px; }

#instagram-feed {
  margin-top: 15px; }
  #instagram-feed .insta-items {
    display: flex;
    overflow-x: auto;
    background-color: #FFF; }
    #instagram-feed .insta-items .insta-item {
      border: 3px solid #000;
      display: inline-block;
      position: relative;
      background-size: cover;
      background-position: center center;
      overflow: hidden;
      min-width: 250px;
      height: 250px; }
      @media (max-width: 991px) {
        #instagram-feed .insta-items .insta-item {
          min-width: 150px;
          height: 150px; } }
      #instagram-feed .insta-items .insta-item img {
        width: 100%;
        height: 100%;
        transition: transform .3s ease-in-out; }
      #instagram-feed .insta-items .insta-item:hover img, #instagram-feed .insta-items .insta-item:focus img, #instagram-feed .insta-items .insta-item:active img {
        transform: scale(1.05); }

.instagram-username {
  display: flex;
  margin-left: 1.5rem;
  align-items: center;
  justify-content: flex-start; }
  .instagram-username__icon {
    display: flex;
    align-items: center;
    margin-right: 0.4rem; }
    .instagram-username__icon .fa-instagram {
      color: #0177c1;
      font-size: 2rem; }
  .instagram-username__link {
    color: #0177c1;
    text-decoration: none;
    transition: 0.25s ease;
    font-weight: 700;
    font-size: 1rem; }
    .instagram-username__link:hover, .instagram-username__link:focus, .instagram-username__link:active {
      color: #3b526a; }

body {
  position: relative;
  right: 0;
  transition: 0.5s; }
  @media (max-width: 991px) {
    body.menu-open {
      right: 260px; } }
  body.home, body.page-template-home-dupe, body.blog {
    background-color: #ececec; }
  @media (max-width: 600px) {
    body.admin-bar {
      margin-top: -46px; } }

h3,
h4 {
  margin-bottom: 2rem;
  line-height: 1.3; }

@media (max-width: 600px) {
  #wpadminbar {
    display: none; } }

.btn, #secondary-menu ul li:last-child a, .article-cat {
  font-size: 0.75rem;
  border-width: 2px;
  transition: 0.3s;
  text-transform: uppercase; }

.btn-wide, #secondary-menu ul li:last-child a {
  min-width: 200px; }

.btn-outline-white {
  color: #fff;
  background-image: none;
  background-color: transparent;
  border-color: #fff; }
  .btn-outline-white:hover {
    color: #fff;
    background-color: #fff;
    border-color: #fff; }
  .btn-outline-white:focus, .btn-outline-white.focus {
    color: #fff;
    background-color: #fff;
    border-color: #fff; }
  .btn-outline-white:active, .btn-outline-white.active,
  .open > .btn-outline-white.dropdown-toggle {
    color: #fff;
    background-color: #fff;
    border-color: #fff; }
    .btn-outline-white:active:hover, .btn-outline-white:active:focus, .btn-outline-white:active.focus, .btn-outline-white.active:hover, .btn-outline-white.active:focus, .btn-outline-white.active.focus,
    .open > .btn-outline-white.dropdown-toggle:hover,
    .open > .btn-outline-white.dropdown-toggle:focus,
    .open > .btn-outline-white.dropdown-toggle.focus {
      color: #fff;
      background-color: #d4d4d4;
      border-color: #bfbfbf; }
  .btn-outline-white.disabled:focus, .btn-outline-white.disabled.focus, .btn-outline-white:disabled:focus, .btn-outline-white:disabled.focus {
    border-color: white; }
  .btn-outline-white.disabled:hover, .btn-outline-white:disabled:hover {
    border-color: white; }

.btn-icon {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  padding-right: 40px; }
  @media (min-width: 768px) {
    .btn-icon {
      padding-left: 20px;
      padding-right: 30px; } }
  @media (min-width: 1200px) {
    .btn-icon {
      padding-left: 30px;
      padding-right: 40px; } }
  .btn-icon .nc-icon {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: middle;
    position: relative;
    margin-right: 5px; }

.btn-white {
  color: #373a3c;
  background-color: #fff;
  border-color: #fff; }
  .btn-white:hover {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #e0e0e0; }
  .btn-white:focus, .btn-white.focus {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #e0e0e0; }
  .btn-white:active, .btn-white.active,
  .open > .btn-white.dropdown-toggle {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #e0e0e0;
    background-image: none; }
    .btn-white:active:hover, .btn-white:active:focus, .btn-white:active.focus, .btn-white.active:hover, .btn-white.active:focus, .btn-white.active.focus,
    .open > .btn-white.dropdown-toggle:hover,
    .open > .btn-white.dropdown-toggle:focus,
    .open > .btn-white.dropdown-toggle.focus {
      color: #373a3c;
      background-color: #d4d4d4;
      border-color: #bfbfbf; }
  .btn-white.disabled:focus, .btn-white.disabled.focus, .btn-white:disabled:focus, .btn-white:disabled.focus {
    background-color: #fff;
    border-color: #fff; }
  .btn-white.disabled:hover, .btn-white:disabled:hover {
    background-color: #fff;
    border-color: #fff; }

.btn-ksc {
  color: #000;
  background-color: #d0dc2a;
  border-color: #d0dc2a; }
  .btn-ksc:hover {
    color: #000;
    background-color: #abb51e;
    border-color: #a3ac1c; }
  .btn-ksc:focus, .btn-ksc.focus {
    color: #000;
    background-color: #abb51e;
    border-color: #a3ac1c; }
  .btn-ksc:active, .btn-ksc.active,
  .open > .btn-ksc.dropdown-toggle {
    color: #000;
    background-color: #abb51e;
    border-color: #a3ac1c;
    background-image: none; }
    .btn-ksc:active:hover, .btn-ksc:active:focus, .btn-ksc:active.focus, .btn-ksc.active:hover, .btn-ksc.active:focus, .btn-ksc.active.focus,
    .open > .btn-ksc.dropdown-toggle:hover,
    .open > .btn-ksc.dropdown-toggle:focus,
    .open > .btn-ksc.dropdown-toggle.focus {
      color: #000;
      background-color: #8e9719;
      border-color: #6d7413; }
  .btn-ksc.disabled:focus, .btn-ksc.disabled.focus, .btn-ksc:disabled:focus, .btn-ksc:disabled.focus {
    background-color: #d0dc2a;
    border-color: #d0dc2a; }
  .btn-ksc.disabled:hover, .btn-ksc:disabled:hover {
    background-color: #d0dc2a;
    border-color: #d0dc2a; }

.btn-blue {
  color: #fff;
  background-color: #0099ff;
  border-color: #0099ff; }
  .btn-blue:hover {
    color: #fff;
    background-color: #007acc;
    border-color: #0074c2; }
  .btn-blue:focus, .btn-blue.focus {
    color: #fff;
    background-color: #007acc;
    border-color: #0074c2; }
  .btn-blue:active, .btn-blue.active,
  .open > .btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #007acc;
    border-color: #0074c2;
    background-image: none; }
    .btn-blue:active:hover, .btn-blue:active:focus, .btn-blue:active.focus, .btn-blue.active:hover, .btn-blue.active:focus, .btn-blue.active.focus,
    .open > .btn-blue.dropdown-toggle:hover,
    .open > .btn-blue.dropdown-toggle:focus,
    .open > .btn-blue.dropdown-toggle.focus {
      color: #fff;
      background-color: #0065a8;
      border-color: #004d80; }
  .btn-blue.disabled:focus, .btn-blue.disabled.focus, .btn-blue:disabled:focus, .btn-blue:disabled.focus {
    background-color: #0099ff;
    border-color: #0099ff; }
  .btn-blue.disabled:hover, .btn-blue:disabled:hover {
    background-color: #0099ff;
    border-color: #0099ff; }

#btn-menu {
  position: absolute;
  top: 50%;
  right: 15px;
  color: #2d3e50;
  background: transparent;
  border: none;
  transform: translate(0px, -50%); }
  @media (min-width: 992px) {
    #btn-menu {
      display: none; } }
  #btn-menu:hover, #btn-menu:active, #btn-menu:focus {
    outline: none; }
  #btn-menu i,
  #btn-menu span {
    vertical-align: middle; }
  #btn-menu i {
    font-size: 1.55rem; }
  #btn-menu span {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
    width: 50px;
    overflow: hidden;
    transition: 0.3s; }
    .menu-open #btn-menu span {
      width: 0; }

#header {
  background-color: #f7f7f9;
  position: relative;
  right: 0; }
  @media (min-width: 992px) {
    .menu-fixed #header {
      padding-bottom: 54px; } }
  @media (max-width: 991px) {
    #header {
      transition: 0.5s;
      box-shadow: 0 0 10px #818a91; } }
  #header #logo {
    display: inline-block;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1; }
    #header #logo img {
      height: 54px; }
      @media (max-width: 767px) {
        #header #logo img {
          width: 190px;
          height: 38px; } }

#header-topsection {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 767px) {
    #header-topsection {
      padding-top: 6px;
      padding-bottom: 6px;
      padding-left: 6px; } }

#main-menu {
  background-color: #3b526a;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }
  @media (min-width: 992px) {
    .menu-fixed #main-menu {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1000; }
    .admin-bar.menu-fixed #main-menu {
      top: 32px; } }
  #main-menu a {
    color: #fff; }
  #main-menu > ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    #main-menu > ul > li {
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        #main-menu > ul > li:hover > a, #main-menu > ul > li:active > a, #main-menu > ul > li:focus > a {
          box-shadow: inset 0 -3px 0 #fff; }
        #main-menu > ul > li:hover .sub-menu, #main-menu > ul > li:active .sub-menu, #main-menu > ul > li:focus .sub-menu {
          visibility: visible;
          opacity: 1;
          transition-delay: 0s; } }
      @media (min-width: 992px) {
        #main-menu > ul > li.current-menu-item > a, #main-menu > ul > li.current-page-ancestor > a {
          box-shadow: inset 0 -3px 0 #fff; } }
      #main-menu > ul > li > a {
        display: block;
        padding-top: 15px;
        padding-bottom: 15px;
        text-transform: uppercase;
        font-weight: 700;
        text-decoration: none; }
  #main-menu .show-sub {
    display: none;
    position: absolute;
    top: 0;
    right: -5px;
    bottom: 0;
    width: 30px;
    cursor: pointer; }
    #main-menu .show-sub:before {
      position: absolute;
      top: 50%;
      right: 5px;
      transform: translate(0, -50%); }
  #main-menu .sub-menu {
    list-style: none;
    margin: 0; }
    @media (min-width: 992px) {
      #main-menu .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1000;
        visibility: hidden;
        opacity: 0;
        background-color: #2d3e50;
        transition: visibility 0s ease 0.3s, opacity 0.3s ease;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
        padding-bottom: 30px; }
        #main-menu .sub-menu > li {
          width: 33.333%;
          float: left; }
          #main-menu .sub-menu > li:nth-child(2n + 2) {
            clear: left; }
          #main-menu .sub-menu > li > a {
            display: inline-block;
            padding: 8px 10px;
            text-decoration: none;
            font-weight: 300;
            border-radius: 5px; }
            #main-menu .sub-menu > li > a:hover {
              background-color: #1b252f; } }
    @media (max-width: 991px) {
      #main-menu .sub-menu {
        position: fixed;
        top: 0px;
        bottom: 0;
        right: -260px;
        width: 100%;
        max-width: 260px;
        z-index: 1000;
        border-left: 1px solid #2d3e50;
        overflow: auto;
        transition: 0.5s;
        background-color: #3b526a;
        color: #fff;
        padding-left: 15px;
        padding-right: 15px; }
        #main-menu .sub-menu > li {
          padding-left: 15px;
          padding-right: 15px; }
          #main-menu .sub-menu > li > a {
            display: block;
            padding-top: 15px;
            padding-bottom: 15px;
            text-transform: uppercase;
            font-weight: 700;
            text-decoration: none; } }
  .menu-open #main-menu .submenu-open > .sub-menu {
    right: 0; }
  @media (min-width: 992px) {
    #main-menu > ul > li {
      display: inline-block; }
    #main-menu .menu-back {
      display: none; }
    #main-menu .secondary-menu {
      display: none; } }
  @media (max-width: 991px) {
    #main-menu {
      position: fixed;
      top: 0px;
      bottom: 0;
      right: -260px;
      width: 100%;
      max-width: 260px;
      z-index: 1000;
      border-left: 1px solid #2d3e50;
      overflow: auto;
      transition: 0.5s; }
      .menu-open #main-menu {
        right: 0; }
      #main-menu .show-sub {
        display: block; }
      #main-menu .menu-back {
        background-color: #2d3e50;
        margin-left: -15px;
        margin-right: -15px;
        padding-top: 10px;
        padding-bottom: 10px;
        text-transform: uppercase;
        cursor: pointer; }
        #main-menu .menu-back i {
          margin-right: 5px; }
      #main-menu li {
        position: relative;
        border-top: 1px solid rgba(255, 255, 255, 0.15); }
      #main-menu .secondary-menu {
        margin-left: -15px;
        margin-right: -15px;
        background-color: #2d3e50;
        padding-left: 15px;
        padding-right: 15px; }
        #main-menu .secondary-menu li:first-child {
          border-top: none; } }

@media (max-width: 991px) {
  #secondary-menu {
    display: none; } }

#secondary-menu ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  #secondary-menu ul li {
    display: inline-block;
    line-height: 56px;
    padding-left: 15px;
    padding-right: 15px; }
    #secondary-menu ul li a {
      display: block;
      font-size: 0.75rem;
      text-transform: uppercase;
      font-weight: 600; }

#search #btn-search {
  background: transparent;
  border: none; }
  #search #btn-search:hover, #search #btn-search:active, #search #btn-search:focus {
    outline: none; }

#search .form-control, #search .gform_wrapper input, .gform_wrapper #search input,
#search .gform_wrapper textarea, .gform_wrapper #search textarea {
  border: none; }

@media (max-width: 991px) {
  #search {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px; }
    #search #btn-search {
      position: absolute;
      top: 50%;
      left: 5px;
      transform: translate(0, -50%); }
    #search .form-control, #search .gform_wrapper input, .gform_wrapper #search input,
    #search .gform_wrapper textarea, .gform_wrapper #search textarea {
      padding-left: 35px; } }

@media (min-width: 992px) {
  #search {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0, -50%); }
    #search #btn-search {
      opacity: 0;
      color: #fff; }
    #search .form-control, #search .gform_wrapper input, .gform_wrapper #search input,
    #search .gform_wrapper textarea, .gform_wrapper #search textarea {
      display: inline-block;
      opacity: 1;
      width: 300px;
      transition: 0.3s; }
    #search.search-close .form-control, #search.search-close .gform_wrapper input, .gform_wrapper #search.search-close input,
    #search.search-close .gform_wrapper textarea, .gform_wrapper #search.search-close textarea {
      opacity: 0;
      width: 0;
      padding-left: 0;
      padding-right: 0; }
    #search.search-close #btn-search {
      opacity: 1;
      transition: opacity 0.2s ease 0.3s; } }

#footer {
  background-color: #3b526a;
  color: #fff;
  font-size: 0.875rem; }
  @media (min-width: 768px) {
    #footer {
      background-image: linear-gradient(to right, #2d3e50 0%, #2d3e50 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF2D3E50', endColorstr='#FF2D3E50', GradientType=1);
      background-repeat: no-repeat;
      background-size: 33.333% 100%; } }
  #footer h3 {
    position: relative;
    font-size: 1rem;
    text-transform: uppercase;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem; }
    #footer h3:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      height: 3px;
      width: 80px;
      background-color: #0177c1; }
  #footer a {
    color: #fff;
    font-weight: 300; }
  #footer img {
    max-width: 100%;
    height: auto; }

#footer-copyright,
#footer-menu,
#footer-contact {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px; }

@media (min-width: 768px) and (max-width: 991px) {
  #footer-copyright,
  #footer-menu,
  #footer-contact {
    padding-left: 15px;
    padding-right: 15px; } }

#footer-copyright {
  position: relative;
  background-color: #2d3e50;
  color: #d0d5d8; }
  #footer-copyright .copy-acknowledgement {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem; }
  #footer-copyright .copy-bottom img {
    display: block;
    margin-bottom: 0.75rem;
    margin-top: 0.75rem; }
  @media (min-width: 768px) {
    #footer-copyright .copy-bottom {
      position: absolute;
      bottom: 40px; } }

#footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  #footer-menu ul li {
    margin-bottom: 0.5rem; }
    @media (min-width: 992px) {
      #footer-menu ul li {
        display: block;
        float: left;
        width: 50%;
        margin-bottom: 0.75rem; }
        #footer-menu ul li:nth-child(2n + 1) {
          clear: left; } }

#footer-contact {
  font-weight: 300; }
  #footer-contact ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    #footer-contact ul .nc-icon,
    #footer-contact ul a {
      vertical-align: middle; }
  #footer-contact .nc-icon {
    color: #0196f4;
    height: 1.3rem;
    width: 40px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
    #footer-contact .nc-icon + * {
      display: inline-block;
      vertical-align: middle; }

#subscribe-modal {
  color: #373a3c; }
  #subscribe-modal .modal-header {
    display: flex; }
    #subscribe-modal .modal-header .close {
      margin-left: auto; }

.sitewide-alert {
  background-color: #005953;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px; }
  .sitewide-alert .btn, .sitewide-alert #secondary-menu ul li:last-child a, #secondary-menu ul li:last-child .sitewide-alert a, .sitewide-alert .article-cat,
  .sitewide-alert .alert-msg {
    vertical-align: middle; }
  .sitewide-alert.alert-green {
    background-color: #005953; }
  .sitewide-alert.alert-blue {
    background-color: #5bc0de; }
  .sitewide-alert.alert-dark-blue {
    background-color: rgba(45, 62, 80, 0.8); }
  .sitewide-alert.alert-orange {
    background-color: #c38a2e; }
  .sitewide-alert.alert-red {
    background-color: #d9534f; }
  @media (min-width: 992px) {
    .sitewide-alert .alert-msg {
      margin-right: 30px; } }
  @media (max-width: 991px) {
    .sitewide-alert .alert-msg {
      display: block; }
    .sitewide-alert .btn, .sitewide-alert #secondary-menu ul li:last-child a, #secondary-menu ul li:last-child .sitewide-alert a, .sitewide-alert .article-cat {
      margin-top: 0.5rem; } }

.page-template-ksc-landing .footer-alert,
.page-template-ksc-page .footer-alert,
.single-sport .footer-alert {
  display: none; }

#sidebar .box-inner .box-title {
  text-align: left;
  font-size: 1rem; }
  #sidebar .box-inner .box-title:after {
    width: 80px;
    left: 0;
    transform: translate(0, 0);
    background-color: #2d3e50; }

.ksc-main #sidebar {
  margin-left: auto; }

.side-section {
  margin-bottom: 0.5rem; }
  .side-section:last-child {
    margin-bottom: 0; }

.hide-branding #header,
.hide-branding #footer {
  display: none; }

#banner {
  position: relative;
  z-index: -1;
  height: 300px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/banner.jpg);
  overflow: hidden; }
  @media (min-width: 768px) {
    #banner {
      height: 600px; }
      #banner:after {
        content: '';
        position: absolute;
        height: 200px;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: linear-gradient(to bottom, transparent 0%, #fff 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#FFFFFFFF', GradientType=0); }
      #banner + #main {
        margin-top: -300px; } }
  #banner .hub-logo {
    width: 300px;
    height: 80px;
    margin: 210px auto 0;
    background: url(../images/hub-logo.png) center center no-repeat;
    background-size: 100% auto;
    text-indent: -999px;
    overflow: hidden; }
    @media (min-width: 768px) {
      #banner .hub-logo {
        width: 600px;
        height: 150px;
        margin-top: 90px; } }

#main {
  padding-top: 30px;
  padding-bottom: 55px;
  background-color: #fff; }
  body:not(.home):not(.page-template-home-dupe) #main {
    line-height: 1.9; }
  .home #main,
  .page-template-home-dupe #main,
  .blog #main {
    background-color: transparent; }
  @media (min-width: 768px) {
    #main {
      padding-left: 100px;
      padding-right: 100px; }
      #main.full-width {
        padding-left: 15px;
        padding-right: 15px; } }
  @media (min-width: 992px) {
    #main {
      padding-top: 55px; } }
  #main img {
    max-width: 100%;
    height: auto; }
  #main.ksc-main {
    padding-left: 15px !important;
    padding-right: 15px !important;
    background-color: transparent; }

#breadcrumbs {
  font-size: 0.875rem;
  margin-bottom: 0.5rem; }
  @media (min-width: 992px) {
    #breadcrumbs {
      margin-bottom: 2rem; } }
  #breadcrumbs ul {
    list-style: none;
    padding-left: 0;
    margin: 0; }
  #breadcrumbs li {
    display: inline-block; }
    #breadcrumbs li:first-child {
      font-size: 1.1rem; }
    #breadcrumbs li + li:before {
      content: '\203A\00a0';
      padding: 0 5px;
      color: #818a91;
      font-size: 20px;
      font-weight: 300;
      margin-top: -3px;
      margin-left: 3px; }
    #breadcrumbs li a {
      color: #818a91; }
      #breadcrumbs li a:hover {
        color: #55595c; }
  #breadcrumbs > .active {
    color: #818a91; }

.page-title {
  color: #2d3e50;
  font-size: 2rem;
  margin-bottom: 1rem; }
  @media (min-width: 992px) {
    .page-title {
      font-size: 3rem;
      margin-bottom: 3rem; } }
  .single-post .page-title {
    margin-bottom: 0.5rem; }

.page-subtitle {
  color: #2d3e50;
  font-weight: 400;
  margin-top: 0.5rem;
  margin-bottom: 2rem; }

.page-feature {
  margin-bottom: 2rem; }

#pagination {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px; }
  #pagination .page-numbers {
    font-size: 15px;
    color: #0177c1;
    border: none;
    display: inline-block;
    padding: 5px;
    width: 35px;
    line-height: 25px;
    text-align: center;
    border-radius: 3px;
    font-weight: 600;
    margin: 0 5px;
    transition: 0.3s;
    text-decoration: none; }
    #pagination .page-numbers.current, #pagination .page-numbers:hover {
      color: #2d3e50; }
    #pagination .page-numbers.current {
      cursor: default;
      color: #fff !important;
      background-color: #0177c1;
      font-weight: 700; }
    #pagination .page-numbers.disabled {
      background-color: transparent;
      color: #e4e7e8;
      cursor: auto; }
      #pagination .page-numbers.disabled:hover {
        color: #e4e7e8; }
    @media (max-width: 767px) {
      #pagination .page-numbers {
        display: none; }
        #pagination .page-numbers.prev, #pagination .page-numbers.next {
          display: inline-block; } }

.adjacent-inner {
  display: block;
  height: 100%;
  background-color: #eceeef;
  color: #3b526a;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
  transition: 0.3s; }
  .adjacent-inner:hover, .adjacent-inner:active, .adjacent-inner:focus {
    text-decoration: none;
    background-color: #dee2e3; }

.adjacent-indicator {
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  vertical-align: middle;
  margin-bottom: 10px; }
  .adjacent-indicator span {
    vertical-align: middle; }
  .adjacent-indicator .adjacent-arrow + span,
  .adjacent-indicator span + .adjacent-arrow {
    margin-left: 5px; }

.adjacent-arrow {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  line-height: 22px;
  width: 30px;
  border: 2px solid #3b526a;
  border-radius: 50%; }
  .adjacent-arrow img {
    width: 9px; }

@media (max-width: 767px) {
  .adjacent-previous {
    margin-bottom: 15px; } }

.adjacent-previous img {
  transform: rotate(180deg); }

.gform_wrapper input {
  width: auto;
  margin: 0 15px 0px 15px !important; }

.box-inner {
  padding: 30px; }
  a.box-inner {
    text-decoration: none; }
    a.box-inner:hover .box-image img, a.box-inner:active .box-image img, a.box-inner:focus .box-image img {
      transform: scale(1.1); }
  .box-inner .box-title {
    position: relative;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
    margin-top: 0.5rem; }
    .box-inner .box-title:after {
      content: '';
      position: absolute;
      bottom: -1.5rem;
      left: 50%;
      height: 3px;
      width: 120px;
      transform: translate(-50%, 0);
      background-color: rgba(255, 255, 255, 0.3); }
  .box-inner .box-title-basic {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0; }
  .box-inner .box-icon-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px; }
    .box-inner .box-icon-list li {
      display: flex;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      font-size: 0.875rem;
      align-items: center; }
      .box-inner .box-icon-list li .list-icon,
      .box-inner .box-icon-list li span {
        display: inline-block;
        vertical-align: middle; }
      .box-inner .box-icon-list li a {
        display: flex;
        width: 100%;
        align-items: center;
        text-decoration: none;
        position: relative;
        padding-top: 12px;
        padding-bottom: 12px; }
        .box-inner .box-icon-list li a:hover .list-arrow {
          right: 0; }
      .box-inner .box-icon-list li .list-icon {
        height: 1.25rem;
        width: 1.25rem;
        margin-right: 10px;
        color: inherit; }
      .box-inner .box-icon-list li .list-arrow {
        position: absolute;
        height: 22px;
        width: auto;
        right: 10px;
        transition: 0.3s; }
  .box-inner .box-icon-header {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #2d3e50;
    transition: 0.3s; }
    .box-inner .box-icon-header:hover, .box-inner .box-icon-header:active, .box-inner .box-icon-header:focus {
      opacity: 1; }
      .box-inner .box-icon-header:hover .nc-icon, .box-inner .box-icon-header:active .nc-icon, .box-inner .box-icon-header:focus .nc-icon {
        transform: scale(1.1); }
    .box-inner .box-icon-header .fa {
      font-size: 5rem; }
    .box-inner .box-icon-header .nc-icon {
      height: 5rem;
      width: 4.9rem;
      color: #2d3e50;
      margin-top: 14px;
      transition: 0.3s; }
    .box-inner .box-icon-header h2 {
      font-size: 1.25rem;
      line-height: 1.4;
      text-transform: uppercase;
      min-height: 3.5rem;
      margin-top: 1.5rem;
      margin-bottom: 0;
      display: flex;
      align-items: center; }
      .box-inner .box-icon-header h2 span {
        display: block;
        flex: 1 1;
        margin: 0 auto; }
  .box-inner .box-content {
    margin-bottom: 30px;
    text-align: center; }
    .box-inner .box-content p {
      font-size: 0.875rem; }
      .box-inner .box-content p:last-child {
        margin-bottom: 0; }
  .box-inner .box-content-small {
    font-size: 0.875rem; }
  .box-inner .box-image {
    overflow: hidden; }
    .box-inner .box-image img {
      width: 100%;
      height: auto;
      transition: 0.3s; }
    .box-inner .box-image.box-image-bg {
      background-size: cover;
      background-position: top center;
      background-repeat: no-repeat; }
      .box-inner .box-image.box-image-bg:before {
        content: '';
        display: block;
        padding-bottom: 110%; }
      .box-inner .box-image.box-image-bg.box-image-bg-horizontal:before {
        padding-bottom: 70%; }
  .box-inner .box-event h3 {
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 0.2rem; }
  .box-inner .box-event time {
    color: #373a3c; }
    .box-inner .box-event time .nc-icon,
    .box-inner .box-event time span {
      vertical-align: middle; }
    .box-inner .box-event time .nc-icon {
      height: 1.3rem;
      width: 1.3rem;
      margin-right: 5px; }
  .box-inner .box-meeting-date {
    text-align: center;
    line-height: 1.1; }
    .box-inner .box-meeting-date span {
      display: block; }
    .box-inner .box-meeting-date .box-meeting-day {
      font-size: 3.5rem;
      font-weight: 700; }
    .box-inner .box-meeting-date .box-meeting-month {
      color: #373a3c;
      font-size: 1.5rem;
      font-weight: 600;
      text-transform: uppercase; }
    .box-inner .box-meeting-date .box-meeting-year {
      color: #373a3c;
      font-size: 1.2rem;
      font-weight: 600;
      text-transform: uppercase; }
  .box-inner .box-date-label {
    font-weight: 600;
    text-transform: uppercase; }
  .box-inner .btn-container {
    text-align: center;
    margin-bottom: 0.5rem; }
    .box-inner .btn-container .btn, .box-inner .btn-container #secondary-menu ul li:last-child a, #secondary-menu ul li:last-child .box-inner .btn-container a, .box-inner .btn-container .article-cat {
      min-width: 150px; }
  .box-inner .page-list {
    list-style: none;
    padding: 0;
    line-height: 2; }
    .box-inner .page-list ul {
      list-style: none;
      padding: 0;
      line-height: 1.7; }
      .box-inner .page-list ul a {
        position: relative;
        display: block;
        padding-left: 30px; }
        .box-inner .page-list ul a:before {
          display: inline-block;
          font-family: FontAwesome;
          font-size: 0.875rem;
          line-height: 1;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: '\f105';
          position: absolute;
          left: 10px;
          top: 50%;
          margin-top: -0.4375rem; }
  .box-inner .icon-list {
    list-style: none;
    padding-left: 0;
    font-size: 0.875rem; }
    .box-inner .icon-list li {
      position: relative;
      padding-left: 2.25rem;
      margin-bottom: 0.75rem; }
    .box-inner .icon-list a {
      color: #373a3c; }
      .box-inner .icon-list a:hover, .box-inner .icon-list a:active, .box-inner .icon-list a:focus {
        color: #3b526a; }
    .box-inner .icon-list .nc-icon {
      position: absolute;
      top: 0;
      left: 0;
      height: 1.4rem;
      width: 1.4rem; }
  .box-inner.box-halved {
    padding: 0; }
    .box-inner.box-halved .box-top-half {
      position: relative;
      padding: 30px 20px; }
      .box-inner.box-halved .box-top-half.box-event {
        padding: 15px 20px; }
      .box-inner.box-halved .box-top-half.box-image {
        padding: 0; }
      .box-inner.box-halved .box-top-half .article-cat {
        position: absolute;
        top: 15px;
        right: 15px;
        cursor: default; }
    .box-inner.box-halved .box-bottom-half {
      padding: 20px; }
      .box-inner.box-halved .box-bottom-half .btn + .btn, .box-inner.box-halved .box-bottom-half #secondary-menu ul li:last-child a + .btn, #secondary-menu ul li:last-child .box-inner.box-halved .box-bottom-half a + .btn, .box-inner.box-halved .box-bottom-half .article-cat + .btn, .box-inner.box-halved .box-bottom-half #secondary-menu ul li:last-child .btn + a, #secondary-menu ul li:last-child .box-inner.box-halved .box-bottom-half .btn + a, .box-inner.box-halved .box-bottom-half #secondary-menu ul li:last-child a + a, #secondary-menu ul li:last-child .box-inner.box-halved .box-bottom-half a + a, .box-inner.box-halved .box-bottom-half #secondary-menu ul li:last-child .article-cat + a, #secondary-menu ul li:last-child .box-inner.box-halved .box-bottom-half .article-cat + a, .box-inner.box-halved .box-bottom-half .btn + .article-cat, .box-inner.box-halved .box-bottom-half #secondary-menu ul li:last-child a + .article-cat, #secondary-menu ul li:last-child .box-inner.box-halved .box-bottom-half a + .article-cat, .box-inner.box-halved .box-bottom-half .article-cat + .article-cat {
        margin-top: 0.7rem; }
      .box-inner.box-halved .box-bottom-half.box-image {
        padding: 0; }
  .box-inner.box-rounded {
    border-radius: 10px;
    overflow: hidden; }
    .box-inner.box-rounded.box-halved {
      border-radius: 0; }
      .box-inner.box-rounded.box-halved .box-top-half {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        overflow: hidden; }
      .box-inner.box-rounded.box-halved .box-bottom-half {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        overflow: hidden; }
  .box-inner.box-gray {
    background-color: #eceeef; }
    .box-inner.box-gray.box-halved {
      background-color: transparent; }
      .box-inner.box-gray.box-halved .box-top-half {
        background-color: #eceeef; }
      .box-inner.box-gray.box-halved .box-bottom-half {
        background-color: #d0d5d8; }
  .box-inner.box-darkgray {
    background-color: #55595c;
    color: #fff; }
    .box-inner.box-darkgray.box-halved {
      background-color: transparent; }
      .box-inner.box-darkgray.box-halved .box-top-half {
        background-color: #878c90; }
      .box-inner.box-darkgray.box-halved .box-bottom-half {
        background-color: #55595c; }
  .box-inner.box-lighterblue {
    background-color: #e7eef6;
    color: #2d3e50; }
    .box-inner.box-lighterblue .btn-outline-white:hover, .box-inner.box-lighterblue .btn-outline-white:active, .box-inner.box-lighterblue .btn-outline-white:focus {
      color: #e7eef6; }
  .box-inner.box-darkblue {
    background-color: #3b526a;
    color: #fff; }
    .box-inner.box-darkblue a {
      color: #fff; }
    .box-inner.box-darkblue.box-halved {
      background-color: transparent; }
      .box-inner.box-darkblue.box-halved .box-top-half {
        background-color: #3b526a; }
      .box-inner.box-darkblue.box-halved .box-bottom-half {
        background-color: #2d3e50; }
        .box-inner.box-darkblue.box-halved .box-bottom-half .btn-outline-white:hover, .box-inner.box-darkblue.box-halved .box-bottom-half .btn-outline-white:active, .box-inner.box-darkblue.box-halved .box-bottom-half .btn-outline-white:focus {
          color: #2d3e50; }
    .box-inner.box-darkblue .btn-outline-white:hover, .box-inner.box-darkblue .btn-outline-white:active, .box-inner.box-darkblue .btn-outline-white:focus {
      color: #2d3e50; }
    .box-inner.box-darkblue .box-event time {
      color: #fff; }
  .box-inner.box-yellow {
    background-color: #c38a2e;
    color: #fff; }
    .box-inner.box-yellow a {
      color: #fff; }
    .box-inner.box-yellow.box-halved {
      background-color: transparent; }
      .box-inner.box-yellow.box-halved .box-top-half {
        background-color: #c38a2e; }
      .box-inner.box-yellow.box-halved .box-bottom-half {
        background-color: #855e1f; }
        .box-inner.box-yellow.box-halved .box-bottom-half .btn-outline-white:hover, .box-inner.box-yellow.box-halved .box-bottom-half .btn-outline-white:active, .box-inner.box-yellow.box-halved .box-bottom-half .btn-outline-white:focus {
          color: #855e1f; }
    .box-inner.box-yellow .btn-outline-white:hover, .box-inner.box-yellow .btn-outline-white:active, .box-inner.box-yellow .btn-outline-white:focus {
      color: #c38a2e; }
  .box-inner.box-darkgreen {
    background-color: #005953;
    color: #fff; }
    .box-inner.box-darkgreen a {
      color: #fff; }
    .box-inner.box-darkgreen .btn-outline-white:hover, .box-inner.box-darkgreen .btn-outline-white:active, .box-inner.box-darkgreen .btn-outline-white:focus {
      color: #005953; }
  .box-inner.box-buttercup {
    background-color: #dc882b;
    color: #fff; }
    .box-inner.box-buttercup a {
      color: #fff; }
    .box-inner.box-buttercup.box-halved {
      background-color: transparent; }
      .box-inner.box-buttercup.box-halved .box-bottom-half {
        background-color: #dc882b; }
    .box-inner.box-buttercup .btn-outline-white:hover, .box-inner.box-buttercup .btn-outline-white:active, .box-inner.box-buttercup .btn-outline-white:focus {
      color: #dc882b; }
    .box-inner.box-buttercup .article-cat {
      background-color: #dc882b;
      border-bottom-color: #dc882b; }
  .box-inner.box-malibu {
    background-color: #67c0de;
    color: #fff; }
    .box-inner.box-malibu a {
      color: #fff; }
    .box-inner.box-malibu.box-halved {
      background-color: transparent; }
      .box-inner.box-malibu.box-halved .box-bottom-half {
        background-color: #67c0de; }
    .box-inner.box-malibu .btn-outline-white:hover, .box-inner.box-malibu .btn-outline-white:active, .box-inner.box-malibu .btn-outline-white:focus {
      color: #67c0de; }
    .box-inner.box-malibu .article-cat {
      background-color: #67c0de;
      border-bottom-color: #67c0de; }
  .box-inner.box-cornflower-blue {
    background-color: #549af9;
    color: #fff; }
    .box-inner.box-cornflower-blue a {
      color: #fff; }
    .box-inner.box-cornflower-blue.box-halved {
      background-color: transparent; }
      .box-inner.box-cornflower-blue.box-halved .box-bottom-half {
        background-color: #549af9; }
    .box-inner.box-cornflower-blue .btn-outline-white:hover, .box-inner.box-cornflower-blue .btn-outline-white:active, .box-inner.box-cornflower-blue .btn-outline-white:focus {
      color: #549af9; }
    .box-inner.box-cornflower-blue .article-cat {
      background-color: #549af9;
      border-bottom-color: #549af9; }
  .box-inner.box-spectra {
    background-color: #2c5a53;
    color: #fff; }
    .box-inner.box-spectra a {
      color: #fff; }
    .box-inner.box-spectra.box-halved {
      background-color: transparent; }
      .box-inner.box-spectra.box-halved .box-bottom-half {
        background-color: #2c5a53; }
    .box-inner.box-spectra .btn-outline-white:hover, .box-inner.box-spectra .btn-outline-white:active, .box-inner.box-spectra .btn-outline-white:focus {
      color: #2c5a53; }
    .box-inner.box-spectra .article-cat {
      background-color: #2c5a53;
      border-bottom-color: #2c5a53; }
  .box-inner.box-flord {
    background-color: #3b526a;
    color: #fff; }
    .box-inner.box-flord a {
      color: #fff; }
    .box-inner.box-flord.box-halved {
      background-color: transparent; }
      .box-inner.box-flord.box-halved .box-bottom-half {
        background-color: #3b526a; }
    .box-inner.box-flord .btn-outline-white:hover, .box-inner.box-flord .btn-outline-white:active, .box-inner.box-flord .btn-outline-white:focus {
      color: #3b526a; }
    .box-inner.box-flord .article-cat {
      background-color: #3b526a;
      border-bottom-color: #3b526a; }
  .box-inner.box-tulip-tree {
    background-color: #edae35;
    color: #fff; }
    .box-inner.box-tulip-tree a {
      color: #fff; }
    .box-inner.box-tulip-tree.box-halved {
      background-color: transparent; }
      .box-inner.box-tulip-tree.box-halved .box-bottom-half {
        background-color: #edae35; }
    .box-inner.box-tulip-tree .btn-outline-white:hover, .box-inner.box-tulip-tree .btn-outline-white:active, .box-inner.box-tulip-tree .btn-outline-white:focus {
      color: #edae35; }
    .box-inner.box-tulip-tree .article-cat {
      background-color: #edae35;
      border-bottom-color: #edae35; }
  .box-inner.box-deep-sea-green {
    background-color: #015651;
    color: #fff; }
    .box-inner.box-deep-sea-green a {
      color: #fff; }
    .box-inner.box-deep-sea-green.box-halved {
      background-color: transparent; }
      .box-inner.box-deep-sea-green.box-halved .box-bottom-half {
        background-color: #015651; }
    .box-inner.box-deep-sea-green .btn-outline-white:hover, .box-inner.box-deep-sea-green .btn-outline-white:active, .box-inner.box-deep-sea-green .btn-outline-white:focus {
      color: #015651; }
    .box-inner.box-deep-sea-green .article-cat {
      background-color: #015651;
      border-bottom-color: #015651; }
  .box-inner.box-acapulco {
    background-color: #6fb094;
    color: #fff; }
    .box-inner.box-acapulco a {
      color: #fff; }
    .box-inner.box-acapulco.box-halved {
      background-color: transparent; }
      .box-inner.box-acapulco.box-halved .box-bottom-half {
        background-color: #6fb094; }
    .box-inner.box-acapulco .btn-outline-white:hover, .box-inner.box-acapulco .btn-outline-white:active, .box-inner.box-acapulco .btn-outline-white:focus {
      color: #6fb094; }
    .box-inner.box-acapulco .article-cat {
      background-color: #6fb094;
      border-bottom-color: #6fb094; }
  .box-inner.box-spring-leaves {
    background-color: #518a6e;
    color: #fff; }
    .box-inner.box-spring-leaves a {
      color: #fff; }
    .box-inner.box-spring-leaves.box-halved {
      background-color: transparent; }
      .box-inner.box-spring-leaves.box-halved .box-bottom-half {
        background-color: #518a6e; }
    .box-inner.box-spring-leaves .btn-outline-white:hover, .box-inner.box-spring-leaves .btn-outline-white:active, .box-inner.box-spring-leaves .btn-outline-white:focus {
      color: #518a6e; }
    .box-inner.box-spring-leaves .article-cat {
      background-color: #518a6e;
      border-bottom-color: #518a6e; }
  .box-inner.box-hopbush {
    background-color: #d36788;
    color: #fff; }
    .box-inner.box-hopbush a {
      color: #fff; }
    .box-inner.box-hopbush.box-halved {
      background-color: transparent; }
      .box-inner.box-hopbush.box-halved .box-bottom-half {
        background-color: #d36788; }
    .box-inner.box-hopbush .btn-outline-white:hover, .box-inner.box-hopbush .btn-outline-white:active, .box-inner.box-hopbush .btn-outline-white:focus {
      color: #d36788; }
    .box-inner.box-hopbush .article-cat {
      background-color: #d36788;
      border-bottom-color: #d36788; }
  .box-inner.box-astronaut {
    background-color: #2c3875;
    color: #fff; }
    .box-inner.box-astronaut a {
      color: #fff; }
    .box-inner.box-astronaut.box-halved {
      background-color: transparent; }
      .box-inner.box-astronaut.box-halved .box-bottom-half {
        background-color: #2c3875; }
    .box-inner.box-astronaut .btn-outline-white:hover, .box-inner.box-astronaut .btn-outline-white:active, .box-inner.box-astronaut .btn-outline-white:focus {
      color: #2c3875; }
    .box-inner.box-astronaut .article-cat {
      background-color: #2c3875;
      border-bottom-color: #2c3875; }
  .box-inner.box-tangerine {
    background-color: #f18700;
    color: #fff; }
    .box-inner.box-tangerine a {
      color: #fff; }
    .box-inner.box-tangerine.box-halved {
      background-color: transparent; }
      .box-inner.box-tangerine.box-halved .box-bottom-half {
        background-color: #f18700; }
    .box-inner.box-tangerine .btn-outline-white:hover, .box-inner.box-tangerine .btn-outline-white:active, .box-inner.box-tangerine .btn-outline-white:focus {
      color: #f18700; }
    .box-inner.box-tangerine .article-cat {
      background-color: #f18700;
      border-bottom-color: #f18700; }

.social-share {
  list-style: none;
  padding: 0; }
  .social-share li {
    display: inline-block;
    font-size: 1.25rem;
    padding-right: 15px; }
    .social-share li a {
      color: #3b526a;
      opacity: 0.7;
      transition: 0.3s; }
      .social-share li a:hover, .social-share li a:active, .social-share li a:focus {
        opacity: 1; }

.box-long .box-inner {
  min-height: 100%; }

#home-carousel .carousel-inner > .carousel-item {
  height: 380px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  #home-carousel .carousel-inner > .carousel-item:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4); }

#home-carousel .carousel-inner > .bright-item:after {
  background-color: transparent; }

#home-carousel .carousel-control {
  top: auto;
  bottom: 15px;
  height: 30px;
  width: 30px;
  font-size: 0.875rem;
  border-radius: 50%;
  border: 2px solid #fff;
  background: transparent;
  text-shadow: none;
  opacity: 0.8;
  transition: 0.3s; }
  #home-carousel .carousel-control:hover, #home-carousel .carousel-control:active {
    opacity: 1; }
  #home-carousel .carousel-control.left {
    left: 15px; }
  #home-carousel .carousel-control.right {
    right: 15px; }
  #home-carousel .carousel-control .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

#home-carousel .carousel-indicators {
  width: auto;
  margin-left: 0;
  margin-bottom: 15px;
  bottom: 0;
  left: 100px; }
  #home-carousel .carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: #fff;
    margin: 0 5px;
    transition: 0.3s; }
    #home-carousel .carousel-indicators li.active {
      border-color: #0177c1;
      background-color: #0177c1; }

#home-carousel .carousel-caption {
  text-align: left;
  right: 15px;
  left: 15px;
  bottom: 50px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.875rem; }
  @media (min-width: 544px) {
    #home-carousel .carousel-caption {
      right: 60px;
      left: 60px; } }
  #home-carousel .carousel-caption h2 {
    display: inline-block;
    position: relative;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 3rem; }
    #home-carousel .carousel-caption h2:after {
      content: '';
      position: absolute;
      bottom: -1.5rem;
      left: 50%;
      height: 3px;
      width: 120px;
      transform: translate(-50%, 0);
      background-color: rgba(255, 255, 255, 0.5);
      max-width: 100%; }
  #home-carousel .carousel-caption .carousel-cat {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0.25rem; }

#sidebar-home {
  background-color: #f7f7f9;
  min-height: 100%;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  align-items: flex-end; }
  @media (min-width: 992px) {
    #sidebar-home {
      display: block; } }
  @media (max-width: 991px) {
    #sidebar-home {
      margin-top: 30px; } }

.sidebar-home-grid {
  min-height: auto !important; }

.btn-news {
  min-width: 150px; }

.home-article {
  padding-left: 30px;
  padding-right: 30px;
  transition: 0.3s; }
  .home-article:hover {
    background-color: #fff; }
  .home-article a {
    display: block;
    border-bottom: 1px solid #d0d5d8;
    color: #373a3c;
    text-decoration: none; }
  .home-article h3 {
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 0.75rem; }
  .home-article p {
    line-height: 1.2;
    margin-bottom: 0.75rem; }
  .home-article time {
    font-size: 0.875rem;
    color: #6d7377; }
  .home-article .article-content {
    padding-top: 30px;
    padding-bottom: 30px; }
  .home-article .article-feature {
    margin-left: -30px;
    margin-right: -30px; }
  .home-article--grid {
    text-align: left; }
    .home-article--grid:hover {
      background-color: #f7f7f9; }
    .home-article--grid h3 {
      margin-bottom: 20px; }
    .home-article--grid a {
      border-bottom: none;
      color: #686d71;
      line-height: 1.8rem;
      margin-bottom: .9rem; }
      .home-article--grid a:hover {
        color: #373a3c;
        text-decoration: underline; }
    .home-article--grid .page-list {
      list-style: none;
      padding-left: 0;
      margin-bottom: 60px; }

.article-feature {
  position: relative;
  height: 180px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .article-feature .article-cat {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0); }

.article-cat {
  color: #fff !important;
  background-color: #018a7e;
  border-bottom-color: #018a7e;
  margin-bottom: 0.75rem; }
  .article-cat.cat-buttercup {
    background-color: #dc882b;
    border-bottom-color: #dc882b; }
  .article-cat.cat-malibu {
    background-color: #3b526a;
    border-bottom-color: #3b526a; }
  .article-cat.cat-cornflower-blue {
    background-color: #3b526a;
    border-bottom-color: #3b526a; }
  .article-cat.cat-spectra {
    background-color: #2c5a53;
    border-bottom-color: #2c5a53; }
  .article-cat.cat-flord {
    background-color: #3b526a;
    border-bottom-color: #3b526a; }
  .article-cat.cat-tulip-tree {
    background-color: #c38a2e;
    border-bottom-color: #c38a2e; }
  .article-cat.cat-deep-sea-green {
    background-color: #015651;
    border-bottom-color: #015651; }
  .article-cat.cat-acapulco {
    background-color: #6fb094;
    border-bottom-color: #6fb094; }
  .article-cat.cat-spring-leaves {
    background-color: #518a6e;
    border-bottom-color: #518a6e; }
  .article-cat.cat-hopbush {
    background-color: #d36788;
    border-bottom-color: #d36788; }
  .article-cat.cat-astronaut {
    background-color: #2c3875;
    border-bottom-color: #2c3875; }
  .article-cat.cat-tangerine {
    background-color: #f18700;
    border-bottom-color: #f18700; }

.event-date {
  padding-bottom: 1.5rem; }
  .event-date > .row {
    align-items: center; }
  .event-date .date-from-to {
    border: 2px solid #2d3e50;
    border-radius: 6px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.2;
    font-weight: 600; }
    .event-date .date-from-to span {
      display: block; }
    .event-date .date-from-to .date-day {
      font-size: 2rem;
      font-weight: 700; }
    .event-date .date-from-to .date-month {
      text-transform: uppercase; }

.event-time {
  align-items: center;
  font-size: 0.875rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(45, 62, 80, 0.4); }
  .event-time img {
    width: 50px; }
  .event-time time {
    display: block; }

.article-preview time {
  color: #818a91; }

@media (max-width: 767px) {
  .article-preview .article-feature {
    margin-bottom: 1rem; } }

.post-date {
  margin-bottom: 3rem;
  color: #818a91; }

#archive-cats {
  text-transform: uppercase;
  margin-bottom: 2rem; }
  @media (min-width: 544px) {
    #archive-cats {
      display: flex;
      justify-content: flex-end; } }
  #archive-cats ul {
    display: inline-block;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle;
    padding-left: 10px;
    line-height: 1; }
    #archive-cats ul li {
      display: inline-block;
      padding-left: 3px;
      padding-right: 3px;
      padding-top: 3px;
      padding-bottom: 3px;
      line-height: 1; }
      #archive-cats ul li .article-cat {
        margin-bottom: 0;
        min-width: 70px; }

.news-preview {
  text-align: center;
  display: flex; }
  .news-preview:hover .article-content {
    background-color: #fff; }
  .news-preview a {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #373a3c;
    text-decoration: none; }
  .news-preview h3 {
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 0.75rem; }
  .news-preview time {
    font-size: 0.875rem;
    color: #6d7377; }
  .news-preview .article-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background-color: #f7f7f9;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    transition: 0.3s; }
    .news-preview .article-content p {
      line-height: 1.2;
      margin-bottom: 0.75rem;
      flex-grow: 1; }

#media-accordion .card {
  border: none; }

#media-accordion .card-header {
  border-radius: none;
  padding: 0; }
  #media-accordion .card-header a {
    display: block;
    padding: 0.75rem 1.25rem;
    text-decoration: none; }

@media (min-width: 768px) {
  .job-position .btn, .job-position #secondary-menu ul li:last-child a, #secondary-menu ul li:last-child .job-position a, .job-position .article-cat {
    min-width: 180px; }
    .job-position .btn + .btn, .job-position #secondary-menu ul li:last-child a + .btn, #secondary-menu ul li:last-child .job-position a + .btn, .job-position .article-cat + .btn, .job-position #secondary-menu ul li:last-child .btn + a, #secondary-menu ul li:last-child .job-position .btn + a, .job-position #secondary-menu ul li:last-child a + a, #secondary-menu ul li:last-child .job-position a + a, .job-position #secondary-menu ul li:last-child .article-cat + a, #secondary-menu ul li:last-child .job-position .article-cat + a, .job-position .btn + .article-cat, .job-position #secondary-menu ul li:last-child a + .article-cat, #secondary-menu ul li:last-child .job-position a + .article-cat, .job-position .article-cat + .article-cat {
      margin-left: 5px; } }

@media (max-width: 767px) {
  .job-position .btn, .job-position #secondary-menu ul li:last-child a, #secondary-menu ul li:last-child .job-position a, .job-position .article-cat {
    display: block;
    margin-top: 10px; } }

.side-halls-venues > .row {
  margin-left: 0;
  margin-bottom: 15px; }

.side-halls-venues .icon-container {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  line-height: 0; }
  .side-halls-venues .icon-container .nc-icon {
    width: 30px;
    height: 30px; }

.side-halls-venues .h5 {
  margin-bottom: 0; }

.side-halls-venues ul {
  padding-left: 20px; }
  .side-halls-venues ul:last-child {
    margin-bottom: 0; }

.side-halls-venues p:last-child {
  margin-bottom: 0; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 0.5em 1em; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eceeef; }
    .nav > li.disabled > a {
      color: #818a91; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #818a91;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }

.nav-pills > li {
  float: left; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li > a {
    background: #eceeef; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #0177c1; }

.filters .nav-pills {
  display: inline-block;
  vertical-align: middle; }

.filters-list {
  font-size: 1rem;
  padding: 0.5em 1em;
  border-radius: 0; }

.map-canvas {
  width: 100%;
  height: 400px;
  display: block;
  background: #fff;
  margin-top: 20px;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .map-canvas {
      height: 600px; } }

.step-container {
  padding-left: 60px;
  padding-bottom: 30px;
  position: relative; }
  @media (min-width: 768px) {
    .step-container {
      padding-left: 90px; } }

.step-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  border-left: 3px dashed #e6e6e6; }
  @media (min-width: 768px) {
    .step-line {
      left: 45px; } }
  .step-line:before {
    content: '';
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
    left: -1.5px;
    transform: translate(-50%, 0);
    background-color: #0099ff;
    border-radius: 50%;
    border: 7px solid #e6e6e6; }
  .step-line.no-line {
    border-left: none; }
    .step-line.no-line:before {
      background-color: #e6e6e6;
      border-color: #0099ff;
      left: 0; }
  .step-line.coloured-line {
    border-left: 3px solid #0099ff; }

.dk-speakout-bcc-wrap {
  margin: 8px 0 0 3%; }
  .dk-speakout-bcc-wrap > div input {
    height: auto;
    margin-left: 0; }

.petition-preview {
  display: flex; }
  .petition-preview .box-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px;
    transition: 0.3s ease; }
    .petition-preview .box-inner:hover, .petition-preview .box-inner:active, .petition-preview .box-inner:focus {
      text-decoration: none;
      opacity: 0.9; }
  .petition-preview .box-title {
    flex-grow: 1;
    font-size: 1rem;
    margin-bottom: 2rem; }
    .petition-preview .box-title:after {
      bottom: -1rem; }
  .petition-preview .petition-date {
    font-size: 0.9rem;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.4; }
    .petition-preview .petition-date > div {
      font-size: 0.75rem; }

#ksc-wrapper {
  background-size: cover;
  background-position: center center;
  overflow: hidden; }

.ksc-title-section {
  position: relative;
  z-index: 20;
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 768px) {
    .ksc-title-section {
      padding-top: 55px;
      margin-right: 0; } }
  .ksc-title-section .ksc-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    background-color: #d0dc2a; }
    @media (min-width: 768px) {
      .ksc-title-section .ksc-icon {
        width: 150px;
        height: 150px; } }
    .ksc-title-section .ksc-icon img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 60% !important;
      width: auto;
      max-width: 80% !important; }
      @media (min-width: 768px) {
        .ksc-title-section .ksc-icon img {
          height: 50% !important; } }
      .ksc-title-section .ksc-icon img.ksc-directory {
        height: 43% !important; }
  .ksc-title-section .ksc-title-content {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 80px;
    padding-right: 20px;
    background-color: #fff;
    font-size: 0.875rem;
    line-height: 1.5; }
    @media (min-width: 768px) {
      .ksc-title-section .ksc-title-content {
        padding-left: 180px;
        padding-right: 30px; } }
    .ksc-title-section .ksc-title-content p:last-child {
      margin-bottom: 0; }
  .ksc-title-section .ksc-title-heading {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 80px;
    padding-right: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff; }
    @media (min-width: 768px) {
      .ksc-title-section .ksc-title-heading {
        padding-left: 170px; } }
    .ksc-title-section .ksc-title-heading h1 {
      font-size: 2rem;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .ksc-title-section .ksc-title-heading h1 {
          font-size: 2.5rem; } }
  .ksc-title-section.no-icon {
    margin-left: -15px; }
    @media (min-width: 768px) {
      .ksc-title-section.no-icon {
        margin-left: 0; } }
    .ksc-title-section.no-icon .ksc-title-heading {
      padding-left: 20px; }
    .ksc-title-section.no-icon + .ksc-content {
      margin-left: 0; }

.ksc-content {
  background-color: #fff; }
  @media (min-width: 768px) {
    .ksc-content {
      margin-left: 40px;
      padding-left: 70px;
      padding-right: 70px; } }

.ksc-content-block {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .ksc-content-block {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .ksc-content-block + .ksc-content-block {
    border-top: 1px solid #373a3c; }

.ksc-sports {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .ksc-sports {
      padding-left: 40px; } }
  @media (min-width: 768px) {
    .ksc-sports > .row {
      margin: 0; } }

.sport-block {
  position: relative;
  display: block;
  padding: 0;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  opacity: 0.8;
  transition: 0.3s ease; }
  .sport-block:after {
    content: '';
    display: block;
    padding-bottom: 100%; }
  .sport-block:hover, .sport-block:active, .sport-block:focus {
    text-decoration: none;
    outline: none;
    color: #d0dc2a;
    opacity: 1;
    z-index: 10;
    transform: scale(1.1); }
    .sport-block:hover .sport-content, .sport-block:active .sport-content, .sport-block:focus .sport-content {
      opacity: 1; }
  .sport-block .sport-content {
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    transform: translate(0, -50%);
    text-align: center;
    opacity: 0.7;
    transition: 0.3s ease; }
    .sport-block .sport-content h2 {
      font-size: 1rem;
      font-weight: 600;
      margin-bottom: 0; }
      @media (min-width: 1200px) {
        .sport-block .sport-content h2 {
          font-size: 1.25rem; } }
    .sport-block .sport-content img {
      height: 80px !important;
      width: auto;
      margin-bottom: 10px; }

.ksc-sidebar {
  font-size: 0.75rem;
  background-color: rgba(45, 62, 80, 0.8);
  color: #fff;
  border-top-left-radius: 40px; }
  .ksc-sidebar .box-title {
    color: #eceeef; }
    .ksc-sidebar .box-title:after {
      background-color: #fff !important; }
  .ksc-sidebar .page-list {
    font-size: 0.925rem; }
    .ksc-sidebar .page-list a {
      color: #fff; }
      .ksc-sidebar .page-list a:hover, .ksc-sidebar .page-list a:active {
        color: #d0dc2a; }
    .ksc-sidebar .page-list ul {
      font-size: 0.875rem; }
  .ksc-sidebar .social-share {
    margin-bottom: 0; }
    .ksc-sidebar .social-share a {
      color: #fff; }
      .ksc-sidebar .social-share a:hover, .ksc-sidebar .social-share a:active, .ksc-sidebar .social-share a:focus {
        color: #d0dc2a; }

.grey-background {
  background-color: #ececec !important; }

.box-text:after {
  content: '';
  position: absolute;
  bottom: 2.6rem;
  left: 50%;
  height: 3px;
  width: 70px;
  transform: translate(-50%, 0);
  background-color: #2d3e50; }

.grid-page-image {
  margin-top: 15px;
  margin-bottom: 45px; }

.wp-block-pb-accordion-item, .c-accordion__item, .js-accordion-item {
  border: 1px solid #bebebe;
  padding: 0;
  margin-bottom: 20px; }

.c-accordion__item {
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 0.75rem;
  box-shadow: 2px 2px 10px -6px rgba(0, 0, 0, 0.31); }
  .c-accordion__item.is-open > :not(.c-accordion__content) {
    background: #f5f5f5; }

.c-accordion__title {
  padding: 0.75rem 1.25rem;
  margin: 0;
  border-radius: 0.25rem;
  background: #f5f5f5;
  color: #0177c1; }
  .c-accordion__title:hover {
    text-decoration: underline;
    background: #f0f0f0; }
  .c-accordion__title:after {
    font-weight: 500;
    font-size: 1.5em;
    padding: 15px; }

.c-accordion__content {
  padding: 20px; }

.recycling-widget {
  margin-bottom: 1rem; }
  @media (min-width: 992px) {
    .recycling-widget {
      margin-bottom: 3rem; } }
/*# sourceMappingURL=style.css.map */