/*!
 *	Cube Creative Design
 *
 *	Client:		Base Template
 *	Date:		May 2019
 *	Copyright:	Copyright (C) 2019 Cube Creative Design, Inc
 *	License:	GPL
 *	Default Grid Template for Joomla 3.X
 *	Template Version:	5.5 "Back In The Saddle"
 *	YouTube Link:		lX8GG3dnsp8
 * 
 *	LESS Elements 0.9
 *	Bootstrap Social Buttons v1.0
 *	Bootstrap Accessibility 1.0.3
 * 	Cube Creative Modified Bootstrap 3.7 with CSS Grid and Flexbox Fall Back
 */
/*** Load Our Fonts ***/
@font-face {
  font-family: 'librefranklin-regular';
  src: url('../fonts/librefranklin-regular-webfont.woff2') format('woff2'), url('../fonts/librefranklin-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'librefranklin-bold';
  src: url('../fonts/librefranklin-bold-webfont.woff2') format('woff2'), url('../fonts/librefranklin-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'playfairdisplay-bold';
  src: url('../fonts/playfairdisplay-bold-webfont.woff2') format('woff2'), url('../fonts/playfairdisplay-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'antonio-regular';
  src: url('../fonts/antonio-regular-webfont.woff2') format('woff2'), url('../fonts/antonio-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'berkshireswash-regular';
  src: url('../fonts/berkshireswash-regular-webfont.woff2') format('woff2'), url('../fonts/berkshireswash-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/webfonts/fa-regular-400.eot');
  src: url('../fonts/webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('../fonts/webfonts/fa-regular-400.woff2') format('woff2'), url('../fonts/webfonts/fa-regular-400.woff') format('woff'), url('../fonts/webfonts/fa-regular-400.ttf') format('truetype'), url('../fonts/webfonts/fa-regular-400.svg#fontawesome') format('svg');
}
.fa,
.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
/*** State and Alert Colors ***/
/*** Container sizes ***/
/*** Grid system ***/
/*
	@navbar-inverse-search-bg:                  lighten(@navbar-inverse-bg, 25%);
	@navbar-inverse-search-bg-focus:            @white; //#fff;
	@navbar-inverse-search-border:              @navbar-inverse-bg;
	@navbar-inverse-search-placeholder-color:   rgb(204,204,204);
	*/
/*** Dropdowns ***/
/*** Buttons ***/
/*** Forms ***/
/*** Forms ***/
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'librefranklin-regular', 'roboto_condensedregular', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  line-height: 1.5;
  color: white;
  background: white;
  min-height: 100%;
}
ol {
  list-style: decimal;
}
ul {
  list-style: disc;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #00629f;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #00629f;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: dotted 1px black;
}
.normal {
  font-family: 'librefranklin-regular', 'roboto_condensedregular', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
}
b,
strong,
.bold {
  font-family: 'librefranklin-bold', 'roboto_condensedbold', 'librefranklin-regular', 'roboto_condensedregular', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
}
emphasis,
.italic,
.emphasis {
  font-family: 'librefranklin-regular', 'roboto_condensedregular', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: 400;
}
ol {
  list-style: decimal;
}
ul {
  list-style: disc;
}
.container-center {
  margin-left: auto;
  margin-right: auto;
}
figure {
  margin: 0;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0.375rem;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  transition: all all 0.2s ease-in-out ease-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
#skip-to-content {
  padding: 1em;
  position: absolute;
  top: -40px;
  left: 1em;
  z-index: 1070;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0.0625rem solid transparent;
  white-space: nowrap;
  padding: 0.375rem 0.75rem;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#skip-to-content:focus,
#skip-to-content:active:focus,
#skip-to-content.active:focus,
#skip-to-content.focus,
#skip-to-content:active.focus,
#skip-to-content.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#skip-to-content:hover,
#skip-to-content:focus,
#skip-to-content.focus {
  color: #424242;
  text-decoration: none;
}
#skip-to-content:active,
#skip-to-content.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0.1875rem 0.3125rem rgba(0, 0, 0, 0.125);
}
#skip-to-content.disabled,
#skip-to-content[disabled],
fieldset[disabled] #skip-to-content {
  cursor: not-allowed;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  box-shadow: none;
}
a#skip-to-content.disabled,
fieldset[disabled] a#skip-to-content {
  pointer-events: none;
}
#skip-to-content:focus {
  position: absolute;
  top: 0;
  color: white;
  background-color: #00629f;
  border-color: #005286;
  border-radius: 0 0 1rem 1rem;
  padding: 0.75rem 1rem 0.5rem;
}
#skip-to-content:focus:focus,
#skip-to-content:focus.focus {
  color: white;
  background-color: #00436c;
  border-color: #000406;
}
#skip-to-content:focus:hover {
  color: white;
  background-color: #00436c;
  border-color: #002d48;
}
#skip-to-content:focus:active,
#skip-to-content:focus.active,
.open > .dropdown-toggle#skip-to-content:focus {
  color: white;
  background-color: #00436c;
  border-color: #002d48;
}
#skip-to-content:focus:active:hover,
#skip-to-content:focus.active:hover,
.open > .dropdown-toggle#skip-to-content:focus:hover,
#skip-to-content:focus:active:focus,
#skip-to-content:focus.active:focus,
.open > .dropdown-toggle#skip-to-content:focus:focus,
#skip-to-content:focus:active.focus,
#skip-to-content:focus.active.focus,
.open > .dropdown-toggle#skip-to-content:focus.focus {
  color: white;
  background-color: #002d48;
  border-color: #000406;
}
#skip-to-content:focus:active,
#skip-to-content:focus.active,
.open > .dropdown-toggle#skip-to-content:focus {
  background-image: none;
}
#skip-to-content:focus.disabled:hover,
#skip-to-content:focus[disabled]:hover,
fieldset[disabled] #skip-to-content:focus:hover,
#skip-to-content:focus.disabled:focus,
#skip-to-content:focus[disabled]:focus,
fieldset[disabled] #skip-to-content:focus:focus,
#skip-to-content:focus.disabled.focus,
#skip-to-content:focus[disabled].focus,
fieldset[disabled] #skip-to-content:focus.focus {
  background-color: #00629f;
  border-color: #005286;
}
#skip-to-content:focus .badge {
  color: #00629f;
  background-color: white;
}
.btn:focus {
  outline: dotted 1px black;
}
.close:hover,
.close:focus {
  outline: dotted 1px black;
}
div.active:focus {
  outline: dotted 1px black;
}
.alert-danger:hover {
  color: #a82824;
}
[role="button"] {
  cursor: pointer;
}
.wrapper {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.login .radio input[type="radio"],
.logout .radio input[type="radio"],
.login .radio-inline input[type="radio"],
.logout .radio-inline input[type="radio"],
.login .checkbox input[type="checkbox"],
.logout .checkbox input[type="checkbox"],
.login .checkbox-inline input[type="checkbox"],
.logout .checkbox-inline input[type="checkbox"] {
  margin-left: 0px;
}
.brand-primary {
  color: #00629f;
}
.brand-primary a {
  color: #00629f;
}
.brand-primary a:hover,
.brand-primary a:focus {
  color: #00436c;
}
.brand-primary a:focus {
  outline-color: #00436c;
}
.brand-secondary {
  color: #e7d384;
}
.brand-secondary a {
  color: #e7d384;
}
.brand-secondary a:hover,
.brand-secondary a:focus {
  color: #dfc459;
}
.brand-secondary a:focus {
  outline-color: #dfc459;
}
.brand-tertiary {
  color: #404040;
}
.brand-tertiary a {
  color: #404040;
}
.brand-tertiary a:hover,
.brand-tertiary a:focus {
  color: #272727;
}
.brand-tertiary a:focus {
  outline-color: #272727;
}
.brand-quaternary {
  color: black;
}
.brand-quaternary a {
  color: black;
}
.brand-quaternary a:hover,
.brand-quaternary a:focus {
  color: #000000;
}
.brand-quaternary a:focus {
  outline-color: #000000;
}
.brand-primary-background {
  background: #00629f;
  color: #ffffff;
}
.brand-primary-background a {
  color: inherit;
}
.brand-primary-background a:hover,
.brand-primary-background a:focus {
  color: inherit;
}
.brand-primary-background a:focus {
  outline-color: inherit;
}
.brand-secondary-background {
  background: #e7d384;
  color: #000000;
}
.brand-secondary-background a {
  color: inherit;
}
.brand-secondary-background a:hover,
.brand-secondary-background a:focus {
  color: inherit;
}
.brand-secondary-background a:focus {
  outline-color: inherit;
}
.brand-tertiary-background {
  background: #404040;
  color: #ffffff;
}
.brand-tertiary-background a {
  color: inherit;
}
.brand-tertiary-background a:hover,
.brand-tertiary-background a:focus {
  color: inherit;
}
.brand-tertiary-background a:focus {
  outline-color: inherit;
}
.brand-quaternary-background {
  background: black;
  color: #ffffff;
}
.brand-quaternary-background a {
  color: inherit;
}
.brand-quaternary-background a:hover,
.brand-quaternary-background a:focus {
  color: inherit;
}
.brand-quaternary-background a:focus {
  outline-color: inherit;
}
.white {
  color: white;
}
.white a {
  color: white;
}
.white a:hover,
.white a:focus {
  color: white;
}
.black {
  color: black;
}
.black a {
  color: black;
}
.black a:hover,
.black a:focus {
  color: black;
}
.text-color {
  color: white;
}
.text-color a {
  color: white;
}
.text-color a:hover,
.text-color a:focus {
  color: white;
}
.black-background {
  background: black;
  color: white;
}
.black-background a {
  color: white;
}
.black-background a:hover,
.black-background a:focus {
  color: white;
}
.white-background {
  background: white;
  color: black;
}
.white-background a {
  color: black;
}
.white-background a:hover,
.white-background a:focus {
  color: black;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'librefranklin-bold', 'roboto_condensedbold', 'librefranklin-regular', 'roboto_condensedregular', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 42px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 24px;
}
h5,
.h5 {
  font-size: 24px;
}
h6,
.h6 {
  font-size: 18px;
}
p {
  margin: 0 0 12px;
}
.lead {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 75%;
}
mark,
.mark {
  background-color: #f9f1c6;
  padding: 0.2em;
}
.left,
.text-left {
  text-align: left;
}
.right,
.text-right {
  text-align: right;
}
.center,
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #00629f;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #00436c;
}
.text-success {
  color: #2d4821;
}
a.text-success:hover,
a.text-success:focus {
  color: #172511;
}
.text-info {
  color: #214c62;
}
a.text-info:hover,
a.text-info:focus {
  color: #142e3c;
}
.text-warning {
  color: #6c4a00;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #392700;
}
.text-danger {
  color: #d2322d;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #a82824;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #f9f1c6;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f4e698;
}
.bg-danger {
  background-color: #faf3f3;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #ebcfcf;
}
.page-header {
  padding-bottom: 0;
  margin: 24px 0 0;
  border-bottom: none;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.5;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media (min-width: 768px) {
  .container {
    width: 738px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 962px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1570px;
  }
}
.container .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
[class^='row'] {
  display: flex;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
}
@supports (display: grid) {
  [class^='row'] {
    display: grid;
    grid-gap: 2rem 1rem;
    grid-template-columns: repeat(12, 1fr);
    margin-left: auto;
    margin-right: auto;
  }
}
[class^="row-grid"] {
  align-items: unset;
}
.align-start {
  align-items: start;
}
[class^='row'].no-gutters {
  margin-right: 0;
  margin-left: 0;
}
@supports (display: grid) {
  [class^='row'].no-gutters {
    grid-gap: 0;
  }
}
.row [class^='col-'] {
  display: grid;
}
.row .col-xs-1,
.row .col-xs-2,
.row .col-xs-3,
.row .col-xs-4,
.row .col-xs-5,
.row .col-xs-6,
.row .col-xs-7,
.row .col-xs-8,
.row .col-xs-9,
.row .col-xs-10,
.row .col-xs-11,
.row .col-xs-12 {
  float: left;
}
.row .col-xs-12 {
  width: 100%;
}
@supports (display: grid) {
  .row .col-xs-12 {
    width: auto;
    flex: unset;
    content: 12;
    grid-column: span 12;
  }
}
.row .col-xs-11 {
  width: 91.66666667%;
}
@supports (display: grid) {
  .row .col-xs-11 {
    width: auto;
    flex: unset;
    content: 11;
    grid-column: span 11;
  }
}
.row .col-xs-10 {
  width: 83.33333333%;
}
@supports (display: grid) {
  .row .col-xs-10 {
    width: auto;
    flex: unset;
    content: 10;
    grid-column: span 10;
  }
}
.row .col-xs-9 {
  width: 75%;
}
@supports (display: grid) {
  .row .col-xs-9 {
    width: auto;
    flex: unset;
    content: 9;
    grid-column: span 9;
  }
}
.row .col-xs-8 {
  width: 66.66666667%;
}
@supports (display: grid) {
  .row .col-xs-8 {
    width: auto;
    flex: unset;
    content: 8;
    grid-column: span 8;
  }
}
.row .col-xs-7 {
  width: 58.33333333%;
}
@supports (display: grid) {
  .row .col-xs-7 {
    width: auto;
    flex: unset;
    content: 7;
    grid-column: span 7;
  }
}
.row .col-xs-6 {
  width: 50%;
}
@supports (display: grid) {
  .row .col-xs-6 {
    width: auto;
    flex: unset;
    content: 6;
    grid-column: span 6;
  }
}
.row .col-xs-5 {
  width: 41.66666667%;
}
@supports (display: grid) {
  .row .col-xs-5 {
    width: auto;
    flex: unset;
    content: 5;
    grid-column: span 5;
  }
}
.row .col-xs-4 {
  width: 33.33333333%;
}
@supports (display: grid) {
  .row .col-xs-4 {
    width: auto;
    flex: unset;
    content: 4;
    grid-column: span 4;
  }
}
.row .col-xs-3 {
  width: 25%;
}
@supports (display: grid) {
  .row .col-xs-3 {
    width: auto;
    flex: unset;
    content: 3;
    grid-column: span 3;
  }
}
.row .col-xs-2 {
  width: 16.66666667%;
}
@supports (display: grid) {
  .row .col-xs-2 {
    width: auto;
    flex: unset;
    content: 2;
    grid-column: span 2;
  }
}
.row .col-xs-1 {
  width: 8.33333333%;
}
@supports (display: grid) {
  .row .col-xs-1 {
    width: auto;
    flex: unset;
    content: 1;
    grid-column: span 1;
  }
}
@media (min-width: 768px) {
  .row .col-sm-1,
  .row .col-sm-2,
  .row .col-sm-3,
  .row .col-sm-4,
  .row .col-sm-5,
  .row .col-sm-6,
  .row .col-sm-7,
  .row .col-sm-8,
  .row .col-sm-9,
  .row .col-sm-10,
  .row .col-sm-11,
  .row .col-sm-12 {
    float: left;
  }
  .row .col-sm-12 {
    width: 100%;
  }
  @supports (display: grid) {
    .row .col-sm-12 {
      width: auto;
      flex: unset;
      content: 12;
      grid-column: span 12;
    }
  }
  .row .col-sm-11 {
    width: 91.66666667%;
  }
  @supports (display: grid) {
    .row .col-sm-11 {
      width: auto;
      flex: unset;
      content: 11;
      grid-column: span 11;
    }
  }
  .row .col-sm-10 {
    width: 83.33333333%;
  }
  @supports (display: grid) {
    .row .col-sm-10 {
      width: auto;
      flex: unset;
      content: 10;
      grid-column: span 10;
    }
  }
  .row .col-sm-9 {
    width: 75%;
  }
  @supports (display: grid) {
    .row .col-sm-9 {
      width: auto;
      flex: unset;
      content: 9;
      grid-column: span 9;
    }
  }
  .row .col-sm-8 {
    width: 66.66666667%;
  }
  @supports (display: grid) {
    .row .col-sm-8 {
      width: auto;
      flex: unset;
      content: 8;
      grid-column: span 8;
    }
  }
  .row .col-sm-7 {
    width: 58.33333333%;
  }
  @supports (display: grid) {
    .row .col-sm-7 {
      width: auto;
      flex: unset;
      content: 7;
      grid-column: span 7;
    }
  }
  .row .col-sm-6 {
    width: 50%;
  }
  @supports (display: grid) {
    .row .col-sm-6 {
      width: auto;
      flex: unset;
      content: 6;
      grid-column: span 6;
    }
  }
  .row .col-sm-5 {
    width: 41.66666667%;
  }
  @supports (display: grid) {
    .row .col-sm-5 {
      width: auto;
      flex: unset;
      content: 5;
      grid-column: span 5;
    }
  }
  .row .col-sm-4 {
    width: 33.33333333%;
  }
  @supports (display: grid) {
    .row .col-sm-4 {
      width: auto;
      flex: unset;
      content: 4;
      grid-column: span 4;
    }
  }
  .row .col-sm-3 {
    width: 25%;
  }
  @supports (display: grid) {
    .row .col-sm-3 {
      width: auto;
      flex: unset;
      content: 3;
      grid-column: span 3;
    }
  }
  .row .col-sm-2 {
    width: 16.66666667%;
  }
  @supports (display: grid) {
    .row .col-sm-2 {
      width: auto;
      flex: unset;
      content: 2;
      grid-column: span 2;
    }
  }
  .row .col-sm-1 {
    width: 8.33333333%;
  }
  @supports (display: grid) {
    .row .col-sm-1 {
      width: auto;
      flex: unset;
      content: 1;
      grid-column: span 1;
    }
  }
}
@media (min-width: 992px) {
  .row .col-md-1,
  .row .col-md-2,
  .row .col-md-3,
  .row .col-md-4,
  .row .col-md-5,
  .row .col-md-6,
  .row .col-md-7,
  .row .col-md-8,
  .row .col-md-9,
  .row .col-md-10,
  .row .col-md-11,
  .row .col-md-12 {
    float: left;
  }
  .row .col-md-12 {
    width: 100%;
  }
  @supports (display: grid) {
    .row .col-md-12 {
      width: auto;
      flex: unset;
      content: 12;
      grid-column: span 12;
    }
  }
  .row .col-md-11 {
    width: 91.66666667%;
  }
  @supports (display: grid) {
    .row .col-md-11 {
      width: auto;
      flex: unset;
      content: 11;
      grid-column: span 11;
    }
  }
  .row .col-md-10 {
    width: 83.33333333%;
  }
  @supports (display: grid) {
    .row .col-md-10 {
      width: auto;
      flex: unset;
      content: 10;
      grid-column: span 10;
    }
  }
  .row .col-md-9 {
    width: 75%;
  }
  @supports (display: grid) {
    .row .col-md-9 {
      width: auto;
      flex: unset;
      content: 9;
      grid-column: span 9;
    }
  }
  .row .col-md-8 {
    width: 66.66666667%;
  }
  @supports (display: grid) {
    .row .col-md-8 {
      width: auto;
      flex: unset;
      content: 8;
      grid-column: span 8;
    }
  }
  .row .col-md-7 {
    width: 58.33333333%;
  }
  @supports (display: grid) {
    .row .col-md-7 {
      width: auto;
      flex: unset;
      content: 7;
      grid-column: span 7;
    }
  }
  .row .col-md-6 {
    width: 50%;
  }
  @supports (display: grid) {
    .row .col-md-6 {
      width: auto;
      flex: unset;
      content: 6;
      grid-column: span 6;
    }
  }
  .row .col-md-5 {
    width: 41.66666667%;
  }
  @supports (display: grid) {
    .row .col-md-5 {
      width: auto;
      flex: unset;
      content: 5;
      grid-column: span 5;
    }
  }
  .row .col-md-4 {
    width: 33.33333333%;
  }
  @supports (display: grid) {
    .row .col-md-4 {
      width: auto;
      flex: unset;
      content: 4;
      grid-column: span 4;
    }
  }
  .row .col-md-3 {
    width: 25%;
  }
  @supports (display: grid) {
    .row .col-md-3 {
      width: auto;
      flex: unset;
      content: 3;
      grid-column: span 3;
    }
  }
  .row .col-md-2 {
    width: 16.66666667%;
  }
  @supports (display: grid) {
    .row .col-md-2 {
      width: auto;
      flex: unset;
      content: 2;
      grid-column: span 2;
    }
  }
  .row .col-md-1 {
    width: 8.33333333%;
  }
  @supports (display: grid) {
    .row .col-md-1 {
      width: auto;
      flex: unset;
      content: 1;
      grid-column: span 1;
    }
  }
}
@media (min-width: 1200px) {
  .row .col-lg-1,
  .row .col-lg-2,
  .row .col-lg-3,
  .row .col-lg-4,
  .row .col-lg-5,
  .row .col-lg-6,
  .row .col-lg-7,
  .row .col-lg-8,
  .row .col-lg-9,
  .row .col-lg-10,
  .row .col-lg-11,
  .row .col-lg-12 {
    float: left;
  }
  .row .col-lg-12 {
    width: 100%;
  }
  @supports (display: grid) {
    .row .col-lg-12 {
      width: auto;
      flex: unset;
      content: 12;
      grid-column: span 12;
    }
  }
  .row .col-lg-11 {
    width: 91.66666667%;
  }
  @supports (display: grid) {
    .row .col-lg-11 {
      width: auto;
      flex: unset;
      content: 11;
      grid-column: span 11;
    }
  }
  .row .col-lg-10 {
    width: 83.33333333%;
  }
  @supports (display: grid) {
    .row .col-lg-10 {
      width: auto;
      flex: unset;
      content: 10;
      grid-column: span 10;
    }
  }
  .row .col-lg-9 {
    width: 75%;
  }
  @supports (display: grid) {
    .row .col-lg-9 {
      width: auto;
      flex: unset;
      content: 9;
      grid-column: span 9;
    }
  }
  .row .col-lg-8 {
    width: 66.66666667%;
  }
  @supports (display: grid) {
    .row .col-lg-8 {
      width: auto;
      flex: unset;
      content: 8;
      grid-column: span 8;
    }
  }
  .row .col-lg-7 {
    width: 58.33333333%;
  }
  @supports (display: grid) {
    .row .col-lg-7 {
      width: auto;
      flex: unset;
      content: 7;
      grid-column: span 7;
    }
  }
  .row .col-lg-6 {
    width: 50%;
  }
  @supports (display: grid) {
    .row .col-lg-6 {
      width: auto;
      flex: unset;
      content: 6;
      grid-column: span 6;
    }
  }
  .row .col-lg-5 {
    width: 41.66666667%;
  }
  @supports (display: grid) {
    .row .col-lg-5 {
      width: auto;
      flex: unset;
      content: 5;
      grid-column: span 5;
    }
  }
  .row .col-lg-4 {
    width: 33.33333333%;
  }
  @supports (display: grid) {
    .row .col-lg-4 {
      width: auto;
      flex: unset;
      content: 4;
      grid-column: span 4;
    }
  }
  .row .col-lg-3 {
    width: 25%;
  }
  @supports (display: grid) {
    .row .col-lg-3 {
      width: auto;
      flex: unset;
      content: 3;
      grid-column: span 3;
    }
  }
  .row .col-lg-2 {
    width: 16.66666667%;
  }
  @supports (display: grid) {
    .row .col-lg-2 {
      width: auto;
      flex: unset;
      content: 2;
      grid-column: span 2;
    }
  }
  .row .col-lg-1 {
    width: 8.33333333%;
  }
  @supports (display: grid) {
    .row .col-lg-1 {
      width: auto;
      flex: unset;
      content: 1;
      grid-column: span 1;
    }
  }
}
@media (min-width: 1600px) {
  .row .col-xl-1,
  .row .col-xl-2,
  .row .col-xl-3,
  .row .col-xl-4,
  .row .col-xl-5,
  .row .col-xl-6,
  .row .col-xl-7,
  .row .col-xl-8,
  .row .col-xl-9,
  .row .col-xl-10,
  .row .col-xl-11,
  .row .col-xl-12 {
    float: left;
  }
  .row .col-xl-12 {
    width: 100%;
  }
  @supports (display: grid) {
    .row .col-xl-12 {
      width: auto;
      flex: unset;
      content: 12;
      grid-column: span 12;
    }
  }
  .row .col-xl-11 {
    width: 91.66666667%;
  }
  @supports (display: grid) {
    .row .col-xl-11 {
      width: auto;
      flex: unset;
      content: 11;
      grid-column: span 11;
    }
  }
  .row .col-xl-10 {
    width: 83.33333333%;
  }
  @supports (display: grid) {
    .row .col-xl-10 {
      width: auto;
      flex: unset;
      content: 10;
      grid-column: span 10;
    }
  }
  .row .col-xl-9 {
    width: 75%;
  }
  @supports (display: grid) {
    .row .col-xl-9 {
      width: auto;
      flex: unset;
      content: 9;
      grid-column: span 9;
    }
  }
  .row .col-xl-8 {
    width: 66.66666667%;
  }
  @supports (display: grid) {
    .row .col-xl-8 {
      width: auto;
      flex: unset;
      content: 8;
      grid-column: span 8;
    }
  }
  .row .col-xl-7 {
    width: 58.33333333%;
  }
  @supports (display: grid) {
    .row .col-xl-7 {
      width: auto;
      flex: unset;
      content: 7;
      grid-column: span 7;
    }
  }
  .row .col-xl-6 {
    width: 50%;
  }
  @supports (display: grid) {
    .row .col-xl-6 {
      width: auto;
      flex: unset;
      content: 6;
      grid-column: span 6;
    }
  }
  .row .col-xl-5 {
    width: 41.66666667%;
  }
  @supports (display: grid) {
    .row .col-xl-5 {
      width: auto;
      flex: unset;
      content: 5;
      grid-column: span 5;
    }
  }
  .row .col-xl-4 {
    width: 33.33333333%;
  }
  @supports (display: grid) {
    .row .col-xl-4 {
      width: auto;
      flex: unset;
      content: 4;
      grid-column: span 4;
    }
  }
  .row .col-xl-3 {
    width: 25%;
  }
  @supports (display: grid) {
    .row .col-xl-3 {
      width: auto;
      flex: unset;
      content: 3;
      grid-column: span 3;
    }
  }
  .row .col-xl-2 {
    width: 16.66666667%;
  }
  @supports (display: grid) {
    .row .col-xl-2 {
      width: auto;
      flex: unset;
      content: 2;
      grid-column: span 2;
    }
  }
  .row .col-xl-1 {
    width: 8.33333333%;
  }
  @supports (display: grid) {
    .row .col-xl-1 {
      width: auto;
      flex: unset;
      content: 1;
      grid-column: span 1;
    }
  }
}
@media (min-width: 480px) {
  .col-xs-order-12 {
    order: 13;
  }
  .col-xs-order-11 {
    order: 12;
  }
  .col-xs-order-10 {
    order: 11;
  }
  .col-xs-order-9 {
    order: 10;
  }
  .col-xs-order-8 {
    order: 9;
  }
  .col-xs-order-7 {
    order: 8;
  }
  .col-xs-order-6 {
    order: 7;
  }
  .col-xs-order-5 {
    order: 6;
  }
  .col-xs-order-4 {
    order: 5;
  }
  .col-xs-order-3 {
    order: 4;
  }
  .col-xs-order-2 {
    order: 3;
  }
  .col-xs-order-1 {
    order: 2;
  }
  .col-xs-order-0 {
    order: 1;
  }
}
@media (min-width: 768px) {
  .col-sm-order-12 {
    order: 13;
  }
  .col-sm-order-11 {
    order: 12;
  }
  .col-sm-order-10 {
    order: 11;
  }
  .col-sm-order-9 {
    order: 10;
  }
  .col-sm-order-8 {
    order: 9;
  }
  .col-sm-order-7 {
    order: 8;
  }
  .col-sm-order-6 {
    order: 7;
  }
  .col-sm-order-5 {
    order: 6;
  }
  .col-sm-order-4 {
    order: 5;
  }
  .col-sm-order-3 {
    order: 4;
  }
  .col-sm-order-2 {
    order: 3;
  }
  .col-sm-order-1 {
    order: 2;
  }
  .col-sm-order-0 {
    order: 1;
  }
}
@media (min-width: 992px) {
  .col-md-order-12 {
    order: 13;
  }
  .col-md-order-11 {
    order: 12;
  }
  .col-md-order-10 {
    order: 11;
  }
  .col-md-order-9 {
    order: 10;
  }
  .col-md-order-8 {
    order: 9;
  }
  .col-md-order-7 {
    order: 8;
  }
  .col-md-order-6 {
    order: 7;
  }
  .col-md-order-5 {
    order: 6;
  }
  .col-md-order-4 {
    order: 5;
  }
  .col-md-order-3 {
    order: 4;
  }
  .col-md-order-2 {
    order: 3;
  }
  .col-md-order-1 {
    order: 2;
  }
  .col-md-order-0 {
    order: 1;
  }
}
@media (min-width: 1200px) {
  .col-lg-order-12 {
    order: 13;
  }
  .col-lg-order-11 {
    order: 12;
  }
  .col-lg-order-10 {
    order: 11;
  }
  .col-lg-order-9 {
    order: 10;
  }
  .col-lg-order-8 {
    order: 9;
  }
  .col-lg-order-7 {
    order: 8;
  }
  .col-lg-order-6 {
    order: 7;
  }
  .col-lg-order-5 {
    order: 6;
  }
  .col-lg-order-4 {
    order: 5;
  }
  .col-lg-order-3 {
    order: 4;
  }
  .col-lg-order-2 {
    order: 3;
  }
  .col-lg-order-1 {
    order: 2;
  }
  .col-lg-order-0 {
    order: 1;
  }
}
@media (min-width: 1600px) {
  .col-xl-order-12 {
    order: 13;
  }
  .col-xl-order-11 {
    order: 12;
  }
  .col-xl-order-10 {
    order: 11;
  }
  .col-xl-order-9 {
    order: 10;
  }
  .col-xl-order-8 {
    order: 9;
  }
  .col-xl-order-7 {
    order: 8;
  }
  .col-xl-order-6 {
    order: 7;
  }
  .col-xl-order-5 {
    order: 6;
  }
  .col-xl-order-4 {
    order: 5;
  }
  .col-xl-order-3 {
    order: 4;
  }
  .col-xl-order-2 {
    order: 3;
  }
  .col-xl-order-1 {
    order: 2;
  }
  .col-xl-order-0 {
    order: 1;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0.0625rem solid transparent;
  white-space: nowrap;
  padding: 0.375rem 0.75rem;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #424242;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0.1875rem 0.3125rem rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #424242;
  background-color: white;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #424242;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #424242;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #424242;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #424242;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: white;
  border-color: #cccccc;
}
.btn-default .badge {
  color: white;
  background-color: #424242;
}
.btn-primary {
  color: white;
  background-color: #00629f;
  border-color: #005286;
}
.btn-primary:focus,
.btn-primary.focus {
  color: white;
  background-color: #00436c;
  border-color: #000406;
}
.btn-primary:hover {
  color: white;
  background-color: #00436c;
  border-color: #002d48;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #00436c;
  border-color: #002d48;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: white;
  background-color: #002d48;
  border-color: #000406;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #00629f;
  border-color: #005286;
}
.btn-primary .badge {
  color: #00629f;
  background-color: white;
}
.btn-success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: white;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: white;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: white;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: white;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: white;
}
.btn-info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: white;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: white;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: white;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: white;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: white;
}
.btn-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: white;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: white;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: white;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: white;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: white;
}
.btn-danger {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: white;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: white;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: white;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: white;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: white;
}
.btn-ghost {
  color: #00629f;
  background-color: transparent;
  border-color: #005286;
  border: solid 0.25rem;
}
.btn-ghost:focus,
.btn-ghost.focus {
  color: #00629f;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000406;
}
.btn-ghost:hover {
  color: #00629f;
  background-color: rgba(0, 0, 0, 0);
  border-color: #002d48;
}
.btn-ghost:active,
.btn-ghost.active,
.open > .dropdown-toggle.btn-ghost {
  color: #00629f;
  background-color: rgba(0, 0, 0, 0);
  border-color: #002d48;
}
.btn-ghost:active:hover,
.btn-ghost.active:hover,
.open > .dropdown-toggle.btn-ghost:hover,
.btn-ghost:active:focus,
.btn-ghost.active:focus,
.open > .dropdown-toggle.btn-ghost:focus,
.btn-ghost:active.focus,
.btn-ghost.active.focus,
.open > .dropdown-toggle.btn-ghost.focus {
  color: #00629f;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000406;
}
.btn-ghost:active,
.btn-ghost.active,
.open > .dropdown-toggle.btn-ghost {
  background-image: none;
}
.btn-ghost.disabled:hover,
.btn-ghost[disabled]:hover,
fieldset[disabled] .btn-ghost:hover,
.btn-ghost.disabled:focus,
.btn-ghost[disabled]:focus,
fieldset[disabled] .btn-ghost:focus,
.btn-ghost.disabled.focus,
.btn-ghost[disabled].focus,
fieldset[disabled] .btn-ghost.focus {
  background-color: transparent;
  border-color: #005286;
}
.btn-ghost .badge {
  color: transparent;
  background-color: #00629f;
}
.btn-white {
  color: white;
  background-color: white;
  border-color: #f2f2f2;
}
.btn-white:focus,
.btn-white.focus {
  color: white;
  background-color: #e6e6e6;
  border-color: #b3b3b3;
}
.btn-white:hover {
  color: white;
  background-color: #e6e6e6;
  border-color: #d4d4d4;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  color: white;
  background-color: #e6e6e6;
  border-color: #d4d4d4;
}
.btn-white:active:hover,
.btn-white.active:hover,
.open > .dropdown-toggle.btn-white:hover,
.btn-white:active:focus,
.btn-white.active:focus,
.open > .dropdown-toggle.btn-white:focus,
.btn-white:active.focus,
.btn-white.active.focus,
.open > .dropdown-toggle.btn-white.focus {
  color: white;
  background-color: #d4d4d4;
  border-color: #b3b3b3;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled.focus,
.btn-white[disabled].focus,
fieldset[disabled] .btn-white.focus {
  background-color: white;
  border-color: #f2f2f2;
}
.btn-white .badge {
  color: white;
  background-color: white;
}
.btn-black {
  color: white;
  background-color: black;
  border-color: #0d0d0d;
}
.btn-black:focus,
.btn-black.focus {
  color: white;
  background-color: #000000;
  border-color: #000000;
}
.btn-black:hover {
  color: white;
  background-color: #000000;
  border-color: #000000;
}
.btn-black:active,
.btn-black.active,
.open > .dropdown-toggle.btn-black {
  color: white;
  background-color: #000000;
  border-color: #000000;
}
.btn-black:active:hover,
.btn-black.active:hover,
.open > .dropdown-toggle.btn-black:hover,
.btn-black:active:focus,
.btn-black.active:focus,
.open > .dropdown-toggle.btn-black:focus,
.btn-black:active.focus,
.btn-black.active.focus,
.open > .dropdown-toggle.btn-black.focus {
  color: white;
  background-color: #000000;
  border-color: #000000;
}
.btn-black:active,
.btn-black.active,
.open > .dropdown-toggle.btn-black {
  background-image: none;
}
.btn-black.disabled:hover,
.btn-black[disabled]:hover,
fieldset[disabled] .btn-black:hover,
.btn-black.disabled:focus,
.btn-black[disabled]:focus,
fieldset[disabled] .btn-black:focus,
.btn-black.disabled.focus,
.btn-black[disabled].focus,
fieldset[disabled] .btn-black.focus {
  background-color: black;
  border-color: #0d0d0d;
}
.btn-black .badge {
  color: black;
  background-color: white;
}
.btn-secondary {
  color: white;
  background-color: #e7d384;
  border-color: #ebdb99;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: white;
  background-color: #dfc459;
  border-color: #d6b42f;
}
.btn-secondary:hover {
  color: white;
  background-color: #dfc459;
  border-color: #e1c866;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: white;
  background-color: #dfc459;
  border-color: #e1c866;
}
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open > .dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open > .dropdown-toggle.btn-secondary:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.open > .dropdown-toggle.btn-secondary.focus {
  color: white;
  background-color: #d9b93b;
  border-color: #d6b42f;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus {
  background-color: #e7d384;
  border-color: #ebdb99;
}
.btn-secondary .badge {
  color: #e7d384;
  background-color: white;
}
.btn-tertiary {
  color: white;
  background-color: #404040;
  border-color: #333333;
}
.btn-tertiary:focus,
.btn-tertiary.focus {
  color: white;
  background-color: #272727;
  border-color: #000000;
}
.btn-tertiary:hover {
  color: white;
  background-color: #272727;
  border-color: #151515;
}
.btn-tertiary:active,
.btn-tertiary.active,
.open > .dropdown-toggle.btn-tertiary {
  color: white;
  background-color: #272727;
  border-color: #151515;
}
.btn-tertiary:active:hover,
.btn-tertiary.active:hover,
.open > .dropdown-toggle.btn-tertiary:hover,
.btn-tertiary:active:focus,
.btn-tertiary.active:focus,
.open > .dropdown-toggle.btn-tertiary:focus,
.btn-tertiary:active.focus,
.btn-tertiary.active.focus,
.open > .dropdown-toggle.btn-tertiary.focus {
  color: white;
  background-color: #151515;
  border-color: #000000;
}
.btn-tertiary:active,
.btn-tertiary.active,
.open > .dropdown-toggle.btn-tertiary {
  background-image: none;
}
.btn-tertiary.disabled:hover,
.btn-tertiary[disabled]:hover,
fieldset[disabled] .btn-tertiary:hover,
.btn-tertiary.disabled:focus,
.btn-tertiary[disabled]:focus,
fieldset[disabled] .btn-tertiary:focus,
.btn-tertiary.disabled.focus,
.btn-tertiary[disabled].focus,
fieldset[disabled] .btn-tertiary.focus {
  background-color: #404040;
  border-color: #333333;
}
.btn-tertiary .badge {
  color: #404040;
  background-color: white;
}
.btn-link {
  color: #00629f;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #00629f;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
a.menu-button {
  padding: 0.125rem 0.75rem 0.25rem;
}
a.menu-button.btn-default:hover,
a.menu-button.btn-default:focus {
  background-color: #e6e6e6;
}
a.menu-button.btn-primary:hover,
a.menu-button.btn-primary:focus {
  background-color: #00436c;
}
a.menu-button.btn-success:hover,
a.menu-button.btn-success:focus {
  background-color: #449d44;
}
a.menu-button.btn-info:hover,
a.menu-button.btn-info:focus {
  background-color: #31b0d5;
}
a.menu-button.btn-warning:hover,
a.menu-button.btn-warning:focus {
  background-color: #ec971f;
}
a.menu-button.btn-danger:hover,
a.menu-button.btn-danger:focus {
  background-color: #c9302c;
}
a.menu-button.btn-black:hover,
a.menu-button.btn-black:focus {
  background-color: #000000;
}
a.menu-button.btn-secondary:hover,
a.menu-button.btn-secondary:focus {
  background-color: #dfc459;
}
a.menu-button.btn-tertiary:hover,
a.menu-button.btn-tertiary:focus {
  background-color: #272727;
}
.btn-xl {
  padding: 0.78125rem 1.25rem;
  font-size: 30px;
  line-height: 1.6625;
  border-radius: 0.46875rem;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.625rem 1rem;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 0.375rem;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.3125rem 0.625rem;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0.1875rem;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 0.0625rem 0.3125rem;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0.1875rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.3125rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
fieldset {
  padding: 0.35rem 0.75rem 0.625rem;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: inherit;
  color: #424242;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 1.375rem;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 42.75px;
  padding: 0.375rem 0.75rem;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
}
.form-control:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 26.75px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 20.625px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 35.25px;
  }
}
.form-group {
  margin-bottom: 1rem;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
  margin-bottom: 0;
  min-height: 40px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 20.625px;
  padding: 0.3125rem 0.625rem;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0.1875rem;
}
select.input-sm {
  height: 20.625px;
  line-height: 20.625px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 20.625px;
  padding: 0.3125rem 0.625rem;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0.1875rem;
}
.form-group-sm select.form-control {
  height: 20.625px;
  line-height: 20.625px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 20.625px;
  min-height: 36px;
  padding: 1.3125rem 0.625rem;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 35.25px;
  padding: 0.625rem 1rem;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 0.375rem;
}
select.input-lg {
  height: 35.25px;
  line-height: 35.25px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 35.25px;
  padding: 0.625rem 1rem;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 0.375rem;
}
.form-group-lg select.form-control {
  height: 35.25px;
  line-height: 35.25px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 35.25px;
  min-height: 48px;
  padding: 1.625rem 1rem;
  font-size: 24px;
  line-height: 1.33;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 33.4375px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 26.75px;
  height: 26.75px;
  line-height: 26.75px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 35.25px;
  height: 35.25px;
  line-height: 35.25px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 20.625px;
  height: 20.625px;
  line-height: 20.625px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #2d4821;
}
.has-success .form-control {
  border-color: #2d4821;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #172511;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #598e41;
}
.has-success .input-group-addon {
  color: #2d4821;
  border-color: #2d4821;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #2d4821;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #6c4a00;
}
.has-warning .form-control {
  border-color: #6c4a00;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #392700;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d29000;
}
.has-warning .input-group-addon {
  color: #6c4a00;
  border-color: #6c4a00;
  background-color: #f9f1c6;
}
.has-warning .form-control-feedback {
  color: #6c4a00;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #d2322d;
}
.has-error .form-control {
  border-color: #d2322d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #a82824;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e48481;
}
.has-error .input-group-addon {
  color: #d2322d;
  border-color: #d2322d;
  background-color: #faf3f3;
}
.has-error .form-control-feedback {
  color: #d2322d;
}
.has-feedback label ~ .form-control-feedback {
  top: 29px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1.375rem;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 25.375px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 1.375rem;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 1.625rem;
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 1.3125rem;
    font-size: 12px;
  }
}
.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.5rem;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li > a:focus {
  outline: dotted 1px black;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #00629f;
}
.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 0.25rem 0.25rem 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: white;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0.25rem;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0.25rem 0.25rem 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: white;
  }
}
/*.nav-pills {
	> li {
		float: left;

		// Links rendered as pills
		> a {
			border-radius: @nav-pills-border-radius;
		}
		+ li {
			margin-left: 2px;
		}

		// Active state
		&.active > a {
			&,
			&:hover,
			&:focus {
				color: @nav-pills-active-link-hover-color;
				background-color: @nav-pills-active-link-hover-bg;
			}
		}
	}
}*/
/*.nav-stacked {
	> li {
		float: none;
		+ li {
			margin-top: 2px;
			margin-left: 0; // no need for this gap between nav items
		}
	}
}*/
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0.25rem;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0.25rem 0.25rem 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: white;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
/*.nav-tabs .dropdown-menu {
	// make dropdown border overlap tab border
	margin-top: -1px;
	// Remove the top rounded corners here since there is a hard edge above the menu
	.border-top-radius(0);
}*/
.navbar {
  position: relative;
  min-height: 3.125rem;
  margin-bottom: 0px;
  border: 1px solid transparent;
}
.navbar-header {
  display: flex;
  min-height: 4rem;
}
@supports (display: grid) {
  .navbar-header {
    display: grid;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-header {
    display: flex;
    align-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0.5rem 0;
  }
  .navbar-header img {
    margin: auto;
  }
  .navbar-header button {
    float: none;
  }
}
.navbar-collapse {
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  max-height: 100%;
  overflow-x: visible;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 21.25rem;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: -10.4375rem 15px;
  font-size: 24px;
  line-height: 24px;
  display: flex;
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  z-index: 1000;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav > li > a {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  line-height: 2.5rem;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 24px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: -10.4375rem;
    padding-bottom: -10.4375rem;
  }
}
/*
	.navbar-form {
		margin-left: -@navbar-padding-horizontal;
		margin-right: -@navbar-padding-horizontal;
		padding: 10px @navbar-padding-horizontal;
		border-top: 1px solid transparent;
		border-bottom: 1px solid transparent;
		@shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
		.box-shadow(@shadow);

		// Mixin behavior for optimum display
		.form-inline();

		.form-group {
			@media (max-width: @grid-float-breakpoint-max) {
				margin-bottom: 5px;

				&:last-child {
					margin-bottom: 0;
				}
			}
		}

		// Vertically center in expanded, horizontal navbar
		.navbar-vertical-align(@input-height-base);

		// Undo 100% width for pull classes
		@media (min-width: @grid-float-breakpoint) {
			width: auto;
			border: 0;
			margin-left: 0;
			margin-right: 0;
			padding-top: 0;
			padding-bottom: 0;
			.box-shadow(none);
		}
	}
*/
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: -11.8125rem;
  margin-bottom: -11.8125rem;
}
.navbar-btn.btn-sm {
  margin-top: -8.75rem;
  margin-bottom: -8.75rem;
}
.navbar-btn.btn-xs {
  margin-top: -9.4375rem;
  margin-bottom: -9.4375rem;
}
.navbar-text {
  margin-top: -10.4375rem;
  margin-bottom: -10.4375rem;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #00629f;
  border-color: #004e7e;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-brand-center {
  color: white;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand-center:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand-center:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: white;
}
.navbar-default .navbar-nav > li > a {
  color: white;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: white;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: white;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
  color: #888888;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #004e7e;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: white;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: white;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: white;
}
.navbar-default .navbar-link:hover {
  color: white;
}
.navbar-default .btn-link {
  color: white;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: white;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-brand-center {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand-center:hover,
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand-center:focus {
  color: white;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: white;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: white;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #222222;
  color: white;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #424242;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: white;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: white;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: white;
}
.navbar-inverse .btn-link {
  color: #999999;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: white;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.navbar-brand-primary {
  background-color: #00629f;
  border-color: transparent;
}
.navbar-brand-primary .navbar-brand,
.navbar-brand-primary .navbar-brand-center {
  color: white;
}
.navbar-brand-primary .navbar-brand:hover,
.navbar-brand-primary .navbar-brand-center:hover,
.navbar-brand-primary .navbar-brand:focus,
.navbar-brand-primary .navbar-brand-center:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-brand-primary .navbar-text {
  color: white;
}
.navbar-brand-primary .navbar-nav > li > a {
  color: white;
}
.navbar-brand-primary .navbar-nav > li > a:hover,
.navbar-brand-primary .navbar-nav > li > a:focus {
  color: #f9f9f9;
  background-color: transparent;
}
.navbar-brand-primary .navbar-nav > .active > a,
.navbar-brand-primary .navbar-nav > .active > a:hover,
.navbar-brand-primary .navbar-nav > .active > a:focus {
  color: white;
  background-color: transparent;
}
.navbar-brand-primary .navbar-nav > .disabled > a,
.navbar-brand-primary .navbar-nav > .disabled > a:hover,
.navbar-brand-primary .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-brand-primary .navbar-toggle {
  border-color: #004e7e;
  color: white;
}
.navbar-brand-primary .navbar-toggle:hover,
.navbar-brand-primary .navbar-toggle:focus {
  background-color: #00436c;
}
.navbar-brand-primary .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-brand-primary .navbar-collapse,
.navbar-brand-primary .navbar-form {
  border-color: transparent;
}
.navbar-brand-primary .navbar-nav > .open > a,
.navbar-brand-primary .navbar-nav > .open > a:hover,
.navbar-brand-primary .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: white;
}
@media (max-width: 991px) {
  .navbar-brand-primary .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
  .navbar-brand-primary .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-brand-primary .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #f9f9f9;
    background-color: transparent;
  }
  .navbar-brand-primary .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-brand-primary .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-brand-primary .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: white;
    background-color: transparent;
  }
  .navbar-brand-primary .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-brand-primary .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-brand-primary .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-brand-primary .navbar-link {
  color: white;
}
.navbar-brand-primary .navbar-link:hover {
  color: #f9f9f9;
}
.navbar-brand-primary .btn-link {
  color: white;
}
.navbar-brand-primary .btn-link:hover,
.navbar-brand-primary .btn-link:focus {
  color: #f9f9f9;
}
.navbar-brand-primary .btn-link[disabled]:hover,
fieldset[disabled] .navbar-brand-primary .btn-link:hover,
.navbar-brand-primary .btn-link[disabled]:focus,
fieldset[disabled] .navbar-brand-primary .btn-link:focus {
  color: #cccccc;
}
.navbar-transparent {
  background-color: transparent;
  border-color: transparent;
}
.navbar-transparent .navbar-brand,
.navbar-transparent .navbar-brand-center {
  color: white;
}
.navbar-transparent .navbar-brand:hover,
.navbar-transparent .navbar-brand-center:hover,
.navbar-transparent .navbar-brand:focus,
.navbar-transparent .navbar-brand-center:focus {
  color: white;
  background-color: transparent;
}
.navbar-transparent .navbar-text {
  color: white;
}
.navbar-transparent .navbar-nav > li > a {
  color: white;
}
.navbar-transparent .navbar-nav > li > a:hover,
.navbar-transparent .navbar-nav > li > a:focus {
  color: white;
  background-color: transparent;
}
.navbar-transparent .navbar-nav > .active > a,
.navbar-transparent .navbar-nav > .active > a:hover,
.navbar-transparent .navbar-nav > .active > a:focus {
  color: white;
  background-color: transparent;
}
.navbar-transparent .navbar-nav > .disabled > a,
.navbar-transparent .navbar-nav > .disabled > a:hover,
.navbar-transparent .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-transparent .navbar-toggle {
  border-color: #004e7e;
  color: white;
}
.navbar-transparent .navbar-toggle:hover,
.navbar-transparent .navbar-toggle:focus {
  color: #e7d384;
  background-color: #004e7e;
}
.navbar-transparent .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-transparent .navbar-collapse,
.navbar-transparent .navbar-form {
  border-color: transparent;
}
.navbar-transparent .navbar-nav > .open > a,
.navbar-transparent .navbar-nav > .open > a:hover,
.navbar-transparent .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: white;
}
.navbar-transparent .navbar-nav > .open > a:hover .icon-bar {
  background-color: #e7d384;
}
@media (max-width: 991px) {
  .navbar-transparent .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
  .navbar-transparent .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-transparent .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white;
    background-color: transparent;
  }
  .navbar-transparent .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-transparent .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-transparent .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: white;
    background-color: transparent;
  }
  .navbar-transparent .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-transparent .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-transparent .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-transparent .navbar-link {
  color: white;
}
.navbar-transparent .navbar-link:hover {
  color: white;
}
.navbar-transparent .btn-link {
  color: white;
}
.navbar-transparent .btn-link:hover,
.navbar-transparent .btn-link:focus {
  color: white;
}
.navbar-transparent .btn-link[disabled]:hover,
fieldset[disabled] .navbar-transparent .btn-link:hover,
.navbar-transparent .btn-link[disabled]:focus,
fieldset[disabled] .navbar-transparent .btn-link:focus {
  color: #cccccc;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
  transition: all opacity 0.15s linear ease-out;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 0.25rem dashed;
  border-top: 0.25rem solid \9;
  border-right: 0.25rem solid transparent;
  border-left: 0.25rem solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: white;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #424242;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: white;
  background-color: #00629f;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #00629f;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.5;
  color: #999999;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 0.25rem dashed;
  border-bottom: 0.25rem solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 0.3125rem 0.3125rem 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 0.3125rem 0.3125rem;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 0.25rem;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  text-decoration: none;
  color: #00629f;
  background-color: white;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #00629f;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: white;
  background-color: #00629f;
  border-color: #00629f;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: white;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pager {
  padding-left: 0;
  margin: 24px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 1rem;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: white;
  cursor: not-allowed;
}
.alert {
  padding: 1rem;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 21rem;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #2d4821;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #172511;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #214c62;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #142e3c;
}
.alert-warning {
  background-color: #f9f1c6;
  border-color: #f7dfaf;
  color: #6c4a00;
}
.alert-warning hr {
  border-top-color: #f4d698;
}
.alert-warning .alert-link {
  color: #392700;
}
.alert-danger {
  background-color: #faf3f3;
  border-color: #f3e1e4;
  color: #d2322d;
}
.alert-danger hr {
  border-top-color: #ebcfd4;
}
.alert-danger .alert-link {
  color: #a82824;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #424242;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #999999;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #999999;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: white;
  background-color: #00629f;
  border-color: #00629f;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #6cc7ff;
}
.list-group-item-success {
  color: #2d4821;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #2d4821;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #2d4821;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #2d4821;
  border-color: #2d4821;
}
.list-group-item-info {
  color: #214c62;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #214c62;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #214c62;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #214c62;
  border-color: #214c62;
}
.list-group-item-warning {
  color: #6c4a00;
  background-color: #f9f1c6;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #6c4a00;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #6c4a00;
  background-color: #f7ebaf;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #6c4a00;
  border-color: #6c4a00;
}
.list-group-item-danger {
  color: #d2322d;
  background-color: #faf3f3;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #d2322d;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #d2322d;
  background-color: #f3e1e1;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #d2322d;
  border-color: #d2322d;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 24px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 1rem;
}
.panel-heading {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -0.75rem;
  border-top-left-radius: -0.75rem;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 0.75rem 1rem;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -0.75rem;
  border-bottom-left-radius: -0.75rem;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -0.75rem;
  border-top-left-radius: -0.75rem;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -0.75rem;
  border-bottom-left-radius: -0.75rem;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 1rem;
  padding-right: 1rem;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -0.75rem;
  border-top-left-radius: -0.75rem;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -0.75rem;
  border-top-right-radius: -0.75rem;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -0.75rem;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -0.75rem;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -0.75rem;
  border-bottom-left-radius: -0.75rem;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -0.75rem;
  border-bottom-right-radius: -0.75rem;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -0.75rem;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -0.75rem;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 24px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #424242;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #424242;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #00629f;
}
.panel-primary > .panel-heading {
  color: white;
  background-color: #00629f;
  border-color: #00629f;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #00629f;
}
.panel-primary > .panel-heading .badge {
  color: #00629f;
  background-color: white;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #00629f;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #2d4821;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #2d4821;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #214c62;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #214c62;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #f7dfaf;
}
.panel-warning > .panel-heading {
  color: #6c4a00;
  background-color: #f9f1c6;
  border-color: #f7dfaf;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f7dfaf;
}
.panel-warning > .panel-heading .badge {
  color: #f9f1c6;
  background-color: #6c4a00;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f7dfaf;
}
.panel-danger {
  border-color: #f3e1e4;
}
.panel-danger > .panel-heading {
  color: #d2322d;
  background-color: #faf3f3;
  border-color: #f3e1e4;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f3e1e4;
}
.panel-danger > .panel-heading .badge {
  color: #faf3f3;
  background-color: #d2322d;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f3e1e4;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0.375rem;
}
.well-sm {
  padding: 9px;
  border-radius: 0.1875rem;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1600px) {
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table !important;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  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: white;
  border: 1px solid #eeeeee;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.375rem;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black;
}
.modal-backdrop.fade {
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.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 .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*.gradient(@color: #F5F5F5, @start: #EEE, @stop: #FFF) {
  background: @color;
  background: -webkit-gradient(linear,
                               left bottom,
                               left top,
                               color-stop(0, @start),
                               color-stop(1, @stop));
  background: -ms-linear-gradient(bottom,
                                  @start,
                                  @stop);
  background: -moz-linear-gradient(center bottom,
                                   @start 0%,
                                   @stop 100%);
  background: -o-linear-gradient(@stop,
                                 @start);
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@stop,@start));
}*/
/*.bw-gradient(@color: #F5F5F5, @start: 0, @stop: 255) {
  background: @color;
  background: -webkit-gradient(linear,
                               left bottom,
                               left top,
                               color-stop(0, rgb(@start,@start,@start)),
                               color-stop(1, rgb(@stop,@stop,@stop)));
  background: -ms-linear-gradient(bottom,
                                  rgb(@start,@start,@start) 0%,
                                  rgb(@stop,@stop,@stop) 100%);
  background: -moz-linear-gradient(center bottom,
                                   rgb(@start,@start,@start) 0%,
                                   rgb(@stop,@stop,@stop) 100%);
  background: -o-linear-gradient(rgb(@stop,@stop,@stop),
                                 rgb(@start,@start,@start));
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",rgb(@stop,@stop,@stop),rgb(@start,@start,@start)));
}*/
/*.bordered(@top-color: #EEE, @right-color: #EEE, @bottom-color: #EEE, @left-color: #EEE) {
  border-top: solid 1px @top-color;
  border-right: solid 1px @right-color;
  border-bottom: solid 1px @bottom-color;
  border-left: solid 1px @left-color;
}*/
/*.box-sizing(@sizing: border-box) {
  -webkit-box-sizing: @sizing;
  -moz-box-sizing: @sizing;
  box-sizing: @sizing;
  -ms-box-sizing: @sizing;
}*/
/*.user-select(@argument: none) {
  -webkit-user-select: @argument;
  -moz-user-select: @argument;
  -ms-user-select: @argument;
  user-select: @argument;
}*/
/*
 *  Standard Joomla Build
 *  system.css - controls system messages
 *  /media/system/css/system.css
 *  @copyright	Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.
 *  @license		GNU General Public License version 2 or later; see LICENSE.txt
 */
/* System Messages */
#system-message {
  margin-bottom: 10px;
  padding: 0;
  /* System Standard Messages */
  /* System Error Messages */
  /*
    > .error > ul,
    > .warning > ul,
    > .notice > ul {
    	color: #c00;
    }
    */
  /* System Warning Messages */
  /* System Notice Messages */
}
#system-message > dt {
  font-weight: bold;
  display: none;
}
#system-message > dd {
  margin: 0;
  font-weight: bold;
  text-indent: 30px;
}
#system-message > dd > ul {
  color: #214c62;
  background-position: 4px top;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  list-style: none;
  padding: 10px;
  border-top: 3px solid #bce8f1;
  border-bottom: 3px solid #bce8f1;
}
#system-message > dd > ul > li {
  line-height: 1.5em;
}
#system-message > .message > ul {
  color: #2d4821;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
#system-message > .message > ul:before {
  content: "\f044";
  font-family: 'FontAwesome';
  font-size: 24px;
  color: #2d4821;
}
#system-message > .error > ul {
  color: #d2322d;
  background-color: #faf3f3;
  border-color: #f3e1e4;
}
#system-message > .error > ul:before {
  content: "\f056";
  font-family: 'FontAwesome';
  font-size: 24px;
  color: #2d4821;
}
#system-message > .warning > ul {
  color: #6c4a00;
  background-color: #f9f1c6;
  border-color: #f7dfaf;
}
#system-message > .warning > ul:before {
  content: "\f06a";
  font-family: 'FontAwesome';
  font-size: 24px;
  color: #2d4821;
}
#system-message > .notice > ul {
  color: #214c62;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
#system-message > .notice > ul:before {
  content: "\f044";
  font-family: 'FontAwesome';
  font-size: 24px;
  color: #2d4821;
}
/*
 *  Standard Joomla Build
 *  system.css
 *  /templates/system/css/system.css
 *  @copyright	Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.
 *  @license		GNU General Public License version 2 or later; see LICENSE.txt
 */
/* Import project-level system CSS */
/* Unpublished */
.system-unpublished,
tr.system-unpublished {
  background: #d9edf7;
  border-top: 4px solid #bce8f1;
  border-bottom: 4px solid #bce8f1;
}
span.highlight {
  background-color: #f9f1c6;
  font-weight: bold;
  padding: 1px 4px;
}
.img-fulltext-float-right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
.img-fulltext-float-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.img-intro-float-right {
  float: right;
  margin-left: 5px;
  margin-bottom: 5px;
}
.img-intro-float-left {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
/*
 *  Standard Joomla Build
 *  general.css
 *  /templates/system/css/general.css
 *  @copyright	Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.
 *  @license		GNU General Public License version 2 or later; see LICENSE.txt
 */
/* Form validation */
.invalid {
  border-color: #d9534f;
}
label.invalid {
  color: #d9534f;
}
/* Buttons */
#editor-xtd-buttons {
  padding: 5px;
}
.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
  float: left;
}
.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
  display: block;
  height: 22px;
  float: left;
  line-height: 1.5;
  font-size: 12px;
  color: #666666;
  cursor: pointer;
}
.button2-left span,
.button2-right span {
  cursor: default;
  color: #999999;
}
.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
  padding: 0 6px;
}
.page span {
  color: black;
  font-weight: bold;
}
.button2-left a:hover,
.button2-right a:hover {
  text-decoration: none;
  color: #049cdb;
}
.button2-left a,
.button2-left span {
  padding: 0 24px 0 6px;
}
.button2-right a,
.button2-right span {
  padding: 0 6px 0 24px;
}
.button2-left {
  background: url(../images/system-general/j_button2_left.png) no-repeat;
  float: left;
  margin-left: 5px;
}
.button2-right {
  background: url(../images/system-general/j_button2_right.png) 100% 0 no-repeat;
  float: left;
  margin-left: 5px;
}
.button2-left .image {
  background: url(../images/system-general/j_button2_image.png) 100% 0 no-repeat;
}
.button2-left .readmore,
.button2-left .article {
  background: url(../images/system-general/j_button2_readmore.png) 100% 0 no-repeat;
}
.button2-left .pagebreak {
  background: url(../images/system-general/j_button2_pagebreak.png) 100% 0 no-repeat;
}
.button2-left .blank {
  background: url(../images/system-general/j_button2_blank.png) 100% 0 no-repeat;
}
/* Tooltips */
div.tooltip {
  float: left;
  background: #ffc;
  border: 1px solid #f0ad4e;
  padding: 5px;
  max-width: 200px;
  z-index: 13000;
}
div.tooltip h4 {
  padding: 0;
  margin: 0;
  font-size: 95%;
  font-weight: bold;
  margin-top: -15px;
  padding-top: 15px;
  padding-bottom: 5px;
  background: url(../images/system-general/selector-arrow.png) no-repeat;
}
div.tooltip p {
  font-size: 90%;
  margin: 0;
}
/* Caption fixes */
.img_caption .left {
  float: left;
  margin-right: 1em;
}
.img_caption .right {
  float: right;
  margin-left: 1em;
}
.img_caption .left p {
  clear: left;
  text-align: center;
}
.img_caption .right p {
  clear: right;
  text-align: center;
}
.img_caption {
  text-align: center!important;
}
.img_caption.none {
  margin-left: auto;
  margin-right: auto;
}
/* Calendar */
a img.calendar {
  width: 16px;
  height: 16px;
  margin-left: 3px;
  background: url(../images/system-general/calendar.png) no-repeat;
  cursor: pointer;
  vertical-align: middle;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #2d4821;
}
.has-success .form-control {
  border-color: #2d4821;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #172511;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #598e41;
}
.has-success .input-group-addon {
  color: #2d4821;
  border-color: #2d4821;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #2d4821;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #6c4a00;
}
.has-warning .form-control {
  border-color: #6c4a00;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #392700;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d29000;
}
.has-warning .input-group-addon {
  color: #6c4a00;
  border-color: #6c4a00;
  background-color: #f9f1c6;
}
.has-warning .form-control-feedback {
  color: #6c4a00;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #d2322d;
}
.has-error .form-control {
  border-color: #d2322d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #a82824;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e48481;
}
.has-error .input-group-addon {
  color: #d2322d;
  border-color: #d2322d;
  background-color: #faf3f3;
}
.has-error .form-control-feedback {
  color: #d2322d;
}
.formRed {
  color: #d2322d;
  font-weight: bold;
}
.formError {
  color: #d2322d;
  font-weight: bold;
  font-size: 12px;
}
.formNoError {
  display: none;
}
.formField {
  display: block;
  overflow: auto;
}
.formClr {
  display: block;
  clear: both;
}
fieldset.formFieldset {
  margin-bottom: 10px;
}
fieldset.formFieldset legend {
  padding: 0 2px;
  font-weight: bold;
  font-size: 16px;
}
fieldset.formFieldset ol.formContainer {
  margin: 0;
  padding: 0;
}
fieldset.formFieldset ol.formContainer li {
  clear: both;
  margin: 0;
  padding: 5px;
  background-image: none;
  list-style: none;
}
strong.formRequired {
  margin-left: 3px;
  font-style: normal;
  color: #d2322d;
  font-weight: bold;
}
div.formCaption {
  display: block;
  float: left;
  min-height: 12px;
  width: 25%;
}
div.formBody {
  display: block;
  float: left;
}
/*.formFieldset .formBody label {
	display: inline;
	margin: 3px;
}*/
/*.formTableLayout {
	border: none;
    > tbody > tr {
    	border: none;
    }
}
.formTableLeft, .formTableRight {
	border: none;
}
.formTableLayout tr td label {
	display: inline;
	margin: 3px;
}
.formTableLayout tr.rsform-block, .formTableLayout tr.rsform-block > td {
	border: 0;
}
.formTableLayout tr.rsform-block > td {
	padding: 3px;
}
.form2LinesLayout .formField label {
	display: inline;
	margin: 3px;
}*/
/* responsive - desktop/default version */
/*.formResponsive {
	margin: 0 0 18px;
    .rsformProgress p {
    	display: none;
    }

    .formHorizontal {
        input,
        textarea,
        select,
        .formValidation,
        .uneditable-input,
        .input-prepend,
        .input-append {
        	display: inline-block;
            margin-bottom: 0;
            *display: inline;
            *zoom: 1;
        }
        .hide {
        	display: none;
        }
        .rsform-block {
        	margin-bottom: 18px;
         *zoom: 1;
        }
        .rsform-block:before,
        .rsform-block:after {
        	display: table;
        	content: "";
        }
        .rsform-block:after {
        	clear: both;
        }
        .formControlLabel {
        	float: left;
        	padding-top: 5px;
        	width: 140px;
        	text-align: right;
        }
        .formControls {
        	margin-left: 160px;
         *display: inline-block;
         *padding-left: 20px;
         *margin-left: 0;
        }
        .formControls:first-child {
         *padding-left: 160px;
        }
        p.formDescription {
        	margin-top: 9px;
        	margin-bottom: 0;
        }
        .form-actions {
        	padding-left: 160px;
        }
    }
    fieldset {
    	margin: 0;
    	padding: 0;
    	border: 0;
    }

    select,
    textarea,
    input[type="text"],
    input[type="password"] {
    	display: inline-block;
    	margin-bottom: 9px;
    	padding: 4px;
    	height: auto;
    	color: @text-color; //inherit; //@gray;
    	font-size: @font-size-root;
    	line-height: inherit; //18px;
    	//height: 18px;
    	
    }
    input,
    textarea {
    	width: 210px;
    }
    textarea {
    	height: auto;
    }
    textarea,
    input[type="text"],
    input[type="password"] {
    	.border-radius( 3px, 3px, 3px, 3px);
    	.box-shadow( inset 0 1px 1px rgba(0, 0, 0, 0.075));
    	border: 1px solid @gray-ccc;
    	background-color: @white;
    	transition: border linear 0.2s, box-shadow linear 0.2s;
    }
    textarea:focus,
    input[type="text"]:focus,
    input[type="password"]:focus,
    select:focus {
    	outline: 0;
    	outline: thin dotted \9;
    	border-color: rgba(61,20,20, 0.8);
    }
    input[type="radio"],
    input[type="checkbox"] {
    	margin: 3px 0;
    	cursor: pointer;
     *margin-top: 0;
    
    	line-height: normal;
    }
    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    input[type="radio"],
    input[type="checkbox"] {
    	width: auto;
    }
    select,
    input[type="file"] {
    	height: 28px;
        *margin-top: 4px;    
    	line-height: 28px;
    }
    select {
    	width: 220px;
    	border: 1px solid @gray-bbb;
    }
    select.rsform-select-box-small {
    	width: 60px; //70px;
    }
    select[multiple],
    select[size] {
    	height: auto;
    }
    select:focus,
    input[type="file"]:focus,
    input[type="radio"]:focus,
    input[type="checkbox"]:focus {
    	outline: thin dotted @gray-dark;
    	outline: 5px auto -webkit-focus-ring-color;
    	outline-offset: -2px;
    }
    input[type="radio"],
    input[type="checkbox"] {
    	float: left;
    	margin-right: 5px;
    	padding-left: 18px;
    }
    .formBody {
    	float: none;
    }
    label {
    	float: left;
    	margin: 3px 5px 3px 0;
    	padding: 0px;
    	height: 18px;
    }
    input[type="button"],
    input[type="submit"],
    input[type="reset"] {
    	.btn;
    }
    input[type="submit"] {
        .btn-primary;
    }
    input[type="reset"] {
        .btn-primary; 
    }
    .formError {
        .has-error;
    	display: block;
    	height: 18px;
    	vertical-align: middle;
    	//color: #b94a48;
    	padding-left: 5px;
    	//font-size: 13px;
    	//font-weight: normal;
    	margin: 3px 5px 3px 0;
    }
    input.rsform-error,
    textarea.rsform-error,
    select.rsform-error {
    	border-color: @state-danger-border; //#b94a48;
    	color: @state-danger-text; //#b94a48;
    }
    input.rsform-calendar-button {
    	margin-bottom: 3px;
    }
}*/
/* responsive - mobile versions */
/*@media screen and (max-width: @grid-float-breakpoint) {
    .formResponsive .formHorizontal input[type="checkbox"],  .formResponsive .formHorizontal input[type="radio"] {
    	border: 1px solid @gray-ccc;
    }
    .formResponsive .formHorizontal .rsform-block {
    	float: none;
    	padding-top: 0;
    	width: auto;
    	text-align: left;
    }
    .formResponsive .formHorizontal .formControls {
    	margin-left: 0;
    }
    .formResponsive input[type="text"],  .formResponsive input[type="password"],  .formResponsive textarea,  .formResponsive select {
    	width: 100% !important;
    }
    .formResponsive .formHorizontal .formControlLabel {
    	float: none;
    	padding-top: 0;
    	width: auto;
    	text-align: left;
    }
}*/
.recaptcha_input_area_text {
  float: none !important;
}
/*.rsformMaps img {
	max-width: none !important;
}
.rsform-map-geolocation {
	position: absolute;
	z-index: 999999;
	margin: 0;
	width: 455px;
	height: auto;
	border: 1px solid #E8E7E7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: none repeat scroll 0 0 #F5F5F5;
	list-style: none outside none;
}
.rsform-map-geolocation li a {
	display: block;
	padding: 4px;
	text-decoration: none;
	line-height: 20px;
}
.rsform-map-geolocation li a:hover {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	text-decoration: none;
}*/
.rsform-submit-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0.0625rem solid transparent;
  white-space: nowrap;
  padding: 0.375rem 0.75rem;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: white;
  background-color: #00629f;
  border-color: #005286;
}
.rsform-submit-button:focus,
.rsform-submit-button:active:focus,
.rsform-submit-button.active:focus,
.rsform-submit-button.focus,
.rsform-submit-button:active.focus,
.rsform-submit-button.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.rsform-submit-button:hover,
.rsform-submit-button:focus,
.rsform-submit-button.focus {
  color: #424242;
  text-decoration: none;
}
.rsform-submit-button:active,
.rsform-submit-button.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0.1875rem 0.3125rem rgba(0, 0, 0, 0.125);
}
.rsform-submit-button.disabled,
.rsform-submit-button[disabled],
fieldset[disabled] .rsform-submit-button {
  cursor: not-allowed;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  box-shadow: none;
}
a.rsform-submit-button.disabled,
fieldset[disabled] a.rsform-submit-button {
  pointer-events: none;
}
.rsform-submit-button:focus,
.rsform-submit-button.focus {
  color: white;
  background-color: #00436c;
  border-color: #000406;
}
.rsform-submit-button:hover {
  color: white;
  background-color: #00436c;
  border-color: #002d48;
}
.rsform-submit-button:active,
.rsform-submit-button.active,
.open > .dropdown-toggle.rsform-submit-button {
  color: white;
  background-color: #00436c;
  border-color: #002d48;
}
.rsform-submit-button:active:hover,
.rsform-submit-button.active:hover,
.open > .dropdown-toggle.rsform-submit-button:hover,
.rsform-submit-button:active:focus,
.rsform-submit-button.active:focus,
.open > .dropdown-toggle.rsform-submit-button:focus,
.rsform-submit-button:active.focus,
.rsform-submit-button.active.focus,
.open > .dropdown-toggle.rsform-submit-button.focus {
  color: white;
  background-color: #002d48;
  border-color: #000406;
}
.rsform-submit-button:active,
.rsform-submit-button.active,
.open > .dropdown-toggle.rsform-submit-button {
  background-image: none;
}
.rsform-submit-button.disabled:hover,
.rsform-submit-button[disabled]:hover,
fieldset[disabled] .rsform-submit-button:hover,
.rsform-submit-button.disabled:focus,
.rsform-submit-button[disabled]:focus,
fieldset[disabled] .rsform-submit-button:focus,
.rsform-submit-button.disabled.focus,
.rsform-submit-button[disabled].focus,
fieldset[disabled] .rsform-submit-button.focus {
  background-color: #00629f;
  border-color: #005286;
}
.rsform-submit-button .badge {
  color: #00629f;
  background-color: white;
}
.rsform-block {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
@supports (display: grid) {
  .rsform-block {
    display: grid;
    grid-gap: 2rem 1rem;
    grid-template-columns: repeat(12, 1fr);
    margin-left: auto;
    margin-right: auto;
  }
}
.rsform-block .formControlLabel {
  text-align: right;
  width: 25%;
}
@supports (display: grid) {
  .rsform-block .formControlLabel {
    width: auto;
    flex: unset;
    grid-column: span 3;
  }
}
.rsform-block .formControls {
  width: 66.66666667%;
}
@supports (display: grid) {
  .rsform-block .formControls {
    width: auto;
    flex: unset;
    grid-column: span 8;
  }
}
.rsform-block .formControls .formBody,
.rsform-block .formControls input,
.rsform-block .formControls textarea {
  width: 100%;
}
.rsform-block .formControls input {
  display: block;
  height: 42.75px;
  padding: 0.375rem 0.75rem;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  width: 100%;
}
.rsform-block .formControls input:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);
}
.rsform-block .formControls input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.rsform-block .formControls input:-ms-input-placeholder {
  color: #999;
}
.rsform-block .formControls input::-webkit-input-placeholder {
  color: #999;
}
.rsform-block .formControls input::-ms-expand {
  border: 0;
  background-color: transparent;
}
.rsform-block .formControls input[disabled],
.rsform-block .formControls input[readonly],
fieldset[disabled] .rsform-block .formControls input {
  background-color: #eeeeee;
  opacity: 1;
}
.rsform-block .formControls input[disabled],
fieldset[disabled] .rsform-block .formControls input {
  cursor: not-allowed;
}
textarea.rsform-block .formControls input {
  height: auto;
}
.rsform-block .formControls textarea {
  display: block;
  width: 100%;
  height: 42.75px;
  padding: 0.375rem 0.75rem;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  height: auto;
}
.rsform-block .formControls textarea:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);
}
.rsform-block .formControls textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.rsform-block .formControls textarea:-ms-input-placeholder {
  color: #999;
}
.rsform-block .formControls textarea::-webkit-input-placeholder {
  color: #999;
}
.rsform-block .formControls textarea::-ms-expand {
  border: 0;
  background-color: transparent;
}
.rsform-block .formControls textarea[disabled],
.rsform-block .formControls textarea[readonly],
fieldset[disabled] .rsform-block .formControls textarea {
  background-color: #eeeeee;
  opacity: 1;
}
.rsform-block .formControls textarea[disabled],
fieldset[disabled] .rsform-block .formControls textarea {
  cursor: not-allowed;
}
textarea.rsform-block .formControls textarea {
  height: auto;
}
@media screen and (max-width: 991px) {
  .rsform-block-recaptcha5 {
    justify-items: center;
  }
  .rsform-block-recaptcha5 .formControlLabel {
    text-align: right;
    width: auto;
    visibility: hidden;
  }
  .rsform-block-recaptcha5 .formControls {
    width: 100%;
  }
  @supports (display: grid) {
    .rsform-block-recaptcha5 .formControls {
      width: auto;
      flex: unset;
      grid-column: span 12;
    }
  }
}
/**
 * @version    2.8.x
 * @package    K2
 * @author     JoomlaWorks http://www.joomlaworks.net
 * @copyright  Copyright (c) 2006 - 2017 JoomlaWorks Ltd. All rights reserved.
 * @license    GNU/GPL license:http://www.gnu.org/copyleft/gpl.html
 //

/*
	### Legend ###
	Colors used:
		@white-smoke (light grey) used as background on all toolbars, category and user/author boxes
*/
/*------------------------------------------------------------------------------
	Common Elements
--------------------------------------------------------------------------------*/
body.contentpane #k2Container {
  padding: 1rem;
}
.clr {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
}
.even {
  padding: 0.125rem;
}
.odd {
  padding: 0.125rem;
}
div.k2FeedIcon {
  padding: 0.25rem 0.5rem;
}
div.k2FeedIcon a,
div.k2FeedIcon a:hover {
  display: block;
  float: right;
  margin: 0;
  padding: 0;
  width: 1rem;
  height: 1rem;
}
div.k2FeedIcon a span,
div.k2FeedIcon a:hover span {
  display: none;
}
.smallerFontSize {
  font-size: 100%;
  line-height: inherit;
}
.largerFontSize {
  font-size: 150%;
  line-height: 140%;
}
.recaptchatable .recaptcha_image_cell,
#recaptcha_table {
  background-color: white !important;
}
#recaptcha_table {
  border-color: #cccccc !important;
}
#recaptcha_response_field {
  border-color: #cccccc !important;
  background-color: white !important;
}
.k2-recaptcha-v2 {
  margin-top: 0.75rem;
}
div.itemToolbar ul li a#fontDecrease,
div.itemToolbar ul li a#fontIncrease {
  font-size: 0.875rem;
}
div.itemToolbar ul li a#fontDecrease img,
div.itemToolbar ul li a#fontIncrease img {
  background: none;
}
a.ubUserFeedIcon,
a.ubUserFeedIcon:hover,
a.ubUserURL,
a.ubUserURL:hover,
span.ubUserEmail,
div.itemIsFeatured:before,
div.catItemIsFeatured:before,
div.userItemIsFeatured:before,
div.k2FeedIcon a,
div.k2FeedIcon a:hover,
div.itemToolbar ul li a#fontDecrease,
div.itemToolbar ul li a#fontIncrease {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
div.catItemIsFeatured:before,
div.userItemIsFeatured:before,
div.itemIsFeatured:before {
  content: "\f005";
}
a#fontIncrease:before {
  content: "\f00e";
}
a#fontDecrease:before {
  content: "\f010";
}
div.k2FeedIcon a:before,
a.ubUserFeedIcon:before {
  content: "\f09e";
}
a.ubUserURL:before {
  content: "\f0ac";
}
span.ubUserEmail:before {
  content: "\f0e0";
}
div.k2LatestCommentsBlock ul,
div.k2TopCommentersBlock ul,
div.k2ItemsBlock ul,
div.k2LoginBlock ul,
div.k2UserBlock ul.k2UserBlockActions,
div.k2UserBlock ul.k2UserBlockRenderedMenu,
div.k2ArchivesBlock ul,
div.k2AuthorsListBlock ul,
div.k2CategoriesListBlock ul,
div.k2UsersBlock ul {
  margin: 0;
  padding: 0 0.25rem;
  list-style: none;
}
div.k2LatestCommentsBlock ul li,
div.k2TopCommentersBlock ul li,
div.k2ItemsBlock ul li,
div.k2LoginBlock ul li,
div.k2ArchivesBlock ul li,
div.k2AuthorsListBlock ul li,
div.k2CategoriesListBlock ul li,
div.k2UsersBlock ul li {
  display: block;
  padding: 0;
  margin: 0 0 1.5rem 0;
}
.clearList {
  display: none;
  float: none;
  clear: both;
}
.lastItem {
  border: none;
}
.k2Avatar img {
  display: block;
  float: left;
  background: white;
  border: 1px solid #dddddd;
  border-radius: 50%;
  padding: 0.125rem;
  margin: 0.125rem 0.25rem 0.25rem 0;
}
nav.k2Pagination {
  text-align: center;
}
div.itemIsFeatured,
div.catItemIsFeatured,
div.userItemIsFeatured {
  position: relative;
}
div.itemIsFeatured:before,
div.catItemIsFeatured:before,
div.userItemIsFeatured:before {
  color: #00629f;
}
.k2HorizontalSep {
  border: 0;
  padding: 0;
  margin: 0 0.5rem;
}
span.itemEditLink,
span.catItemEditLink,
span.userItemEditLink,
span.userItemAddLink {
  float: right;
  display: block;
  padding: 0;
  margin: 0;
  width: 120px;
  text-align: right;
}
span.itemEditLink a,
span.catItemEditLink a,
span.userItemEditLink a,
span.userItemAddLink a {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin: 0;
  background: #2d96dd;
  color: white;
  border: 0;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  line-height: 100%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
span.itemEditLink a:hover,
span.catItemEditLink a:hover,
span.userItemEditLink a:hover,
span.userItemAddLink a:hover {
  background: #217dbb;
}
/*------------------------------------------------------------------------------
	Component - Item view
--------------------------------------------------------------------------------*/
a.itemPrintThisPage {
  display: block;
  width: 160px;
  margin: 0.25rem auto 1rem;
  padding: 0.5rem;
  border: 1px solid #dddddd;
  border-radius: 0.25rem;
  text-align: center;
  font-size: 14px;
}
a.itemPrintThisPage:hover {
  background: #f5f5f5;
  text-decoration: none;
}
div.itemView {
  padding: 0.5rem 0 1.5rem 0;
  margin: 0 0 1.5rem 0;
}
div.itemToolbar {
  padding: 0.5rem;
  margin: 1rem 0 0 0;
  background: #f5f5f5;
  border-radius: 0.25rem;
}
div.itemToolbar ul {
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
div.itemToolbar ul li {
  display: inline;
  list-style: none;
  padding: 0 0.25rem 0 0.5rem;
  margin: 0;
  border-left: 1px solid #cccccc;
  text-align: center;
  background: none;
  font-size: 0.75rem;
}
div.itemToolbar ul > li:first-child {
  border: none;
}
div.itemToolbar ul li a {
  font-size: 0.75rem;
  font-weight: normal;
}
div.itemToolbar ul li a img {
  vertical-align: middle;
}
div.itemToolbar ul li a#fontDecrease {
  margin: 0 0 0 0.125rem;
}
div.itemToolbar ul li a#fontDecrease img {
  width: 0.875rem;
  height: 0.875rem;
  font-size: 0.875rem;
}
div.itemToolbar ul li a#fontIncrease {
  margin: 0 0 0 0.125rem;
}
div.itemToolbar ul li a#fontIncrease img {
  width: 0.875rem;
  height: 0.875rem;
  font-size: 0.875rem;
}
div.itemToolbar ul li a#fontDecrease span,
div.itemToolbar ul li a#fontIncrease span {
  display: none;
}
div.itemRatingBlock {
  padding: 0.5rem 0;
}
div.itemRatingBlock span {
  display: block;
  float: left;
  font-style: normal;
  padding: 0 0.25rem 0 0;
  margin: 0;
  color: #999999;
}
div.itemBody {
  padding: 0.5rem 0;
  margin: 0;
}
div.itemImageBlock {
  padding: 0.5rem 0;
  margin: 0 0 1rem 0;
}
span.itemImage {
  display: block;
  text-align: center;
  margin: 0 0 0.5rem 0;
}
span.itemImage img {
  max-width: 100%;
  height: auto;
}
span.itemImageCaption {
  color: #666666;
  float: left;
  display: block;
  font-size: 0.75rem;
}
span.itemImageCredits {
  color: #999999;
  float: right;
  display: block;
  font-style: italic;
  font-size: 0.75rem;
}
@media screen and (max-width: 600px) {
  span.itemImageCaption,
  span.itemImageCredits {
    float: none;
    text-align: center;
  }
}
div.itemFullText h3 {
  margin: 0;
  padding: 1rem 0 0.25rem 0;
}
div.itemExtraFields {
  margin: 1rem 0 0 0;
  padding: 0.5rem 0 0 0;
  border-top: 1px dotted #dddddd;
}
div.itemExtraFields h3 {
  margin: 0;
  padding: 0 0 0.5rem 0;
}
div.itemExtraFields ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.itemExtraFields ul li {
  display: block;
}
div.itemExtraFields ul li span.itemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 0.25rem 0 0;
  width: 30%;
}
div.itemContentFooter {
  display: block;
  text-align: right;
  padding: 0.25rem 0;
  margin: 1rem 0 0.25rem 0;
  color: #999999;
}
span.itemHits {
  float: left;
}
div.itemSocialSharing {
  padding: 0.5rem 0;
}
div.itemTwitterButton {
  float: left;
  margin: 0.125rem 1.5rem 0 0;
}
div.itemFacebookButton {
  float: left;
  margin-right: 1.5rem;
  width: 200px;
}
div.itemLinks {
  margin: 1rem 0;
  padding: 0;
}
div.itemCategory span {
  font-weight: bold;
  color: #555555;
  padding: 0 0.25rem 0 0;
}
div.itemTagsBlock span {
  font-weight: bold;
  color: #555555;
  padding: 0 0.25rem 0 0;
}
div.itemTagsBlock ul.itemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.itemTagsBlock ul.itemTags li {
  display: inline;
  list-style: none;
  padding: 0 0.25rem 0 0;
  margin: 0;
  text-align: center;
}
div.itemTagsBlock ul.itemTags li a:before {
  content: "#";
}
div.itemAttachmentsBlock {
  padding: 0.25rem;
  border-bottom: 1px dotted #cccccc;
}
div.itemAttachmentsBlock span {
  font-weight: bold;
  color: #555555;
  padding: 0 0.25rem 0 0;
}
div.itemAttachmentsBlock ul.itemAttachments {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.itemAttachmentsBlock ul.itemAttachments li {
  display: inline;
  list-style: none;
  padding: 0 0.25rem;
  margin: 0;
  text-align: center;
}
div.itemAttachmentsBlock ul.itemAttachments li span {
  font-size: 10px;
  color: #999999;
  font-weight: normal;
}
div.itemAuthorBlock {
  margin: 0 0 1rem 0;
  padding: 0.5rem;
}
div.itemAuthorBlock img.itemAuthorAvatar {
  float: left;
  display: block;
  background: transparent;
  padding: 0.25rem;
  border: none;
  margin: 0 0.5rem 0 0;
  border-radius: 50%;
}
div.itemAuthorBlock div.itemAuthorDetails {
  margin: 0;
  padding: 0.25rem 0 0 0;
}
div.itemAuthorBlock div.itemAuthorDetails h3.authorName {
  margin: 0 0 0.25rem 0;
  padding: 0;
}
div.itemAuthorBlock div.itemAuthorDetails h3.authorName a {
  font-size: 1rem;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {
  font-weight: bold;
  color: #555555;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail {
  font-weight: bold;
  color: #555555;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl a,
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail a {
  font-weight: normal;
}
div.itemAuthorLatest {
  margin-bottom: 1rem;
  padding: 0;
}
div.itemRelated {
  margin-bottom: 1rem;
  padding: 0;
}
div.itemRelated ul li.k2ScrollerElement {
  float: left;
  overflow: hidden;
  border: 1px solid #dddddd;
  padding: 0.25rem;
  margin: 0 0.25rem 0.25rem 0;
  background: white;
}
div.itemRelated ul li.clr {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
}
div.itemVideoBlock {
  margin: 0 0 1rem 0;
  padding: 1rem;
  background: #111111 url(../images/videobg.gif) repeat-x bottom;
  color: #eeeeee;
}
div.itemVideoBlock div.itemVideoEmbedded {
  text-align: center;
}
div.itemVideoBlock span.itemVideo {
  display: block;
  overflow: hidden;
}
div.itemVideoBlock span.itemVideoCaption {
  color: #eeeeee;
  float: left;
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  width: 60%;
}
div.itemVideoBlock span.itemVideoCredits {
  color: #eeeeee;
  float: right;
  display: block;
  font-style: italic;
  font-size: 0.75rem;
  width: 35%;
  text-align: right;
}
@media screen and (max-width: 600px) {
  div.itemVideoBlock span.itemVideoCaption,
  div.itemVideoBlock span.itemVideoCredits {
    float: none;
    text-align: center;
    width: auto;
  }
}
div.itemImageGallery {
  margin: 0 0 1rem 0;
  padding: 0;
}
div.itemNavigation {
  padding: 0.5rem;
  margin: 0 0 1.5rem 0;
  border-radius: 0.25rem;
}
div.itemNavigation span.itemNavigationTitle {
  color: black;
  font-size: 16px;
}
div.itemNavigation a.itemPrevious {
  padding: 0 0.75rem;
}
div.itemNavigation a.itemNext {
  padding: 0 0.75rem;
}
div.itemComments {
  background: #f5f5f5;
  border: 1px solid #dddddd;
  border-radius: 0.25rem;
  padding: 1rem;
}
div.itemComments ul.itemCommentsList {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}
div.itemComments ul.itemCommentsList li {
  display: block;
  padding: 0.25rem;
  margin: 0 0 0.5rem 0;
  border-bottom: 1px solid #dddddd;
  background: white;
}
div.itemComments ul.itemCommentsList li.authorResponse {
  background: #f5fdff;
}
div.itemComments ul.itemCommentsList li.unpublishedComment {
  background: #ffeaea;
}
div.itemComments ul.itemCommentsList li img {
  float: left;
  margin: 0.25rem 0.25rem 0.25rem 0;
  padding: 0.25rem;
}
div.itemComments ul.itemCommentsList li span.commentDate {
  padding: 0 0.25rem 0 0;
  margin: 0 0.5rem 0 0;
  border-right: 1px solid #cccccc;
  font-weight: bold;
  font-size: 14px;
}
div.itemComments ul.itemCommentsList li span.commentAuthorName {
  font-weight: bold;
  font-size: 14px;
}
div.itemComments ul.itemCommentsList li p {
  padding: 0.25rem 0;
}
div.itemComments ul.itemCommentsList li span.commentAuthorEmail {
  display: none;
}
div.itemComments ul.itemCommentsList li span.commentLink {
  float: right;
  margin-left: 0.5rem;
}
div.itemComments ul.itemCommentsList li span.commentLink a {
  font-size: 0.75rem;
  color: #999999;
  text-decoration: underline;
}
div.itemComments ul.itemCommentsList li span.commentLink a:hover {
  font-size: 0.75rem;
  color: #555555;
  text-decoration: underline;
}
div.itemComments ul.itemCommentsList li span.commentToolbar {
  display: block;
  clear: both;
}
div.itemComments ul.itemCommentsList li span.commentToolbar a {
  font-size: 0.75rem;
  color: #999999;
  text-decoration: underline;
  margin-right: 0.25rem;
}
div.itemComments ul.itemCommentsList li span.commentToolbar a:hover {
  font-size: 0.75rem;
  color: #555555;
  text-decoration: underline;
}
div.itemComments ul.itemCommentsList li span.commentToolbarLoading {
  background: url(../images/loaders/search.gif) no-repeat 100% 50%;
}
div.itemCommentsPagination {
  padding: 0.25rem;
  margin: 0 0 1.5rem 0;
}
div.itemCommentsPagination span.pagination {
  display: block;
  float: right;
  clear: both;
}
div.itemCommentsPagination ul {
  text-align: center;
}
div.itemCommentsPagination ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
div.itemCommentsPagination ul li a {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin: 0 0.5rem;
  border: 1px solid #dddddd;
  border-radius: 0.25rem;
  vertical-align: middle;
  background: white;
  text-decoration: none;
}
div.itemCommentsPagination ul li a:hover {
  background: #f5f5f5;
  cursor: pointer;
}
div.itemCommentsPagination ul li.active a {
  background: #f5f5f5;
}
div.itemCommentsPagination ul li a span {
  vertical-align: middle;
}
div.itemCommentsForm h3 {
  margin: 0;
  padding: 0 0 0.25rem 0;
}
div.itemCommentsForm p.itemCommentsFormNotes {
  border-top: 0.125rem solid #cccccc;
  padding: 0.5rem 0;
}
div.itemCommentsForm form {
  margin: 0;
  padding: 0;
  width: 100%;
}
div.itemCommentsForm form label.formComment,
div.itemCommentsForm form label.formName,
div.itemCommentsForm form label.formEmail,
div.itemCommentsForm form label.formUrl,
div.itemCommentsForm form label.formRecaptcha {
  display: block;
  margin: 0.75rem 0 0 0.125rem;
}
div.itemCommentsForm form textarea.inputbox {
  display: block;
  width: 100%;
  height: 200px;
  margin: 0;
  padding: 0.5rem;
  box-sizing: border-box;
}
div.itemCommentsForm form input.inputbox {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.5rem;
  line-height: 150%;
  height: auto;
  box-sizing: border-box;
}
div.itemCommentsForm form input#submitCommentButton {
  display: block;
  margin: 1rem 0 0 0;
  padding: 0.5rem 1rem;
  background: #2d96dd;
  color: white;
  border: 0;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: bold;
}
div.itemCommentsForm form input#submitCommentButton:hover {
  background: #217dbb;
}
div.itemCommentsForm form span#formLog {
  margin: 1.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  text-align: center;
  display: none;
}
div.itemCommentsForm form span#formLog.k2FormLogError {
  display: block;
  background: #d2322d;
  color: white;
}
div.itemCommentsForm form span#formLog.k2FormLogSuccess {
  display: block;
  background: #2d4821;
  color: white;
}
div.itemCommentsForm form .formLogLoading {
  background: url(../images/loaders/generic.gif) no-repeat left center;
}
div.itemCommentsLoginFirst {
  display: block;
  margin: 1.5rem;
  padding: 0.5rem 0.75rem;
  background: #d2322d;
  color: white;
  border-radius: 0.25rem;
}
div.k2ReportCommentFormContainer {
  padding: 0.5rem;
  width: 480px;
  margin: 0 auto;
}
div.k2ReportCommentFormContainer blockquote {
  width: 462px;
  background: #f5f5f5;
  border: 1px solid #dddddd;
  padding: 0.5rem;
  margin: 0 0 0.5rem 0;
}
div.k2ReportCommentFormContainer blockquote span.quoteIconLeft {
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  color: #135CAE;
  line-height: 30px;
  vertical-align: top;
  display: block;
  float: left;
}
div.k2ReportCommentFormContainer blockquote span.quoteIconRight {
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  color: #135CAE;
  line-height: 30px;
  vertical-align: top;
  display: block;
  float: right;
}
div.k2ReportCommentFormContainer blockquote span.theComment {
  font-style: italic;
  font-size: 0.75rem;
  font-weight: normal;
  color: black;
  padding: 0 0.25rem;
}
div.k2ReportCommentFormContainer form label {
  display: block;
  font-weight: bold;
}
div.k2ReportCommentFormContainer form input,
div.k2ReportCommentFormContainer form textarea {
  display: block;
  border: 1px solid #dddddd;
  font-size: 0.75rem;
  padding: 0.125rem;
  margin: 0 0 0.5rem 0;
  width: 474px;
}
div.k2ReportCommentFormContainer form #recaptcha {
  margin-bottom: 1.5rem;
}
div.k2ReportCommentFormContainer form span#formLog {
  margin: 1.5rem;
  padding: 0.5rem 0.75rem;
  background: #f5f5f5;
  border-radius: 0.25rem;
  text-align: center;
  display: none;
}
div.k2ReportCommentFormContainer form .formLogLoading {
  background: url(../images/loaders/generic.gif) no-repeat left center;
}
div.itemBackToTop {
  text-align: right;
}
div.itemBackToTop a {
  text-decoration: underline;
}
div.itemBackToTop a:hover {
  text-decoration: underline;
}
/*------------------------------------------------------------------------------
	Component - Itemlist view (category)
--------------------------------------------------------------------------------*/
div#itemListLinks {
  background: transparent;
  border: none;
  margin: 0.5rem 0;
  padding: 0.5rem;
}
div.itemContainer {
  float: left;
}
@media screen and (max-width: 600px) {
  div.itemContainer,
  div.subCategoryContainer {
    float: none;
    display: block;
    width: 100%!important;
  }
}
div.catItemView {
  margin-bottom: 2rem;
  padding: 0.25rem;
  border-bottom: solid 1px black;
}
div.groupLinks {
  padding: 0;
  margin: 0;
}
div.catItemHeader span.catItemDateCreated {
  color: #999999;
  font-size: 0.75rem;
}
div.catItemHeader h3.catItemTitle {
  padding: 10px 0 0.25rem 0;
  margin: 0;
}
div.catItemHeader h3.catItemTitle span sup {
  font-size: 0.75rem;
  color: #00629f;
  text-decoration: none;
}
div.catItemHeader span.catItemAuthor {
  display: block;
  padding: 0;
  margin: 0;
}
div.catItemRatingBlock {
  padding: 0.5rem 0;
}
div.catItemRatingBlock span {
  display: block;
  float: left;
  font-style: normal;
  padding: 0 0.25rem 0 0;
  margin: 0;
  color: #999999;
}
div.catItemBody {
  padding: 0.5rem 0;
  margin: 0;
}
div.catItemImageBlock {
  padding: 0.5rem 0;
  margin: 0 0 1rem 0;
}
span.catItemImage {
  display: block;
  text-align: center;
  margin: 0 0 0.5rem 0;
}
span.catItemImage img {
  max-width: 100%;
  height: auto;
}
div.catItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 0.25rem 0 0 0;
}
div.catItemExtraFields,
div.genericItemExtraFields {
  margin: 1rem 0 0 0;
  padding: 0.5rem 0 0 0;
  border-top: 1px dotted #dddddd;
}
div.catItemExtraFields h4,
div.genericItemExtraFields h4 {
  margin: 0;
  padding: 0 0 0.5rem 0;
}
div.catItemExtraFields ul,
div.genericItemExtraFields ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.catItemExtraFields ul li,
div.genericItemExtraFields ul li {
  display: block;
}
div.catItemExtraFields ul li span.catItemExtraFieldsLabel,
div.genericItemExtraFields ul li span.genericItemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 0.25rem 0 0;
  width: 30%;
}
div.catItemLinks {
  margin: 0 0 1rem 0;
  padding: 0;
}
div.catItemHitsBlock {
  padding: 0.25rem 0;
}
div.catItemCategory {
  padding: 0.25rem 0;
}
div.catItemCategory span {
  font-weight: bold;
  padding: 0 0.25rem 0 0;
}
div.catItemTagsBlock {
  padding: 0.25rem 0;
}
div.catItemTagsBlock span {
  font-weight: bold;
  padding: 0 0.25rem 0 0;
}
div.catItemTagsBlock ul.catItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.catItemTagsBlock ul.catItemTags li {
  display: inline;
  list-style: none;
  padding: 0 0.25rem 0 0;
  margin: 0;
  text-align: center;
}
div.catItemTagsBlock ul.catItemTags li a:before {
  content: "#";
}
div.catItemAttachmentsBlock {
  padding: 0.25rem;
  border-bottom: 1px dotted #cccccc;
}
div.catItemAttachmentsBlock span {
  font-weight: bold;
  color: #555555;
  padding: 0 0.25rem 0 0;
}
div.catItemAttachmentsBlock ul.catItemAttachments {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.catItemAttachmentsBlock ul.catItemAttachments li {
  display: inline;
  list-style: none;
  padding: 0 0.25rem;
  margin: 0;
  text-align: center;
}
div.catItemAttachmentsBlock ul.catItemAttachments li span {
  font-size: 10px;
  color: #999999;
  font-weight: normal;
}
div.catItemVideoBlock {
  margin: 0 0 1rem 0;
  padding: 1rem;
  background: #111111 url(../images/videobg.gif) repeat-x bottom;
}
div.catItemVideoBlock div.catItemVideoEmbedded {
  text-align: center;
}
div.catItemVideoBlock span.catItemVideo {
  display: block;
}
div.catItemImageGallery {
  margin: 0 0 1rem 0;
  padding: 0;
}
div.catItemCommentsLink {
  display: inline;
  margin: 0 0.5rem 0 0;
  padding: 0 0.5rem 0 0;
  border-right: 1px solid #cccccc;
}
div.catItemReadMore {
  display: inline;
}
span.catItemDateModified {
  display: block;
  text-align: right;
  padding: 0.25rem;
  margin: 0.25rem 0;
  color: #999999;
  border-top: 1px solid #dddddd;
}
/*------------------------------------------------------------------------------
	Component - Itemlist view (tag)
--------------------------------------------------------------------------------*/
div.tagItemView {
  margin-bottom: 4.5rem;
}
div.tagItemImageBlock {
  padding: 0;
  margin: 0;
  float: left;
}
span.tagItemImage {
  display: block;
  text-align: center;
  margin: 0 0.5rem 0.5rem 0;
}
span.tagItemImage img {
  max-width: 100%;
  height: auto;
}
div.tagItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 0.25rem 0 0.75rem 0;
}
div.tagItemCategory {
  display: inline;
  margin: 0 0.5rem 0 0;
  padding: 0 0.5rem 0 0;
  border-right: 1px solid #cccccc;
}
div.tagItemCategory span {
  font-weight: bold;
  color: #555555;
  padding: 0 0.25rem 0 0;
}
div.tagItemReadMore {
  display: inline;
}
/*------------------------------------------------------------------------------
	Component - Itemlist view (generic)
--------------------------------------------------------------------------------*/
div.genericItemView {
  margin-bottom: 4.5rem;
}
div.genericItemHeader span.genericItemDateCreated {
  color: #999999;
  font-size: 0.75rem;
}
div.genericItemHeader h2.genericItemTitle {
  padding: 10px 0 0.25rem 0;
  margin: 0;
}
div.genericItemBody {
  padding: 0.5rem 0;
  margin: 0;
}
div.genericItemImageBlock {
  padding: 0;
  margin: 0;
  float: left;
}
span.genericItemImage {
  display: block;
  text-align: center;
  margin: 0 0.5rem 0.5rem 0;
}
span.genericItemImage img {
  max-width: 100%;
  height: auto;
}
div.genericItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 0.25rem 0 0.75rem 0;
}
div.genericItemCategory {
  display: inline;
  margin: 0 0.5rem 0 0;
  padding: 0 0.5rem 0 0;
  border-right: 1px solid #cccccc;
}
div.genericItemCategory span {
  font-weight: bold;
  color: #555555;
  padding: 0 0.25rem 0 0;
}
div.genericItemReadMore {
  display: inline;
}
div#genericItemListNothingFound {
  padding: 40px;
  text-align: center;
}
div#genericItemListNothingFound p {
  font-size: 20px;
  color: #999999;
}
#k2GoogleSearchContainer .gsc-control {
  width: auto !important;
}
#k2GoogleSearchContainer .gsc-control .gsc-above-wrapper-area,
#k2GoogleSearchContainer .gsc-control .gsc-resultsHeader,
#k2GoogleSearchContainer .gsc-control .gsc-url-bottom {
  display: none !important;
}
/*------------------------------------------------------------------------------
	Component - Latest view
--------------------------------------------------------------------------------*/
div.latestItemsContainer {
  float: left;
}
@media screen and (max-width: 600px) {
  div.latestItemsContainer {
    float: none;
    display: block;
    width: 100%!important;
  }
}
div.latestItemsCategory {
  background: #f5f5f5;
  border: 1px solid #dddddd;
  border-radius: 0.25rem;
  margin: 0 0.5rem 1.5rem 0;
  padding: 0.5rem;
}
div.latestItemsCategoryImage {
  text-align: center;
}
div.latestItemsCategoryImage img {
  margin: 0 0.5rem 0 0;
}
div.latestItemsUser {
  background: #f5f5f5;
  border: 1px solid #dddddd;
  border-radius: 0.25rem;
  margin: 0 0.5rem 1.5rem 0;
  padding: 0.5rem;
}
div.latestItemsUser img {
  display: block;
  float: left;
  background: white;
  padding: 0.25rem;
  border: 1px solid #dddddd;
  margin: 0 0.5rem 0 0;
  border-radius: 50%;
}
div.latestItemsUser p.latestItemsUserDescription {
  padding: 0.25rem 0;
}
div.latestItemsUser p.latestItemsUserAdditionalInfo {
  padding: 0.25rem 0;
  margin: 0.5rem 0 0 0;
}
span.latestItemsUserURL {
  font-weight: bold;
  color: #555555;
  display: block;
}
span.latestItemsUserEmail {
  font-weight: bold;
  color: #555555;
  display: block;
}
div.latestItemList {
  padding: 0 0.5rem 0.5rem 0;
}
div.latestItemHeader h3.latestItemTitle {
  padding: 10px 0 0.25rem 0;
  margin: 0;
}
span.latestItemDateCreated {
  color: #999999;
  font-size: 0.75rem;
}
div.latestItemBody {
  padding: 0.5rem 0;
  margin: 0;
}
div.latestItemImageBlock {
  padding: 0;
  margin: 0;
  float: left;
}
span.latestItemImage {
  display: block;
  text-align: center;
  margin: 0 0.5rem 0.5rem 0;
}
span.latestItemImage img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  div.latestItemImageBlock {
    float: none;
    display: block;
  }
}
div.latestItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 0.25rem 0 0.75rem 0;
}
div.latestItemLinks {
  margin: 0 0 1rem 0;
  padding: 0;
}
div.latestItemCategory {
  padding: 0.25rem 0;
}
div.latestItemCategory span {
  font-weight: bold;
  color: #555555;
  padding: 0 0.25rem 0 0;
}
div.latestItemTagsBlock {
  padding: 0.25rem 0;
}
div.latestItemTagsBlock span {
  font-weight: bold;
  color: #555555;
  padding: 0 0.25rem 0 0;
}
div.latestItemTagsBlock ul.latestItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.latestItemTagsBlock ul.latestItemTags li {
  display: inline;
  list-style: none;
  padding: 0 0.25rem 0 0;
  margin: 0;
  text-align: center;
}
div.latestItemTagsBlock ul.latestItemTags li a:before {
  content: "#";
}
div.latestItemVideoBlock {
  margin: 0 0 1rem 0;
  padding: 1rem;
  background: #111111 url(../images/videobg.gif) repeat-x bottom;
}
div.latestItemVideoBlock span.latestItemVideo {
  display: block;
}
div.latestItemCommentsLink {
  display: inline;
  margin: 0 0.5rem 0 0;
  padding: 0 0.5rem 0 0;
  border-right: 1px solid #cccccc;
}
div.latestItemReadMore {
  display: inline;
}
h2.latestItemTitleList {
  padding: 0.125rem 0;
  margin: 0.5rem 0 0.125rem 0;
  border-bottom: 1px dotted #cccccc;
}
/*------------------------------------------------------------------------------
	Modules - mod_k2_content
--------------------------------------------------------------------------------*/
div.k2ItemsBlock ul li div.moduleItemIntrotext {
  display: block;
  padding: 0.25rem 0;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
  float: right;
  margin: 0.125rem 0 0.25rem 0.25rem;
  padding: 0;
}
div.moduleItemExtraFields ul li span.moduleItemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 0.25rem 0 0;
  width: 30%;
}
div.k2ItemsBlock ul li div.moduleItemTags a {
  padding: 0 0.125rem;
}
div.k2ItemsBlock ul li a.moduleItemComments {
  border-right: 1px solid #cccccc;
  padding: 0 0.25rem 0 0;
  margin: 0 0.5rem 0 0;
}
div.k2ItemsBlock ul li span.moduleItemHits {
  border-right: 1px solid #cccccc;
  padding: 0 0.25rem 0 0;
  margin: 0 0.5rem 0 0;
}
/*** K2 Print ***/
/**
 * @version    2.8.x
 * @package    K2
 * @author     JoomlaWorks http://www.joomlaworks.net
 * @copyright  Copyright (c) 2006 - 2017 JoomlaWorks Ltd. All rights reserved.
 * @license    GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
*/
@media print {
  a.itemPrintThisPage,
  div.itemHeader h2.itemTitle span sup,
  div.itemToolbar,
  div.itemRatingBlock,
  div.itemLinks,
  div.itemSocialLinksBlock,
  div.itemAttachmentsBlock,
  div.itemRelated,
  div.itemAuthorLatest,
  div.itemVideoBlock,
  div.itemImageGallery,
  div.itemNavigation {
    display: none;
  }
}
div.itemListCategory {
  background: 0 0 !important;
  border: none !important;
}
div[class*='itemView'] [class*='Title'],
div[class*='itemListView'] [class*='Title'],
div[class*='userView'] [class*='Title'],
div[class*='tagView'] [class*='Title'],
.catItemEven [class*='Title'],
.catItemOdd [class*='Title'] {
  font-size: 2rem;
  line-height: 40px;
  color: black;
}
div[class*='itemView'] [class*='Title'] a,
div[class*='itemListView'] [class*='Title'] a,
div[class*='userView'] [class*='Title'] a,
div[class*='tagView'] [class*='Title'] a,
.catItemEven [class*='Title'] a,
.catItemOdd [class*='Title'] a {
  color: black;
}
div[class*='itemView'] [class*='Title'] a:hover,
div[class*='itemListView'] [class*='Title'] a:hover,
div[class*='userView'] [class*='Title'] a:hover,
div[class*='tagView'] [class*='Title'] a:hover,
.catItemEven [class*='Title'] a:hover,
.catItemOdd [class*='Title'] a:hover,
div[class*='itemView'] [class*='Title'] a:focus,
div[class*='itemListView'] [class*='Title'] a:focus,
div[class*='userView'] [class*='Title'] a:focus,
div[class*='tagView'] [class*='Title'] a:focus,
.catItemEven [class*='Title'] a:focus,
.catItemOdd [class*='Title'] a:focus {
  color: black;
}
div[class*='itemView'] .catItemImage img,
div[class*='itemListView'] .catItemImage img,
div[class*='userView'] .catItemImage img,
div[class*='tagView'] .catItemImage img,
.catItemEven .catItemImage img,
.catItemOdd .catItemImage img {
  margin-left: auto;
  margin-right: auto;
}
div[class*='itemView'] .itemTitle,
div[class*='itemListView'] .itemTitle,
div[class*='userView'] .itemTitle,
div[class*='tagView'] .itemTitle,
.catItemEven .itemTitle,
.catItemOdd .itemTitle {
  padding-bottom: 0;
}
div[class*='itemView'] .itemTitle:after,
div[class*='itemListView'] .itemTitle:after,
div[class*='userView'] .itemTitle:after,
div[class*='tagView'] .itemTitle:after,
.catItemEven .itemTitle:after,
.catItemOdd .itemTitle:after {
  background: none;
  bottom: 0;
  display: block;
  height: 0;
}
div[class*='itemView'] h2.itemTitle:after,
div[class*='itemListView'] h2.itemTitle:after,
div[class*='userView'] h2.itemTitle:after,
div[class*='tagView'] h2.itemTitle:after,
.catItemEven h2.itemTitle:after,
.catItemOdd h2.itemTitle:after {
  background: transparent !important;
  bottom: 0 !important;
  content: "";
  display: block;
  height: 0 !important;
  position: relative;
  width: auto;
  margin: 0 auto;
}
div[class*='itemView'] p,
div[class*='itemListView'] p,
div[class*='userView'] p,
div[class*='tagView'] p,
.catItemEven p,
.catItemOdd p {
  padding-left: 0;
}
div[class*='itemView'] .itemDateCreated,
div[class*='itemListView'] .itemDateCreated,
div[class*='userView'] .itemDateCreated,
div[class*='tagView'] .itemDateCreated,
.catItemEven .itemDateCreated,
.catItemOdd .itemDateCreated,
div[class*='itemView'] .itemDateModified,
div[class*='itemListView'] .itemDateModified,
div[class*='userView'] .itemDateModified,
div[class*='tagView'] .itemDateModified,
.catItemEven .itemDateModified,
.catItemOdd .itemDateModified {
  font-family: 'librefranklin-bold', 'roboto_condensedbold', 'librefranklin-regular', 'roboto_condensedregular', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #404040;
}
div[class*='itemView'] .itemBody,
div[class*='itemListView'] .itemBody,
div[class*='userView'] .itemBody,
div[class*='tagView'] .itemBody,
.catItemEven .itemBody,
.catItemOdd .itemBody {
  margin-top: 1.75rem;
}
div[class*='itemView'] .itemAuthorBlock,
div[class*='itemListView'] .itemAuthorBlock,
div[class*='userView'] .itemAuthorBlock,
div[class*='tagView'] .itemAuthorBlock,
.catItemEven .itemAuthorBlock,
.catItemOdd .itemAuthorBlock {
  margin-top: 1rem;
  margin-bottom: 0rem;
  border-top: solid 1px black;
  background: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
}
div[class*='itemView'] .itemAuthorBlock .itemAuthorAvatarBlock,
div[class*='itemListView'] .itemAuthorBlock .itemAuthorAvatarBlock,
div[class*='userView'] .itemAuthorBlock .itemAuthorAvatarBlock,
div[class*='tagView'] .itemAuthorBlock .itemAuthorAvatarBlock,
.catItemEven .itemAuthorBlock .itemAuthorAvatarBlock,
.catItemOdd .itemAuthorBlock .itemAuthorAvatarBlock {
  margin-right: 1rem;
}
div[class*='itemView'] .itemAuthorBlock .itemAuthorName,
div[class*='itemListView'] .itemAuthorBlock .itemAuthorName,
div[class*='userView'] .itemAuthorBlock .itemAuthorName,
div[class*='tagView'] .itemAuthorBlock .itemAuthorName,
.catItemEven .itemAuthorBlock .itemAuthorName,
.catItemOdd .itemAuthorBlock .itemAuthorName {
  font-family: 'librefranklin-bold', 'roboto_condensedbold', 'librefranklin-regular', 'roboto_condensedregular', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.125rem;
  color: black;
}
div[class*='itemView'] .itemAuthorBlock .flex-break,
div[class*='itemListView'] .itemAuthorBlock .flex-break,
div[class*='userView'] .itemAuthorBlock .flex-break,
div[class*='tagView'] .itemAuthorBlock .flex-break,
.catItemEven .itemAuthorBlock .flex-break,
.catItemOdd .itemAuthorBlock .flex-break {
  flex-basis: 100%;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
div[class*='itemView'] [class*='ItemHeader'],
div[class*='itemListView'] [class*='ItemHeader'],
div[class*='userView'] [class*='ItemHeader'],
div[class*='tagView'] [class*='ItemHeader'],
.catItemEven [class*='ItemHeader'],
.catItemOdd [class*='ItemHeader'] {
  display: flex;
  flex-direction: column;
}
div[class*='itemView'] [class*='ItemHeader'] [class*='ItemImageBlock'],
div[class*='itemListView'] [class*='ItemHeader'] [class*='ItemImageBlock'],
div[class*='userView'] [class*='ItemHeader'] [class*='ItemImageBlock'],
div[class*='tagView'] [class*='ItemHeader'] [class*='ItemImageBlock'],
.catItemEven [class*='ItemHeader'] [class*='ItemImageBlock'],
.catItemOdd [class*='ItemHeader'] [class*='ItemImageBlock'] {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
div[class*='itemView'] [class*='ItemHeader'] [class*='ItemBody'],
div[class*='itemListView'] [class*='ItemHeader'] [class*='ItemBody'],
div[class*='userView'] [class*='ItemHeader'] [class*='ItemBody'],
div[class*='tagView'] [class*='ItemHeader'] [class*='ItemBody'],
.catItemEven [class*='ItemHeader'] [class*='ItemBody'],
.catItemOdd [class*='ItemHeader'] [class*='ItemBody'] {
  width: calc(100% -300px -1rem);
}
div[class*='itemView'] [class*='ItemHeader'] [class*='ItemTitle'],
div[class*='itemListView'] [class*='ItemHeader'] [class*='ItemTitle'],
div[class*='userView'] [class*='ItemHeader'] [class*='ItemTitle'],
div[class*='tagView'] [class*='ItemHeader'] [class*='ItemTitle'],
.catItemEven [class*='ItemHeader'] [class*='ItemTitle'],
.catItemOdd [class*='ItemHeader'] [class*='ItemTitle'] {
  margin-top: 0;
}
div[class*='userView'] h1:after {
  background: none repeat scroll 0 0 #00629f;
  bottom: -10px;
  content: "";
  display: block;
  height: 5px;
  position: relative;
  width: 225px;
  margin: 0 auto;
}
div[class*='userView'] .userItemView {
  margin-bottom: 1.5rem;
}
div[class*='userView'] .itemAuthorBlock {
  justify-content: center;
  border-top: none;
}
.k2Pagination {
  text-align: center;
  margin: 1rem auto;
}
.k2Pagination ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.itemRelated li {
  text-align: center;
  border-bottom: 1px solid #404040;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.itemRelated li a.itemRelTitle {
  font-family: 'librefranklin-bold', 'roboto_condensedbold', 'librefranklin-regular', 'roboto_condensedregular', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 32px;
  font-size: 1.25rem;
  color: black;
}
.itemRelated li a.itemRelTitle small,
.itemRelated li a.itemRelTitle .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.itemRelated li a.itemRelTitle small,
.itemRelated li a.itemRelTitle .small {
  font-size: 65%;
}
.itemRelated li a.itemRelTitle a {
  color: black;
}
.itemRelated li a.itemRelTitle a:hover,
.itemRelated li a.itemRelTitle a:focus {
  color: black;
}
.itemRelated li img {
  margin: 1rem auto auto;
}
.itemImageGallery ul.list-unstyled,
.itemAuthorLatest ul.list-unstyled,
.itemRelated ul.list-unstyled {
  margin-left: 0.75rem;
}
.cards .catItemView {
  background: #eeeeee;
  padding: 0;
}
.cards .catItemView .catItemImageBlock {
  margin: 0 !important;
  padding: 0;
}
.cards .catItemView .catItemImageBlock span.catItemImage {
  margin: 0;
}
.cards .catItemView .catItemHeader,
.cards .catItemView .catItemBody,
.cards .catItemView .catItemLinks {
  margin: 0 1rem 1rem;
}
.blog-posts .grid-9 {
  grid-template-columns: repeat(9, 1fr);
}
.background-image-posts {
  color: white !important;
}
.background-image-posts a {
  color: white !important;
}
.background-image-posts a:hover,
.background-image-posts a:focus {
  color: white !important;
}
.background-image-posts .catItemHeader div[class*="itemView"] [class*="Title"],
.background-image-posts .catItemHeader div[class*="itemListView"] [class*="Title"],
.background-image-posts .catItemHeader div[class*="userView"] [class*="Title"],
.background-image-posts .catItemHeader div[class*="tagView"] [class*="Title"] {
  color: white;
}
.background-image-posts .catItemHeader div[class*="itemView"] [class*="Title"] a,
.background-image-posts .catItemHeader div[class*="itemListView"] [class*="Title"] a,
.background-image-posts .catItemHeader div[class*="userView"] [class*="Title"] a,
.background-image-posts .catItemHeader div[class*="tagView"] [class*="Title"] a {
  color: white;
}
.background-image-posts .catItemHeader div[class*="itemView"] [class*="Title"] a:hover,
.background-image-posts .catItemHeader div[class*="itemListView"] [class*="Title"] a:hover,
.background-image-posts .catItemHeader div[class*="userView"] [class*="Title"] a:hover,
.background-image-posts .catItemHeader div[class*="tagView"] [class*="Title"] a:hover,
.background-image-posts .catItemHeader div[class*="itemView"] [class*="Title"] a:focus,
.background-image-posts .catItemHeader div[class*="itemListView"] [class*="Title"] a:focus,
.background-image-posts .catItemHeader div[class*="userView"] [class*="Title"] a:focus,
.background-image-posts .catItemHeader div[class*="tagView"] [class*="Title"] a:focus {
  color: white;
}
.background-image-posts .background-image-post {
  position: relative;
}
.background-image-posts .background-image,
.background-image-posts .overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.43);
}
.background-image-posts .post-content {
  position: relative;
  display: grid;
  margin: 1rem;
}
.review a.green-link {
  color: #06a546;
}
.review a.green-link[aria-expanded="true"] {
  color: #2d4821;
}
.review a.red-link {
  color: #d2322d;
}
.review a.red-link[aria-expanded="true"] {
  color: #9d261d;
}
.review .fa-google-plus {
  color: #dd4b39;
}
.review .fa-facebook {
  color: #3B5998;
}
.navbar-image-justified-social {
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .navbar-image-justified-social {
    display: flex;
  }
}
.navbar-image-justified-social .navbar-collapse {
  width: 100%;
}
.navbar-image-justified-social .navbar-nav {
  display: flex;
  float: none;
  justify-content: space-around;
  margin: 0.25rem auto;
  padding: 0;
  list-style: none;
  text-align: center;
}
.navbar-image-justified-social .navbar-nav li {
  display: inline-block;
  padding: 0 10px;
  text-align: center;
}
.navbar-image-justified-social .navbar-nav li:first-child {
  padding-left: 0;
}
.navbar-image-justified-social .navbar-nav li:last-child {
  padding-right: 0;
}
.navbar-image-justified-social .navbar-nav .dropdown li {
  display: block;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .navbar-image-justified-social .navbar-nav {
    flex-direction: column;
  }
}
.navbar-justified-social {
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .navbar-justified-social {
    display: flex;
  }
}
.navbar-justified-social .navbar-collapse {
  width: 100%;
}
.navbar-justified-social .navbar-nav {
  display: flex;
  float: none;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar-justified-social .navbar-nav li {
  display: inline-block;
  padding: 0 10px;
  text-align: center;
}
.navbar-justified-social .navbar-nav li:first-child {
  padding-left: 0;
}
.navbar-justified-social .navbar-nav li:last-child {
  padding-right: 0;
}
.navbar-justified-social .navbar-nav .dropdown li {
  display: block;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .navbar-justified-social .navbar-nav {
    flex-direction: column;
  }
  .navbar-justified-social .navbar-nav li:first-child {
    padding-left: 10px;
  }
  .navbar-justified-social .navbar-nav li:last-child {
    padding-right: 10px;
  }
}
#footer-info {
  text-align: center;
  /*h1 {
		margin: 0px;
		font-weight: normal;
		font-size: 15px;
		line-height: 1;
	}*/
  /*#copyright, #copyright a {
		margin-bottom: 4px;
		color: @white;
		text-align: center;
		font-size: 10px;
	}*/
}
@media screen and (max-width: 992px) {
  #footer-info {
    padding-bottom: 70px;
  }
}
.mobile-footer {
  bottom: 0px;
  height: 60px;
  padding-top: 10px;
  position: fixed;
  z-index: 1030;
  text-align: center;
}
.mobile-footer .footer-menu {
  display: flex;
  float: none;
  justify-content: space-around;
  margin: 0;
  text-align: center;
}
.mobile-footer-default {
  background: #00629f;
}
.mobile-footer-default a {
  color: white;
}
.mobile-footer-default a:hover,
.mobile-footer-default a:focus {
  background-color: transparent;
  color: white;
}
.mobile-footer-inverse {
  background: #222222;
}
.mobile-footer-inverse a {
  color: #999999;
}
.mobile-footer-inverse a:hover,
.mobile-footer-inverse a:focus {
  background-color: transparent;
  color: white;
}
.mobile-footer-brand-primary {
  background: #00629f;
}
.mobile-footer-brand-primary a {
  color: white;
}
.mobile-footer-brand-primary a:hover,
.mobile-footer-brand-primary a:focus {
  background-color: transparent;
  color: white;
}
.mobile-footer-transparent {
  background: transparent;
}
.mobile-footer-transparent a {
  color: white;
}
.mobile-footer-transparent a:hover,
.mobile-footer-transparent a:focus {
  background-color: transparent;
  color: white;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
/****** Run Of Site Styles ******/
.logo {
  padding-top: 8px;
  padding-bottom: 12px;
}
p {
  font-size: 1.125rem;
}
.topbar {
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 3px solid white;
}
.topbar .whmuseum {
  font-family: 'librefranklin-bold', 'roboto_condensedbold', 'librefranklin-regular', 'roboto_condensedregular', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.9375rem;
  color: white;
  text-align: center;
  background: #00629f;
  padding-top: 10px;
  padding-bottom: 10px;
}
.topbar .whmuseum a {
  text-decoration: none;
  color: white;
}
.topbar .whmuseum a:hover {
  color: white;
  text-decoration: none;
}
.topbar .musichallfame {
  font-family: 'librefranklin-bold', 'roboto_condensedbold', 'librefranklin-regular', 'roboto_condensedregular', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.9375rem;
  color: white;
  text-align: center;
  background: #326672;
  padding-top: 10px;
  padding-bottom: 10px;
}
.topbar .musichallfame a {
  text-decoration: none;
  color: white;
}
.topbar .musichallfame a:hover {
  color: white;
  text-decoration: none;
}
.topbar .ghosttours {
  font-family: 'librefranklin-bold', 'roboto_condensedbold', 'librefranklin-regular', 'roboto_condensedregular', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.9375rem;
  color: white;
  text-align: center;
  background: black;
  padding-top: 10px;
  padding-bottom: 10px;
}
.topbar .ghosttours a {
  text-decoration: none;
  color: white;
}
.topbar .ghosttours a:hover {
  color: white;
  text-decoration: none;
}
.menu-wrapper {
  background-color: #00629f;
}
.navbar {
  font-size: 0.9375rem;
  font-family: 'librefranklin-bold', 'roboto_condensedbold', 'librefranklin-regular', 'roboto_condensedregular', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: uppercase;
  color: white;
}
.navbar a {
  text-decoration: none;
}
.navbar a:hover,
.navbar a:focus,
.navbar a:active {
  background-color: transparent;
}
.nav {
  padding: 2.5% 0 0 38px;
}
.front .home-wrapper {
  background-color: #00629f;
}
.front .item-page {
  background-color: #00629f;
  margin: 0px 0 32px 0px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.front .item-page h1,
.front .item-page .h1 {
  font-familY: 'playfairdisplay-bold', Georgia, "Times New Roman", Times, serif;
  font-size: 2.625rem;
  color: white;
}
.front .item-page p {
  font-family: 'librefranklin-regular', 'roboto_condensedregular', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-align: center;
  font-size: 1.5rem;
  color: white;
}
@media screen and (min-width: 992px) {
  .front .item-page {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.front #position-1 {
  margin-top: 38px;
  margin-bottom: 22px;
}
.cta-3 {
  text-align: left;
  margin-bottom: 8px;
}
.cta-3 a {
  text-decoration: none;
}
.cta-3 .cta-box {
  position: relative;
}
.cta-3 .cta-image img {
  display: block;
  width: 100%;
}
.cta-3 .cta-headline {
  font-family: 'playfairdisplay-bold', Georgia, "Times New Roman", Times, serif;
  font-size: 1.5rem;
  color: white;
  background: rgba(0, 98, 159, 0.9);
  position: absolute;
  text-align: left;
  width: 100%;
  padding: 15px 0px 15px 10px;
  left: 0;
  bottom: -12px;
  z-index: 99;
}
.testimonial-wrap {
  padding-bottom: 38px;
  padding-top: 10px;
  background-image: url("/images/contact_area_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
#testimonial {
  text-align: center;
  color: white;
}
#testimonial h2,
#testimonial .h2 {
  font-family: 'playfairdisplay-bold', Georgia, "Times New Roman", Times, serif;
  font-size: 2.625rem;
  padding-bottom: 12px;
}
#testimonial h3,
#testimonial .h3 {
  font-family: 'playfairdisplay-bold', Georgia, "Times New Roman", Times, serif;
  font-size: 2rem;
}
#testimonial h4,
#testimonial .h4 {
  font-family: 'librefranklin-bold', 'roboto_condensedbold', 'librefranklin-regular', 'roboto_condensedregular', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.5rem;
}
#testimonial p {
  font-family: 'librefranklin-bold', 'roboto_condensedbold', 'librefranklin-regular', 'roboto_condensedregular', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.125rem;
}
#testimonial .btn,
#testimonial .btn-primary {
  font-family: 'librefranklin-bold', 'roboto_condensedbold', 'librefranklin-regular', 'roboto_condensedregular', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.125rem;
  color: white !important;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid white;
  padding: 4px 18px 4px 18px;
  margin-top: 15px;
  border-radius: 0;
}
#testimonial .btn:hover,
#testimonial .btn-primary:hover,
#testimonial .btn:focus,
#testimonial .btn-primary:focus {
  color: black;
  background-color: #e7d384;
  border: 1px solid black;
}
#testimonial .cvu-left {
  border-right: 1px solid white;
}
@media screen and (max-width: 991px) {
  #testimonial .cvu-left {
    border: none;
  }
}
#endorsements {
  text-align: center;
  color: #404040;
  padding-bottom: 32px;
  padding-top: 24px;
}
#endorsements h2,
#endorsements .h2 {
  font-family: 'playfairdisplay-bold', Georgia, "Times New Roman", Times, serif;
  font-size: 2.625rem;
  padding: 0 0 10px 0;
  width: 350px;
  margin: 0 auto;
}
#endorsements ul {
  font-family: 'librefranklin-bold', 'roboto_condensedbold', 'librefranklin-regular', 'roboto_condensedregular', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.0625rem;
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  line-height: 1.5;
  width: 300px;
  margin: 0 auto;
}
#endorsements li {
  text-align: left;
}
@media screen and (min-width: 992px) {
  #endorsements h2,
  #endorsements .h2 {
    width: 900px;
    margin: 0 auto;
  }
  #endorsements ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
    width: 700px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .inside .item-page {
    margin-top: 60px;
  }
}
.inside .item-page h1,
.inside .item-page .h1 {
  font-family: 'playfairdisplay-bold', Georgia, "Times New Roman", Times, serif;
  font-size: 1.75rem;
  color: black;
}
.inside .item-page h2,
.inside .item-page .h2 {
  font-family: 'playfairdisplay-bold', Georgia, "Times New Roman", Times, serif;
  font-size: 1.5rem;
  color: black;
}
.inside .item-page h3,
.inside .item-page .h3 {
  font-family: 'playfairdisplay-bold', Georgia, "Times New Roman", Times, serif;
  font-size: 1.375rem;
  color: black;
}
.inside .item-page p,
.inside .item-page li,
.inside .item-page table {
  font-family: 'librefranklin-regular', 'roboto_condensedregular', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.125rem;
  color: #404040;
}
.inside .item-page a {
  font-family: 'librefranklin-bold', 'roboto_condensedbold', 'librefranklin-regular', 'roboto_condensedregular', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #00629f;
  text-decoration: none;
}
.inside .item-page a:hover,
.inside .item-page a:focus {
  color: #00629f;
}
.inside .item-page a.btn,
.inside .item-page a.btn-primary {
  font-family: 'librefranklin-bold', 'roboto_condensedbold', 'librefranklin-regular', 'roboto_condensedregular', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.125rem;
  color: white !important;
  text-decoration: none;
  background-color: #00629f;
  border: 1px solid white;
  padding: 4px 18px 4px 18px;
  margin-top: 15px;
  border-radius: 0;
}
.inside .item-page a.btn:hover,
.inside .item-page a.btn-primary:hover,
.inside .item-page a.btn:focus,
.inside .item-page a.btn-primary:focus {
  color: black !important;
  background-color: #e7d384;
  border: 1px solid black;
}
.inside .item-page .modal-gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 0.5rem;
}
.inside .item-page .walking-tour {
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.5rem;
}
.formControlLabel {
  color: #404040;
}
ul.sigProClassic.singleThumbGallery {
  margin: auto !important;
  text-align: center;
}
.black-border-bottom {
  border-bottom: solid 1px black;
}
#footer-info {
  background-color: black;
  color: white;
  text-align: center;
  font-size: 15px;
  padding-top: 22px;
  padding-bottom: 22px;
}
#footer-info p {
  font-family: 'librefranklin-bold', 'roboto_condensedbold', 'librefranklin-regular', 'roboto_condensedregular', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.9375rem;
  color: white;
}
#footer-info a {
  color: white;
  text-decoration: none;
}
#footer-info a:hover,
#footer-info a:focus {
  color: white !important;
}
#footer-info .footer-headline {
  font-size: 1.5rem;
}
#footer-info .navbar-social {
  text-align: center;
  padding: 0;
  margin-bottom: 22px;
}
#footer-info .navbar-social li {
  padding-left: 8px;
  padding-right: 8px;
}
#footer-info .navbar-social a {
  text-decoration: none;
}
#footer-info .navbar-social a:hover,
#footer-info .navbar-social a:focus {
  color: white !important;
}
@media screen and (max-width: 991px) {
  #footer-info .navbar-social {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  #footer-info {
    padding-bottom: 70px;
  }
}
/*# sourceMappingURL=template.css.map */