@charset "UTF-8";
/*
	Theme Name: Exodus
	Description: Child theme of Genesis, by <a href="https://www.434marketing.com">434 Marketing</a>.
	Author: 434 Marketing.
	Author URI: https://www.434marketing.com

	Template: genesis
*/
@import "assets/components/normalize.css/normalize.css";
.small-button,
.purple-button,
.gold-button,
.medium-gray-button,
.dark-gray-button,
.white-button {
  position: relative;
  z-index: 50;
  display: inline-block;
}

.primary-button a,
.purple-button a,
.gold-button a,
.medium-gray-button a,
.dark-gray-button a,
.white-button a {
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #333092;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1;
  padding: 1em 3.75em;
  margin: 5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 300ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: middle;
}
.primary-button a:before,
.purple-button a:before,
.gold-button a:before,
.medium-gray-button a:before,
.dark-gray-button a:before,
.white-button a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #333092;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 300ms ease;
}
.primary-button a:hover, .primary-button a:focus,
.purple-button a:hover,
.purple-button a:focus,
.gold-button a:hover,
.gold-button a:focus,
.medium-gray-button a:hover,
.medium-gray-button a:focus,
.dark-gray-button a:hover,
.dark-gray-button a:focus,
.white-button a:hover,
.white-button a:focus {
  background-color: rgb(40.8, 38.4, 116.8);
  color: #fff;
  outline: none;
}
.primary-button a:hover:before, .primary-button a:focus:before,
.purple-button a:hover:before,
.purple-button a:focus:before,
.gold-button a:hover:before,
.gold-button a:focus:before,
.medium-gray-button a:hover:before,
.medium-gray-button a:focus:before,
.dark-gray-button a:hover:before,
.dark-gray-button a:focus:before,
.white-button a:hover:before,
.white-button a:focus:before {
  width: 94%;
  height: 80%;
}
.primary-button a:disabled,
.purple-button a:disabled,
.gold-button a:disabled,
.medium-gray-button a:disabled,
.dark-gray-button a:disabled,
.white-button a:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.primary-button a:disabled:hover,
.purple-button a:disabled:hover,
.gold-button a:disabled:hover,
.medium-gray-button a:disabled:hover,
.dark-gray-button a:disabled:hover,
.white-button a:disabled:hover {
  background-color: transparent;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #333092;
  color: #fff;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1;
  padding: 1em 3.75em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 300ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: middle;
}
button:hover, button:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  background-color: rgb(35.7, 33.6, 102.2);
  outline: none;
}

.small-button a {
  font-size: 0.875em;
  padding: 1em 3em;
}

.primary-button a,
.primary-button input[type=submit] {
  background-color: #333092;
}
.primary-button a:before,
.primary-button input[type=submit]:before {
  border-color: #333092;
}
.primary-button a:hover, .primary-button a:focus,
.primary-button input[type=submit]:hover,
.primary-button input[type=submit]:focus {
  background-color: rgb(40.8, 38.4, 116.8);
}
.primary-button a:before,
.primary-button input[type=submit]:before {
  display: none;
}

.purple-button a,
.purple-button input[type=submit] {
  background-color: #333092;
}
.purple-button a:before,
.purple-button input[type=submit]:before {
  border-color: #333092;
}
.purple-button a:hover, .purple-button a:focus,
.purple-button input[type=submit]:hover,
.purple-button input[type=submit]:focus {
  background-color: rgb(40.8, 38.4, 116.8);
}

.gold-button a,
.gold-button input[type=submit] {
  background-color: #bfa83e;
}
.gold-button a:before,
.gold-button input[type=submit]:before {
  border-color: #bfa83e;
}
.gold-button a:hover, .gold-button a:focus,
.gold-button input[type=submit]:hover,
.gold-button input[type=submit]:focus {
  background-color: rgb(152.8, 134.4, 49.6);
}

.medium-gray-button a,
.medium-gray-button input[type=submit] {
  background-color: #999;
}
.medium-gray-button a:before,
.medium-gray-button input[type=submit]:before {
  border-color: #999;
}
.medium-gray-button a:hover, .medium-gray-button a:focus,
.medium-gray-button input[type=submit]:hover,
.medium-gray-button input[type=submit]:focus {
  background-color: rgb(122.4, 122.4, 122.4);
}

.dark-gray-button a,
.dark-gray-button input[type=submit] {
  background-color: #333;
}
.dark-gray-button a:before,
.dark-gray-button input[type=submit]:before {
  border-color: #333;
}
.dark-gray-button a:hover, .dark-gray-button a:focus,
.dark-gray-button input[type=submit]:hover,
.dark-gray-button input[type=submit]:focus {
  background-color: rgb(40.8, 40.8, 40.8);
}

.white-button a,
.white-button input[type=submit] {
  background-color: white;
}
.white-button a:before,
.white-button input[type=submit]:before {
  border-color: white;
}
.white-button a:hover, .white-button a:focus,
.white-button input[type=submit]:hover,
.white-button input[type=submit]:focus {
  background-color: #cccccc;
}
.white-button a,
.white-button input[type=submit] {
  color: #333;
}
.white-button a:hover, .white-button a:focus,
.white-button input[type=submit]:hover,
.white-button input[type=submit]:focus {
  background-color: white;
  color: #333;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.25em;
  padding: 0;
}

label {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0.25em;
}

input,
select {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1em;
}

input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1em;
  margin-bottom: 0.5em;
  padding: 0.5em;
  transition: border-color 300ms ease;
  width: 100%;
}
input[type=color]:hover,
input[type=date]:hover,
input[type=datetime]:hover,
input[type=datetime-local]:hover,
input[type=email]:hover,
input[type=month]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=tel]:hover,
input[type=text]:hover,
input[type=time]:hover,
input[type=url]:hover,
input[type=week]:hover,
textarea:hover,
select[multiple]:hover {
  border-color: rgb(190.4, 190.4, 190.4);
}
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus,
select[multiple]:focus {
  border-color: #333092;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(44.2963917526, 41.6907216495, 126.8092783505, 0.7);
  outline: none;
}
input[type=color]:disabled,
input[type=date]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=email]:disabled,
input[type=month]:disabled,
input[type=number]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=tel]:disabled,
input[type=text]:disabled,
input[type=time]:disabled,
input[type=url]:disabled,
input[type=week]:disabled,
textarea:disabled,
select[multiple]:disabled {
  background-color: rgb(242.25, 242.25, 242.25);
  cursor: not-allowed;
}
input[type=color]:disabled:hover,
input[type=date]:disabled:hover,
input[type=datetime]:disabled:hover,
input[type=datetime-local]:disabled:hover,
input[type=email]:disabled:hover,
input[type=month]:disabled:hover,
input[type=number]:disabled:hover,
input[type=password]:disabled:hover,
input[type=search]:disabled:hover,
input[type=tel]:disabled:hover,
input[type=text]:disabled:hover,
input[type=time]:disabled:hover,
input[type=url]:disabled:hover,
input[type=week]:disabled:hover,
textarea:disabled:hover,
select[multiple]:disabled:hover {
  border: 1px solid #eee;
}

textarea {
  resize: vertical;
}

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

[type=checkbox],
[type=radio] {
  display: inline;
  margin-right: 0.25em;
}

[type=file] {
  margin-bottom: 0.5em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

.site-inner .gform_wrapper {
  margin: 0;
}
.site-inner .gform_wrapper ul {
  margin-left: 0px !important;
}
.site-inner .gform_wrapper ul li {
  list-style-type: none !important;
  padding: 0 !important;
}
.site-inner .gform_wrapper ul li:first-child {
  margin-top: 0;
}
.site-inner .gform_wrapper .ginput_container {
  margin-top: 0 !important;
}
.site-inner .gform_wrapper input[type=color],
.site-inner .gform_wrapper input[type=date],
.site-inner .gform_wrapper input[type=datetime],
.site-inner .gform_wrapper input[type=datetime-local],
.site-inner .gform_wrapper input[type=email],
.site-inner .gform_wrapper input[type=month],
.site-inner .gform_wrapper input[type=number],
.site-inner .gform_wrapper input[type=password],
.site-inner .gform_wrapper input[type=search],
.site-inner .gform_wrapper input[type=tel],
.site-inner .gform_wrapper input[type=text],
.site-inner .gform_wrapper input[type=time],
.site-inner .gform_wrapper input[type=url],
.site-inner .gform_wrapper input[type=week],
.site-inner .gform_wrapper textarea,
.site-inner .gform_wrapper select[multiple] {
  margin-bottom: 0;
  padding: 0 !important;
  padding-left: 0.5em !important;
}
.site-inner .gform_wrapper .gfield_description {
  padding-top: 5px !important;
}
.site-inner .gform_wrapper .gfield_time_hour i {
  margin-top: 0;
}
.site-inner .gform_wrapper .gform_footer {
  margin: 0;
}

#tinymce ul,
.site-inner ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 28px;
}
#tinymce ul li,
.site-inner ul li {
  list-style-type: none;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
}
#tinymce ul li:before,
.site-inner ul li:before {
  content: "";
  height: 8px;
  width: 8px;
  background-color: #333092;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 7px;
}
#tinymce ul li ul,
.site-inner ul li ul {
  margin-top: 0.5em;
}

#tinymce ol,
.site-inner ol {
  margin-left: 0;
  margin: 0;
  padding: 0;
  margin-bottom: 1.5em;
}
#tinymce ol li,
.site-inner ol li {
  position: relative;
  margin-left: 1.5rem;
  margin-bottom: 0.75rem;
}
#tinymce ol li ol,
.site-inner ol li ol {
  margin-top: 0.5em;
}

dl {
  margin-bottom: 1.5em;
}
dl dt {
  font-weight: 600;
  margin-top: 0.5em;
}
dl dd {
  margin: 0;
}

dl,
ol,
ul,
p {
  margin-bottom: 1.5em;
}

table {
  border-collapse: collapse;
  margin: 0.5em 0;
  table-layout: fixed;
}

th {
  border-bottom: 1px solid rgb(178.5, 178.5, 178.5);
  font-weight: 600;
  padding: 0.5em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #eee;
  padding: 0.5em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

body {
  color: #555;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 90%;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 900px) {
  body {
    font-size: 1em;
  }
}

::-moz-selection {
  background-color: #333092;
  color: white;
}

::selection {
  background-color: #333092;
  color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 0.5em;
  color: #222;
}

h1 {
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  font-size: 4.5em;
  line-height: 1em;
}

h2 {
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  font-size: 3em;
  line-height: 1em;
  position: relative;
  padding-bottom: 0.5em;
  display: inline-block;
}
h2:before {
  content: "";
  background-color: #333;
  height: 3px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
h2[style="text-align: center;"]:before {
  left: 50%;
  transform: translateX(-50%);
}

h3 {
  font-size: 2.25em;
}

h4 {
  font-size: 1.875em;
}

h5 {
  font-size: 1.5em;
  line-height: 1.2;
  margin-bottom: 0.8em;
}

h6 {
  font-size: 1.25em;
  line-height: 1.4;
  margin-bottom: 1em;
}

p {
  margin: 0 0 1.5em;
}

a {
  color: #333092;
  text-decoration: none;
  transition: all 300ms ease;
}
a:active, a:focus, a:hover {
  color: #bfa83e;
}

hr {
  border-bottom: 1px solid #eee;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

blockquote {
  border-left: 1px solid #eee;
  border-color: #bfa83e;
  color: #333092;
  font-size: 1.125em;
  border-width: 7px;
  margin: 4% 5% 4% 0;
  padding: 0 0 0 1.25rem;
}

code {
  background: #eee;
  border: 1px solid #eee;
  color: #555;
  padding: 2px 4px;
}

.wp-caption .wp-caption-text {
  margin: 10px 0;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.small {
  font-size: 0.875em;
}

.purple-font {
  color: #333092;
}

.gold-font {
  color: #bfa83e;
}

.white-font {
  color: #ffffff;
}

.dark-gray-font {
  color: #333;
}

.medium-gray-font {
  color: #999;
}

.light-gray-font {
  color: #eee;
}

#tinymce {
  background: #e5e5e5;
}

/* ## Site Containers
--------------------------------------------- */
.wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

@media (min-width: 900px) {
  .site-inner .wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.site-inner .wrap .archIntroText {
  margin-bottom: 3em;
}

.single-post .site-inner,
.single-staff .site-inner,
.single-tribe_venue .site-inner,
.blog .site-inner,
.archive .site-inner,
.search .site-inner,
.page-template-default .site-inner {
  margin-top: 4em;
  margin-bottom: 4em;
}
@media (min-width: 900px) {
  .single-post .site-inner,
  .single-staff .site-inner,
  .single-tribe_venue .site-inner,
  .blog .site-inner,
  .archive .site-inner,
  .search .site-inner,
  .page-template-default .site-inner {
    margin-top: 6.25em;
    margin-bottom: 6.25em;
  }
}

.single-tribe_events .site-inner {
  margin-top: 4em;
}
@media (min-width: 900px) {
  .single-tribe_events .site-inner {
    margin-top: 6.25em;
  }
}

/* ## Column Widths and Positions
--------------------------------------------- */
/* ## Column Widths and Positions
--------------------------------------------- */
.content,
.sidebar-primary,
.full-width .content {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 900px) {
  .content-sidebar-wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 2.25em;
  }
  .content-sidebar-wrap .content {
    grid-column: span 8;
  }
  .full-width-content .content-sidebar-wrap .content {
    grid-column: span 12;
  }
  .content-sidebar-wrap .sidebar-primary {
    grid-column: span 4;
  }
  .sidebar-content .content-sidebar-wrap .content {
    order: 2;
  }
  .sidebar-content .content-sidebar-wrap .sidebar-primary {
    order: 1;
  }
}
/**
* Avatar
*/
.avatar {
  float: left;
}

.alignleft .avatar,
.author-box .avatar {
  margin-right: 24px;
}

.alignright .avatar {
  margin-left: 24px;
}

/**
* Media
*/
a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 1.5em;
}

img.alignnone,
.alignnone {
  margin-bottom: 1.5em;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 1.5em 1.5em 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 1.5em 1.5em;
}

.wp-caption-text {
  font-size: 1em;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

/**
* Objects
*/
embed,
iframe,
img,
object,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

.featured-content img,
.gallery img {
  width: auto;
}

/**
* Widget
*/
.widget {
  word-wrap: break-word;
}

.widget li li {
  border: none;
  margin: 0 0 0 3em;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/**
* Entry Content
*/
.entry-content ol,
.entry-content ul {
  margin-bottom: 28px;
}

.entry-content ol > li {
  list-style-type: decimal;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

.entry-content code {
  background-color: #333;
  color: #ddd;
}

/**
* Entry Meta
*/
.entry-comments-link::before {
  content: "—";
  margin: 0 1.5em 0 0.75em;
}

/**
* Gallery
*
* We aren't going to use Neat for this gallery due to the possible number of gallery columns
* that don't easily break into 12.
*
*/
.gallery {
  overflow: hidden;
}

.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center;
}

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

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

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

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

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

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

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

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

.gallery img {
  border: 1px solid #333;
  height: auto;
  padding: 4px;
}

.gallery img:hover {
  border: 1px solid #999;
}

@supports (padding: max(0px)) {
  .site-container {
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
  }
}
/**
 * Components
 */
body {
  position: relative;
  overflow-x: hidden;
}

.site-container {
  overflow: hidden;
  position: relative;
  right: 0;
  transition: all 600ms ease;
  width: 100%;
}

body.locked {
  overflow: hidden;
}

.move-left {
  right: 300px;
}

#mobile-menu {
  background-color: #333;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: -300px;
  top: 0;
  width: 300px;
  z-index: 2000;
}
#mobile-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#mobile-menu.move-in {
  right: 0;
}

.mobile-menu {
  box-sizing: border-box;
  padding: 30px;
  transition: all 600ms ease;
}
.admin-bar .mobile-menu {
  margin-top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .mobile-menu {
    margin-top: 46px;
  }
}
.mobile-menu .menu > li {
  margin-left: 0;
}
.mobile-menu .menu > li:before {
  content: none;
}
.mobile-menu .menu > li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.mobile-menu .menu > li > a {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 1.25em;
  color: #fff;
  display: block;
  margin-bottom: 1.25em;
  line-height: 1em;
}
.mobile-menu .menu > li.menu-item-has-children {
  position: relative;
}
.mobile-menu .menu > li.menu-item-has-children:after {
  transition: all 600ms ease;
  background-image: url("assets/icons/src/arrow-white.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  cursor: pointer;
  height: 26px;
  position: absolute;
  right: -5px;
  top: -3px;
  transform: rotate(0);
  width: 26px;
}
.mobile-menu .menu > li.menu-item-has-children.active {
  padding-bottom: 10px;
}
.mobile-menu .menu > li.menu-item-has-children.active:after {
  transform: rotate(90deg);
}
.mobile-menu .menu > li.menu-item-has-children .sub-menu {
  padding-left: 0.625em;
  display: none;
  margin-bottom: 1.25em;
}
.mobile-menu .menu > li.menu-item-has-children .sub-menu li {
  margin-left: 0;
}
.mobile-menu .menu > li.menu-item-has-children .sub-menu li:before {
  content: none;
}
.mobile-menu .menu > li.menu-item-has-children .sub-menu li:first-child {
  margin-top: 0;
}
.mobile-menu .menu > li.menu-item-has-children .sub-menu li:last-child {
  margin-bottom: 0;
}
.mobile-menu .menu > li.menu-item-has-children .sub-menu a {
  color: #eee;
}
.mobile-menu .menu > li.nav-button {
  background: #bfa83e;
  text-align: center;
}
.mobile-menu .menu > li.nav-button a {
  color: #fff;
  padding: 1em;
  text-transform: uppercase;
}
.mobile-menu .icon-close-container {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 16px;
  right: 14px;
  cursor: pointer;
  z-index: 99999;
}
.mobile-menu .icon-close {
  width: 28px;
  height: 28px;
}
.mobile-menu .icon-close path:first-child {
  fill: #fff;
}

.mobile-menu-search {
  margin-top: 1.875em;
}
.mobile-menu-search input[type=submit] {
  display: none !important;
}

.mobile-menu-icon {
  width: 30px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(0deg);
  transition: 300ms ease;
  cursor: pointer;
}
@media (min-width: 900px) {
  .mobile-menu-icon {
    display: none;
  }
}

.mobile-menu-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: white;
  border-radius: 2px;
  left: 0;
  transform: rotate(0deg);
  transition: 150ms ease;
}

.mobile-menu-icon span:nth-child(1) {
  top: 0px;
}

.mobile-menu-icon span:nth-child(2),
.mobile-menu-icon span:nth-child(3) {
  top: 8px;
}

.mobile-menu-icon span:nth-child(4) {
  top: 16px;
}

.site-container.move-left .mobile-menu-icon span:nth-child(1) {
  width: 0%;
  left: 50%;
}

.site-container.move-left .mobile-menu-icon span:nth-child(2) {
  transform: rotate(45deg);
}

.site-container.move-left .mobile-menu-icon span:nth-child(3) {
  transform: rotate(-45deg);
}

.site-container.move-left .mobile-menu-icon span:nth-child(4) {
  width: 0%;
  left: 50%;
}

.site-header {
  background-color: transparent;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  transition: all 600ms ease;
}
.move-left .site-header {
  right: 300px;
}
.site-header > .wrap {
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 900px) {
  .site-header > .wrap {
    position: static;
  }
}
.site-header.scrolled {
  background-color: #111;
}
.site-header {
  /* Title Area */
}
.site-header .title-area {
  padding: 1em 0;
  width: 80%;
}
@media (min-width: 900px) {
  .site-header .title-area {
    width: 25%;
  }
}
.site-header .title-area .site-title {
  font-size: 2.5em;
  font-weight: 500;
  margin-bottom: 0;
}
.site-header .title-area .site-title a {
  color: #333;
}
.site-header .title-area .site-title a:focus,
.site-header .title-area .site-title a:hover {
  color: #333092;
}
.site-header .title-area .site-description {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 0;
}
.header-image .site-header .title-area .site-description,
.header-image .site-header .title-area .site-title {
  display: block;
  text-indent: -9999px;
  font-size: 1em;
}
.header-image .site-header .title-area .site-title > a {
  background-color: transparent;
  background-image: url("assets/images/logo.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 52px;
  width: 127px;
  transition: opacity 300ms ease;
  float: left;
}
@media (min-width: 900px) {
  .header-image .site-header .title-area .site-title > a {
    height: 84px;
    width: 213px;
  }
}
.header-image .site-header .title-area .site-title > a:before {
  content: "";
  background-image: url("assets/images/logo.png");
}
.site-header {
  /**
   * Header Right
   */
}
.site-header .widget-area {
  display: none;
}
@media (min-width: 900px) {
  .site-header .widget-area {
    width: 75%;
    display: block;
    text-align: right;
    float: right;
  }
}
.header-full-width .site-header .widget-area {
  width: 100%;
  margin-right: 0;
}
.site-header .widget-area .widget {
  display: inline-block;
}
.site-header .widget-area .widget_nav_menu {
  margin-right: 30px;
}
.site-header .widget-area .widget_text p {
  margin: 0;
}
.site-header .widget-area .widget_text p a {
  font-size: 0.875em;
  line-height: 1em;
  text-transform: uppercase;
  background: #bfa83e;
  padding: 1em 2em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
}
.site-header .widget-area .widget_text p a:hover {
  background: rgb(152.8, 134.4, 49.6);
}

.genesis-nav-menu {
  clear: both;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1em;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100%;
}
.genesis-nav-menu .menu-item {
  display: inline-block;
  font-size: 1em;
  margin: 0 0.8em 0 0.8em;
  text-align: left;
  position: relative;
}
.genesis-nav-menu .menu-item:after {
  content: "";
  top: 100%;
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
}
.genesis-nav-menu .menu-item.nav-button {
  display: none;
}
.genesis-nav-menu .menu-item > a {
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  padding: 0.5em;
  font-weight: bold;
  padding: 0.8em 0;
  position: relative;
}
.genesis-nav-menu .menu-item > a:after {
  content: "";
  position: absolute;
  bottom: 5px;
  width: 100%;
  height: 2px;
  background: transparent;
  left: 0;
}
.genesis-nav-menu .menu-item a:hover,
.genesis-nav-menu .menu-item a:focus, .genesis-nav-menu .menu-item.current-menu-item > a, .genesis-nav-menu .menu-item.current-menu-ancestor > a, .genesis-nav-menu .menu-item.current-menu-parent > a {
  color: white;
}
.genesis-nav-menu .menu-item a:hover:after,
.genesis-nav-menu .menu-item a:focus:after, .genesis-nav-menu .menu-item.current-menu-item > a:after, .genesis-nav-menu .menu-item.current-menu-ancestor > a:after, .genesis-nav-menu .menu-item.current-menu-parent > a:after {
  background: #fff;
}
.genesis-nav-menu .menu-item:hover > .sub-menu, .genesis-nav-menu .menu-item:focus > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.genesis-nav-menu .menu-item:last-child > a, .genesis-nav-menu .menu-item.last > a {
  padding-right: 0;
}
.genesis-nav-menu .menu-item .sub-menu {
  background: #ddd;
  margin: 10px 0 0 -15px;
  padding: 30px 30px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 250%;
  width: 200px;
  z-index: 100;
  transition: all 500ms ease;
}
.genesis-nav-menu .menu-item .sub-menu li {
  display: block;
  margin: 0;
}
.genesis-nav-menu .menu-item .sub-menu li a {
  color: rgba(85, 85, 85, 0.8);
  padding: 0 0 1em 0;
  position: relative;
  font-size: 1em;
  font-weight: normal;
}
.genesis-nav-menu .menu-item .sub-menu li a:hover {
  color: #333092;
  font-weight: bold;
}
.genesis-nav-menu .menu-item .sub-menu li a:after {
  display: none;
}
.genesis-nav-menu .menu-item .sub-menu li.current-menu-item > a:hover, .genesis-nav-menu .menu-item .sub-menu li.current-menu-item > a:focus {
  color: #333092;
}
.genesis-nav-menu .menu-item .sub-menu li:last-child a {
  padding: 0;
}
.genesis-nav-menu .menu-item .sub-menu .sub-menu {
  margin: -41px 0 0 199px;
}
.genesis-nav-menu .menu-item .sub-menu.edge {
  left: auto;
  right: 0;
}

.page-banner-slider {
  display: block;
  width: 100%;
  font-size: 70%;
}
@media (min-width: 900px) {
  .page-banner-slider {
    font-size: 100%;
  }
}
.page-banner-slider .page-banner__slide {
  height: 500px;
}
.page-banner-slider .page-banner__slide > .wrap {
  height: 500px;
}
.page-banner-slider.small-height-banner .page-banner__slide {
  height: 350px;
}
.page-banner-slider.small-height-banner .page-banner__slide > .wrap {
  height: 350px;
}
.page-banner-slider.medium-height-banner .page-banner__slide {
  height: 350px;
}
.page-banner-slider.medium-height-banner .page-banner__slide > .wrap {
  height: 350px;
}
@media (min-width: 900px) {
  .page-banner-slider.medium-height-banner .page-banner__slide {
    height: 500px;
  }
  .page-banner-slider.medium-height-banner .page-banner__slide > .wrap {
    height: 500px;
  }
}
.page-banner-slider.large-height-banner .page-banner__slide {
  height: 500px;
}
.page-banner-slider.large-height-banner .page-banner__slide > .wrap {
  height: 500px;
}
@media (min-width: 900px) {
  .page-banner-slider.large-height-banner .page-banner__slide {
    height: 950px;
  }
  .page-banner-slider.large-height-banner .page-banner__slide > .wrap {
    height: 950px;
  }
}
.page-banner-slider.full-screen-height-banner .page-banner__slide {
  height: 500px;
}
.page-banner-slider.full-screen-height-banner .page-banner__slide > .wrap {
  height: 500px;
}
@media (min-width: 900px) {
  .page-banner-slider.full-screen-height-banner .page-banner__slide {
    height: 100vh;
  }
  .page-banner-slider.full-screen-height-banner .page-banner__slide > .wrap {
    height: 100vh;
  }
}

.page-banner__slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.page-banner__slide > .wrap {
  position: relative;
  max-width: 1080px;
}
.page-banner__slide .page-banner__content {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-10%);
  width: 100%;
}
body.home .page-banner__slide .page-banner__content {
  transform: translateY(-30%);
}
.page-banner__slide .page-banner__subtitle,
.page-banner__slide .page-banner__title {
  text-align: center;
  margin-bottom: 0;
}
.page-banner__slide .page-banner__subtitle {
  font-size: 3em;
}
.home .page-banner__slide .page-banner__subtitle {
  font-size: 1.875em;
}
.page-banner__slide.light-text .page-banner__title {
  color: #bfa83e;
}
.page-banner__slide.light-text .page-banner__subtitle {
  color: white;
}
.page-banner__slide.dark-text .page-banner__subtitle,
.page-banner__slide.dark-text .page-banner__title {
  color: #333;
}
.page-banner__slide.video-slide video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  visibility: hidden;
}
.page-banner__slide.video-slide.slick-current video {
  visibility: visible;
}
.page-banner__slide .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.page-banner__slide .overlay.dark-overlay {
  background: rgba(0, 0, 0, 0.6);
  background: linear-gradient(rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 30%);
}
.page-banner__slide .overlay.light-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}
.page-banner__slide .left-arrow,
.page-banner__slide .right-arrow {
  position: absolute;
  top: auto;
  bottom: 0;
  z-index: 100;
  opacity: 0.5;
  transform: translateY(-50%);
  transition: all 300ms ease;
}
@media (min-width: 900px) {
  .page-banner__slide .left-arrow,
  .page-banner__slide .right-arrow {
    top: 50%;
    bottom: auto;
  }
}
.page-banner__slide .left-arrow svg,
.page-banner__slide .right-arrow svg {
  width: 50px;
  height: 50px;
  fill: white;
}
.page-banner__slide .left-arrow:hover,
.page-banner__slide .right-arrow:hover {
  cursor: pointer;
  opacity: 1;
}
.page-banner__slide .left-arrow {
  left: 1.5em;
}
.page-banner__slide .left-arrow svg {
  transform: rotate(180deg);
}
.page-banner__slide .right-arrow {
  right: 1.5em;
}

/**
 * Entries
 */
.entry {
  position: relative;
}

.entry-footer {
  border-top: 1px solid #eee;
  padding-top: 1.5em;
}

.entry-title {
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
}
.entry-title a {
  color: #555;
}
.entry-title a:hover, .entry-title a:focus {
  color: #333092;
}

/**
 * Entry Meta
 */
.entry-meta {
  color: #555;
  font-size: 1em;
  margin-bottom: 0;
}
.entry-meta span:last-child,
.entry-meta time:last-child,
.entry-meta a:last-child {
  margin-right: 0;
}
.entry-meta a {
  color: #333092;
}
.entry-meta a:hover, .entry-meta a:focus {
  color: rgb(24.1855670103, 22.7628865979, 69.2371134021);
}

.entry-terms {
  display: block;
  padding-bottom: 5px;
}
.entry-terms:last-child {
  padding-bottom: 0;
}
.entry-terms span,
.entry-terms time,
.entry-terms a {
  margin-right: 0;
}

.breadcrumb {
  font-size: 1em;
  margin-bottom: 0.5em;
}
.breadcrumb span:not(.breadcrumb-link-wrap) {
  padding: 0 4px;
}

.sidebar {
  font-size: 1em;
  margin-top: 2em;
}
@media (min-width: 900px) {
  .sidebar {
    margin-top: 0;
  }
}

.sidebar li {
  border-bottom: 1px solid #eee;
  margin-bottom: 1em !important;
  padding-bottom: 1em !important;
  padding-left: 0 !important;
}
.sidebar li:before {
  display: none;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
  margin-bottom: 0;
}

.sidebar .widget {
  background-color: white;
  margin-bottom: 3em;
  padding: 0 1.5em;
}

.comment {
  position: relative;
}
.comment > article {
  background-color: white;
  border: 1px solid #eee;
  border-color: #eee;
  border-radius: 3px;
  margin-bottom: 1.5em;
}
.comment .comment {
  margin-top: 1.5em;
  padding-bottom: 0;
}
.comment .comment:last-child {
  margin-bottom: 0;
}

.comment-header {
  background-color: #eee;
  border-bottom: 1px solid #eee;
  border-color: #eee;
  clear: both;
  min-height: 75px;
  padding: 0.5em;
  position: relative;
}
.comment-header .comment-author {
  margin-right: 0.5em;
  font-style: italic;
}
@media (min-width: 900px) {
  .comment-header .comment-author {
    margin-left: 1.5em;
  }
}
.comment-header p {
  display: inline-block;
  margin-bottom: 0.5em;
}
.comment-header .comment-edit-link {
  margin-left: 5px;
}
.comment-header .says {
  display: none;
}

.comment .avatar {
  border: 1px solid #eee;
  border-color: white;
  border-size: 4px;
  border-radius: 100%;
  margin-right: 0.5em;
}
@media (min-width: 900px) {
  .comment .avatar {
    left: -24px;
    top: 15px;
    position: absolute;
    width: 48px;
  }
}

.comment .children {
  border-left: 1px dashed #eee;
  padding-left: 1.5em;
}
.comment .children header {
  padding-left: 0.5em;
}
.comment .children .avatar {
  left: -50px;
}

.comment-content,
.comment-reply {
  clear: both;
  padding: 0.5em;
}

.pagination {
  display: block;
  margin-bottom: 1.5em;
  text-align: center;
  clear: both;
}
.pagination li,
.pagination .pagination-next,
.pagination .pagination-previous {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  display: inline-block;
  transition: all 300ms ease;
}
.pagination li a,
.pagination .pagination-next a,
.pagination .pagination-previous a {
  display: inline-block;
  color: #555;
  padding: 0.5em 1.5em;
}
.pagination li.active, .pagination li:hover, .pagination li:focus,
.pagination .pagination-next.active,
.pagination .pagination-next:hover,
.pagination .pagination-next:focus,
.pagination .pagination-previous.active,
.pagination .pagination-previous:hover,
.pagination .pagination-previous:focus {
  background: #333092;
}
.pagination li.active a, .pagination li:hover a, .pagination li:focus a,
.pagination .pagination-next.active a,
.pagination .pagination-next:hover a,
.pagination .pagination-next:focus a,
.pagination .pagination-previous.active a,
.pagination .pagination-previous:hover a,
.pagination .pagination-previous:focus a {
  color: white;
}
.pagination li:hover, .pagination li:focus,
.pagination .pagination-next:hover,
.pagination .pagination-next:focus,
.pagination .pagination-previous:hover,
.pagination .pagination-previous:focus {
  border: 1px solid #eee;
  border-color: #333092;
}
.pagination li:hover a, .pagination li:focus a,
.pagination .pagination-next:hover a,
.pagination .pagination-next:focus a,
.pagination .pagination-previous:hover a,
.pagination .pagination-previous:focus a {
  color: white;
}
.pagination li.pagination-omission,
.pagination .pagination-next.pagination-omission,
.pagination .pagination-previous.pagination-omission {
  border: 0px;
}
.pagination li.pagination-omission.active, .pagination li.pagination-omission:hover, .pagination li.pagination-omission:focus,
.pagination .pagination-next.pagination-omission.active,
.pagination .pagination-next.pagination-omission:hover,
.pagination .pagination-next.pagination-omission:focus,
.pagination .pagination-previous.pagination-omission.active,
.pagination .pagination-previous.pagination-omission:hover,
.pagination .pagination-previous.pagination-omission:focus {
  background: transparent;
}

.site-footer {
  background-color: #101010;
  font-size: 0.875em;
  line-height: 1.5;
  padding: 1.5em 0;
  text-align: center;
  color: #fff;
}
.site-footer .footer-right {
  text-transform: uppercase;
  margin-top: 5px;
}
.site-footer .footer-right a {
  font-weight: bold;
  color: #fff;
}
.site-footer .footer-right a:hover {
  color: #bfa83e;
}
@media (min-width: 900px) {
  .site-footer .footer-left {
    float: left;
  }
  .site-footer .footer-right {
    float: right;
    margin-top: 0;
  }
}
.site-footer p {
  margin-bottom: 0;
}

.call-to-action.footer-cta {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #333;
  display: block;
  padding: 7.5em 0;
  position: relative;
  width: 100%;
}
.call-to-action.footer-cta .wrap {
  position: relative;
  z-index: 100;
}
.call-to-action.footer-cta .cta-content {
  color: white;
}
.call-to-action.footer-cta .cta-content p {
  font-size: 1.5em;
  margin-bottom: 1.5em;
}
.call-to-action.footer-cta .cta-content p:last-of-type {
  font-size: 1em;
}
.call-to-action.footer-cta.img-bg {
  position: relative;
}
.call-to-action.footer-cta.img-bg:before {
  transition: all 1s ease-in-out;
  background-color: rgba(51, 51, 51, 0.7);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.call-to-action.footer-cta.img-bg .wrap {
  position: relative;
  z-index: 100;
}
.call-to-action.footer-cta.video-bg {
  position: relative;
}
.call-to-action.footer-cta.video-bg:before {
  transition: all 1s ease-in-out;
  background-color: rgba(51, 51, 51, 0.7);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.call-to-action.footer-cta.video-bg .wrap {
  position: relative;
  z-index: 100;
}
.call-to-action.footer-cta.video-bg {
  overflow: hidden;
}
@media (min-width: 900px) {
  .call-to-action.footer-cta.video-bg {
    position: relative;
  }
  .call-to-action.footer-cta.video-bg:before {
    transition: all 1s ease-in-out;
    background-color: rgba(51, 51, 51, 0);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .call-to-action.footer-cta.video-bg .wrap {
    position: relative;
    z-index: 100;
  }
}
.call-to-action.footer-cta.video-bg .autoplay-video {
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media (min-width: 900px) {
  .call-to-action.footer-cta.video-bg .autoplay-video {
    display: block;
  }
}

.error404 .site-inner {
  display: inline-block;
  width: 100%;
}
.error404 .content {
  background-color: white;
}
.error404 .section-404 {
  padding: 4em 0;
  text-align: center;
}
@media (min-width: 900px) {
  .error404 .section-404 {
    padding: 6.25em 0;
  }
}
.error404 .section-404 input {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  text-align: center;
}

.header-search-box {
  transition: all 300ms ease;
  display: none;
}
.header-search-box .inner-wrap {
  align-items: center;
  display: flex;
}
.header-search-box.search-is-open {
  background-color: white;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding: 0 1.5em;
}
.scrolled .header-search-box.search-is-open {
  border-bottom: 1px solid #eee;
}
.header-search-box.search-is-open input {
  border: none;
  box-shadow: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.header-search-box.search-is-open input[type=submit] {
  display: none;
}
.header-search-box.search-is-open .header-search-box__close-search {
  align-items: center;
  display: flex;
  height: auto;
  position: absolute;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
}
.header-search-box.search-is-open .header-search-box__close-search:hover {
  cursor: pointer;
}

.footer-widgets {
  background-color: #191919;
  clear: both;
  position: relative;
  padding: 3em 0;
  color: #999;
}
.footer-widgets > .wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5em;
}
@media (min-width: 600px) {
  .footer-widgets > .wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .footer-widgets > .wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 900px) {
  .footer-widgets {
    padding: 5.125em 0;
  }
}
.footer-widgets .widget-area {
  width: 100%;
  margin-bottom: 1.5em;
}
.footer-widgets .widget-area .widget {
  text-align: left;
  clear: both;
  min-width: 51%;
  margin-top: 1em;
}
.footer-widgets .widget-area .widget:first-child {
  margin-top: 0;
}
.footer-widgets .widget-title.widgettitle {
  font-size: 1.5em;
  color: #fff;
}
.footer-widgets .widget_objectiv_footer_contact .email {
  word-break: break-word;
}
.footer-widgets .widget_objectiv_footer_contact p {
  margin-bottom: 0.5em;
}
.footer-widgets .widget_objectiv_footer_contact a {
  color: #fff;
}
.footer-widgets .widget_objectiv_footer_contact a:hover {
  color: #bfa83e;
}
.footer-widgets ul.menu {
  margin-bottom: 0.5em;
  padding: 0;
}
.footer-widgets ul.menu ul.sub-menu {
  display: none;
}
.footer-widgets li {
  list-style-type: none;
}
.footer-widgets .menu-item {
  margin-bottom: 0.5em;
}
.footer-widgets .menu-item a {
  color: #999;
  position: relative;
  transition: color 300ms ease;
}
.footer-widgets .menu-item a:hover {
  color: #bfa83e;
}
.footer-widgets .widget_media_image img {
  display: block;
}
.footer-widgets .widget_text #mc_embed_signup p {
  margin-bottom: 0;
}
.footer-widgets .widget_text #mc_embed_signup input[type=submit] {
  font-size: 1em;
}
.footer-widgets .widget_text #mc_embed_signup input {
  width: 100%;
  text-align: center;
}

.social-links {
  position: relative;
  margin-top: 1em;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.social-links .social-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #bbb;
  min-width: 1.875rem;
  min-height: 1.875rem;
  transition: all 300ms ease;
}
.social-links .social-link a:hover {
  background: #bfa83e;
}
.social-links li {
  display: inline;
}
.social-links svg {
  fill: #222;
}

.post-type-archive-testimonial .testimonial-block {
  background-color: #eee;
  display: inline-block;
  margin-bottom: 1.5em;
  padding: 2rem;
  width: 100%;
}
.post-type-archive-testimonial .testimonial-block:last-of-type {
  margin-bottom: 0px;
}

.staffTermSection {
  margin-bottom: 4.5em;
}
.staffTermSection .staffTermStaffGrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.25em;
}
@media (min-width: 600px) {
  .staffTermSection .staffTermStaffGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .staffTermSection .staffTermStaffGrid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.staffTermTitleLink {
  color: #333;
}
.staffTermTitleLink:hover {
  color: #333;
}

.staffArchBlock {
  text-align: center;
  position: relative;
}
.staffArchBlock img {
  margin-bottom: 1.3125rem;
}
@media (min-width: 600px) {
  .staffArchBlock .staffArchButton {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }
  .staffArchBlock .staffArchButton a {
    display: block;
  }
}

.staffArchBlockName {
  line-height: 1;
  margin-bottom: 7px;
  font-weight: bold;
}

.staffArchBlockPosition {
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.875em;
  line-height: 1em;
  margin-bottom: 1em;
  color: #555;
}

.staffArchBlockCompany {
  font-size: 0.875em;
  line-height: 1.2;
  margin-bottom: 0;
  color: #555;
}

.singleStaffDetailsInner {
  margin: 0 auto 1.5em;
  padding: 1.5em;
  background: #eee;
}
.singleStaffDetailsInner img {
  display: block;
}
@media (min-width: 900px) {
  .singleStaffDetailsInner {
    margin-bottom: 0;
    margin-right: 1.5em;
    min-width: 350px;
    width: 350px;
  }
}
.singleStaffDetailsInner .singleStaffName {
  margin-top: 0.5em;
}
.singleStaffDetailsInner .singleStaffName h3 {
  margin-bottom: 0.1em;
  line-height: 1em;
}
.singleStaffDetailsInner .singleStaffPosition {
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.875em;
  line-height: 1em;
  margin-bottom: 1em;
  color: #555;
}
.singleStaffDetailsInner .singleStaffCompany {
  font-size: 0.875em;
  line-height: 1.2;
  margin-bottom: 0;
  color: #555;
}

.singleStaffContact {
  margin-top: 0.5em;
}

@media (min-width: 900px) {
  .single-staff .content {
    display: flex;
  }
}

.slick-slider {
  background: url("assets/images/loader.gif");
}

.slick-slider .slick-list {
  opacity: 0;
  position: absolute;
}

.slick-slider.slick-initialized {
  background: none;
}

.slick-slider.slick-initialized .slick-list {
  opacity: 1;
  position: relative;
  transition: opacity 0.2s ease-in;
}

.blog .blog-title,
.archive .blog-title {
  text-align: center;
  padding-top: 4.5em;
}
.blog .content-sidebar-wrap .content,
.archive .content-sidebar-wrap .content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5em;
}
@media (min-width: 900px) {
  .blog .content-sidebar-wrap .content,
  .archive .content-sidebar-wrap .content {
    grid-template-columns: 1fr 1fr;
  }
  .blog .content-sidebar-wrap .content .pagination,
  .archive .content-sidebar-wrap .content .pagination {
    grid-column: 1/span 2;
  }
}
.blog.tax-stories-cat .archiveTypeTitle, .blog.category .archiveTypeTitle,
.archive.tax-stories-cat .archiveTypeTitle,
.archive.category .archiveTypeTitle {
  grid-column: 1/-1;
}
.blog.tax-stories-cat .content-sidebar-wrap .content, .blog.post-type-archive-stories .content-sidebar-wrap .content, .blog.post-type-archive-staff .content-sidebar-wrap .content,
.archive.tax-stories-cat .content-sidebar-wrap .content,
.archive.post-type-archive-stories .content-sidebar-wrap .content,
.archive.post-type-archive-staff .content-sidebar-wrap .content {
  display: block;
}
@media (min-width: 900px) {
  .blog.tax-stories-cat .content-sidebar-wrap .content, .blog.post-type-archive-stories .content-sidebar-wrap .content, .blog.post-type-archive-staff .content-sidebar-wrap .content,
  .archive.tax-stories-cat .content-sidebar-wrap .content,
  .archive.post-type-archive-stories .content-sidebar-wrap .content,
  .archive.post-type-archive-staff .content-sidebar-wrap .content {
    display: block;
  }
}
.blog .post,
.archive .post {
  display: block;
  margin-bottom: 1.5em;
  transition: all 300ms ease;
}
.blog .post:hover,
.archive .post:hover {
  border-color: #333092;
}
.blog .post .post-image,
.archive .post .post-image {
  height: 300px;
  margin-bottom: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog .post .post-date,
.archive .post .post-date {
  background: #000;
  padding: 0.3em;
  color: #fff;
  font-size: 1.125em;
  font-weight: 700;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.blog .post .entry-content,
.archive .post .entry-content {
  margin-bottom: 0;
  color: #555;
}
.blog .post .entry-content p,
.archive .post .entry-content p {
  font-size: 0.875em;
  margin-bottom: 0.75em;
}
.blog .post .entry-content *:last-child,
.archive .post .entry-content *:last-child {
  margin-bottom: 0;
}
.blog .post .entry-header,
.archive .post .entry-header {
  background-color: #ffffff;
  margin-bottom: 0;
  overflow: hidden;
}
.blog .post .entry-header .entry-title,
.archive .post .entry-header .entry-title {
  font-size: 1.375em;
  font-weight: bold;
}
.blog .post .entry-header .entry-title a,
.archive .post .entry-header .entry-title a {
  color: #000;
}
.blog .post .entry-header .entry-title a:hover,
.archive .post .entry-header .entry-title a:hover {
  color: #333092;
}
.blog .post .read-more-link,
.archive .post .read-more-link {
  font-size: 1.125em;
  text-transform: uppercase;
  margin-top: 20px;
  display: block;
}
.blog .post .entry-footer,
.archive .post .entry-footer {
  display: none;
}

.single .post .entry-footer {
  font-weight: bold;
}

.post-type-archive-tribe_events .tribe-events-list-separator-month:before {
  display: none;
}
.post-type-archive-tribe_events .tribe-events-l-container {
  padding: 0 !important;
}
.post-type-archive-tribe_events .tribe-events-l-container .tribe-events-before-html {
  margin-bottom: 4em;
}
.post-type-archive-tribe_events .tribe-events-l-container .tribe-events-before-html h1,
.post-type-archive-tribe_events .tribe-events-l-container .tribe-events-before-html h2,
.post-type-archive-tribe_events .tribe-events-l-container .tribe-events-before-html h3,
.post-type-archive-tribe_events .tribe-events-l-container .tribe-events-before-html h4,
.post-type-archive-tribe_events .tribe-events-l-container .tribe-events-before-html h5,
.post-type-archive-tribe_events .tribe-events-l-container .tribe-events-before-html h6 {
  margin: 0 0 0.5em;
}
.post-type-archive-tribe_events .tribe-events-l-container .tribe-events-before-html h2 {
  padding-bottom: 0.5em;
}
.post-type-archive-tribe_events .tribe-events-l-container .tribe-events-before-html p {
  margin: 0 0 1.5em;
}
.post-type-archive-tribe_events .tribe-common-c-btn {
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #333092;
  border-radius: 0;
  border: 2px solid transparent;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
  transition: background-color 300ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: middle;
}
.post-type-archive-tribe_events .tribe-common-c-btn:hover, .post-type-archive-tribe_events .tribe-common-c-btn:focus {
  background-color: transparent;
  color: #333092;
  border-color: #333092;
}
.post-type-archive-tribe_events .tribe-events-c-events-bar__views li.tribe-events-c-view-selector__list-item,
.post-type-archive-tribe_events li.tribe-events-c-top-bar__nav-list-item,
.post-type-archive-tribe_events li.tribe-events-c-nav__list-item,
.post-type-archive-tribe_events li.tribe-events-c-messages__message-list-item,
.post-type-archive-tribe_events h2.tribe-common-a11y-visual-hide {
  padding-left: 0;
  margin-bottom: 0;
}
.post-type-archive-tribe_events .tribe-events-c-events-bar__views li.tribe-events-c-view-selector__list-item:before,
.post-type-archive-tribe_events li.tribe-events-c-top-bar__nav-list-item:before,
.post-type-archive-tribe_events li.tribe-events-c-nav__list-item:before,
.post-type-archive-tribe_events li.tribe-events-c-messages__message-list-item:before,
.post-type-archive-tribe_events h2.tribe-common-a11y-visual-hide:before {
  display: none;
}
.post-type-archive-tribe_events .tribe-events-c-events-bar__views li.tribe-events-c-view-selector__list-item:after,
.post-type-archive-tribe_events li.tribe-events-c-top-bar__nav-list-item:after,
.post-type-archive-tribe_events li.tribe-events-c-nav__list-item:after,
.post-type-archive-tribe_events li.tribe-events-c-messages__message-list-item:after,
.post-type-archive-tribe_events h2.tribe-common-a11y-visual-hide:after {
  display: none;
}
.post-type-archive-tribe_events .tribe-events-event-url a {
  word-break: break-word;
}
.post-type-archive-tribe_events .tribe-events-loop .tribe-events-event-meta {
  font-size: 14px;
}
.post-type-archive-tribe_events .tribe-events-event-image {
  width: 100% !important;
}
@media (min-width: 600px) {
  .post-type-archive-tribe_events .tribe-events-event-image {
    width: 30% !important;
  }
}
.post-type-archive-tribe_events .tribe-events-list-event-info {
  float: left;
}
@media (min-width: 600px) {
  .post-type-archive-tribe_events .tribe-events-list-event-info {
    width: 67%;
  }
}
.post-type-archive-tribe_events .tribe-events-calendar-list {
  max-width: 800px;
  margin: 0 auto;
}
.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-events-calendar-list__event-row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 600px) {
  .post-type-archive-tribe_events .tribe-events-calendar-list .tribe-events-calendar-list__event-row {
    width: 60%;
  }
}
@media screen and (min-width: 870px) {
  .post-type-archive-tribe_events .tribe-events-calendar-list .tribe-events-calendar-list__event-row {
    width: 100%;
  }
}
.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag-datetime:after {
  background-color: #333092;
}
.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-datetime-featured-icon {
  display: none;
}
.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-datetime-featured-text {
  color: #333092;
}
.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-title {
  line-height: 1em;
}
.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-venue {
  margin-bottom: 0;
}
.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-event-button {
  margin-top: 1em;
}
.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-event-button:visited {
  color: #fff;
  background-color: #333092;
}
.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-event-button:visited:hover {
  background-color: #242266;
}

/****
Events Single
****/
.single-tribe_events .tribe-events-before-html {
  display: none;
}
.single-tribe_events li {
  padding-left: 0;
}
.single-tribe_events li:before {
  display: none;
}
.single-tribe_events .site-inner > .wrap {
  max-width: none;
  width: 100%;
}
.single-tribe_events .site-inner > .wrap #tribe-events-pg-template {
  max-width: none;
  padding: 0;
}
.single-tribe_events #tribe-events-pg-template #tribe-events-content {
  margin: 0 0 4em 0;
  padding: 0;
}
.single-tribe_events #tribe-events-pg-template .tribe-events-back {
  margin-bottom: 20px;
}
.single-tribe_events #tribe-events-pg-template .tribe-events-content-wrap {
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  width: 90%;
  margin-bottom: 4em;
}
@media (min-width: 900px) {
  .single-tribe_events #tribe-events-pg-template .tribe-events-content-wrap {
    margin-bottom: 6em;
  }
}
.single-tribe_events #tribe-events-pg-template .tribe-events-content-wrap .tribe-events-single-event-title {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 1.875em;
}
@media (min-width: 600px) {
  .single-tribe_events #tribe-events-pg-template .tribe-events-content-wrap .tribe-events-single-event-title {
    font-size: 2.5em;
  }
}
.single-tribe_events #tribe-events-pg-template .tribe-events-content-wrap .tribe-events-schedule {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.single-tribe_events #tribe-events-pg-template .tribe-events-content-wrap .tribe-events-schedule h2 {
  padding-bottom: 0;
}
.single-tribe_events #tribe-events-pg-template .tribe-events-content-wrap .tribe-events-schedule h2:before {
  display: none;
}
.single-tribe_events #tribe-events-pg-template .tribe-events-event-meta {
  margin-bottom: 0;
  background-color: #eee;
  padding-left: 30px;
}
.single-tribe_events #tribe-events-pg-template .tribe-events-event-meta dt {
  margin-bottom: 0;
}
.single-tribe_events #tribe-events-pg-template .tribe-events-event-meta dt:not(:first-child) {
  margin-top: 10px;
}
.single-tribe_events #tribe-events-pg-template .tribe-events-event-meta .tribe-events-address {
  line-height: 20px;
}
.single-tribe_events #tribe-events-pg-template .tribe-events-related-events-title {
  border: none;
  padding-top: 0;
  margin-top: 3em;
}
.single-tribe_events #tribe-events-pg-template ul.tribe-related-events {
  margin-bottom: 4em;
}
.single-tribe_events #flexible-section-repeater .page-flexible-section:first-child {
  margin-top: 0 !important;
}

.post-type-archive-stories .proud-partners-text {
  margin-top: 5em;
  margin-bottom: 3em;
}
.post-type-archive-stories .stories-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2em;
}
@media (min-width: 900px) {
  .post-type-archive-stories .stories-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.post-type-archive-stories .stories-grid .story-box {
  position: relative;
  padding: 2em;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 900px) {
  .post-type-archive-stories .stories-grid .story-box {
    padding: 3em;
    min-height: 372px;
  }
}
.post-type-archive-stories .stories-grid .story-box .story-info {
  position: relative;
  z-index: 100;
}
.post-type-archive-stories .stories-grid .story-box .story-info .story-circle-img {
  background-color: #fff;
  border-radius: 100%;
  border: 2px solid #fff;
  width: 80px;
  margin-bottom: 0.8em;
}
.post-type-archive-stories .stories-grid .story-box .story-info .story-title {
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
}
.post-type-archive-stories .stories-grid .story-box .story-info .story-category {
  color: #fff;
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  margin-bottom: 0.8em;
  display: block;
}
.post-type-archive-stories .stories-grid .story-box .story-info .story-excerpt {
  color: #ddd;
}
.post-type-archive-stories .stories-grid .story-box .story-info .story-button {
  margin-top: 1em;
}
.post-type-archive-stories .stories-grid .story-box .overlay {
  background-color: #151356;
  opacity: 0.7;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.single-stories .page-section-stories {
  display: none;
}

/**
 * Sections
 */
.accordion-row-header {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.accordion-row-header:hover .ac-row-title, .accordion-row-header.active-ar .ac-row-title {
  color: #333092;
}
.accordion-row-header:hover .ac-row-toggle:before, .accordion-row-header:hover .ac-row-toggle:after, .accordion-row-header.active-ar .ac-row-toggle:before, .accordion-row-header.active-ar .ac-row-toggle:after {
  background: #333092;
}

.ac-row-title {
  transition: all 300ms ease;
  max-width: 84%;
}

.ac-row-toggle {
  position: relative;
}
.ac-row-toggle:before, .ac-row-toggle:after {
  background: #555;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  top: -2px;
  transition: all 300ms ease;
  width: 14px;
}
.ac-row-toggle:before {
  right: 15px;
  transform: rotate(45deg);
}
.ac-row-toggle:after {
  right: 7px;
  transform: rotate(-45deg);
}
.active-ar .ac-row-toggle:before {
  transform: rotate(-45deg);
}
.active-ar .ac-row-toggle:after {
  transform: rotate(45deg);
}

.accordion-row-content {
  display: none;
}

.accordions-columns-wrap .accordions-wrap-right {
  margin-top: 0.5em;
}

.page-section-stories {
  overflow: hidden;
  background: #ffffff;
  width: 100%;
}
.page-section-stories .header-section {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 2.25em;
}
.page-section-stories .stories {
  width: 100%;
}
.page-section-stories .story {
  display: block;
}
.page-section-stories .story-img {
  height: 300px;
  margin-bottom: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-section-stories .story-date {
  color: #a7a9ac;
  margin-bottom: 0;
}
.page-section-stories .story-title {
  font-weight: bold;
}
.page-section-stories .story-title a {
  color: #444;
}
.page-section-stories .story-title a:hover {
  color: #111;
}
.page-section-stories .story-blurb-content {
  font-size: 0.875em;
  margin-bottom: 0.75em;
  color: #555;
}
.page-section-stories .read-more {
  text-transform: uppercase;
  font-size: 0.875em;
}
.page-section-stories .stories {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
@media (37.5rem) {
  .page-section-stories .stories {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .page-section-stories.two-posts .stories {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-section-stories.three-posts .stories {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-section-stories.four-posts .stories {
    grid-template-columns: repeat(4, 1fr);
  }
}

#flexible-section-repeater .content-section p:last-child {
  margin-bottom: 0;
}
#flexible-section-repeater .content-section .content-section-blocks-wrap {
  display: grid;
  gap: 2.25em;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  #flexible-section-repeater .content-section .content-section-blocks-wrap {
    grid-template-columns: repeat(12, 1fr);
  }
  #flexible-section-repeater .content-section .content-section-blocks-wrap .content-section-content {
    grid-column: span 12;
  }
}
#flexible-section-repeater .content-section .l-content,
#flexible-section-repeater .content-section .r-content,
#flexible-section-repeater .content-section .third-content,
#flexible-section-repeater .content-section .fourth-content {
  grid-column: span 12;
}
@media (min-width: 900px) {
  #flexible-section-repeater .content-section.fifty-fifty .l-content {
    grid-column: span 6;
  }
  #flexible-section-repeater .content-section.fifty-fifty .r-content {
    grid-column: span 6;
  }
  #flexible-section-repeater .content-section.thirty-seventy .l-content {
    grid-column: span 4;
  }
  #flexible-section-repeater .content-section.thirty-seventy .r-content {
    grid-column: span 8;
  }
  #flexible-section-repeater .content-section.seventy-thirty .l-content {
    grid-column: span 8;
  }
  #flexible-section-repeater .content-section.seventy-thirty .r-content {
    grid-column: span 4;
  }
  #flexible-section-repeater .content-section.thirty-three .l-content,
  #flexible-section-repeater .content-section.thirty-three .r-content,
  #flexible-section-repeater .content-section.thirty-three .third-content {
    grid-column: span 4;
  }
  #flexible-section-repeater .content-section.twenty-five .l-content,
  #flexible-section-repeater .content-section.twenty-five .r-content,
  #flexible-section-repeater .content-section.twenty-five .third-content,
  #flexible-section-repeater .content-section.twenty-five .fourth-content {
    grid-column: span 3;
  }
}

.cta-section.page-flexible-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.cta-section.page-flexible-section .wrap {
  max-width: 960px;
}
.cta-section.page-flexible-section .section-title {
  margin-top: 0;
}

.cta-content {
  text-align: center;
  padding: 3em 0;
  position: relative;
  z-index: 100;
  color: white;
}
.cta-content h2:before {
  background-color: #fff;
}

.cta-overlay {
  background-color: #151356;
  opacity: 0.7;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#flexible-section-repeater .informational-cta-section {
  position: relative;
  background: #eee;
}
#flexible-section-repeater .informational-cta-section p:last-of-type {
  margin-bottom: 0px;
}
#flexible-section-repeater .informational-cta-section.wrap {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
#flexible-section-repeater .informational-cta-section .wrap {
  position: static;
}
#flexible-section-repeater .informational-cta-section .item {
  width: 100%;
}
@media (min-width: 900px) {
  #flexible-section-repeater .informational-cta-section .item {
    width: 50%;
  }
}
#flexible-section-repeater .informational-cta-section .item.content-section {
  padding-top: 4em;
  padding-bottom: 4em;
  box-sizing: border-box;
}
#flexible-section-repeater .informational-cta-section .item.content-section p {
  font-size: 1em;
}
@media (min-width: 900px) {
  #flexible-section-repeater .informational-cta-section .item.content-section {
    padding: 6em 4em 6em 0;
  }
}
@media (min-width: 900px) {
  #flexible-section-repeater .informational-cta-section .item.content-section.right {
    margin-left: 50%;
    padding-left: 4em;
    padding-right: 0;
  }
}
#flexible-section-repeater .informational-cta-section .item.image {
  background-color: black;
  position: relative;
  height: 400px;
}
@media (min-width: 900px) {
  #flexible-section-repeater .informational-cta-section .item.image {
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
  }
  #flexible-section-repeater .informational-cta-section .item.image.left {
    left: 50%;
  }
  #flexible-section-repeater .informational-cta-section .item.image.right {
    right: 50%;
  }
}
#flexible-section-repeater .informational-cta-section .item.image .bg {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#flexible-section-repeater .informational-cta-section .item.image .bg.has-content-over {
  opacity: 0.5;
}
#flexible-section-repeater .informational-cta-section .item.image .image-blurb-wrap {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 900px) {
  #flexible-section-repeater .informational-cta-section .item.image .image-blurb-wrap {
    max-width: 650px;
  }
}
#flexible-section-repeater .informational-cta-section .item.image .image-blurb-wrap .image-blurb-inner-wrap {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
#flexible-section-repeater .informational-cta-section .item.image .image-blurb-wrap .image-blurb-content {
  transform: translateY(-50%);
  color: white;
  font-size: 1.25em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  position: absolute;
  top: 50%;
}
@media (min-width: 900px) {
  #flexible-section-repeater .informational-cta-section .item.image .image-blurb-wrap .image-blurb-content {
    padding-left: 3.9375rem;
  }
  .image.item.right #flexible-section-repeater .informational-cta-section .item.image .image-blurb-wrap .image-blurb-content {
    padding-right: 3.9375rem;
    padding-left: 1.5em;
  }
}

.icon-blurb-section .upper-content,
.icon-blurb-section .bottom-content {
  text-align: center;
  clear: both;
}
.icon-blurb-section .icon-blurb-grid .blurb svg {
  fill: #333092;
  height: auto;
  transition: all 300ms ease;
  width: 3.75em;
}
.icon-blurb-section .icon-blurb-grid .blurb .inner-blurb {
  transition: all 300ms ease;
}
.icon-blurb-section .icon-blurb-grid .blurb:hover a .inner-blurb {
  opacity: 0.6;
}

#flexible-section-repeater .page-flexible-section.has-top-padding {
  margin-top: 4em;
}
#flexible-section-repeater .page-flexible-section.has-bot-padding {
  margin-bottom: 4em;
}
@media (min-width: 900px) {
  #flexible-section-repeater .page-flexible-section.has-top-padding {
    margin-top: 6.25em;
  }
  #flexible-section-repeater .page-flexible-section.has-bot-padding {
    margin-bottom: 6.25em;
  }
}
#flexible-section-repeater .page-flexible-section.color {
  padding: 4em 0;
  margin: 0;
}
@media (min-width: 900px) {
  #flexible-section-repeater .page-flexible-section.color {
    padding: 6.25em 0;
  }
}
#flexible-section-repeater .color.purple {
  background-color: #333092;
}
#flexible-section-repeater .color.gold {
  background-color: #bfa83e;
}
#flexible-section-repeater .color.light-gray {
  background-color: #eee;
}
#flexible-section-repeater .color.light-purple {
  background-color: #efefff;
}
#flexible-section-repeater .color.light-gold {
  background-color: #fff5c5;
}
#flexible-section-repeater .color.medium-gray {
  background-color: #999;
}
#flexible-section-repeater .color.dark-gray {
  background-color: #333;
}
#flexible-section-repeater .color.white {
  background-color: white;
}

.section-title {
  margin: 0 0 0.5em;
  line-height: 1;
  transition: all 300ms ease;
}
@media (min-width: 600px) {
  .section-title {
    font-size: 3em;
  }
}

.section-pre-title {
  font-weight: bold;
  text-transform: uppercase;
  transition: all 300ms ease;
  margin-bottom: 0;
}

.section-sub-title {
  font-weight: bold;
  text-transform: uppercase;
  transition: all 300ms ease;
}

.section-post-title {
  margin-bottom: 1rem;
  transition: all 300ms ease;
}

.dark .section-pre-title,
.dark .section-sub-title,
.dark .section-title,
.dark .section-post-title {
  color: #333;
}

.light .section-pre-title,
.light .section-sub-title,
.light .section-title,
.light .section-post-title {
  color: white;
}

.tile-blocks {
  overflow: auto;
}
@media (min-width: 900px) {
  .tile-blocks {
    display: flex;
    flex-direction: row;
  }
}

.tile-block {
  padding: 4.5em 3em;
  position: relative;
}
@media (min-width: 900px) {
  .tile-block {
    min-height: 300px;
  }
}
.tile-block .tile-block-excerpt {
  position: relative;
  z-index: 100;
}
.tile-block .tile-block-excerpt h1,
.tile-block .tile-block-excerpt h2,
.tile-block .tile-block-excerpt h3,
.tile-block .tile-block-excerpt h4,
.tile-block .tile-block-excerpt h5,
.tile-block .tile-block-excerpt h6 {
  margin-bottom: 0.9375em;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
}
.tile-block .tile-block-excerpt p {
  font-size: 1.125em;
  margin-bottom: 10px;
}
.tile-block.has-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.tile-block.has-image:before {
  transition: all 1s ease-in-out;
  background-color: rgba(51, 51, 51, 0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.tile-block.has-image .wrap {
  position: relative;
  z-index: 100;
}
.tile-block.has-image .tile-block-excerpt {
  color: white;
}
.tile-block.solid.primary {
  background-color: #333092;
}
.tile-block.solid.primary .tile-block-excerpt {
  color: white;
}
.tile-block.solid.white {
  background-color: white;
  border: 1px solid #333;
}
.tile-block.solid.white .tile-block-excerpt {
  color: #333;
}

.ribbon-cta-section {
  display: block;
  position: relative;
  background: #333092;
}
@media (min-width: 600px) {
  .ribbon-cta-section .ribbon-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.ribbon-cta-section .ribbon-text {
  display: block;
  padding-bottom: 1.875rem;
  padding-top: 1.875rem;
  text-align: left;
}
@media (min-width: 600px) {
  .ribbon-cta-section .ribbon-text {
    padding-right: 1.5em;
  }
}
.ribbon-cta-section .top-text,
.ribbon-cta-section .bottom-text {
  color: white;
  line-height: 1;
  margin-bottom: 0;
}
.ribbon-cta-section .top-text {
  font-size: 1.125em;
  margin-bottom: 5px;
}
.ribbon-cta-section .bottom-text {
  font-size: 1.875em;
  font-family: "Cinzel", serif;
  font-weight: 400;
  text-transform: uppercase;
}
.ribbon-cta-section .ribbon-image {
  display: none;
}
@media (min-width: 900px) {
  .ribbon-cta-section .ribbon-image {
    display: inline-block;
    max-height: 100px;
    margin-right: 1em;
  }
}
.ribbon-cta-section .button-wrap {
  margin-bottom: 2.5rem;
  display: inline-block;
}
@media (min-width: 600px) {
  .ribbon-cta-section .button-wrap {
    margin-bottom: 0rem;
  }
}

.image-grid-section .outer-wrap {
  display: flex;
  flex-wrap: wrap;
}
.image-grid-section .image-grid-block {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  height: 325px;
  width: 50%;
}
.image-grid-section .image-grid-block:nth-child(2), .image-grid-section .image-grid-block:nth-child(3) {
  border-top: 10px solid #fff;
}
.image-grid-section .image-grid-block:nth-child(4), .image-grid-section .image-grid-block:nth-child(5), .image-grid-section .image-grid-block:nth-child(6) {
  border-bottom: 10px solid #fff;
}
.image-grid-section .image-grid-block:nth-child(6) {
  border-top: 0px;
}
.image-grid-section .image-grid-block.image-link-block, .image-grid-section .image-grid-block.image-content-block {
  width: 100%;
}
@media (min-width: 900px) {
  .image-grid-section .image-grid-block {
    width: 25%;
  }
  .image-grid-section .image-grid-block.image-link-block, .image-grid-section .image-grid-block.image-content-block {
    width: 50%;
  }
  .image-grid-section .image-grid-block:nth-child(1), .image-grid-section .image-grid-block:nth-child(4) {
    border-left: 10px solid #fff;
  }
  .image-grid-section .image-grid-block:nth-child(3), .image-grid-section .image-grid-block:nth-child(6) {
    border-right: 10px solid #fff;
  }
  .image-grid-section .image-grid-block:nth-child(6) {
    border-top: 5px solid #fff;
  }
}
.image-grid-section .image-grid-block.image-content-block {
  padding: 4em;
}
.image-grid-section .image-grid-block.image-content-block h2 {
  margin-bottom: 1.125em;
}
.image-grid-section .image-grid-block.image-link-block {
  position: relative;
}
.image-grid-section .image-grid-block.image-link-block .image-link-content {
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.img-bg-content-section.page-flexible-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.img-bg-content {
  padding: 16em 0;
  position: relative;
  z-index: 100;
  color: white;
}
.img-bg-content h1, .img-bg-content h2, .img-bg-content h3, .img-bg-content h4, .img-bg-content h5, .img-bg-content h6, .img-bg-content p {
  color: white;
}
@media (min-width: 900px) {
  .img-bg-content {
    width: 50%;
  }
}
.img-bg-content h2:before {
  background-color: #fff;
}

.img-bg-content-overlay {
  background-color: #000;
  opacity: 0.7;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (min-width: 900px) {
  .home #flexible-section-repeater .page-flexible-section.boxes-section {
    margin-top: 0;
  }
}
@media (min-width: 900px) {
  .home #flexible-section-repeater .page-flexible-section.boxes-section .boxes {
    margin-top: -100px;
  }
}

.boxes-section .wrap {
  max-width: 1600px;
}
@media (min-width: 900px) {
  .boxes-section .boxes {
    display: table;
  }
}
.boxes-section .boxes .box {
  margin-bottom: 1.5em;
  display: block;
  background: #f5f5f5;
  border: 1px solid #ddd;
  padding: 2em;
  position: relative;
  z-index: 100;
  transition: all 300ms ease;
}
.boxes-section .boxes .box:last-child {
  margin-bottom: 0;
}
@media (min-width: 900px) {
  .boxes-section .boxes .box {
    margin-bottom: 0;
    padding: 1em;
    width: 20%;
    display: table-cell;
  }
  .boxes-section .boxes .box:hover {
    background: #333092;
    border-color: #333092;
    transform: scale(1.1);
    z-index: 300;
  }
  .boxes-section .boxes .box:hover .box-title {
    color: #fff;
  }
  .boxes-section .boxes .box:hover .box-text {
    color: #fff;
  }
}
@media screen and (min-width: 1200px) {
  .boxes-section .boxes .box {
    padding: 2em;
  }
}
.boxes-section .boxes .box .box-title {
  font-size: 1.25em;
  font-family: "Cinzel", serif;
  line-height: 1em;
  color: #333092;
  display: block;
}
@media (min-width: 900px) {
  .boxes-section .boxes .box .box-title {
    font-size: 1em;
    min-height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .boxes-section .boxes .box .box-title {
    font-size: 1.25em;
    min-height: 50px;
  }
}
.boxes-section .boxes .box .box-title:before {
  background-color: #a7a9ac;
  height: 2px;
}
.boxes-section .boxes .box .box-text {
  margin-bottom: 0;
  font-size: 0.9375em;
  line-height: 1.8em;
  word-break: break-word;
  color: #555;
}

.event-section {
  position: relative;
  background: #bfa83e;
}
.event-section::after {
  content: "";
  display: table;
  clear: both;
}
.event-section p:last-of-type {
  margin-bottom: 0px;
}
.event-section .wrap {
  position: static;
}
.event-section .content {
  padding-top: 4em;
  padding-bottom: 4em;
  position: relative;
}
.event-section .content .content-wrap {
  position: relative;
  z-index: 100;
}
.event-section .content * {
  color: #fff;
}
.event-section .content h2:before {
  background: #fff;
}
.event-section .content p {
  font-size: 1em;
}
@media (min-width: 600px) {
  .event-section .content {
    float: left;
    width: 50%;
    padding: 6em 4em 6em 0;
  }
  .event-section .content:after {
    background: #bfa83e;
    content: "";
    width: 200%;
    height: 110%;
    top: -5%;
    right: 0;
    position: absolute;
    z-index: 1;
  }
}
@media (min-width: 900px) {
  .event-section .content {
    width: 40%;
  }
}
.event-section .image {
  background-color: black;
  position: relative;
  height: 400px;
}
@media (min-width: 600px) {
  .event-section .image {
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    left: 50%;
  }
}
@media (min-width: 900px) {
  .event-section .image {
    width: 60%;
    left: 40%;
  }
}
.event-section .image .bg {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.story-section {
  position: relative;
}
.story-section::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 900px) {
  .story-section {
    margin-top: -60px;
    margin-bottom: -60px;
    z-index: 200;
  }
}
.story-section .wrapper {
  background: #333092;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 900px) {
  .story-section .wrapper {
    height: calc(100% - 120px);
    top: 60px;
  }
}
.story-section .wrap {
  width: 100%;
  max-width: 800px;
  position: relative;
}
.story-section .wrap::after {
  content: "";
  display: table;
  clear: both;
}
.story-section .story-video {
  width: 100%;
  height: 300px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 600px) {
  .story-section .story-video {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
.story-section .story-video .play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 10%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.8;
  transition: all 300ms ease;
  outline: none;
}
.story-section .story-video .play-button:hover {
  opacity: 1;
}
.story-section .story-video .play-button .play {
  background-image: url("assets/images/icon_play.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 75px;
  height: 75px;
  display: inline-block;
}
.story-section .story-video .play-button .text {
  display: block;
  font-weight: bold;
  font-size: 0.8125em;
}
.story-section .story-video .overlay {
  background-color: #000;
  opacity: 0.3;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.story-section .story-info {
  background: #f5f5f5;
  padding: 2.5em 2em;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  .story-section .story-info {
    width: 50%;
    float: right;
    padding: 3em;
    text-align: center;
  }
}
.story-section .story-info .story-title {
  font-family: "Cinzel", serif;
  color: #333092;
}

.get-involved-section::after {
  content: "";
  display: table;
  clear: both;
}
.get-involved-section .wrap {
  position: relative;
}
@media (min-width: 900px) {
  .get-involved-section .wrap {
    display: flex;
    align-items: center;
    min-height: 500px;
  }
}
@media (min-width: 900px) {
  .get-involved-section .get-involved-content {
    width: 50%;
    flex-shrink: 0;
  }
}
.get-involved-section .get-involved-plus {
  position: relative;
}
@media (min-width: 900px) {
  .get-involved-section .get-involved-plus {
    width: 50%;
    float: right;
  }
  .get-involved-section .get-involved-plus .get-involved-plus-wrap {
    margin-left: 7vw;
    transform: translateX(33%);
  }
}
.get-involved-section .get-involved-plus .plus {
  display: block;
  position: relative;
  background: #333092;
  transition: all 300ms ease;
  overflow: hidden;
  padding: 2em;
}
@media (min-width: 900px) {
  .get-involved-section .get-involved-plus .plus {
    display: block;
    width: 33.3%;
    text-align: center;
    overflow: visible;
    padding: 0;
  }
  .get-involved-section .get-involved-plus .plus:hover {
    transform: translateY(-5%);
  }
  .get-involved-section .get-involved-plus .plus:before {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .get-involved-section .get-involved-plus .plus .triangle {
    margin: 0 auto;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    transform: rotate(180deg);
    margin-top: -1px;
  }
  .get-involved-section .get-involved-plus .plus .triangle:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -500px;
    border-left: 500px solid transparent;
    border-right: 500px solid transparent;
    border-bottom: 500px solid #333092;
  }
  .get-involved-section .get-involved-plus .plus .plus-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
  }
  .get-involved-section .get-involved-plus .plus:after {
    border-style: solid;
    border-color: #fff;
    border-width: 0.2em 0.2em 0 0;
    content: "";
    display: inline-block;
    height: 1.45em;
    position: absolute;
    top: 95%;
    left: 42%;
    transform: rotate(135deg);
    vertical-align: top;
    width: 1.45em;
  }
  .get-involved-section .get-involved-plus .plus:nth-child(2) {
    transform-origin: right bottom;
    transform: rotate(90deg);
  }
  .get-involved-section .get-involved-plus .plus:nth-child(2):hover {
    transform: translateX(5%) rotate(90deg);
  }
  .get-involved-section .get-involved-plus .plus:nth-child(2) .plus-wrap {
    transform: translateY(-50%) rotate(-90deg);
  }
  .get-involved-section .get-involved-plus .plus:nth-child(2) .triangle:after {
    border-bottom-color: #474497;
  }
  .get-involved-section .get-involved-plus .plus:nth-child(3):hover {
    transform: translateY(5%);
  }
  .get-involved-section .get-involved-plus .plus:nth-child(3) .triangle {
    top: auto;
    bottom: 100%;
    transform: rotate(0deg);
    margin-top: 0;
    margin-bottom: -1px;
  }
  .get-involved-section .get-involved-plus .plus:nth-child(3) .triangle:after {
    border-bottom-color: #6260a7;
  }
  .get-involved-section .get-involved-plus .plus:nth-child(3):after {
    top: -10%;
    transform: rotate(-45deg);
  }
  .get-involved-section .get-involved-plus .plus:nth-child(4) {
    position: absolute;
    top: 0;
    transform-origin: left bottom;
    transform: rotate(-180deg);
  }
  .get-involved-section .get-involved-plus .plus:nth-child(4):hover {
    transform: translateX(-5%) rotate(-180deg);
  }
  .get-involved-section .get-involved-plus .plus:nth-child(4) .plus-wrap {
    transform: translateY(-50%) rotate(-180deg);
  }
  .get-involved-section .get-involved-plus .plus:nth-child(4) .triangle {
    top: 0;
    left: -50%;
    transform: rotate(-90deg);
    transform-origin: bottom;
    margin-top: 0;
    margin-left: 1px;
  }
  .get-involved-section .get-involved-plus .plus:nth-child(4) .triangle:after {
    border-bottom-color: #726fc4;
  }
  .get-involved-section .get-involved-plus .plus:nth-child(4):after {
    top: 42%;
    left: -10%;
    transform: rotate(-135deg);
  }
}
.get-involved-section .get-involved-plus .plus:nth-child(2) {
  background: #474497;
}
.get-involved-section .get-involved-plus .plus:nth-child(3) {
  background: #6260a7;
}
.get-involved-section .get-involved-plus .plus:nth-child(4) {
  background: #726fc4;
}
.get-involved-section .get-involved-plus .plus .plus-img {
  float: left;
  width: 30px;
  height: auto;
  margin-right: 1em;
}
@media (min-width: 900px) {
  .get-involved-section .get-involved-plus .plus .plus-img {
    float: none;
    width: 50px;
    margin-right: 0;
  }
}
.get-involved-section .get-involved-plus .plus .plus-title {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  float: left;
  font-size: 1.5em;
}
@media (min-width: 900px) {
  .get-involved-section .get-involved-plus .plus .plus-title {
    float: none;
    font-size: 1.25em;
  }
}

.project-info-section {
  position: relative;
}
.project-info-section::after {
  content: "";
  display: table;
  clear: both;
}
.project-info-section .wrap {
  position: static;
}
.project-info-section .project-info {
  padding-top: 4em;
  padding-bottom: 4em;
}
@media (min-width: 900px) {
  .project-info-section .project-info {
    float: left;
    width: 65%;
    padding-top: 6.25em;
    padding-bottom: 6.25em;
    padding-right: 4em;
    box-sizing: border-box;
  }
}
.project-info-section .project-info *:last-child {
  margin-bottom: 0;
}
.project-info-section .funding {
  background-color: #333092;
  position: relative;
  padding: 4em;
}
.project-info-section .funding * {
  color: #fff;
}
.project-info-section .funding h2 {
  font-size: 2.25em;
}
.project-info-section .funding h2:before {
  background: #fff;
}
@media (min-width: 900px) {
  .project-info-section .funding {
    float: left;
    width: 35%;
    padding-top: 6.25em;
    padding-bottom: 6.25em;
    padding-left: 4em;
    padding-right: 0;
    position: relative;
    box-sizing: border-box;
  }
  .project-info-section .funding:after {
    background: #333092;
    content: "";
    width: 300%;
    height: 300%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }
}
.project-info-section .funding .funding-stats {
  margin-top: 0.8em;
}
@media (min-width: 600px) {
  .project-info-section .funding .funding-stats.two-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.25em;
  }
}
.project-info-section .funding .funding-stats .stat {
  margin-bottom: 1em;
}
.project-info-section .funding .funding-stats .stat:last-child {
  margin-bottom: 0;
}
.project-info-section .funding .funding-stats .stat .stat-number {
  margin-bottom: 0;
  font-weight: bold;
}
.project-info-section .funding .funding-stats .stat .stat-date {
  margin-bottom: 0;
  font-size: 1.125em;
}

.testimonial-section {
  background: #f5f5f5;
}
.testimonial-section::after {
  content: "";
  display: table;
  clear: both;
}
.testimonial-section .testimonial-content {
  padding: 45px 2em 45px 1em;
  font-size: 1.125em;
  line-height: 1.6;
  position: relative;
  margin-bottom: 3em;
}
@media (min-width: 900px) {
  .testimonial-section .testimonial-content {
    float: left;
    width: 66.67%;
    font-size: 1.5em;
    margin-bottom: 0;
    box-sizing: border-box;
  }
}
.testimonial-section .testimonial-content:before {
  content: "";
  background-image: url("assets/images/icon_quotes.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 39px;
  position: absolute;
  top: 0;
  left: 0;
}
.testimonial-section .testimonial-content:after {
  content: "";
  background-image: url("assets/images/icon_quotes.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 39px;
  position: absolute;
  bottom: 0;
  right: 25px;
  transform: rotate(180deg);
}
.testimonial-section .testimonial-right {
  width: 100%;
  position: relative;
  padding-bottom: 1em;
  float: left;
}
@media (min-width: 900px) {
  .testimonial-section .testimonial-right {
    width: 33.33%;
    box-sizing: border-box;
  }
}
.testimonial-section .testimonial-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 85%;
  float: right;
  height: 400px;
}
.testimonial-section .testimonial-info {
  background: #bfa83e;
  width: 75%;
  padding: 1.5em;
  position: absolute;
  left: 0;
  bottom: 0;
}
.testimonial-section .testimonial-info * {
  color: #fff;
}
.testimonial-section .testimonial-info .testimonial-name {
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  font-size: 1.875em;
  line-height: 1em;
  margin-bottom: 0.5em;
}

.stats-section {
  background: #333092;
  padding: 4em 0;
  color: #fff;
}
@media (min-width: 900px) {
  .stats-section {
    padding: 6.25em 0;
  }
}
.stats-section .wrap {
  max-width: 960px;
}
.stats-section .wrap .stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.25em;
}
@media (min-width: 900px) {
  .stats-section .wrap .stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
.stats-section * {
  color: #fff;
}
.stats-section .stat {
  text-align: center;
}
.stats-section .stat .stat-pre-title {
  font-size: 1.625em;
  display: block;
}
.stats-section .stat .stat-title {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin-bottom: 0;
}
.stats-section .stat .stat-sub-title {
  font-size: 1.375em;
  display: block;
}
.stats-section .stat .stat-button {
  margin-top: 1.5em;
}

@media (min-width: 900px) {
  .approach-section .section-header {
    width: 25%;
  }
}
.approach-section .section-header h2 {
  font-size: 2.375em;
}
@media (min-width: 900px) {
  .approach-section .apps {
    width: 75%;
  }
}
.approach-section .app {
  margin-bottom: 1em;
}
@media (min-width: 900px) {
  .approach-section .app {
    width: 33.3333333333%;
    margin-bottom: 0;
  }
}
.approach-section .app:last-child {
  margin-bottom: 0;
}
.approach-section .app .app-title {
  color: #333092;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin-bottom: 0;
}
.approach-section .app .app-text {
  margin-bottom: 0;
}

.stories-section .stories-grid .story-box {
  position: relative;
  padding: 2em;
  margin-bottom: 2em;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 900px) {
  .stories-section .stories-grid .story-box {
    padding: 3em;
    margin-bottom: 2.35765%;
    width: 33.3333333333%;
  }
  .stories-section .stories-grid .story-box:nth-child(3n) {
    margin-right: 0;
  }
  .stories-section .stories-grid .story-box:nth-child(4), .stories-section .stories-grid .story-box:nth-child(5) {
    width: 50%;
  }
}
.stories-section .stories-grid .story-box .story-info {
  position: relative;
  z-index: 100;
}
.stories-section .stories-grid .story-box .story-info .story-circle-img {
  background-color: #fff;
  border-radius: 100%;
  border: 2px solid #fff;
  width: 80px;
  margin-bottom: 0.8em;
}
.stories-section .stories-grid .story-box .story-info .story-title {
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
}
.stories-section .stories-grid .story-box .story-info .story-category {
  color: #fff;
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  margin-bottom: 0.8em;
  display: block;
}
.stories-section .stories-grid .story-box .story-info .story-excerpt {
  color: #ddd;
}
.stories-section .stories-grid .story-box .story-info .story-button {
  margin-top: 1em;
}
.stories-section .stories-grid .story-box .overlay {
  background-color: #151356;
  opacity: 0.7;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.logo-slider-section .section-header {
  text-align: center;
  margin-bottom: 1rem;
}
.logo-slider-section .logos-slider-content {
  margin-bottom: 2rem;
}
.logo-slider-section .logos-feed-outer {
  width: 100%;
  position: relative;
}
.logo-slider-section .logos-feed-outer .logos-feed .slick-track {
  display: flex !important;
  align-items: center;
}
.logo-slider-section .logos-feed-outer .logos-feed .logo {
  padding: 0 1em;
  display: block;
  text-align: center;
}
.logo-slider-section .logos-feed-outer .logos-feed .logo:focus {
  outline: none;
}
.logo-slider-section .logos-feed-outer .logos-feed .logo .logo-image {
  display: inline-block;
  max-height: 6.25rem;
}
@media (min-width: 600px) {
  .logo-slider-section .logos-feed-outer .logos-feed .logo .logo-image {
    max-height: 9.375rem;
  }
}
.logo-slider-section .logos-feed-outer .left-arrow,
.logo-slider-section .logos-feed-outer .right-arrow {
  position: absolute;
  top: 50%;
  z-index: 100;
  opacity: 0.7;
  transform: translateY(-50%);
  transition: all 300ms ease;
  display: block !important;
}
.logo-slider-section .logos-feed-outer .left-arrow.slick-hidden,
.logo-slider-section .logos-feed-outer .right-arrow.slick-hidden {
  display: none !important;
}
.logo-slider-section .logos-feed-outer .left-arrow.slick-arrow,
.logo-slider-section .logos-feed-outer .right-arrow.slick-arrow {
  display: block;
}
.logo-slider-section .logos-feed-outer .left-arrow svg,
.logo-slider-section .logos-feed-outer .right-arrow svg {
  width: 40px;
  height: 40px;
  fill: #333;
}
.logo-slider-section .logos-feed-outer .left-arrow:hover,
.logo-slider-section .logos-feed-outer .right-arrow:hover {
  cursor: pointer;
  opacity: 1;
}
.logo-slider-section .logos-feed-outer .left-arrow {
  left: -20px;
}
.logo-slider-section .logos-feed-outer .left-arrow svg {
  transform: rotate(180deg);
}
.logo-slider-section .logos-feed-outer .right-arrow {
  right: -20px;
}

.products-feed-section {
  overflow: hidden;
  background: #f5f5f5;
}
.products-feed-section .header-section {
  clear: both;
  overflow: hidden;
}
@media (37.5rem) {
  .products-feed-section .header-section .header-section-title {
    float: left;
  }
  .products-feed-section .header-section .purple-button {
    float: right;
    margin-bottom: 0;
  }
}
.products-feed-section .header-section .purple-button {
  margin-bottom: 2em;
}
.products-feed-section .featuredProdFlexSliderOuterWrap {
  width: 100%;
  position: relative;
}
.products-feed-section .featuredProdFlexSliderOuterWrap .featuredProdFlexSlider {
  margin-left: -1em;
  margin-right: -1em;
}
.products-feed-section .featuredProdFlexSliderOuterWrap .featuredProdFlexSlider .product {
  background-color: #fff;
  margin: 0 1em;
  border: none;
}
.products-feed-section .featuredProdFlexSliderOuterWrap .featuredProdFlexSlider .product .product-grid-title-wrapper {
  margin: 0 1em;
}
.products-feed-section .featuredProdFlexSliderOuterWrap .featuredProdFlexSlider .product .button {
  margin: 1em;
}
.products-feed-section .featuredProdFlexSliderOuterWrap .left-arrow,
.products-feed-section .featuredProdFlexSliderOuterWrap .right-arrow {
  display: none !important;
}
@media (min-width: 1000px) {
  .products-feed-section .featuredProdFlexSliderOuterWrap .left-arrow,
  .products-feed-section .featuredProdFlexSliderOuterWrap .right-arrow {
    position: absolute;
    top: 45%;
    display: flex !important;
    align-items: center;
  }
}
@media (max-width: 1000px) {
  .products-feed-section .featuredProdFlexSliderOuterWrap .left-arrow,
  .products-feed-section .featuredProdFlexSliderOuterWrap .right-arrow {
    top: auto;
    bottom: -50px;
  }
}
.products-feed-section .featuredProdFlexSliderOuterWrap .left-arrow svg,
.products-feed-section .featuredProdFlexSliderOuterWrap .right-arrow svg {
  transition: all 300ms ease;
  fill: #333;
  opacity: 0.5;
}
.products-feed-section .featuredProdFlexSliderOuterWrap .left-arrow:hover,
.products-feed-section .featuredProdFlexSliderOuterWrap .right-arrow:hover {
  cursor: pointer;
}
.products-feed-section .featuredProdFlexSliderOuterWrap .left-arrow:hover svg,
.products-feed-section .featuredProdFlexSliderOuterWrap .right-arrow:hover svg {
  opacity: 1;
}
.products-feed-section .featuredProdFlexSliderOuterWrap .left-arrow {
  left: 0;
}
.products-feed-section .featuredProdFlexSliderOuterWrap .left-arrow svg {
  transform: rotate(180deg);
}
@media (min-width: 1000px) {
  .products-feed-section .featuredProdFlexSliderOuterWrap .left-arrow {
    left: -40px;
  }
}
.products-feed-section .featuredProdFlexSliderOuterWrap .right-arrow {
  right: 0;
}
@media (min-width: 1000px) {
  .products-feed-section .featuredProdFlexSliderOuterWrap .right-arrow {
    right: -40px;
  }
}

/**
 * Pages
 */
/**
* Utilities
*/
.bbr {
  border-radius: 3px;
}

.bbrtl {
  border-top-left-radius: 3px;
}

.bbrtr {
  border-top-right-radius: 3px;
}

.bbrbr {
  border-bottom-right-radius: 3px;
}

.bbrbl {
  border-bottom-right-radius: 3px;
}

.br50 {
  border-radius: 50%;
}

.base-border {
  border: 1px solid #eee;
}

.base-border-top {
  border-top: 1px solid #eee;
}

.base-border-bottom {
  border-bottom: 1px solid #eee;
}

.base-border-left {
  border-left: 1px solid #eee;
}

.base-border-right {
  border-right: 1px solid #eee;
}

.bg-action {
  background-color: #333092;
}

.bg-dark-gray {
  background-color: #333;
}

.bg-light-gray {
  background-color: #eee;
}

.bg-medium-gray {
  background-color: #999;
}

.bg-primary {
  background-color: #333092;
}

.bg-white {
  background-color: white;
}

.f16 {
  font-size: 1em;
}

.f18 {
  font-size: 1.125em;
}

.f20 {
  font-size: 1.25em;
}

.f22 {
  font-size: 1.375em;
}

.f24 {
  font-size: 1.5em;
}

.f26 {
  font-size: 1.625em;
}

.f28 {
  font-size: 1.75em;
}

.f30 {
  font-size: 1.875em;
}

.f32 {
  font-size: 2em;
}

.f34 {
  font-size: 2.125em;
}

.f36 {
  font-size: 2.25em;
}

.f38 {
  font-size: 2.375em;
}

.f40 {
  font-size: 2.5em;
}

.f42 {
  font-size: 2.625em;
}

.f44 {
  font-size: 2.75em;
}

.f46 {
  font-size: 2.875em;
}

.f48 {
  font-size: 3em;
}

.f60 {
  font-size: 3.75em;
}

.f90 {
  font-size: 5.625em;
}

.fwb {
  font-weight: bold;
}

.one23grid {
  display: flex;
  flex-direction: column;
}
@media (min-width: 600px) {
  .one23grid {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
}
.one23grid > div,
.one23grid > a {
  margin-top: 2%;
}
.one23grid > div:nth-child(1),
.one23grid > a:nth-child(1) {
  margin-top: 0;
}
.one23grid > div,
.one23grid > a {
  width: 100%;
}
@media (min-width: 600px) {
  .one23grid > div,
  .one23grid > a {
    width: 49%;
    margin-left: 2%;
  }
  .one23grid > div:nth-child(2),
  .one23grid > a:nth-child(2) {
    margin-top: 0;
  }
  .one23grid > div:nth-child(2n+1), .one23grid > div:nth-child(1),
  .one23grid > a:nth-child(2n+1),
  .one23grid > a:nth-child(1) {
    margin-left: 0;
  }
}
@media (min-width: 900px) {
  .one23grid > div,
  .one23grid > a {
    width: 32%;
  }
  .one23grid > div:nth-child(3),
  .one23grid > a:nth-child(3) {
    margin-top: 0;
  }
  .one23grid > div:nth-child(2n+1),
  .one23grid > a:nth-child(2n+1) {
    margin-left: 2%;
  }
  .one23grid > div:nth-child(3n+1),
  .one23grid > a:nth-child(3n+1) {
    margin-left: 0;
  }
}

.one3grid {
  display: flex;
  flex-direction: column;
}
@media (min-width: 900px) {
  .one3grid {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
}
.one3grid > div,
.one3grid > a {
  margin-top: 2%;
}
.one3grid > div:nth-child(1),
.one3grid > a:nth-child(1) {
  margin-top: 0;
}
.one3grid > div,
.one3grid > a {
  width: 100%;
}
@media (min-width: 900px) {
  .one3grid > div,
  .one3grid > a {
    width: 32%;
  }
  .one3grid > div:nth-child(3),
  .one3grid > a:nth-child(3) {
    margin-top: 0;
  }
  .one3grid > div:nth-child(2n+1), .one3grid > div:nth-child(2n),
  .one3grid > a:nth-child(2n+1),
  .one3grid > a:nth-child(2n) {
    margin-left: 2%;
  }
  .one3grid > div:nth-child(3n+1),
  .one3grid > a:nth-child(3n+1) {
    margin-left: 0;
  }
}

.one2grid {
  display: flex;
  flex-direction: column;
}
@media (min-width: 600px) {
  .one2grid {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
}
.one2grid > div,
.one2grid > a {
  margin-top: 2%;
}
.one2grid > div:nth-child(1),
.one2grid > a:nth-child(1) {
  margin-top: 0;
}
.one2grid > div,
.one2grid > a {
  width: 100%;
}
@media (min-width: 600px) {
  .one2grid > div,
  .one2grid > a {
    width: 49%;
    margin-left: 2%;
  }
  .one2grid > div:nth-child(2),
  .one2grid > a:nth-child(2) {
    margin-top: 0;
  }
  .one2grid > div:nth-child(2n+1), .one2grid > div:nth-child(1),
  .one2grid > a:nth-child(2n+1),
  .one2grid > a:nth-child(1) {
    margin-left: 0;
  }
}

.one2gridlarge {
  display: flex;
  flex-direction: column;
}
@media (min-width: 900px) {
  .one2gridlarge {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
}
.one2gridlarge > div,
.one2gridlarge > a {
  margin-top: 2%;
}
.one2gridlarge > div:nth-child(1),
.one2gridlarge > a:nth-child(1) {
  margin-top: 0;
}
.one2gridlarge > div,
.one2gridlarge > a {
  width: 100%;
}
@media (min-width: 900px) {
  .one2gridlarge > div,
  .one2gridlarge > a {
    width: 49%;
    margin-left: 2%;
  }
  .one2gridlarge > div:nth-child(2),
  .one2gridlarge > a:nth-child(2) {
    margin-top: 0;
  }
  .one2gridlarge > div:nth-child(2n+1), .one2gridlarge > div:nth-child(1),
  .one2gridlarge > a:nth-child(2n+1),
  .one2gridlarge > a:nth-child(1) {
    margin-left: 0;
  }
}

.mb0 {
  margin-bottom: 0;
}

.lmb0 > :last-child {
  margin-bottom: 0;
}

.lotmb0:last-of-type {
  margin-bottom: 0;
}

.mlra {
  margin-left: auto;
  margin-right: auto;
}

.smallmt {
  margin-top: 0.5em;
}

.basemt {
  margin-top: 1.5em;
}

.basemt2 {
  margin-top: 3em;
}

.basemt3 {
  margin-top: 4.5em;
}

.sectionmt {
  margin-top: 4em;
}
@media (min-width: 900px) {
  .sectionmt {
    margin-top: 6.25em;
  }
}

.smallml {
  margin-left: 0.5em;
}

.baseml {
  margin-left: 1.5em;
}

.baseml2 {
  margin-left: 3em;
}

.baseml3 {
  margin-left: 4.5em;
}

.sectionml {
  margin-left: 4em;
}
@media (min-width: 900px) {
  .sectionml {
    margin-left: 6.25em;
  }
}

.smallmr {
  margin-right: 0.5em;
}

.basemr {
  margin-right: 1.5em;
}

.basemr2 {
  margin-right: 3em;
}

.basemr3 {
  margin-right: 4.5em;
}

.sectionmr {
  margin-right: 4em;
}
@media (min-width: 900px) {
  .sectionmr {
    margin-right: 6.25em;
  }
}

.smallmb {
  margin-bottom: 0.5em;
}

.basemb {
  margin-bottom: 1.5em;
}

.basemb2 {
  margin-bottom: 3em;
}

.basemb3 {
  margin-bottom: 4.5em;
}

.sectionmb {
  margin-bottom: 4em;
}
@media (min-width: 900px) {
  .sectionmb {
    margin-bottom: 6.25em;
  }
}

.smallpt {
  padding-top: 0.5em;
}

.basept {
  padding-top: 1.5em;
}

.basept2 {
  padding-top: 3em;
}

.basept3 {
  padding-top: 4.5em;
}

.sectionpt {
  padding-top: 4em;
}
@media (min-width: 900px) {
  .sectionpt {
    padding-top: 6.25em;
  }
}

.smallpr {
  padding-right: 0.5em;
}

.basepr {
  padding-right: 1.5em;
}

.basepr2 {
  padding-right: 3em;
}

.basepr3 {
  padding-right: 4.5em;
}

.sectionpr {
  padding-right: 4em;
}
@media (min-width: 900px) {
  .sectionpr {
    padding-right: 6.25em;
  }
}

.smallpl {
  padding-left: 0.5em;
}

.basepl {
  padding-left: 1.5em;
}

.basepl2 {
  padding-left: 3em;
}

.basepl3 {
  padding-left: 4.5em;
}

.sectionpl {
  padding-left: 4em;
}
@media (min-width: 900px) {
  .sectionpl {
    padding-left: 6.25em;
  }
}

.smallpb {
  padding-bottom: 0.5em;
}

.basepb {
  padding-bottom: 1.5em;
}

.basepb2 {
  padding-bottom: 3em;
}

.basepb3 {
  padding-bottom: 4.5em;
}

.sectionpb {
  padding-bottom: 4em;
}
@media (min-width: 900px) {
  .sectionpb {
    padding-bottom: 6.25em;
  }
}

.smallpa {
  padding: 0.5em;
}

.basepa {
  padding: 1.5em;
}

.basepa2 {
  padding: 3em;
}

.basepa3 {
  padding: 4.5em;
}

.sectionpa {
  padding: 4em;
}
@media (min-width: 900px) {
  .sectionpa {
    padding: 6.25em;
  }
}

.lh1 {
  line-height: 1;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.text-action {
  color: #333092;
}

.text-dark-gray {
  color: #333;
}

.text-light-gray {
  color: #eee;
}

.text-medium-gray {
  color: #999;
}

.text-primary {
  color: #333092;
}

.text-white {
  color: white;
}

.w100 {
  width: 100%;
}

.max-width-1200 {
  max-width: 1200px;
}

.max-width-960 {
  max-width: 960px;
}

.max-width-760 {
  max-width: 760px;
}
/*# sourceMappingURL=assets/maps/style.css.map */
