@charset "UTF-8";
/* normalize.css v4.1.1
 * MIT License
 * github.com/necolas/normalize.css
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

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

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

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

figure {
  margin: 1em 40px;
}

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

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

optgroup {
  font-weight: bold;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

textarea {
  overflow: auto;
}

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

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

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

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/* Page Structure */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.site-header, .site-content, .site-footer {
  position: relative;
}

.site-header:after, .site-content:after, .site-footer:after {
  content: "";
  display: block;
  clear: both;
}

.site-content {
  overflow: hidden;
}

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

.main-sidebar {
  overflow: hidden;
}

@media (min-width: 1025px) {
  .content-area {
    padding: 20px 0;
  }
  .content-area.content-left .main-content {
    width: 100%;
    padding-right: 300px;
    float: left;
  }
  .content-area.content-left .main-sidebar {
    width: 260px;
    margin-left: -260px;
    float: right;
  }
  .content-area.content-right .main-content {
    width: 100%;
    padding-left: 300px;
    float: right;
  }
  .content-area.content-right .main-sidebar {
    width: 260px;
    margin-right: -260px;
    float: left;
  }
}

.fixed-width {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 1170px;
  max-width: 100%;
  z-index: 1;
}

@media (max-width: 1440px) {
  .fixed-width {
    width: 1170px;
  }
}

@media (max-width: 1260px) {
  .fixed-width {
    width: 1100px;
  }
}

@media (max-width: 1160px) {
  .fixed-width {
    width: 980px;
  }
}

@media (max-width: 1024px) {
  .fixed-width {
    width: 900px;
  }
}

@media (max-width: 950px) {
  .fixed-width {
    width: 720px;
  }
}

@media (max-width: 768px) {
  .fixed-width {
    width: 600px;
  }
}

@media (max-width: 640px) {
  .fixed-width {
    width: 480px;
  }
}

@media (max-width: 520px) {
  .fixed-width {
    width: auto;
    margin-left: 5%;
    margin-right: 5%;
  }
}

#page {
  overflow: hidden;
}

/* Responsive Grid */

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block,
.visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 520px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 521px) and (max-width: 768px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

.visible-print-inline {
  display: none !important;
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
  .visible-print-block {
    display: block !important;
  }
  .visible-print-inline {
    display: inline !important;
  }
  .visible-print-inline-block {
    display: inline-block !important;
  }
  .hidden-print {
    display: none !important;
  }
}

.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
}

.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

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

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

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

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

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

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

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

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

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

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

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

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

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

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

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

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

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

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

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

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

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

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

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

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

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

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

.col-xs-offset-12 {
  margin-left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 521px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 769px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1025px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

.table-row {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.table-row .column {
  display: table-cell;
  float: none;
}

.row-padded {
  margin-left: -15px;
  margin-right: -15px;
}

.row-padded .column {
  padding: 15px;
}

.table-row.row-padded {
  width: calc(100% + 2 * 15px);
}

@media (max-width: 520px) {
  .table-row-xs {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .table-row-xs .column {
    display: table-cell;
    float: none;
  }
  .table-row-xs.row-padded {
    width: calc(100% + 2 * 15px);
  }
}

@media (min-width: 521px) and (max-width: 768px) {
  .table-row-sm {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .table-row-sm .column {
    display: table-cell;
    float: none;
  }
  .table-row-sm.row-padded {
    width: calc(100% + 2 * 15px);
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .table-row-md {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .table-row-md .column {
    display: table-cell;
    float: none;
  }
  .table-row-md.row-padded {
    width: calc(100% + 2 * 15px);
  }
}

@media (min-width: 1025px) {
  .table-row-lg {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .table-row-lg .column {
    display: table-cell;
    float: none;
  }
  .table-row-lg.row-padded {
    width: calc(100% + 2 * 15px);
  }
}

/* Classes not related to a single component */
.list-unstyled {
  padding: 0;
  list-style-type: none;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  clip: auto !important;
  display: block;
  width: auto;
  height: auto;
  left: 5px;
  top: 5px;
  z-index: 100000;
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
}

.screen-reader-hide {
  position: absolute;
  left: -99999px;
  right: auto;
}

.clearfix:before, .clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

.responsive-embed {
  position: relative;
  margin-bottom: 1.5em;
}

.responsive-embed:before {
  content: '';
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.responsive-embed iframe, .responsive-embed object, .responsive-embed embed, .responsive-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-embed.aspect-ratio-2-1:before {
  padding-bottom: 50%;
}

.responsive-embed.aspect-ratio-16-9:before {
  padding-bottom: 56.25%;
}

.responsive-embed.aspect-ratio-4-3:before {
  padding-bottom: 75%;
}

.responsive-embed.aspect-ratio-1-1:before {
  padding-bottom: 100%;
}

.responsive-embed.small {
  max-width: 320px;
}

.responsive-embed.medium {
  max-width: 480px;
}

.responsive-embed.large {
  max-width: 640px;
}

.responsive-image {
  max-width: 100%;
  height: auto;
}

/* Default styles */
html {
  font-family: "PT Sans", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

body {
  color: #4C4C4C;
  background-color: #FFFFFF;
}

h1, .h1 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-family: "PT Sans", "Arial", sans-serif;
  font-weight: bold;
  font-size: 2.5em;
  line-height: 1.25;
  text-transform: none;
  color: #2B3990;
}

h2, .h2 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-family: "PT Sans", "Arial", sans-serif;
  font-weight: bold;
  font-size: 2em;
  line-height: 1.25;
  text-transform: uppercase;
  color: #662D91;
}

h3, .h3 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-family: "PT Sans", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.25;
  text-transform: none;
  color: #2B3990;
}

h4, .h4 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-family: "PT Sans", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.25;
  text-transform: none;
  color: #662D91;
}

h5, .h5 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-family: "PT Sans", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1.25;
  text-transform: none;
  color: #2B3990;
}

h6, .h6 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-family: "PT Sans", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.25;
  text-transform: none;
  color: #662D91;
}

.main-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "PT Sans", "Arial", sans-serif;
  font-weight: bold;
  font-size: 3.75em;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
}

.page-title {
  margin-top: 0.375em;
  margin-bottom: 0.375em;
  font-family: "PT Sans", "Arial", sans-serif;
  font-weight: bold;
  font-size: 2.5em;
  line-height: 1;
  text-transform: uppercase;
  color: #2B3990;
}

@media (max-width: 768px) {
  .main-title {
    font-size: 3em;
  }
}

@media (max-width: 520px) {
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.75em;
  }
  h3 {
    font-size: 1.375em;
  }
  .main-title {
    font-size: 2.5em;
  }
  .page-title {
    font-size: 2em;
  }
}

p {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

a {
  color: #662D91;
  text-decoration: none;
}

a:hover, a:focus {
  color: #2B3990;
}

blockquote {
  padding: 1.5em;
  margin: 1em 0;
  border-width: 0 0 0 4px;
  border-style: solid;
  border-color: #2B3990;
  background-color: #EBEBEB;
}

blockquote p {
  margin: 0;
  padding: 0;
}

blockquote cite {
  display: block;
  margin-top: 0.5em;
}

blockquote cite:before {
  content: '— ';
}

pre {
  margin: 1em 0;
}

ol, ul, dl {
  padding: 0 0 0 1em;
  margin: 1em 0;
}

ul {
  list-style-type: disc;
}

ul ul {
  list-style-type: circle;
  margin: 0;
}

ul ul ul {
  list-style-type: square;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style-type: lower-alpha;
  margin: 0;
}

ol ol ol {
  list-style-type: lower-roman;
}

ol ul, ul ol {
  margin: 0;
}

table {
  margin: 1em 0;
  border-collapse: collapse;
  border-spacing: 0;
}

table th {
  padding: 0.5em 1em;
  border: 1px solid #CCCCCC;
  text-align: inherit;
}

table td {
  padding: 0.5em 1em;
  border: 1px solid #CCCCCC;
  text-align: inherit;
}

hr {
  display: block;
  border: 0;
  border-bottom: 1px solid #c9bebd;
  margin: 1.5em 0;
  clear: both;
}

q {
  font-style: italic;
}

.button, input[type='submit'], input[type='button'],
input[type='reset'], button {
  display: inline-block;
  vertical-align: middle;
  padding: 0.625em 1.25em;
  margin: 0;
  border: 0;
  border-radius: 0;
  font-family: "PT Sans", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.25;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #662D91;
  transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
}

.button:hover, input:hover[type='submit'], input:hover[type='button'],
input:hover[type='reset'], button:hover, .button:focus, input:focus[type='submit'], input:focus[type='button'],
input:focus[type='reset'], button:focus {
  color: #FFFFFF;
  background-color: #2B3990;
}

.button-large {
  padding: 0.625em 1.5em;
  font-size: 1.5em;
}

.button-gradient {
  position: relative;
  z-index: 0;
  color: #FFFFFF;
  background: linear-gradient(to bottom right, #662D91 50%, #3C1A54 50%);
}

.button-gradient:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease, background 0.3s ease, color 0.3s ease, border 0.3s ease;
}

.button-gradient:hover:before, .button-gradient:focus:before {
  opacity: 1;
  color: #FFFFFF;
  background: linear-gradient(to bottom right, #2B3990 50%, #222E73 50%);
}

.button-reverse-background {
  color: #FFFFFF;
  background-color: #2B3990;
}

.button-reverse-background:hover, .button-reverse-background:focus {
  color: #FFFFFF;
  background-color: #662D91;
}

.button-reverse-background.button-gradient {
  color: #FFFFFF;
  background: linear-gradient(to bottom right, #2B3990 50%, #222E73 50%);
}

.button-reverse-background.button-gradient:before {
  color: #FFFFFF;
  background: linear-gradient(to bottom right, #662D91 50%, #3C1A54 50%);
}

.button-turquoise-hover:hover, .button-turquoise-hover:focus {
  color: #FFFFFF;
  background-color: #27979d;
}

.button-turquoise-hover.button-gradient:before {
  color: #FFFFFF;
  background: linear-gradient(to bottom right, #27979d 50%, #1f797e 50%);
}

input[type='file'] {
  max-width: 100%;
}

input[type='text'], input[type='password'],
input[type='email'], input[type='url'],
input[type='number'], input[type='search'],
textarea, select {
  display: inline-block;
  vertical-align: middle;
  width: 16em;
  max-width: 100%;
  padding: 0.375em;
  margin: 0;
  border: 1px solid #A1B4BE;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: "PT Sans", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 1.25;
}

input:hover[type='text'], input:hover[type='password'],
input:hover[type='email'], input:hover[type='url'],
input:hover[type='number'], input:hover[type='search'],
textarea:hover, select:hover {
  box-shadow: 1px 1px 4px rgba(68, 105, 125, 0.4);
}

input:focus[type='text'], input:focus[type='password'],
input:focus[type='email'], input:focus[type='url'],
input:focus[type='number'], input:focus[type='search'],
textarea:focus, select:focus {
  border-color: #44697D;
}

input[type='number'] {
  width: 4em;
}

textarea {
  width: 24em;
  height: 6.875em;
  line-height: 1.5;
}

label {
  font-family: "PT Sans", "Arial", sans-serif;
  font-weight: bold;
  line-height: 1.25;
}

/* Increase contrast for placeholder text */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0.85;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0.85;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0.85;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0.85;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0;
}

.alignnone {
  display: inline-block;
  margin: 1em 1.5em 1em 0;
}

.alignleft {
  margin: 0 1.5em 0.5em 0;
  float: left;
}

.alignright {
  margin: 0 0 0.5em 1.5em;
  float: right;
}

.aligncenter {
  display: block;
  margin: 1em auto;
}

img.alignnone {
  margin: 0 1.5em 0 0;
}

img.alignleft {
  margin: 0 1.5em 0.5em 0;
}

img.alignright {
  margin: 0 0 0.5em 1.5em;
}

img.aligncenter {
  margin: 0 auto;
}

blockquote.alignleft {
  max-width: 420px;
}

blockquote.alignright {
  max-width: 420px;
}

blockquote.aligncenter {
  max-width: 420px;
}

.wp-caption {
  max-width: 100%;
  max-width: calc(100% - 2em);
  padding: 1em 1em 0.5em 1em;
  text-align: center;
  background-color: #EBEBEB;
  box-sizing: content-box;
}

.wp-caption img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  padding: 0;
  border: 0;
  margin: 0 0 0.5em 0;
}

.wp-caption .wp-caption-text {
  padding: 0 0.5em;
  margin: 0.5em 0 0 0;
  font-size: 0.75em;
  text-align: center;
}

@media (max-width: 768px) {
  blockquote.alignleft, blockquote.alignright {
    margin: 1em 0;
    float: none;
  }
}

@media (max-width: 520px) {
  .alignnone {
    margin: 1em 0;
  }
  .alignleft, .alignright {
    margin: 1em 0;
    float: none;
  }
  img.alignnone, img.alignleft, img.alignright {
    display: block;
    margin: 1em 0;
  }
  img.aligncenter {
    display: block;
    margin: 1em auto;
  }
}

.bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  *zoom: 1;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  padding: 0;
  margin: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-wrapper .bx-viewport {
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../images/bx_loading.gif") center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-prev {
  left: 10px;
  background: url("../images/bx_controls.png") no-repeat 0px 0px;
  width: 22px;
  height: 34px;
  margin-top: -17px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("../images/bx_controls.png") no-repeat -24px 0px;
  width: 22px;
  height: 34px;
  margin-top: -17px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0px -36px;
}

.bx-wrapper .bx-next:hover {
  background-position: -24px -36px;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  outline: 0;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  outline: 0;
  margin: 0 3px;
  background: url("../images/bx_controls.png") no-repeat -48px 0px;
  width: 11px;
  height: 14px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -48px -36px;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  outline: 0;
  margin: 0 3px;
  background: url("../images/bx_controls.png") no-repeat -60px 0px;
  width: 11px;
  height: 14px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -60px -36px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.sidr.right {
  left: auto;
  right: -260px;
}

.sidr.left {
  left: -260px;
  right: auto;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.site-header .header-top {
  background: #000000;
  color: #FFFFFF;
}

.site-header .header-top:after {
  content: '';
  display: table;
  clear: both;
}

.site-header .header-top a {
  color: inherit;
}

.site-header .header-left {
  position: relative;
  margin-right: -100%;
  float: left;
}

.site-header .header-center {
  width: 100%;
  float: left;
  text-align: center;
}

.site-header .header-right {
  position: relative;
  margin-left: -100%;
  float: right;
}

.site-header .site-logo {
  width: 116px;
  padding: 7px 0;
}

.site-header .site-logo a {
  display: block;
}

.site-header .site-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.site-header .event-logo {
  display: none;
  width: 210px;
  padding: 7px 0;
}

.site-header .event-logo a {
  display: block;
}

.site-header .event-logo img {
  display: block;
  width: auto;
  height: 30px;
  margin: 10px auto;
}

.site-header .main-navbar {
  display: inline-block;
  vertical-align: middle;
}

.site-header .main-navbar ul.menu > li.menu-item-featured > a {
  padding: 0.625em;
  background: #2B3990;
  color: #FFFFFF;
  transition: color 0.3s ease, background 0.3s ease;
}

.site-header .main-navbar ul.menu > li.menu-item-featured > a:hover, .site-header .main-navbar ul.menu > li.menu-item-featured > a:focus {
  background: #662D91;
}

.site-header .social-icons {
  display: inline-block;
  vertical-align: middle;
  margin: 12px 0;
}

.site-header .navbar-toggle {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 0;
}

.site-header .navbar-toggle a {
  display: block;
  width: 49px;
  font-size: 28px;
  line-height: 49px;
  text-align: center;
}

.sidr-open .site-header .navbar-toggle .fa:before {
  content: '\f00d';
}

.site-header.is-fixed {
  height: 64px;
}

.site-header.is-fixed .header-top {
  position: fixed;
  z-index: 10000;
  width: 100%;
}

@media screen and (max-width: 600px) {
  body.admin-bar .site-header.is-fixed .header-top {
    position: absolute;
  }
}

.site-header.has-shadow .header-top {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.site-header.has-shadow .header-center {
  text-align: right;
}

.site-header.has-shadow .event-logo {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -105px;
}

.site-header.has-shadow .main-navbar ul.menu > li {
  display: none;
}

.site-header.has-shadow .main-navbar ul.menu > li.menu-item-featured {
  display: inline-block;
}

.site-header.has-shadow .navbar-toggle {
  display: none;
}

.site-header.has-shadow .social-icons {
  display: none;
}

@media (max-width: 520px) {
  .site-header.has-shadow .event-logo {
    display: none;
  }
}

@media (max-width: 1260px) {
  .site-header .header-center {
    width: auto;
    float: right;
  }
  .site-header .main-navbar ul.menu > li {
    display: none;
  }
  .site-header .main-navbar ul.menu > li.menu-item-featured {
    display: inline-block;
  }
  .site-header .navbar-toggle {
    display: block;
  }
}

@media (max-width: 520px) {
  .site-header .social-icons {
    display: none;
  }
}

.site-navigation {
  display: none;
  position: relative;
  z-index: 10;
  color: #FFFFFF;
  background-color: #000000;
  text-align: center;
}

.site-navigation .main-navbar ul.menu > li.menu-item-featured {
  display: none;
}

@media (max-width: 1260px) {
  .site-navigation {
    display: block;
  }
}

.main-navbar ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.main-navbar a {
  display: block;
  padding: 1em;
}

.main-navbar ul.menu > li {
  padding: 14px 0;
  margin: 0 4px;
}

.main-navbar ul.menu a {
  display: block;
  padding: 0.625em;
  font-family: "PT Sans", "Arial", sans-serif;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
}

.main-navbar ul.menu a:hover, .main-navbar ul.menu a:focus {
  background-color: #662D91;
}

.main-navbar ul.sub-menu {
  position: relative;
  padding: 5px;
  background: #2B3990;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.main-navbar ul.sub-menu:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin: -10px 0 0 -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 10px 15px;
  border-color: transparent transparent #2B3990 transparent;
}

.main-navbar ul.sub-menu a:hover, .main-navbar ul.sub-menu a:focus {
  background-color: #222E73;
}

.navbar ul.menu > li {
  position: relative;
  display: inline-block;
}

.navbar ul.sub-menu {
  position: relative;
  width: 220px;
  margin-left: -110px;
}

.navbar ul.sub-menu > li {
  position: relative;
}

.navbar ul.menu > li:hover > ul.sub-menu,
.navbar ul.sub-menu.show {
  top: 100%;
  left: 50%;
}

.navbar ul.sub-menu {
  position: absolute;
  left: -99999px;
  right: auto;
  z-index: 200;
}

.navbar ul.sub-menu > li:hover > ul.sub-menu,
.navbar ul.sub-menu ul.sub-menu.show {
  top: 0;
  left: 100%;
}

#sidr-menu {
  display: flex;
  flex-direction: column;
  background-color: #000000;
  box-shadow: inset 10px 0 10px -10px rgba(0, 0, 0, 0.4);
  min-height: 100%;
}

#sidr-menu .sidr-top {
  flex: 1 1 auto;
  background-color: #2B3990;
}

#sidr-menu .sidr-top, #sidr-menu .sidr-bottom {
  padding: 10px 15px;
}

#sidr-menu ul.menu, #sidr-menu ul.menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#sidr-menu ul.menu a {
  display: block;
  padding: 0.5em;
  margin: 0.5em 0;
  font-family: "PT Sans", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
}

#sidr-menu ul.menu a:hover, #sidr-menu ul.menu a:focus {
  background-color: #222E73;
}

#sidr-menu ul.menu li.current-menu-item > a {
  outline: 1px solid #FFFFFF;
}

#sidr-menu ul.menu ul a {
  text-transform: none;
}

#sidr-menu .social-icons {
  display: inline-block;
  vertical-align: middle;
  margin: 1.5em 0 1em 0;
}

.main-content .main-header {
  margin: 2.5em 0;
}

.main-content .hentry {
  margin: 2.5em 0;
  clear: both;
}

.main-content .main-footer {
  margin: 2.5em 0;
}

.main-content .main-title {
  word-wrap: break-word;
}

.hentry:after {
  content: "";
  display: block;
  clear: both;
}

.hentry .featured-image-left {
  padding: 1.5em 1.5em 0 0;
}

.hentry .featured-image-left img {
  display: block;
  max-width: 100%;
  height: auto;
}

.hentry .entry-header {
  margin: 0 0 1em 0;
}

.hentry .entry-content {
  margin: 1em 0;
}

.hentry .entry-content img {
  max-width: 100%;
  height: auto;
}

.hentry .entry-content > h1:first-child {
  margin-top: 0.375em;
  margin-bottom: 0.375em;
  text-transform: uppercase;
  line-height: 1;
}

.hentry .entry-summary {
  margin: 1em 0;
}

.hentry .entry-footer {
  margin: 1em 0 0 0;
  clear: both;
}

.hentry .entry-footer .term-list .label {
  font-weight: bold;
}

.hentry .entry-title {
  word-wrap: break-word;
}

.hentry .entry-meta {
  margin: 0 -0.375em;
}

.hentry .entry-meta .meta-value {
  margin: 0 0.375em 0.5em 0.375em;
  font-style: italic;
}

.hentry .entry-meta .meta-value .fa {
  margin-right: 0.25em;
}

.button-links {
  margin: 1em -0.5em 0 -0.5em;
}

.button-links .button {
  margin: 0 0.5em 1em 0.5em;
}

.main-content.content-single .button-links {
  margin-top: 2em;
  font-size: 1.5em;
}

.search-form {
  position: relative;
  width: 20em;
  max-width: 100%;
}

.search-form .search-field {
  width: 100%;
  padding: 0.5em;
}

.search-form .search-submit {
  position: absolute;
  bottom: 1px;
  right: 1px;
  padding: 0.5em 0.75em;
}

.search-form .search-field, .search-form .search-submit {
  border-radius: 0;
  font-size: inherit;
  line-height: 1.25;
}

.pagination, .nav-links {
  margin: 1.5em 0;
}

.pagination ul, .nav-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.pagination ul li, .nav-links ul li {
  display: inline-block;
}

.pagination a, .pagination span, .nav-links a, .nav-links span {
  display: inline-block;
  padding: 0.5em 1em;
  border: 1px solid #EBEBEB;
  font-weight: bold;
  font-size: 1.25em;
}

.pagination a:hover, .pagination a:focus, .nav-links a:hover, .nav-links a:focus {
  color: #FFFFFF;
  background-color: #2B3990;
  border-color: #2B3990;
}

.pagination span.current, .nav-links span.current {
  background-color: #EBEBEB;
}

.pagination span.dots, .nav-links span.dots {
  padding: 0.5em;
}

.comments-area {
  margin-top: 1.5em;
}

.comments-area .comment-list {
  padding: 0;
  margin: 1em 0;
  list-style-type: none;
}

.comments-area .comment-list .comment, .comments-area .comment-list .pingback {
  padding: 0.5em;
  margin: 1em 0;
  background-color: #EBEBEB;
}

.comments-area .comment-list .comment .comment-body, .comments-area .comment-list .pingback .comment-body {
  padding: 1em;
  background-color: #FFFFFF;
}

.comments-area .comment-list .comment .comment-body .comment-meta, .comments-area .comment-list .pingback .comment-body .comment-meta {
  margin-bottom: 1em;
}

.comments-area .comment-list .comment .comment-body .comment-meta:after, .comments-area .comment-list .pingback .comment-body .comment-meta:after {
  content: "";
  display: block;
  clear: both;
}

.comments-area .comment-list .comment .comment-body .comment-author, .comments-area .comment-list .pingback .comment-body .comment-author {
  margin-bottom: 0.25em;
}

.comments-area .comment-list .comment .comment-body .comment-author img, .comments-area .comment-list .pingback .comment-body .comment-author img {
  float: left;
  width: 50px;
  height: auto;
  margin: 0 1em 0 0;
}

.comments-area .comment-list .comment .comment-body .comment-metadata, .comments-area .comment-list .pingback .comment-body .comment-metadata {
  font-size: 0.875em;
}

.comments-area .comment-list .comment .comment-body .comment-content:after, .comments-area .comment-list .pingback .comment-body .comment-content:after {
  content: "";
  display: block;
  clear: both;
}

.comments-area .comment-list .children {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .comment-list .children .comment, .comments-area .comment-list .children .pingback {
  padding: 0 0 0 2em;
  margin: 0.5em 0 0 0;
}

@media (max-width: 520px) {
  .comments-area .comment-list .children .comment, .comments-area .comment-list .children .pingback {
    padding-left: 1em;
  }
}

.comment-respond {
  margin-top: 1.5em;
}

.comment-respond .comment-reply-title small {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 0.5em;
}

.comment-respond .comment-form-comment {
  margin: 1.5em 0;
}

.comment-respond .comment-form-comment label {
  display: block;
  max-width: 24em;
  margin: 0.5em 0.5em 0.25em 0;
}

.gallery {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.gallery:after {
  content: "";
  display: block;
  clear: both;
}

.gallery .gallery-item {
  margin: 0;
  float: left;
  padding: 0.5em;
}

.gallery .gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  float: none;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.3333%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6667%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

@media (min-width: 769px) {
  .gallery-columns-2 .gallery-item:nth-child(2n+1),
  .gallery-columns-3 .gallery-item:nth-child(3n+1),
  .gallery-columns-4 .gallery-item:nth-child(4n+1),
  .gallery-columns-5 .gallery-item:nth-child(5n+1),
  .gallery-columns-6 .gallery-item:nth-child(6n+1),
  .gallery-columns-7 .gallery-item:nth-child(7n+1),
  .gallery-columns-8 .gallery-item:nth-child(8n+1),
  .gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
  }
}

@media (max-width: 768px) {
  .gallery-columns-4 .gallery-item {
    width: 50%;
  }
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item {
    width: 33.3333%;
  }
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item {
    width: 25%;
  }
  .gallery-columns-9 .gallery-item {
    width: 20%;
  }
  .gallery-columns-4 .gallery-item:nth-child(2n+1),
  .gallery-columns-5 .gallery-item:nth-child(3n+1),
  .gallery-columns-6 .gallery-item:nth-child(3n+1),
  .gallery-columns-7 .gallery-item:nth-child(4n+1),
  .gallery-columns-8 .gallery-item:nth-child(4n+1),
  .gallery-columns-9 .gallery-item:nth-child(5n+1) {
    clear: left;
  }
}

@media (max-width: 520px) {
  .gallery-columns-2 .gallery-item,
  .gallery-columns-3 .gallery-item {
    width: 100%;
    float: none;
  }
}

.sidebar {
  margin: 2.5em 0;
}

.sidebar .widget {
  margin: 1.5em 0;
  clear: both;
}

.sidebar .widget .title {
  margin-bottom: 0.25em;
}

@media (min-width: 1025px) {
  .sidebar {
    padding-left: 19px;
    border-left: 1px solid #c9bebd;
  }
}

@media (max-width: 1024px) {
  .sidebar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -30px 2.5em -30px;
  }
  .sidebar .widget {
    flex: 1 1 auto;
    width: 33.333333%;
    min-width: 240px;
    padding: 0 30px;
    margin: 15px 0;
    border-right: 1px solid #c9bebd, 0.5;
  }
  .sidebar .widget:last-child {
    border-right: 0;
  }
}

.sidebar .widget_calendar table {
  width: 100%;
}

.sidebar .widget_calendar table caption {
  font-weight: bold;
  font-size: 1.125em;
}

.sidebar .widget_calendar table th, .sidebar .widget_calendar table td {
  padding: 0.25em 0.5em;
}

.sidebar .widget_calendar table thead, .sidebar .widget_calendar table tbody {
  text-align: center;
}

.sidebar .widget_calendar table #prev {
  text-align: left;
}

.sidebar .widget_calendar table #next {
  text-align: right;
}

.sidebar .widget_nav_menu .menu-past-events-container {
  width: 140px;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-width: 60px;
  column-width: 60px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.sidebar .widget_recent_entries li {
  margin-bottom: 0.5em;
}

.sidebar .widget_recent_entries ul, .sidebar .widget_archive ul, .sidebar .widget_categories ul,
.sidebar .widget_meta ul, .sidebar .widget_pages ul, .sidebar .widget_nav_menu ul {
  padding: 0 0 0 0.1em;
  margin: 0;
  list-style-type: none;
}

.sidebar .widget_recent_entries ul ul, .sidebar .widget_archive ul ul, .sidebar .widget_categories ul ul,
.sidebar .widget_meta ul ul, .sidebar .widget_pages ul ul, .sidebar .widget_nav_menu ul ul {
  padding-left: 1em;
}

.site-footer .footer-top {
  position: relative;
  padding: 20px 0;
  color: #FFFFFF;
  background-color: #662D91;
  background-image: url("../images/Repeating-Flower-Background.png"), linear-gradient(to bottom, #662D91, #3C1A54);
  background-size: 230px auto;
  background-position: center;
}

.site-footer .footer-bottom {
  background: #000000;
  color: #FFFFFF;
}

.site-footer .footer-bottom:after {
  content: "";
  display: block;
  clear: both;
}

.site-footer .footer-left {
  position: relative;
  margin-right: -100%;
  float: left;
}

.site-footer .footer-center {
  width: 100%;
  height: 72px;
  line-height: 72px;
  padding: 0 150px;
  float: left;
  text-align: center;
}

.site-footer .footer-center p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-style: italic;
  font-size: 1.25em;
  line-height: 1.25;
}

.site-footer .footer-right {
  position: relative;
  margin-left: -100%;
  float: right;
}

.site-footer .footer-right .button {
  min-width: 136px;
  margin: 16px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .site-footer .footer-bottom {
    padding: 20px 0;
  }
  .site-footer .footer-left {
    margin-right: 0;
    float: none;
  }
  .site-footer .footer-center {
    height: auto;
    line-height: inherit;
    padding-left: 0;
    margin-top: 1em;
    text-align: inherit;
  }
  .site-footer .footer-right {
    margin-top: 1em;
  }
  .site-footer .footer-right .button {
    margin: 0;
  }
}

@media (max-width: 520px) {
  .site-footer .footer-bottom {
    text-align: center;
  }
  .site-footer .footer-center {
    padding-right: 0;
    float: none;
  }
  .site-footer .footer-right {
    margin-left: 0;
    float: none;
  }
}

.site-footer .event-details {
  text-align: center;
  position: relative;
  z-index: 0;
}

.site-footer .event-details .event-logo {
  width: 100%;
  position: relative;
}

.site-footer .event-details .event-logo a {
  display: block;
}

.site-footer .event-details .event-logo .logo {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.site-footer .event-details .button {
  margin: 0.5em;
}

.site-footer .event-details .event-description p {
  margin: 0.5em 0;
  font-size: 1.25em;
  line-height: 1.25;
}

.site-footer .site-credit {
  padding: 10px 0;
  font-family: 'Arial', sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
  color: #c9bebd;
}

.site-footer .site-credit .site-by {
  margin-right: 2px;
}

.site-footer .site-credit a {
  color: inherit;
  text-decoration: none;
}

.site-footer .site-credit svg {
  position: relative;
  top: 3px;
  width: 103px;
  height: 14px;
  fill: currentColor;
}

.site-footer .site-logo {
  width: 116px;
  padding: 11px 0;
}

.site-footer .site-logo a {
  display: block;
}

.site-footer .site-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .site-footer .site-logo {
    padding: 0;
  }
}

@media (max-width: 520px) {
  .site-footer .site-logo {
    margin: 0 auto;
  }
}

.site-footer .footer-sub {
  text-align: center;
  background-color: #4C4C4C;
}

.social-icons a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 4px;
  text-align: center;
  color: #FFFFFF;
  background: none;
  border-radius: 50%;
}

.social-icons a:hover, .social-icons a:focus {
  color: #FFFFFF;
  background: #27979d;
}

.social-icons .fa {
  font-size: 21px;
  line-height: 32px;
}

.top-banner {
  background-color: #662D91;
  overflow: hidden;
}

.top-banner .responsive-slide {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.top-banner .responsive-slide__wrap {
  position: relative;
}

.top-banner .responsive-slide__wrap:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 40%;
}

.top-banner .responsive-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.top-banner .responsive-slide .slide-button {
  position: absolute;
  z-index: 100;
  top: 5vw;
  left: 50%;
  transform: translateX(-50%);
}

.top-banner .responsive-slide .slide-button .button {
  white-space: nowrap;
}

.top-banner .responsive-slide .slide-button .button-large {
  font-size: inherit;
}

@media (min-width: 521px) {
  .top-banner .responsive-slide .slide-button .button-large {
    font-size: 1.5em;
  }
}

@media (min-width: 769px) {
  .top-banner .responsive-slide .slide-button {
    top: 85%;
    left: 80%;
    transform: translate(-50%, -50%);
  }
}

.top-banner .responsive-slide .slide-content {
  position: absolute;
  z-index: 105;
  top: 65%;
  left: 80%;
  transform: translate(-50%, -50%);
}

@media (min-width: 769px) {
  .top-banner .responsive-slide .slide-content {
    top: 60%;
  }
}

.top-banner .responsive-slide .slide-content img {
  width: 20vw;
  height: auto;
}

.top-banner .responsive-slide__overlay img {
  opacity: .08;
}

.top-banner .responsive-slide__overlay .slide-content {
  position: relative;
  z-index: 105;
  top: initial;
  left: initial;
  text-align: center;
  transform: none;
}

.top-banner .responsive-slide__overlay .slide-content h1, .top-banner .responsive-slide__overlay .slide-content h4 {
  text-shadow: 0.0625em 0.0625em 0.125em rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}

.top-banner .responsive-slide__overlay .slide-content h1 {
  margin-bottom: 0;
  font-size: calc(24px + (72 - 24) * ((100vw - 300px) / (1600 - 300)));
}

.top-banner .responsive-slide__overlay .slide-content h4 {
  font-size: calc(16px + (24 - 16) * ((100vw - 300px) / (1600 - 300)));
  margin-top: .5em;
  margin-bottom: 1.5em;
  font-weight: 600;
}

@media (min-width: 769px) {
  .top-banner .responsive-slide__overlay .slide-content h4 {
    margin-bottom: 2.5em;
  }
}

.top-banner .responsive-slide__overlay .slide-content .slide-button {
  position: relative;
  top: initial;
  left: initial;
  transform: none;
}

.top-banner .responsive-slide__overlay .slide-content__wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.award-section {
  position: relative;
  margin-bottom: 30px;
}

.award-section-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.award-section-column {
  flex: 0 0 auto;
  padding: 0 15px;
}

.award-section-column-1 {
  width: 33.33333333%;
}

.award-section-column-2 {
  width: 66.66666667%;
  align-self: center;
}

.award-section-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.award-section-content {
  color: #FFFFFF;
}

.award-section-content h1, .award-section-content h2, .award-section-content h3, .award-section-content h4, .award-section-content h5, .award-section-content h6 {
  color: inherit;
}

.award-section-content > :first-child {
  margin-top: 0;
}

.award-section-content > :last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .award-section-column {
    width: 100%;
  }
  .award-section-column-1 {
    padding-bottom: 30px;
  }
  .award-section-content {
    text-align: center;
  }
}

.photo-banner {
  background: #662D91;
  padding: 3em 0;
}

.photo-banner .container {
  width: auto;
  margin-left: 5%;
  margin-right: 5%;
}

.photo-banner-gradient {
  background: linear-gradient(to bottom right, #662D91 2%, #3C1A54 70%);
}

.photo-banner .photo-banner-content img,
.photo-banner .social-feed {
  margin: 0 auto;
}

.photo-banner .photo-banner-content img {
  display: block;
  max-width: 100%;
  height: auto;
}

.photo-banner .social-feed {
  position: relative;
  min-height: 230px;
  padding-bottom: 64.17%;
  overflow: hidden;
  color: #4C4C4C;
  background: #FFFFFF;
}

.photo-banner .social-feed .fts-jal-fb-header {
  display: none;
}

.photo-banner .social-feed .fts-jal-fb-group-display {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  overflow: auto;
}

.photo-banner .social-feed .fts-jal-single-fb-post {
  padding: 15px !important;
}

.photo-banner .photo-banner-footer {
  text-align: center;
  max-width: 80%;
  width: 480px;
  margin: 0 auto;
}

.photo-banner .photo-banner-ribbon {
  display: block;
  margin-top: -10%;
}

.photo-banner .photo-banner-ribbon img {
  display: block;
  width: 100%;
  height: auto;
}

.featured-article {
  margin: 0;
}

.featured-article .page-title {
  margin: 0.125em 0;
}

.featured-article .entry-header {
  margin: 0 0 2em 0;
}

.featured-article .entry-summary {
  margin: 2em 0;
}

.featured-article .entry-footer {
  margin: 2em 0 0 0;
}

.featured-article .button-links {
  text-align: center;
  font-size: 1.5em;
}

.featured-event {
  margin: 0;
}

.featured-event .page-title {
  margin: 0.125em 0;
}

.featured-event .entry-header {
  margin: 0 0 1.25em 0;
}

.featured-event .entry-summary {
  margin: 0;
  font-style: italic;
  font-size: 1.25em;
  line-height: 1.25;
}

.featured-event ul.event-details {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.featured-event ul.event-details li {
  margin: 30px 0;
}

.featured-event .event-details h1, .featured-event .event-details h2, .featured-event .event-details h3, .featured-event .event-details h4, .featured-event .event-details h5, .featured-event .event-details h6, .featured-event .event-details p {
  margin: 0;
}

.featured-event .event-details .column-left, .featured-event .event-details .column-right {
  display: inline-block;
  vertical-align: middle;
}

.featured-event .event-details .column-left {
  width: 125px;
  padding-right: 12px;
}

.featured-event .event-details .column-right {
  width: calc(100% - 125px);
  padding-left: 12px;
  border-left: 1px solid #c9bebd;
}

.featured-event table.event-schedule {
  width: 100%;
  margin: 0.75em 0;
  border-spacing: 0px;
}

.featured-event table.event-schedule th, .featured-event table.event-schedule td {
  padding: 0.75em;
  border: 0;
  color: #FFFFFF;
}

.featured-event table.event-schedule th:first-child, .featured-event table.event-schedule td:first-child {
  padding-left: 0;
  vertical-align: top;
  font-weight: bold;
}

.featured-event table.event-schedule th:last-child, .featured-event table.event-schedule td:last-child {
  padding-right: 0;
}

.featured-event table.event-schedule tr {
  border-bottom: 1px solid #c9bebd;
}

.featured-event table.event-schedule tr:last-of-type {
  border-bottom: none;
}

.featured-event table.event-schedule th {
  font-weight: normal;
  text-align: center;
}

@media (max-width: 520px) {
  .featured-event .event-details .column-left {
    width: 75px;
  }
  .featured-event .event-details .column-right {
    width: calc(100% - 75px);
  }
}

.featured-thanks .row {
  margin-left: -10px;
  margin-right: -10px;
}

.featured-thanks .col {
  padding: 10px;
}

.featured-thanks .responsive-embed {
  margin: 0;
}

.featured-thanks .purpose-section .responsive-embed {
  margin: 0;
}

.featured-thanks .awards-section figure {
  margin: 0;
}

.featured-thanks .awards-section figure img {
  width: auto;
  height: 200px;
}

.featured-thanks .awards-section figcaption {
  font-style: italic;
  font-size: 0.875em;
  text-align: center;
}

.featured-thanks .awards-section .col {
  display: inline-block;
  vertical-align: top;
}

.featured-content {
  padding: 40px 0;
  color: #FFFFFF;
  background: #000000;
}

.featured-content .row {
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
}

.featured-content .column {
  display: inline-block;
  vertical-align: top;
  width: 400px;
  max-width: 100%;
  padding: 15px;
  vertical-align: top;
  text-align: left;
}

@media (min-width: 521px) {
  .featured-content .container {
    width: auto;
    padding: 0 30px;
  }
}

.featured-content .featured-item {
  text-align: center;
}

.featured-content .featured-item .content-wrap {
  position: relative;
  width: 370px;
  max-width: 100%;
  height: 208px;
  margin: 0 auto;
  overflow: hidden;
  background: #2B3990;
  color: #FFFFFF;
}

.featured-content .featured-item .content-wrap h1, .featured-content .featured-item .content-wrap h2, .featured-content .featured-item .content-wrap h3, .featured-content .featured-item .content-wrap h4, .featured-content .featured-item .content-wrap h5, .featured-content .featured-item .content-wrap h6 {
  margin: 0;
  color: inherit;
}

.featured-content .featured-item .content-wrap p {
  margin: 0;
}

.featured-content .featured-item .content-wrap a {
  color: inherit;
}

.featured-content .featured-item .content-wrap .read-more {
  font-weight: bold;
  border-bottom: 1px solid currentColor;
}

.featured-content .featured-item .content-wrap .read-more:hover, .featured-content .featured-item .content-wrap .read-more:focus {
  border: 0;
}

.featured-content .featured-item .content-wrap .entry-header, .featured-content .featured-item .content-wrap .entry-summary, .featured-content .featured-item .content-wrap .entry-footer {
  margin: 0;
}

.featured-content .featured-item .content-type-image img {
  position: absolute;
  top: -9999em;
  bottom: -9999em;
  left: -9999em;
  right: -9999em;
  width: 100%;
  height: auto;
  margin: auto;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .featured-content .featured-item .content-type-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.featured-content .featured-item .content-type-video iframe, .featured-content .featured-item .content-type-video video,
.featured-content .featured-item .content-type-video object, .featured-content .featured-item .content-type-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.featured-content .featured-item .content-type-article {
  padding: 20px;
}

.featured-content .featured-item .button-links {
  margin: 1.5em 0 0.5em 0;
}

.featured-content .featured-item .button-links .button {
  min-width: 224px;
  margin: 0;
}

.featured-content .featured-item .ribbon-link {
  position: relative;
  max-width: 80%;
  width: 360px;
  margin: 0 auto;
}

.featured-content .featured-item .ribbon-link a {
  display: block;
  margin-top: -10%;
}

.featured-content .featured-item .ribbon-link img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 520px) {
  .featured-content {
    padding: 2em 0;
  }
  .featured-content .row {
    margin: 0;
  }
  .featured-content .column {
    padding: 0;
  }
  .featured-content .featured-item .content-wrap {
    display: none;
  }
  .featured-content .featured-item .button-links {
    margin: 8px 0;
  }
  .featured-content .featured-item .ribbon-link {
    width: 240px;
    max-width: 100%;
  }
  .featured-content .featured-item .ribbon-link a {
    margin-top: 0;
  }
}

.event-sponsors {
  padding: 2.5rem 0;
  position: relative;
  z-index: 5;
}

.event-sponsors .container {
  padding-left: 56px;
  padding-right: 56px;
}

.event-sponsors .page-title {
  margin-bottom: 1.5rem;
  text-align: center;
  color: #C2922D;
}

.event-sponsors .main-sponsor {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.5rem;
}

.event-sponsors .main-sponsor .image-wrap {
  background-color: #FFFFFF;
}

.event-sponsors .event-sponsor {
  text-align: center;
}

.event-sponsors .event-sponsor img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.event-sponsors .event-sponsor .sponsor-rank {
  display: block;
  margin: 0.25em 0;
  font-style: italic;
  color: #FFFFFF;
}

.event-sponsors .bx-wrapper {
  max-width: none !important;
  margin: auto;
  clear: both;
}

.event-sponsors .bx-wrapper .bx-controls-direction a {
  font-size: 0;
  background: none;
  color: #FFFFFF;
}

.event-sponsors .bx-wrapper .bx-controls-direction a:hover {
  color: #000000;
}

.event-sponsors .bx-wrapper .bx-controls-direction a:before {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 2.5rem;
  font-family: FontAwesome;
  transition: color 0.3s ease;
  text-indent: 0;
}

.event-sponsors .bx-wrapper .bx-controls-direction a.bx-prev:before {
  content: "\f053";
}

.event-sponsors .bx-wrapper .bx-controls-direction a.bx-next:before {
  content: "\f054";
}

.event-sponsors .bx-wrapper .bx-prev {
  left: -56px;
  margin-top: -33px;
}

.event-sponsors .bx-wrapper .bx-next {
  right: -56px;
  margin-top: -33px;
}

.event-sponsors .event-sponsor-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  clear: both;
  text-align: center;
}

.event-sponsors .event-sponsor-list .event-sponsor {
  display: inline-block;
  vertical-align: top;
  max-width: 202px;
  margin-right: 12px;
}

.event-sponsors .event-sponsor-list .event-sponsor .image-wrap {
  position: relative;
  width: 202px;
  max-width: 100%;
  height: 202px;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
}

.event-sponsors .event-sponsor-list .event-sponsor .image-wrap img {
  position: absolute;
  top: -9999em;
  bottom: -9999em;
  left: -9999em;
  right: -9999em;
}

.event-sponsors .event-sponsors-footer {
  margin-top: 2rem;
  text-align: center;
}

.event-statistics {
  padding: 40px 0;
}

@media (max-width: 768px) {
  .event-statistics {
    padding: 20px 0;
  }
}

.event-statistics .page-title {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.event-statistics .statistics-list {
  padding: 0;
  margin: 40px -15px 10px -15px;
  list-style-type: none;
}

.event-statistics .statistics-list:after {
  content: '';
  display: block;
  clear: both;
}

@media (max-width: 768px) {
  .event-statistics .statistics-list {
    margin-top: 20px;
  }
}

.event-statistics .statistic {
  position: relative;
  width: 25%;
  min-height: 1px;
  padding: 15px;
  float: left;
  font-weight: 700;
  text-align: center;
}

.event-statistics .statistic .value {
  display: block;
  font-size: 3.5em;
  line-height: 1;
  color: #27979d;
}

.event-statistics .statistic .label {
  display: block;
  font-size: 1.5em;
  line-height: 1.25;
  color: #000000;
}

@media (max-width: 1024px) {
  .event-statistics .statistic {
    font-size: 0.8em;
  }
}

@media (max-width: 768px) {
  .event-statistics .statistic {
    width: 50%;
  }
}

@media (max-width: 400px) {
  .event-statistics .statistic {
    width: 100%;
  }
}

.video-grid .row {
  margin-left: -4px;
  margin-right: -4px;
}

.video-grid .column {
  padding: 4px;
}

.video-grid .responsive-embed {
  margin: 0;
}

.menu-section {
  position: relative;
  padding: 60px 30px 45px 30px;
  margin: 1.5rem 0;
  color: #FFFFFF;
  background-color: #2B3990;
  background-image: url("../images/Repeating-Flower-Background.png");
  background-size: 230px auto;
  background-position: center;
  text-align: center;
}

.menu-section::before, .menu-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 15px;
  background: linear-gradient(to right, #FDD661, #FFF7C8, #DFC17B, #C39430, #F4E19E);
}

.menu-section::before {
  top: 0;
}

.menu-section::after {
  bottom: 0;
}

.menu-section .row {
  display: flex;
  flex-wrap: wrap;
}

.menu-section .column {
  flex: 0 0 auto;
}

.menu-section .menu-section-box {
  height: 100%;
}

.menu-section-title {
  margin: 0 0 15px 0;
  color: inherit;
}

.menu-section-box {
  padding: 15px;
  color: #FFFFFF;
  background-color: #2B3990;
  border: 1px solid #c9bebd;
  text-align: center;
}

.menu-section-box h1, .menu-section-box h2, .menu-section-box h3, .menu-section-box h4, .menu-section-box h5, .menu-section-box h6 {
  margin-bottom: 0.5rem;
  color: inherit;
}

.menu-section-box > :first-child {
  margin-top: 0;
}

.menu-section-box > :last-child {
  margin-bottom: 0;
}

.sponsor-group {
  margin: 0 0 3rem 0;
}

.sponsor-group-title {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  margin: 0 0 1.5rem 0;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #FFFFFF;
  background-color: #2B3990;
}

.sponsor-group-row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
  margin: 0 -0.5rem;
}

.sponsor-group-column {
  flex: 0 0 auto;
  width: 33.33333333%;
  padding: 0 0.5rem;
}

.sponsor-group-item {
  position: relative;
  padding-bottom: 100%;
  color: #2B3990;
  background-color: #FFFFFF;
}

.sponsor-group-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  border: 1px solid currentColor;
}

.sponsor-group-item img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #FFFFFF;
  transition: 0.4s ease-in-out;
  transition-property: opacity;
}

.sponsor-group-item span {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 1em;
  font-size: 1rem;
  line-height: calc(1em + 0.375rem);
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.sponsor-group-item:hover img {
  opacity: 0;
}

a.sponsor-group-item {
  display: block;
  text-decoration: none;
}

.sponsor-group.is-size-xl .sponsor-group-column {
  width: 50%;
}

.sponsor-group.is-size-xl .sponsor-group-item span {
  font-size: 1.5rem;
}

.sponsor-group.is-size-lg .sponsor-group-column {
  width: 33.33333333%;
}

.sponsor-group.is-size-lg .sponsor-group-item span {
  font-size: 1.25rem;
}

.sponsor-group.is-size-md .sponsor-group-column {
  width: 25%;
}

.sponsor-group.is-size-md .sponsor-group-item span {
  font-size: 1rem;
}

.sponsor-group.is-size-sm .sponsor-group-column {
  width: 20%;
}

.sponsor-group.is-size-sm .sponsor-group-item span {
  font-size: 0.875rem;
}

.sponsor-group.is-size-xs .sponsor-group-column {
  width: 16.66666667%;
}

.sponsor-group.is-size-xs .sponsor-group-item span {
  font-size: 0.875rem;
}

@media (max-width: 1260px) {
  .sponsor-group.is-size-md .sponsor-group-column {
    width: 33.33333333%;
  }
  .sponsor-group.is-size-md .sponsor-group-item span {
    font-size: 1.25rem;
  }
  .sponsor-group.is-size-sm .sponsor-group-column,
  .sponsor-group.is-size-xs .sponsor-group-column {
    width: 25%;
  }
  .sponsor-group.is-size-sm .sponsor-group-item span,
  .sponsor-group.is-size-xs .sponsor-group-item span {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .sponsor-group.is-size-lg .sponsor-group-item span,
  .sponsor-group.is-size-md .sponsor-group-item span {
    font-size: 1rem;
  }
  .sponsor-group.is-size-sm .sponsor-group-column,
  .sponsor-group.is-size-xs .sponsor-group-column {
    width: 33.33333333%;
  }
}

@media (max-width: 640px) {
  .sponsor-group.is-size-xl .sponsor-group-column {
    width: 100%;
  }
  .sponsor-group.is-size-lg .sponsor-group-column,
  .sponsor-group.is-size-md .sponsor-group-column,
  .sponsor-group.is-size-sm .sponsor-group-column,
  .sponsor-group.is-size-xs .sponsor-group-column {
    width: 50%;
  }
}

.ui-datepicker select {
  width: auto;
  padding: 0.1em;
  margin: 0 3px;
  font-weight: normal;
  box-shadow: none;
}

.gf_browser_ie.gform_wrapper .gform_footer input.button {
  padding: 0.4em 1.5em !important;
}

.gform_widget .gform_wrapper form {
  padding: 0;
  background: none;
}

@media (min-width: 1025px) {
  .gform_widget .gform_wrapper ul.gform_fields li.gfield {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .gform_widget .gform_wrapper ul.gform_fields li.gfield input, .gform_widget .gform_wrapper ul.gform_fields li.gfield textarea, .gform_widget .gform_wrapper ul.gform_fields li.gfield select {
    width: 100%;
  }
}

table.tablepress thead th, table.tablepress tfoot th {
  color: #FFFFFF;
  background-color: #2B3990;
}

.accordion-title {
  background: #EBEBEB;
  border: none;
  margin: 0.5em 0 1em 0;
  padding: 0.5em 1em;
  cursor: pointer;
}

.accordion-title > * {
  margin: 0;
  padding: 0;
}

.accordion-title > *:before {
  content: '\f067';
  padding-left: 0.5em;
  float: right;
  font-family: "FontAwesome";
}

.accordion-title.accordion-expanded *:before {
  content: '\f068';
}

.accordion-content {
  overflow: hidden;
  padding: 0.5em 2em;
  margin: 1em 0;
  -moz-transform: rotate(0.00001deg);
}

.accordion-content > *:first-child {
  margin-top: 0;
}

.accordion-content *:last-child {
  margin-bottom: 0;
}

.bottom-content {
  position: relative;
  background-color: #000000;
  background-image: url("../images/Repeating-Diamond-Background.png");
  background-size: 72px auto;
  background-position: center;
  padding: 70px 30px;
}

.bottom-content::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  border-image-slice: 52;
  border-image-width: 13px;
  border-image-outset: 0;
  border-image-repeat: round;
  border-image-source: url("../images/Repeating-Yellow-Border.png");
  border-style: solid;
}

.bottom-content .photo-banner,
.bottom-content .featured-content {
  position: relative;
  padding: 30px 0;
  background: none;
}

@media (max-width: 768px) {
  .bottom-content {
    padding: 50px 30px;
  }
  .bottom-content::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
  .bottom-content .photo-banner,
  .bottom-content .featured-content {
    padding: 20px 0;
  }
}

.site-content.content-home .top-content {
  position: relative;
  overflow: hidden;
}

.site-content.content-home .top-content .column {
  padding: 30px 0;
}

.site-content.content-home .top-content .column-theme-light {
  background-color: #FFFFFF;
}

.site-content.content-home .top-content .column-theme-dark {
  color: #FFFFFF;
  background-color: #2B3990;
  background-image: url("../images/Repeating-Flower-Background.png");
  background-size: 230px auto;
  background-position: center;
}

.site-content.content-home .top-content .column-theme-dark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 15px;
  background: linear-gradient(to right, #FDD661, #FFF7C8, #DFC17B, #C39430, #F4E19E);
}

.site-content.content-home .top-content .column-theme-dark h1, .site-content.content-home .top-content .column-theme-dark h2, .site-content.content-home .top-content .column-theme-dark h3, .site-content.content-home .top-content .column-theme-dark h4, .site-content.content-home .top-content .column-theme-dark h5, .site-content.content-home .top-content .column-theme-dark h6 {
  color: #FFFFFF;
}

.site-content.content-home .top-content .column-theme-dark a {
  color: #FFFFFF;
  box-shadow: inset 0 -1px 0 #FFFFFF;
}

.site-content.content-home .top-content .column-theme-dark a:hover, .site-content.content-home .top-content .column-theme-dark a:focus {
  box-shadow: none;
}

.site-content.content-home .top-content .column-theme-dark a.button {
  box-shadow: none;
}

.site-content.content-home .top-content .gold-separator::before {
  content: "";
  display: block;
  max-width: 640px;
  margin: 0 auto;
  padding-bottom: 10.9375%;
  background-image: url("../images/Gold-Separator.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.site-content.content-home .top-content .gold-separator-top {
  margin-top: 0;
  margin-bottom: 20px;
}

.site-content.content-home .top-content .gold-separator-bottom {
  margin-top: 20px;
  margin-bottom: -16px;
}

.site-content.content-home .top-content .gold-separator-bottom::before {
  transform: scaleY(-1);
}

@media (min-width: 521px) {
  .site-content.content-home .top-content .column {
    padding: 60px 0;
  }
  .site-content.content-home .top-content .gold-separator-top {
    margin-top: -4px;
    margin-bottom: 40px;
  }
  .site-content.content-home .top-content .gold-separator-bottom {
    margin-top: 40px;
    margin-bottom: -20px;
  }
}

@media (min-width: 769px) {
  .site-content.content-home .top-content .container {
    width: 600px;
  }
  .site-content.content-home .top-content .gold-separator {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (min-width: 1025px) {
  .site-content.content-home .top-content .column {
    padding: 60px 40px;
    vertical-align: top;
  }
}

.site-content.content-interior .top-content {
  color: #FFFFFF;
  background-color: #662D91;
  background-image: url("../images/Repeating-Flower-Background.png"), linear-gradient(to bottom, #662D91, #3C1A54);
  background-size: 230px auto;
  background-position: center;
}

.site-content.content-interior .top-content .content-wrap {
  padding: 2.5em 0;
  text-align: center;
}

.site-content.content-interior .top-content .content-wrap .main-title {
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .site-content.content-interior .top-content .content-wrap {
    padding: 2em 0;
  }
}

@media (max-width: 520px) {
  .site-content.content-interior .top-content .content-wrap {
    padding: 1.25em 0;
  }
}
