@charset "UTF-8";
/**
 * Margin, No Edge
 * Removes left margin from first item, right margin from last item
 */
/**
 * Icon Position
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
/**
 * Columns
 *
 */
/**
 * Columns, Mobile
 *
 */
/**
 * Columns, Tablet
 *
 */
/**
 * Columns, Tablet Up
 *
 */
/**
 * Columns, Desktop
 *
 */


/* Hide mobile-only items on desktop */
.mobile-nav-only {
    display: none !important;
}

/* Show mobile-only items on smaller screens */
@media (max-width: 768px) {
    .mobile-nav-only {
        display: block !important;
    }
}

/* Ensure image is centered */
.menu-img-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 70px; /* adjust height if needed */
}

/* Expand container height for the image menu item */
#mega-menu-wrap-primary .mega-menu-item {
    height: auto !important;
    line-height: normal !important;
    overflow: visible;
    text-align: center;
}

/* Remove extra spacing if needed */
#mega-menu-wrap-primary .mega-menu-item > a {
    display: block;
    padding: 10px 15px; /* adjust to your spacing */
}

/* Adjusts the height of the mobile navigation image/link */
#mega-menu-wrap-primary .menu-img-icon a.mega-menu-link {
    background: transparent !important;
    height: 100px !important;
    }

.inline-link {
    display: none!important;
}

/* Show mobile-only items on smaller screens */
@media (max-width: 768px) {
    .inline-link {
    display: inline-block!important;
	clear: both!important;
    margin-right: 10px!important; /* Adjust spacing as needed */
	margin-top: 30px!important;
	}
	
	.inline-link:first-child {
    margin-left: auto!important;
	}
	
	.inline-link:last-child {
    margin-right: auto!important;
	}
	
	#mega-menu-wrap-primary .inline-link a.mega-menu-link {
	font-size: 20px!important;
    background: #fff!important;
    color: #2e1a47!important;
    border-radius:50px !important;
	}

}


button,
.button,
button.wpforms-submit,
input[type=button],
input[type=reset],
input[type=submit], a svg, a {
  transition: all 0.1s ease-in-out;
}

.entry-comments .comment-list .comment-meta a {
  color: #333;
  font-weight: 400;
}
.entry-comments .comment-list .comment-meta a:hover {
  color: #2e1a47;
  text-decoration: none;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  height: 100%;
  position: relative;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  min-height: 100%;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Style Guide
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
body {
  color: #333;
  font-family: "IBM Plex Serif", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}

a {
  color: #2e1a47;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  text-decoration-style: solid;
}
a[href^=tel] {
  color: inherit;
}

strong {
  font-weight: 700;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
}

code {
  padding: 2px 4px;
  white-space: nowrap;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

cite {
  font-style: normal;
}

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

/* Paragraph
--------------------------------------------- */
p {
  margin: 0 0 32px;
  padding: 0;
}
p.has-background {
  padding: 8px 16px;
}
p.huge, p.has-huge-font-size {
  font-size: 4vw;
  opacity: 1;
}
@media (min-width: 1875px) {
  p.huge, p.has-huge-font-size {
    font-size: 75px;
  }
}
@media (max-width: 800px) {
  p.huge, p.has-huge-font-size {
    font-size: 32px;
  }
}
p.large, p.has-large-font-size, p.wp-block-subhead {
  font-size: 22px;
  font-style: normal;
  opacity: 1;
}
@media (min-width: 992px) {
  p.large, p.has-large-font-size, p.wp-block-subhead {
    font-size: 26px;
  }
}
p.small, p.has-small-font-size {
  font-size: 13px;
  font-family: Roboto, sans-serif;
  margin: 0;
}
p.extra-margin {
  margin-bottom: 64px;
}

/* List Items
--------------------------------------------- */
ol {
  margin: 0 0 64px 32px;
}
ol li {
  list-style-type: decimal;
}
ol ol {
  margin-bottom: 0;
}

ul {
  margin: 0 0 64px 32px;
}
ul li {
  list-style-type: disc;
}
ul ul {
  margin-bottom: 0;
}

/* Color Options
--------------------------------------------- */
.has-purple-color {
  color: #2e1a47;
}

.has-purple-background-color {
  background-color: #2e1a47;
}

.has-purpleback-color {
  color: #ece9f0;
}

.has-purpleback-background-color {
  background-color: #ece9f0;
}

.has-orange-color {
  color: #ed9a70;
}

.has-orange-background-color {
  background-color: #ed9a70;
}

.has-blue-color {
  color: #6491a6;
}

.has-blue-background-color {
  background-color: #6491a6;
}

.has-red-color {
  color: #cc6566;
}

.has-red-background-color {
  background-color: #cc6566;
}

.has-charcoal-color {
  color: #636363;
}

.has-charcoal-background-color {
  background-color: #636363;
}

.has-fade-color {
  color: #c3c3c3;
}

.has-fade-background-color {
  background-color: #c3c3c3;
}

.has-green-color {
  color: #2fb248;
}

.has-green-background-color {
  background-color: #2fb248;
}

.has-grey-color {
  color: #ece9f0;
}

.has-grey-background-color {
  background-color: #ece9f0;
}

.has-white-color {
  color: #fff;
}

.has-white-background-color {
  background-color: #fff;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #2e1a47;
  color: #333;
  padding: 10px;
  width: 100%;
}

input[type=checkbox],
input[type=radio] {
  margin-right: 10px;
  width: auto;
}

input:focus,
textarea:focus {
  outline: none;
}

::-moz-placeholder {
  color: #bdbdbd;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #bdbdbd;
}

::-webkit-input-placeholder {
  color: #bdbdbd;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

button,
.button,
button.wpforms-submit,
input[type=button],
input[type=reset],
input[type=submit] {
  background: #2e1a47;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  width: auto;
  -webkit-appearance: none;
}
button:hover,
.button:hover,
button.wpforms-submit:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background-color: #160c22;
  color: #fff;
  text-decoration: none;
}

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button {
  display: none;
}

/* Search Form
--------------------------------------------- */
a.dashicons-search.mega-menu-link {
    font-size: 20px !important;
}

.search-form {
    border: 1px solid #dfdfdf;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.search-form .search-field {
  border: none;
  padding-right: 32px;
}
.search-form .search-submit {
  border-radius: 0;
  border: none;
  height: 100%;
  margin: 0;
  min-width: 0;
  padding: 0;
  padding-left: 4px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 38px;
}
.search-form .search-submit svg {
  fill: #fff;
  width: 18px;
  height: 18px;
  margin-top: calc( ( 24px - 18px ) / 2 );
}

/* WPForms
--------------------------------------------- */
.site-container .wpforms-container {
  max-width: 600px;
  margin: 64px auto;
}
.site-container .wpforms-container .wpforms-field {
  padding: 0;
  margin-bottom: 32px;
}
.site-container .wpforms-container .wpforms-submit-container {
  padding: 0;
  margin-top: 32px;
  text-align: center;
}
.site-container .wpforms-container label.wpforms-error,
.site-container .wpforms-container .wpforms-field-label {
  font-size: 14px;
  font-weight: 400;
}
.site-container .wpforms-container label.wpforms-error {
  margin-top: 8px;
}
.site-container .wpforms-container .wpforms-field-label {
  margin-bottom: 8px;
}

/* Blocks
---------------------------------------------------------------------------------------------------- */
/* General
--------------------------------------------- */
.entry > * > *:first-child,
.entry-comments > *:first-child,
.comment-respond > *:first-child,
.archive .site-main > *:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .entry > *,
.entry-comments,
.comment-respond,
.archive .site-main {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }
}

.entry-content > *.extra-spacing {
  margin: 64px 0;
}
@media (max-width: 768px) {
  .entry-content > *.extra-spacing {
    margin: 32px 0;
  }
}

.entry-content a,
.resources-panel a {
  text-decoration: underline;
  text-decoration-style: solid;
}
.entry-content a:hover,
.resources-panel a:hover {
  text-decoration: none;
  color: #2e1a47;
}

.entry-content .alignleft {
  text-align: left;
}
.entry-content .alignright {
  text-align: right;
}

.entry-content > * {
  margin-top: 32px;
  margin-bottom: 32px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .entry-content > * {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.entry-content > * > *:first-child {
  margin-top: 0;
}
.entry-content > * > *:last-child {
  margin-bottom: 0;
}
.entry-content > *.alignwide {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  width: auto;
}
@media (min-width: 992px) {
  .entry-content > *.alignwide {
    max-width: 80%;
  }
}
.entry-content > *.alignfull {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  width: auto;
}
.entry-content > *.alignleft {
  /*rtl:ignore*/
  float: left;
  margin: 0 64px 64px 0;
}
.entry-content > *.alignright {
  /*rtl:ignore*/
  float: right;
  margin: 0 0 64px 64px;
}
.entry-content > *.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .entry-content > *.aligncenter {
    margin-left: 0;
    margin-right: 0;
  }
}

.entry-content ul,
.entry-content ol {
  padding-left: 0;
  list-style: none;
}
.entry-content ul li,
.entry-content ol li {
  margin-left: 0.5rem;
  padding-bottom: 0.5rem;
}
.entry-content ul li:last-child,
.entry-content ol li:last-child {
  padding-bottom: 0;
}
.entry-content ul li ul,
.entry-content ul li ol,
.entry-content ol li ul,
.entry-content ol li ol {
  padding-top: 0.5rem;
}

ul.pml-links,
.editor-styles-wrapper ul.pml-links {
  margin-left: 0;
  padding-left: 0;
  font-family: Roboto, sans-serif;
}
ul.pml-links li,
.editor-styles-wrapper ul.pml-links li {
  list-style-type: none;
  margin-left: 0;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2e1a47;
  line-height: 1.2;
  font-family: Roboto, sans-serif;
  margin-bottom: 16px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #2e1a47;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
}
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  outline: none;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h1 {
  font-weight: 600;
}

h2,
h3 {
  font-weight: 400;
}

h4,
h5,
h6 {
  font-weight: 300;
}

.home-blog-section header.entry-header,
.home-blog-section footer.entry-footer{
    padding: 0px;
}

.home-blog-section header.entry-header h4,
.home-blog-section header.entry-header a {
    font-weight: 500 !important;
    color: #2e1a47 !important;
}

.quick-links-section figure {
    border: 1px solid #2e1a47;
    margin-top: 10px;
    margin-bottom: 5px;
}

li.ultp-filter-select__dropdown-inner {
    list-style-type: unset !important;
}

div#main-content {
    padding-top: 30px;
}

/* Blockquote
--------------------------------------------- */
blockquote,
blockquote.wp-block-quote {
  background: transparent;
  text-align: left;
}
blockquote p,
blockquote.wp-block-quote p {
  color: #2e1a47;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}
blockquote cite,
blockquote .wp-block-quote__citation,
blockquote.wp-block-quote cite,
blockquote.wp-block-quote .wp-block-quote__citation {
  color: #2e1a47;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 12px;
  text-transform: uppercase;
}
blockquote p:last-of-type,
blockquote.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}
blockquote.is-large, blockquote.is-style-large,
blockquote.wp-block-quote.is-large,
blockquote.wp-block-quote.is-style-large {
  margin: calc(2 * $block-margin) auto;
}
blockquote.is-large p, blockquote.is-style-large p,
blockquote.wp-block-quote.is-large p,
blockquote.wp-block-quote.is-style-large p {
  font-size: 24px;
}
@media (min-width: 768px) {
  blockquote.is-large p, blockquote.is-style-large p,
blockquote.wp-block-quote.is-large p,
blockquote.wp-block-quote.is-style-large p {
    font-size: 36px;
  }
}
blockquote.is-large cite, blockquote.is-style-large cite,
blockquote.wp-block-quote.is-large cite,
blockquote.wp-block-quote.is-style-large cite {
  text-align: left;
}

/* Pull Quote
--------------------------------------------- */
.wp-block-pullquote {
  border: none;
  padding: 0;
}
.wp-block-pullquote blockquote {
  border-left: 0;
  border-top: 8px solid #2e1a47;
  border-bottom: 8px solid #2e1a47;
  padding: 16px 0;
  text-align: center;
  max-width: 50%;
  margin: 0 auto;
}
.wp-block-pullquote.alignleft blockquote, .wp-block-pullquote.alignright blockquote {
  max-width: 100%;
}

/* Separator
--------------------------------------------- */
.wp-block-separator,
hr {
  margin-top: 0;
  margin-bottom: 32px;
}
.wp-block-separator:not(.is-style-dots),
hr:not(.is-style-dots) {
  background-color: #2e1a47;
  border: 0;
  height: 1px;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots),
hr:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
  height: 4px;
  background: transparent;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots)::before,
hr:not(.is-style-wide):not(.is-style-dots)::before {
  content: "";
  display: block;
  height: 4px;
  width: 60px;
  background: #2e1a47;
}
.wp-block-separator.is-style-dots:before,
hr.is-style-dots:before {
  color: #424242;
  font-size: 18px;
  letter-spacing: 12px;
  padding-left: 12px;
}

/* Image
--------------------------------------------- */
.right-icon {
  position: relative;
}
.right-icon img {
  height: 1.5em;
  position: absolute;
  right: 0;
  top: -0.2em;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

figcaption {
  color: #757575;
  text-align: left;
  font-size: 14px;
  font-style: italic;
}

/* Button
--------------------------------------------- */
.wp-block-button {
  margin-bottom: 64px;
  text-align: center;
}
.wp-block-button a {
  text-decoration: none;
}

/* Tables
--------------------------------------------- */
.table,
.wp-block-table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 64px;
}
.table th,
.table td,
.wp-block-table th,
.wp-block-table td {
  padding: 16px;
  vertical-align: center;
  border-top: 1px solid #2e1a47;
}
.table thead th,
.wp-block-table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #2e1a47;
}
.table tbody + tbody,
.wp-block-table tbody + tbody {
  border-top: 2px solid #2e1a47;
}

/* Columns
--------------------------------------------- */
.wp-block-columns .wp-block-column {
  flex-basis: 100%;
}
.wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0;
}
.wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 0;
}
.wp-block-columns[class*=has-]:not(.alignwide):not(.alignfull) {
  padding-left: 0;
  padding-right: 0;
}
.wp-block-columns[class*=has-] > * {
  margin-right: 16px;
  margin-left: 16px;
}

em {
  font-style: normal;
  color: #2e1a47;
}

.text-outline {
  text-shadow: 0px 0px 6px #333;
}

.gap-right {
  margin-right: 64px !important;
}
@media (max-width: 767px) {
  .gap-right {
    margin-right: initial !important;
  }
}

.gap-left {
  margin-left: 32px !important;
}
@media (max-width: 767px) {
  .gap-left {
    margin-right: initial !important;
  }
}

.wp-block-media-text.alignfull.has-media-on-the-right.huge {
  grid-template-areas: "spacer media-text-content media-text-media";
  grid-template-columns: auto minmax(200px, calc(1232px / 2)) 50%;
  align-items: start;
}
.wp-block-media-text.alignfull.has-media-on-the-right.huge .wp-block-media-text__content {
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 600px) {
  .wp-block-media-text.alignfull.has-media-on-the-right.huge {
    grid-template-areas: "media-text-content" "media-text-media" !important;
    grid-template-columns: 100% !important;
    grid-auto-rows: auto;
  }
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover-image.has-left-content .wp-block-cover-text,
.wp-block-cover-image.has-left-content h2,
.wp-block-cover.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
.wp-block-cover.has-left-content h2 {
  margin-left: auto;
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover-image.has-right-content .wp-block-cover-text,
.wp-block-cover-image.has-right-content h2,
.wp-block-cover.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
.wp-block-cover.has-right-content h2 {
  margin-right: auto;
}

.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2 {
  font-family: Roboto, sans-serif;
  font-size: 8vw;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  max-width: 1168px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
@media (min-width: 1225px) {
  .wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2 {
    font-size: 98px;
  }
}
@media (max-width: 625px) {
  .wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2 {
    font-size: 50px;
  }
}
.wp-block-cover .wp-block-cover-image-text .supporting-text,
.wp-block-cover .wp-block-cover-text .supporting-text,
.wp-block-cover h2 .supporting-text,
.wp-block-cover-image .wp-block-cover-image-text .supporting-text,
.wp-block-cover-image .wp-block-cover-text .supporting-text,
.wp-block-cover-image h2 .supporting-text {
  font-size: 0.5em;
}

.wp-block-columns .wp-block-cover-text {
  font-size: 2vw;
}
@media (max-width: 1600px) {
  .wp-block-columns .wp-block-cover-text {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .wp-block-embed {
    margin-left: 0;
    margin-right: 0;
  }
}
.editor-block-list__block-edit .wp-block-pmlorg-aam-permissions-block {
  border: 2px dashed red;
  padding-left: 16px;
  padding-right: 16px;
}
.editor-block-list__block-edit .wp-block-pmlorg-aam-permissions-block > .editor-inner-blocks > .editor-block-list__layout {
  margin-left: 0;
  margin-right: 0;
}

.tribe-list-widget {
  display: grid;
  font-family: Roboto, sans-serif;
  grid-gap: 32px;
  grid-template-columns: repeat(auto-fit, minmax(425px, 1fr));
}
@media (max-width: 625px) {
  .tribe-list-widget {
    display: block;
  }
}
.tribe-list-widget li {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding-left: 66px;
  position: relative;
  margin-left: 0 !important;
}
.tribe-list-widget li .tribe-event-title {
  font-family: Roboto, sans-serif;
  order: 2;
  margin-top: 8px;
  text-transform: uppercase;
}
.tribe-list-widget li .tribe-event-title a {
  color: #636363;
  font-weight: 500;
}
.tribe-list-widget li .tribe-event-duration {
  order: 1;
  text-transform: uppercase;
  box-shadow: 0 2px 0 #333;
}
.tribe-list-widget li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background-image: url(../icons/icon-events@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 3px;
}
.tribe-list-widget li:nth-child(1) .tribe-event-duration {
  color: #2fb248;
  box-shadow: 0 2px 0 #2fb248;
}
.tribe-list-widget li:nth-child(2) .tribe-event-duration {
  color: #6491a6;
  box-shadow: 0 2px 0 #6491a6;
}
.tribe-list-widget li:nth-child(3) .tribe-event-duration {
  color: #2e1a47;
  box-shadow: 0 2px 0 #2e1a47;
}
.tribe-list-widget li:nth-child(4) .tribe-event-duration {
  color: #ed9a70;
  box-shadow: 0 2px 0 #ed9a70;
}
.tribe-list-widget a {
  text-decoration: none;
}

.ab-block-post-grid-title a,
.ab-block-post-grid-excerpt a {
  text-decoration: none;
}

@media (max-width: 600px) {
  .ab-block-profile .ab-profile-content-wrap {
    max-width: 250px;
  }
}
@media (max-width: 460px) {
  .ab-block-profile {
    display: block;
  }

  .ab-block-profile .ab-profile-content-wrap {
    max-width: 100%;
  }
}
/* Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

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

/* Wrap
--------------------------------------------- */
.wrap:after {
  content: "";
  display: table;
  clear: both;
}

.entry-content > *:not(.alignwide):not(.alignfull),
.entry-header,
.entry-footer,
.breadcrumb,
.resources-panel,
.site-header .wrap,
.site-footer .wrap,
.wrap-force {
  margin-left: auto;
  margin-right: auto;
  max-width: 1232px;
  padding-left: 16px;
  padding-right: 16px;
}

.entry-content > .wp-block-media-text {
  padding-right: 0 !important;
  padding-left: 0 !important;
  align-items: start;
}
@media (min-width: 769px) {
  .entry-content > .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    padding-left: 16px;
  }
}
@media (min-width: 1233px) {
  .entry-content > .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    padding-right: 16px;
  }
}
.entry-content > .wp-block-media-text .wp-block-media-text__content {
  padding-left: 16px;
  padding-right: 16px;
}
.entry-content > .wp-block-media-text .wp-block-media-text__media {
  padding-left: 0;
  padding-right: 0;
}

.site-header .entry-header {
  padding-left: 0;
  padding-right: 0;
  flex-basis: 100%;
  max-width: 1075px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.site-header .entry-header h1 {
  margin-bottom: 0;
}
.site-header .entry-header h4 {
  margin-top: 0;
}

.entry-content > hr:not(.alignwide):not(.alignfull) {
  max-width: 1200px;
}

.entry > .entry-content {
  max-width: none;
}

.breadcrumb {
  margin-bottom: 16px;
}

.pml-page-featured {
  height: 200px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .pml-page-featured {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

/* Sidebar Layouts
--------------------------------------------- */
.sidebar-primary {
  background-color: #fff;
  color: #000000;
}
.sidebar-primary > *:not(.widget_nav_menu) {
  padding: 9px 18px;
}
.sidebar-primary .image {
  margin-left: auto;
  margin-right: auto;
}

.sidebar-primary ul {
    margin: 0;
}

.sidebar-primary ul li {
    list-style-type: none;
    display: inline-block;
	padding: 0px 15px;
}

.site-container {
  background-color: #fff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.site-container .flex-spacer {
  flex: 1;
}

@media (min-width: 768px) {
  .sidebar-primary {
    display: flex;
	align-items: center;
    justify-content: space-between;
	max-width: 1232px;
    margin: auto;
  }

  .site-container {
    width: 100%;
  }
}
.entry-panel-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 1232px;
}
@media (min-width: 993px) {
  .entry-panel-wrapper article {
    flex: 1;
  }
}
.entry-panel-wrapper article {
  width: 100%;
  order: 1;
}

.resources-panel {
  order: 2;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.resources-panel .resources-panel-inner {
  background-color: #ece9f0;
  padding: 16px;
}
@media (min-width: 993px) {
  .resources-panel {
    width: 300px;
    margin-left: 16px;
    margin-right: 16px;
  }
}
.resources-panel h4.full-background {
  background-color: #fff;
  border-bottom: 1px solid #2e1a47;
  border-top: 1px solid #2e1a47;
  margin-left: -16px;
  margin-top: 16px;
  margin-right: -16px;
  padding: 16px 40px;
  position: relative;
}
.resources-panel h4.full-background:first-child {
  border-top: 0;
  margin-top: -16px;
}
.resources-panel h4.full-background::before {
  content: "";
  font-family: dashicons;
  left: 8px;
  position: absolute;
}
.resources-panel h4.full-background::after {
  content: "";
  font-family: dashicons;
  position: absolute;
  right: 8px;
}
.resources-panel ul {
  margin-left: 0;
  margin-bottom: 0;
}
.resources-panel li {
  list-style-position: inside;
}
.resources-panel p {
  margin-bottom: 16px;
}
.resources-panel p:last-child {
  margin-bottom: 0;
}

nav.pagination {
  margin-bottom: 16px;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
    position: sticky;
    padding-top: 0;
    background: #2e1a47;
    color: #fff;
    font-family: Roboto, sans-serif;
    top: 0;
    z-index: 9999;
}

.site-header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-title {
    width: 200px;
}

.site-header .widget-area.header-widget-area {
    width: 100%;
}

ul#menu-top {
    text-align: center;
    font-size: 14px;
    padding: 10px 0px 5px;
}

/* Hides Top Nav On Mobile */
@media (max-width: 768px) {
  section#zoom-social-icons-widget-2 {
    display: none;
}
  section#maxmegamenu-4 {
    display: none;
}
}

@media (min-width: 768px) {
  .site-header {
  }
}


.title-area h1.site-title,
.title-area p.site-title {
  margin: 0;
}
.title-area .site-title a {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  text-indent: -9999em;
  width: 100%;
  height: 0;
  padding-bottom: 41.8181818182%;
}

@media (min-width: 768px) {
  .site-header .wrap {
    display: flex;
    flex-wrap: wrap;
  }

  .site-header .widget-area {
    flex: 1;
	margin-left: 20px;
  }
}

}
/* Admin Bar
--------------------------------------------- */
@media (min-width: 768px) {
  .admin-bar .site-container {
    padding-top: 32px;
  }
}
@media (max-width: 767px) {
  #wpadminbar {
    display: none !important;
  }
}
/* Content Area
---------------------------------------------------------------------------------------------------- */
.site-inner {
  overflow: hidden;
}
.site-inner.full {
  padding: 0;
}

/* Comments
--------------------------------------------- */
.entry-comments .comment-list {
  margin: 0 0 64px;
}
.entry-comments .comment-list li {
  list-style-type: none;
}
.entry-comments .comment-list li article {
  border: 2px solid #f5f5f5;
  border-bottom-width: 0;
  padding: 32px;
  position: relative;
}
.entry-comments .comment-list li article:last-child {
  border-bottom-width: 2px;
}
.entry-comments .comment-list li article::before {
  background: #f5f5f5;
  content: "";
  display: block;
  width: 5px;
  height: calc( 100% + 4px );
  position: absolute;
  top: -2px;
  left: -2px;
}
.entry-comments .comment-list li.staff > article {
  background: rgba(46, 26, 71, 0.05);
}
.entry-comments .comment-list li.staff > article::before {
  background: #2e1a47;
}
.entry-comments .comment-list > li {
  overflow: hidden;
  margin-bottom: 32px;
}
.entry-comments .comment-list .comment-author {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 3px;
}
@media (min-width: 768px) {
  .entry-comments .comment-list .comment-author {
    font-size: 22px;
  }
}
.entry-comments .comment-list .comment-author .says {
  display: none;
}
.entry-comments .comment-list .comment-meta {
  font-size: 14px;
}
.entry-comments .comment-list .comment-content p:last-child {
  margin: 0;
}
.entry-comments .comment-list .comment-reply {
  margin-top: 16px;
}
.entry-comments .comment-list .comment-reply a {
  font-weight: 400;
}
.entry-comments .comment-list ul.children {
  margin: 0;
}
.entry-comments .comment-list ul.children li {
  border-top: 1px solid #2e1a47;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}
.comment-respond label[for=subscribe], .comment-respond label[for=wp-comment-cookies-consent] {
  display: inline-block;
}
.comment-respond .form-submit {
  text-align: center;
}
.comment-respond #cancel-comment-reply-link {
  font-size: 18px;
  color: #2e1a47;
  float: right;
  vertical-align: middle;
  margin-top: 10px;
}

/* Skip Links
--------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden;
}

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0;
}

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px;
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* Archive Navigation
--------------------------------------------- */
.pagination {
  border-top: 1px solid #2e1a47;
  font-size: 16px;
  text-align: center;
  padding-top: 22px;
}
.pagination ul {
  margin: 0;
}
.pagination ul li {
  list-style-type: none;
  display: inline-block;
}
.pagination ul li a {
  color: #333;
  border-radius: 3px;
  display: block;
  padding: 2px 11px;
  font-weight: 400;
}
.pagination ul li.active > a, .pagination ul li:hover > a {
  background: #2e1a47;
  color: #fff;
  text-decoration: none;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer .wrap {
	padding-left: 0px;
	padding-right: 0px;
	max-width: none;
}

.site-footer .wrap > p:first-of-type,
.site-footer .wrap > p:last-of-type {
    display: none;
}

.site-footer {
  color: #fff;
  background: #2e1a47!important;
  padding-top: 32px;
  text-align: center;
}

.site-footer p {
  margin: 0px;
  font-size: 16px;
}

.footer-four-columns {
	display: flex;
    flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
    padding: 20px 15px;
    max-width: 1280px;
    margin: auto;
	gap: 30px;
}

.footer-four-columns a {
    font-size: 16px;
	color: #ffffff
}

.footer-column {
    box-sizing: border-box;
	text-align: left;
}


.footer-column ul {
    padding-left: 0;
	margin-left: 0px;

}
.footer-column ul li {
	  list-style: none;
}

.credentials {
    background: #1e112f;
    margin-top: 30px;
    padding: 15px;
    font-size: 14px;
}

.credentials a {
    font-size: 14px;
	color: #ffffff
}

/* Tablet view (wrap to 2 columns) */
@media (max-width: 1024px) {
    
}

/* Mobile view (wrap to 2 columns) */
@media (max-width: 768px) {
	.footer-column {
        flex: 0 0 100%; /* two columns */
    }
	.footer-logo {
        margin: auto !important;
	}
}

/* Mobile Menu
---------------------------------------------------------------------------------------------------- */
body.sidr-open:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999998;
}

.sidr-menu-close {
  background: #2e1a47;
  display: none;
  position: fixed;
  right: 345px;
  height: 44px;
  text-align: center;
  width: 44px;
  z-index: 999999;
}
.sidr-menu-close svg {
  width: 24px;
  height: 24px;
  margin-top: calc((44px - 22px) / 2);
  fill: #fff;
}
@media (max-width: 388px) {
  .sidr-menu-close {
    right: calc(100% - 44px);
  }
}
.sidr-open .sidr-menu-close {
  display: block;
}
.sidr-menu-close:hover {
  text-decoration: none;
}

.sidr {
  background: #2e1a47;
  display: block;
  position: fixed;
  top: 0;
  right: -600px;
  height: 100%;
  z-index: 999999;
  width: calc(100% - 44px);
  max-width: 345px;
  overflow-y: scroll;
  overflow-x: hidden;
  text-align: left;
}
.sidr .widget-area {
  margin-left: 20px;
  margin-right: 20px;
}
.sidr ul.menu {
  margin: 0;
}
.sidr ul.menu li {
  list-style-type: none;
  padding: 0;
}
.sidr ul.menu li a {
  border-bottom: 0;
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 10px 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.sidr ul.menu li.menu-item-has-children > .submenu-toggle {
  background: #816ca7;
  color: #fff;
  cursor: pointer;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  top: 0;
  right: 0;
  z-index: 99;
}
.sidr ul.menu li.menu-item-has-children > .submenu-toggle:before {
  font-family: dashicons;
  content: "";
}
.sidr ul.menu li.menu-item-has-children.submenu-active > .submenu-toggle {
  background: #816ca7;
  color: #fff;
}
.sidr ul.menu li.menu-item-has-children.submenu-active > .submenu-toggle:before {
  content: "";
}
.sidr ul.menu li ul {
  display: none;
  margin: 0;
}
.sidr ul.menu li ul li a {
  padding-left: 25px;
}
.sidr ul.menu li ul li ul li a {
  padding-left: 35px;
}

.overflow-grid-small,
.overflow-grid-large {
  display: grid;
  grid-gap: 0;
}
.overflow-grid-small .wp-block-column,
.overflow-grid-large .wp-block-column {
  margin-left: 16px !important;
  margin-right: 16px !important;
  margin-bottom: 32px !important;
}

.overflow-grid-small {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.overflow-grid-large {
  grid-template-columns: repeat(auto-fit, minmax(425px, 1fr));
}
.overflow-grid-large.alignfull {
  grid-template-columns: minmax(200px, calc(1232px / 2)) minmax(200px, calc(1232px / 2));
  justify-content: center;
}
@media (max-width: 1199px) {
  .overflow-grid-large.alignfull {
    display: block;
  }
  .overflow-grid-large.alignfull > * {
    padding-top: 32px;
  }
  .overflow-grid-large.alignfull > *:first-child {
    padding-top: 0;
  }
}
.overflow-grid-large.has-purpleback-background-color {
  padding-top: 32px;
  padding-bottom: 32px;
}

.grid-squares {
  display: grid;
  grid-gap: 16px;
}
.grid-squares .grid-square {
  position: relative;
  width: 100%;
  border: 1px solid #ccc;
}
.grid-squares .grid-square::before {
  content: "";
  display: block;
  width: 1px;
  height: 0;
  padding-top: 100%;
}
.grid-squares .grid-square-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  display: grid;
  overflow: hidden;
}
.grid-squares .grid-square-content-inside {
  padding: 16px;
  align-self: center;
  justify-self: center;
}
.grid-squares.has-2-squares {
  grid-template-columns: repeat(2, 1fr);
}
.grid-squares.has-3-squares {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 499px) {
  .grid-squares.has-3-squares {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-squares.has-4-squares {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  .grid-squares.has-4-squares {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 499px) {
  .grid-squares.has-4-squares {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Site Navigation
--------------------------------------------- */
.nav-mobile {
  position: fixed;
  top: 30px;
  right: 30px;
  width: auto;
  z-index: 99999;
}
@media (min-width: 768px) {
  .nav-mobile {
    display: none;
  }
}

.nav-primary {
  float: right;
  width: auto;
}
@media (max-width: 767px) {
  .nav-primary {
    display: none;
  }
}

.nav-menu,
.menu-main-menu-container {
  font-family: Roboto, sans-serif;
}
.nav-menu ul,
.menu-main-menu-container ul {
  clear: both;
  line-height: 1.5;
  margin: 0;
  margin-top: 18px;
  margin-bottom: 18px;
  width: 100%;
}
.nav-menu .menu-item,
.menu-main-menu-container .menu-item {
  list-style: none;
}
.nav-menu .menu-item a,
.menu-main-menu-container .menu-item a {
  border: none;
  color: #fff;
  display: block;
  font-size: 15px;
  padding: 10px 16px;
  font-weight: 600;
}
.nav-menu .menu-item.submenu-active > ul,
.menu-main-menu-container .menu-item.submenu-active > ul {
  display: block;
}
.nav-menu .sub-menu,
.menu-main-menu-container .sub-menu {
  background: #816ca7;
  display: none;
  padding: 0;
  width: 100%;
}
.nav-menu .sub-menu a,
.menu-main-menu-container .sub-menu a {
  background: transparent;
  color: #fff;
  padding: 8px 20px;
  width: 100%;
  font-weight: 400;
  border-bottom: 1px solid #2e1a47;
}
.nav-menu .sub-menu .menu-item:last-child a,
.menu-main-menu-container .sub-menu .menu-item:last-child a {
  border-bottom: 0;
}
.nav-menu .sub-menu .menu-item:hover > a,
.nav-menu .sub-menu .current-menu-item > a,
.menu-main-menu-container .sub-menu .menu-item:hover > a,
.menu-main-menu-container .sub-menu .current-menu-item > a {
  color: #fff;
}
.nav-menu .sub-menu .sub-menu,
.menu-main-menu-container .sub-menu .sub-menu {
  margin: -54px 0 0 199px;
}

/*# sourceMappingURL=main.css.map */
