*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

iframe {
  border: 1px solid #56a1d5;
  border-radius: 2px; }

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("font/fontawesome/fa-solid-900.eot");
  src: url("font/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("font/fontawesome/fa-solid-900.woff2") format("woff2"), url("font/fontawesome/fa-solid-900.woff") format("woff"), url("font/fontawesome/fa-solid-900.ttf") format("truetype"), url("font/fontawesome/fa-solid-900.svg#fontawesome") format("svg"); }
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

@font-face {
  font-family: "social-icons";
  src: url("font/Stackicons-Social-Minimal.eot");
  src: url("font/Stackicons-Social-Minimal.eot?#iefix") format("embedded-opentype"), url("font/Stackicons-Social-Minimal.woff") format('woff');
  font-weight: "normal";
  font-style: "normal"; }
body,
button,
input,
select,
optgroup,
textarea {
  color: #303030;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.4; }

h1, h2, h3, h4, h5, h6,
.site-title,
.page-title {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  color: #61116a; }

dfn,
cite,
em,
i {
  font-style: italic; }

pre {
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

mark,
ins {
  text-decoration: none; }

big {
  font-size: 125%; }

@media (min-width: 1024px) {
  .site-title {
    letter-spacing: -1px; } }
@media (max-width: calc(1024px - 1px)) {
  .page-title {
    line-height: 1.2; } }
p {
  margin-bottom: 1.5em; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0; }

body {
  background: #fff; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
menu,
dir {
  padding-inline-start: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 1.5em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

embed,
iframe,
object {
  max-width: 100% !important; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

a {
  color: #162975; }
  a:visited {
    color: #162975; }
  a:hover, a:focus, a:active {
    color: #ec068d; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0;
  text-decoration: none; }

.button {
  display: inline-block;
  text-decoration: none; }
  .button:hover {
    color: #fff; }

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"] {
  padding-top: .8em;
  padding-bottom: 1em; }

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding-left: 1.4em;
  padding-right: 1.4em;
  border: 1px solid;
  border-radius: .15em;
  transition: all .3s ease;
  border-color: #318ac7 #318ac7 #3991ce;
  background: #56a1d5;
  color: #fff; }
  .button:hover,
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #318ac7 #3991ce #2c7bb2;
    box-shadow: 0 0 0 0.1em #3991ce, 0 0 1em rgba(49, 138, 199, 0.7) inset;
    background: #6aacda; }
  .button:active, .button:focus,
  button:active,
  button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #2c7bb2 #318ac7 #318ac7;
    background: #358fcd;
    color: #fff; }
  .button:visited,
  button:visited,
  input[type="button"]:visited,
  input[type="reset"]:visited,
  input[type="submit"]:visited {
    color: #fff; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  padding-left: .5em;
  padding-right: .5em;
  border: 1px solid #ccc;
  border-radius: .15em;
  color: #666; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

select {
  border: 1px solid #ccc;
  border-radius: .15em; }

textarea {
  width: 100%; }

ul.menu,
ol.menu {
  margin: 0;
  padding-left: 0; }

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
  margin: 2em 0 2em; }

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%; }

.sticky {
  display: block; }

.post,
.page {
  margin: 0; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

.widget {
  margin: 0 0 1.5em; }

.widget select {
  max-width: 100%; }

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

.infinity-end.neverending .site-footer {
  display: block; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

#primary[tabindex="-1"]:focus {
  outline: 0; }

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

@media (min-width: 1024px) {
  #page,
  #masthead,
  #site-navigation,
  .site-branding,
  #colophon {
    display: grid;
    grid-template-columns: [left] 1fr [main] min(716.8px, 70%) [side] min(307.2px, 30%) [right] 1fr; } }
@media (min-width: 80rem) {
  #page,
  #masthead,
  #site-navigation,
  .site-branding,
  #colophon {
    grid-template-columns: [left] 1fr [main] min(56rem, 70%) [side] min(24rem, 30%) [right] 1fr; } }

@media (max-width: calc(80rem - 1px)) {
  .site-branding,
  #primary,
  #colophon {
    padding-right: 1em;
    padding-left: 1em; } }
#site-navigation::before, #site-navigation::after {
  content: ' '; }

#primary {
  grid-column-start: main; }
  .page-template-default #primary {
    grid-column-end: side; }
  .page-template-page-full_width #primary {
    grid-column-end: right; }

@media (max-width: calc(1024px - 1px)) {
  .page-title {
    text-align: center; } }
.sponsors {
  margin: 4em auto 2em; }
  .sponsors h2 {
    text-align: center; }

.sponsor-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .sponsor-logos img {
    max-width: 50%;
    margin: auto;
    padding: .5em; }
  .sponsor-logos .salesforce {
    max-width: 40%; }
  @media (min-width: 37.5rem) {
    .sponsor-logos img {
      max-width: 33%; }
    .sponsor-logos .salesforce {
      max-width: 25%; } }
  @media (min-width: 1024px) {
    .sponsor-logos {
      justify-content: space-between; }
      .sponsor-logos img {
        max-width: 20%; }
      .sponsor-logos .salesforce {
        max-width: 15%; }
      .sponsor-logos .dept {
        max-width: 25%; } }

#masthead,
.site-branding {
  grid-column-start: 1;
  grid-column-end: 5; }

@media (min-width: 1024px) {
  #masthead {
    position: relative;
    background-image: url(img/volunteers-in-line.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 35%;
    background-size: 60%; }
    #masthead::before {
      content: ' ';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.7); }
    #masthead > * {
      position: relative;
      z-index: 1; }
    #masthead::before {
      background: linear-gradient(to right, #f9fcfe, #f9fcfe 40%, transparent); } }
.site-branding {
  border-bottom: 1px solid #56a1d5; }
  .site-branding::before, .site-branding::after {
    content: ''; }
  .site-branding .text {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  @media (max-width: calc(1024px - 1px)) {
    .site-branding {
      position: relative;
      background-image: url(img/volunteers-in-line.jpg);
      background-repeat: no-repeat;
      background-size: cover; }
      .site-branding::before {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.8); }
      .site-branding > * {
        position: relative;
        z-index: 1; }
      .site-branding .text {
        text-shadow: 0 0 0.3em #fff; } }
  @media (max-width: calc(1024px - 1px)) and (min-width: 37.5rem) {
    .site-branding {
      background-position-y: center; } }

  @media (min-width: 37.5rem) {
    .site-branding .wrap {
      display: inline-flex;
      align-items: center; } }
  @media (min-width: 1024px) {
    .site-branding {
      padding-bottom: 1em;
      z-index: 1;
      margin-top: 3em; } }

#site-navigation {
  grid-column-start: main;
  grid-column-end: right;
  background: #fff;
  z-index: 2; }

#site-navigation {
  position: relative;
  width: 100%;
  font-size: 120%;
  font-weight: 600;
  border-bottom: 1px solid #56a1d5;
  background-color: #006b65; }
  @media (min-width: 1024px) {
    #site-navigation {
      position: fixed; } }
  @media (min-width: 1024px) and (max-width: calc(80rem - 1px)) {
    #site-navigation {
      font-size: 100%; } }
  #site-navigation .menu-wrap {
    grid-column-start: main;
    grid-column-end: right;
    display: none;
    justify-content: space-between;
    align-items: center; }
    #site-navigation .menu-wrap > * {
      display: inline-block; }
    @media (min-width: 1024px) {
      #site-navigation .menu-wrap {
        display: flex; } }
  #site-navigation.toggled .menu-wrap {
    display: flex; }
    #site-navigation.toggled .menu-wrap > :nth-child(2) {
      margin-top: auto; }
  #site-navigation ul {
    list-style: none; }
  #site-navigation a {
    display: block;
    padding: .75em;
    text-decoration: none;
    color: #fff; }
    #site-navigation a:hover {
      color: #fb5dba; }
    @media (min-width: 1024px) {
      #site-navigation a {
        padding: .5em; } }

.menu-site-nav-main-container ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999; }
  .menu-site-nav-main-container ul ul ul {
    left: -999em;
    top: 0; }
  .menu-site-nav-main-container ul ul li:hover > ul,
  .menu-site-nav-main-container ul ul li.focus > ul {
    display: block;
    left: auto; }
  .menu-site-nav-main-container ul ul a {
    width: 200px; }
.menu-site-nav-main-container ul li:hover > ul,
.menu-site-nav-main-container ul li.focus > ul {
  left: auto; }

#primary-social-menu li,
#primary-social-menu a {
  line-height: 1; }
#primary-social-menu a {
  font-size: 0; }
  #primary-social-menu a::after {
    font-size: 2.5rem;
    font-family: 'social-icons';
    font-weight: normal; }
  #primary-social-menu a[href^="https://www.instagram"]::after, #primary-social-menu a[href^="https://instagram"]::after {
    content: '\e226'; }
  #primary-social-menu a[href^="https://www.facebook"]::after, #primary-social-menu a[href^="https://facebook"]::after {
    content: '\e02f'; }
  #primary-social-menu a[href^="https://www.twitter"]::after, #primary-social-menu a[href^="https://twitter"]::after {
    content: '\e036'; }
@media (max-width: calc(1024px - 1px)) {
  #primary-social-menu li {
    margin: 1.5em; } }

@media (min-width: 1024px) {
  #primary-menu > li {
    position: relative; }
    #primary-menu > li:not(:last-child) {
      margin-right: 1.5em; }
    #primary-menu > li:first-child {
      margin-left: -.5em; } }
#primary-menu .current-page-ancestor a,
#primary-menu .current_page_item a {
  color: #ec068d; }
body.single-post #primary-menu .menu-item-687 a,
#primary-menu .current-page-ancestor a,
#primary-menu .current_page_item a {
  color: #fff;
  box-shadow: 0 -5px 0 #ec068d inset; }

.menu-toggle,
#site-navigation.toggled ul {
  display: block; }

.menu-toggle {
  z-index: 1;
  position: absolute;
  top: 1em;
  right: 1em;
  width: 5em;
  height: 5em;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  border-color: #003835 #003835 #004743;
  background: #006b65;
  color: #fff; }
  .menu-toggle:hover {
    border-color: #449f99 #48aaa3 #3c8e87;
    box-shadow: 0 0 0 0.1em #48aaa3, 0 0 1em rgba(68, 159, 153, 0.7) inset;
    background: #6ec2bb; }
  .menu-toggle:active, .menu-toggle:focus {
    border-color: #3c8e87 #449f99 #449f99;
    background: #47a79f;
    color: #fff; }
  .menu-toggle:visited {
    color: #fff; }

@media (min-width: 1024px) {
  .menu-toggle {
    display: none; } }
@media (min-width: 37.5rem) {
  #site-navigation ul {
    display: inline-flex; } }
@media (max-width: calc(35rem - 1px)) {
  .custom-logo-link img {
    width: 5em;
    margin: 1em; } }
@media (min-width: 1024px) {
  .custom-logo-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 1em; } }

.site-title {
  margin: 0;
  font-size: 1.7em; }
  @media (min-width: 1024px) {
    .site-title {
      font-size: 2.4rem; } }
  .site-title a {
    text-decoration: none;
    color: #162975; }
    .site-title a:hover {
      color: #a0218c; }

.site-description {
  margin: 0 0 0 .3em;
  font-size: 120%; }

@media (max-width: calc(1024px - 1px)) {
  .site-title,
  .site-description {
    text-align: center; } }
@media (max-width: calc(37.5rem - 1px)) {
  .site-description {
    margin: 0 0 1.5em; } }
#masthead .calls-to-action,
#masthead .cta,
#masthead .actions {
  display: flex; }
#masthead .cta,
#masthead .actions {
  flex-direction: column; }
#masthead .calls-to-action {
  justify-content: space-around; }
  @media (max-width: calc(1024px - 1px)) {
    #masthead .calls-to-action {
      margin: 0 -1em; } }
#masthead .cta {
  text-align: center; }
  @media (min-width: 1024px) {
    #masthead .cta {
      justify-content: center;
      height: 9em;
      width: 9em;
      margin: 1em 0;
      border-radius: 1000%;
      box-shadow: 0 0 1em rgba(22, 41, 117, 0.5); } }
  @media (min-width: 1024px) and (max-width: calc(80rem - 1px)) {
    #masthead .cta {
      font-size: 85%; } }

  @media (max-width: calc(1024px - 1px)) {
    #masthead .cta {
      flex-grow: 1;
      padding: .5em; }
      #masthead .cta.vol {
        border-right: 1px solid #fff; } }
  #masthead .cta.vol {
    background: #ec068d; }
  #masthead .cta.org {
    background: #56a1d5; }
  #masthead .cta h2,
  #masthead .cta a {
    color: #fff; }
  #masthead .cta h2 {
    font-size: 1.2em;
    margin: 0 0 .25em; }
  #masthead .cta a {
    text-decoration: none; }
    #masthead .cta a:hover {
      text-decoration: underline; }
#masthead .actions {
  padding-top: .25em;
  border-top: 1px solid #fff; }
  #masthead .actions .register {
    font-size: .8em;
    margin-bottom: .3em; }
    @media (max-width: calc(1024px - 1px)) {
      #masthead .actions .register {
        margin-top: .3em; } }
  @media (min-width: 37.5rem) and (max-width: calc(1024px - 1px)) {
    #masthead .actions {
      flex-direction: row-reverse;
      justify-content: space-around;
      align-items: center; }
      #masthead .actions .register {
        font-size: 1em; } }
  @media (min-width: 1024px) {
    #masthead .actions {
      margin: 0 .5em -1em; } }

#secondary {
  padding: 1.25em 1.25em;
  font-size: 110%;
  background: linear-gradient(to right, rgba(86, 161, 213, 0.1), transparent); }
  @media (min-width: 1024px) {
    #secondary {
      margin-top: 2em;
      margin-left: 2em; } }
  #secondary section:not(:first-child) {
    border-top: 1px solid rgba(86, 161, 213, 0.5); }
  #secondary a {
    color: #162975; }
    #secondary a:visited {
      color: #162975; }
    #secondary a:focus, #secondary a:active, #secondary a:hover {
      color: #a0218c; }
  #secondary .widget-title {
    font-size: 1.3em;
    margin-bottom: .5em; }
  #secondary .widget:first-child > *:first-child {
    margin-top: 0; }
  #secondary .search-field {
    width: 100%;
    margin-bottom: 1em; }
  #secondary .widget_archive ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none; }
    #secondary .widget_archive ul ul {
      margin-left: 1em;
      margin-top: .2em; }
  #secondary .widget_archive li:not(:last-child) {
    border-bottom: 2px solid #fff; }
  #secondary .widget_archive a {
    display: inline-block;
    padding: .5em 0;
    font-family: "Roboto Slab", serif;
    text-decoration: none; }
    @media (min-width: 1024px) {
      #secondary .widget_archive a {
        padding: .3em 0; } }
  @media (min-width: 37.5rem) and (max-width: calc(1024px - 1px)) {
    #secondary .widget_search form {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    #secondary .widget_search label {
      flex-grow: 1;
      margin-right: 1em; }
    #secondary .widget_search .search-field {
      margin: 0; } }

#secondary .textwidget a {
  text-decoration: none; }
#secondary .textwidget br {
  display: block;
  margin: .2em 0; }

#secondary nav:not(:first-child) {
  border-top: 1px solid rgba(86, 161, 213, 0.5);
  padding-top: 1.25em; }
#secondary nav ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none; }
  #secondary nav ul ul {
    margin-left: 1em;
    margin-top: .2em; }
#secondary nav li:not(:last-child) {
  border-bottom: 2px solid #fff; }
#secondary nav a {
  display: inline-block;
  padding: .5em 0;
  font-family: "Roboto Slab", serif;
  text-decoration: none; }
  @media (min-width: 1024px) {
    #secondary nav a {
      padding: .3em 0; } }
#secondary nav .current_page_parent > a,
#secondary nav .current_page_item > a {
  color: #ec068d; }
#secondary nav .current_page_ancestor > a {
  color: #a0218c; }
#secondary nav .current_page_item > a {
  /*text-decoration: underline;*/ }
  #secondary nav .current_page_item > a:hover {
    cursor: text; }
#secondary nav .icon {
  font-size: 120%;
  line-height: 1; }
#secondary nav .children {
  display: none; }
#secondary nav .page_item_has_children .expand {
  float: right;
  font-size: 1.5em;
  line-height: .75;
  font-weight: 700;
  color: #162975;
  cursor: pointer; }
#secondary nav .page_item_has_children.expanded > a,
#secondary nav .page_item_has_children.expanded .expand {
  color: #a0218c; }
#secondary nav .page_item_has_children.expanded .expand {
  transform: rotateZ(45deg); }
#secondary nav .page_item_has_children.expanded .children {
  display: block; }
#secondary nav .current_page_item.page_item_has_children .children,
#secondary nav .current_page_parent .children {
  display: block; }
#secondary nav .current_page_item.page_item_has_children .expand,
#secondary nav .current_page_parent .expand {
  display: none; }
@media (min-width: 700px) and (max-width: calc(1024px - 1px)) {
  #secondary nav > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #secondary nav > ul > li {
      width: 48%; } }

#colophon {
  grid-column-start: 1;
  grid-column-end: 5;
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #61116a;
  color: #fff; }
  @media (max-width: calc(1024px - 1px)) {
    #colophon {
      text-align: center; } }
  @media (min-width: 1024px) {
    #colophon {
      margin-top: 2em; } }
  #colophon > * {
    grid-column-start: main;
    grid-column-end: right; }

#menu-widgets-footer {
  list-style: none;
  display: flex;
  font-size: 120%;
  font-weight: 600; }
  @media (max-width: calc(1024px - 1px)) {
    #menu-widgets-footer {
      justify-content: space-around; } }
  @media (min-width: 1024px) {
    #menu-widgets-footer li {
      margin-right: 1em; } }
  #menu-widgets-footer a, #menu-widgets-footer a:visited {
    color: #56a1d5;
    text-decoration: none; }
  #menu-widgets-footer a:active, #menu-widgets-footer a:hover, #menu-widgets-footer a:focus {
    color: #ec068d; }
  #menu-widgets-footer .current-page-ancestor a,
  #menu-widgets-footer .current_page_item a {
    color: #ec068d;
    text-decoration: none; }

.site-info {
  display: flex;
  justify-content: space-between; }
  .site-info a {
    color: #fff;
    text-decoration: underline;
    transition: color .2s; }
    .site-info a:hover {
      text-decoration: none;
      color: #56a1d5; }

body.page .post-thumbnail img, body.single .post-thumbnail img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  max-height: calc(56rem * .5625); }
body.page.page-template-page-full_width .post-thumbnail img, body.single.page-template-page-full_width .post-thumbnail img {
  max-height: 40rem; }
body.blog #secondary, body.archive #secondary {
  margin-top: 2em; }
body.blog .read-more, body.archive .read-more {
  margin-bottom: 1em; }
@media (min-width: 1024px) {
  body.blog .post-thumbnail, body.archive .post-thumbnail {
    display: flex;
    max-height: 450px; }
    body.blog .post-thumbnail img, body.archive .post-thumbnail img {
      object-fit: cover; } }

.entry-meta {
  margin-bottom: 2em; }
  .blog .entry-meta, .archive .entry-meta {
    margin-bottom: 1em; }

.entry-footer {
  display: flex;
  flex-direction: column; }

.post-navigation {
  margin-top: 2em; }

.calls-to-action {
  font-size: 120%; }
  .calls-to-action .button {
    position: relative;
    padding-left: 3.5em; }
    .calls-to-action .button:first-child {
      margin-right: 1em; }
    .calls-to-action .button::before {
      content: ' ';
      position: absolute;
      width: 1.8em;
      height: 100%;
      top: 0;
      left: 1em;
      background: no-repeat center center/contain; }
    .calls-to-action .button.search {
      padding-left: 3em; }
      .calls-to-action .button.search::before {
        width: 1.4em;
        background-image: url(img/icon-search.svg); }
    .calls-to-action .button.register::before {
      background-image: url(img/icon-register.svg); }
    .calls-to-action .button.post::before {
      background-image: url(img/icon-post.svg); }
  .calls-to-action.vol .button {
    border-color: #ba056f #ba056f #c90578;
    background: #ec068d;
    color: #fff; }
    .calls-to-action.vol .button:hover {
      border-color: #ba056f #c90578 #a10460;
      box-shadow: 0 0 0 0.1em #c90578, 0 0 1em rgba(186, 5, 111, 0.7) inset;
      background: #f9139a; }
    .calls-to-action.vol .button:active, .calls-to-action.vol .button:focus {
      border-color: #a10460 #ba056f #ba056f;
      background: #c40575;
      color: #fff; }
    .calls-to-action.vol .button:visited {
      color: #fff; }
  @media (max-width: calc(1024px - 1px)) {
    .calls-to-action {
      margin-bottom: 2em;
      text-align: center; }
      .calls-to-action .button:first-child {
        margin: 0 auto 1em; } }

@media (min-width: 1024px) {
  .post-thumbnail {
    float: right; } }

/*# sourceMappingURL=frontend-newsletter.css.map */
