@charset "UTF-8";
/*
 * Theme Name: Distinguished Speaker Series of Southern California
 * Author: The Graphic Element
 * Author URI: https://www.thegraphicelement.com
 * Copyright: 2019, The Graphic Element. All rights reserved.
*/
/*
base font size calculation
@link https://utopia.fyi/type/calculator?c=480,18,1.25,1200,20,1.25,5,2,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12
min-width: 480
max-width: 1200
min-font: 18
max-font: 20
steps: 1.25
*/
body {
  --wp--preset--color--white: #fff;
  --wp--preset--color--black: #000000;
  --wp--preset--color--primary: #247d81;
  --wp--preset--color--primary-light: #a7cbcd;
  --wp--preset--color--primary-dark: #19585a;
  --wp--preset--color--secondary: #d8b889;
  --wp--preset--color--secondary-light: #efe3d0;
  --wp--preset--color--secondary-dark: #a28a67;
  --wp--preset--spacing--xs: calc(calc(3vw + 2rem) * .3);
  --wp--preset--spacing--sm: calc(calc(3vw + 2rem) * .6);
  --wp--preset--spacing--md: calc(3vw + 2rem);
  --wp--preset--spacing--lg: calc(calc(3vw + 2rem) * 1.2);
  --wp--preset--spacing--xl: calc(calc(3vw + 2rem) * 1.8);
  --wp--preset--font-size--x-small: 0.75em;
  --font-size-x-small: 0.75em;
  --wp--preset--font-size--small: 0.85em;
  --font-size-small: 0.85em;
  --wp--preset--font-size--medium: 1em;
  --font-size-medium: 1em;
  --wp--preset--font-size--large: 1.2em;
  --font-size-large: 1.2em;
  --wp--preset--font-size--x-large: 1.4em;
  --font-size-x-large: 1.4em;
  --font-size-h1: 2.75em;
  --font-size-h2: 2em;
  --font-size-h3: 1.55em;
  --font-size-h4: 1.25em;
  --font-size-h5: 1em;
  --font-size-h6: 0.9em;
}

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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
  border: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

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

ol, ul {
  list-style: none;
}

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

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

blockquote, q {
  quotes: none;
}

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

a img {
  border: 0;
}

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

body:not(.is-tabbing) section:focus, body:not(.is-tabbing) main:focus, body:not(.is-tabbing) article:focus {
  outline: none;
}

/* ---------------------------------------------
# general styling
--------------------------------------------- */
html {
  font-size: clamp(1em, 0.875rem + 0.4167vi, 1.2em);
}

body {
  color: #1a1a1a;
  font: 400 1em/calc(0.18rem + 2.4ex + 0.18rem) "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -webkit-font-smoothing: antialiased;
  background: #fff;
  overflow-x: hidden;
}

/* headlines */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 1.4em 0 1rem;
  color: #247d81;
  font-weight: 800;
  line-height: calc((0.18rem + 2.4ex + 0.18rem) * 0.85);
}

h1, .h1 {
  margin: 0 0 2rem;
  text-transform: uppercase;
}

h3, .h3 {
  color: #1a1a1a;
}

h5, h6,
.h5, .h6 {
  font-weight: bold;
}

h1 + h2,
h2 + h3 {
  margin-top: 0;
}

h1 + h2,
h2 + h3,
.h1 + .h2,
.h2 + .h3 {
  margin-top: 0;
}

h1,
.h1 {
  font-size: var(--font-size-h1);
}

h2,
.h2 {
  font-size: var(--font-size-h2);
}

h3,
.h3 {
  font-size: var(--font-size-h3);
}

h4,
.h4 {
  font-size: var(--font-size-h4);
}

h5,
.h5 {
  font-size: var(--font-size-h5);
}

h6,
.h6 {
  font-size: var(--font-size-h6);
}

/* text */
p {
  margin-bottom: 1.4rem;
  font-size: 1em;
  line-height: calc(0.18rem + 2.4ex + 0.18rem);
}
p:last-child {
  margin-bottom: 0;
}

.notice {
  width: 100%;
  text-align: center;
}

sup {
  position: relative;
  top: -0.5em;
  font-size: 0.75em;
  line-height: 0;
}

/* links */
a {
  color: #247d81;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease;
}
main a:not(.btn):not(.post-link) {
  text-decoration: underline;
}
a:hover, a:focus, a:active {
  color: #ad936e;
}

.btn-wrapper {
  margin: 1.4rem auto;
}
.btn-wrapper--center {
  text-align: center;
}

/* lists */
main ul {
  margin: 0 0 1.2em 3em;
  list-style: disc;
}
main ul ul {
  margin: 0.3em 0 0.8em 1.6em;
}

main ol {
  margin: 0 0 1.2em 3em;
  list-style: decimal;
}
main ol ol {
  margin: 0.3em 0 0.8em 1.6em;
  list-style-type: lower-alpha;
}

main li {
  margin: 0 0 0.5em;
  font-size: 1em;
}
main li li {
  font-size: 1em;
}

/* images */
img,
.wp-block-image img,
.wp-caption {
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.alignleft,
.wp-block-image .alignleft,
.alignright,
.wp-block-image .alignright,
.aligncenter,
.wp-block-image .aligncenter {
  clear: both;
  float: none;
  display: table;
  margin: 2rem auto;
}

@media only screen and (min-width: 800px) {
  .alignleft,
  .wp-block-image .alignleft {
    clear: none;
    float: left;
    margin: 0 2.5rem 2rem 0;
  }
  .alignright,
  .wp-block-image .alignright {
    clear: none;
    float: right;
    margin: 0 0 2rem 2.5rem;
  }
}
.wp-caption-text,
.wp-block-image figcaption {
  margin: 0.4em auto 0;
  color: #247d81;
  font-weight: 400;
  font-size: 0.85em;
  line-height: 1.46;
  text-align: center;
}
@media only screen and (min-width: 800px) {
  .wp-caption-text,
  .wp-block-image figcaption {
    font-size: 0.75em;
  }
}

/* blockquote */
blockquote {
  position: relative;
  clear: both;
  margin: 2.5rem auto;
  padding: 1.4rem;
  background: #e9f2f2;
  border-left: 10px solid #247d81;
}

h1 + blockquote,
h2 + blockquote,
h3 + blockquote,
h4 + blockquote {
  margin-top: 1.25rem;
}

blockquote cite {
  color: #247d81;
  font-style: normal;
  font-size: 0.925em;
}

.wp-block-pullquote {
  padding: 0;
}

.wp-block-pullquote blockquote {
  color: #247d81;
  background: none;
  border-width: 2px 0;
  border-style: solid;
  border-color: #247d81;
}

.wp-block-pullquote p {
  font-size: 1.6em;
}

.wp-block-pullquote blockquote cite {
  color: #1a1a1a;
  font-style: normal;
  font-size: 0.925em;
}

/* q + a */
.accordion-item--question {
  margin: 0.6em 0 0;
}
.accordion-item--question:first-of-type {
  margin-top: 0;
}

.accordion-link {
  position: relative;
  display: block;
  padding: 0.8em 2em 0.8em 1em;
  color: #1a1a1a;
  font-weight: 400;
  font-size: 1em;
  text-decoration: none !important;
  border: 1px solid #1a1a1a;
}
.accordion-link:hover, .accordion-link.active {
  color: #1a1a1a;
  background: #e8d4b8;
  border-color: #e8d4b8;
}
.accordion-link::before {
  position: absolute;
  top: 0.6em;
  right: 0.8em;
  content: "\f107";
  color: #000000;
  font: 1em/1 "Font Awesome 5 Pro" !important;
  text-indent: 0;
}
.csstransforms .accordion-link::before {
  top: 50%;
  transform: translateY(-50%);
}
.accordion-link.active::before {
  content: "\f106";
}

.accordion-item--answer {
  padding: 0.8em 1em;
}

.accordion-empty {
  font-weight: 500;
  text-align: center;
}

/* tables */
table {
  margin: 1rem auto;
  width: 100%;
}

@media only screen and (min-width: 800px) {
  table {
    margin: 1.5rem auto;
  }
}
table td,
table th {
  padding: 0.6em 0.4em;
  line-height: 1.32;
  border-bottom: 1px solid #d9d9d9;
}

table th {
  padding-right: 0.8em;
  padding-left: 0.8em;
  color: #fff;
  font-weight: bold;
  font-size: 0.9em;
  text-align: left;
  text-transform: uppercase;
  background: #000000;
  border: 0;
}

@media only screen and (max-width: 600px) {
  table, table thead, table tbody, table th, table td, table tr {
    display: block;
  }
  table {
    margin: -0.8rem auto 1.5rem;
    table-layout: auto;
  }
  table thead {
    display: none;
  }
  table tr {
    padding: 0.5em 0;
    border-bottom: 1px solid #d9d9d9;
  }
  table th {
    margin: -0.58em 0;
  }
  table td {
    padding: 0.18em 0.6em;
    max-width: none;
    border: 0;
  }
  table td:first-of-type {
    font-weight: 600;
  }
}
/* form elements + buttons */
input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=url],
input[type=tel],
input[type=number],
textarea,
select {
  margin: 0;
  padding: 0.4em 0.8em;
  width: auto;
  height: 2.4em !important;
  color: #1a1a1a;
  font: 300 1em/calc(0.18rem + 2.4ex + 0.18rem) "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-align: left;
  background: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline-color: transparent;
  outline-style: none;
}

textarea {
  height: 8.6em !important;
  line-height: 1.4;
}

select:not([multiple]) {
  padding-right: 1.6em;
  background-image: linear-gradient(45deg, transparent 50%, #247d81 50%), linear-gradient(135deg, #247d81 50%, transparent 50%);
  background-position: calc(100% - 16px) 1.2em, calc(100% - 10px) 1.2em;
  background-size: 6px 6px, 6px 6px, 2px 1.6em;
  background-repeat: no-repeat;
}

select[multiple] {
  height: auto !important;
}

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

input[type=checkbox], input[type=radio] {
  padding: 0;
  vertical-align: middle;
}

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

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

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

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

::placeholder {
  color: #000000;
}

.btn,
.btn,
.wp-block-button .wp-block-button-link,
.wp-block-file .wp-block-file-button,
.button,
form button,
form [type=button],
form [type=submit],
form [type=reset],
[type=button].nf-element,
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
  display: inline-block;
  padding: 0.4em 0.8em;
  height: 2.4em !important;
  color: #fff;
  font-weight: 700;
  font-size: 1em;
  line-height: calc(0.18rem + 2.4ex + 0.18rem);
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  background-color: #000000;
  background-image: linear-gradient(to left, #000000, #000000 50%, #247d81 50%, #247d81);
  background-position: 100% 0;
  background-size: 200% 100%;
  border: 0;
  border-radius: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: background 0.3s ease, border 0.3s ease;
  -o-transition: background 0.3s ease, border 0.3s ease;
  transition: background 0.3s ease, border 0.3s ease;
}

.btn:hover,
.btn:hover,
.wp-block-button .wp-block-button-link:hover,
.wp-block-file .wp-block-file-button:hover,
.button:hover,
form button:hover,
form [type=button]:hover,
form [type=submit]:hover,
form [type=reset]:hover,
[type=button].nf-element:hover,
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button:hover,
.btn:focus,
.btn:focus,
.wp-block-button .wp-block-button-link:focus,
.wp-block-file .wp-block-file-button:focus,
.button:focus,
form button:focus,
form [type=button]:focus,
form [type=submit]:focus,
form [type=reset]:focus,
[type=button].nf-element:focus,
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button:focus {
  color: #fff;
  background-color: #247d81;
  background-position: 0 0;
}

.btn.btn--disabled:hover {
  color: #fff;
  background: #000000 !important;
  background-image: none !important;
  background-position: 100% 0 !important;
}

.btn.btn--secondary {
  color: #fff;
  background-color: #247d81;
  background-image: linear-gradient(to left, #247d81, #247d81 50%, #000000 50%, #000000);
  background-position: 100% 0;
  background-size: 200% 100%;
}

.btn.btn--secondary:hover,
.btn.btn--secondary:focus {
  color: #fff;
  background-color: #000000;
  background-position: 0 0;
}

.btn.btn--secondary.btn--disabled:hover {
  background: #247d81 !important;
  background-image: none !important;
  background-position: 100% 0 !important;
}

.btn.btn--small {
  padding: 0.4em 1em;
  height: auto !important;
  font-size: 0.675rem;
}

::-moz-selection {
  background: #e9f2f2;
}

::selection {
  background: #e9f2f2;
}

/* ---------------------------------------------
# page structure
--------------------------------------------- */
.master-wrapper {
  overflow: hidden;
}

.site-content {
  padding-top: calc(3vw + 2rem);
  padding-bottom: calc(3vw + 2rem);
}
@media only screen and (min-width: 800px) {
  .has-sidebar .site-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
}

main {
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .has-sidebar main {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    float: left;
    width: 70%;
  }
}

.sidebar {
  margin: 3rem 0 0;
  padding: 1.6rem;
  background: #efe3d0;
}
@media only screen and (min-width: 800px) {
  .sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    float: right;
    margin: 0 0 0 6rem;
    width: 30%;
  }
}

.wrapper {
  margin: 0 auto;
}

.row {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.666%;
  padding-left: 5.666%;
  width: 100%;
  max-width: 72rem;
}

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

.section-full-width {
  margin: calc(3vw + 2rem) 0 calc(3vw + 2rem) 50%;
  padding: calc(calc(3vw + 2rem) * .6);
  width: calc(100vw - var(--scrollbar-width));
  min-width: calc(100vw - var(--scrollbar-width));
  background: #fff;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

main > article > .section-full-width:first-child {
  margin-top: calc(calc(3vw + 2rem) * -1);
}

main > article > .section-full-width:last-child {
  margin-bottom: calc(calc(3vw + 2rem) * -1);
}

/* ---------------------------------------------
# menus
--------------------------------------------- */
/*
 * multi level menus
 */
.ml-nav-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.ml-nav-link {
  display: inline-block;
  color: #fff;
}

.ml-nav-menu > .ml-nav-item:hover > .ml-nav-link,
.ml-nav-menu > .ml-nav-item > .ml-nav-link:focus {
  color: #000000;
}

.ml-nav-sub-menu {
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  padding: 1em 0;
  width: 12rem;
  background: #f3eadc;
  border-top: 4px solid #000000;
  border-bottom: 4px solid #000000;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
}
.ml-nav-sub-menu .ml-nav-item {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 0.95rem;
}
.ml-nav-sub-menu .ml-nav-link {
  display: inline-block;
  padding: 0.18em 1em;
  width: 100%;
  transition: color 0.3s ease;
}
.ml-nav-sub-menu .menu-item-has-children > .ml-nav-link {
  padding-right: 1.4em;
}
.ml-nav-sub-menu .menu-item-has-children > .ml-nav-link::after {
  position: absolute;
  top: calc(50% - 0.4em);
  right: 0.8em;
  content: "\f105";
  font: 0.8em/1 "Font Awesome 5 Pro" !important;
}
.ml-nav-sub-menu .ml-nav-link,
.ml-nav-sub-menu .ml-nav-item:hover .ml-item .ml-nav-link,
.ml-nav-sub-menu .ml-nav-link:focus {
  color: #1a1a1a;
}
.ml-nav-sub-menu .ml-nav-item:hover > .ml-nav-link,
.ml-nav-sub-menu .ml-nav-item .ml-nav-item:hover .ml-nav-link,
.ml-nav-sub-menu .ml-nav-link:focus {
  color: #247d81;
}

.ml-nav-sub-menu--level3 {
  margin-left: calc(100% + 1px);
}

.ml-nav-menu > .ml-nav-item:nth-last-child(-n+3) .ml-nav-sub-menu--level3 {
  margin: 0 0 0 calc(-100% - 1px);
}

.ml-nav-sub-menu .ml-nav-sub-menu--level3 .ml-nav-item {
  font-size: 1em;
}

/* hide and reveal */
.ml-nav-menu .ml-nav-sub-menu {
  display: none;
}

.ml-nav-menu > .parent:hover > .ml-nav-sub-menu,
.ml-nav-sub-menu .parent:hover .ml-nav-sub-menu {
  display: block;
}

/* mega menu */
.ml-nav-item.mega-menu {
  position: static;
}

.mega-menu .ml-nav-sub-menu {
  margin-right: 5.666%;
  margin-left: 5.666%;
  padding: 2em 4em 1em;
  width: 88.668%;
  max-width: 92.5em;
}
.mega-menu .ml-nav-item {
  float: left;
  margin: 0 3em 1em 0;
  width: calc((100% - 9em) / 4);
  text-align: center;
}
.mega-menu .ml-nav-item:nth-of-type(5n+5),
.mega-menu .ml-nav-item:last-of-type {
  margin-right: 0;
}
.mega-menu .ml-nav-item .wp-post-image {
  display: block;
  margin: 0 auto 0.4rem;
}

/*
 * main menu
 */
.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.main-nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media only screen and (min-width: 1280px) and (max-width: 1400px) {
  .main-nav-menu {
    font-size: 0.8em;
  }
}

.main-nav-menu > .main-nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.2em;
  font-weight: 600;
  font-size: 0.9em;
  text-align: left;
  text-transform: uppercase;
}
@media only screen and (min-width: 1280px) {
  .main-nav-menu > .main-nav-item {
    margin-left: 0.2em;
  }
}
.main-nav-menu > .main-nav-item:first-of-type {
  margin-left: 0;
}
@media only screen and (min-width: 1280px) {
  .main-nav-menu > .main-nav-item:first-of-type {
    margin-left: 0;
  }
}
.main-nav-menu > .main-nav-item .main-nav-link:not(.btn) {
  margin: 0;
  padding: 0.6rem 0.4rem;
}
.main-nav-menu > .main-nav-item > .main-nav-link.btn, .main-nav-menu > .main-nav-item:hover > .main-nav-link.btn {
  margin-left: 0.4rem;
  padding: 0.2em 0.58em;
  height: auto !important;
  color: #1a1a1a;
  font-size: 1.3em;
  line-height: calc((0.18rem + 2.4ex + 0.18rem) * 0.85);
  background-color: #d8b889;
  background-image: linear-gradient(to left, #d8b889, #d8b889 50%, #fff 50%, #fff);
  background-position: 100% 0;
  background-size: 200% 100%;
  -webkit-transition: color 0.5s ease, background 0.3s ease;
  -o-transition: color 0.5s ease, background 0.3s ease;
  transition: color 0.5s ease, background 0.3s ease;
}
.main-nav-menu > .main-nav-item > .main-nav-link.btn:hover,
.main-nav-menu > .main-nav-item > .main-nav-link.btn:focus {
  color: #247d81;
  background-color: #fff;
  background-position: 0 0;
}

/* level 2 */
.main-nav-sub-menu .main-nav-item {
  text-transform: none;
}

/* level 3 */
.main-nav-sub-menu--level3 {
  top: -0.2em;
}

/*
 * secondary menu
 */
.secondary-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
}

.secondary-nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.secondary-nav-menu > .secondary-nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.secondary-nav-menu > .secondary-nav-item > .secondary-nav-link {
  padding: 1em 0.3em;
}

/* level 2 */
.secondary-nav-sub-menu {
  left: -5em;
  width: 10rem;
}
.secondary-nav-sub-menu .secondary-nav-item {
  text-transform: none;
}

.secondary-nav-icon {
  font-size: 1.2em;
}

/*
 * mobile menu
 */
.mobile-menu-open {
  height: 100vh;
  overflow: hidden;
}

.js .is-desktop-nav {
  display: none;
}

.js .is-mobile-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  width: 100%;
}

@media only screen and (min-width: 1280px) {
  .is-desktop-nav,
  .js .is-desktop-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .is-mobile-nav,
  .js .is-mobile-nav {
    display: none;
  }
}
.mobile-nav-item--secondary {
  font-size: 0.9em;
}
.mobile-nav-item--secondary span[class^=fa] {
  margin-right: 0.6em;
}
.mobile-nav-item.search {
  display: none !important;
}
.mobile-nav .wp-post-image {
  display: none !important;
}
.slicknav_nav > .mobile-nav-item--main > .mobile-nav-link--main[href*=csstix] {
  margin: 1rem auto;
  padding: 1rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background-color: #000000;
  background-image: linear-gradient(to left, #000000, #000000 50%, #247d81 50%, #247d81);
  background-position: 100% 0;
  background-size: 200% 100%;
  -webkit-transition: background 0.3s ease, border 0.3s ease;
  -o-transition: background 0.3s ease, border 0.3s ease;
  transition: background 0.3s ease, border 0.3s ease;
}
.slicknav_nav > .mobile-nav-item--main > .mobile-nav-link--main[href*=csstix]:hover, .slicknav_nav > .mobile-nav-item--main > .mobile-nav-link--main[href*=csstix]:focus {
  color: #fff !important;
  background-color: #247d81;
  background-position: 0 0;
}

/* ---------------------------------------------
# header
--------------------------------------------- */
.site-header {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 auto;
  min-width: 100%;
  height: 80px;
  background: #247d81;
  border-bottom: 4px solid #000000;
}
@media only screen and (min-width: 1000px) {
  .site-header {
    height: 4.8rem;
    min-height: 86px;
    max-height: 110px;
  }
}

.logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  width: 159px;
  height: 50px;
  background: url(../img/DSS-SC-logo.png) no-repeat 50% 50%/contain;
}
@media only screen and (min-width: 1400px) {
  .logo {
    width: 197px;
    height: 62px;
  }
}
.svg .logo {
  background-image: url(../img/DSS-SC-logo.svg);
}

/* ---------------------------------------------
# footer
--------------------------------------------- */
.site-footer {
  clear: both;
  color: #fff;
  background: #000000;
  border-top: 4px solid #247d81;
}

/* colophon */
.site-footer-colophon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc(calc(3vw + 2rem) * .6);
  padding-top: calc(3vw + 2rem);
  padding-bottom: calc(3vw + 2rem);
}
@media only screen and (min-width: 800px) {
  .site-footer-colophon {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
}
.site-footer-colophon a {
  color: #d8b889;
}
.site-footer-colophon a:hover, .site-footer-colophon a:focus {
  color: #3a8a8e;
}

@media only screen and (max-width: 799px) {
  .footer-column {
    text-align: center;
  }
}
@media only screen and (min-width: 800px) {
  .footer-column--1 {
    max-width: 18rem;
  }
}

/* credit */
.site-footer-credit {
  padding: 1.1rem 0;
  color: #d8b889;
  font-size: 0.75em;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #060606;
}
@media only screen and (min-width: 1000px) {
  .site-footer-credit {
    padding: 0.8rem 0;
  }
}
.site-footer-credit a {
  color: #d8b889;
}
.site-footer-credit a:hover, .site-footer-credit a:focus {
  color: #3a8a8e;
}

@media only screen and (min-width: 800px) {
  .credit-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.credit-item {
  line-height: 1.8;
}

@media only screen and (min-width: 800px) {
  .credit-item {
    margin-right: 2.8em;
  }
  .credit-item:last-of-type {
    margin-right: 0;
  }
}
/* ---------------------------------------------
# blog pages
--------------------------------------------- */
/*
 * post meta
 */
.post-meta {
  font-size: 0.8em;
}
.post-meta--cats {
  margin-bottom: 1rem;
}

.post-meta-item {
  color: gray;
}

.post-meta--posted-on .post-meta-item {
  display: inline-block;
  margin: 0 0.8em;
}

.post-grid .post-meta-item {
  color: #fff;
}

.post-meta-item a {
  color: #d8b889;
  text-decoration: none;
}

.post-meta--cats .post-meta-item a {
  display: inline-block;
  text-transform: uppercase;
}

.post-meta--posted-on .post-meta-item a {
  color: gray;
}

.post-grid .post-meta--posted-on .post-meta-item a {
  color: #fff;
}

.post-meta-item a:hover,
.post-grid .post-meta--posted-on .post-meta-item a:hover,
.post-meta-item a:focus,
.post-grid .post-meta--posted-on .post-meta-item a:focus {
  color: #247d81;
}

.post-meta-icon {
  margin-right: 0.4em;
}

.post-meta ul {
  margin: 0;
  list-style: none;
}

.post-meta li {
  display: inline-block;
  margin: 0.3em 0.15em;
}

/*
 * post highlight header
 */
.post-header--highlight {
  background: #efe3d0;
}

.post-header--highlight .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

@media only screen and (min-width: 800px) {
  .post-header--highlight .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: left;
  }
}
.post-header--highlight .post-media {
  margin-top: 1.5rem;
  max-width: 360px;
}

@media only screen and (min-width: 800px) {
  .post-header--highlight .post-media {
    margin: 0 0 0 3.5rem;
  }
}
@media only screen and (min-width: 1000px) {
  .post-header--highlight .post-media {
    margin-left: 6.8rem;
    max-width: 400px;
  }
}
/*
 * pagination
 */
.post-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 4rem auto;
  padding: 2rem 0;
  list-style: none;
  text-align: center;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.post-nav--page {
  margin-bottom: 0;
}

.post-nav-item {
  display: inline-block;
  margin: 0 0.5em;
}

.post-nav-item--is-empty {
  opacity: 0.4;
}

/*
 * post grid
 */
.post-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post-grid .post-content {
  text-align: center;
}
.post-grid .post-media + .post-content {
  margin-top: 1.2rem;
}
.post-grid .post-title {
  margin: 0;
  font-size: 1.16em;
  text-transform: uppercase;
}
.post-grid .post-link {
  color: #1a1a1a;
}
.post-grid .post-link:hover {
  color: #247d81;
}

/* 3x grid */
.post-grid--3x .post {
  margin-bottom: 1.5rem;
  width: 100%;
}
.post-grid--3x .post:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 800px) {
  .post-grid--3x .post,
  .post-grid--3x .post:nth-of-type(n) {
    margin: 0 2rem 2rem 0;
    width: calc((100% - 4rem) / 3);
  }
  .post-grid--3x .post:nth-of-type(3n+3),
  .post-grid--3x .post:last-of-type {
    margin-right: 0;
  }
}
/* 4x grid */
.post-grid--4x .post {
  margin-bottom: 1.5rem;
  width: 100%;
}
.post-grid--4x .post:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 400px) {
  .post-grid--4x .post,
  .post-grid--4x .post:nth-of-type(n) {
    margin: 0 1rem 1rem 0;
    width: calc((100% - 1rem) / 2);
  }
  .post-grid--4x .post:nth-of-type(2n+2),
  .post-grid--4x .post:last-of-type {
    margin-right: 0;
  }
}
@media only screen and (min-width: 800px) {
  .post-grid--4x .post,
  .post-grid--4x .post:nth-of-type(n) {
    margin: 0 2rem 2rem 0;
    width: calc((100% - 6rem) / 4);
  }
  .post-grid--4x .post:nth-of-type(4n+4),
  .post-grid--4x .post:last-of-type {
    margin-right: 0;
  }
}
/* 5x grid */
.post-grid--5x .post {
  margin-bottom: 1.5rem;
  width: 100%;
}
.post-grid--5x .post:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 400px) {
  .post-grid--5x .post,
  .post-grid--5x .post:nth-of-type(n) {
    margin: 0 1rem 1rem 0;
    width: calc((100% - 1rem) / 2);
  }
  .post-grid--5x .post:nth-of-type(2n+2),
  .post-grid--5x .post:last-of-type {
    margin-right: 0;
  }
}
@media only screen and (min-width: 800px) {
  .post-grid--5x .post,
  .post-grid--5x .post:nth-of-type(n) {
    margin: 0 2rem 2rem 0;
    width: calc((100% - 8rem) / 5);
  }
  .post-grid--5x .post:nth-of-type(5n+5),
  .post-grid--5x .post:last-of-type {
    margin-right: 0;
  }
}
/*
 * post list
 */
p + .post-list {
  margin-top: calc(calc(3vw + 2rem) * .6);
  padding-top: calc(calc(3vw + 2rem) * .6);
  border-top: 1px solid #efe3d0;
}
.post-list .post {
  margin-bottom: calc(calc(3vw + 2rem) * .6);
  padding-bottom: calc(calc(3vw + 2rem) * .6);
  border-bottom: 1px solid #efe3d0;
}
@media only screen and (min-width: 800px) {
  .post-list .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(3vw + 2rem);
  }
}
.post-list .post:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.post-list .post-media {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 800px) {
  .post-list .post-media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
    width: 40%;
  }
}
@media only screen and (min-width: 1000px) {
  .post-list .post-media {
    width: 25%;
  }
}
.blog .post-list .post-media {
  width: auto;
}
.post-list .post-image {
  display: block;
}
.post-list .post-title {
  margin: 0 auto 0.4rem;
  font-size: var(--font-size-x-large);
}

/*
 * posts
 */
.single-post .post-header {
  margin-bottom: 2rem;
  text-align: center;
}
.single-post .post-title {
  margin-bottom: 1.2rem;
  font-size: 1.8em;
}
.single-post .post-media {
  margin: 0 auto 2rem;
}
@media only screen and (min-width: 800px) {
  .single-post .post-media {
    margin-bottom: 3rem;
  }
}
.single-post .post-image {
  display: block;
  margin: 0 auto;
}

/*
 * speaker list
 */
.post-list--speakers .post-sub_title {
  color: #1a1a1a;
  font-size: 1em;
}

/*
 * speaker posts
 */
.single-speaker .post-title {
  margin-bottom: 0.4rem;
}
.single-speaker .post-sub_title {
  color: #1a1a1a;
  font-size: 1.1625em;
}
.single-speaker .speaker-dates {
  display: inline-block;
  margin: 0.5em auto 0;
  list-style: none;
}
.single-speaker .speaker-dates-item {
  margin: 0;
  padding: 0.36em 0.4em;
  font-size: var(--font-size-small);
  line-height: calc((0.18rem + 2.4ex + 0.18rem) * 0.85);
  border-bottom: 1px solid #e4cdac;
}
.single-speaker .speaker-dates-item:last-of-type {
  border-bottom: 0;
}
.single-speaker .speaker-dates strong {
  display: block;
}
@media only screen and (min-width: 992px) {
  .single-speaker .speaker-dates strong {
    display: inline;
    margin-right: 0.6em;
  }
}

/*
 * location grid
 */
.post-grid .post-venue {
  margin-top: 0.2rem;
  font-size: 0.9em;
}

/*
 * location posts
 */
.venue {
  padding: 0 !important;
}
@media only screen and (min-width: 800px) {
  .venue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.venue-info {
  padding: 2rem;
  width: 100%;
}
.venue-info:nth-of-type(even) {
  background: #f7f1e7;
}

@media only screen and (min-width: 800px) {
  .venue-info,
  .venue-info:nth-of-type(n) {
    padding: 4.2rem;
    width: 50%;
    background: transparent;
  }
  .venue-info:nth-of-type(2),
  .venue-info:nth-of-type(3),
  .venue-info:nth-of-type(6) {
    background: #f7f1e7;
  }
}
.venue-title {
  margin-top: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.btn-wrapper + .venue-title {
  margin-top: 3rem;
}

.venue-cinfo-link,
.venue-speakers-link {
  text-decoration: none !important;
}

.note {
  color: #247d81;
  font-weight: 800;
  line-height: 1.28;
  text-transform: uppercase;
}

.note--center {
  text-align: center;
}

.wait-list {
  margin-bottom: 1.2rem;
  font-style: italic;
}

/* general */
.venue .post-title {
  margin-bottom: 1rem;
}

.venue-cinfo {
  margin-left: 0;
  list-style: none;
}

@media only screen and (max-width: 800px) {
  .venue .post-title,
  .venue-cinfo {
    text-align: center;
  }
}
.venue-cinfo-item {
  margin: 0;
}

.venue-cinfo-item--name + .venue-cinfo-item--phone,
.venue-cinfo-item--address + .venue-cinfo-item--phone,
.venue-cinfo-item--name + .venue-cinfo-item--website,
.venue-cinfo-item--address + .venue-cinfo-item--website {
  margin-top: 0.6em;
}

.venue-info--general .note {
  padding: 0.6em 0;
  color: #1a1a1a;
  text-align: center;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.venue-description p {
  font-size: 0.825em;
  line-height: 1.56;
}

.venue-description + .gallery {
  margin-top: 1.2rem;
}

.mobile .venue-description,
.mobile .venue-info--general .gallery {
  display: none;
}

/* speakers */
.venue-info--speakers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.venue-speakers {
  margin: 0;
  list-style: none;
}

.venue-speakers-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  margin: 0;
  padding: 0.8em 0.6em;
  font-size: 0.9em;
  border-bottom: 1px solid #efe3d0;
}

@media only screen and (min-width: 800px) and (max-width: 1000px) {
  .venue-speakers-item {
    font-size: 0.8em;
  }
}
.venue-speakers-item:last-of-type {
  border-bottom: 0;
}

.venue-speakers-link,
.venue-speakers-name {
  display: block;
  color: #1a1a1a;
  font-weight: bold !important;
  font-size: 1.2em;
}

.venue-speakers-link:hover {
  color: #247d81;
}

.venue-speakers-image-wrap {
  margin-right: 1.2rem;
  width: 3.8rem;
}

.venue-speakers-image {
  display: block;
  width: 100%;
}

/* pricing & seating */
@media only screen and (min-width: 800px) {
  .pricing .pricing-header,
  .pricing .pricing-cell {
    border-color: #efe3d0;
  }
}
.pricing-cell--section strong {
  display: block;
}

.venue-info--pricing .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}

.pricing-notice {
  margin-bottom: 2rem;
  padding: 1em;
  font-weight: 400;
  font-size: 1.1em;
  background: #f3eadc;
  border: 1px solid #eddfca;
}

.parking .pricing-cell--section span {
  font-size: 0.9em;
}

@media only screen and (min-width: 600px) {
  .pricing-cell--price {
    text-align: right;
  }
}
.seating-chart {
  display: block;
  margin: 1em auto 2em;
}

.venue-info .seating {
  margin: 1rem 0 0;
  list-style: none;
  text-align: center;
}
.venue-info .seating-item {
  margin: 0.25em 0;
  font-size: 0.875em;
}

/* directions */
.map {
  height: 300px;
}

@media only screen and (min-width: 800px) {
  .map {
    height: calc(100% - 4em);
  }
}
.map iframe {
  position: relative;
  height: 100%;
  width: 100%;
}

/*
 * tickets
 */
.tickets-notice {
  font-size: 0.9em;
}
@media only screen and (min-width: 800px) {
  .tickets-notice--instructions {
    margin-top: -2rem;
  }
}
.tickets-notice--empty {
  font-style: italic;
  text-align: center;
}

.post-type-archive-ticket .main-content .search-form {
  margin: 0 0 3rem;
}

.post-list--tickets .post--ticket {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
}

.post--ticket .post-content {
  width: 100%;
}

.ticket-info {
  margin: 0;
  list-style: none;
}

.ticket-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.2em 0;
}

.ticket-info-item--edit {
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  margin-top: 1em;
}

.ticket-info-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 1em;
  width: 6.5em;
}

/*
 * comments
 */
.comments {
  margin-top: 5rem;
}

.comment-respond {
  overflow: hidden;
}

.comment-respond p {
  margin: 0 0 0.8em;
  font-size: 1em;
}

.comment-respond label {
  display: block;
}

.comment-respond input[type=text],
.comment-respond input[type=email],
.comment-respond input[type=url] {
  width: 100%;
  max-width: 800px;
  vertical-align: top;
}

.comment-respond input[type=checkbox] {
  margin-right: 0.6em;
}

.comment-respond textarea {
  width: 100%;
  max-width: 800px;
  height: 5em;
  vertical-align: top;
}

.comments ol {
  margin: 0;
  list-style: none;
}

.comments ol ol {
  margin-left: 4rem;
}

.comments .comment-list-item {
  margin: 0 auto;
  padding-top: 2rem;
  font-size: 1em;
}

.comments .comment-list > .comment-list-item {
  padding: 2rem 0;
  border-top: 1px solid #efe3d0;
}

.comments .comment-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comments .comment-avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.comments .comment-header {
  margin-bottom: 0.4em;
  color: #1a1a1a;
  font-size: 0.925em;
}

.comments .comment-date {
  margin-left: 1.2em;
  color: gray;
  font-size: 0.8em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.comments .comment-body p {
  margin-bottom: 0.8em;
  font-size: 1em;
  line-height: 1.46;
}

.comments .comment-body p:last-of-type {
  margin-bottom: 0.3em;
}

.comments .comment-reply {
  margin-top: 1rem;
}

/* ---------------------------------------------
# pages
--------------------------------------------- */
.page-header {
  margin-bottom: 2rem;
  text-align: center;
}

@media only screen and (min-width: 800px) {
  .page-header {
    margin-bottom: 4rem;
  }
}
.section-header {
  margin-bottom: 0.8rem;
  text-align: center;
}

@media only screen and (min-width: 800px) {
  .section-header {
    margin-bottom: 1.2rem;
  }
}
.page-title {
  margin: 0 auto;
  color: #247d81;
  font-weight: 800;
  text-transform: uppercase;
}

.section-title {
  margin: 0 auto;
  color: #247d81;
  font-weight: 800;
  font-size: 1.38rem;
  text-transform: uppercase;
}

.page-title a,
.section-title a {
  font-weight: 800 !important;
  text-decoration: none !important;
}

/*
 * front page
 */
.home .wp-block-group .wp-block-heading {
  text-transform: uppercase;
}
.home .wp-block-group .wp-block-heading a {
  text-decoration: none !important;
}
.home .welcome p {
  font-size: var(--font-size-large);
}
.home .hero {
  border-bottom: 1px solid #fff;
}
.home .gupta-notice p {
  font-size: calc(var(--font-size-x-large) * 1.6) !important;
  line-height: calc((0.18rem + 2.4ex + 0.18rem) * 0.85);
}

/* announcement */
.section--announcement {
  font-weight: normal;
  background: #f7f1e7;
}

.section--announcement.is-dark {
  color: #fff;
  font-weight: bold;
  background: #000000;
}

.section--announcement .row {
  max-width: 68em;
}

.section--announcement .section-title {
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

.section--announcement h3 {
  color: #247d81;
}

.section--announcement ul {
  margin-left: 0;
  list-style: none;
}

.section--announcement li {
  margin: 0;
  padding: 0.32em;
  border-bottom: 1px solid #1a1a1a;
}

.section--announcement li:last-of-type {
  border-bottom: 0;
}

/* slider */
@media (max-width: 991px) {
  .nextend-bullet-bar {
    display: none !important;
  }
}

/* sponsors list */
.sponsors-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sponsors-list-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 2.8rem;
}

.sponsors-list-image {
  width: auto;
  max-width: 160px;
  max-height: 45px;
}

@media only screen and (min-width: 900px) {
  .sponsors-list-image {
    max-width: 240px;
    max-height: 80px;
  }
}
/*
 * sponsors
 */
.section--sponsors {
  padding: calc(3vw + 2rem) 0;
  border-top: 1px solid #e6e6e6;
}

.sponsor-image {
  display: block;
  max-width: 60%;
  max-height: 6rem;
}

@media only screen and (min-width: 800px) {
  .sponsor-image {
    max-width: 100%;
    max-height: 6.5rem;
  }
}
/*
 * past seasons
 */
.page-id-35 .post-title {
  margin: 0 0 0.4em;
}

.alumni-list {
  margin: 0;
  list-style: none;
}

.alumni-list-item {
  margin: 0;
  padding: 0.3em 0.2em;
  line-height: 1.28;
  border-top: 1px solid #e6e6e6;
}

.alumni-list-link {
  text-decoration: none !important;
}

/*
 * email newsletter
 */
.main-content .ctct-inline-form .ctct-form-embed.form_0 {
  margin: 0 auto;
  max-width: 50rem;
}
.main-content .ctct-inline-form .ctct-form-embed.form_0 .ctct-form-defaults {
  padding: 0;
}
.main-content .ctct-inline-form .ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-custom .ctct-form-button {
  text-transform: uppercase !important;
  border: none !important;
}

/*
 * sitemap
 */
.sitemap-section--posts .sitemap-list-item {
  border: 0 !important;
}

.sitemap-section--posts .sitemap-list-title {
  margin: 0 auto 0.25em;
}

.sitemap-section--posts .sitemap-list-link::before {
  display: none;
}

/*
 * search results
 */
.search .main-content article {
  margin-right: auto;
  margin-left: auto;
  max-width: 44rem;
}

.search-results .search-term {
  color: #1a1a1a;
  font-weight: 500;
  font-size: 1.1em;
  letter-spacing: 0.01em;
  text-transform: none;
}

.search-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin-bottom: 4rem;
}

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

.search-post-media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 4rem;
  min-width: 200px;
}

.search-post-image {
  max-width: 300px;
  max-height: 200px;
}

.search-post-content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.search-post-title {
  margin: 0 0 0.6em;
  font-size: 1.6em;
}

.search-post-link {
  text-decoration: none;
}

.search-post p {
  margin-bottom: 0.4rem;
  font-size: 1.05em;
}

/*
 * 404 page
 */
.error404 .site-content {
  position: relative;
}

@media only screen and (min-width: 1000px) and (min-height: 1200px) {
  .error404 .site-content::before {
    position: absolute;
    z-index: 0;
    top: 50%;
    right: 5%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    width: 4em;
    content: "404 Error";
    color: #eee;
    font-weight: 700;
    font-size: 8em;
    line-height: 0.9;
    letter-spacing: -0.02em;
    text-align: right;
    text-transform: uppercase;
  }
}
.error404 main {
  position: relative;
  z-index: 1;
}

.error404 main p {
  font-size: 1.2em;
}

.error404 .menu-404 li {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  border: none;
}

.error404 .menu-404 li a {
  display: inline;
}

/* ---------------------------------------------
# blocks
--------------------------------------------- */
*[class*=wp-block].alignwide {
  margin-left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  *[class*=wp-block].alignwide {
    width: 88vw;
  }
}
*[class*=wp-block].alignfull {
  margin-left: 50%;
  width: calc(100vw - var(--scrollbar-width));
  min-width: calc(100vw - var(--scrollbar-width));
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
*[class*=wp-block].alignfull:last-child {
  margin-bottom: calc(calc(3vw + 2rem) * -1);
}
*[class*=wp-block].is-layout-constrained > * {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.666%;
  padding-left: 5.666%;
  width: 100%;
  max-width: 72rem;
}
*[class*=wp-block] *:first-child {
  margin-top: 0;
}
*[class*=wp-block] *:last-child {
  margin-bottom: 0;
}

.wp-block-heading.has-background {
  padding-right: 5.666%;
  padding-left: 5.666%;
}

.wp-block-image img, .wp-block-media-text__media img, .wp-block-media-text__media video {
  height: auto;
}

/* buttons */
.wp-block-buttons {
  margin: 1.4rem 0 1.2rem;
}

.wp-block-button__link,
.wp-block-file__button {
  height: auto !important;
}

/* columns */
.wp-block-columns {
  gap: calc(calc(3vw + 2rem) * .3);
}
@media (min-width: 768px) {
  .wp-block-columns {
    gap: calc(calc(3vw + 2rem) * .6);
  }
}
.wp-block-columns .wp-block-column.has-background {
  padding: calc(calc(3vw + 2rem) * .3);
}

/* cover */
.wp-block-cover__inner-container h2:first-child,
.wp-block-cover__inner-container h3:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-cover__inner-container h2:first-child + p,
.wp-block-cover__inner-container h3:first-child + p {
  margin-bottom: 1rem;
}

/* file */
.wp-block-file .wp-block-file__embed {
  margin-bottom: 2rem;
}

/* group */
.wp-block-group.has-background {
  padding-top: calc(calc(3vw + 2rem) * .6);
  padding-bottom: calc(calc(3vw + 2rem) * .6);
}
.wp-block-group.padding-xs {
  padding-top: calc(calc(3vw + 2rem) * .3);
  padding-bottom: calc(calc(3vw + 2rem) * .3);
}
.wp-block-group.padding-sm {
  padding-top: calc(calc(3vw + 2rem) * .6);
  padding-bottom: calc(calc(3vw + 2rem) * .6);
}
.wp-block-group.padding-md {
  padding-top: calc(3vw + 2rem);
  padding-bottom: calc(3vw + 2rem);
}
.wp-block-group.padding-lg {
  padding-top: calc(calc(3vw + 2rem) * 1.2);
  padding-bottom: calc(calc(3vw + 2rem) * 1.2);
}
.wp-block-group.padding-xl {
  padding-top: calc(calc(3vw + 2rem) * 1.8);
  padding-bottom: calc(calc(3vw + 2rem) * 1.8);
}
.wp-block-group.alignfull [class*=inner-container] {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.666%;
  padding-left: 5.666%;
  width: 100%;
  max-width: 72rem;
}

/* image */
.wp-block-image figure[class*=align] {
  clear: both;
  float: none;
  margin: calc(3vw + 2rem) auto;
}
@media (min-width: 800px) {
  .wp-block-image figure[class*=align].alignleft {
    clear: none;
    float: left;
    margin: 0.5rem calc(3vw + 2rem) 1.5rem 0;
  }
  .wp-block-image figure[class*=align].alignright {
    clear: none;
    float: right;
    margin: 0.5rem 0 1.5rem calc(3vw + 2rem);
  }
}
.wp-block-image figcaption {
  margin: 0.7em auto 0;
  font-size: var(--font-size-small);
  text-align: center;
}
.wp-block-image.alignfull figcaption {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.666%;
  padding-left: 5.666%;
  width: 100%;
  max-width: 72rem;
}
.wp-block-image.alignfull:last-child figcaption {
  margin-bottom: calc(calc(3vw + 2rem) * .3);
}

/* media + text */
.wp-block-media-text {
  gap: calc(calc(3vw + 2rem) * .6);
}
.wp-block-media-text .wp-block-media-text__content {
  min-width: 0;
  padding: 0;
}
.wp-block-media-text .wp-block-media-text__content *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .wp-block-media-text.alignfull .wp-block-media-text__content {
    padding: 0 5.666%;
  }
}
.wp-block-media-text.has-background {
  gap: 0;
}
.wp-block-media-text.has-background .wp-block-media-text__content {
  padding: calc(calc(3vw + 2rem) * .6);
}

/* separator */
.wp-block-separator {
  border-bottom-width: 1px;
}

/* speaker grid */
@media (min-width: 992px) {
  .section--speaker-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.speaker-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(3, minmax(0, 1fr));
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-column-gap: 0px;
  -moz-column-gap: 0px;
  column-gap: 0px;
  row-gap: 0px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1px;
  min-width: 65%;
  border-right: 1px solid #fff;
}
@media (max-width: 767px) {
  .speaker-grid {
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }
}
.speaker-grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}
.speaker-grid-item--intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: calc(calc(3vw + 2rem) * .6) calc(3vw + 2rem);
  background: #efe3d0;
}
@media (min-width: 992px) {
  .speaker-grid-item--intro {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.speaker-grid-item--intro h2 {
  margin-top: 0;
  line-height: calc((0.18rem + 2.4ex + 0.18rem) * 0.85);
  text-transform: uppercase;
}
@media (min-width: 1600px) {
  .speaker-grid-item--intro h2 {
    font-size: var(--font-size-h1);
  }
}
.speaker-grid-item--intro p {
  display: block;
}
@media (min-width: 1600px) {
  .speaker-grid-item--intro p {
    font-size: var(--font-size-large);
  }
}
.speaker-grid-link {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}
.speaker-grid-image {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1/1.1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 20%;
  object-position: 50% 20%;
}
.speaker-grid-content {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.speaker-grid-link:hover .speaker-grid-content, .speaker-grid-link:focus .speaker-grid-content {
  opacity: 1;
}
.speaker-grid-name {
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
}
.speaker-grid .speaker-dates {
  margin: 0.6em auto 0;
  color: #ad936e;
  font-size: 0.72em;
  text-align: center;
  text-transform: uppercase;
  list-style: none;
}
.speaker-grid .speaker-dates-item {
  margin: 0.4em 0 0;
  font-weight: 400;
  line-height: 1.2;
}
.speaker-grid .speaker-dates-item strong {
  display: block;
  font-weight: 800;
}
@media (min-width: 992px) {
  .speaker-grid .speaker-dates-item strong {
    display: inline;
    margin-right: 0.5em;
  }
}
.speaker-grid-content > * {
  position: relative;
  bottom: 25%;
  opacity: 0;
  -webkit-transition: bottom 0.4s ease, opacity 0.4s ease-in;
  -o-transition: bottom 0.4s ease, opacity 0.4s ease-in;
  transition: bottom 0.4s ease, opacity 0.4s ease-in;
  transition-delay: 0.2s;
}
.speaker-grid-link:hover .speaker-grid-content > *, .speaker-grid-link:focus .speaker-grid-content > * {
  bottom: 0;
  opacity: 1;
}

/* testimonials */
.testimonial {
  position: relative;
  padding: calc(calc(3vw + 2rem) * 1.2) 0;
  background: #fdfbf8;
}
@media (min-width: 768px) {
  .testimonial {
    padding: calc(calc(3vw + 2rem) * .6) 0 calc(calc(calc(3vw + 2rem) * .6) + 1rem);
  }
}
.testimonial-item {
  padding-right: calc(calc(3vw + 2rem) * .6);
  padding-left: calc(calc(3vw + 2rem) * .6);
  width: 100%;
}
@media (min-width: 768px) {
  .testimonial-item {
    padding-right: calc(calc(3vw + 2rem) * 1.2);
    padding-left: calc(calc(3vw + 2rem) * 1.2);
  }
}
.testimonial-content {
  text-align: center;
}
@media (min-width: 768px) {
  .testimonial-content p {
    font-size: calc(18px * 1.1);
  }
}
.testimonial-content p:first-of-type::before,
.testimonial-content p:last-of-type::after {
  position: relative;
  top: 0.55em;
  color: #d8b889;
  font-size: 3.4em;
  line-height: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.testimonial-content p:first-of-type::before {
  margin-right: 0.1em;
  content: "“";
}
.testimonial-content p:last-of-type::after {
  margin-left: 0.1em;
  content: "”";
}
.testimonial-footer {
  margin-top: 1rem;
  text-align: center;
}
.testimonial-author {
  display: block;
  color: #247d81;
  font-weight: 900;
}
.testimonial-title {
  display: block;
  color: #d8b889;
  font-weight: bold;
  font-size: 0.9em;
}
@media (max-width: 767px) {
  .testimonial .flickity-button {
    top: 0.5em;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media (min-width: 992px) {
  .testimonial .flickity-button {
    width: 55px;
    height: 55px;
  }
}
.testimonial .flickity-button-icon {
  fill: #247d81;
}
.testimonial .flickity-page-dots {
  bottom: 1.2rem;
}

/* ticket prices */
.ticket-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(calc(3vw + 2rem) * .3);
  text-align: center;
}
.ticket-prices-skyscraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
  background: #f1e6d6 url("../img/order-tickets-skyscraper-globe.svg") no-repeat 50% 50%/cover;
}
@media (max-width: 991px) {
  .ticket-prices-skyscraper {
    display: none;
  }
}
.ticket-prices-skyscraper img {
  width: 100%;
}
.ticket-prices-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: calc(calc(3vw + 2rem) * .6);
  border: 5px solid #f1e6d6;
}
.ticket-prices-title {
  max-width: 28rem;
}
.ticket-prices-subtitle {
  color: #247d81;
  font-size: var(--font-size-large);
}
.ticket-prices-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: calc(calc(3vw + 2rem) * .3);
  margin: calc(calc(3vw + 2rem) * .3) auto calc(calc(3vw + 2rem) * .6);
}

.ticket-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(calc(3vw + 2rem) * .6);
  margin-bottom: calc(calc(3vw + 2rem) * .6);
  text-align: left;
}
@media (max-width: 991px) {
  .ticket-options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.ticket-options-title {
  margin-bottom: 0.6rem;
  font-size: var(--font-size-large);
}

.ticket-section {
  position: relative;
  margin: 0 auto;
  list-style: none;
}
.ticket-section.is-sold-out::after {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0.68em 1em;
  width: 90%;
  content: "Sold Out";
  color: #fff;
  font-weight: 900;
  font-size: var(--font-size-large);
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  background: #247d81;
  -webkit-transform: translate(-50%, -50%) rotate(-9deg);
  -ms-transform: translate(-50%, -50%) rotate(-9deg);
  transform: translate(-50%, -50%) rotate(-9deg);
}
.ticket-section-item {
  font-weight: bold;
}
.ticket-section.is-sold-out .ticket-section-item {
  opacity: 0.4;
}
.ticket-section-color {
  display: inline-block;
  margin-right: 0.5em;
  content: "";
  width: 1em;
  height: 1em;
  border: 1px solid #000000;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

/* ---------------------------------------------
# asides
--------------------------------------------- */
/*
 * search forms
 */
.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .search-form {
    margin-right: auto;
    margin-left: auto;
    max-width: 40rem;
  }
}
.search-form .search-form-field, .search-form-field[type=search] {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.search-form .search-form-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
main .search-form {
  margin: calc(calc(3vw + 2rem) * .6) auto;
}

/* search bar */
.search-bar {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  background: #d8b889;
  border-bottom: 2px solid #000000;
}
.search-bar .search-form {
  margin: 0 auto;
  max-width: 40rem;
}
@media (max-width: 991px) {
  .search-bar .search-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.search-bar .search-form-field {
  width: 100%;
  background-color: #fff !important;
}

/* mobile search */
.mobile-nav .search-form {
  margin: calc(calc(3vw + 2rem) * .6) auto 0;
  max-width: 767px;
}
@media (max-width: 767px) {
  .mobile-nav .search-form {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.mobile-nav .search-form-field {
  width: 100%;
  height: auto;
  background-color: #fff !important;
}
.mobile-nav .search-form-btn {
  padding-right: 0.8em;
  padding-left: 0.8em;
}

/*
 * social icons
 */
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 800px) {
  .social {
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
}
.social-item {
  margin: 0.2em 0.5em 0.2em 0;
}
.social-item:last-of-type {
  margin-right: 0;
}
.social-link {
  display: block;
  margin: 0;
  padding: 0.5em;
  width: 2em;
  height: 2em;
  color: #fff !important;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  background-color: #247d81;
  background-image: linear-gradient(to left, #247d81, #247d81 50%, #fff 50%, #fff);
  background-position: 100% 0;
  background-size: 200% 100%;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s ease-in !important;
}
@media only screen and (min-width: 800px) {
  .social-link {
    font-size: 0.9em;
  }
}
.social-link:hover, .social-link:focus {
  color: #247d81 !important;
  background-color: #fff;
  background-position: 0 0;
}
.social-link i {
  display: block;
  margin-bottom: 99em;
}

/*
 * email list
 */
.email-list {
  padding: calc(calc(3vw + 2rem) * .6) 0;
  text-align: center;
  background: #efe3d0;
}
.email-list-title {
  margin: 0 0 1rem;
  color: #247d81;
  font-weight: 800;
  font-size: var(--font-size-h3);
  text-transform: uppercase;
}
.email-list .email-list-field {
  display: block;
  margin: 0 auto 0.8em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  width: 20em;
  height: 2.6em !important;
  color: #333333;
  font-size: 0.925em;
  background: #d9d9d9;
  border-color: #d9d9d9;
}
@media only screen and (min-width: 600px) {
  .email-list .email-list-field {
    display: inline-block;
    margin: 0 0.4em 0 0;
  }
}

/* ---------------------------------------------
# widgets
--------------------------------------------- */
.widget-title {
  margin: 0 auto 0.4em;
  font-weight: 800;
  font-size: 1.2em;
  text-transform: uppercase;
}

.widget p {
  font-size: 0.9625em;
  line-height: 1.36;
}

.widget ul {
  list-style: none;
}

.widget p:last-of-type,
.widget ul:last-of-type,
.widget li:last-of-type {
  margin-bottom: 0;
  border: 0;
}

/* sidebar widgets */
.widget--sidebar {
  margin-bottom: 2rem;
}

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

.widget--sidebar .widget-title {
  margin: 0 -1.6rem 1em;
  padding: 0.6em 1em 0.6em 2.1em;
  color: #000000;
  font-size: 1.1em;
  background: #d8b889;
}

.widget--sidebar:first-of-type .widget-title {
  margin-top: -1.6rem;
}

.widget--sidebar .widget-icon {
  margin: 0 0.5em 0 -1.5em;
}

.widget--sidebar li {
  padding: 0.6em 0.2em;
  font-size: 0.9em;
  border-bottom: 1px solid #ecdcc4;
}
.widget--sidebar li a {
  color: #000000;
}
.widget--sidebar li a:hover, .widget--sidebar li a:focus {
  color: #247d81;
}

.widget--sidebar li li {
  margin-left: 0.8em;
  padding-top: 0.6em;
  padding-bottom: 0;
  font-size: 1em;
  border: 0;
}

.widget--sidebar .btn,
.widget--sidebar .btn {
  padding: 0.4em 1em;
  height: auto !important;
  font-size: 0.675rem;
}

/* footer widget */
.widget--footer .widget-title {
  margin-bottom: 0.5em;
  color: #fff;
  font-size: 1em;
  text-align: center;
}
@media only screen and (min-width: 800px) {
  .widget--footer .widget-title {
    margin-bottom: 0.8em;
    text-align: left;
    font-size: 0.85em;
  }
}
.widget--footer .menu li {
  margin-top: 0.4em;
  font-weight: 400;
  font-size: 0.85em;
  line-height: calc((0.18rem + 2.4ex + 0.18rem) * 0.85);
  text-transform: uppercase;
}
@media only screen and (min-width: 600px) and (max-width: 799px) {
  .widget--footer .menu li {
    display: inline-block;
    margin: 0 0.68em 0 0;
  }
}
@media only screen and (min-width: 800px) {
  .widget--footer .menu li {
    margin-top: 0.6em;
  }
}
.widget--footer .menu li:last-of-type {
  margin-right: 0;
}
.widget--footer .menu li a {
  padding: 0.4em;
}
@media only screen and (min-width: 800px) {
  .widget--footer .menu li a {
    padding: 0;
  }
}

/*
 * login with ajax
 */
.lwa-submit-button {
  float: none !important;
  margin: 1em 0 1.5rem;
}

.lwa-links {
  font-size: 0.9em;
}

/* ---------------------------------------------
# misc
--------------------------------------------- */
/* contact info */
.cinfo--footer .cinfo-item {
  color: #d8b889;
  font-weight: 400;
  font-size: 0.85em;
  line-height: 1.46;
  text-transform: uppercase;
}
.cinfo--footer .cinfo-item--name {
  color: #fff;
  font-weight: 800;
}
.cinfo--footer .cinfo-item--address span[itemprop=streetAddress] {
  display: block;
}
.cinfo--footer .cinfo-item--name + .cinfo-item, .cinfo--footer .cinfo-item + .cinfo-item--phone {
  margin-top: 0.4em;
}
@media only screen and (min-width: 600px) {
  .cinfo--footer .cinfo-item--name + .cinfo-item, .cinfo--footer .cinfo-item + .cinfo-item--phone {
    margin-top: 0.6em;
  }
}
.cinfo--footer .cinfo-item--phone .cinfo-link {
  white-space: nowrap;
}

/* styled list */
.column-list main ul {
  margin: 0;
  list-style: none;
}

@media only screen and (min-width: 800px) {
  .column-list main ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 5em;
    -moz-column-gap: 5em;
    column-gap: 5em;
  }
  .column-list main ul ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    margin-left: 1em;
  }
}
.column-list main li {
  display: inline-block;
  margin: 0;
  width: 100%;
  padding: 0.5em 0;
  border-bottom: 1px solid #eee;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.column-list main li li:not(.sitemap-list-sub-item) {
  border: 0;
}

.column-list main li:last-of-type {
  margin-bottom: 0;
}

.column-list main li a {
  display: block;
  padding: 0 0.5em 0 1em;
  color: #000000;
  font-weight: 300;
  text-decoration: none;
  text-indent: -1em;
}

.column-list main li a:hover {
  color: #d8b889;
}

.column-list main li a::before {
  margin-right: 0.6em;
  content: "\f105";
  color: #c6c6c6;
  font: 1em/1 "Font Awesome 5 Pro" !important;
}

/* elements */
embed, iframe, object {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

figure {
  margin: 0;
}

hr {
  margin: 3rem 0;
  height: 0;
  border: 0;
  border-top: 1px solid #efe3d0;
}

hr + h1, hr + h2, hr + h3,
h1 + hr, h2 + hr, h3 + hr {
  margin-top: 0;
}

/* screen readers */
.screen-reader-text {
  position: absolute;
  top: -999em;
  left: -999em;
  display: block;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(1px);
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}

/* skip link */
.skip-link {
  position: fixed;
  z-index: 100000;
  top: -10em;
  left: -10em;
  color: #fff;
  font-weight: bold;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #247d81;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.skip-link:focus,
.skip-link:active,
.skip-link:hover {
  top: 0;
  left: 0;
  padding: 0.6em 1em;
  color: #fff;
  width: auto;
  height: auto;
  opacity: 1;
  overflow: visible;
}

/* top link */
.top-link {
  z-index: 999;
  position: fixed;
  right: 0.5rem;
  bottom: 0.5rem;
  display: block;
  padding: 0.15em;
  width: 1.4em;
  height: 1.4em;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  background-color: #000000;
  background-image: linear-gradient(to left, #000000, #000000 50%, #247d81 50%, #247d81);
  background-position: 100% 0;
  background-size: 200% 100%;
  transition: background 0.3s ease;
  overflow: hidden;
}

.mobile .top-link,
.tablet .top-link {
  display: none;
}

@media only screen and (min-width: 800px) {
  .top-link {
    right: 0.6rem;
    bottom: 0.6rem;
  }
}
.top-link:hover {
  color: #fff;
  background-color: #247d81;
  background-position: 0 0;
}

.top-link-icon {
  display: block;
  margin-bottom: 999em;
}

/* code */
pre {
  display: block;
  padding: 1rem;
  width: 100%;
  font-size: 0.9em;
  line-height: 1.56;
  font-family: monospace;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: #f2f2f2;
  border: 1px solid #d9d9d9;
  overflow: auto;
  overflow-y: hidden;
}

p + pre {
  margin-top: -0.5rem;
}

/* gallery */
.wp-block-gallery {
  margin: 3rem 0 2rem;
}

.wp-block-gallery .blocks-gallery-item {
  max-height: 40vw;
}

@media only screen and (min-width: 600px) {
  .wp-block-gallery .blocks-gallery-item {
    max-height: 22vw;
  }
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  line-height: 1.36;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -0.5em 1.5em -0.5em;
}

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

.gallery-item {
  float: left;
  margin: 0;
  padding: 0.5em;
  max-width: 50%;
}

@media only screen and (min-width: 500px) {
  .gallery-columns-1 .gallery-item {
    float: none;
    width: 100%;
  }
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
  .gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
  }
}
.gallery-item img {
  display: block;
  margin: 0 auto;
}

.gallery-caption {
  display: block;
}

/*
 * ninja forms
 */
.nf-form-fields-required {
  margin-bottom: 1.5em;
}

.ninja-forms-req-symbol {
  color: #247d81 !important;
  font-weight: bold;
  font-size: 1em;
}

.nf-help {
  background: none !important;
}

.hr-container div {
  width: 100%;
}

/* fields */
.nf-field-container {
  margin-bottom: 2rem;
}

.field-wrap .nf-field-label label {
  color: #247d81;
  font-weight: 400 !important;
  line-height: 1.46;
  text-align: left !important;
  text-transform: uppercase;
}
.widget--sidebar .field-wrap .nf-field-label label {
  color: #000000;
}

.label-above .nf-field-label,
.nf-field-description {
  margin-bottom: 0.4em !important;
}

.field-wrap textarea {
  max-width: 100% !important;
}

.list-wrap li {
  line-height: 1.26;
}

.list-checkbox-wrap .nf-field-element li input,
.list-radio-wrap .nf-field-element li input {
  margin-top: 0.3em !important;
}

.label-right .checkbox-wrap .nf-field-label {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.flatpickr-months select,
.flatpickr-months .numInput {
  height: auto !important;
  font-size: 0.9rem !important;
}

/* submit button */
.submit-container {
  margin-top: 1rem;
}

.submit-container.label-above {
  text-align: center;
}

/* error msg */
.nf-error-msg {
  color: #247d81 !important;
  font-weight: 600;
  font-size: 0.85em;
}

.nf-form-errors .nf-error-msg {
  margin-top: 2.5rem;
  padding: 1.2em 0;
  font-size: 1em;
  text-align: center;
  border-top: 1px solid #247d81;
  border-bottom: 1px solid #247d81;
}

.nf-input-limit + .nf-error {
  margin-top: 0.4em;
}

/* success msg */
.nf-response-msg {
  color: #247d81;
  font-size: 1.3em;
  text-align: center;
}

/* smaller screens */
@media only screen and (max-width: 800px) {
  .nf-field-container {
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
  }
  .label-left .nf-field-label,
  .label-left .nf-field-element,
  .label-left .nf-field-description,
  .label-left .nf-after-field {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .label-left .nf-field-description {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .submit-container {
    margin-top: 2rem;
    text-align: center;
  }
  .nf-form-errors .nf-error-msg {
    margin-top: 1.8rem;
  }
}
/* sidebar widget */
.widget--sidebar .nf-form-cont {
  font-size: 0.85em;
}

.widget--sidebar .nf-form-fields-required {
  line-height: 1.36;
}

.widget--sidebar .label-above .nf-field-label,
.widget--sidebar .nf-field-description {
  margin-bottom: 0.2em !important;
}

.widget--sidebar #ninja_forms_required_items,
.widget--sidebar .nf-field-container {
  margin-bottom: 1em !important;
}

.widget--sidebar .nf-response-msg {
  margin: 0;
  padding: 0;
  color: #1a1a1a;
  font-size: 1rem;
  border: 0;
}
