/*!
 * Bootstrap v4.0.0-alpha.4 (http://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900");

@import url("https://cloud.typography.com/6338134/7978772/css/fonts.css");

@import url("https://fonts.googleapis.com/css?family=Oswald&display=swap");

@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

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

figure {
  margin: 1em 40px;
}

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

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

optgroup {
  font-weight: bold;
}

button,
input,
select {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

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

[disabled] {
  cursor: default;
}

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

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

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

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

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

textarea {
  overflow: auto;
}

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

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

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

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

@media print {
  *,
  *::before,
  *::after,
  *::first-letter,
  *::first-line {
    text-shadow: none !important;
    box-shadow: none !important;
  }

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

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

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

  thead {
    display: table-header-group;
  }

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

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

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

  .navbar {
    display: none;
  }

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

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

  .table {
    border-collapse: collapse !important;
  }

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

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

html {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

html {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: bold;
}

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

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #0275d8;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #014c8c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: none;
}

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

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

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

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

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

th {
  text-align: left;
}

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

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #818a91;
}

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

code {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: .25rem;
}

kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: .2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #373a3c;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

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

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

@media (min-width: 544px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1366px;
  }
}

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

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

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

.col-xs-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-xs-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-xs-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-xs-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.6666666667%;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-xs-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-xs-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666666667%;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-xs-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-xs-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.6666666667%;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 544px) {
  .col-sm {
    position: relative;
    -webkit-flex-basis: 0;
    -ms-flex: 0 1 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    position: relative;
    -webkit-flex-basis: 0;
    -ms-flex: 0 1 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-lg {
    position: relative;
    -webkit-flex-basis: 0;
    -ms-flex: 0 1 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-xl {
    position: relative;
    -webkit-flex-basis: 0;
    -ms-flex: 0 1 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

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

  .pull-xl-1 {
    right: 8.3333333333%;
  }

  .pull-xl-2 {
    right: 16.6666666667%;
  }

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

  .pull-xl-4 {
    right: 33.3333333333%;
  }

  .pull-xl-5 {
    right: 41.6666666667%;
  }

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

  .pull-xl-7 {
    right: 58.3333333333%;
  }

  .pull-xl-8 {
    right: 66.6666666667%;
  }

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

  .pull-xl-10 {
    right: 83.3333333333%;
  }

  .pull-xl-11 {
    right: 91.6666666667%;
  }

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

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

  .push-xl-1 {
    left: 8.3333333333%;
  }

  .push-xl-2 {
    left: 16.6666666667%;
  }

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

  .push-xl-4 {
    left: 33.3333333333%;
  }

  .push-xl-5 {
    left: 41.6666666667%;
  }

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

  .push-xl-7 {
    left: 58.3333333333%;
  }

  .push-xl-8 {
    left: 66.6666666667%;
  }

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

  .push-xl-10 {
    left: 83.3333333333%;
  }

  .push-xl-11 {
    left: 91.6666666667%;
  }

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

  .offset-xl-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1600px) {
  .col-xxl {
    position: relative;
    -webkit-flex-basis: 0;
    -ms-flex: 0 1 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

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

  .pull-xxl-1 {
    right: 8.3333333333%;
  }

  .pull-xxl-2 {
    right: 16.6666666667%;
  }

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

  .pull-xxl-4 {
    right: 33.3333333333%;
  }

  .pull-xxl-5 {
    right: 41.6666666667%;
  }

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

  .pull-xxl-7 {
    right: 58.3333333333%;
  }

  .pull-xxl-8 {
    right: 66.6666666667%;
  }

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

  .pull-xxl-10 {
    right: 83.3333333333%;
  }

  .pull-xxl-11 {
    right: 91.6666666667%;
  }

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

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

  .push-xxl-1 {
    left: 8.3333333333%;
  }

  .push-xxl-2 {
    left: 16.6666666667%;
  }

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

  .push-xxl-4 {
    left: 33.3333333333%;
  }

  .push-xxl-5 {
    left: 41.6666666667%;
  }

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

  .push-xxl-7 {
    left: 58.3333333333%;
  }

  .push-xxl-8 {
    left: 66.6666666667%;
  }

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

  .push-xxl-10 {
    left: 83.3333333333%;
  }

  .push-xxl-11 {
    left: 91.6666666667%;
  }

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

  .offset-xxl-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table th,
.table td {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

.table tbody+tbody {
  border-top: 2px solid #eceeef;
}

.table .table {
  background-color: #fff;
}

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

.table-bordered {
  border: 1px solid #eceeef;
}

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

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

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

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

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

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

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

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

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}

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

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

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}

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

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

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}

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

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

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}

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

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

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

.table-inverse {
  color: #eceeef;
  background-color: #373a3c;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #55595c;
}

.table-inverse.table-bordered {
  border: 0;
}

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

.table-reflow thead {
  float: left;
}

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

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

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

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

.table-reflow tr {
  float: left;
}

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

.form-control {
  display: block;
  width: 100%;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: .25rem;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #55595c;
  background-color: #fff;
  border-color: #66afe9;
  outline: none;
}

.form-control::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-control::placeholder {
  color: #999;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #eceeef;
  opacity: 1;
}

.form-control:disabled {
  cursor: not-allowed;
}

.gform-hide-buttons .gfield_list_icons {
  display: none !important;
}

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

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

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

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

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

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

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

.form-control-static {
  min-height: 2.5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-bottom: 0;
}

.form-control-static.form-control-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn,
.tribe-common .input-group-sm>.input-group-btn>.form-control-static.tribe-common-c-btn,
.form-control-static.form-control-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.tribe-common .input-group-lg>.input-group-btn>.form-control-static.tribe-common-c-btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.tribe-common .input-group-sm>.input-group-btn>.tribe-common-c-btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>select.input-group-addon:not([size]):not([multiple]),
.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]),
.tribe-common .input-group-sm>.input-group-btn>select.tribe-common-c-btn:not([size]):not([multiple]) {
  height: 1.8125rem;
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.tribe-common .input-group-lg>.input-group-btn>.tribe-common-c-btn {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: .3rem;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.input-group-lg>select.input-group-addon:not([size]):not([multiple]),
.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]),
.tribe-common .input-group-lg>.input-group-btn>select.tribe-common-c-btn:not([size]):not([multiple]) {
  height: 3.1666666667rem;
}

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

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

.form-check {
  position: relative;
  display: block;
  margin-bottom: .75rem;
}

.form-check+.form-check {
  margin-top: -.25rem;
}

.form-check.disabled .form-check-label {
  color: #818a91;
  cursor: not-allowed;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
}

.form-check-input {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem;
}

.form-check-input:only-child {
  position: static;
}

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

.form-check-inline+.form-check-inline {
  margin-left: .75rem;
}

.form-check-inline.disabled {
  cursor: not-allowed;
}

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

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

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .form-check-label,
.has-success .form-check-inline,
.has-success .custom-control {
  color: #5cb85c;
}

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

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

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

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

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .form-check-label,
.has-warning .form-check-inline,
.has-warning .custom-control {
  color: #f0ad4e;
}

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

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

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

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

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .form-check-label,
.has-danger .form-check-inline,
.has-danger .custom-control {
  color: #d9534f;
}

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

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

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

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

@media (min-width: 544px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    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 .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-check {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-check-label {
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn,
.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .5rem 1rem;
  font-size: 1rem;
  border-radius: .25rem;
}

.btn:focus,
.tribe-common .tribe-common-c-btn:focus,
.btn.focus,
.tribe-common .focus.tribe-common-c-btn,
.btn:active:focus,
.tribe-common .tribe-common-c-btn:active:focus,
.btn:active.focus,
.tribe-common .tribe-common-c-btn:active.focus,
.btn.active:focus,
.tribe-common .active.tribe-common-c-btn:focus,
.btn.active.focus,
.tribe-common .active.focus.tribe-common-c-btn {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:focus,
.tribe-common .tribe-common-c-btn:focus,
.btn:hover,
.tribe-common .tribe-common-c-btn:hover {
  text-decoration: none;
}

.btn.focus,
.tribe-common .focus.tribe-common-c-btn {
  text-decoration: none;
}

.btn:active,
.tribe-common .tribe-common-c-btn:active,
.btn.active,
.tribe-common .active.tribe-common-c-btn {
  background-image: none;
  outline: 0;
}

.btn.disabled,
.tribe-common .disabled.tribe-common-c-btn,
.btn:disabled,
.tribe-common .tribe-common-c-btn:disabled {
  cursor: not-allowed;
  opacity: .65;
}

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

.btn-primary {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-primary:hover {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
  background-image: none;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #014682;
  border-color: #01315a;
}

.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled.focus {
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-secondary,
.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn {
  color: #373a3c;
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary:hover,
.tribe-common .tribe-common-c-btn:hover {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-secondary:focus,
.tribe-common .tribe-common-c-btn:focus,
.btn-secondary.focus,
.tribe-common .focus.tribe-common-c-btn {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-secondary:active,
.tribe-common .tribe-common-c-btn:active,
.btn-secondary.active,
.tribe-common .active.tribe-common-c-btn,
.open>.btn-secondary.dropdown-toggle,
.tribe-common .open>.dropdown-toggle.tribe-common-c-btn {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-image: none;
}

.btn-secondary:active:hover,
.tribe-common .tribe-common-c-btn:active:hover,
.btn-secondary:active:focus,
.tribe-common .tribe-common-c-btn:active:focus,
.btn-secondary:active.focus,
.tribe-common .tribe-common-c-btn:active.focus,
.btn-secondary.active:hover,
.tribe-common .active.tribe-common-c-btn:hover,
.btn-secondary.active:focus,
.tribe-common .active.tribe-common-c-btn:focus,
.btn-secondary.active.focus,
.tribe-common .active.focus.tribe-common-c-btn,
.open>.btn-secondary.dropdown-toggle:hover,
.tribe-common .open>.dropdown-toggle.tribe-common-c-btn:hover,
.open>.btn-secondary.dropdown-toggle:focus,
.tribe-common .open>.dropdown-toggle.tribe-common-c-btn:focus,
.open>.btn-secondary.dropdown-toggle.focus,
.tribe-common .open>.dropdown-toggle.focus.tribe-common-c-btn {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-secondary.disabled:focus,
.tribe-common .disabled.tribe-common-c-btn:focus,
.btn-secondary.disabled.focus,
.tribe-common .disabled.focus.tribe-common-c-btn,
.btn-secondary:disabled:focus,
.tribe-common .tribe-common-c-btn:disabled:focus,
.btn-secondary:disabled.focus,
.tribe-common .tribe-common-c-btn:disabled.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary.disabled:hover,
.tribe-common .disabled.tribe-common-c-btn:hover,
.btn-secondary:disabled:hover,
.tribe-common .tribe-common-c-btn:disabled:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
  background-image: none;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1f7e9a;
}

.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info:disabled:focus,
.btn-info:disabled.focus {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info.disabled:hover,
.btn-info:disabled:hover {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
  background-image: none;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #2d672d;
}

.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success:disabled:focus,
.btn-success:disabled.focus {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success.disabled:hover,
.btn-success:disabled:hover {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
  background-image: none;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #b06d0f;
}

.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning:disabled:focus,
.btn-warning:disabled.focus {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning.disabled:hover,
.btn-warning:disabled:hover {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
  background-image: none;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #8b211e;
}

.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger:disabled:focus,
.btn-danger:disabled.focus {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger.disabled:hover,
.btn-danger:disabled:hover {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-outline-primary {
  color: #0275d8;
  background-image: none;
  background-color: transparent;
  border-color: #0275d8;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-outline-primary:active,
.btn-outline-primary.active,
.open>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-outline-primary:active:hover,
.btn-outline-primary:active:focus,
.btn-outline-primary:active.focus,
.btn-outline-primary.active:hover,
.btn-outline-primary.active:focus,
.btn-outline-primary.active.focus,
.open>.btn-outline-primary.dropdown-toggle:hover,
.open>.btn-outline-primary.dropdown-toggle:focus,
.open>.btn-outline-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #014682;
  border-color: #01315a;
}

.btn-outline-primary.disabled:focus,
.btn-outline-primary.disabled.focus,
.btn-outline-primary:disabled:focus,
.btn-outline-primary:disabled.focus {
  border-color: #43a7fd;
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover {
  border-color: #43a7fd;
}

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-secondary:active,
.btn-outline-secondary.active,
.open>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

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

.btn-outline-secondary.disabled:focus,
.btn-outline-secondary.disabled.focus,
.btn-outline-secondary:disabled:focus,
.btn-outline-secondary:disabled.focus {
  border-color: #fff;
}

.btn-outline-secondary.disabled:hover,
.btn-outline-secondary:disabled:hover {
  border-color: #fff;
}

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info:active,
.btn-outline-info.active,
.open>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info:active:hover,
.btn-outline-info:active:focus,
.btn-outline-info:active.focus,
.btn-outline-info.active:hover,
.btn-outline-info.active:focus,
.btn-outline-info.active.focus,
.open>.btn-outline-info.dropdown-toggle:hover,
.open>.btn-outline-info.dropdown-toggle:focus,
.open>.btn-outline-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1f7e9a;
}

.btn-outline-info.disabled:focus,
.btn-outline-info.disabled.focus,
.btn-outline-info:disabled:focus,
.btn-outline-info:disabled.focus {
  border-color: #b0e1ef;
}

.btn-outline-info.disabled:hover,
.btn-outline-info:disabled:hover {
  border-color: #b0e1ef;
}

.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-success:active,
.btn-outline-success.active,
.open>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-success:active:hover,
.btn-outline-success:active:focus,
.btn-outline-success:active.focus,
.btn-outline-success.active:hover,
.btn-outline-success.active:focus,
.btn-outline-success.active.focus,
.open>.btn-outline-success.dropdown-toggle:hover,
.open>.btn-outline-success.dropdown-toggle:focus,
.open>.btn-outline-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #2d672d;
}

.btn-outline-success.disabled:focus,
.btn-outline-success.disabled.focus,
.btn-outline-success:disabled:focus,
.btn-outline-success:disabled.focus {
  border-color: #a3d7a3;
}

.btn-outline-success.disabled:hover,
.btn-outline-success:disabled:hover {
  border-color: #a3d7a3;
}

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-warning:active,
.btn-outline-warning.active,
.open>.btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

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

.btn-outline-warning.disabled:focus,
.btn-outline-warning.disabled.focus,
.btn-outline-warning:disabled:focus,
.btn-outline-warning:disabled.focus {
  border-color: #f8d9ac;
}

.btn-outline-warning.disabled:hover,
.btn-outline-warning:disabled:hover {
  border-color: #f8d9ac;
}

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-outline-danger:active,
.btn-outline-danger.active,
.open>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

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

.btn-outline-danger.disabled:focus,
.btn-outline-danger.disabled.focus,
.btn-outline-danger:disabled:focus,
.btn-outline-danger:disabled.focus {
  border-color: #eba5a3;
}

.btn-outline-danger.disabled:hover,
.btn-outline-danger:disabled:hover {
  border-color: #eba5a3;
}

.btn-link {
  font-weight: normal;
  color: #0275d8;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled {
  background-color: transparent;
}

.btn-link,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
  color: #014c8c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
  color: #818a91;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn,
.tribe-common .btn-group-lg>.tribe-common-c-btn {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: .3rem;
}

.btn-sm,
.btn-group-sm>.btn,
.tribe-common .btn-group-sm>.tribe-common-c-btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem;
}

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

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: .3em solid;
}

.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;
  font-size: 1rem;
  color: #373a3c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: .25rem;
}

.dropdown-divider {
  height: 1px;
  margin: .5rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #2b2d2f;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0275d8;
  outline: 0;
}

.dropdown-item.disabled,
.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
  color: #818a91;
}

.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 5px 20px;
  font-size: .875rem;
  color: #818a91;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: .3em solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group>.btn,
.tribe-common .btn-group>.tribe-common-c-btn,
.btn-group-vertical>.btn,
.tribe-common .btn-group-vertical>.tribe-common-c-btn {
  position: relative;
  float: left;
}

.btn-group>.btn:focus,
.tribe-common .btn-group>.tribe-common-c-btn:focus,
.btn-group>.btn:active,
.tribe-common .btn-group>.tribe-common-c-btn:active,
.btn-group>.btn.active,
.tribe-common .btn-group>.active.tribe-common-c-btn,
.btn-group-vertical>.btn:focus,
.tribe-common .btn-group-vertical>.tribe-common-c-btn:focus,
.btn-group-vertical>.btn:active,
.tribe-common .btn-group-vertical>.tribe-common-c-btn:active,
.btn-group-vertical>.btn.active,
.tribe-common .btn-group-vertical>.active.tribe-common-c-btn {
  z-index: 2;
}

.btn-group>.btn:hover,
.tribe-common .btn-group>.tribe-common-c-btn:hover,
.btn-group-vertical>.btn:hover,
.tribe-common .btn-group-vertical>.tribe-common-c-btn:hover {
  z-index: 2;
}

.btn-group .btn+.btn,
.btn-group .tribe-common .tribe-common-c-btn+.btn,
.tribe-common .btn-group .tribe-common-c-btn+.btn,
.btn-group .tribe-common .btn+.tribe-common-c-btn,
.tribe-common .btn-group .btn+.tribe-common-c-btn,
.btn-group .tribe-common .tribe-common-c-btn+.tribe-common-c-btn,
.tribe-common .btn-group .tribe-common-c-btn+.tribe-common-c-btn,
.btn-group .btn+.btn-group,
.btn-group .tribe-common .tribe-common-c-btn+.btn-group,
.tribe-common .btn-group .tribe-common-c-btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .tribe-common .btn-group+.tribe-common-c-btn,
.tribe-common .btn-group .btn-group+.tribe-common-c-btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -0.5rem;
}

.btn-toolbar::after {
  content: "";
  display: table;
  clear: both;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar>.btn,
.tribe-common .btn-toolbar>.tribe-common-c-btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: .5rem;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.tribe-common .btn-group>.tribe-common-c-btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group>.btn:first-child,
.tribe-common .btn-group>.tribe-common-c-btn:first-child {
  margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),
.tribe-common .btn-group>.tribe-common-c-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),
.tribe-common .btn-group>.tribe-common-c-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,
.tribe-common .btn-group>.btn-group:not(:first-child):not(:last-child)>.tribe-common-c-btn {
  border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.tribe-common .btn-group>.btn-group:first-child:not(:last-child)>.tribe-common-c-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,
.tribe-common .btn-group>.btn-group:last-child:not(:first-child)>.tribe-common-c-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+.dropdown-toggle-split,
.tribe-common .tribe-common-c-btn+.dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}

.btn+.dropdown-toggle-split::after,
.tribe-common .tribe-common-c-btn+.dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split,
.tribe-common .btn-group-sm>.tribe-common-c-btn+.dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split,
.tribe-common .btn-group-lg>.tribe-common-c-btn+.dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.btn .caret,
.tribe-common .tribe-common-c-btn .caret {
  margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg>.btn .caret,
.tribe-common .btn-group-lg>.tribe-common-c-btn .caret {
  border-width: .3em .3em 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret,
.dropup .tribe-common .btn-group-lg>.tribe-common-c-btn .caret,
.tribe-common .dropup .btn-group-lg>.tribe-common-c-btn .caret {
  border-width: 0 .3em .3em;
}

.btn-group-vertical>.btn,
.tribe-common .btn-group-vertical>.tribe-common-c-btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn,
.tribe-common .btn-group-vertical>.btn-group>.tribe-common-c-btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical>.btn-group::after {
  content: "";
  display: table;
  clear: both;
}

.btn-group-vertical>.btn-group>.btn,
.tribe-common .btn-group-vertical>.btn-group>.tribe-common-c-btn {
  float: none;
}

.btn-group-vertical>.btn+.btn,
.tribe-common .btn-group-vertical>.tribe-common-c-btn+.btn,
.tribe-common .btn-group-vertical>.btn+.tribe-common-c-btn,
.tribe-common .btn-group-vertical>.tribe-common-c-btn+.tribe-common-c-btn,
.btn-group-vertical>.btn+.btn-group,
.tribe-common .btn-group-vertical>.tribe-common-c-btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.tribe-common .btn-group-vertical>.btn-group+.tribe-common-c-btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child),
.tribe-common .btn-group-vertical>.tribe-common-c-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child),
.tribe-common .btn-group-vertical>.tribe-common-c-btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child),
.tribe-common .btn-group-vertical>.tribe-common-c-btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,
.tribe-common .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.tribe-common-c-btn {
  border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.tribe-common .btn-group-vertical>.btn-group:first-child:not(:last-child)>.tribe-common-c-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,
.tribe-common .btn-group-vertical>.btn-group:last-child:not(:first-child)>.tribe-common-c-btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

[data-toggle="buttons"]>.btn input[type="radio"],
.tribe-common [data-toggle="buttons"]>.tribe-common-c-btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
.tribe-common [data-toggle="buttons"]>.tribe-common-c-btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
.tribe-common [data-toggle="buttons"]>.btn-group>.tribe-common-c-btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"],
.tribe-common [data-toggle="buttons"]>.btn-group>.tribe-common-c-btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
}

.input-group .form-control:focus,
.input-group .form-control:active,
.input-group .form-control:hover {
  z-index: 3;
}

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

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

.input-group-addon {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #55595c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: .25rem;
}

.input-group-addon.form-control-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn,
.tribe-common .input-group-sm>.input-group-btn>.input-group-addon.tribe-common-c-btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem;
}

.input-group-addon.form-control-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn,
.tribe-common .input-group-lg>.input-group-btn>.input-group-addon.tribe-common-c-btn {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: .3rem;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

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

.input-group-addon:not(:last-child) {
  border-right: 0;
}

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

.form-control+.input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn>.btn,
.tribe-common .input-group-btn>.tribe-common-c-btn {
  position: relative;
}

.input-group-btn>.btn+.btn,
.tribe-common .input-group-btn>.tribe-common-c-btn+.btn,
.tribe-common .input-group-btn>.btn+.tribe-common-c-btn,
.tribe-common .input-group-btn>.tribe-common-c-btn+.tribe-common-c-btn {
  margin-left: -1px;
}

.input-group-btn>.btn:focus,
.tribe-common .input-group-btn>.tribe-common-c-btn:focus,
.input-group-btn>.btn:active,
.tribe-common .input-group-btn>.tribe-common-c-btn:active,
.input-group-btn>.btn:hover,
.tribe-common .input-group-btn>.tribe-common-c-btn:hover {
  z-index: 3;
}

.input-group-btn:not(:last-child)>.btn,
.tribe-common .input-group-btn:not(:last-child)>.tribe-common-c-btn,
.input-group-btn:not(:last-child)>.btn-group {
  margin-right: -1px;
}

.input-group-btn:not(:first-child)>.btn,
.tribe-common .input-group-btn:not(:first-child)>.tribe-common-c-btn,
.input-group-btn:not(:first-child)>.btn-group {
  z-index: 2;
  margin-left: -1px;
}

.input-group-btn:not(:first-child)>.btn:focus,
.tribe-common .input-group-btn:not(:first-child)>.tribe-common-c-btn:focus,
.input-group-btn:not(:first-child)>.btn:active,
.tribe-common .input-group-btn:not(:first-child)>.tribe-common-c-btn:active,
.input-group-btn:not(:first-child)>.btn:hover,
.tribe-common .input-group-btn:not(:first-child)>.tribe-common-c-btn:hover,
.input-group-btn:not(:first-child)>.btn-group:focus,
.input-group-btn:not(:first-child)>.btn-group:active,
.input-group-btn:not(:first-child)>.btn-group:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: inline;
  padding-left: 1.5rem;
  cursor: pointer;
}

.custom-control+.custom-control {
  margin-left: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #0074d9;
}

.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 0.075rem #fff,0 0 0 0.2rem #0074d9;
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #84c6ff;
}

.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #eee;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #767676;
  cursor: not-allowed;
}

.custom-control-indicator {
  position: absolute;
  top: .0625rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: .25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #0074d9;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked .custom-control {
  display: inline;
}

.custom-controls-stacked .custom-control::after {
  display: block;
  margin-bottom: .25rem;
  content: "";
}

.custom-controls-stacked .custom-control+.custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  padding: .375rem 1.75rem .375rem .75rem;
  padding-right: .75rem \9;
  color: #55595c;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: .25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.custom-select:focus {
  border-color: #51a7e8;
  outline: none;
}

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

.custom-select:disabled {
  color: #818a91;
  cursor: not-allowed;
  background-color: #eceeef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  cursor: pointer;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem;
}

.custom-file-control:lang(en)::after {
  content: "Choose file...";
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0 .25rem .25rem 0;
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}

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

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

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #818a91;
}

.nav-link.disabled,
.nav-link.disabled:focus,
.nav-link.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: transparent;
}

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

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

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

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

.nav-tabs .nav-item {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs .nav-item+.nav-item {
  margin-left: .2rem;
}

.nav-tabs .nav-link {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid transparent;
  border-top-right-radius: .25rem;
  border-top-left-radius: .25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd;
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:focus,
.nav-tabs .nav-link.disabled:hover {
  color: #818a91;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
  color: #55595c;
  background-color: #fff;
  border-color: #ddd #ddd transparent;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

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

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

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

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

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

.nav-stacked .nav-item {
  display: block;
  float: none;
}

.nav-stacked .nav-item+.nav-item {
  margin-top: .2rem;
  margin-left: 0;
}

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

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

.navbar {
  position: relative;
  padding: .5rem 1rem;
}

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

@media (min-width: 544px) {
  .navbar {
    border-radius: .25rem;
  }
}

.navbar-full {
  z-index: 1000;
}

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

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 544px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

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

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

.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%;
}

@media (min-width: 544px) {
  .navbar-sticky-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-brand>img {
  display: block;
}

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: .425rem;
  padding-bottom: .425rem;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden;
}

.navbar-divider::before {
  content: "\00a0";
}

.navbar-toggler {
  padding: .5rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: none;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-brand {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-block {
  padding: 1.25rem;
}

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

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

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

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

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

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

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

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

.card-header {
  padding: .75rem 1.25rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(0,0,0,0.125);
}

.card-header::after {
  content: "";
  display: table;
  clear: both;
}

.card-header:first-child {
  border-radius: .25rem .25rem 0 0;
}

.card-footer {
  padding: .75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid rgba(0,0,0,0.125);
}

.card-footer::after {
  content: "";
  display: table;
  clear: both;
}

.card-footer:last-child {
  border-radius: 0 0 .25rem .25rem;
}

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

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

.card-primary {
  background-color: #0275d8;
  border-color: #0275d8;
}

.card-primary .card-header,
.card-primary .card-footer {
  background-color: transparent;
}

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

.card-success .card-header,
.card-success .card-footer {
  background-color: transparent;
}

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

.card-info .card-header,
.card-info .card-footer {
  background-color: transparent;
}

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

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

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

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

.card-outline-primary {
  background-color: transparent;
  border-color: #0275d8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 544px) {
  .card-deck {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -0.625rem;
    margin-bottom: .75rem;
    margin-left: -0.625rem;
  }

  .card-deck .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    margin-right: .625rem;
    margin-bottom: 0;
    margin-left: .625rem;
  }
}

@media (min-width: 544px) {
  .card-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .card-group .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
  }

  .card-group .card+.card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }

  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }

  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }

  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }

  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}

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

  .card-columns .card {
    width: 100%;
  }
}

.breadcrumb {
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: .25rem;
}

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

.breadcrumb-item {
  float: left;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  padding-left: .5rem;
  color: #818a91;
  content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #818a91;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: .25rem;
}

.page-item {
  display: inline;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: .25rem;
  border-top-left-radius: .25rem;
}

.page-item:last-child .page-link {
  border-bottom-right-radius: .25rem;
  border-top-right-radius: .25rem;
}

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #0275d8;
  border-color: #0275d8;
}

.page-item.disabled .page-link,
.page-item.disabled .page-link:focus,
.page-item.disabled .page-link:hover {
  color: #818a91;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  float: left;
  padding: .5rem .75rem;
  margin-left: -1px;
  color: #0275d8;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-link:focus,
.page-link:hover {
  color: #014c8c;
  background-color: #eceeef;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: .3rem;
  border-top-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: .3rem;
  border-top-right-radius: .3rem;
}

.pagination-sm .page-link {
  padding: .275rem .75rem;
  font-size: .875rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: .2rem;
  border-top-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: .2rem;
  border-top-right-radius: .2rem;
}

.tag {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}

.tag:empty {
  display: none;
}

.btn .tag,
.tribe-common .tribe-common-c-btn .tag {
  position: relative;
  top: -1px;
}

a.tag:focus,
a.tag:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.tag-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}

.tag-default {
  background-color: #818a91;
}

.tag-default[href]:focus,
.tag-default[href]:hover {
  background-color: #687077;
}

.tag-primary {
  background-color: #0275d8;
}

.tag-primary[href]:focus,
.tag-primary[href]:hover {
  background-color: #025aa5;
}

.tag-success {
  background-color: #5cb85c;
}

.tag-success[href]:focus,
.tag-success[href]:hover {
  background-color: #449d44;
}

.tag-info {
  background-color: #5bc0de;
}

.tag-info[href]:focus,
.tag-info[href]:hover {
  background-color: #31b0d5;
}

.tag-warning {
  background-color: #f0ad4e;
}

.tag-warning[href]:focus,
.tag-warning[href]:hover {
  background-color: #ec971f;
}

.tag-danger {
  background-color: #d9534f;
}

.tag-danger[href]:focus,
.tag-danger[href]:hover {
  background-color: #c9302c;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: .3rem;
}

@media (min-width: 544px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-hr {
  border-top-color: #d0d5d8;
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 2rem;
}

.alert-dismissible .close {
  position: relative;
  top: -.125rem;
  right: -1rem;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c1e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6d5ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7ecb5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9b9;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
}

.progress[value] {
  background-color: #eee;
  border: 0;
  appearance: none;
  border-radius: .25rem;
}

.progress[value]::-ms-fill {
  background-color: #0074d9;
  border: 0;
}

.progress[value]::-moz-progress-bar {
  background-color: #0074d9;
  border-bottom-left-radius: .25rem;
  border-top-left-radius: .25rem;
}

.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-bottom-left-radius: .25rem;
  border-top-left-radius: .25rem;
}

.progress[value="100"]::-moz-progress-bar {
  border-bottom-right-radius: .25rem;
  border-top-right-radius: .25rem;
}

.progress[value="100"]::-webkit-progress-value {
  border-bottom-right-radius: .25rem;
  border-top-right-radius: .25rem;
}

.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: .25rem;
}

base::-moz-progress-bar,
.progress[value] {
  background-color: #eee;
  border-radius: .25rem;
}

@media screen and (min-width: 0\0) {
  .progress {
    background-color: #eee;
    border-radius: .25rem;
  }

  .progress-bar {
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
    background-color: #0074d9;
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
  }

  .progress[width="100%"] {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem;
  }
}

.progress-striped[value]::-webkit-progress-value {
  background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-striped[value]::-moz-progress-bar {
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-striped[value]::-ms-fill {
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

@media screen and (min-width: 0\0) {
  .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
  }
}

.progress-animated[value]::-webkit-progress-value {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-animated[value]::-moz-progress-bar {
  animation: progress-bar-stripes 2s linear infinite;
}

@media screen and (min-width: 0\0) {
  .progress-animated .progress-bar-striped {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
  }
}

.progress-success[value]::-webkit-progress-value {
  background-color: #5cb85c;
}

.progress-success[value]::-moz-progress-bar {
  background-color: #5cb85c;
}

.progress-success[value]::-ms-fill {
  background-color: #5cb85c;
}

@media screen and (min-width: 0\0) {
  .progress-success .progress-bar {
    background-color: #5cb85c;
  }
}

.progress-info[value]::-webkit-progress-value {
  background-color: #5bc0de;
}

.progress-info[value]::-moz-progress-bar {
  background-color: #5bc0de;
}

.progress-info[value]::-ms-fill {
  background-color: #5bc0de;
}

@media screen and (min-width: 0\0) {
  .progress-info .progress-bar {
    background-color: #5bc0de;
  }
}

.progress-warning[value]::-webkit-progress-value {
  background-color: #f0ad4e;
}

.progress-warning[value]::-moz-progress-bar {
  background-color: #f0ad4e;
}

.progress-warning[value]::-ms-fill {
  background-color: #f0ad4e;
}

@media screen and (min-width: 0\0) {
  .progress-warning .progress-bar {
    background-color: #f0ad4e;
  }
}

.progress-danger[value]::-webkit-progress-value {
  background-color: #d9534f;
}

.progress-danger[value]::-moz-progress-bar {
  background-color: #d9534f;
}

.progress-danger[value]::-ms-fill {
  background-color: #d9534f;
}

@media screen and (min-width: 0\0) {
  .progress-danger .progress-bar {
    background-color: #d9534f;
  }
}

.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.media-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

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

.media-object {
  display: block;
}

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

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

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

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

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

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: #eceeef;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #818a91;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #0275d8;
  border-color: #0275d8;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #a8d6fe;
}

.list-group-flush .list-group-item {
  border-radius: 0;
}

.list-group-item-action {
  width: 100%;
  color: #555;
  text-align: inherit;
}

.list-group-item-action .list-group-item-heading {
  color: #333;
}

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

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

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

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

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

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

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

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

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

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

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

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

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

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

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

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

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.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: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: .3rem;
  outline: 0;
}

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.in {
  opacity: .5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header::after {
  content: "";
  display: table;
  clear: both;
}

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer::after {
  content: "";
  display: table;
  clear: both;
}

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

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

  .modal-sm {
    max-width: 300px;
  }
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.in {
  opacity: .9;
}

.tooltip.tooltip-top,
.tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.tooltip-top .tooltip-arrow,
.tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.tooltip-right,
.tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.tooltip-right .tooltip-arrow,
.tooltip.bs-tether-element-attached-left .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.tooltip-bottom,
.tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.tooltip-bottom .tooltip-arrow,
.tooltip.bs-tether-element-attached-top .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.tooltip-left,
.tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.tooltip-left .tooltip-arrow,
.tooltip.bs-tether-element-attached-right .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: .3rem;
}

.popover.popover-top,
.popover.bs-tether-element-attached-bottom {
  margin-top: -10px;
}

.popover.popover-top .popover-arrow,
.popover.bs-tether-element-attached-bottom .popover-arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: rgba(0,0,0,0.25);
  border-bottom-width: 0;
}

.popover.popover-top .popover-arrow::after,
.popover.bs-tether-element-attached-bottom .popover-arrow::after {
  bottom: 1px;
  margin-left: -10px;
  content: "";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.popover-right,
.popover.bs-tether-element-attached-left {
  margin-left: 10px;
}

.popover.popover-right .popover-arrow,
.popover.bs-tether-element-attached-left .popover-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0,0,0,0.25);
  border-left-width: 0;
}

.popover.popover-right .popover-arrow::after,
.popover.bs-tether-element-attached-left .popover-arrow::after {
  bottom: -10px;
  left: 1px;
  content: "";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.popover-bottom,
.popover.bs-tether-element-attached-top {
  margin-top: 10px;
}

.popover.popover-bottom .popover-arrow,
.popover.bs-tether-element-attached-top .popover-arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: rgba(0,0,0,0.25);
}

.popover.popover-bottom .popover-arrow::after,
.popover.bs-tether-element-attached-top .popover-arrow::after {
  top: 1px;
  margin-left: -10px;
  content: "";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.popover-left,
.popover.bs-tether-element-attached-right {
  margin-left: -10px;
}

.popover.popover-left .popover-arrow,
.popover.bs-tether-element-attached-right .popover-arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: rgba(0,0,0,0.25);
}

.popover.popover-left .popover-arrow::after,
.popover.bs-tether-element-attached-right .popover-arrow::after {
  right: 1px;
  bottom: -10px;
  content: "";
  border-right-width: 0;
  border-left-color: #fff;
}

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

.popover-title:empty {
  display: none;
}

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

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

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

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

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner>.carousel-item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

.carousel-inner>.carousel-item>img,
.carousel-inner>.carousel-item>a>img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner>.carousel-item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner>.carousel-item.next,
  .carousel-inner>.carousel-item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  .carousel-inner>.carousel-item.prev,
  .carousel-inner>.carousel-item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  .carousel-inner>.carousel-item.next.left,
  .carousel-inner>.carousel-item.prev.right,
  .carousel-inner>.carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}

.carousel-inner>.active {
  left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner>.next {
  left: 100%;
}

.carousel-inner>.prev {
  left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}

.carousel-inner>.active.left {
  left: -100%;
}

.carousel-inner>.active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
  opacity: .5;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);
  background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev::before {
  content: "\2039";
}

.carousel-control .icon-next::before {
  content: "\203a";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

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

.carousel-caption .btn,
.carousel-caption .tribe-common .tribe-common-c-btn,
.tribe-common .carousel-caption .tribe-common-c-btn {
  text-shadow: none;
}

@media (min-width: 544px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  .carousel-control .icon-next {
    margin-right: -15px;
  }

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

  .carousel-indicators {
    bottom: 20px;
  }
}

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

.bg-primary {
  color: #fff !important;
  background-color: #0275d8 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-xs-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.flex-xs-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.flex-xs-unordered {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

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

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

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

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

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

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

.flex-items-xs-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-items-xs-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-items-xs-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-items-xs-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-items-xs-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 544px) {
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-sm-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .flex-sm-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (min-width: 544px) {
  .flex-items-sm-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-items-sm-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flex-items-sm-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 544px) {
  .flex-sm-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .flex-sm-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .flex-sm-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

@media (min-width: 544px) {
  .flex-items-sm-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .flex-items-sm-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flex-items-sm-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .flex-items-sm-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .flex-items-sm-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-md-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .flex-md-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (min-width: 768px) {
  .flex-items-md-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-items-md-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flex-items-md-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 768px) {
  .flex-md-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .flex-md-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .flex-md-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

@media (min-width: 768px) {
  .flex-items-md-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .flex-items-md-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flex-items-md-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .flex-items-md-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .flex-items-md-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .flex-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-lg-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .flex-lg-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (min-width: 992px) {
  .flex-items-lg-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-items-lg-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flex-items-lg-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 992px) {
  .flex-lg-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .flex-lg-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .flex-lg-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

@media (min-width: 992px) {
  .flex-items-lg-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .flex-items-lg-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flex-items-lg-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .flex-items-lg-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .flex-items-lg-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-xl-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .flex-xl-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (min-width: 1200px) {
  .flex-items-xl-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-items-xl-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flex-items-xl-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 1200px) {
  .flex-xl-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .flex-xl-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .flex-xl-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

@media (min-width: 1200px) {
  .flex-items-xl-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .flex-items-xl-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flex-items-xl-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .flex-items-xl-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .flex-items-xl-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 1600px) {
  .flex-xxl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-xxl-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .flex-xxl-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (min-width: 1600px) {
  .flex-items-xxl-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-items-xxl-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flex-items-xxl-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 1600px) {
  .flex-xxl-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .flex-xxl-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .flex-xxl-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

@media (min-width: 1600px) {
  .flex-items-xxl-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .flex-items-xxl-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flex-items-xxl-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .flex-items-xxl-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .flex-items-xxl-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1600px) {
  .pull-xxl-left {
    float: left !important;
  }

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1600px) {
  .text-xxl-left {
    text-align: left !important;
  }

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

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #0275d8 !important;
}

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

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

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

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

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

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

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

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

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

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

.invisible {
  visibility: hidden !important;
}

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

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

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

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

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

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

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

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

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

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

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

.hidden-xxl-down {
  display: none !important;
}

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

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

.visible-print-inline {
  display: none !important;
}

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

.visible-print-inline-block {
  display: none !important;
}

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

@media print {
  .hidden-print {
    display: none !important;
  }
}

body {
  font-family: "Source Sans Pro",sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  color: #333;
  margin-bottom: 1rem;
}

@media (max-width: 991px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5 {
    margin-bottom: .5rem;
  }
}

h1.loud,
h2.loud,
h3.loud,
h4.loud,
h5.loud,
.h1.loud,
.h2.loud,
.h3.loud,
.h4.loud,
.h5.loud {
  font-family: "Tungsten A","Tungsten B";
  font-weight: 600;
  color: #1E315F;
  text-transform: uppercase;
}

h1.louder,
h2.louder,
h3.louder,
h4.louder,
h5.louder,
.h1.louder,
.h2.louder,
.h3.louder,
.h4.louder,
.h5.louder {
  font-family: "Tungsten A","Tungsten B";
  font-weight: 600;
  color: #1E315F;
  text-transform: uppercase;
  font-size: 5rem;
}

h1.bar,
h2.bar,
h3.bar,
h4.bar,
h5.bar,
.h1.bar,
.h2.bar,
.h3.bar,
.h4.bar,
.h5.bar {
  margin-bottom: 2rem;
  text-align: center;
}

h1.bar:after,
h2.bar:after,
h3.bar:after,
h4.bar:after,
h5.bar:after,
.h1.bar:after,
.h2.bar:after,
.h3.bar:after,
.h4.bar:after,
.h5.bar:after {
  content: '';
  display: block;
  height: 6px;
  width: 100px;
  background: #FBD229;
  margin: 1rem auto;
}

h1.bar.loud-left,
h2.bar.loud-left,
h3.bar.loud-left,
h4.bar.loud-left,
h5.bar.loud-left,
.h1.bar.loud-left,
.h2.bar.loud-left,
.h3.bar.loud-left,
.h4.bar.loud-left,
.h5.bar.loud-left {
  text-align: left;
}

h1.bar.loud-left:after,
h2.bar.loud-left:after,
h3.bar.loud-left:after,
h4.bar.loud-left:after,
h5.bar.loud-left:after,
.h1.bar.loud-left:after,
.h2.bar.loud-left:after,
.h3.bar.loud-left:after,
.h4.bar.loud-left:after,
.h5.bar.loud-left:after {
  margin: 1rem 0;
}

h1.borders,
h2.borders,
h3.borders,
h4.borders,
h5.borders,
.h1.borders,
.h2.borders,
.h3.borders,
.h4.borders,
.h5.borders {
  display: block;
  font-family: "Tungsten A","Tungsten B";
  font-weight: 600;
  color: #1E315F;
  text-align: center;
  overflow: hidden;
}

h1.borders>span,
h2.borders>span,
h3.borders>span,
h4.borders>span,
h5.borders>span,
.h1.borders>span,
.h2.borders>span,
.h3.borders>span,
.h4.borders>span,
.h5.borders>span {
  position: relative;
}

h1.borders>span:before,
h1.borders>span:after,
h2.borders>span:before,
h2.borders>span:after,
h3.borders>span:before,
h3.borders>span:after,
h4.borders>span:before,
h4.borders>span:after,
h5.borders>span:before,
h5.borders>span:after,
.h1.borders>span:before,
.h1.borders>span:after,
.h2.borders>span:before,
.h2.borders>span:after,
.h3.borders>span:before,
.h3.borders>span:after,
.h4.borders>span:before,
.h4.borders>span:after,
.h5.borders>span:before,
.h5.borders>span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1000px;
  height: 1px;
  background-color: #ccc;
}

h1.borders>span:before,
h2.borders>span:before,
h3.borders>span:before,
h4.borders>span:before,
h5.borders>span:before,
.h1.borders>span:before,
.h2.borders>span:before,
.h3.borders>span:before,
.h4.borders>span:before,
.h5.borders>span:before {
  right: 100%;
  margin-right: .5em;
}

h1.borders>span:after,
h2.borders>span:after,
h3.borders>span:after,
h4.borders>span:after,
h5.borders>span:after,
.h1.borders>span:after,
.h2.borders>span:after,
.h3.borders>span:after,
.h4.borders>span:after,
.h5.borders>span:after {
  left: 100%;
  margin-left: .5em;
}

h1.gray,
h2.gray,
h3.gray,
h4.gray,
h5.gray,
.h1.gray,
.h2.gray,
.h3.gray,
.h4.gray,
.h5.gray {
  color: #666768;
}

h1.blue-lighter,
h2.blue-lighter,
h3.blue-lighter,
h4.blue-lighter,
h5.blue-lighter,
.h1.blue-lighter,
.h2.blue-lighter,
.h3.blue-lighter,
.h4.blue-lighter,
.h5.blue-lighter {
  color: #0D6A93;
}

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

@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 2.8rem;
  }
}

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

@media (max-width: 991px) {
  h2,
  .h2 {
    font-size: 1.8rem;
  }
}

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

@media (max-width: 991px) {
  h3,
  .h3 {
    font-size: 1.25rem;
  }
}

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

@media (max-width: 991px) {
  h4,
  .h4 {
    font-size: 1.0rem;
  }
}

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

p,
ul {
  margin-bottom: 1.5rem;
}

@media (max-width: 991px) {
  p,
  ul {
    margin-bottom: 1rem;
  }
}

a {
  color: #0D6A93;
}

a:hover,
a:active,
a:focus {
  color: #0f7baa;
}

.text-inverted {
  color: #fff !important;
}

.text-inverted h1,
.text-inverted h2,
.text-inverted h3,
.text-inverted h4,
.text-inverted h5,
.text-inverted .h1,
.text-inverted .h2,
.text-inverted .h3,
.text-inverted .h4,
.text-inverted .h5,
.text-inverted p,
.text-inverted a,
.text-inverted ul,
.text-inverted li {
  color: #fff !important;
}

.text-inverted a {
  font-weight: 700;
}

.text-inverted a a:hover {
  color: #FBD229;
}

.normal-case {
  text-transform: none !important;
}

.bar-hr {
  width: 50px;
  height: 6px;
  background: #666768;
  margin-bottom: 1rem;
}

.bar-hr.bar-yellow {
  background: #FBD229;
}

.bar-hr.bar-blue {
  background: #1E315F;
}

.bar-hr.bar-blue-lighter {
  background: #0D6A93;
}

blockquote {
  color: #999;
  font-size: 1.375rem;
  position: relative;
  padding-left: 2.5rem;
  border-left: 6px solid #FBD229;
  font-style: italic;
}

blockquote em,
blockquote strong,
blockquote cite {
  display: block;
  color: #333;
  font-weight: bold;
  font-style: normal;
  font-size: 1.125rem;
  margin-top: 1rem;
}

img {
  max-width: 100%;
  height: auto;
}

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

.font-asian {
  font-family: "Oswald",sans-serif !important;
}

.alignleft {
  float: left;
  margin-right: 1rem;
  margin-bottom: .5rem;
  max-width: 50%;
}

.alignright {
  float: right;
  margin-left: 1rem;
  margin-bottom: .5rem;
  max-width: 50%;
}

.aligncenter {
  display: block;
  margin: 1rem auto;
}

.btn,
.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn {
  border: 0;
  color: #fff !important;
  font-weight: 900;
  padding: 15px 35px;
  font-size: 0.9rem;
  border-radius: 0;
  text-transform: uppercase;
  white-space: normal;
}

@media (max-width: 991px) {
  .btn,
  .tribe-common .tribe-common-c-btn,
  .tribe-common a.tribe-common-c-btn {
    font-size: 0.7rem;
    padding: 10px 25px;
  }
}

.btn.btn-lg,
.btn-group-lg>.btn,
.tribe-common .btn-group-lg>.tribe-common-c-btn,
.tribe-common .btn-lg.tribe-common-c-btn {
  padding: 20px 45px;
  font-size: 1.1rem;
}

@media (max-width: 991px) {
  .btn.btn-lg,
  .btn-group-lg>.btn,
  .tribe-common .btn-group-lg>.tribe-common-c-btn,
  .tribe-common .btn-lg.tribe-common-c-btn {
    font-size: 0.9rem;
    padding: 15px 35px;
  }
}

.btn.btn-primary,
.tribe-common .btn-primary.tribe-common-c-btn {
  background: #1E315F !important;
}

.btn.btn-primary:hover,
.tribe-common .btn-primary.tribe-common-c-btn:hover,
.btn.btn-primary:active,
.tribe-common .btn-primary.tribe-common-c-btn:active,
.btn.btn-primary:focus,
.tribe-common .btn-primary.tribe-common-c-btn:focus {
  background: #243b72 !important;
}

.btn.btn-secondary,
.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn {
  background: #0D6A93;
}

.btn.btn-secondary:hover,
.tribe-common .tribe-common-c-btn:hover,
.btn.btn-secondary:active,
.tribe-common .tribe-common-c-btn:active,
.btn.btn-secondary:focus,
.tribe-common .tribe-common-c-btn:focus {
  background: #0f7baa;
}

.btn.btn-ghost,
.tribe-common .btn-ghost.tribe-common-c-btn {
  background: none;
  border: 1px solid #1E315F;
  color: #1E315F !important;
}

.btn.btn-ghost:hover,
.tribe-common .btn-ghost.tribe-common-c-btn:hover,
.btn.btn-ghost:active,
.tribe-common .btn-ghost.tribe-common-c-btn:active,
.btn.btn-ghost:focus,
.tribe-common .btn-ghost.tribe-common-c-btn:focus {
  border-color: #0D6A93;
  color: #0D6A93 !important;
}

.btn.btn-link,
.tribe-common .btn-link.tribe-common-c-btn {
  background: none;
  color: #0D6A93 !important;
}

.btn.btn-link:hover,
.tribe-common .btn-link.tribe-common-c-btn:hover,
.btn.btn-link:active,
.tribe-common .btn-link.tribe-common-c-btn:active,
.btn.btn-link:focus,
.tribe-common .btn-link.tribe-common-c-btn:focus {
  color: #1E315F !important;
}

.btn.btn-white,
.tribe-common .btn-white.tribe-common-c-btn {
  background: #fff;
  color: #1E315F !important;
  border: 1px solid #fff;
}

.btn.btn-white:hover,
.tribe-common .btn-white.tribe-common-c-btn:hover,
.btn.btn-white:active,
.tribe-common .btn-white.tribe-common-c-btn:active,
.btn.btn-white:focus,
.tribe-common .btn-white.tribe-common-c-btn:focus {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}

.btn.btn-white.btn-ghost,
.tribe-common .btn-white.btn-ghost.tribe-common-c-btn {
  background: none;
  border-color: #fff;
  color: #fff !important;
}

.btn.btn-white.btn-ghost:hover,
.tribe-common .btn-white.btn-ghost.tribe-common-c-btn:hover,
.btn.btn-white.btn-ghost:active,
.tribe-common .btn-white.btn-ghost.tribe-common-c-btn:active,
.btn.btn-white.btn-ghost:focus,
.tribe-common .btn-white.btn-ghost.tribe-common-c-btn:focus {
  border-color: #f1f1f1;
  color: #f1f1f1 !important;
}

.btn .icon,
.tribe-common .tribe-common-c-btn .icon {
  font-size: 1.7em;
  line-height: 1.2;
  vertical-align: middle;
  white-space: nowrap;
}

.btn .icon.fa-stack,
.tribe-common .tribe-common-c-btn .icon.fa-stack {
  height: auto;
  width: auto;
}

.btn .icon+span,
.tribe-common .tribe-common-c-btn .icon+span {
  vertical-align: middle;
  margin-left: 1em;
}

.img-cover {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.img-cover img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}

.card {
  border-radius: 0;
  border: 0;
  background: #f1f1f1;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .card .card-block {
    padding: 3rem;
  }
}

@media (min-width: 992px) {
  .card.card-vert-eq-height {
    height: 100%;
  }

  .card.card-vert-eq-height .block-img {
    height: 50%;
  }
}

@media (min-width: 992px) {
  .card.card-horz:not(.card-narrow-img) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .card.card-horz:not(.card-narrow-img)>div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 3rem;
  }

  .card.card-horz:not(.card-narrow-img) .block-img {
    height: auto;
  }

  .card.card-horz:not(.card-narrow-img):last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .card.card-horz.card-narrow-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .card.card-horz.card-narrow-img>div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 3rem;
  }

  .card.card-horz.card-narrow-img .block-img {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 25%;
    height: auto;
  }

  .card.card-horz.card-narrow-img:last-child {
    margin-bottom: 0;
  }
}

.card.card-minimal {
  background: transparent;
}

.card.card-minimal .card-title,
.card.card-minimal h3 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}

.card.card-minimal .card-title a:hover,
.card.card-minimal .card-title a:focus,
.card.card-minimal .card-title a:active,
.card.card-minimal h3 a:hover,
.card.card-minimal h3 a:focus,
.card.card-minimal h3 a:active {
  cursor: pointer;
}

.card.card-minimal .card-block {
  padding: 0;
}

.card.card-minimal .card-block .date {
  color: #ccc;
  font-size: .875rem;
  margin-bottom: .5rem;
  display: block;
}

.card.card-minimal .card-img-top {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 1rem;
  border-radius: 0;
}

@media (min-width: 1600px) {
  .card.card-minimal .card-img-top {
    height: 300px;
  }
}

.isotope:after {
  content: '';
  display: block;
  clear: both;
}

.dict-grid-item,
.dict-grid-sizer {
  width: 32%;
}

@media (max-width: 1199px) {
  .dict-grid-item,
  .dict-grid-sizer {
    width: 48%;
  }
}

.dict-grid-item {
  float: left;
  height: 200px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
}

.dict-grid-item .feature-image {
  width: 100%;
  height: 155px;
  background-size: cover;
  background-position: 50% 50%;
}

.dict-grid-item .content {
  display: block;
  width: 100%;
  height: -webkit-calc(100% - 155px);
  height: calc(100% - 155px);
  overflow: hidden;
  padding: 10px 1rem;
}

.dict-grid-item .content h4 {
  font-size: 1.25rem;
  line-height: 1.25rem;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .dict-grid-item .content h4 {
    font-size: 1.0rem;
    line-height: 1.25rem;
  }
}

.dict-grid-item .content .toolbar {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48px;
  padding: 10px 1rem;
  border-top: 1px solid #ccc;
}

.dict-gutter-sizer {
  width: 2%;
}

@media (max-width: 1199px) {
  .dict-gutter-sizer {
    width: 4%;
  }
}

.dict-grid-item.big {
  width: 66%;
  height: 415px;
  cursor: default;
}

@media (max-width: 1199px) {
  .dict-grid-item.big {
    width: 100%;
  }
}

.dict-grid-item.big .content h4:after {
  content: '';
  width: 50px;
  height: 5px;
  background: #FBD229;
  display: block;
  margin: 1rem 0;
}

.dict-grid-item.big .content .toolbar {
  display: block;
}

.dict-grid-item.big .dict-nav-next:hover,
.dict-grid-item.big .dict-nav-prev:hover,
.dict-grid-item.big .dict-nav-close:hover {
  cursor: pointer;
}

.program-filters a.filter-option {
  display: inline-block;
  margin: 5px;
  padding: 5px 1rem;
  background: #f1f1f1;
  border: 1px solid #ccc;
  color: #666768;
  font-size: 14px;
  font-weight: normal;
}

.program-filters a.filter-option:hover {
  background: #ccc;
  text-decoration: none;
}

.program-filters a.filter-option:active,
.program-filters a.filter-option:focus {
  background: #f1f1f1;
  text-decoration: none;
}

.program-filters a.filter-option.is-checked {
  background: #0D6A93;
  border-color: #0D6A93;
  color: #fff;
}

.isotope:after {
  content: '';
  display: block;
  clear: both;
}

.program-grid-item,
.program-grid-sizer {
  width: 23.5%;
}

@media (max-width: 1199px) {
  .program-grid-item,
  .program-grid-sizer {
    width: 32%;
  }
}

@media (max-width: 991px) {
  .program-grid-item,
  .program-grid-sizer {
    width: 49%;
  }
}

@media (max-width: 543px) {
  .program-grid.faculty .program-grid-item,
  .program-grid.faculty .program-grid-sizer {
    width: 100%;
  }
}

a>.program-grid-item {
  cursor: pointer;
}

a.staff-card-link {
  text-decoration: none;
}

.program-grid-item {
  float: left;
  min-height: 420px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  background: #fff;
}

@media (max-width: 991px) {
  .program-grid-item {
    min-height: 330px;
  }
}

@media (max-width: 543px) {
  .program-grid.faculty .program-grid-item {
    min-height: 350px;
  }
}

.program-grid.no-img-layout .program-grid-item {
  min-height: 0 !important;
}

.program-grid-item .feature-image {
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.program-grid-item .feature-image.feature-image-contain {
  background-size: contain;
  background-position: center center !important;
  background-color: #666768;
}

.program-grid-item .content {
  padding: 1rem;
}

@media (max-width: 767px) {
  .program-grid-item .content {
    padding: 10px;
  }
}

.program-grid-item .content h4,
.program-grid-item .content p {
  margin-bottom: 10px;
}

.program-grid-item .content h4 {
  color: #0D6A93;
  font-size: 1.25rem;
}

@media (max-width: 991px) {
  .program-grid-item .content h4 {
    font-size: 1rem;
  }
}

.program-grid-item .content .school,
.program-grid-item .content .title {
  color: #666768 !important;
}

.program-grid-item .content .school:hover,
.program-grid-item .content .school:active,
.program-grid-item .content .school:focus,
.program-grid-item .content .title:hover,
.program-grid-item .content .title:active,
.program-grid-item .content .title:focus {
  text-decoration: none !important;
}

.program-grid-item .content .tag {
  font-size: .75rem;
  display: inline-block;
  font-weight: normal;
  color: #666768;
  padding: 5px 10px;
  margin-right: 5px;
  border-radius: 5px;
  background: #f1f1f1;
  text-transform: uppercase;
  white-space: normal;
  max-width: 75%;
  margin-bottom: 3px;
}

.program-grid.faculty .feature-image {
  background-position: center 15%;
  height: 240px;
}

@media (max-width: 767px) {
  .program-grid.faculty .feature-image {
    height: 200px;
  }
}

@media (max-width: 543px) {
  .program-grid.faculty .feature-image {
    height: 250px;
  }
}

.program-grid.faculty .program-grid-item {
  min-height: 515px;
}

@media (max-width: 1599px) {
  .program-grid.faculty .program-grid-item {
    min-height: 540px;
  }
}

@media (max-width: 1199px) {
  .program-grid.faculty .program-grid-item {
    min-height: 520px;
  }
}

@media (max-width: 767px) {
  .program-grid.faculty .program-grid-item {
    min-height: 480px;
  }
}

.program-grid.faculty .program-grid-item .content {
  text-align: center;
}

.program-grid.faculty .program-grid-item .content h4 {
  color: #1E315F;
}

.program-grid.faculty .program-grid-item .content p.email {
  margin-bottom: 5px;
}

.program-grid.faculty .program-grid-item .content p.email a {
  font-size: 14px;
}

.program-grid.faculty .program-grid-item .staff-card-link:hover h4 {
  text-decoration: underline;
}

.program-gutter-sizer {
  width: 2%;
}

.grid-search {
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 2rem;
}

.grid-search .form-group {
  display: block;
  height: 100%;
  position: relative;
}

.grid-search .form-group label {
  display: none;
}

.grid-search .form-group .material-icons {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.grid-search .form-group input[type="text"] {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 40px;
  height: 100%;
  border: none;
}

.grid-search button {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.grid-search .row.no-gutters>.col-xs-9 {
  position: relative;
}

.grid-search .row.no-gutters>.col-xs-9>.form-group {
  position: absolute;
  width: 100%;
}

#search-status {
  display: none;
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
}

#search-status .material-icons {
  font-size: 18px;
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
}

.dropdown.filters {
  display: block;
  background: #f1f1f1;
  padding: 1rem 2rem;
  margin-bottom: 2rem;
}

.dropdown.filters.open {
  box-shadow: 0px 3px 4px rgba(0,0,0,0.25);
}

.dropdown.filters .btn-filters {
  background: none;
  border: none;
  color: #1E315F;
  font-size: 1.25rem;
}

.dropdown.filters .dropdown-menu {
  background: #fff;
  box-shadow: 0px 3px 4px rgba(0,0,0,0.25);
  width: 100%;
  max-width: 100%;
  border: none;
  border-radius: 0;
  margin-top: 0;
  padding: 1rem 2rem;
}

#dept-filter {
  display: inline-block;
  width: 25%;
}

@media (max-width: 991px) {
  #dept-filter {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .tab-carousel .container>.row {
    margin-left: 0;
    margin-right: 0;
  }

  .tab-carousel .container>.row>[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}

.tabbed-carousel {
  height: 100%;
  margin-right: -1px;
}

.tabbed-carousel .carousel-cell {
  width: 100%;
  height: 250px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

@media (min-width: 768px) {
  .tabbed-carousel .carousel-cell {
    height: 440px;
  }
}

.tabbed-carousel .carousel-cell .cell-content {
  position: absolute;
  bottom: 0;
  left: 0;
}

.tabbed-carousel-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tabbed-carousel-nav a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: bold;
  padding: 1rem 2rem;
  background: #f1f1f1;
  color: #0D6A93;
  text-decoration: none !important;
  border-top: 1px solid #E1E1E1;
  overflow: hidden;
}

@media (min-width: 768px) {
  .tabbed-carousel-nav a {
    height: 110px;
  }
}

.tabbed-carousel-nav a:first-of-type {
  border-top: 0;
}

.tabbed-carousel-nav a.active {
  background: #0D6A93 !important;
  color: #fff !important;
}

.tabbed-carousel-nav a:hover,
.tabbed-carousel-nav a:focus {
  background: #ccc;
}

body .ajax-load-more-wrap.loading,
body .alm-paging-wrap .alm-paging-loading,
body .ajax-load-more-wrap.alm-paging.alm-is-filtering {
  background-image: url("../images/loading-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(241,241,241,0.5);
  z-index: 2;
  min-height: 70px;
}

.ajax-load-more-wrap {
  width: 100%;
}

.alm-listing {
  height: auto;
}

.alm-paging-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul.alm-paging {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}

ul.alm-paging li a[href="#"] {
  background: none;
  border-radius: 0;
  font-family: "Source Sans Pro",sans-serif;
  border-color: transparent;
}

ul.alm-paging li a[href="#"]:hover,
ul.alm-paging li a[href="#"]:focus,
ul.alm-paging li a[href="#"]:active {
  text-decoration: none;
  border-color: transparent;
}

ul.alm-paging li.active a[href="#"] {
  background: none !important;
  font-weight: bold;
  color: #1E315F;
  border-color: transparent !important;
}

section.blue ul.alm-paging {
  border-color: #121F40;
}

section.blue ul.alm-paging li a {
  color: #fff;
}

section.blue ul.alm-paging li a:hover,
section.blue ul.alm-paging li a:focus,
section.blue ul.alm-paging li a:active {
  background-color: #0D6A93;
}

section.blue ul.alm-paging li.active a {
  color: #FBD229;
  border-color: transparent !important;
}

.pagination {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
  width: 100%;
}

.pagination .btn-back {
  float: right;
}

.pagination .btn-back i {
  font-size: 1rem;
  vertical-align: middle;
}

section.blue .pagination {
  border-color: #121F40;
}

.tab-pane .util-alm-filter {
  margin-bottom: 1rem;
}

.tab-pane .util-alm-filter select+select {
  margin-top: .5rem;
}

@media (min-width: 768px) {
  .tab-pane .util-alm-filter {
    position: absolute;
    width: 375px;
    bottom: 100%;
    right: 0;
    margin-bottom: 2rem;
  }

  .tab-pane .util-alm-filter select {
    display: inline-block;
    vertical-align: middle;
    float: left;
    width: 180px;
  }

  .tab-pane .util-alm-filter select+select {
    margin-left: 15px;
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .tab-pane .util-alm-filter {
    margin-top: 10px;
  }
}

.post-navigation-wrapper {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
  margin-top: 2rem;
}

.post-navigation-wrapper .btn-back {
  padding-left: 0;
  display: inline-block;
  vertical-align: middle;
}

.post-navigation-wrapper .btn-back i {
  margin-right: .5rem;
}

.post-navigation-wrapper .btn-back:hover,
.post-navigation-wrapper .btn-back:active,
.post-navigation-wrapper .btn-back:focus {
  text-decoration: none;
}

@media (min-width: 544px) {
  .post-navigation-wrapper .btn-back {
    float: left;
  }
}

.post-navigation-wrapper .post-navigation .screen-reader-text {
  display: none;
}

.post-navigation-wrapper .post-navigation .nav-links {
  margin-top: 1rem;
}

.post-navigation-wrapper .post-navigation .nav-links a {
  border: 0;
  color: #fff !important;
  font-weight: 900;
  padding: 15px 35px;
  font-size: 0.9rem;
  border-radius: 0;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  background: #1E315F !important;
}

@media (max-width: 991px) {
  .post-navigation-wrapper .post-navigation .nav-links a {
    font-size: 0.7rem;
    padding: 10px 25px;
  }
}

.post-navigation-wrapper .post-navigation .nav-links a:hover,
.post-navigation-wrapper .post-navigation .nav-links a:active,
.post-navigation-wrapper .post-navigation .nav-links a:focus {
  background: #243b72 !important;
  text-decoration: none;
}

.post-navigation-wrapper .post-navigation .nav-links .nav-previous {
  float: left;
}

.post-navigation-wrapper .post-navigation .nav-links .nav-previous a i {
  padding-right: .5rem;
}

.post-navigation-wrapper .post-navigation .nav-links .nav-next {
  float: right;
}

.post-navigation-wrapper .post-navigation .nav-links .nav-next a i {
  padding-left: .5rem;
}

@media (min-width: 544px) {
  .post-navigation-wrapper .post-navigation .nav-links {
    margin-top: 0;
    float: right;
  }

  .post-navigation-wrapper .post-navigation .nav-links .nav-previous,
  .post-navigation-wrapper .post-navigation .nav-links .nav-next {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }

  .post-navigation-wrapper .post-navigation .nav-links .nav-next {
    margin-left: 2rem;
  }
}

body .addtoany_list.a2a_kit_size_32 a>span {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

body .addtoany_list.a2a_kit_size_32 a {
  font-size: 20px;
}

body .addtoany_list {
  line-height: 20px !important;
}

#tribe-community-events+.addtoany_share_save_container,
.tribe-community-events-content+.addtoany_share_save_container {
  display: none;
}

body>.overlay {
  background: rgba(0,0,0,0.6);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

body>.overlay.active {
  opacity: 1;
  visibility: visible;
}

.slide-out {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background: #fff;
  z-index: 1002;
  overflow-y: auto;
  overflow-x: hidden;
  visibility: hidden;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: -webkit-transform 0.25s 0.25s;
  transition: transform 0.25s 0.25s;
}

@media (max-width: 1199px) {
  .slide-out {
    width: 75%;
  }
}

@media (max-width: 991px) {
  .slide-out {
    width: 100%;
  }
}

.slide-out.active {
  visibility: visible;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.slide-out .hero {
  padding-top: 6rem;
  padding-bottom: 2rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

.slide-out .hero .arrow-bar {
  padding-top: 2rem;
}

.slide-out .content {
  padding: 2rem 2rem;
}

.slide-out a.close-btn {
  position: absolute;
  z-index: 1;
  top: 1rem;
  right: 1rem;
  color: #fff;
}

.slide-out a.close-btn i {
  font-size: 36px;
}

.slide-out a.close-btn:hover,
.slide-out a.close-btn:focus,
.slide-out a.close-btn:active {
  color: #FBD229;
}

.slide-out.staff {
  overflow: hidden;
}

.slide-out.staff a.close-btn {
  color: #666768;
}

.slide-out.staff a.close-btn:hover,
.slide-out.staff a.close-btn:focus,
.slide-out.staff a.close-btn:active {
  color: #FBD229;
}

.slide-out.staff .content {
  height: 100%;
  position: relative;
  padding: 0;
  overflow-y: auto;
}

.slide-out.staff .content .container-fluid {
  overflow-y: auto;
  padding: 2rem 2rem 180px;
}

.slide-out.staff .staff-headshot-circle {
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 100px;
  overflow: hidden;
  margin: 2rem auto;
}

.slide-out.staff .staff-headshot-circle img {
  width: 150px;
  height: auto;
}

.slide-out.staff .staff-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 2rem;
  background: #0D6A93;
}

.slide-out.staff .staff-footer ul {
  margin-bottom: 0;
}

.slide-out.staff .staff-footer ul li {
  margin-bottom: 1rem;
}

.slide-out.staff .staff-footer ul li:last-child {
  margin-bottom: 0;
}

@media (min-width: 544px) {
  .slide-out.staff .staff-footer [class*="col"]:nth-child(-n+2) {
    margin-bottom: 1rem;
  }
}

.slide-out.staff .staff-footer .material-icons {
  font-size: 18px;
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  margin-right: 10px;
  color: #FBD229;
}

@media (max-width: 767px) {
  .slide-out.staff .staff-footer {
    padding: 1rem 0;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

body .ui-datepicker {
  width: 220px;
}

body .ui-datepicker .ui-datepicker-header {
  height: auto;
  position: relative;
}

body .ui-datepicker .ui-datepicker-prev,
body .ui-datepicker .ui-datepicker-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

body .ui-datepicker .ui-datepicker-prev {
  left: 2px !important;
}

body .ui-datepicker .ui-datepicker-next {
  right: 2px !important;
}

body .ui-datepicker select.ui-datepicker-month,
body .ui-datepicker select.ui-datepicker-year {
  height: auto;
  top: 0;
  width: 75px;
  line-height: 1.5;
}

.gf_stylespro.gform_wrapper,
.gf_stylespro_wrapper.gform_wrapper {
  display: inline-block !important;
}

body .sp_flat input,
body .sp_flat select,
body .sp_flat textarea,
body .sp_flat input[type="text"],
body .sp_flat input[type="email"],
body .sp_flat input[type="url"],
body .sp_flat input[type="password"],
body .sp_flat input[type="search"],
body .sp_flat .chosen-choices {
  padding-top: 8px;
  padding-bottom: 8px;
}

body .gf_stylespro.sp_flat input,
body .gf_stylespro.sp_flat select,
body .gf_stylespro.sp_flat textarea,
body .gf_stylespro.sp_flat .ginput_total,
body .gf_stylespro.sp_flat .ginput_product_price,
body .gf_stylespro.sp_flat .ginput_shipping_price,
body .sp_flat .gfsp_icon,
body .gf_stylespro.sp_flat input[type=checkbox]:not(old)+label,
body .gf_stylespro.sp_flat input[type=radio]:not(old)+label,
body .gf_stylespro.sp_flat .ginput_container {
  font-size: 12px;
  color: inherit;
}

#syn-form {
  border: 1px solid #22305c;
  margin-top: 2rem;
}

#syn-form .btn:hover,
#syn-form .tribe-common .tribe-common-c-btn:hover,
.tribe-common #syn-form .tribe-common-c-btn:hover {
  color: inherit !important;
}

.callouts {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

body.home .callouts {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.callouts .callouts-intro {
  text-align: center;
  font-weight: 600;
  font-size: 1.25rem;
}

.callouts .callouts-intro {
  padding: 2rem;
  background-color: rgba(255,255,255,0.8);
  color: #333;
}

.callouts .callouts-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #1E315F;
}

.callouts .callouts-links a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #0D6A93;
  border-right: 1px solid #1E315F;
  font-family: "Tungsten A","Tungsten B";
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  height: 100px;
  line-height: 1;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}

.callouts .callouts-links a:last-child {
  border-right: none;
}

.callouts .callouts-links a:hover,
.callouts .callouts-links a:active,
.callouts .callouts-links a:focus {
  background: #1E315F;
  text-decoration: none;
}

.callouts .callouts-links a.active {
  background-color: #1E315F;
}

.three-steps .block {
  -webkit-transition: border 0.25s;
  transition: border 0.25s;
  position: relative;
  height: 336px !important;
  background-color: transparent !important;
}

@media (max-width: 991px) {
  .three-steps .block {
    height: 236px !important;
    min-height: 236px !important;
    margin-bottom: 2rem;
  }
}

.three-steps .block .block-img-cover,
.three-steps section .block.block-img .block-img-contain,
section .three-steps .block.block-img .block-img-contain {
  height: 300px !important;
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  .three-steps .block .block-img-cover,
  .three-steps section .block.block-img .block-img-contain,
  section .three-steps .block.block-img .block-img-contain {
    height: 200px !important;
    min-height: 200px !important;
  }
}

.three-steps .block .block-img-cover:after,
.three-steps section .block.block-img .block-img-contain:after,
section .three-steps .block.block-img .block-img-contain:after {
  background: rgba(0,0,0,0.25);
  position: absolute;
  top: -20px;
  left: -20px;
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);
  height: -webkit-calc(100% + 40px);
  height: calc(100% + 40px);
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}

.three-steps .block .content {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 100%;
  padding: 2rem;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
  -webkit-transition: top 0.25s;
  transition: top 0.25s;
}

@media (max-width: 991px) {
  .three-steps .block .content {
    top: 20%;
    padding: 1rem;
  }
}

@media (max-width: 1199px) {
  .three-steps .block .content h2 {
    font-size: 2rem;
  }
}

.three-steps .block .content p.blurb {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
  -webkit-transition: opacity 0.25s 0.25s, -webkit-transform 0.25s 0.25s;
  transition: opacity 0.25s 0.25s, transform 0.25s 0.25s;
}

@media (max-width: 1199px) {
  .three-steps .block .content p.blurb {
    font-size: 12px;
  }
}

.three-steps .block a.btn,
.three-steps .block .tribe-common a.tribe-common-c-btn,
.tribe-common .three-steps .block a.tribe-common-c-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  height: 36px;
  line-height: 36px;
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.three-steps .block:hover {
  border-top: 5px solid #FBD229;
  height: 331px;
}

@media (max-width: 1199px) {
  .three-steps .block:hover {
    height: 231px;
  }
}

.three-steps .block:hover .block-img-cover,
.three-steps .block:hover section .block.block-img .block-img-contain,
section .block.block-img .three-steps .block:hover .block-img-contain {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.three-steps .block:hover .block-img-cover:after,
.three-steps .block:hover section .block.block-img .block-img-contain:after,
section .block.block-img .three-steps .block:hover .block-img-contain:after {
  background: rgba(30,49,95,0.85);
}

.three-steps .block:hover .content {
  top: 0;
}

.three-steps .block:hover .content p.blurb {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.three-steps .block:hover a.btn,
.three-steps .block:hover .tribe-common a.tribe-common-c-btn,
.tribe-common .three-steps .block:hover a.tribe-common-c-btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.alert-carousel-container {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  position: relative;
  margin-bottom: 2rem;
}

@media (max-width: 1199px) {
  .alert-carousel-container {
    padding-bottom: 20px;
  }
}

.alert-carousel-container .alert-carousel {
  width: 100%;
  height: 100%;
}

.alert-carousel-container .alert-carousel .alert-slide {
  width: 100%;
  margin-right: 1rem;
}

.alert-carousel-container .alert-carousel .alert-slide .alert-text {
  margin-bottom: 0;
  position: absolute;
  left: 25%;
  top: 50%;
  width: 60%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media (max-width: 1199px) {
  .alert-carousel-container .alert-carousel .alert-slide .alert-text {
    position: static;
    display: block;
    margin-top: 54px;
    width: 100%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.alert-carousel-container .alert-carousel .alert-slide .btn,
.alert-carousel-container .alert-carousel .alert-slide .tribe-common .tribe-common-c-btn,
.tribe-common .alert-carousel-container .alert-carousel .alert-slide .tribe-common-c-btn {
  display: inline-block;
  float: right;
}

@media (max-width: 1199px) {
  .alert-carousel-container .alert-carousel .alert-slide .btn,
  .alert-carousel-container .alert-carousel .alert-slide .tribe-common .tribe-common-c-btn,
  .tribe-common .alert-carousel-container .alert-carousel .alert-slide .tribe-common-c-btn {
    float: none;
    display: block;
    margin-top: 1rem;
  }
}

.alert-carousel-container .alert-title {
  display: block;
  height: 100%;
  width: 20%;
  position: absolute;
  font-size: 18px;
  top: 0;
  left: 0;
  background: #f1f1f1;
  text-align: center;
}

@media (max-width: 1199px) {
  .alert-carousel-container .alert-title {
    height: 48px;
    line-height: 48px;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
}

.alert-carousel-container .alert-title:before {
  content: '';
  width: 0;
  height: 74%;
  padding-right: 21%;
  background: #f1f1f1;
  position: absolute;
  top: 8px;
  right: -23px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 1199px) {
  .alert-carousel-container .alert-title:before {
    display: none;
  }
}

.alert-carousel-container .flickity-prev-next-button {
  display: none;
}

.alert-carousel-container .flickity-page-dots {
  background: #fff;
  width: auto;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (max-width: 1199px) {
  .alert-carousel-container .flickity-page-dots {
    bottom: -27px;
  }
}

.alert-carousel-container .flickity-page-dots .dot {
  background: #0D6A93;
}

.additional-resources .block {
  -webkit-transition: border 0.25s;
  transition: border 0.25s;
  position: relative;
  height: 300px !important;
}

@media (max-width: 991px) {
  .additional-resources .block {
    height: 200px !important;
    min-height: 200px !important;
    margin-bottom: 2rem;
  }
}

.additional-resources .block .block-img-cover,
.additional-resources section .block.block-img .block-img-contain,
section .additional-resources .block.block-img .block-img-contain {
  position: relative;
  overflow: hidden;
}

.additional-resources .block .block-img-cover:after,
.additional-resources section .block.block-img .block-img-contain:after,
section .additional-resources .block.block-img .block-img-contain:after {
  background: rgba(0,0,0,0.25);
  position: absolute;
  top: -20px;
  left: -20px;
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);
  height: -webkit-calc(100% + 40px);
  height: calc(100% + 40px);
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}

.additional-resources .block .content {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 100%;
  padding: 2rem;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
  -webkit-transition: top 0.25s;
  transition: top 0.25s;
}

@media (max-width: 991px) {
  .additional-resources .block .content {
    top: 30%;
    padding: 1rem;
  }
}

@media (max-width: 767px) {
  .additional-resources .block .content {
    top: 40%;
  }
}

@media (max-width: 1199px) {
  .additional-resources .block .content h2 {
    font-size: 2rem;
  }
}

.additional-resources .block .content .links {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
  -webkit-transition: opacity 0.25s 0.25s, -webkit-transform 0.25s 0.25s;
  transition: opacity 0.25s 0.25s, transform 0.25s 0.25s;
}

@media (max-width: 1199px) {
  .additional-resources .block .content .links {
    font-size: 12px;
  }
}

.additional-resources .block .content .links .bar-hr {
  margin: 0 auto 1rem;
}

.additional-resources .block .content .links a {
  display: block;
}

.additional-resources .block:hover .block-img-cover,
.additional-resources .block:hover section .block.block-img .block-img-contain,
section .block.block-img .additional-resources .block:hover .block-img-contain {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.additional-resources .block:hover .block-img-cover:after,
.additional-resources .block:hover section .block.block-img .block-img-contain:after,
section .block.block-img .additional-resources .block:hover .block-img-contain:after {
  background: rgba(30,49,95,0.85);
}

.additional-resources .block.has-links:hover .content {
  top: 0;
}

.additional-resources .block.has-links:hover .content .links {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.additional-nav {
  margin-bottom: 2rem;
}

.additional-nav>.btn,
.tribe-common .additional-nav>.tribe-common-c-btn {
  width: 100%;
  text-align: left;
  padding-left: 1rem;
}

@media (max-width: 991px) {
  .additional-nav>.btn,
  .tribe-common .additional-nav>.tribe-common-c-btn {
    font-size: 0.9rem;
    padding: 10px 35px 10px 1rem;
  }
}

.additional-nav>.btn:after,
.tribe-common .additional-nav>.tribe-common-c-btn:after {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.additional-nav.open .dropdown-toggle,
.additional-nav.open .dropdown-toggle:hover,
.additional-nav.open .dropdown-toggle:active,
.additional-nav.open .dropdown-toggle:focus {
  background: #f1f1f1 !important;
  color: #666768 !important;
  box-shadow: 0px 3px 4px rgba(0,0,0,0.25);
}

.additional-nav .dropdown-menu {
  min-width: 100%;
  border: 0;
  border-radius: 0;
  background: #f1f1f1;
  padding: 0 1rem 1rem;
  margin: 0;
  box-shadow: 0px 3px 4px rgba(0,0,0,0.25);
}

.additional-nav .dropdown-menu>ul {
  margin: 0;
  padding: 0;
}

.additional-nav .dropdown-menu>ul>li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid #ccc;
}

.additional-nav .dropdown-menu>ul>li>a:first-child {
  display: block;
  padding: 5px 0 5px 1rem;
  margin-right: 2.5rem;
  font-size: 0.9rem;
}

.additional-nav .dropdown-menu>ul>li .collapse-arrow {
  position: absolute;
  top: 5px;
  right: 1rem;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
}

.additional-nav .dropdown-menu>ul>li .collapse-arrow.collapsed {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.additional-nav .dropdown-menu>ul>li:last-child {
  border-bottom: 0;
}

.additional-nav .dropdown-menu>ul>li ul {
  margin: 0;
  padding: 5px 2rem 1rem;
}

.additional-nav .dropdown-menu>ul>li ul li {
  list-style: none;
}

.additional-nav .dropdown-menu>ul>li ul li a {
  display: block;
  font-size: 12px;
  padding: 4px 0;
}

.additional-nav .dropdown-menu a {
  color: #666768;
}

.additional-nav .dropdown-menu li.current_page_item>a {
  color: #0D6A93;
  font-weight: 700;
}

.course-description {
  margin-bottom: 1rem;
}

.course-description+br {
  display: none;
}

.course-description .course-description-title {
  padding: 1rem;
  background: #f1f1f1;
  border: 1px solid #ccc;
}

.course-description .course-description-title a {
  color: #666768;
  text-decoration: none;
  display: block;
  position: relative;
}

.course-description .course-description-title a i.fa {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
}

.course-description .course-description-title a.collapsed i.fa {
  -webkit-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
}

.course-description .course-description-content {
  padding: 1rem;
  border: 1px solid #ccc;
  border-top: none;
}

.course-description .course-description-content *:last-child {
  margin-bottom: 0;
}

.pano-container {
  width: 100%;
  height: 300px;
  position: relative;
  margin-bottom: 2rem;
  overflow: hidden;
}

.pano-container .buttons {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.pano-container .buttons button {
  margin-right: 5px;
}

.pano-container .buttons .fa {
  color: #666768;
}

.panzoom-pano {
  max-width: none !important;
  position: absolute;
  top: -50%;
  left: -1200px;
}

ul.breadcrumbs {
  margin: 0 0 2rem;
  padding: 0;
}

@media (max-width: 991px) {
  ul.breadcrumbs {
    margin-bottom: 0.5rem;
  }
}

ul.breadcrumbs li {
  display: inline-block;
  list-style: none;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}

@media (max-width: 1199px) {
  ul.breadcrumbs li {
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

@media (max-width: 991px) {
  ul.breadcrumbs li {
    max-width: 100px;
    font-size: 10px;
  }
}

ul.breadcrumbs li:after {
  content: '/';
  position: absolute;
  top: 0;
  right: 0;
}

ul.breadcrumbs li:last-child {
  margin-right: 0;
  padding-right: 0;
}

ul.breadcrumbs li:last-child:after {
  content: '';
}

ul.breadcrumbs li a {
  font-weight: 700;
}

.alpha-filters {
  margin-bottom: 1rem;
}

.alpha-filters span {
  margin-right: 1rem;
  font-size: 1.15rem;
  display: block;
}

@media (min-width: 768px) {
  .alpha-filters span {
    display: inline-block;
  }
}

.alpha-filters a {
  margin-right: 4px;
  font-size: 1.5rem;
  font-weight: 600;
  display: inline-block;
}

.alpha-filters [disabled] {
  color: #C4C4C4;
  cursor: pointer;
  text-decoration: none;
}

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: normal !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .row {
    width: 100%;
  }
}

.flex-fill [class*="col-"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-fill [class*="col-"]>* {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.page-template-page-category section {
  overflow: hidden;
}

section .row.blocks-fill [class*="col-"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section .row.blocks-fill [class*="col-"] .block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

section .block {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 2rem;
}

section .block *:last-child {
  margin-bottom: 0;
}

section .block .block-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

section .block.block-hoverable {
  -webkit-transition: -webkit-transform 0.25s, box-shadow 0.25s;
  transition: transform 0.25s, box-shadow 0.25s;
  position: relative;
}

section .block.block-hoverable:hover {
  cursor: pointer;
  box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
}

section .block.block-img {
  background-color: #666768;
  border: none;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  overflow: hidden;
}

section .block.block-img:not(.block-square) {
  min-height: 300px;
}

section .block.block-img .block-img-cover,
section .block.block-img .block-img-contain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

section .block.block-img .block-img-cover:after,
section .block.block-img .block-img-contain:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}

section .block.block-img .block-img-cover.block-img-cover-transparent:after,
section .block.block-img .block-img-cover-transparent.block-img-contain:after {
  background: transparent;
}

section .block.block-img .block-img-cover.block-img-align-top,
section .block.block-img .block-img-align-top.block-img-contain {
  background-position: top center;
}

section .block.block-img .block-img-contain {
  background-size: contain;
}

section .block.block-img .block-img-contain img {
  object-fit: contain;
}

section .block.block-img.block-hoverable .block-img-cover,
section .block.block-img.block-hoverable .block-img-contain {
  -webkit-transition: -webkit-filter 0.25s, -webkit-transform 0.5s;
  transition: filter 0.25s, transform 0.5s;
}

section .block.block-img.block-hoverable .block-img-cover:after,
section .block.block-img.block-hoverable .block-img-contain:after {
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

section .block.block-img.block-hoverable:hover {
  box-shadow: none;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

section .block.block-img.block-hoverable:hover .block-img-cover,
section .block.block-img.block-hoverable:hover .block-img-contain {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

section .block.block-img.block-hoverable:hover .block-img-cover:after,
section .block.block-img.block-hoverable:hover .block-img-contain:after {
  background: rgba(0,0,0,0.75);
}

section .block.block-square {
  padding: 0 2rem;
  position: relative;
  height: 0;
  padding-bottom: 100%;
}

section .block.blue-lighter {
  background: #0D6A93;
  border: 0 !important;
}

section.gray {
  background: #f1f1f1;
}

section.blue-lighter {
  background: #0D6A93;
}

section.blue {
  background: #1E315F;
}

section.blue h2 {
  color: #fff;
}

.row.no-gutters {
  padding: 0 1rem;
}

.row.no-gutters [class*="col-"] {
  padding: 0;
}

.flex-parent-horz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-parent-horz>div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-parent-vert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-parent-vert>div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.container.container-small {
  max-width: 740px;
}

#uchat-backdrop {
  z-index: 10 !important;
}

#uchat-app.uchat-widget #uchat-qa-widget {
  bottom: 220px !important;
}

body.uchat-mobile-device #uchat-app.uchat-widget #uchat-qa-widget {
  bottom: 0 !important;
  z-index: 1 !important;
}

.layer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.layer-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layer-bg.top-aligned img {
  object-position: 50% 0;
}

.layer-bg.with-overlay::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}

body {
  padding-top: 186px;
}

@media (max-width: 1199px) {
  body {
    padding-top: 180px;
  }
}

@media (max-width: 991px) {
  body {
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 80px;
  }
}

body.with-notification-bar {
  padding-top: 266px;
}

@media (max-width: 1199px) {
  body.with-notification-bar {
    padding-top: 260px;
  }
}

@media (max-width: 991px) {
  body.with-notification-bar {
    padding-top: 180px;
  }
}

@media (max-width: 767px) {
  body.with-notification-bar {
    padding-top: 160px;
  }
}

.notification-bar {
  position: relative;
  background-color: #006A9F;
  color: #fff;
  font-family: "Source Sans Pro",sans-serif;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.notification-bar .container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .notification-bar .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.notification-bar a {
  color: inherit;
}

.notification-bar.style-urgent {
  background-color: #FFCC33;
  color: #002E5E;
}

.notification-bar .notification-heading {
  font-family: "Tungsten A","Tungsten B";
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1.1;
  padding-right: 2rem;
}

@media (min-width: 768px) {
  .notification-bar .notification-heading {
    max-width: 30%;
    padding-right: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
}

.notification-bar .notification-body {
  max-height: 50px;
  overflow-y: auto;
}

.notification-bar .notification-body p {
  margin-bottom: 0;
}

.notification-bar .notification-body a {
  text-decoration: underline;
  line-height: inherit;
}

.notification-bar .notification-body a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .notification-bar .notification-body {
    font-size: 1.125rem;
    padding-left: 1rem;
    padding-right: 1rem;
    max-height: 64px;
  }
}

.notification-bar .notification-close {
  position: absolute;
  right: 1rem;
  top: 0;
  opacity: 1;
  color: inherit;
}

.notification-bar .notification-close:hover {
  opacity: .8;
}

@media (min-width: 768px) {
  .notification-bar .notification-close {
    position: static;
    width: 30px;
    text-align: right;
  }
}

#site-header {
  background: #1E315F;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}

.admin-bar #site-header {
  margin-top: 32px;
}

#site-header>.search {
  height: 0;
  overflow: hidden;
  background: #fff;
  -webkit-transition: height 0.25s;
  transition: height 0.25s;
  line-height: 80px;
  padding: 0 30px;
}

@media (max-width: 543px) {
  #site-header>.search {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#site-header>.search.active {
  height: 80px;
}

#site-header>.search .material-icons {
  font-size: 36px;
  line-height: 80px;
  color: #666768;
  float: left;
  margin-right: 10px;
}

#site-header>.search .form-control {
  display: inline;
  width: 80%;
  border: 0;
  font-size: 24px;
}

#site-header .utility-nav {
  background: rgba(255,255,255,0.1);
  height: 40px;
  margin-bottom: 30px;
  text-align: right;
}

#site-header .utility-nav .container {
  max-width: 100%;
  padding: 0;
}

@media (min-width: 1600px) {
  #site-header .utility-nav .container {
    max-width: 1366px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#site-header .utility-nav .container ul.utility-nav-lvl1 {
  display: inline-block;
  margin: 0;
  padding: 0;
}

#site-header .utility-nav .container ul.utility-nav-lvl1>li {
  display: inline-block;
  line-height: 40px;
  margin-left: -4px;
  vertical-align: top;
}

#site-header .utility-nav .container ul.utility-nav-lvl1>li:first-child {
  margin-left: 0;
}

#site-header .utility-nav .container ul.utility-nav-lvl1>li:first-child>a {
  border-left: 1px solid #1E315F;
}

#site-header .utility-nav .container ul.utility-nav-lvl1>li.mobile-nav-link {
  display: none;
}

@media (max-width: 991px) {
  #site-header .utility-nav .container ul.utility-nav-lvl1>li.mobile-nav-link {
    display: inline-block;
  }
}

#site-header .utility-nav .container ul.utility-nav-lvl1>li>a,
#site-header .utility-nav .container ul.utility-nav-lvl1>li .dropdown-toggle {
  display: block;
  font-family: "Tungsten A","Tungsten B";
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  padding: 0 20px;
  border-right: 1px solid #1E315F;
}

#site-header .utility-nav .container ul.utility-nav-lvl1>li>a:hover,
#site-header .utility-nav .container ul.utility-nav-lvl1>li .dropdown-toggle:hover {
  background: rgba(255,255,255,0.2);
}

@media (max-width: 991px) {
  #site-header .utility-nav .container ul.utility-nav-lvl1>li>a:hover,
  #site-header .utility-nav .container ul.utility-nav-lvl1>li .dropdown-toggle:hover {
    background: none;
  }
}

#site-header .utility-nav .container ul.utility-nav-lvl1>li>a .material-icons,
#site-header .utility-nav .container ul.utility-nav-lvl1>li .dropdown-toggle .material-icons {
  vertical-align: middle;
}

#site-header .utility-nav .container ul.utility-nav-lvl1>li>a.icon-link,
#site-header .utility-nav .container ul.utility-nav-lvl1>li .dropdown-toggle.icon-link {
  padding: 0 10px;
}

@media (max-width: 991px) {
  #site-header .utility-nav .container ul.utility-nav-lvl1>li>a.icon-link,
  #site-header .utility-nav .container ul.utility-nav-lvl1>li .dropdown-toggle.icon-link {
    border-right: none;
  }
}

#site-header .utility-nav .container ul.utility-nav-lvl1>li>a.search.active,
#site-header .utility-nav .container ul.utility-nav-lvl1>li .dropdown-toggle.search.active {
  background: #fff;
  color: #666768;
}

#site-header .utility-nav .container ul.utility-nav-lvl1>li.mobile-nav-link a.open {
  background: #fff;
  color: #666768;
}

#site-header .utility-nav .container ul.utility-nav-lvl1 .dropdown-toggle {
  background: none;
  border-radius: 0;
  border: 0;
}

#site-header .utility-nav .container ul.utility-nav-lvl1 .dropdown-toggle:after {
  display: none;
}

#site-header .utility-nav .container ul.utility-nav-lvl1 .open .dropdown-toggle,
#site-header .utility-nav .container ul.utility-nav-lvl1 .open.dropdown-toggle:hover,
#site-header .utility-nav .container ul.utility-nav-lvl1 .open.dropdown-toggle:active,
#site-header .utility-nav .container ul.utility-nav-lvl1 .open.dropdown-toggle:focus {
  background: #fff !important;
  color: #666768;
}

#site-header .utility-nav .container ul.utility-nav-lvl1 .dropdown-menu {
  left: auto;
  right: 1px;
  min-width: 450px;
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
  border: 0;
  border-radius: 0;
  padding: 30px 30px 0;
  box-shadow: 0px 3px 4px rgba(0,0,0,0.25);
}

#site-header .utility-nav .container ul.utility-nav-lvl1 .dropdown-menu ul {
  margin: 0 2% 30px;
  padding: 0;
  width: 45%;
  float: left;
}

#site-header .utility-nav .container ul.utility-nav-lvl1 .dropdown-menu ul li {
  list-style: none;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}

#site-header .utility-nav .container ul.utility-nav-lvl1 .dropdown-menu ul .link-group-title {
  font-size: 18px;
  line-height: 27px;
  color: #1E315F;
  font-weight: bold;
}

#site-header .utility-nav .container ul.utility-nav-lvl1 .dropdown-menu ul a {
  color: #666768;
}

#site-header .utility-nav .container ul.utility-nav-lvl1 .dropdown-menu ul a:hover,
#site-header .utility-nav .container ul.utility-nav-lvl1 .dropdown-menu ul a:active,
#site-header .utility-nav .container ul.utility-nav-lvl1 .dropdown-menu ul a:focus {
  text-decoration: none;
  color: #0D6A93;
}

#site-header .utility-nav ul.utility-nav-lvl1+ul.utility-nav-lvl1 li:first-child {
  margin-left: -4px;
}

#site-header .logo-big img {
  margin-bottom: 10px;
}

#site-header .logo-small {
  display: none;
}

#site-header .main-nav {
  margin: 0;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

#site-header .main-nav>li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

#site-header .main-nav>li>a {
  color: #fff;
  font-size: 16px;
  display: block;
  padding-bottom: 18px;
}

#site-header .main-nav>li>a:hover,
#site-header .main-nav>li>a:active,
#site-header .main-nav>li>a:focus {
  text-decoration: none;
  color: rgba(255,255,255,0.8);
}

@media (max-width: 1199px) {
  #site-header .main-nav>li>a {
    font-size: 14px;
  }
}

#site-header .main-nav>li.current-menu-item>a {
  border-bottom: 6px solid #FBD229;
  padding-bottom: 12px;
}

#site-header .main-nav>li:hover>ul.sub-menu {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition-delay: .25s;
  transition-delay: .25s;
}

#site-header .main-nav ul.sub-menu {
  width: 100%;
  height: 340px;
  background: #fff;
  box-shadow: 0 5px 5px rgba(0,0,0,0.25);
  padding: 30px;
  position: absolute;
  list-style: none;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#site-header .main-nav ul.sub-menu li {
  width: 20%;
  float: left;
  margin-right: 5%;
  margin-bottom: 20px;
  text-align: left;
}

#site-header .main-nav ul.sub-menu li:nth-child(even) {
  margin-right: 50%;
}

#site-header .main-nav ul.sub-menu li a {
  font-size: 14px;
  line-height: 16px;
  color: #666768;
}

#site-header .main-nav ul.sub-menu li a:hover,
#site-header .main-nav ul.sub-menu li a:active,
#site-header .main-nav ul.sub-menu li a:focus {
  color: #0D6A93;
  text-decoration: none;
}

#site-header .main-nav ul.sub-menu li:last-child {
  width: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
}

#site-header .main-nav ul.sub-menu li:last-child .callout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}

#site-header .main-nav ul.sub-menu li:last-child .callout .content {
  position: relative;
  top: 50%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 30px 60px;
}

#site-header .main-nav ul.sub-menu li:last-child .callout .content h2 {
  font-size: 24px;
  line-height: 1.33em;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 1599px) {
  #site-header .main-nav ul.sub-menu li:last-child .callout .content {
    padding-left: 30px;
    padding-right: 30px;
  }

  #site-header .main-nav ul.sub-menu li:last-child .callout .content h2 {
    font-size: 20px;
  }
}

#site-header.condensed {
  position: fixed;
  width: 100%;
  -webkit-transform: translate(0, -80px);
  transform: translate(0, -80px);
}

@media (max-width: 991px) {
  #site-header.condensed {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

#site-header.condensed.active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

#site-header.condensed .notification-bar {
  display: none;
}

#site-header.condensed .utility-nav {
  margin: 20px 1rem 0 0;
  float: right;
}

#site-header.condensed .utility-nav .container {
  padding: 0;
}

@media (max-width: 991px) {
  #site-header.condensed .utility-nav {
    margin: 0 !important;
  }
}

#site-header.condensed .logo-big {
  display: none;
}

@media (max-width: 991px) {
  #site-header.condensed .logo-big {
    display: block;
  }
}

#site-header.condensed .logo-small {
  float: left;
  display: block;
  height: 80px;
  width: 35px;
  position: relative;
}

#site-header.condensed .logo-small img {
  position: absolute;
  top: 50%;
  width: 35px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media (max-width: 991px) {
  #site-header.condensed .logo-small {
    display: none;
  }
}

#site-header.condensed .container {
  max-width: 100%;
}

#site-header.condensed .main-nav {
  margin-left: 15px;
  width: 65%;
  display: inline;
}

@media (max-width: 1199px) {
  #site-header.condensed .main-nav {
    width: 55%;
  }
}

#site-header.condensed .main-nav>li {
  display: inline-block;
}

#site-header.condensed .main-nav>li>a {
  font-size: 14px;
  height: 80px;
  line-height: 80px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (max-width: 1199px) {
  #site-header.condensed .main-nav>li>a {
    font-size: 12px;
    padding-left: .5rem;
    padding-right: .5rem;
  }
}

@media (max-width: 991px) {
  #site-header {
    position: fixed;
  }

  #site-header .main-nav,
  #site-header.condensed .main-nav {
    display: none;
  }

  #site-header .utility-nav {
    float: right;
    margin: 2.5rem 1rem;
    height: 100%;
  }

  #site-header .utility-nav .container {
    padding: 0;
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  #site-header .utility-nav .container {
    height: 100%;
  }

  #site-header .utility-nav .container li:nth-child(1),
  #site-header .utility-nav .container li:nth-child(2),
  #site-header .utility-nav .container li:nth-child(3),
  #site-header .utility-nav .container li:nth-child(4),
  #site-header .utility-nav .container li:nth-child(5) {
    display: none;
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  #site-header .utility-nav {
    background: none;
    margin: 0;
  }

  #site-header .utility-nav ul.utility-nav-lvl1>li {
    line-height: 100px !important;
  }

  #site-header .utility-nav li.mobile-nav-link {
    display: inline-block !important;
  }

  #site-header .utility-nav .material-icons {
    font-size: 40px;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  #site-header .utility-nav ul.utility-nav-lvl1>li {
    line-height: 80px !important;
  }

  #site-header .utility-nav .material-icons {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  #site-header .container {
    max-width: 100%;
  }

  #site-header .logo-big {
    float: left;
    display: block;
    width: 40%;
    position: relative;
    margin-top: 4vw;
  }

  #site-header .logo-big img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 991px) and (max-width: 1199px) {
  #site-header .logo-big {
    width: 450px;
    margin-top: 30px;
    padding-bottom: 20px;
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  #site-header .logo-big {
    width: 350px;
    margin-top: 30px;
    padding-bottom: 0;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  #site-header .logo-big {
    width: 250px;
    margin-top: 25px;
  }
}

@media (max-width: 991px) and (max-width: 543px) {
  #site-header .logo-big {
    width: 200px;
    margin-top: 30px;
  }
}

html[data-useragent*='MSIE 10.0'] header .main-nav ul.sub-menu {
  display: none;
}

html[data-useragent*='MSIE 10.0'] header .main-nav>li:hover>ul.sub-menu {
  display: block;
}

body.landing-page {
  padding-top: 0;
}

body.landing-page #site-header {
  position: static;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

body.landing-page #site-header .logo-big {
  float: none;
  margin-top: 0;
}

body.landing-page #site-header .logo-big img {
  margin-bottom: 0;
}

#footer {
  background-color: #f1f1f1;
  font-size: .875rem;
  color: #666768;
  position: relative;
}

#footer .footer-logo {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

#footer .footer-logo img {
  width: 100%;
}

#footer .menu-5918 {
  display: none;
}

@media (max-width: 1199px) {
  #footer .footer-contact-block {
    margin-bottom: 1rem;
  }
}

#footer .nav-label {
  display: block;
  color: #333;
  font-weight: 600;
  font-size: 1.25rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

#footer strong {
  color: #333;
}

#footer ul.list-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-width: 50%;
  -moz-column-width: 50%;
  column-width: 50%;
}

#footer ul li {
  line-height: 1.4em;
  margin-bottom: .7em;
}

#footer ul li a {
  color: #666768;
}

#footer .hidden-md-down ul li:last-child {
  display: none;
}

#footer .footer-bottom {
  border-top: 1px solid #ccc;
  padding-top: 1rem;
  margin-top: 1rem;
}

#footer .footer-bottom .copyright {
  font-weight: 300;
}

#footer .footer-bottom .social-menu a {
  font-size: 1.5rem;
  color: #333;
}

#footer .arrow-bg {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#footer .arrow-bg .arrow-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: url(../images/yellow-arrow-sides-bg.gif) top center;
}

@media (max-width: 543px) {
  #footer .arrow-bg .arrow-left {
    max-width: 16px !important;
  }
}

#footer .arrow-bg .arrow {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  height: 23px;
  width: 40px;
  background: url(../images/yellow-arrow-icon.png) top center no-repeat;
}

#footer .arrow-bg .arrow-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: url(../images/yellow-arrow-sides-bg.gif) top center;
}

body.landing-page #footer .footer-bottom {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
  text-align: center;
}

@media (max-width: 543px) {
  body.landing-page #footer .arrow-bg .arrow-left {
    max-width: none !important;
  }
}

body.home .hero,
body.home .hero.hero-carousel {
  height: -webkit-calc(100vh - 189px - 80px);
  height: calc(100vh - 189px - 80px);
  width: 100%;
  min-height: 436px;
  overflow: hidden;
  position: relative;
  padding-top: 0;
}

body.home .hero.video,
body.home .hero.hero-carousel.video {
  background: #1E315F url("../videos/video-bg.jpg") center center no-repeat;
  background-size: cover;
}

body.home .hero .carousel-cell,
body.home .hero.hero-carousel .carousel-cell {
  height: -webkit-calc(100vh - 189px - 80px);
  height: calc(100vh - 189px - 80px);
  min-height: 455px;
}

@media (max-width: 1199px) {
  body.home .hero,
  body.home .hero.hero-carousel {
    height: -webkit-calc(100vh - 183px - 80px);
    height: calc(100vh - 183px - 80px);
  }

  body.home .hero .carousel-cell,
  body.home .hero.hero-carousel .carousel-cell {
    height: -webkit-calc(100vh - 183px - 80px);
    height: calc(100vh - 183px - 80px);
  }
}

@media (max-width: 991px) {
  body.home .hero,
  body.home .hero.hero-carousel {
    height: -webkit-calc(100vh - 100px - 50px);
    height: calc(100vh - 100px - 50px);
  }

  body.home .hero .carousel-cell,
  body.home .hero.hero-carousel .carousel-cell {
    height: -webkit-calc(100vh - 100px - 50px);
    height: calc(100vh - 100px - 50px);
  }
}

@media (max-width: 767px) {
  body.home .hero,
  body.home .hero.hero-carousel {
    height: -webkit-calc(100vh - 80px - 50px);
    height: calc(100vh - 80px - 50px);
  }

  body.home .hero .carousel-cell,
  body.home .hero.hero-carousel .carousel-cell {
    height: -webkit-calc(100vh - 80px - 50px);
    height: calc(100vh - 80px - 50px);
  }
}

body.home .hero video,
body.home .hero.hero-carousel video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #1E315F url("../videos/video-bg.jpg") center center no-repeat;
  background-size: cover;
}

body.home .hero .overlay,
body.home .hero.hero-carousel .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 1;
}

body.home .hero .overlay.slide-overlay,
body.home .hero.hero-carousel .overlay.slide-overlay {
  color: #fff;
  text-align: center;
}

body.home .hero .overlay.slide-overlay h1,
body.home .hero .overlay.slide-overlay h2,
body.home .hero .overlay.slide-overlay h3,
body.home .hero .overlay.slide-overlay h4,
body.home .hero .overlay.slide-overlay h5,
body.home .hero .overlay.slide-overlay h6,
body.home .hero.hero-carousel .overlay.slide-overlay h1,
body.home .hero.hero-carousel .overlay.slide-overlay h2,
body.home .hero.hero-carousel .overlay.slide-overlay h3,
body.home .hero.hero-carousel .overlay.slide-overlay h4,
body.home .hero.hero-carousel .overlay.slide-overlay h5,
body.home .hero.hero-carousel .overlay.slide-overlay h6 {
  color: #fff;
}

body.home .hero .layer-bg,
body.home .hero.hero-carousel .layer-bg {
  z-index: -1;
}

@media (max-width: 991px) {
  body.home .hero .flickity-prev-next-button,
  body.home .hero.hero-carousel .flickity-prev-next-button {
    display: none;
  }
}

body.home .hero .flickity-page-dots,
body.home .hero.hero-carousel .flickity-page-dots {
  bottom: 75px;
}

body.home .hero .flickity-page-dots .dot,
body.home .hero.hero-carousel .flickity-page-dots .dot {
  background-color: #fff;
}

body.home .hero .container,
body.home .hero.hero-carousel .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

@media (max-width: 1199px) {
  body.home .hero .container,
  body.home .hero.hero-carousel .container {
    top: 45%;
  }
}

body.home .hero .arrow-bar,
body.home .hero.hero-carousel .arrow-bar {
  display: table;
  margin: 0 auto 1rem;
  background: url(../images/yellow-arrow.png) 50% 100% no-repeat;
  overflow: hidden;
}

@media (min-width: 1600px) {
  body.home .hero .arrow-bar,
  body.home .hero.hero-carousel .arrow-bar {
    top: 39%;
  }
}

body.home .hero .arrow-bar h1,
body.home .hero.hero-carousel .arrow-bar h1 {
  text-align: center;
  font-family: "Tungsten A","Tungsten B";
  font-size: 128px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
}

@media (max-width: 1199px) {
  body.home .hero .arrow-bar h1,
  body.home .hero.hero-carousel .arrow-bar h1 {
    font-size: 96px;
  }
}

@media (max-width: 767px) {
  body.home .hero .arrow-bar h1,
  body.home .hero.hero-carousel .arrow-bar h1 {
    font-size: 72px;
  }
}

@media (max-width: 543px) {
  body.home .hero .arrow-bar h1,
  body.home .hero.hero-carousel .arrow-bar h1 {
    font-size: 64px;
  }
}

body.home .hero .description,
body.home .hero.hero-carousel .description {
  padding: 30px;
  background: rgba(255,255,255,0.8);
  position: absolute;
  bottom: 50px;
  left: 50%;
  text-align: center;
  width: 100%;
  max-width: 850px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

body.home .hero .description p,
body.home .hero.hero-carousel .description p {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  body.home .hero .description p,
  body.home .hero.hero-carousel .description p {
    font-size: 1rem;
  }
}

.hero.has-video {
  position: relative;
}

.hero.has-video video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: cover;
}

.hero.has-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
}

.hero.has-video .container {
  position: relative;
}

.hero.hero-carousel {
  height: -webkit-calc(100vh - 189px);
  height: calc(100vh - 189px);
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 0;
}

.hero.hero-carousel .carousel-cell {
  height: -webkit-calc(100vh - 189px);
  height: calc(100vh - 189px);
}

@media (max-width: 1199px) {
  .hero.hero-carousel {
    height: -webkit-calc(100vh - 183px);
    height: calc(100vh - 183px);
  }

  .hero.hero-carousel .carousel-cell {
    height: -webkit-calc(100vh - 183px);
    height: calc(100vh - 183px);
  }
}

@media (max-width: 991px) {
  .hero.hero-carousel {
    height: -webkit-calc(100vh - 100px);
    height: calc(100vh - 100px);
  }

  .hero.hero-carousel .carousel-cell {
    height: -webkit-calc(100vh - 100px);
    height: calc(100vh - 100px);
  }
}

@media (max-width: 767px) {
  .hero.hero-carousel {
    height: -webkit-calc(100vh - 80px);
    height: calc(100vh - 80px);
  }

  .hero.hero-carousel .carousel-cell {
    height: -webkit-calc(100vh - 80px);
    height: calc(100vh - 80px);
  }
}

.hero.hero-carousel .container {
  top: 50%;
}

.hero.hero-carousel .arrow-bar h1 {
  text-align: center;
  font-family: "Tungsten A","Tungsten B";
  font-size: 72px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .hero.hero-carousel .arrow-bar h1 {
    font-size: 48px;
  }
}

.hero.hero-carousel .arrow-bar h1.font-asian {
  font-size: 60px;
  padding-bottom: 15px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .hero.hero-carousel .arrow-bar h1.font-asian {
    font-size: 36px;
  }
}

.hero.hero-carousel p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hero.hero-carousel .flickity-page-dots {
  bottom: 20px;
}

.hero.hero-carousel .flickity-page-dots .dot {
  background: #fff;
  opacity: 0.5;
}

.hero.hero-carousel .flickity-page-dots .dot.is-selected {
  opacity: 1;
}

body.page-template-page-category .hero:not(.hero-carousel),
body.page-template-page-program .hero:not(.hero-carousel) {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

body:not(.home) .hero:not(.hero-carousel) {
  background-color: #0D6A93;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
}

body:not(.home) .hero:not(.hero-carousel) .arrow-bar {
  display: table;
  margin: 0 auto 0.5rem;
  background: url(../images/yellow-arrow.png) 50% 100% no-repeat;
  overflow: hidden;
}

@media (min-width: 1600px) {
  body:not(.home) .hero:not(.hero-carousel) .arrow-bar {
    top: 39%;
  }
}

body:not(.home) .hero:not(.hero-carousel) .arrow-bar h1 {
  text-align: center;
  font-family: "Tungsten A","Tungsten B";
  font-size: 72px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  body:not(.home) .hero:not(.hero-carousel) .arrow-bar h1 {
    font-size: 48px;
  }
}

body:not(.home) .hero:not(.hero-carousel) .arrow-bar h1.font-asian {
  font-size: 60px;
  padding-bottom: 15px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  body:not(.home) .hero:not(.hero-carousel) .arrow-bar h1.font-asian {
    font-size: 36px;
  }
}

body:not(.home) .hero:not(.hero-carousel) h1.loud {
  color: #fff;
}

body:not(.home) .hero:not(.hero-carousel) .hero-blurb p {
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
}

body:not(.home) .hero:not(.hero-carousel) .hero-blurb p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  body:not(.home) .hero:not(.hero-carousel) .hero-blurb p {
    font-size: 1rem;
  }
}

body:not(.home) .hero:not(.hero-carousel).has-callouts {
  padding-bottom: 0;
  margin-bottom: 50px;
}

body:not(.home) .hero:not(.hero-carousel).has-callouts .arrow-bar {
  margin-bottom: 3rem;
}

body:not(.home) .hero:not(.hero-carousel).has-callouts .callouts {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  margin-top: -50px;
}

.hero {
  position: relative;
}

.hero .container {
  z-index: 2;
  position: relative;
}

.hero .layer-bg.with-overlay::after {
  background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0,0,0,0.75) 100%);
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.75) 100%);
}

.prefooter {
  background-image: url(../images/questions-answers-bg.jpg);
  background-position: center top;
  background-size: cover;
}

.prefooter .container {
  position: relative;
  z-index: 1;
}

body.no-scroll {
  overflow: hidden;
}

.mobile-nav {
  width: 100%;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  position: fixed;
  overflow-y: scroll;
  top: 100px;
  background: #fff;
  z-index: 1001;
  display: none;
  opacity: 0;
}

.mobile-nav.open {
  opacity: 1;
}

@media (max-width: 991px) {
  .mobile-nav.open {
    height: -webkit-calc(100vh - 100px);
    height: calc(100vh - 100px);
    display: block;
  }
}

@media (max-width: 767px) {
  .mobile-nav {
    top: 80px;
  }

  .mobile-nav.open {
    height: -webkit-calc(100vh - 80px);
    height: calc(100vh - 80px);
  }
}

.mobile-nav .calls-to-action {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #1E315F;
}

.mobile-nav .calls-to-action li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  text-align: center;
  background: rgba(13,106,147,0.4);
  border-right: 1px solid #1E315F;
}

.mobile-nav .calls-to-action li:last-child {
  border-right: 0;
}

.mobile-nav .calls-to-action li a {
  font-family: "Tungsten A","Tungsten B";
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}

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

.mobile-nav .mobile-nav-list>li {
  border-bottom: 1px solid #ccc;
  position: relative;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}

.mobile-nav .mobile-nav-list>li.expanded {
  background: #f1f1f1;
}

.mobile-nav .mobile-nav-list>li>a:first-child {
  display: block;
  padding: 10px 2rem;
  margin-right: 2rem;
  color: #666768;
}

.mobile-nav .mobile-nav-list>li a.collapse-arrow {
  color: #666768;
  position: absolute;
  right: 1.5rem;
  top: 10px;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
}

.mobile-nav .mobile-nav-list>li a.collapse-arrow.collapsed {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mobile-nav .mobile-nav-list>li.current_page_item>a {
  color: #0D6A93;
  font-weight: 700;
}

.mobile-nav .mobile-nav-list ul {
  list-style: none;
  margin: 0;
  padding: .5rem 0 1.5rem 3rem;
}

.mobile-nav .mobile-nav-list ul a {
  display: block;
  padding: 5px 0;
  border: 0;
  font-size: 14px;
  color: #666768;
}

.mobile-nav .mobile-nav-list ul .current_page_item>a {
  color: #0D6A93;
  font-weight: 700;
}

.block-big {
  padding: 3rem !important;
}

@media (max-width: 991px) {
  .block-big {
    padding: 2rem 1rem !important;
  }
}

.block-big.gray {
  background: #f1f1f1 !important;
}

.block-big.border {
  border: 1px solid #ccc !important;
}

.btn-group-inline>.btn,
.tribe-common .btn-group-inline>.tribe-common-c-btn,
.btn-group-inline>p {
  display: inline-block;
  margin-right: .5rem;
  margin-bottom: .5rem;
}

.vc_row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.vc_column-inner {
  padding-top: 0 !important;
}

.vc_vc_column {
  margin-bottom: 2rem;
}

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

@media (max-width: 991px) {
  .wpb_content_element {
    margin-bottom: .5rem !important;
  }
}

.offset-section {
  overflow: visible !important;
  margin-top: 6rem;
  padding-bottom: 3rem;
}

body.page-template-page-category .offset-section>.vc_column_container {
  margin-top: -5rem;
  width: 85%;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  body.page-template-page-category .offset-section>.vc_column_container {
    width: 100%;
    float: left;
  }
}

.cover-img {
  min-height: 300px !important;
}

.has-overlay {
  position: relative;
}

.has-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 0;
}

.has-overlay>.vc_column-inner>.wpb_wrapper>* {
  position: relative;
  z-index: 1;
}

.icon-link {
  margin-bottom: 1rem !important;
}

.icon-link:last-child {
  margin-bottom: 0 !important;
}

.icon-link button,
.icon-link a {
  background: none !important;
  border: none !important;
  font-size: 16px !important;
  color: #0D6A93 !important;
  padding: 0 0 0 25px !important;
}

.icon-link button:hover,
.icon-link button:active,
.icon-link button:focus,
.icon-link a:hover,
.icon-link a:active,
.icon-link a:focus {
  color: #0f7baa !important;
}

.icon-link button .vc_btn3-icon,
.icon-link a .vc_btn3-icon {
  left: 0 !important;
}

@media (max-width: 991px) {
  .icon-link button,
  .icon-link a {
    font-size: 14px !important;
  }
}

.vc_tta-accordion.brand-blue-lighter .vc_tta-panel {
  margin-bottom: 10px;
}

.vc_tta-accordion.brand-blue-lighter .vc_tta-panel .vc_tta-panel-heading {
  background-color: #0D6A93 !important;
}

.vc_tta-accordion.brand-blue-lighter .vc_tta-panel .vc_tta-panel-heading .vc_tta-title-text,
.vc_tta-accordion.brand-blue-lighter .vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon {
  color: #fff;
  border-color: #fff;
}

.vc_tta-accordion.brand-blue-lighter .vc_tta-panel .vc_tta-panel-heading .vc_tta-title-text:before,
.vc_tta-accordion.brand-blue-lighter .vc_tta-panel .vc_tta-panel-heading .vc_tta-title-text:after,
.vc_tta-accordion.brand-blue-lighter .vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon:before,
.vc_tta-accordion.brand-blue-lighter .vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon:after {
  border-color: #fff;
}

.vc_tta-accordion.brand-blue-lighter .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: #fff !important;
  border: 1px solid #0D6A93;
}

.vc_tta-accordion.brand-blue-lighter .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-title-text,
.vc_tta-accordion.brand-blue-lighter .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-controls-icon {
  color: #0D6A93;
  border-color: #0D6A93;
}

.vc_tta-accordion.brand-blue-lighter .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-title-text:before,
.vc_tta-accordion.brand-blue-lighter .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-title-text:after,
.vc_tta-accordion.brand-blue-lighter .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-controls-icon:before,
.vc_tta-accordion.brand-blue-lighter .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-controls-icon:after {
  border-color: #0D6A93;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.meet-npu-slide {
  background-position: right bottom !important;
}

.vc_tta-tabs.vc_tta-has-pagination .vc_pagination {
  margin-top: 0 !important;
}

.vc_tta-tabs.vc_tta-has-pagination:not(.vc_tta-tabs-position-bottom) {
  padding-bottom: 0 !important;
}

@media (max-width: 991px) {
  .vc_column-inner.vc_custom_1477609014409 {
    padding: 2rem !important;
  }

  .vc_row.wpb_row.vc_inner.vc_row-fluid.meet-npu-slide {
    background-image: none !important;
  }
}

.page-template-page-full-width-no-hero .vc_row-fluid.vc-hero {
  min-height: 600px;
}

@media (max-width: 767px) {
  .page-template-page-full-width-no-hero .vc_row-fluid.vc-hero {
    min-height: 450px;
  }
}

.page-template-page-full-width-no-hero .vc_row-fluid.vc-hero h1 {
  font-size: 5rem;
  text-align: center;
  font-family: "Tungsten A","Tungsten B";
  position: relative;
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 991px) {
  .page-template-page-full-width-no-hero .vc_row-fluid.vc-hero h1 {
    font-size: 3.5rem;
    line-height: 1;
  }
}

@media (max-width: 767px) {
  .page-template-page-full-width-no-hero .vc_row-fluid.vc-hero h1 {
    font-size: 2.5rem;
  }
}

.page-template-page-full-width-no-hero .vc_row-fluid.vc-hero h1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 23px;
  background: url(../images/yellow-arrow.png) center no-repeat;
}

@media (max-width: 991px) {
  .page-template-page-full-width-no-hero .vc_row-fluid.vc-hero h2:not(.h1) {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}

.page-template-page-full-width-no-hero .vc_row-fluid.vc-hero p {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.page-template-page-full-width-no-hero .vc_row-fluid.vc-hero .vc_btn3-container {
  margin-top: 2rem;
}

.page-template-page-full-width-no-hero .vc_row-fluid.vc-hero .vc_btn3.vc_btn3-style-flat {
  background: #0D6A93 !important;
  color: #fff !important;
  font-weight: bold;
}

.page-template-page-full-width-no-hero .vc_row-fluid.vc-hero .vc_btn3.vc_btn3-style-flat:hover,
.page-template-page-full-width-no-hero .vc_row-fluid.vc-hero .vc_btn3.vc_btn3-style-flat:active,
.page-template-page-full-width-no-hero .vc_row-fluid.vc-hero .vc_btn3.vc_btn3-style-flat:focus {
  background: #094864 !important;
}

.page-template-page-full-width-no-hero .vc_row-fluid.vc-hero .vc_parallax-inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}

.page-template-page-full-width-no-hero .vc_inner {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.page-template-page-full-width-no-hero .vc_inner.vc_row-fluid.vc-inner-container {
  max-width: 1100px;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 991px) {
  .page-template-page-full-width-no-hero .vc_inner.vc_row-fluid.vc-inner-container {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.page-template-page-full-width-no-hero .vc-row-parallax-blue .vc_parallax-inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0D6A93;
  opacity: 0.85;
}

.discover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1199px) {
  .discover {
    margin-bottom: 3rem;
  }
}

.discover>h2 {
  margin-bottom: 1rem;
  padding-bottom: 8px;
  line-height: 60px;
  border-bottom: 1px solid #ccc;
}

.discover .carousel-container {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.discover .carousel-container .carousel {
  height: 300px;
}

@media (min-width: 992px) {
  .discover .carousel-container .carousel {
    height: 392px;
  }
}

.discover .carousel-container .carousel-cell {
  width: 100%;
  height: 100%;
  background-color: #ccc;
  background-size: cover;
  background-position: 50% 50%;
  margin-right: 1rem;
  position: relative;
}

.discover .carousel-container .carousel-cell .content {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(13,106,147,0.85);
}

.discover .carousel-container .carousel-cell .content a {
  font-weight: 900;
}

.discover .carousel-container .flickity-prev-next-button {
  display: none;
}

.news-events {
  position: relative;
}

.news-events a.see-more {
  position: absolute;
  top: 10px;
  right: 0;
}

.news-events .nav-tabs {
  margin-bottom: 1rem;
}

.news-events .nav-tabs .nav-item {
  margin-bottom: -2px;
}

.news-events .nav-tabs a.nav-link {
  font-family: "Tungsten A","Tungsten B";
  font-size: 2.5rem;
  font-weight: 600;
  border: 0;
  color: #ccc;
  text-transform: uppercase;
  padding: 0 20px 10px;
}

@media (max-width: 991px) {
  .news-events .nav-tabs a.nav-link {
    font-size: 2rem;
  }
}

@media (max-width: 543px) {
  .news-events .nav-tabs a.nav-link {
    font-size: 1.5rem;
  }
}

.news-events .nav-tabs a.nav-link:hover,
.news-events .nav-tabs a.nav-link:active,
.news-events .nav-tabs a.nav-link:focus {
  color: #7591d4;
  border: 0;
  text-decoration: none;
}

.news-events .nav-tabs a.nav-link.active {
  color: #1E315F;
  border-radius: 0;
  border-bottom: 5px solid #FBD229;
  padding-bottom: 5px;
}

.news-events .nav-tabs a.nav-link.active:hover,
.news-events .nav-tabs a.nav-link.active:active,
.news-events .nav-tabs a.nav-link.active:focus {
  color: #1E315F;
}

.news-events .tab-content {
  position: relative;
}

.news-events .tab-content .news-events-item {
  margin-bottom: 1rem;
}

.news-events .tab-content .news-events-item:last-child {
  margin-bottom: 0;
}

.news-events .tab-content .news-events-item .news-events-thumb {
  width: 100%;
  height: 120px;
  background-size: cover;
  background-position: 50% 50%;
}

.news-events .tab-content .news-events-item .meta {
  font-size: 14px;
  display: block;
  color: #666768;
  text-transform: uppercase;
}

.news-events .tab-content .news-events-item .recurring-info-tooltip {
  display: none;
}

.news-events .tab-content .btn-tab-nav {
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-bottom: 1rem;
}

.levels-of-study .section-intro {
  margin-top: -2rem;
}

@media (max-width: 1199px) {
  .levels-of-study .section-intro {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .levels-of-study .col-xs-12 {
    margin-bottom: 2rem !important;
  }
}

.colleges-schools {
  margin-top: 0;
}

@media (min-width: 992px) {
  .colleges-schools {
    margin-top: 10%;
  }
}

.colleges-schools .section-intro {
  display: block;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .colleges-schools .section-intro {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: -11%;
    width: 35%;
    margin-bottom: -200px;
  }
}

@media (min-width: 1200px) {
  .colleges-schools .section-intro {
    padding-right: 2rem;
  }
}

@media (max-width: 1199px) {
  .colleges-schools h2 {
    font-size: 2rem;
  }
}

@media (max-width: 543px) {
  .colleges-schools h2 {
    font-size: 1.5rem;
  }
}

.meet-north-park .carousel-container .carousel {
  height: 560px;
}

.meet-north-park .carousel-container .carousel-cell {
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  background-size: 90%;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 3rem 6rem;
  position: relative;
}

.meet-north-park .carousel-container .carousel-cell .row {
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.meet-north-park .carousel-container .flickity-page-dots {
  display: none;
}

.get-social .social-menu {
  text-align: center;
  margin-bottom: -180px;
}

@media (max-width: 1199px) {
  .get-social .social-menu {
    margin-bottom: 1rem;
  }
}

.get-social .social-menu a {
  color: #333;
  font-size: 36px;
}

.get-social .social-menu a:hover,
.get-social .social-menu a:active,
.get-social .social-menu a:focus {
  color: #666768;
}

@media (min-width: 1200px) {
  .get-social {
    position: relative;
  }

  .get-social .social-menu-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    margin-top: 1.5rem;
  }
}

.get-social .block {
  border: 0;
  padding: 1rem;
}

.get-social .block.block-img:not(.block-square) {
  min-height: 260px !important;
}

.get-social .block.block-img:not(.block-square) .block-img-cover:after,
.get-social section .block.block-img:not(.block-square) .block-img-contain:after,
section .get-social .block.block-img:not(.block-square) .block-img-contain:after {
  display: none !important;
}

.get-social .block.block-tweet {
  background: #1E315F;
  position: relative;
  padding-bottom: 2.5rem;
}

.get-social .block.block-tweet .content {
  padding-top: 0;
}

.get-social .block.block-tweet.big {
  padding-bottom: 4rem;
}

.get-social .block.block-tweet.big .content {
  padding-top: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.get-social .block.block-tweet.big .content p {
  font-size: 24px;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}

.get-social .block.block-tweet.big .date,
.get-social .block.block-tweet.big .share {
  bottom: 2rem;
}

.get-social .block.block-tweet.big .date {
  left: 2rem;
}

.get-social .block.block-tweet.big .share {
  right: 2rem;
}

.get-social .block.block-tweet a {
  color: #FBD229 !important;
}

.get-social .block.block-tweet p {
  margin-bottom: 0.5rem;
  line-height: 1.4rem;
  word-break: break-word;
}

.get-social .block.block-tweet .share,
.get-social .block.block-tweet .date {
  position: absolute;
  bottom: 1rem;
  color: rgba(255,255,255,0.5);
}

.get-social .block.block-tweet .date {
  left: 1rem;
}

.get-social .block.block-tweet .share {
  right: 1rem;
}

section.detail-2-col {
  background: -webkit-linear-gradient(left, #f1f1f1 0%, #f1f1f1 50%, #fff 51%, #fff 100%);
  background: linear-gradient(to right, #f1f1f1 0%, #f1f1f1 50%, #fff 51%, #fff 100%);
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 991px) {
  section.detail-2-col {
    background: #fff;
  }
}

section.detail-2-col>.container>.row>[class*="col-"].sidebar {
  background: #f1f1f1;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-right: 3rem;
}

@media (max-width: 991px) {
  section.detail-2-col>.container>.row>[class*="col-"].sidebar {
    background: none;
    padding-right: 1rem;
  }
}

section.detail-2-col>.container>.row>[class*="col-"].sidebar .side-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

section.detail-2-col>.container>.row>[class*="col-"].sidebar .side-nav>li {
  border-bottom: 1px solid #ccc;
  position: relative;
}

section.detail-2-col>.container>.row>[class*="col-"].sidebar .side-nav>li>a:first-child {
  display: block;
  padding: 10px 1rem;
  margin-right: 2rem;
  color: #666768;
}

section.detail-2-col>.container>.row>[class*="col-"].sidebar .side-nav>li a.collapse-arrow {
  color: #666768;
  position: absolute;
  right: 1rem;
  top: 10px;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
}

section.detail-2-col>.container>.row>[class*="col-"].sidebar .side-nav>li a.collapse-arrow.collapsed {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

section.detail-2-col>.container>.row>[class*="col-"].sidebar .side-nav>li.current_page_item>a {
  color: #0D6A93;
  font-weight: 700;
}

section.detail-2-col>.container>.row>[class*="col-"].sidebar .side-nav ul {
  list-style: none;
  margin: 0;
  padding: .5rem 0 1.5rem 3rem;
}

section.detail-2-col>.container>.row>[class*="col-"].sidebar .side-nav ul a {
  display: block;
  padding: 5px 0;
  border: 0;
  font-size: 14px;
  color: #666768;
}

section.detail-2-col>.container>.row>[class*="col-"].sidebar .side-nav ul .current_page_item>a {
  color: #0D6A93;
  font-weight: 700;
}

section.detail-2-col>.container>.row>[class*="col-"].content {
  background: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 3rem;
}

@media (max-width: 991px) {
  section.detail-2-col>.container>.row>[class*="col-"].content {
    background: none;
    padding-left: 1rem;
    padding-top: 2rem;
  }
}

.featured-issue {
  background-color: #0D6A93;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 320px;
}

@media (min-width: 992px) {
  .featured-issue {
    min-height: 440px;
  }
}

.featured-issue [class*="col-"] {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.featured-issue-content {
  padding: 6rem 2rem 2rem;
  color: #fff;
}

.featured-issue-content h5.bar {
  text-align: left;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0;
}

.featured-issue-content h5.bar:after {
  margin: .5rem 0;
}

.featured-issue-content h3 {
  color: #fff;
  text-transform: none;
  font-size: 3rem;
}

.featured-issue-content .btn i,
.featured-issue-content .tribe-common .tribe-common-c-btn i,
.tribe-common .featured-issue-content .tribe-common-c-btn i {
  vertical-align: middle;
  font-size: 1rem;
}

.featured-issue-content .btn+.btn,
.featured-issue-content .tribe-common .tribe-common-c-btn+.btn,
.tribe-common .featured-issue-content .tribe-common-c-btn+.btn,
.featured-issue-content .tribe-common .btn+.tribe-common-c-btn,
.tribe-common .featured-issue-content .btn+.tribe-common-c-btn,
.featured-issue-content .tribe-common .tribe-common-c-btn+.tribe-common-c-btn,
.tribe-common .featured-issue-content .tribe-common-c-btn+.tribe-common-c-btn {
  margin-left: .5rem;
}

@media (max-width: 543px) {
  .featured-issue-content .btn,
  .featured-issue-content .tribe-common .tribe-common-c-btn,
  .tribe-common .featured-issue-content .tribe-common-c-btn {
    display: block;
  }

  .featured-issue-content .btn+.btn,
  .featured-issue-content .tribe-common .tribe-common-c-btn+.btn,
  .tribe-common .featured-issue-content .tribe-common-c-btn+.btn,
  .featured-issue-content .tribe-common .btn+.tribe-common-c-btn,
  .tribe-common .featured-issue-content .btn+.tribe-common-c-btn,
  .featured-issue-content .tribe-common .tribe-common-c-btn+.tribe-common-c-btn,
  .tribe-common .featured-issue-content .tribe-common-c-btn+.tribe-common-c-btn {
    margin-top: .5rem;
    margin-left: 0;
  }
}

.featured-issue-nav {
  background: #f1f1f1;
}

.featured-issue-nav [class*="col-"]:first-child .block {
  background: #0D6A93;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.125rem;
  border: none;
}

.featured-issue-nav .block {
  padding: .5rem;
  min-height: 74px;
  text-align: center;
  background: #f1f1f1;
  color: #0D6A93;
  font-weight: bold;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.featured-issue-nav .block>* {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.featured-issue-nav .block>* span {
  display: inline-block;
  max-width: 100%;
}

.magazine {
  margin-bottom: 2rem;
  position: relative;
}

.magazine img {
  width: 100%;
}

.magazine .btn,
.magazine .tribe-common .tribe-common-c-btn,
.tribe-common .magazine .tribe-common-c-btn {
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}

.magazine .btn i,
.magazine .tribe-common .tribe-common-c-btn i,
.tribe-common .magazine .tribe-common-c-btn i {
  font-size: 1rem;
}

.magazine .magazine-footer {
  background: #fff;
}

.magazine .magazine-footer .magazine-title {
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  display: block;
  height: 72px;
  padding: 1rem;
  font-size: 1.5rem;
  color: #1E315F;
}

.magazine .magazine-footer .magazine-title span {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}

.magazine .magazine-footer .magazine-btn-group {
  padding: 1rem;
}

.magazine .magazine-footer .magazine-btn-group [class*="col"]:last-child:not(:first-child) {
  margin-top: .5rem;
}

@media (min-width: 544px) {
  .magazine .magazine-footer .magazine-btn-group [class*="col"]:first-child:not(:last-child) {
    padding-right: .5rem;
  }

  .magazine .magazine-footer .magazine-btn-group [class*="col"]:last-child:not(:first-child) {
    padding-left: .5rem;
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .magazine {
    position: relative;
    padding-bottom: 72px;
    overflow: hidden;
  }

  .magazine .magazine-footer {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: -72px;
    -webkit-transition: margin .2s ease;
    transition: margin .2s ease;
  }

  .magazine .magazine-footer:hover {
    margin-top: -150px;
  }
}

.featured-issue-wrapper {
  position: relative;
}

.featured-issue-wrapper .magazine {
  width: 400px;
  max-width: 100%;
  position: relative;
  padding-bottom: 0 !important;
  margin: 2rem auto 0;
}

.featured-issue-wrapper .magazine .btn,
.featured-issue-wrapper .magazine .tribe-common .tribe-common-c-btn,
.tribe-common .featured-issue-wrapper .magazine .tribe-common-c-btn {
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
  height: auto;
}

@media (min-width: 992px) {
  .featured-issue-wrapper .magazine {
    position: absolute;
    right: .5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .featured-issue-wrapper .magazine {
    right: 2rem;
  }
}

.events-btn-group {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.events-btn-group .btn,
.events-btn-group .tribe-common .tribe-common-c-btn,
.tribe-common .events-btn-group .tribe-common-c-btn {
  display: block;
  width: 100%;
}

.events-btn-group .btn+.btn,
.events-btn-group .tribe-common .tribe-common-c-btn+.btn,
.tribe-common .events-btn-group .tribe-common-c-btn+.btn,
.events-btn-group .tribe-common .btn+.tribe-common-c-btn,
.tribe-common .events-btn-group .btn+.tribe-common-c-btn,
.events-btn-group .tribe-common .tribe-common-c-btn+.tribe-common-c-btn,
.tribe-common .events-btn-group .tribe-common-c-btn+.tribe-common-c-btn {
  margin-top: 1em;
}

@media (min-width: 768px) {
  .events-btn-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .events-btn-group .btn,
  .events-btn-group .tribe-common .tribe-common-c-btn,
  .tribe-common .events-btn-group .tribe-common-c-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px !important;
  }
}

.tribe-organizer,
.tribe-venue,
.tribe-events-venue-details {
  display: none;
}

.tribe-mini-calendar .tribe-mini-calendar-day-link {
  display: block;
  text-decoration: none;
  padding: 5px 0 15px 0;
  position: relative;
}

.tribe-mini-calendar .tribe-mini-calendar-nav td {
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}

.tribe-mini-calendar #tribe-mini-calendar-month-0 {
  vertical-align: middle;
}

.tribe-mini-calendar #tribe-mini-calendar-month-0.active {
  visibility: visible;
}

.tribe-mini-calendar .tribe-mini-calendar-nav-link {
  font-size: .8em;
  line-height: 1rem;
}

.tribe-mini-calendar .tribe-mini-calendar-nav-link span {
  display: none;
}

.tribe-mini-calendar .tribe-mini-calendar-nav-link:before {
  font-family: "FontAwesome";
}

.tribe-mini-calendar .tribe-mini-calendar-nav-link.prev-month {
  float: left;
}

.tribe-mini-calendar .tribe-mini-calendar-nav-link.prev-month:before {
  content: "\f053";
}

.tribe-mini-calendar .tribe-mini-calendar-nav-link.next-month {
  float: right;
}

.tribe-mini-calendar .tribe-mini-calendar-nav-link.next-month:before {
  content: "\f054";
}

.tribe-mini-calendar td,
.tribe-mini-calendar th {
  font-weight: bold;
}

.tribe-mini-calendar td.tribe-events-past,
.tribe-mini-calendar td.tribe-events-othermonth,
.tribe-mini-calendar th.tribe-events-past,
.tribe-mini-calendar th.tribe-events-othermonth {
  color: #ccc;
}

.tribe-mini-calendar td.tribe-events-has-events,
.tribe-mini-calendar th.tribe-events-has-events {
  background-color: #ccc;
}

.tribe-mini-calendar td.tribe-events-has-events .tribe-mini-calendar-day-link:before,
.tribe-mini-calendar th.tribe-events-has-events .tribe-mini-calendar-day-link:before {
  display: none;
}

.tribe-mini-calendar td.tribe-events-has-events .tribe-mini-calendar-day-link:after,
.tribe-mini-calendar th.tribe-events-has-events .tribe-mini-calendar-day-link:after {
  content: '';
  display: block;
  height: 7px;
  width: 7px;
  padding: 0;
  border-radius: 50%;
  background: #999;
  margin: 0 auto;
}

.tribe-mini-calendar td.tribe-events-present,
.tribe-mini-calendar th.tribe-events-present {
  background-color: #0D6A93;
  color: #fff;
}

.tribe-mini-calendar td.tribe-events-present.tribe-events-has-events .tribe-mini-calendar-day-link,
.tribe-mini-calendar th.tribe-events-present.tribe-events-has-events .tribe-mini-calendar-day-link {
  color: #fff;
}

.tribe-mini-calendar td.tribe-events-present.tribe-events-has-events .tribe-mini-calendar-day-link:after,
.tribe-mini-calendar th.tribe-events-present.tribe-events-has-events .tribe-mini-calendar-day-link:after {
  background: #fff;
}

.tribe-mini-calendar-list-wrapper {
  display: none;
}

.icon-academic-calendar {
  width: auto;
  height: auto;
  line-height: 1;
}

.icon-academic-calendar i.fa+i.fa {
  margin-top: 11px;
  font-size: 45%;
}

@media (max-width: 991px) {
  .icon-academic-calendar i.fa+i.fa {
    margin-top: 9px;
  }
}

#tribe_events_filter_control a,
.tribe-events-sub-nav a,
.tribe-events-cal-links a {
  background-color: #666768;
  color: #fff;
  padding: .5em 1em;
  display: block;
  text-align: center;
  font-size: .8rem;
  font-weight: bold;
}

#tribe_events_filter_control a:hover,
#tribe_events_filter_control a:active,
#tribe_events_filter_control a:focus,
.tribe-events-sub-nav a:hover,
.tribe-events-sub-nav a:active,
.tribe-events-sub-nav a:focus,
.tribe-events-cal-links a:hover,
.tribe-events-cal-links a:active,
.tribe-events-cal-links a:focus {
  background: #737475;
  text-decoration: none;
}

.tribe-events-cal-links a {
  display: inline-block;
  margin-right: 1em;
}

.tribe-events-cal-links a:last-child {
  margin-right: 0;
}

#tribe-events-content.tribe-events-list {
  margin-bottom: 0;
}

.single-tribe_events .tribe-events-event-meta {
  margin: 0;
}

.tribe-events-loop .tribe-events-event-meta {
  color: #666768;
}

.tribe-events-event-meta:first-child {
  border-top: none;
}

.tribe-events-single-section-title {
  display: none;
}

.tribe-events-list .tribe-event-schedule-details {
  margin-top: -.5rem;
  color: #aeaeae;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .tribe-events-list .tribe-event-schedule-details {
    margin-top: -.75rem;
  }
}

.tribe-events-list .tribe-events-venue-details {
  color: #aeaeae;
  line-height: 1.5;
}

.tribe-events-list .tribe-events-venue-details a {
  color: #666768;
}

#tribe-community-events {
  font-family: inherit !important;
}

#tribe_events_filters_wrapper.tribe-events-filters-vertical {
  width: 100% !important;
  float: none !important;
}

body #tribe_events_filters_wrapper select {
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  padding: .375rem 1.75rem .375rem .75rem;
  border-color: #ccc;
}

@media (max-width: 991px) {
  .events-calendar-sidebar {
    padding: 0 2rem 1rem !important;
  }

  .events-calendar-sidebar .row.no-gutter {
    background-color: #f1f1f1 !important;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (max-width: 991px) {
  .tribe-filters-closed #tribe_events_filters_wrapper.tribe-events-filters-vertical {
    height: auto !important;
  }

  .tribe-filters-open #tribe_events_filters_wrapper,
  .tribe-filters-open #tribe_events_filters_wrapper.tribe-events-filters-vertical {
    position: static !important;
  }

  #tribe_events_filters_reset {
    display: block !important;
  }

  #tribe_events_filters_toggle+#tribe_events_filters_reset {
    display: none !important;
  }
}

#tribe-events-content .col-xs-12 {
  margin-bottom: 2rem;
}

#tribe-events-content [id^="post-"] {
  height: 100%;
}

#tribe-events-content .card {
  margin-bottom: 0;
}

.tribe-events-single-event-description.tribe-events-content>.vc_row {
  margin-left: -7.5px !important;
  margin-right: -7.5px !important;
}

#tribe-events-header {
  margin-bottom: 2rem;
}

ul.tribe-events-sub-nav {
  padding-left: 0;
}

body #tribe_events_filters_wrapper .tribe-filter-status {
  display: none;
}

body #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-group-heading {
  height: auto;
}

@media (min-width: 768px) {
  body .tribe-events-filters-horizontal .tribe_events_filter_item {
    max-width: 31%;
  }
}

body .tribe-events-filters-horizontal .tribe_events_filter_item.active {
  margin-bottom: 0;
}

body #tribe_events_filters_wrapper.tribe-events-filters-horizontal input[type=submit] {
  display: block;
}

@media (min-width: 768px) {
  body #tribe_events_filters_wrapper.tribe-events-filters-horizontal input[type=submit] {
    margin-top: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #tribe-events .detail-2-col .sidebar,
  .single-tribe_events .detail-2-col .sidebar {
    padding-right: 2rem;
  }
}

@media (max-width: 991px) {
  #tribe-events .detail-2-col .sidebar,
  .single-tribe_events .detail-2-col .sidebar {
    margin: 2rem 1rem 0;
    padding: 1rem !important;
    background-color: #f1f1f1 !important;
  }
}

#tribe-events .detail-2-col .sidebar .tribe-organizer-url,
#tribe-events .detail-2-col .sidebar .tribe-events-url,
#tribe-events .detail-2-col .sidebar .tribe-venue-url,
#tribe-events .detail-2-col .sidebar .tribe-events-event-url,
#tribe-events .detail-2-col .sidebar .tribe-organizer-email,
.single-tribe_events .detail-2-col .sidebar .tribe-organizer-url,
.single-tribe_events .detail-2-col .sidebar .tribe-events-url,
.single-tribe_events .detail-2-col .sidebar .tribe-venue-url,
.single-tribe_events .detail-2-col .sidebar .tribe-events-event-url,
.single-tribe_events .detail-2-col .sidebar .tribe-organizer-email {
  word-break: break-word;
}

body .tribe-events-calendar-list__event-featured-image-wrapper,
body .tribe-events-pro-photo__event-featured-image-wrapper {
  height: 240px;
  overflow: hidden;
}

body .tribe-events-calendar-list__event-featured-image-wrapper a,
body .tribe-events-pro-photo__event-featured-image-wrapper a {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

body .tribe-events-calendar-list__event-featured-image-wrapper a img,
body .tribe-events-pro-photo__event-featured-image-wrapper a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body .tribe-events-calendar-list__event-featured-image-wrapper a .block-img-contain,
body .tribe-events-pro-photo__event-featured-image-wrapper a .block-img-contain {
  width: 100%;
  height: 100%;
  background-color: #666768;
}

body .tribe-events-calendar-list__event-featured-image-wrapper a .block-img-contain img,
body .tribe-events-pro-photo__event-featured-image-wrapper a .block-img-contain img {
  object-fit: contain;
}

.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn {
  font-family: inherit;
}

.tribe-events .datepicker .day.active,
.tribe-events .datepicker .day.active.focused,
.tribe-events .datepicker .day.active:focus,
.tribe-events .datepicker .day.active:hover,
.tribe-events .datepicker .month.active,
.tribe-events .datepicker .month.active.focused,
.tribe-events .datepicker .month.active:focus,
.tribe-events .datepicker .month.active:hover,
.tribe-events .datepicker .year.active,
.tribe-events .datepicker .year.active.focused,
.tribe-events .datepicker .year.active:focus,
.tribe-events .datepicker .year.active:hover {
  background-color: #0D6A93;
}

.tribe-filter-bar-c-filter--checkbox .tribe-filter-bar-c-filter__filter-fields {
  max-height: 200px;
  overflow-y: auto;
}

@media (max-width: 991px) {
  .tribe-events-pro-photo {
    overflow: hidden;
  }
}

.tribe-events-visuallyhidden {
  display: none;
}

body .tribe-events-cal-links .tribe-events-ics {
  display: none;
}

body .tribe-events-cal-links .tribe-events-gcal,
body .tribe-events-cal-links .tribe-events-ical {
  color: #fff;
  font-weight: bold;
  padding-left: 1em;
  font-size: .8rem;
  background: #666768;
}

body .tribe-events-cal-links .tribe-events-gcal:hover,
body .tribe-events-cal-links .tribe-events-ical:hover {
  background-color: #737475;
}

.tribe-events-content h2,
.tribe-events-content h3,
.tribe-events-content h4,
.tribe-events-content h5,
.tribe-events-content h6,
.tribe-events-content ol,
.tribe-events-content p,
.tribe-events-content ul {
  font-family: "Source Sans Pro",sans-serif;
}

.tribe-events-content h2,
.tribe-events-content h3,
.tribe-events-content h4,
.tribe-events-content h5,
.tribe-events-content h6 {
  font-weight: normal;
}

.tribe-events-content ol,
.tribe-events-content p,
.tribe-events-content ul {
  font-size: 16px;
}

@media (max-width: 991px) {
  .tribe-events-content ol,
  .tribe-events-content p,
  .tribe-events-content ul {
    font-size: 14px;
  }
}

.tribe-events-content a,
.tribe-events-event-meta a,
.tribe-events-event-meta a:visited {
  color: #0D6A93;
  border-bottom: none !important;
}

.tribe-events-content a:hover,
.tribe-events-event-meta a:hover,
.tribe-events-event-meta a:visited:hover {
  color: #0D6A93;
}

body .tribe-events-meta-group {
  padding: 0;
  width: auto;
  margin-right: 0;
  -webkit-flex-basis: auto;
  -ms-flex: 0 1 auto;
  flex-basis: auto;
}

.single-tribe_events .tribe-events-event-meta {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.single-tribe_events .tribe-events-event-meta:before {
  display: none;
}

.tribe-events-event-meta.primary,
.tribe-events-event-meta.secondary {
  padding-top: 0;
}

.hero .event-is-recurring a {
  color: #fff;
}

.tribe-events-event-meta dd[class$=url],
.tribe-events-event-meta dt:not(:first-child) {
  margin-top: 0;
}

.single-tribe_events .sidebar ol,
.single-tribe_events .sidebar ul,
.single-tribe_events .sidebar dl {
  margin-bottom: 0;
}

.tribe-events-event-meta dl {
  margin-top: 0;
}

.tribe-events-venue-map {
  width: 100%;
  -webkit-box-ordinal-group: NaN;
  -webkit-order: inherit;
  -ms-flex-order: inherit;
  order: inherit;
  margin-bottom: 0;
  margin-top: 0;
}

a.tribe-events-gmap {
  white-space: nowrap;
}

.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content,
.tribe-block__events-link .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content {
  position: relative;
  top: 0;
}

:root {
  --tec-color-accent-primary: #0D6A93;
  --tec-border-radius-default: 0;
}

.page-template-faculty-bio .contact {
  background: #0D6A93;
}

.page-template-faculty-bio .contact ul {
  margin-bottom: 0;
}

.page-template-faculty-bio .contact ul li {
  margin-bottom: 1rem;
}

.page-template-faculty-bio .contact ul li:last-child {
  margin-bottom: 0;
}

.page-template-faculty-bio .contact .material-icons {
  font-size: 18px;
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  margin-right: 10px;
  color: #FBD229;
}

.page-template-faculty-bio .contact .employee-since {
  padding: 1rem 2rem;
  background: #094864;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.page-template-faculty-bio .contact .employee-since .date {
  font-weight: 700;
  font-size: 18px;
  display: block;
}

@media (max-width: 1599px) {
  .page-template-faculty-bio .contact a[href*="mailto:"] {
    font-size: .875rem;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-faculty-bio .contact>div:first-of-type {
    padding: 1rem !important;
  }
}

@media (max-width: 543px) {
  .page-template-faculty-bio .contact>div:first-of-type {
    padding: 1rem !important;
  }
}

.page-template-faculty-bio .block {
  height: auto !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-faculty-bio .block:not(.block-square) {
    padding: 1rem;
  }
}

@media (max-width: 543px) {
  .page-template-faculty-bio .block:not(.block-square) {
    padding: 1rem;
  }
}

.page-template-faculty-bio .favorite-spot .content-wrapper {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  font-size: 18px;
}

@media (max-width: 991px) {
  .page-template-faculty-bio .favorite-spot .content-wrapper {
    font-size: 16px;
  }
}

@media (max-width: 543px) {
  .page-template-faculty-bio .favorite-spot .content-wrapper {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-faculty-bio .favorite-spot .content-wrapper {
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    font-size: 14px;
  }
}

.page-template-faculty-bio .detail-2-col .container>.row>[class*='col'].content {
  padding-top: 1.5rem;
}

@media (max-width: 991px) {
  .page-template-faculty-bio .detail-2-col .container>.row>[class*='col'].content {
    padding-bottom: 0;
  }
}

.page-template-faculty-bio .staff-hero {
  margin-bottom: 2rem;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}

.page-template-faculty-bio .staff-hero-v2 {
  max-height: 300px;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .page-template-faculty-bio .staff-hero-v2 {
    max-height: 400px;
  }
}

.search-results article {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.search-results h4,
.search-results p {
  margin-bottom: .5rem;
}

.search-results .search-highlight {
  color: #fff;
  background-color: #0D6A93;
}

.search-results .pagination {
  text-align: center;
}

.search-results .pagination .screen-reader-text {
  display: none;
}

.search-results .pagination .page-numbers {
  background: none;
  border-radius: 0;
  font-family: "Source Sans Pro",sans-serif;
  padding: 10px;
  color: #ccc;
}

.search-results .pagination a.page-numbers:hover,
.search-results .pagination a.page-numbers:focus,
.search-results .pagination a.page-numbers:active {
  text-decoration: none;
  background-color: #0D6A93;
}

.search-results .pagination .page-numbers.current {
  background: none !important;
  font-weight: bold;
  color: #1E315F;
}

.npu-table {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 2rem;
}

.npu-table .thead {
  background-color: #1E315F;
  color: #fff;
  font-weight: 600;
}

.npu-table .thead .col-xs-12 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.npu-table .tbody {
  font-size: .9rem;
}

.npu-table .tbody h6 {
  font-size: .9rem;
  color: #1E315F;
  font-weight: 600;
  margin-bottom: .25em;
}

.npu-table .tbody p {
  margin-bottom: 1rem;
}

.npu-table .tbody>.row {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.npu-table .tbody>.row:nth-child(even) {
  background-color: #f1f1f1;
}

.npu-table .tbody .btn,
.npu-table .tbody .tribe-common .tribe-common-c-btn,
.tribe-common .npu-table .tbody .tribe-common-c-btn {
  padding: 10px 25px;
  font-size: .7rem;
}

@media (max-width: 543px) {
  .npu-table .tbody .department {
    background-color: #1E315F;
    color: #fff;
    font-weight: 600;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-top: -1rem;
    margin-bottom: 1rem;
  }

  .npu-table .tbody .department a {
    color: #fff;
    text-decoration: underline;
  }

  .npu-table .tbody .department a:hover {
    color: #FBD229;
  }
}

#tribe-community-events textarea {
  border-color: #ccc;
}

#my-events {
  display: none;
}

#tribe-community-events .events-community-post-content textarea,
#tribe-community-events .events-community-post-title input {
  width: 100%;
  padding: .5rem .75rem;
}

body #tribe-community-events #event-categories ul {
  padding: 0;
  width: 100%;
}

body #tribe-community-events #event-categories .hidden_category {
  display: none !important;
}

body #tribe-community-events #event-categories ul:not(.tribe-categories-with-children) li {
  display: block;
  float: none;
  width: 100%;
}

@media (min-width: 544px) {
  body #tribe-community-events #event-categories ul:not(.tribe-categories-with-children) li {
    display: inline-block;
    float: left;
    width: 33%;
    padding-right: 1rem;
  }

  body #tribe-community-events #event-categories ul:not(.tribe-categories-with-children) li:nth-child(3n+1) {
    clear: left;
  }
}

body .tribe-community-event-info {
  margin: 0;
}

#tribe-community-events .eventForm input[type="text"],
#tribe-community-events .eventForm input[type="number"],
#tribe-community-events .eventForm select,
#tribe-community-events .eventForm textarea {
  padding: .5rem;
  height: 36px;
}

.tribe-event-recurrence {
  padding: 0;
}

.tribe-event-recurrence .tribe-handle {
  display: none;
}

.tribe-event-recurrence.tribe-open .recurrence-rows>div {
  margin-bottom: .5rem;
}

#tribe-community-events .button:not([type="submit"]) {
  background-color: #666768;
  color: #fff;
  font-weight: bold;
  padding: .5em 1em;
  border: none;
}

#tribe-community-events .button:not([type="submit"]):hover,
#tribe-community-events .button:not([type="submit"]):focus,
#tribe-community-events .button:not([type="submit"]):active {
  background-color: #737475;
  text-decoration: none;
}

#event_tribe_organizer input[type="text"],
#event_tribe_organizer .chosen-container,
#event_website input[type="text"],
#event_website .chosen-container,
#event_custom input[type="text"],
#event_custom .chosen-container,
#event_tribe_venue input[type="text"],
#event_tribe_venue .chosen-container {
  min-width: 220px;
  max-width: 100%;
}

#inverted-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.panzoom-parent {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: -webkit-calc(100vh - 80px + 5px);
  height: calc(100vh - 80px + 5px);
  overflow: hidden;
}

@media (max-width: 1199px) {
  .panzoom-parent {
    height: -webkit-calc(100vh - 100px + 5px);
    height: calc(100vh - 100px + 5px);
  }
}

@media (max-width: 991px) {
  .panzoom-parent {
    height: -webkit-calc(100vh - 80px + 5px);
    height: calc(100vh - 80px + 5px);
    width: 100vw;
    float: none;
  }
}

.buttons {
  position: absolute;
  bottom: 40px;
  left: 15px;
}

.buttons button {
  margin-right: 5px;
}

.buttons .fa {
  color: #666768;
}

.panzoom {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -662px;
  margin-left: -1440px;
}

.hotspot {
  fill: transparent;
  stroke: transparent;
  -webkit-transition: fill 0.3s, stroke 0.3s;
  transition: fill 0.3s, stroke 0.3s;
  cursor: pointer;
}

.hotspot.active {
  fill: rgba(251,210,51,0.5);
  stroke: #FBD229;
  stroke-width: 2px;
}

.tooltip {
  padding: 10px;
  background: #FBD229;
  color: #1E315F;
  font-weight: bold;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 5 !important;
}

.tooltip:after {
  content: '▼';
  text-shadow: 5px 5px 5px rgba(0,0,0,0.5);
  position: absolute;
  color: #FBD229;
  font-size: 12px;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.tooltip.visible {
  opacity: 1;
}

.panzoom-parent .additional-nav {
  width: 95%;
  position: absolute;
  top: 1rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 6;
}

.panzoom-parent .additional-nav .dropdown-menu {
  max-height: 60vh;
  overflow: scroll;
}

.panzoom-parent .additional-nav .dropdown-toggle {
  background: #f1f1f1 !important;
  color: #666768 !important;
  box-shadow: 0px 3px 4px rgba(0,0,0,0.25);
}

.map-menu {
  width: 25vw;
  height: -webkit-calc(100vh - 80px);
  height: calc(100vh - 80px);
  border-right: 1px solid #f1f1f1;
  text-align: left;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

@media (max-width: 1199px) {
  .map-menu {
    height: -webkit-calc(100vh - 100px);
    height: calc(100vh - 100px);
  }
}

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

.map-menu .map-menu-title {
  padding: 0 1rem;
  background: #fff;
  border-bottom: 1px solid #f1f1f1;
  display: block;
  height: 80px;
}

.map-menu .map-menu-title h3 {
  line-height: 80px;
}

.map-menu .map-menu-list {
  padding: 1rem;
  background: #fff;
  border-bottom: 1px solid #f1f1f1;
  height: -webkit-calc(100% - 180px);
  height: calc(100% - 180px);
  overflow-y: scroll;
  overflow-x: hidden;
  display: block;
}

.map-menu .map-menu-list ul {
  margin: 0;
  padding: 0;
}

.map-menu .map-menu-list li {
  list-style: none;
  margin-bottom: 5px;
}

.map-menu .map-menu-footer {
  background: #fff;
  height: 100px;
  padding: 1rem;
  font-size: 14px;
  color: #ccc;
  display: block;
}

/*# sourceMappingURL=main.css.map */