/** Variables **/
/** Fonts **/
/** Colors **/
/** Bootstrap **/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(28, 28, 31, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #2B3990;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #192255;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #EE2A7B;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container, .partner-listing .partner-group,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container, .partner-listing .partner-group {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container, .partner-listing .partner-group {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container, .partner-listing .partner-group {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, .partner-listing .partner-group {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .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%;
  }
}
.clearfix::after, .contact-form form .ginput_complex::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.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::before {
  padding-top: 42.8571428571%;
}

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

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

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

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

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

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #2B3990 !important;
}

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

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #39B54A !important;
}

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

.text-info {
  color: #17a2b8 !important;
}

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

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

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

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

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

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(28, 28, 31, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

/** Base Styles **/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: none;
}

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

input,
select {
  vertical-align: middle;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

[hidden] {
  display: none;
}

/*

Usage:

@include placeholder {
    color: rgba($white, .8);
}

*/
/** Base Typography **/
body {
  color: #1c1c1f;
  font-family: "Open Sans", sans-serif;
}

a,
a:visited {
  text-decoration: none;
}
a,
a:link,
a:hover,
input[type=submit],
input[type=submit]:hover,
.transition,
.form .select .select-options li,
.form .select .select-styled::before,
.form .select .select-styled,
#hero .hero.hero-profile .social ul li a svg,
.header .menu-close span,
.header .menu-close,
.header .left-nav,
.header .center-nav,
.header .right-nav,
.header::before,
.transition:hover {
  transition: all 0.3s ease;
}

.cf {
  *zoom: 1;
}
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}

.no-select, .form .select .select-options li {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.h100 {
  height: 100%;
}

.rel {
  position: relative;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.background {
  position: fixed;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-image: url("../img/background.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.page-wrapper {
  max-width: 1760px;
  width: 100%;
  margin: 0 auto;
}

.page-container {
  padding: 20px 60px 0;
}

.inset-wrapper {
  box-shadow: inset 2px 2px 8px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 4px;
}
.inset-wrapper .inset-container {
  border-radius: 4px;
  background: #37373B;
}

img {
  max-width: 100%;
}

main > div:not(#hero) {
  background-color: #f7f7f7;
}

.page-content {
  padding: 30px 0;
}

@media (max-width: 767.98px) {
  .page-container {
    padding: 15px 15px 0 15px;
  }
}
body .tribe-events-single .tribe_events .tribe-events-event-image {
  max-width: 350px;
  padding: 15px;
  border: 1px solid #ddd;
}
body .tribe-events-single .tribe_events .tribe-events-event-image img {
  height: auto;
}

.account-buttons {
  text-align: center;
}
.account-buttons a {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 7px;
  background: #2B3990;
  color: #fff !important;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 30px;
  border-bottom: 0 !important;
}
.account-buttons a:visited {
  color: #fff;
}
.account-buttons a:hover {
  background: #92278F;
  border-radius: 0;
}

.page-content h4, .page-content h3, .page-content h2, .page-content h1 {
  font-family: "Open Sans", sans-serif;
  line-height: 1.2;
  margin-bottom: 15px;
}

.page-content h1 {
  font-size: 48px;
  font-weight: 400;
}
.page-content h2 {
  font-size: 28px;
  font-weight: 700;
}
.page-content h3 {
  font-size: 18px;
  font-weight: 600;
}
.page-content p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .page-content h1, .page-content h2, .page-content h3, .page-content h4 {
    margin-bottom: 10px;
  }
  .page-content h1 {
    font-size: 32px;
  }
  .page-content h2 {
    font-size: 24px;
  }
  .page-content h3 {
    font-size: 16px;
  }
}
/** Layouts **/
.login-header {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 30px;
}
.login-header ul {
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
.login-header ul li a {
  display: inline-block;
  background: #2B3990;
  color: #fff;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1;
}
.login-header ul li a:hover {
  background: #92278F;
  border-radius: 0;
}
.login-header ul li + li {
  margin-left: 7px;
}

.header {
  position: relative;
  width: 100%;
  height: 100px;
  z-index: 100;
  box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  overflow-x: hidden;
}
.header::before {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  background-color: #37373B;
  width: 0%;
}
.header.active::before {
  width: 100%;
}
.header.active .left-nav,
.header.active .center-nav,
.header.active .right-nav {
  opacity: 0%;
}
.header.active .menu-close {
  right: 0;
}
.header .left-nav,
.header .center-nav,
.header .right-nav {
  position: absolute;
  opacity: 100%;
}
.header .left-nav {
  left: 20px;
  top: 10px;
  bottom: 10px;
  width: 215px;
}
.header .center-nav {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  text-align: center;
  align-items: center;
}
.header .center-nav span {
  display: block;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  color: #92278F;
}
.header .right-nav {
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.header .right-nav img {
  display: block;
  width: 144px;
  height: 24px;
  margin-right: 15px;
}
.header .right-nav .menu-trigger {
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 20px;
  position: relative;
}
.header .right-nav .menu-trigger:hover {
  cursor: pointer;
}
.header .right-nav .menu-trigger:hover .menu {
  color: #27AAE1;
  cursor: pointer;
}
.header .right-nav .menu-trigger:hover .bars {
  cursor: pointer;
}
.header .right-nav .menu-trigger:hover .bars span:nth-child(1) {
  background: #27AAE1;
  width: 30px;
}
.header .right-nav .menu-trigger:hover .bars span:nth-child(2) {
  width: 100%;
  background: #39B54A;
}
.header .right-nav .menu-trigger:hover .bars span:nth-child(3) {
  background: #F8EC00;
  width: 30px;
}
.header .right-nav .menu {
  display: block;
  margin: 0 20px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  color: #92278F;
  transition: 0.3s ease all;
}
.header .right-nav .bars {
  display: block;
  width: 42px;
  height: 42px;
}
.header .right-nav .bars span {
  display: block;
  width: 100%;
  height: 8px;
  border-radius: 2px;
  transition: 0.3s ease all;
}
.header .right-nav .bars span:nth-child(1) {
  background-color: #EE2A7B;
  margin: 0 0 0 auto;
}
.header .right-nav .bars span:nth-child(2) {
  margin: 9px 0 9px auto;
  width: 30px;
  background-color: #92278F;
}
.header .right-nav .bars span:nth-child(3) {
  margin: 0 0 0 auto;
  background-color: #2B3990;
}
.header .menu-close {
  position: absolute;
  right: -100px;
  top: 0;
  bottom: 0;
  width: 100px;
  cursor: pointer;
  display: block;
  background-color: transparent;
  z-index: 1;
}
.header .menu-close:hover {
  background-color: #1c1c1f;
}
.header .menu-close:hover span {
  background-color: #EE2A7B;
}
.header .menu-close:hover span:first-child {
  transform: rotate(135deg);
}
.header .menu-close:hover span:last-child {
  transform: rotate(-135deg);
}
.header .menu-close span {
  display: block;
  width: 42px;
  height: 8px;
  border-radius: 2px;
  background-color: #fff;
  z-index: 1;
  position: absolute;
  top: calc(50% - 4px);
  right: calc(50% - 21px);
}
.header .menu-close span:first-child {
  transform: rotate(45deg);
}
.header .menu-close span:last-child {
  transform: rotate(-45deg);
}
.header + nav {
  position: absolute;
  left: 0;
  right: 0;
  display: none;
  z-index: 100;
  background: linear-gradient(180deg, #1c1c1f 0%, #37373b 1%);
}
.header + nav ul {
  margin: 40px 0;
  text-align: center;
}
.header + nav ul li {
  margin: 5px 0;
}
.header + nav ul li a {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  padding: 5px;
  border-radius: 4px;
}
.header + nav ul li a:hover {
  background-color: #27AAE1;
  color: #fff;
}

@media (max-width: 1199.98px) {
  .header {
    height: 134px;
  }
  .header::before {
    bottom: 34px;
  }
  .header.active .center-nav {
    opacity: 100%;
  }
  .header .right-nav {
    bottom: 34px;
  }
  .header .right-nav img {
    display: none;
  }
  .header .center-nav {
    top: 100px;
    bottom: auto;
    background: #2B3990;
  }
  .header .center-nav span {
    padding: 5px 10px;
    color: #fff;
    font-size: 16px;
  }
  .header .menu-close {
    bottom: 34px;
  }
  .header + nav {
    top: 100px;
  }
  .page-wrapper {
    padding-top: 134px;
  }
}
@media (max-width: 767.98px) {
  .header {
    height: 94px;
  }
  .header img {
    max-width: 100%;
  }
  .header .left-nav {
    width: 115px;
    left: 10px;
  }
  .header .center-nav {
    top: 60px;
  }
  .header .right-nav {
    right: 10px;
  }
  .header .right-nav .menu {
    font-size: 16px;
    margin-right: 10px;
  }
  .header .right-nav .bars {
    width: 30px;
    height: 30px;
  }
  .header .right-nav .bars span {
    height: 6px;
  }
  .header .right-nav .bars span:nth-child(2) {
    margin: 6px 0 6px auto;
    width: 22px;
  }
  .header .right-nav .menu-trigger:hover .bars span:nth-child(1) {
    width: 22px;
  }
  .header .right-nav .menu-trigger:hover .bars span:nth-child(2) {
    width: 30px;
  }
  .header .right-nav .menu-trigger:hover .bars span:nth-child(3) {
    width: 22px;
  }
  .header .menu-close {
    width: 60px;
  }
  .header .menu-close span {
    width: 30px;
    height: 6px;
    top: calc(50% - 3px);
    right: calc(50% - 15px);
  }
  .header + nav {
    top: 60px;
  }
  .header + nav ul {
    margin: 20px 0;
  }
  .header + nav ul li a {
    font-size: 18px;
  }
  .page-wrapper {
    padding-top: 94px;
  }
}
#hero {
  background-color: rgba(28, 28, 31, 0.25);
}
#hero .hero {
  padding: 30px 0;
  background: linear-gradient(180deg, rgba(28, 28, 31, 0.4) 0px, rgba(28, 28, 31, 0) 6px);
}
#hero .hero h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}
#hero .hero .post-meta p {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
#hero .hero.hero-profile .brand {
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
  max-height: 170px;
  box-shadow: 0px 4px 4px rgba(28, 28, 31, 0.25);
}
#hero .hero.hero-profile .partner-level {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 10px;
  font-weight: 600;
  margin-top: 54px;
}
#hero .hero.hero-profile .social {
  margin: 0 0 30px;
  font-size: 0;
}
#hero .hero.hero-profile .social ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
#hero .hero.hero-profile .social ul li {
  display: inline-block;
  padding: 0 5px;
}
#hero .hero.hero-profile .social ul li a {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
}
#hero .hero.hero-profile .social ul li a:hover {
  background: #92278F;
}
#hero .hero.hero-profile .social ul li a:hover svg {
  color: #fff;
}
#hero .hero.hero-profile .social ul li a svg {
  color: #92278F;
  font-size: 18px;
  height: 36px;
}

@media (max-width: 991.98px) {
  #hero .hero h1 {
    font-size: 32px;
  }
  #hero .hero.hero-profile .brand {
    margin-bottom: 30px;
  }
  #hero .hero.hero-profile .social {
    margin-top: 30px;
  }
}
.footer {
  background: #1c1c1f;
  color: #fff;
  margin: 0 0 20px;
  padding: 35px;
}
.footer a:hover {
  text-decoration: none;
}
.footer .sitemap {
  display: flex;
  align-items: center;
}
.footer .sitemap h5 {
  width: 100px;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}
.footer .sitemap .footer-nav {
  width: calc(100% - 100px);
  display: flex;
}
.footer .sitemap .footer-nav ul {
  width: 50%;
  margin: 0;
  padding: 0;
}
.footer .sitemap .footer-nav ul:nth-child(1) {
  padding-right: 8px;
}
.footer .sitemap .footer-nav ul:nth-child(2) {
  padding-left: 8px;
}
.footer .sitemap .footer-nav a {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
}
.footer .sitemap .footer-nav a:hover {
  color: #F8EC00;
}
.footer .brand-stamp {
  display: block;
  text-align: center;
}
.footer .newsletter h5 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
  margin: 0 0 10px;
}
.footer .newsletter .mc-field-group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px;
}
.footer .newsletter label {
  display: none;
}
.footer .newsletter input[type=email] {
  border-radius: 4px 0 0 4px;
  display: block;
  background: #fff;
  color: #1c1c1f;
  padding: 10px;
  width: calc(100% - 130px);
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
}
.footer .newsletter input[type=email]::-moz-placeholder {
  color: #1c1c1f;
}
.footer .newsletter input[type=email]::placeholder {
  color: #1c1c1f;
}
.footer .newsletter input[type=submit] {
  background: #92278F;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  width: 130px;
  transition: 0.3s ease all;
}
.footer .newsletter input[type=submit]:hover {
  background: #27AAE1;
}
.footer .social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .social li {
  display: inline-block;
  margin-right: 10px;
}
.footer .social a {
  opacity: 1;
}
.footer .social a:hover {
  opacity: 0.65;
}
.footer .social img {
  max-width: 30px;
  width: 30px;
}

@media (max-width: 991.98px) {
  .footer .sitemap {
    display: block;
    text-align: center;
    padding: 30px 0;
  }
  .footer .sitemap h5 {
    width: 100%;
  }
  .footer .sitemap .footer-nav {
    width: 100%;
  }
  .footer .newsletter {
    text-align: center;
  }
  .footer .social {
    text-align: center;
  }
  .footer .social li {
    margin: 0 5px;
  }
}
@media (max-width: 575.98px) {
  .footer .sitemap .footer-nav {
    display: block;
  }
  .footer .sitemap .footer-nav ul {
    width: 100%;
  }
  .footer .sitemap .footer-nav ul:nth-child(1) {
    padding-right: 0;
  }
  .footer .sitemap .footer-nav ul:nth-child(2) {
    padding-left: 0;
  }
  .footer .newsletter form {
    display: block;
  }
  .footer .newsletter form input[type=email] {
    width: 100%;
    border-radius: 4px;
  }
  .footer .newsletter form input[type=submit] {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
  }
}
.button.back-to-top {
  position: fixed;
  bottom: -100px;
  right: 15px;
  z-index: 999;
}

.news-feed.home-feed {
  padding: 45px 0;
}
.news-feed.home-feed h2 {
  text-align: center;
  padding: 0 15px;
  margin: 0 0 30px;
  font-size: 48px;
  line-height: 1;
}
.news-feed .excerpt {
  margin: 0 0 30px;
  padding: 0 0 15px;
  border-bottom: 1px dotted #ddd;
}
.news-feed .excerpt h3 {
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 15px;
}
.news-feed .excerpt .buttons {
  margin-bottom: 0;
}
.news-feed .excerpt:last-child {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}

/** Components **/
a:hover {
  text-decoration: none;
}

.buttons {
  margin: 0 -10px 10px;
}
.buttons .button {
  position: relative;
  display: inline-block;
  margin: 0 10px 20px;
}

.button {
  color: #fff;
  background: #39B54A;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  padding: 14px 20px;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  position: relative;
}
.button:hover {
  color: #fff;
  background: #27AAE1;
}
.button.block {
  display: block;
  width: 100%;
  text-align: center;
}
.button.blue {
  background-color: #2B3990;
}
.button.blue:hover {
  background-color: #39B54A;
}
.button.light-blue {
  background-color: #27AAE1;
}
.button.light-blue:hover {
  background-color: #39B54A;
}
.button.purple {
  background-color: #92278F;
}
.button.purple:hover {
  background-color: #39B54A;
}
.button.pink {
  background-color: #EE2A7B;
}
.button.pink:hover {
  background-color: #27AAE1;
}
.button.yellow {
  background-color: #F8EC00;
  color: #1c1c1f;
}
.button.yellow:hover {
  background-color: #27AAE1;
  color: #fff;
}
.button.block {
  width: 100%;
}
.button.active::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.gform_confirmation_message {
  color: #fff;
}

.contact-form {
  background: #37373B;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px;
}
.contact-form h2 {
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}
.contact-form h2.gform_submission_error {
  color: #F8EC00;
}
.contact-form form fieldset {
  margin-bottom: 0;
}
.contact-form form label {
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 5px;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
}
.contact-form form .home-form-text-inputs, .contact-form form textarea, .contact-form form input:not([type=submit]) {
  background-color: #fff;
  color: #1c1c1f;
  padding: 7px 15px;
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 4px;
}
.contact-form form .gfield_html {
  color: #fff;
  margin: 0 0 20px;
}
.contact-form form .gfield_required_text {
  position: relative;
  font-size: 0;
}
.contact-form form .gfield_required_text::before {
  content: "*";
  position: relative;
  left: 3px;
  top: -3px;
  color: #27AAE1;
  font-size: 18px;
  font-weight: 700;
}
.contact-form form input:not([type=submit])[aria-invalid=true] {
  margin-bottom: 5px;
}
.contact-form form input[type=submit] {
  margin-bottom: 0;
  background-color: #27AAE1;
  width: 100%;
}
.contact-form form input[type=submit]:hover {
  background-color: #39B54A;
}
.contact-form form textarea {
  height: 70px;
  float: left;
}
.contact-form form textarea[aria-invalid=true] {
  margin-bottom: 5px;
}
.contact-form form .gfield_label_before_complex {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
}
.contact-form form .gfield--width-half {
  width: calc(50% - 15px);
  float: left;
}
.contact-form form .gfield--width-half + .gfield--width-half {
  margin-left: 30px;
}
.contact-form form .ginput_complex > span {
  display: inline-block;
  float: left;
  width: calc(50% - 15px);
}
.contact-form form .ginput_complex > span:first-child {
  margin-right: 30px;
}
.contact-form form .ginput_complex > span label::after {
  display: inline;
  content: " Name";
}
.contact-form form .validation_message {
  color: #F8EC00;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.all-inputs, .form .select, .form textarea, .form fieldset, .form input {
  margin-bottom: 20px;
}

.form label,
.form legend {
  cursor: pointer;
}
.form input[type=radio], .form input[type=checkbox] {
  width: auto !important;
  display: inline-block;
  margin: 0 5px 0 0 !important;
}
.form .gchoice {
  width: 100%;
  display: flex;
}
.form .gchoice label {
  display: inline-block;
  position: relative;
  top: -3px;
  font-size: 14px;
}
.form .gform_validation_container {
  display: none;
}
.form .ginput_container_checkbox {
  margin-bottom: 15px;
  padding-top: 10px;
  border-top: 1px dotted #fff;
}
.form .gfield_description {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 5px;
}
.form fieldset legend + div > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
}
.form fieldset legend + div > div > * {
  margin-left: 10px;
  margin-right: 10px;
}
.form .select {
  position: relative;
  z-index: 1;
  background: #fff;
  color: #1c1c1f;
  border-radius: 4px;
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
}
.form .select .select-hidden {
  width: 0;
  height: 0;
  border: none;
  position: absolute;
}
.form .select .select-styled {
  position: relative;
  cursor: pointer;
  line-height: 34px;
  padding: 0 10px;
  padding-right: 35px;
}
.form .select .select-styled::before {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #27AAE1;
  right: 12px;
  top: 14px;
}
.form .select .select-styled.active::before {
  transform: rotate(-180deg);
}
.form .select .select-options {
  display: none;
  position: absolute;
  list-style-type: none;
  cursor: pointer;
  background: #27AAE1;
  top: 32px;
  z-index: 10;
  max-height: 220px;
  border-radius: 0 0 4px 4px;
  width: 100%;
  overflow-y: scroll;
}
.form .select .select-options li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding: 7px 10px;
  color: #fff;
}
.form .select .select-options li:hover {
  background: rgba(0, 0, 0, 0.25);
}
.form .select .select-options li.hide {
  display: none;
}

.contact-form {
  padding: 30px;
}

@media (max-width: 575.98px) {
  .contact-form {
    padding: 15px;
  }
  .contact-form form .ginput_complex > span,
  .contact-form form .gfield--width-half > span {
    width: 100%;
  }
  .contact-form form .ginput_complex > span:first-child,
  .contact-form form .ginput_complex > span + .gfield--width-half,
  .contact-form form .gfield--width-half > span:first-child,
  .contact-form form .gfield--width-half > span + .gfield--width-half {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .contact-form form .gfield--width-half {
    width: 100%;
  }
  .contact-form form .gfield--width-half + .gfield--width-half {
    margin-right: 0;
    margin-left: 0;
  }
}
.tribe_events-template-default #main {
  background: #fff;
}
.tribe_events-template-default #main #tribe-events-pg-template {
  margin: 0 auto;
}
.tribe_events-template-default .tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail {
  display: none;
}
.tribe_events-template-default .tribe-events-single ul.tribe-related-events li .tribe-related-event-info {
  padding: 15px;
}
.tribe_events-template-default .tribe-events-single ul.tribe-related-events li .tribe-related-event-info .tribe-event-date-start {
  margin-bottom: 0;
  margin-top: 0;
}
.tribe_events-template-default .tribe-events-single .tribe-events-content a {
  border-bottom: 0;
  font-weight: 700;
}

/** Pages **/
.default {
  padding: 60px 0;
}
.default > div {
  margin: 0 0 50px;
}

.logout {
  text-align: center;
  font-weight: 300;
  border: 1px solid #c4c4c4;
  background: #fff;
  border-radius: 4px;
  padding: 10px;
}
.logout a {
  font-weight: 700;
  color: #2B3990;
}
.logout a:hover {
  color: #39B54A;
}

.wysiwyg {
  max-width: 730px;
  margin: 0 auto;
}
.wysiwyg h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 30px;
}
.wysiwyg h2 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 20px;
}
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 15px;
}
.wysiwyg p,
.wysiwyg ul,
.wysiwyg ol {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  margin: 0 0 20px;
}
.wysiwyg p strong,
.wysiwyg ul strong,
.wysiwyg ol strong {
  font-weight: 700;
}
.wysiwyg ul,
.wysiwyg ol {
  padding-left: 30px;
}
.wysiwyg a {
  color: #27AAE1;
  font-weight: 700;
  border-bottom: 1px dotted #27AAE1;
}
.wysiwyg a:hover {
  color: #39B54A;
  border-color: #39B54A;
}
.wysiwyg blockquote {
  padding: 10px 20px;
  border-left: 10px solid #2B3990;
}
.wysiwyg blockquote p,
.wysiwyg blockquote ul,
.wysiwyg blockquote ol {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 20px;
}
.wysiwyg blockquote p:last-child,
.wysiwyg blockquote ul:last-child,
.wysiwyg blockquote ol:last-child {
  margin-bottom: 0;
}
.wysiwyg .alignleft {
  float: left;
  margin: 5px 10px 10px 0;
}
.wysiwyg .alignright {
  float: right;
  margin: 5px 0 10px 10px;
}
.wysiwyg .aligncenter,
.wysiwyg .alignnone {
  display: block;
  float: none;
  margin: 10px auto 10px;
}
.wysiwyg .wp-caption-text {
  font-size: 12px;
}

.image-caption,
.video-caption {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.image-caption img,
.image-caption .video-container,
.video-caption img,
.video-caption .video-container {
  border-radius: 4px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.image-caption .caption,
.video-caption .caption {
  margin-top: 15px;
  border-left: 5px #2B3990 solid;
  border-right: 5px #2B3990 solid;
  padding: 15px;
}
.image-caption .caption p,
.video-caption .caption p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

.image-gallery {
  max-width: 980px;
  margin: 0 auto;
}
.image-gallery .slider,
.image-gallery .slider-nav {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.image-gallery .slider .slick-slide > div,
.image-gallery .slider-nav .slick-slide > div {
  padding: 10px;
}
.image-gallery .slider .slick-slide > div img,
.image-gallery .slider-nav .slick-slide > div img {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
.image-gallery .slider {
  position: relative;
  margin-bottom: 30px;
}
.image-gallery .slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 60px;
  color: #2B3990;
  transition: 0.3s ease all;
}
.image-gallery .slider .slick-arrow:hover {
  color: #39B54A;
}
.image-gallery .slider .slick-prev {
  left: -30px;
}
.image-gallery .slider .slick-next {
  right: -30px;
}
.image-gallery .slider-nav {
  padding: 0 10px;
}
.image-gallery .slider-nav img:hover {
  cursor: pointer;
}
.image-gallery .slider-nav .slick-current {
  position: relative;
}
.image-gallery .slider-nav .slick-current::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 5px solid #27AAE1;
  border-radius: 4px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.community-advocate .wrapper {
  display: flex;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 20px 0;
  overflow: hidden;
}
.community-advocate .logo {
  width: 310px;
  padding: 10px 30px;
  text-align: center;
  font-size: 0;
  border-right: 2px solid #c4c4c4;
}
.community-advocate .logo img {
  display: inline-block;
}
.community-advocate .link {
  width: 255px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.community-advocate .link a {
  height: 100%;
  width: 100%;
  background: #39B54A;
  color: #fff;
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
}
.community-advocate .link a svg {
  margin-left: 7px;
  transition: 0.3s ease all;
}
.community-advocate .link a:hover {
  background: #27AAE1;
}
.community-advocate .link a:hover svg {
  margin-left: 13px;
}
.community-advocate .text {
  width: calc(100% - 565px);
  padding: 0 50px;
}
.community-advocate .text p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  margin: 0;
  padding: 0;
}

.call-to-action {
  padding: 30px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.call-to-action .content {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}
.call-to-action .content h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 10px;
}
.call-to-action .content h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}
.call-to-action .link-wrapper {
  text-align: right;
}

.banner-section {
  min-height: 600px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  overflow-x: hidden;
  background: #fff;
  padding: 0 15px;
}
.banner-section .image,
.banner-section .content {
  min-height: 600px;
}
.banner-section .image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner-section .content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  padding: 15px;
}
.banner-section .content .wysiwyg .button {
  border-bottom: 0;
}

.column-blocks {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}
.column-blocks .column {
  height: 100%;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.column-blocks .column h3 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
}
.column-blocks .column h4 {
  font-size: 21px;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 10px;
}
.column-blocks .column p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.column-blocks .column .content {
  padding: 20px 20px 62px 20px;
}
.column-blocks .column .col-link {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2B3990;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 10px;
}
.column-blocks .column .col-link svg {
  margin-left: 12px;
}
.column-blocks .column .col-link:hover {
  background: #27AAE1;
}
.column-blocks .column .icon-links {
  margin-top: 10px;
}
.column-blocks .column .icon-links a {
  display: inline-block;
  font-size: 20px;
  padding: 0 5px;
}

@media screen and (max-width: 1320px) {
  .community-advocate,
  .column-blocks {
    padding: 0 15px;
  }
}
@media (max-width: 1199.98px) {
  .image-caption,
  .video-caption {
    padding: 0 15px;
  }
  .image-gallery {
    max-width: 920px;
  }
  .image-gallery .slider .slick-arrow {
    display: none !important;
  }
  .community-advocate .logo {
    width: 200px;
    padding: 10px;
  }
  .community-advocate .link {
    width: 240px;
  }
  .community-advocate .text {
    width: calc(100% - 440px);
    padding: 0 30px;
  }
  .community-advocate .text p {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .default {
    padding: 30px 0;
  }
  .wysiwyg {
    max-width: 100%;
    padding: 0 15px;
  }
  .community-advocate .logo {
    width: 150px;
  }
  .community-advocate .link {
    width: 200px;
  }
  .community-advocate .text {
    padding: 0 15px;
    width: calc(100% - 350px);
  }
  .community-advocate .text p {
    font-size: 14px;
    font-weight: 400;
  }
  .banner-section .content {
    padding: 15px 0;
  }
  .column-blocks .column h3 {
    font-size: 24px;
  }
  .column-blocks .column p {
    font-weight: 300;
  }
}
@media (max-width: 767.98px) {
  .community-advocate .wrapper {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .community-advocate .logo,
  .community-advocate .text,
  .community-advocate .link {
    position: static;
    width: 100%;
  }
  .community-advocate .logo {
    border-right: 0;
  }
  .community-advocate .logo img {
    max-width: 420px;
    margin: 0 auto 15px;
  }
  .community-advocate .text {
    margin-bottom: 15px;
  }
  .call-to-action .link-wrapper {
    margin-top: 15px;
    text-align: left;
  }
  .banner-section {
    min-height: 0;
    height: auto;
  }
  .banner-section .image {
    min-height: 0;
    height: 300px;
  }
  .banner-section .content {
    min-height: 0;
    height: auto;
  }
  .banner-section .content .wysiwyg {
    padding: 0;
  }
  .column-blocks .row > div {
    margin-bottom: 30px;
  }
  .column-blocks .row > div:last-child {
    margin-bottom: 0;
  }
  .column-blocks .column {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575.98px) {
  .default {
    padding: 15px 0;
  }
  .wysiwyg h1 {
    font-size: 32px;
    margin: 0 0 10px;
  }
  .wysiwyg h2 {
    font-size: 24px;
    margin: 0 0 10px;
  }
  .wysiwyg h3,
  .wysiwyg h4,
  .wysiwyg h5,
  .wysiwyg h6 {
    margin: 0 0 10px;
  }
  .wysiwyg p,
  .wysiwyg ul,
  .wysiwyg ol {
    font-size: 16px;
  }
  .image-caption .caption,
  .video-caption .caption {
    padding: 5px 10px;
  }
  .image-caption .caption p,
  .video-caption .caption p {
    font-size: 14px;
  }
  .community-advocate .logo img {
    max-width: 100%;
  }
  .call-to-action .content h2 {
    font-size: 32px;
    margin: 0 0 10px;
  }
  .call-to-action .content h3 {
    font-size: 18px;
    margin: 0 0 10px;
  }
}
#home .home-row {
  padding: 0 30px;
}
#home .home-bottom {
  display: flex;
  margin-top: 40px;
  padding-bottom: 40px;
}
#home .home-feed {
  padding: 0 30px;
}
#home .home-sponsors {
  width: calc(40% - 15px);
  margin-right: 15px;
  max-width: 730px;
}
#home .home-sponsors img {
  max-width: 100%;
  padding: 0 15px;
}
#home .home-sponsors h2 {
  font-size: 48px;
  text-align: center;
  margin: 30px 0;
}
#home .home-sponsors .sponsors {
  margin: 0 0 -15px;
}
#home .home-sponsors .sponsors .sponsor {
  margin-bottom: 15px;
}
#home .home-sponsors .sponsors .sponsor a {
  display: block;
}
#home .home-form {
  width: calc(60% - 15px);
  margin-left: 15px;
  flex-grow: 2;
}
#home .home-form .form-wrapper {
  box-shadow: inset 2px 2px 8px 0 rgba(0, 0, 0, 0.1);
  padding: 13px;
}
#home .home-intro {
  height: 750px;
  display: flex;
  margin-left: -30px;
  margin-right: -30px;
}
#home .home-intro .home-about,
#home .home-intro .home-tiles {
  height: 100%;
}
#home .home-intro .home-about {
  width: 40%;
  max-width: 730px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  flex-direction: column;
}
#home .home-intro .home-about .banner,
#home .home-intro .home-about .about-content {
  width: 100%;
}
#home .home-intro .home-about .banner {
  padding: 30px 30px 0 30px;
  color: #F8EC00;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  flex-shrink: 1;
  margin-bottom: 0;
}
#home .home-intro .home-about .about-content {
  display: flex;
  flex-grow: 2;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 30px;
}
#home .home-intro .home-about .about-content h1,
#home .home-intro .home-about .about-content .buttons,
#home .home-intro .home-about .about-content .social {
  width: 100%;
}
#home .home-intro .home-about .about-content h1 {
  color: #fff;
  font-size: 30px;
  line-height: 38px;
  font-weight: 300;
  margin-bottom: 20px;
}
#home .home-intro .home-about .about-content h1 em {
  font-style: normal;
  font-weight: 700;
  color: #F8EC00;
}
#home .home-intro .home-about .about-content .buttons {
  margin: 30px -10px 30px;
}
#home .home-intro .home-about .about-content .buttons .button {
  margin: 0 5px 5px 0;
  padding: 14px 30px;
}
#home .home-intro .home-about .about-content .social img {
  width: 50px;
}
#home .home-intro .home-about .about-content .social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#home .home-intro .home-about .about-content .social li {
  display: inline-block;
  margin-right: 40px;
}
#home .home-intro .home-about .about-content .social li:last-child {
  margin-right: 0;
}
#home .home-intro .home-about .about-content .social a {
  opacity: 1;
}
#home .home-intro .home-about .about-content .social a:hover {
  opacity: 0.65;
}
#home .home-intro .home-tiles {
  width: 60%;
  padding: 30px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 2;
}
#home .home-intro .home-tiles .tile-wrapper {
  width: 100%;
}
#home .home-intro .home-tiles .flip-box {
  background-color: transparent;
  perspective: 1000px;
  height: 157px;
  margin: 0 0 15px;
}
#home .home-intro .home-tiles .flip-box .panel-link {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
#home .home-intro .home-tiles .flip-box .flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: 0.3s ease all;
  transform-style: preserve-3d;
}
#home .home-intro .home-tiles .flip-box .flip-box-front,
#home .home-intro .home-tiles .flip-box .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%; /* Safari */
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
#home .home-intro .home-tiles .flip-box .flip-box-back {
  transform: rotateY(180deg);
}
#home .home-intro .home-tiles .flip-box .flip-box-back .tile {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin: 0;
}
#home .home-intro .home-tiles .flip-box .flip-box-back .tile h3 {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
}
#home .home-intro .home-tiles .flip-box .flip-box-back .tile p {
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
}
#home .home-intro .home-tiles .flip-box .flip-box-back .tile .pretend-link {
  text-transform: upercase;
  font-weight: 700;
  padding: 5px 10px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  line-height: 1;
  transition: 0.3s ease all;
}
#home .home-intro .home-tiles .flip-box .flip-box-back .tile .pretend-link:hover {
  background: rgba(0, 0, 0, 0.7);
}
#home .home-intro .home-tiles .flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}
#home .home-intro .home-tiles .tile {
  display: flex;
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  transition: 0.3s ease all;
}
#home .home-intro .home-tiles .tile:hover {
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.55);
}
#home .home-intro .home-tiles .tile > * {
  position: relative;
  z-index: 5;
}
#home .home-intro .home-tiles .tile .logo {
  width: 35%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home .home-intro .home-tiles .tile .logo img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
#home .home-intro .home-tiles .tile .content {
  width: 65%;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#home .home-intro .home-tiles .tile .content .copy {
  color: #fff;
  display: block;
  text-align: center;
  padding: 0 10px;
  width: 100%;
  font-size: 14px;
}

@media screen and (max-width: 1700px) {
  #home .home-intro .home-tiles .tile .logo,
  #home .home-intro .home-tiles .tile .content {
    width: 50%;
  }
  #home .home-intro .home-about .about-content .social li {
    margin-right: 20px;
  }
  #home .home-intro .home-about .about-content .social img {
    max-width: 40px;
  }
}
@media screen and (max-width: 1500px) {
  #home .home-intro .home-tiles .tile .logo {
    width: 35%;
  }
  #home .home-intro .home-tiles .tile .content {
    width: 65%;
  }
  #home .home-intro .home-tiles .tile .content .copy {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1200px) {
  #home .home-intro {
    display: block;
    height: auto;
  }
  #home .home-intro .home-about,
  #home .home-intro .home-tiles {
    width: 100%;
    max-width: 100%;
  }
  #home .home-intro .home-about {
    height: 520px;
    margin-bottom: 30px;
  }
  #home .home-intro .home-about .banner {
    padding: 10px;
    font-size: 24px;
  }
  #home .home-intro .home-about .about-content {
    max-width: 100%;
    padding: 0 30px;
  }
  #home .home-intro .home-about .about-content h1 {
    font-size: 36px;
    line-height: 1.2;
  }
  #home .home-intro .home-about .about-content h1 br {
    display: none;
  }
  #home .home-intro .home-about .about-content .buttons {
    margin: 15px 0 25px;
  }
  #home .home-intro .home-about .about-content .social img {
    width: 30px;
  }
  #home .home-intro .home-about .about-content .social li {
    margin-right: 20px;
  }
  #home .home-intro .home-tiles .tile {
    margin-bottom: 30px;
  }
  #home .home-intro .home-tiles .tile .content .copy {
    font-size: 14px;
  }
  #home .home-sponsors h2 {
    font-size: 24px;
    margin: 20px 0;
  }
}
@media (max-width: 991.98px) {
  #home .home-bottom {
    display: block;
  }
  #home .home-sponsors {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  #home .home-sponsors .sponsors .sponsor {
    margin-bottom: 30px;
  }
  #home .home-form {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  #home .home-row {
    padding: 0;
  }
  #home .home-intro {
    margin-left: 0;
    margin-right: 0;
  }
  #home .home-intro .home-about .about-content h1 {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  #home .home-intro .home-tiles .tile .content .copy {
    font-size: 12px;
    line-height: 14px;
  }
  #home .home-intro .home-about .about-content {
    text-align: center;
  }
  #home .home-intro .home-about .about-content h1 {
    font-size: 21px;
    margin-bottom: 60px;
  }
  #home .home-intro .home-about .buttons .button {
    width: 100%;
    max-width: 100% !important;
    display: block;
    text-align: center;
  }
  #home .home-intro .home-about .social li {
    margin-right: 10px !important;
  }
}
.hero-partner-listing {
  text-align: center;
}
.hero-partner-listing h1 {
  color: #fff;
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  margin: 0 0 30px;
}
.hero-partner-listing h1 span {
  font-weight: 300;
}
.hero-partner-listing .buttons {
  margin-bottom: 0;
}

.partner-listing .group-title {
  font-weight: 700;
  color: #1c1c1f;
  font-size: 28px;
  line-height: 1;
  margin: 0 0 20px;
}
.partner-listing .controls {
  padding: 40px 0;
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}
.partner-listing .filters,
.partner-listing .search {
  margin-bottom: 40px;
}
.partner-listing .search-title,
.partner-listing .no-matches {
  text-align: center;
  margin: -40px 0 70px;
}
.partner-listing .search-title h3,
.partner-listing .no-matches h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  margin: 0 0 10px;
}
.partner-listing .search-title h4,
.partner-listing .no-matches h4 {
  color: #EE2A7B;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  margin: 0;
}
.partner-listing .search-title p,
.partner-listing .no-matches p {
  color: #c4c4c4;
}
.partner-listing .no-matches {
  margin: 0 0 30px;
}
.partner-listing .filters .group-title {
  margin-left: 170px;
}
.partner-listing .filters form .form-group {
  display: flex;
  justify-content: space-between;
  margin: 0 0 26px;
}
.partner-listing .filters form .form-group label {
  width: 140px;
  text-align: right;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #1c1c1f;
  margin: 0;
}
.partner-listing .filters form .form-group .select {
  width: calc(100% - 170px);
  background: #2B3990;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.partner-listing .filters form .form-group .select .select-styled {
  line-height: 30px;
  padding: 0 10px;
}
.partner-listing .filters form .form-group .select .select-styled::before {
  right: 10px;
  top: 12px;
  border-top: 8px solid #fff;
}
.partner-listing .filters form .form-group .select .select-styled:hover {
  cursor: pointer;
}
.partner-listing .filters form .form-group .select .select-styled:hover::before {
  border-top-color: #27AAE1;
}
.partner-listing .filters form .form-group .select .select-options {
  left: 0;
  right: 0;
  top: 28px;
  z-index: 10;
  background: #27AAE1;
  border-radius: 0 0 4px 4px;
  max-height: 220px;
  overflow-y: scroll;
}
.partner-listing .filters form .form-group .select .select-options li {
  padding: 7px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.partner-listing .filters form .form-group .select .select-options li:last-child {
  border-bottom: 0;
}
.partner-listing .filters form .form-group .select .select-options li:hover {
  background: #39B54A;
}
.partner-listing .search input[type=text] {
  display: block;
  background: #fff;
  color: #1c1c1f;
  padding: 10px;
  width: calc(100% - 130px);
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  border-radius: 4px 0 0 4px;
}
.partner-listing .search .inset-container {
  padding: 30px 20px;
  display: flex;
}
.partner-listing .search .search-partners {
  display: block;
  border-radius: 0 4px 4px 0;
  background: #92278F;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  width: 130px;
}
.partner-listing .search .search-partners:hover {
  background: #39B54A;
}
.partner-listing .partner-group {
  margin-bottom: 70px;
}
.partner-listing .partner-group .partner-header {
  background: #2B3990;
  border-radius: 4px;
  padding: 20px;
  margin: 0 0 30px;
  position: relative;
  text-align: center;
}
.partner-listing .partner-group .partner-header h2 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  line-height: 1;
}
.partner-listing .partner-group .partner-header .partner-badge {
  margin-top: -53px;
}
.partner-listing .partner-group.per-2 .partner {
  flex: 0 0 50%;
  max-width: 50%;
}
.partner-listing .partner-group.per-3 .partner {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.partner-listing .partner-group.per-3 .partner .partner-wrapper {
  padding: 15px;
}
.partner-listing .partner-group.per-3 .partner .overlay h3 {
  font-size: 18px;
  margin: 0 0 10px;
}
.partner-listing .partner-group.per-3 .partner .overlay p {
  font-size: 13px;
  font-weight: 300;
}
.partner-listing .partner-group.per-4 .partner {
  flex: 0 0 25%;
  max-width: 25%;
}
.partner-listing .partner-group.per-4 .partner-wrapper {
  padding: 10px;
}
.partner-listing .partner-group.per-4 .overlay h3 {
  font-size: 18px;
  margin: 0;
}
.partner-listing .partner-group.per-4 .overlay p {
  display: none;
}
.partner-listing .partner-group.per-5 .partner {
  flex: 0 0 20%;
  max-width: 20%;
}
.partner-listing .partner-group.per-5 .partner-wrapper {
  padding: 5px;
  min-height: 80px;
}
.partner-listing .partner-group.per-5 .overlay h3,
.partner-listing .partner-group.per-5 .overlay p {
  display: none;
}
.partner-listing .partner-group.per-5 .overlay .partner-button {
  font-size: 14px;
}
.partner-listing .partner {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 0 30px;
}
.partner-listing .partner .partner-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 20px;
  text-align: center;
}
.partner-listing .partner .overlay {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  transition: 0.3s ease all;
  padding: 15px 15px 53px 15px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.partner-listing .partner .overlay::before {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #2B3990;
  opacity: 0.8;
}
.partner-listing .partner .overlay > * {
  position: relative;
  z-index: 20;
}
.partner-listing .partner .overlay h3 {
  font-size: 28px;
  line-height: 1;
  margin: 0 0 15px;
  font-weight: 700;
}
.partner-listing .partner .overlay p {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
.partner-listing .partner .overlay .partner-button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2B3990;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
}
.partner-listing .partner .overlay .partner-button svg {
  margin-left: 20px;
  transition: 0.3s ease all;
}
.partner-listing .partner .overlay .partner-button:hover svg {
  margin-left: 30px;
}
.partner-listing .partner:hover .overlay {
  opacity: 1;
}
.partner-listing .partner .logo {
  position: relative;
  z-index: 10;
}

@media (max-width: 1199.98px) {
  .partner-listing .partner .overlay {
    padding: 10px 10px 53px 10px;
  }
  .partner-listing .partner .overlay .partner-button {
    padding: 5px;
    font-size: 14px;
  }
  .partner-listing .partner .overlay .partner-button svg {
    margin-left: 5px;
  }
  .partner-listing .partner .overlay .partner-button:hover svg {
    margin-left: 10px;
  }
}
@media (max-width: 991.98px) {
  .partner-listing .filters {
    margin: 0 0 30px;
  }
  .partner-listing .filters .group-title {
    margin-left: 0;
  }
  .partner-listing .filters form .form-group {
    margin: 0 0 10px;
  }
  .partner-listing .filters form .form-group label {
    text-align: left;
  }
  .partner-listing .search {
    margin: 0 0 30px;
  }
  .partner-listing .group-title {
    text-align: center;
  }
  .partner-listing .controls {
    margin-bottom: 20px;
  }
  .partner-listing .controls .button {
    margin-bottom: 30px;
  }
  .partner-listing .partner-group.per-2 .partner, .partner-listing .partner-group.per-3 .partner, .partner-listing .partner-group.per-4 .partner, .partner-listing .partner-group.per-5 .partner {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .partner-listing .partner-group.per-2 .partner .overlay p, .partner-listing .partner-group.per-3 .partner .overlay p, .partner-listing .partner-group.per-4 .partner .overlay p, .partner-listing .partner-group.per-5 .partner .overlay p {
    display: block;
  }
  .partner-listing .partner-group.per-2 .partner .overlay .partner-button, .partner-listing .partner-group.per-3 .partner .overlay .partner-button, .partner-listing .partner-group.per-4 .partner .overlay .partner-button, .partner-listing .partner-group.per-5 .partner .overlay .partner-button {
    padding: 10px;
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .partner-listing .filters form .form-group {
    display: block;
  }
  .partner-listing .filters form .form-group label {
    text-align: center;
    width: 100%;
  }
  .partner-listing .filters form .form-group .select {
    width: 100%;
  }
}
.breadcrumbs {
  margin: 0 0 10px;
}
.breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs ul li {
  display: inline-block;
  color: #1c1c1f;
  font-size: 14px;
  line-height: 1;
}
.breadcrumbs ul li a {
  display: inline;
  color: #2B3990;
}
.breadcrumbs ul li a:hover {
  color: #39B54A;
}
.breadcrumbs ul li.divider {
  margin: 0 7px;
}

.tag-list {
  margin: 0 0 20px;
}
.tag-list .tag,
.tag-list .show-all {
  display: inline-block;
  border-radius: 4px;
  background: #2B3990;
  color: #fff;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 300;
  margin-right: 10px;
  margin-bottom: 10px;
}
.tag-list .show-all {
  color: #2B3990;
  border: 1px solid #2B3990;
  background: transparent;
}
.tag-list .show-all:hover {
  background: #27AAE1;
  border-color: #27AAE1;
  color: #fff;
}
.tag-list .expander {
  display: none;
}

.partner-contact .person span {
  display: block;
}

.acf-input .select-styled,
.acf-input .select-options {
  display: none !important;
}
.acf-input .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-bottom: 5px;
}
.acf-input input[type=text] {
  border: 1px solid #d5d9dd;
}

.acf-form-submit {
  margin-top: 40px;
  text-align: right;
}

#message {
  background: #27AAE1;
  border-radius: 4px;
}
#message p {
  color: #fff;
  text-align: center;
}

.page-content .sidebar-header {
  margin-top: 40px;
}

@media (max-width: 1199.98px) {
  .partner-video {
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */
