/*
 Theme Name:   Pena Child
 Theme URI:    http://www.anarieldesign.com/themes/
 Description:  Pena Child Theme
 Author:       Anariel Design
 Author URI:   http://www.anarieldesign.com/
 Template:     pena
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:two-columns, left-sidebar, right-sidebar, grid-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, footer-widgets, e-commerce
*/
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 **/
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

[data-whatinput='mouse'] .menu li {
  outline: 0;
}

.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu, .menu.horizontal {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.menu.vertical {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu.expanded li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.menu.simple {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu.simple li + li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.medium-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.medium-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.medium-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.large-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.large-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.large-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}

.menu.icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-left li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}

.menu.icon-right li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}

.menu.icon-top li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-bottom li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu .is-active > a {
  background: #1779ba;
  color: #fefefe;
}

.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}

.menu.align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.menu.align-right li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.menu.align-right li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.menu.align-right.vertical li {
  display: block;
  text-align: right;
}

.menu.align-right.vertical li .submenu li {
  text-align: right;
}

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}

.menu.align-center li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu.align-center li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-centered > .menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-centered > .menu li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  -o-transition: transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}

.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}

.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
  right: 1rem;
  left: auto;
}

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 1rem;
}

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.entry-content a,
.entry-summary a,
.widget a,
.comment-content a,
.social-navigation a,
.entry-content a.button,
#promo a,
.menu a,
.page-template-grid-template .customwidget .entry-content a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

* {
  font-family: Helvetica, Arial, sans-serif;
}

.ProximaNova-normal-loaded * {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif !important;
  font-weight: normal;
}

* strong {
  font-family: Helvetica, Arial, sans-serif;
}

.ProximaNova-bold-loaded * strong {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif !important;
  font-weight: bold;
}

*::-moz-selection {
  background-color: #8068cb;
  color: #ffffff;
}

*::selection {
  background-color: #8068cb;
  color: #ffffff;
}

html {
  font-size: 18px;
}

a {
  font-family: Helvetica, Arial, sans-serif;
  color: #652C90;
  text-decoration: underline;
  border-bottom: none !important;
  font-weight: normal;
}

.ProximaNova-normal-loaded a {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif !important;
  font-weight: normal;
}

a:hover, a:focus, a:active {
  outline: 1px dotted #652C90;
  color: #652C90;
}

h2 a {
  font-family: Helvetica, Arial, sans-serif;
}

.ProximaNova-bold-loaded h2 a {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif !important;
  font-weight: bold;
}

h2 a:hover, h2 a:focus, h2 a:active {
  color: #652C90;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Helvetica, Arial, sans-serif;
  text-transform: none;
}

.ProximaNova-bold-loaded h1, .ProximaNova-bold-loaded
h2, .ProximaNova-bold-loaded
h3, .ProximaNova-bold-loaded
h4, .ProximaNova-bold-loaded
h5, .ProximaNova-bold-loaded
h6 {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif !important;
  font-weight: bold;
}

h1 {
  color: #652C90;
  font-size: 3rem;
}

@media (min-width: 70em) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: 1.75rem;
  line-height: 1.75rem;
}

h3,
.content-area h3 {
  font-size: 1.375rem;
  color: #652C90;
}

h4 {
  font-size: 1.1rem;
  text-transform: none;
}

p,
p span {
  color: #313131;
}

.entry-content {
  line-height: 1.5;
}

.site-info {
  display: none;
}

.button,
a.button,
.content-caption .entry-content .button,
.site .page-content p a.button,
.entry-content a.button,
#mc_embed_signup .button.button {
  background-color: #652C90;
  padding: 10px 15px;
  color: #ffffff;
  border-radius: 40px;
  text-transform: none;
  text-decoration: none !important;
  display: inline-block;
  position: relative;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #652C90;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  margin: auto;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  height: auto;
  font-size: 16px;
}

@media(max-width:600px) {
  .button,
a.button,
.content-caption .entry-content .button,
.site .page-content p a.button,
.entry-content a.button,
#mc_embed_signup .button.button {
  font-size:12px;
  padding:7px 10px;
}
.hero-button-container {
  padding: 3px 10px 7px 10px;

}
}

.ProximaNova-bold-loaded .button, .ProximaNova-bold-loaded
a.button, .ProximaNova-bold-loaded
.content-caption .entry-content .button, .ProximaNova-bold-loaded
.site .page-content p a.button, .ProximaNova-bold-loaded
.entry-content a.button, .ProximaNova-bold-loaded
#mc_embed_signup .button.button {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif !important;
  font-weight: bold;
}

.button:hover, .button:focus,
a.button:hover,
a.button:focus,
.content-caption .entry-content .button:hover,
.content-caption .entry-content .button:focus,
.site .page-content p a.button:hover,
.site .page-content p a.button:focus,
.entry-content a.button:hover,
.entry-content a.button:focus,
#mc_embed_signup .button.button:hover,
#mc_embed_signup .button.button:focus {
  background-color: #652C90;
  text-decoration: none;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button--reverse {
  background-color: #652C90;
  color: #ffffff;
  border: 2px solid #ffffff !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.ProximaNova-bold-loaded .button--reverse {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif !important;
  font-weight: bold;
}

.button--reverse:hover, .button--reverse:focus {
  background-color: #ffffff;
  color: #652C90;
  border: 2px solid #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-template-hybrid-template.singular .site-main {
  margin: 0;
}

.page-template-hybrid-template .site.news {
  margin-top: 0 !important;
}

.page-template-hybrid-template .inner-page {
  margin-top: 0;
}

.page-template-hybrid-template .content-header,
.page-template-hybrid-template .page .section.pages {
  margin-bottom: 0;
}

.sub-menu,
.main-navigation ul ul,
.menu-item,
h2.top-link {
  text-transform: none;
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none;
  border-bottom: none;
  color: #652C90;
}

.ProximaNova-bold-loaded .sub-menu, .ProximaNova-bold-loaded
.main-navigation ul ul, .ProximaNova-bold-loaded
.menu-item, .ProximaNova-bold-loaded
h2.top-link {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif !important;
  font-weight: bold;
}

.sub-menu a,
.main-navigation ul ul a,
.menu-item a,
h2.top-link a {
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none;
  border-bottom: none;
}

.ProximaNova-bold-loaded .sub-menu a, .ProximaNova-bold-loaded
.main-navigation ul ul a, .ProximaNova-bold-loaded
.menu-item a, .ProximaNova-bold-loaded
h2.top-link a {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif !important;
  font-weight: bold;
}

.sub-menu a,
.sub-menu h2 {
  margin-bottom: 3px;
}

.main-navigation .current_page_item > a:hover, .main-navigation .current_page_item > a:focus, .main-navigation .current_page_item > a:active,
.main-navigation .current-menu-item > a:hover,
.main-navigation .current-menu-item > a:focus,
.main-navigation .current-menu-item > a:active,
.main-navigation a h2.top-link:hover,
.main-navigation a h2.top-link:focus,
.main-navigation a h2.top-link:active {
  text-decoration: none;
  border-bottom: none;
  outline: 1px dotted #652C90;
  color: #652C90;
}

.main-navigation ul.sub-menu {
  left: -999em;
}

.main-navigation > ul li:hover > ul,
.main-navigation > ul li.focus > ul {
  left: 0;
  top: 4em;
  background-color: #F7F8F8;
  opacity: 0.95;
}

.main-navigation > ul li:hover > ul:hover, .main-navigation > ul li:hover > ul:focus, .main-navigation > ul li:hover > ul:active,
.main-navigation > ul li.focus > ul:hover,
.main-navigation > ul li.focus > ul:focus,
.main-navigation > ul li.focus > ul:active {
  opacity: 1;
}

.main-navigation ul#desktop-menu ul li:hover > ul,
.main-navigation ul#desktop-menu ul li.focus > ul {
  left: 100%;
  margin-left: 0;
  top: 0;
}

.main-navigation ul > li.menu-item-has-children,
.main-navigation ul > li.page_item_has_children,
.main-navigation ul > li,
.main-navigation h2 {
  margin-right: 3em;
  padding: 10px 22px;
  margin-left: 0;
}

.main-navigation ul > li.menu-item-has-children > a:after,
.main-navigation ul > li.page_item_has_children > a:after,
.main-navigation h2:after {
  content: "";
  background-image: url("../pena-child/images/right-arrow-smaller.png");
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  height: 13px;
  width: 21px;
  position: absolute;
  margin-top: 14px;
  margin-left: 5px;
}

.main-navigation,
#desktop-menu {
  display: none;
}

@media (min-width: 55em) {
  .main-navigation,
  #desktop-menu {
    display: block;
  }
}

#desktop-menu {
  text-align: right;
  width: 100%;
  float: left;
  margin-left: -0.6rem;
}

#desktop-menu:before, #desktop-menu:after {
  display: block;
  float: none;
  clear: both;
  content: "";
}

#desktop-menu li {
  padding: 0;
  margin: 0;
}

#desktop-menu li ul {
  margin-left: 0;
  top: 100%;
  padding: 0;
  width: auto;
  float: none;
  background-color: rgba(0, 0, 0, 0);
}

#desktop-menu li ul li {
  min-width: 100%;
}

.popout-menu #desktop-menu li ul li {
  min-width: auto;
}

.popout-menu #desktop-menu li ul {
  display: block;
}

#desktop-menu > li > a {
  text-decoration: none;
  -webkit-text-decoration-color: #ffffff;
          text-decoration-color: #ffffff;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
}

#desktop-menu ul li ul {
  margin-left: 2rem;
}

#desktop-menu a,
#desktop-menu .top-link {
  padding: 1.17rem 1.5rem;
  display: block;
  margin-bottom: 0;
}

#desktop-menu .top-link {
  height:60px;
}

#desktop-menu a:after,
#desktop-menu .top-link:after {
  top: 50%;
  margin: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  right: 0.8rem;
  background-image: url("../pena-child/images/right-arrow.svg");
  content: "";
  background-repeat: no-repeat;
  width: 7px;
  height: 12px;
  background-size: 100%;
  color: #ffffff;
}

.popout-menu #desktop-menu a:after, .popout-menu
#desktop-menu .top-link:after {
  -webkit-transform: translateY(-50%) rotate(0);
      -ms-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

#desktop-menu .top-link:after {
  top: 45%;
}

#desktop-menu li.menu-item-has-children > a {
  padding-right: 2rem;
}

@media screen and (max-width: 1260px) {
  #desktop-menu li.menu-item-has-children > a {
    font-size:14px
  }
  #desktop-menu > li > a 
  {
    font-size: 14px;
  }
  #desktop-menu li.menu-item-has-children > a {
    padding-right: 1.5rem;
  }

}

@media screen and (max-width: 1000px) {

  #desktop-menu a
  {
    padding:0.7rem;
  }
  #desktop-menu li.menu-item-has-children > a {
    font-size:14px
  }
  #desktop-menu > li > a 
  {
    font-size: 14px;
  }
  #desktop-menu .top-link {
    padding:1.17rem 0.5rem;
  }
  #desktop-menu .top-link:after {
    margin-top:3px;
  }
}

@media (max-width: 1000px) {
#desktop-menu > li:hover a, #desktop-menu > li:focus a, #desktop-menu > li:active a, #desktop-menu > li.focus a {
    font-size: 14px !important;
}
}

#desktop-menu > li:hover,
#desktop-menu > li:focus,
#desktop-menu > li:active,
#desktop-menu > li.focus {
  background-color: #f0edf9;
}

#desktop-menu > li:hover:hover, #desktop-menu > li:hover:focus,
#desktop-menu > li:focus:hover,
#desktop-menu > li:focus:focus,
#desktop-menu > li:active:hover,
#desktop-menu > li:active:focus,
#desktop-menu > li.focus:hover,
#desktop-menu > li.focus:focus {
  background-color: #e0daf2;
}

#desktop-menu > li:hover a,
#desktop-menu > li:focus a,
#desktop-menu > li:active a,
#desktop-menu > li.focus a {
  background-color: #ddd4e9;
  color: #3E2C77;
}

@media (max-width:1260px) {
  #desktop-menu > li:hover a,
#desktop-menu > li:focus a,
#desktop-menu > li:active a,
#desktop-menu > li.focus a {
  font-size:14px;
}
}

#desktop-menu > li:hover a:hover, #desktop-menu > li:hover a:focus,
#desktop-menu > li:focus a:hover,
#desktop-menu > li:focus a:focus,
#desktop-menu > li:active a:hover,
#desktop-menu > li:active a:focus,
#desktop-menu > li.focus a:hover,
#desktop-menu > li.focus a:focus {
  background-color: #3E2C77;
  color:#ffffff;
}

.popout-menu #desktop-menu {
  margin-left: 0;
}

.mobile-menu,
.is-drilldown {
  font-size: 1.1rem;
  padding: 10px 15px 10px 5px;
  height: 100vh;
}

.mobile-menu a,
.is-drilldown a {
  margin-bottom: 3px;
}

.menu-toggle,
#site-navigation button {
  text-transform: none;
  background-color: #F7F8F8;
  border: none;
  color: #652C90;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  right: 3px;
  top: 1rem;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.ProximaNova-bold-loaded .menu-toggle, .ProximaNova-bold-loaded
#site-navigation button {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif !important;
  font-weight: bold;
}
/*
.menu-toggle:after,
#site-navigation button:after {
  content: url("../pena-child/images/hamburger.png");
  margin-left: 15px;
  width: 14px;
  height: 12px;
}
*/
.menu-toggle svg {
  fill:#652c90;
  margin-right:7px;
  background-color: #ffffff;
  padding:5px;
  border-radius:50%;
  width:25px;
  height:25px;
  opacity: 70%;

}

button.menu-toggle {
  background-color: #DDD4E9 !important;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:16px !important;
  margin-right:10px;
}

@media (min-width: 880px) {
  .menu-toggle {
    display: none !important;
  }
}

.menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active,
#site-navigation button:hover,
#site-navigation button:focus,
#site-navigation button:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 1px dotted #652C90;
}

.menu-toggle_close {
  font-size: 1rem;
  left: 12px;
  margin-top: 20px;
}

.menu-toggle_close:after {
  content: "\2715";
  margin-left: 10px;
}

.popout-menu {
  background-color: #F7F8F8;
  padding-top: 110px;
  height: 100vh;
}

.popout-menu a,
.popout-menu li {
  background-color: #F7F8F8;
  color: #652C90;
}

.popout-menu .primary-menu {
  margin-top: 100px;
}

.popout-menu .menu-toggle {
  top: 3.5rem;
  display: block;
  background: none !important;
}

.drilldown .nested.is-drilldown-submenu {
  background-color: #F7F8F8;
}

.drilldown .is-drilldown-submenu-parent > a::after {
  display: none;
}

.drilldown .is-drilldown-submenu-parent > a::before {
  content: "";
  background-image: url("../pena-child/images/right-arrow-smaller.png");
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  height: 13px;
  width: 21px;
  position: absolute;
  right: 0;
  margin-top: 2px;
  margin-left: 30px;
}

.drilldown .js-drilldown-back {
  margin-left: 20px;
}

.drilldown .js-drilldown-back > a::before {
  display: none;
}

.drilldown .js-drilldown-back > a::after {
  content: "";
  background-image: url("../pena-child/images/left-arrow.png");
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  height: 13px;
  width: 21px;
  position: absolute;
  left: 0;
  margin-top: 3px;
}

.popout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  visibility: hidden;
}

.menu-open .popout-menu {
  visibility: visible;
}

.sub-menu {
  background-color: #AC99C9 !important;
}

.menu-toggle_close {
  text-align: left;
  z-index: 10;
}

label {
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-size: 1rem;
  color: #313131;
  line-height: 1.3;
  font-family: Helvetica, Arial, sans-serif;
}

.ProximaNova-bold-loaded label {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif !important;
  font-weight: bold;
}

input,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
select {
  padding: 6px 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom-style: solid;
  border: 2px solid #a8a8a8;
  padding-left: 20px !important;
  background-color: #ffffff;
  color: #a8a8a8;
  border-radius: 3px;
  margin-bottom: 20px;
}

input:hover, input:focus,
input[type="text"]:hover,
input[type="text"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
select:hover,
select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #652C90;
  border-bottom-width: 2px;
  /*required or it dissapears... */
  color: #a8a8a8;
  margin-bottom: 20px;
}

input[type="submit"] {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  color: #ffffff;
}

input[type="submit"]:hover, input[type="submit"]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-width: none;
}

select {
  border-radius: 0px !important;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  outline: none;
  background: url("../pena-child/images/down-arrow.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: right 10px center;
  border-radius: 3px !important;
  height: 46px;
  margin-left: 0;
}

@media (min-width: 55em) {
  select {
    height: 42px;
  }
}

.gform_wrapper .gfield_required.gfield_required {
  color: #313131;
}

.gfield_list_cell select {
  width: 100%;
}

#secondary .widget a {
  color: #652C90;
  text-decoration: underline;
}

#secondary .widget a::after {
  display: none;
}

.fixed-header {
  position: fixed;
  top: 0;
  z-index: 99998;
  width: 100%;
}

.site-header.front.site-header.front {
  position: fixed;
  z-index: 99998;
  background-color: #F7F8F8;
  color: #652C90;
  padding-top: 30px;
  padding: 15px 0;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

@media (min-width: 55em) {
  .site-header.front.site-header.front {
  /*  padding: 14px 20px 20px 20px; */
    padding-bottom: 0;
  }
}

.site-header.front.site-header.front a {
  color: #ffffff;
  font-weight: bold;
}

.site-header.front.site-header.front .nav-menu a {
  font-size: 1rem;
}

.site-header.front.site-header.front .nav-menu a:hover, .site-header.front.site-header.front .nav-menu a:focus, .site-header.front.site-header.front .nav-menu a:active {
  outline: 1px dotted #652C90;
  color: #652C90;
}

.site-header.front.site-header.front .button {
  color: #ffffff;
  border: 1px solid #652C90;
}

.site-header.front.site-header.front .button:hover, .site-header.front.site-header.front .button:focus {
  background-color: #652C90;
  text-decoration: none;
}

.header-logo.header-logo {
  max-width: 200px;
  margin-top: 10px;
}

@media (min-width: 60em) {
  .header-logo.header-logo {
    margin-top: 5px;
    width: 70%;
    max-width: 240px;
  }
}

.site-branding {
  background-color: #F7F8F8;
  width: 100%;
  display: inline-block;
  padding-right: 20px;
  padding-left:20px;
  padding-bottom:15px;
}

@media(max-width:880px) {
  .site-branding {
    background-color: #ffffff;
  }
  #masthead {
    background-color:#ffffff;
  }
}

.site-branding:before, .site-branding:after {
  display: block;
  float: none;
  clear: both;
  content: "";
}

.site-branding--logo {
  display: inline-block;
  text-align: left;
  float: left;
  width: 30%;
  min-width: 187px;
}

.site-branding--contact {
  display: none;
}

@media (min-width: 55em) {
  .site-branding--contact {
    display: inline-block;
    float: right;
    font-size: 1rem;
    text-align: right;
    width: 68%;
  }
}

.site-branding--contact-phone,
.site-branding--contact-escape {
  display: inline-block;
  vertical-align: middle;
}

.site-branding--contact-phone {
  text-align: right;
  margin-right: 20px;
}

.phone-number {
  text-decoration: underline;
  font-size: 1.375rem;
  line-height: 1;
}

#site-navigation {
  text-align: left;
  width: 100%;
  float: left;
  margin-top: 0;
  direction: ltr;
}

#site-navigation:before, #site-navigation:after {
  display: block;
  float: none;
  clear: both;
  content: "";
}

.front-page-one .content-caption {
  background-color: transparent;
  padding: 0;
  max-width: 100%;
}

@media (min-width: 700px) {
  .front-page-one .content-caption {
    max-width: 80%;
  }
}

@media (min-width: 780px) {
  .front-page-one .content-caption {
    max-width: 60%;
  }
}

@media (min-width: 70em) {
  .front-page-one .content-caption {
    max-width: 55%;
  }
}

@media (min-width: 80em) {
  .front-page-one .content-caption {
    left: 0;
    max-width: 50%;
  }
}

.hide-mobile {
  display: block;
}

@media (min-width: 500px) {
  .hide-mobile {
    display: none;
  }
}

.mobile-contact {
  line-height: 1.25;
  vertical-align: middle;
  width: 100%;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: end;

}

.mobile-contact,
.mobile-contact a {
  background: #F7F8F8;
  color: #652c90;
}

@media (min-width: 55em) {
  .mobile-contact,
  .mobile-contact a {
    display: none;
  }
}

.mobile-contact a {
  font-weight: bold;
}

.mobile-contact--text {
  padding: 0.875em 1em;
  padding-right: 0;
}

.mobile-contact--text span {
  font-weight: 700;
  margin-bottom: 0.125em;
  display: block;
}

.mobile-contact--exit {
  padding: 0.5em;
}

.mobile-contact--exit .panic-button__button {
  background:  #652C90;
  color: #ffffff;
  border:1px solid #652C90 !important;
}

.site-branding--contact-phone,
.mobile-contact--text {
  font-weight: 700;
}

a.mobile-contact--phone {
  text-decoration: underline;
  font-size: 1.2rem;
}

.hero-banner--container__mobile {
  width: 100%;
  min-height: 220px;
  background-position: bottom right;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em;
}

@media (min-width: 400px) {
  .hero-banner--container__mobile {
    min-height: 260px;
  }
}

@media (min-width: 500px) {
  .hero-banner--container__mobile {
    min-height: 350px;
    background-size: cover;
    background-position: 80%;
    background-repeat: no-repeat;
  }
}

@media (min-width: 600px) {
  .hero-banner--container__mobile {
    display: none;
  }
}

.hero-banner--container__desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-position: bottom right;
  background-size: cover;
  padding: 1.5em 2em;
  min-height: 350px;
  display: none;
}

@media (min-width: 600px) {
  .hero-banner--container__desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 700px) {
  .hero-banner--container__desktop {
    min-height: 320px;
  }
}

@media (min-width: 55em) {
  .hero-banner--container__desktop {
    margin-top: 132px;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.5em 1.5em;
    min-height: 340px;
  }
}

@media (min-width: 60em) {
  .hero-banner--container__desktop {
    padding: 1.5em 3em;
    min-height: 360px;
  }
}

@media (min-width: 70em) {
  .hero-banner--container__desktop {
    padding: 1.5em 3em;
    min-height: 375px;
  }
}

@media (min-width: 80em) {
  .hero-banner--container__desktop {
    padding: 1.5em 4em;
    min-height: 390px;
  }
}

@media (min-width: 80em) {
  .hero-banner--container__desktop {
    padding: 1.5em 4em;
    min-height: 420px;
  }
}

@media (min-width: 95em) {
  .hero-banner--container__desktop {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.5em 6em;
    padding-top: 5em;
    min-height: 480px;
  }
}

@media (min-width: 110em) {
  .hero-banner--container__desktop {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.5em 8em;
    padding-top: 6em;
    min-height: 570px;
  }
}

.page-template-main-template-one .inner {
  margin-top: 0;
}

.featured-image .header.section.pages {
  margin-top: 190.69px;
}

@media (min-width: 568px) {
  .featured-image .header.section.pages {
    margin-top: 170.69px;
  }
}

@media (min-width: 55em) {
  .featured-image .header.section.pages {
    margin-top: 132px;
  }
}

body {
  position: relative;
  margin-bottom: 171px;
}

@media only screen and (max-width: 930px) {
  body {
    margin-bottom: 45px;
  }
}

.site-footer {
  background-color: #F7F8F8;
  margin-bottom: 0;
  padding-bottom: 80px;
  margin-bottom: 126px;
}

@media (min-width: 55em) {
  .site-footer {
    padding-bottom: 0;
  }
}

.site-footer .content.site-content {
  margin-top: 0;
}

.site-footer a,
.site-footer a span {
  color: #652C90;
  text-decoration: underline;
  margin: 1px;
}

.site-footer a:hover, .site-footer a:focus,
.site-footer a span:hover,
.site-footer a span:focus {
  outline: 1px dotted #652C90;
}

.footer-menu span,
.footer-menu a,
.footer-menu p {
  color: #652C90;
  font-size: 16px !important;
}

.site-footer h2 {
  text-transform: none;
  font-weight: bold;
  color: #652C90 !important;
}

.site-footer .footer-widgets {
  margin-top: 35px;
  border: none;
  line-height: 2.2;
  margin-left: 0;
  font-size: 18px;
}

@media only screen and (max-width: 930px) {
  .site-footer {
    padding-bottom: 58px;
    margin-bottom: 0px;
  }
  .site-footer .mailchimp-text {
    line-height: 1.7;
  }
  .site-footer .mailchimp-text {
    max-width: 450px;
  }
  .site-footer #mc_embed_signup {
    max-width: 300px;
  }
}

@media only screen and (max-width: 930px) and (min-width: 55em) {
  .site-footer .mailchimp-text,
  .site-footer #mc_embed_signup {
    max-width: none;
  }
}

@media only screen and (max-width: 930px) {
  .site-footer #mc_embed_signup {
    background-color: transparent !important;
  }
  .site-footer input[type="email"],
  .site-footer .email,
  .site-footer #mce-EMAIL {
    background-color: #ffffff;
    color: #313131;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 90%;
    padding: 15px;
    padding-bottom: 13px;
    padding-left: 20px;
    font-size: 1rem;
    border-radius: 3px;
    margin-bottom: 10px;
  }
  .site-footer input[type="email"]:hover, .site-footer input[type="email"]:focus,
  .site-footer .email:hover,
  .site-footer .email:focus,
  .site-footer #mce-EMAIL:hover,
  .site-footer #mce-EMAIL:focus {
    margin-bottom: 10px;
  }
}

.footer-widgets > div:nth-child(1):nth-last-child(3),
.footer-widgets > div:nth-child(2):nth-last-child(2) {
  width: 100%;
}

@media (min-width: 55em) {
  .footer-widgets > div:nth-child(1):nth-last-child(3),
  .footer-widgets > div:nth-child(2):nth-last-child(2) {
    width: 25%;
    margin-right: 1%;
  }
}

.footer-widgets > div:nth-child(3):nth-last-child(1) {
  width: 100%;
}

@media (min-width: 55em) {
  .footer-widgets > div:nth-child(3):nth-last-child(1) {
    width: 40%;
  }
}

.singular .site-content .widget-area.footer-menu,
.widget-area.footer-menu {
  border-top: 2px solid #652C90;
  padding: 60px 0 25px;
}

.footer-menu .widget_text {
  width: 100%;
  line-height: 1.7;
}

@media (min-width: 500px) {
  .footer-menu .widget_text {
    width: 80%;
  }
}

.footer-menu .widget_text:first-of-type::before {
  content: "";
  background-image: url("../pena-child/images/flags-left.png");
  background-position: center left;
  background-size: contain;
  background-repeat: no-repeat;
  height: 31px;
  margin-bottom: 15px;
  display: block;
}

@media (min-width: 55em) {
  .footer-menu .widget_text:first-of-type::before {
    margin-bottom: 30px;
  }
}

.footer-menu .widget_text:nth-of-type(2)::before {
  content: "";
  background-image: url("../pena-child/images/modern-pride-intersex2.png");
  background-position: center left;
  background-size: contain;
  background-repeat: no-repeat;
  height: 31px;
  margin-bottom: 15px;
  display: block;
}

@media (min-width: 55em) {
  .footer-menu .widget_text:nth-of-type(2)::before {
    margin-bottom: 30px;
  }
}

.footer-menu .widget_text li {
  text-align: left;
  display: inline-block;
  margin-right: 20px;
}

.footer-menu .widget_text li a,
.footer-menu .widget_text li a span {
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
}

.ProximaNova-bold-loaded .footer-menu .widget_text li a, .ProximaNova-bold-loaded
.footer-menu .widget_text li a span {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif !important;
  font-weight: bold;
}

@media (min-width: 55em) {
  .footer-menu .widget_text {
    width: 48%;
    padding-right: 50px;
  }
  .footer-menu .widget_text:before, .footer-menu .widget_text:after {
    display: block;
    float: none;
    clear: both;
    content: "";
  }
  .footer-menu .widget_text:first-of-type {
    float: left;
  }
  .footer-menu .widget_text:first-of-type:before, .footer-menu .widget_text:first-of-type:after {
    display: block;
    float: none;
    clear: both;
    content: "";
  }
  .footer-menu .widget_text:nth-of-type(2) {
    float: right;
  }
  .footer-menu .widget_text:nth-of-type(2):before, .footer-menu .widget_text:nth-of-type(2):after {
    display: block;
    float: none;
    clear: both;
    content: "";
  }
  .footer-menu .widget_text:last-of-type {
    width: 100%;
  }
}

.collapseomatic.collapseomatic {
  display: block;
  background-image: none !important;
  padding: 0;
  max-width: 800px;
  color: #652C90;
  font-size: 1.3rem;
  font-family: Helvetica, Arial, sans-serif;
  padding: 30px;
  padding-right: 50px;
  margin-bottom: 10px;
  background-color: #f0edf9;
  position: relative;
}

.ProximaNova-bold-loaded .collapseomatic.collapseomatic {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif !important;
  font-weight: bold;
}

.collapseomatic.collapseomatic:after {
  content: url("../pena-child/images/down-arrow-expand-text.png") !important;
  position: absolute;
  margin-left: 30px;
  right: 30px;
}

.collapseomatic.collapseomatic:hover {
  text-decoration: none;
}

.collapseomatic_content {
  font-size: 1rem;
  color: #313131;
  background-color: #f0edf9 !important;
  padding: 30px;
  padding-top: 0;
  max-width: 800px;
  margin: 0;
  margin-bottom: 10px;
  margin-top: -10px;
  line-height: 1.75;
  font-family: Helvetica, Arial, sans-serif;
}

.ProximaNova-normal-loaded .collapseomatic_content {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif !important;
  font-weight: normal;
}

.collapseomatic.colomat-close {
  background-image: none !important;
}

.collapseomatic.colomat-close:after {
  content: url("../pena-child/images/up-arrow-expand-text.png") !important;
  position: absolute;
  margin-left: 30px;
  right: 30px;
}

.homepage {
  background-color: #ffffff;
}

.homepage .section {
  min-height: 350px;
  padding-top: 0;
  background-size: 200%;
}

@media (min-width: 500px) {
  .homepage .section {
    background-size: cover;
    min-height: 400px;
  }
}

@media (min-width: 55em) {
  .homepage .section {
    min-height: 600px;
    max-height: 900px;
  }
}

@media (min-width: 80em) {
  .homepage .section {
    min-height: 700px;
  }
}

@media (min-width: 125em) {
  .homepage .section {
    min-height: 850px;
  }
}

.front-page-one .content-caption {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

.front-page-one .content-caption .entry-content h1 {
  color: #652C90;
  line-height: 1;
  font-size: 1.6rem;
}

@media (min-width: 400px) {
  .front-page-one .content-caption .entry-content h1 {
    font-size: 2rem;
  }
}

@media (min-width: 500px) {
  .front-page-one .content-caption .entry-content h1 {
    font-size: 2.5rem;
  }
}

@media (min-width: 600px) {
  .front-page-one .content-caption .entry-content h1 {
    font-size: 2.75rem;
  }
}

@media (min-width: 55em) {
  .front-page-one .content-caption .entry-content h1 {
    font-size: 3rem;
  }
  .front-page-one .content-caption .entry-content h4 {
    font-size: 1.8rem;
  }
}

.front-page-one .intro {
  position: relative;
  width: 100%;
  margin-top: 140px;
}

@media (min-width: 55em) {
  .front-page-one .intro {
    margin-top: 132px;
  }
}

.header.section .content-caption {
  background-color: transparent;
  text-align: left;
  position: absolute;
  top: 19%;
  left: 20%;
  -webkit-transform: translate(-25%, -20%);
      -ms-transform: translate(-25%, -20%);
          transform: translate(-25%, -20%);
  max-width: 100%;
}

@media (min-width: 500px) {
  .header.section .content-caption {
    top: 30%;
    max-width: 100%;
  }
}

@media (min-width: 55em) {
  .header.section .content-caption {
    top: 50%;
    left: 35%;
    -webkit-transform: translate(-50%, -30%);
        -ms-transform: translate(-50%, -30%);
            transform: translate(-50%, -30%);
    width: 70%;
  }
}

@media (min-width: 60em) {
  .header.section .content-caption {
    top: 60%;
    left: 40%;
    -webkit-transform: translate(-60%, -40%);
        -ms-transform: translate(-60%, -40%);
            transform: translate(-60%, -40%);
    width: 60%;
  }
}

@media (min-width: 70em) {
  .header.section .content-caption {
    top: 50%;
    left: 30%;
    -webkit-transform: translate(-50%, -30%);
        -ms-transform: translate(-50%, -30%);
            transform: translate(-50%, -30%);
  }
}

@media (min-width: 80em) {
  .header.section .content-caption {
    max-width: 45%;
  }
}

@media (min-width: 110em) {
  .header.section .content-caption {
    max-width: 40%;
  }
}

@media (min-width: 125em) {
  .header.section .content-caption {
    max-width: 40%;
    top: 50%;
  }
}

.header.section .content-caption .entry-content h1 {
  color: #652C90;
  line-height: 1;
  font-size: 1.8rem;
}

@media (min-width: 70em) {
  .header.section .content-caption .entry-content h1 {
    font-size: 4rem;
  }
}

@media (min-width: 500px) {
  .header.section .content-caption .entry-content h1 {
    font-size: 2.7rem;
  }
}

@media (min-width: 55em) {
  .header.section .content-caption .entry-content h1 {
    font-size: 3rem;
  }
}

@media (min-width: 60em) {
  .header.section .content-caption .entry-content h1 {
    font-size: 3.5rem;
  }
}

@media (min-width: 125em) {
  .header.section .content-caption .entry-content h1 {
    font-size: 4rem;
  }
}

.header {
  background-color: #ffffff;
  background-size: cover;
  font-style: normal;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.intro {
  position: relative;
  width: 100%;
  top: 0;
  margin-top: 140px;
}

@media (min-width: 568px) {
  .intro {
   /* margin-top: 140px;*/
  }
}

@media (min-width: 55em) {
  .intro {
    margin-top: 0;
    position: fixed;
    min-height: 0px;
  }
}

@media (min-width: 55em) {
  .inner-page {
    margin-top: 35.25em;
  }
}

@media (min-width: 80em) {
  .inner-page {
    margin-top: 41.25em;
  }
}

@media (min-width: 125em) {
  .inner-page {
    margin-top: 45.25em;
  }
}

.block-one {
  padding-bottom: 0;
  background-color: #ffffff;
  position: relative;
  padding-bottom: 70px;
}

@media (min-width: 60em) {
  .block-one {
    padding-bottom: 150px;
  }
}

.block-one img.wp-post-image {
  width: auto;
}

.content-area .singular {
  font-size: 2em;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
  text-transform: none;
}

.ProximaNova-bold-loaded .content-area .singular {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif !important;
  font-weight: bold;
}

.content-area h2.entry-title {
  font-size: 1.75rem;
  line-height: 2rem;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  text-transform: none;
}

.ProximaNova-bold-loaded .content-area h2.entry-title {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif !important;
  font-weight: bold;
}

@media (min-width: 70em) {
  .content-area h2.entry-title {
    margin-bottom: 40px;
  }
}

.entry-header .entry-title,
.entry-header .entry-title a {
  color: #652C90;
}

.entry-header .entry-title a {
  text-decoration: underline;
}

.entry-header .entry-title a:hover, .entry-header .entry-title a:focus, .entry-header .entry-title a:active {
  outline: 1px dotted #652C90;
  color: #652C90;
}

.block-one,
.inner .block-one {
  background: #ffffff;
  background-color: #ffffff;
  position: relative;
  /* text-align: center; */
  padding-top: 90px;
}

@media (min-width: 55em) {
  .block-one,
  .inner .block-one {
    padding-top: 120px;
  }
}

.block-one .entry-content .child-pages {
  margin-top: 20px;
}

@media (min-width: 60em) {
  .block-one .entry-content .child-pages {
    margin-bottom: -100px;
  }
}

.block-one .entry-content p {
  max-width: 400px;
  /* text-align: center; */
  margin-bottom: 0;
}

@media (min-width: 55em) {
  .block-one .entry-content p {
    margin: 0 20px;
  }
}

.block-one .child-pages h2 a:hover,
.block-three .child-pages h2 a:hover {
  border: none;
}

.entry-title.top-title {
  margin-bottom: 30px;
}

@media (min-width: 60em) {
  .entry-title.top-title {
    margin-bottom: 60px;
  }
}

.content-area h2.entry-title.second-header {
  font-size: 1.25rem;
  margin: 30px 0 15px;
}

.block-one .entry-content {
  margin-bottom: 0;
  padding-bottom: 0;
  /* text-align: center; */
  display: inline-block;
  width: 100%;
}

@media (min-width: 60em) {
  .block-one .entry-content {
    padding-bottom: 30px;
  }
}

.threecolumn {
  padding-bottom: 40px;
  margin-bottom: 0;
}

@media (min-width: 640px) {
  .threecolumn {
    float: left;
    width: 30%;
    padding-bottom: 0;
    margin-right: 2.5%;
  }
  .threecolumn:last-child {
    margin-right: 0;
  }
}

.block-one + .block-one {
  padding-top: 0;
}

p.description {
  line-height: 1.5;
  margin-bottom: 1.1rem;
}

@media (min-width: 500px) {
  .call-to-action {
    display: table-row;
    width: 100%;
  }
}

@media (min-width: 60em) {
  .call-to-action {
    display: block;
  }
}

.call-to-action,
.widget_pena_action_buttons {
  background-color: #652C90;
  border-bottom: none;
  position: relative;
}

.call-to-action .one-third.one-third,
.widget_pena_action_buttons .one-third.one-third {
  border: 2px solid #652C90;
  border-bottom: 2px solid #ffffff;
  border-bottom-color: #ffffff;
  border-right: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0;
}

.call-to-action .one-third.one-third:last-of-type,
.widget_pena_action_buttons .one-third.one-third:last-of-type {
  border-bottom: none;
  border-bottom: 2px solid #652C90;
}

.call-to-action .one-third.one-third:hover, .call-to-action .one-third.one-third:focus, .call-to-action .one-third.one-third:active,
.widget_pena_action_buttons .one-third.one-third:hover,
.widget_pena_action_buttons .one-third.one-third:focus,
.widget_pena_action_buttons .one-third.one-third:active {
  background-color: #652C90;
}

@media (min-width: 500px) {
  .call-to-action .one-third.one-third,
  .widget_pena_action_buttons .one-third.one-third {
    width: 33.3%;
    border-bottom: none;
    border-right: 2px solid #ffffff;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    float: none;
  }
  .call-to-action .one-third.one-third:last-of-type,
  .widget_pena_action_buttons .one-third.one-third:last-of-type {
    border-right: none;
  }
}

@media (min-width: 60em) {
  .call-to-action .one-third.one-third,
  .widget_pena_action_buttons .one-third.one-third {
    display: block;
    float: left;
  }
}

.call-to-action a,
.widget_pena_action_buttons a {
  font-style: normal;
  font-weight: bold;
  color: #ffffff;
  font-size: 1.25rem;
  width: 100%;
  padding: 1em;
}

@media screen and (min-width: 882px) and (max-width: 945px) {
  .call-to-action a,
  .widget_pena_action_buttons a {
    font-size: 1.1rem;
  }
}

@media (min-width: 60em) {
  .call-to-action a,
  .widget_pena_action_buttons a {
    padding: 1.25em 1em;
  }
}

.inner .top-part .widget.widget_pena_action_buttons {
  margin: 0 -25px -27px -25px;
}

.widget-area-front.top-part {
  margin-top: 0;
}

.block-three {
  background-color: #B2CD34;
  padding: 70px 0;
  text-align: center;
  color: #313131;
  position: relative;
  margin-top: 0;
}

.block-three .entry-title.entry-title,
.block-three h2 {
  color: #000000 !important;
  font-size: 1.75rem;
  line-height: 1.75rem;
}

@media (max-width: 400px) {
  .block-three .entry-title.entry-title.donate-number,
  .block-three h2.donate-number {
    font-size: 1.5rem;
  }
}

.block-three h2.top-title {
  margin-bottom: 10px;
}
.block-three .figure-thumbnail {
  margin-bottom: 20px;
}
.block-three h2.donate-number {
  margin-bottom: 20px;
}
/*
@media (max-width: 400px) {
  .block-three h2.donate-number {
    float: left;
    width: 40%;
  }
}
*/
.block-three .fourcolumn {
  margin-bottom: 50px;
  text-align: center;
}
/*
@media (max-width: 400px) {
  .block-three .fourcolumn {
    text-align: left;
  }
}
*/

.block-three .fourcolumn:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 55em) {
  .block-three .fourcolumn {
    margin-bottom: 0;
  }
}

.block-three .fourcolumn .entry-content {
  padding: 0 20px;
}
/*
@media (max-width: 400px) {
  .block-three .fourcolumn .entry-content {
    float: right;
    width: 60%;
    margin-bottom: 30px;
    text-align: left;
    padding-right: 0;
    padding-left: 10px;
  }
}
*/
.block-three .donate-button {
  margin-top: 50px;
}

@media (max-width: 400px) {
  .block-three .donate-button {
    margin-top: 30px;
  }
}

.info.info,
.info .entry-inner,
.info .site-content.content {
  background-color: #ffffff;
  position: relative;
}

.info.info {
  padding-bottom: 30px;
}

@media (min-width: 500px) {
  .info.info {
    padding-bottom: 0;
  }
}

@media (min-width: 600px) {
  .info .site {
    padding-left: 0;
  }
}

.info .entry-inner {
  padding: 20px 0;
  float: none;
}

@media (min-width: 600px) {
  .info .entry-inner {
    float: right;
    width: 55%;
    padding: 20px 20px 40px 30px;
  }
  .info .entry-inner:before, .info .entry-inner:after {
    display: block;
    float: none;
    clear: both;
    content: "";
  }
}

@media (min-width: 55em) {
  .info .entry-inner {
    width: 50%;
    padding: 40px;
  }
}

@media (min-width: 60em) {
  .info .entry-inner {
    padding-top: 7%;
  }
}

@media (min-width: 70em) {
  .info .entry-inner {
    padding: 100px 65px;
  }
}

@media (min-width: 70em) {
  .info .entry-inner {
    left: 0%;
  }
}

.info h3,
.info .content-area h3 {
  font-size: 1.375rem;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #313131;
}

@media (min-width: 55em) {
  .info h3,
  .info .content-area h3 {
    margin-top: 0;
  }
}

.info p,
.info p span {
  max-width: 500px;
}

.info_details {
  margin: 0;
  width: 100%;
}

.info a,
.info a span {
  color: #652C90;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.25em;
}

.ProximaNova-bold-loaded .info a, .ProximaNova-bold-loaded
.info a span {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif !important;
  font-weight: bold;
}

@media (min-width: 55em) {
  .info a,
  .info a span {
    margin-top: 0;
  }
}

@media (min-width: 60em) {
  .info a,
  .info a span {
    margin-right: 30px;
  }
}

.info a {
  position: relative;
}

.info a::after {
  content: "";
  background-image: url("../pena-child/images/right-arrow-smaller.png");
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  height: 13px;
  width: 21px;
  position: absolute;
  margin-top: 9px;
}

@media (min-width: 55em) {
  .info a::after {
    margin-top: 10px;
  }
}

.info a:hover, .info a:focus, .info a:active {
  outline: 1px dotted #652C90;
  color: #652C90;
}

.info p {
  margin-bottom: 10px;
  line-height: 1.5;
}

.info_pic {
  float: none;
  width: 100%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 25%;
  position: relative;
  z-index: 1;
  min-height: 0;
  max-width: 400px;
  overflow: hidden;
}

.info_pic::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 90%;
  min-height: 300px;
}

@media (min-width: 600px) {
  .info_pic {
    float: left;
    width: 45%;
    display: inline-block;
    max-width: none;
  }
  .info_pic:before, .info_pic:after {
    display: block;
    float: none;
    clear: both;
    content: "";
  }
}

@media (min-width: 55em) {
  .info_pic {
    width: 50%;
  }
}

@media (min-width: 80em) {
  .info_pic {
    max-height: 600px;
  }
}

.languages_left,
.languages_right {
  background-color: #ffffff;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 600px) {
  .languages_left,
  .languages_right {
    width: 45%;
    display: inline-block;
  }
  .languages_left:before, .languages_left:after,
  .languages_right:before,
  .languages_right:after {
    display: block;
    float: none;
    clear: both;
    content: "";
  }
}

@media (min-width: 55em) {
  .languages_left,
  .languages_right {
    width: 50%;
  }
}

@media (min-width: 600px) {
  .languages_left {
    float: left;
  }
}

@media (min-width: 600px) {
  .languages_right {
    float: right;
  }
}

.difference-block {
  background-color: #ffffff;
  background: #ffffff;
}

.difference-block .overlay {
  background: #000000;
}

.difference-block .header {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
}

.difference-block a,
.difference-block p a,
.difference-block p span a,
.difference-block p strong a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  position: relative;
}

.ProximaNova-bold-loaded .difference-block a, .ProximaNova-bold-loaded
.difference-block p a, .ProximaNova-bold-loaded
.difference-block p span a, .ProximaNova-bold-loaded
.difference-block p strong a {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif !important;
  font-weight: bold;
}

.difference-block a::after,
.difference-block p a::after,
.difference-block p span a::after,
.difference-block p strong a::after {
  content: "";
  background-image: url("../pena-child/images/right-arrow-smaller.png");
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  height: 13px;
  width: 21px;
  position: absolute;
  margin-top: 9px;
  margin-left: 5px;
}

@media (min-width: 55em) {
  .difference-block a::after,
  .difference-block p a::after,
  .difference-block p span a::after,
  .difference-block p strong a::after {
    margin-top: 10px;
  }
}

.difference-block a:hover, .difference-block a:focus, .difference-block a:active,
.difference-block p a:hover,
.difference-block p a:focus,
.difference-block p a:active,
.difference-block p span a:hover,
.difference-block p span a:focus,
.difference-block p span a:active,
.difference-block p strong a:hover,
.difference-block p strong a:focus,
.difference-block p strong a:active {
  color: #652C90;
}

.difference-block-outer {
  margin: 50px 0;
}

.difference-block-outer h2,
.difference-block-outer p {
  color: #ffffff;
}

@media (min-width: 70em) {
  .difference-block-outer h2,
  .difference-block-outer p {
    padding: 0 100px;
  }
}

.difference-block-inner p {
  color: #313131;
  padding: 0;
}

.donation-form {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 30px auto 0 auto;
  max-width: 90%;
  padding: 20px;
}

@media (min-width: 55em) {
  .donation-form {
    margin: 30px 120px 0 120px;
    max-width: none;
  }
}

.donation-form::before {
  display: none;
}

.form-block {
  position: relative;
  background-color: #ffffff;
  text-align: center;
  padding: 50px 0;
}

iframe {
  max-width: 800px;
}

.fullwidth-text-block {
  margin-top: 3.5em;
  position: relative;
  background-color: #ffffff;
  padding-top: 120px;
}

.fullwidth-text-block h2 {
  color: #313131;
  font-size: 1.75rem;
  line-height: 1.75rem;
}

.fullwidth-text-block h3,
.fullwidth-text-block .content-area h3 {
  font-size: 1.375rem;
  color: #313131;
}

.fullwidth-text-block .medium-width {
  width: 100%;
}

.content-header,
.page .section.pages {
  background-position: center;
  background-size: cover;
}

@media (min-width: 60em) {
  .content-header,
  .page .section.pages {
    padding: 7% 0;
  }
}

@media (min-width: 70em) {
  .content-header,
  .page .section.pages {
    padding: 8% 0;
  }
}

@media (min-width: 80em) {
  .content-header,
  .page .section.pages {
    padding: 5% 0;
  }
}

.content-header h1,
.section.pages h1 {
  font-family: Helvetica, Arial, sans-serif;
  text-transform: none;
  text-align: left;
  line-height: 1;
  margin-left: 5%;
  font-size: 2.7rem;
  margin: 0.4375em;
}

.ProximaNova-700-loaded .content-header h1, .ProximaNova-700-loaded
.section.pages h1 {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif !important;
  font-weight: 700;
}

@media (min-width: 55em) {
  .content-header h1,
  .section.pages h1 {
    width: 60%;
    font-size: 3rem;
  }
}

@media (min-width: 60em) {
  .content-header h1,
  .section.pages h1 {
    margin-left: 9.25%;
  }
}

@media (min-width: 70em) {
  .content-header h1,
  .section.pages h1 {
    font-size: 3rem;
  }
}

@media (min-width: 80em) {
  .content-header h1,
  .section.pages h1 {
    margin-left: 11%;
    font-size: 4rem;
  }
}

@media (min-width: 110em) {
  .content-header h1,
  .section.pages h1 {
    margin-left: 20%;
  }
}

.section.pages.without-featured-image h1 {
  color: #652C90;
  font-family: Helvetica, Arial, sans-serif;
}

.ProximaNova-700-loaded .section.pages.without-featured-image h1 {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif !important;
  font-weight: 700;
}

.content-header {
  background-attachment: scroll;
}

@media (min-width: 55em) {
  .content-header {
    background-attachment: fixed;
  }
}

.page-template-fullwidth-template {
  text-align: left;
}

.page-template-fullwidth-template .two-third {
  width: 100%;
}

@media (min-width: 500px) {
  .page-template-fullwidth-template .two-third {
    width: 95%;
  }
}

@media (min-width: 780px) {
  .page-template-fullwidth-template .two-third {
    width: 75%;
  }
}

@media (min-width: 70em) {
  .page-template-fullwidth-template .two-third {
    width: 65%;
  }
}

.page-template-fullwidth-template .two-third h2,
.page-template-fullwidth-template .two-third h3,
.page-template-fullwidth-template .two-third h4 {
  line-height: 1.3;
}

.page-template-fullwidth-template .two-third p + h2 {
  margin-top: 2rem;
  font-size: 1.75rem;
}

.page-template-fullwidth-template .two-third p + h3 {
  margin-top: 2rem;
  font-size: 1.375rem;
}

.page-template-fullwidth-template .two-third p + h4 {
  margin-top: 2rem;
  font-size: 1.1rem;
  text-transform: none;
}

.page-template-fullwidth-template h1,
.page-template-fullwidth-template h2,
.page-template-fullwidth-template h3,
.page-template-fullwidth-template h4 {
  color: #652C90;
  font-family: Helvetica, Arial, sans-serif;
}

.ProximaNova-700-loaded .page-template-fullwidth-template h1, .ProximaNova-700-loaded
.page-template-fullwidth-template h2, .ProximaNova-700-loaded
.page-template-fullwidth-template h3, .ProximaNova-700-loaded
.page-template-fullwidth-template h4 {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif !important;
  font-weight: 700;
}

.page-template-fullwidth-template ul.alt,
.page-template-fullwidth-template ul.alt a {
  color: #652C90;
}

.page-template-fullwidth-template ul.alt:hover, .page-template-fullwidth-template ul.alt:focus, .page-template-fullwidth-template ul.alt:active,
.page-template-fullwidth-template ul.alt a:hover,
.page-template-fullwidth-template ul.alt a:focus,
.page-template-fullwidth-template ul.alt a:active {
  outline: 1px dotted #652C90;
  color: #652C90;
}

.page-template-fullwidth-template a {
  text-decoration: underline;
  border-bottom: none;
}

.page-template-fullwidth-template a:hover, .page-template-fullwidth-template a:focus, .page-template-fullwidth-template a:active {
  outline: 1px dotted #652C90;
  color: #652C90;
}

.page-template-fullwidth-template .site.news {
  margin-top: 0;
}

.page-content a {
  color: #652C90;
}

.page-content a:hover, .page-content a:focus, .page-content a:active {
  outline: 1px dotted #652C90;
  color: #652C90;
}

.front-page-one .header-wrapper {
  width: 100%;
  z-index: 1;
}

.front-page-one .header-wrapper .hentry {
  margin-bottom: 0;
}

.soliloquy-outer-container {
  z-index: -1;
}

.front-page-one .header {
  background: transparent;
}

.front-page-one .header h1,
.front-page-one .header h2,
.front-page-one .header h3,
.front-page-one .header h4 {
  color: #652C90;
}

.link-color--white a {
  color: #eee;
}

.link-color--white a:hover {
  outline: 1px dotted #eee;
  color: #eee;
}

.blog {
  margin-top: 45px;
}

@media (min-width: 55em) {
  .blog {
    margin-top: 70px;
  }
}

.blog .more-link {
  display: block;
  margin-top: 20px;
  color: #652C90;
  text-align: left;
  border: none;
}

.blog .meta-nav {
  color: #652C90;
}

.blog .entry-header .entry-title a {
  color: #652C90;
  text-decoration: none;
}

::-webkit-meter-even-less-good-value .blog .entry-header .entry-title a:hover, .blog .entry-header .entry-title a:focus, .blog .entry-header .entry-title a:active {
  outline: 1px dotted #652C90;
  color: #652C90;
}

.blog .entry-date::before {
  content: "\f307";
  color: #652C90;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Genericons";
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  margin: 3px;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
}

.blog .blog .entry-meta span.posted-on a,
.blog .single .entry-meta span.posted-on a,
.blog .archive .entry-meta span.posted-on a {
  border: none !important;
}

.blog .posted-on {
  border: none;
}

.blog .entry-meta span a,
.blog .single .entry-meta span a,
.blog .archive .entry-meta span a {
  font-style: normal !important;
  color: #652C90;
  border: none;
}

.blog .author::before {
  content: "\f304";
  color: #652C90;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Genericons";
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  margin: 3px;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
}

.blog .comments-link a {
  display: none;
}

.blog .site-content {
  margin-top: 130px;
}

@media (min-width: 55em) {
  .blog .site-content {
    margin-top: 100px;
  }
}

.blog .post-edit-link {
  display: none;
}

.blog .entry-meta span,
.blog .archive .entry-meta span,
.blog .search .entry-meta span,
.blog .entry-footer span {
  display: inline;
}

.blog .entry-meta span.posted-on a,
.blog .single .entry-meta span.posted-on a,
.blog .archive .entry-meta span.posted-on a {
  padding: 0;
}

.blog .navigation.posts-navigation {
  border: none;
  background-color: #652C90;
  color: #ffffff;
  border-radius: 40px;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  position: relative;
  border: none;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  margin: auto;
  margin-bottom: 3.5em;
}

.ProximaNova-bold-loaded .blog .navigation.posts-navigation {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif !important;
  font-weight: bold;
}

.blog .navigation.posts-navigation:hover, .blog .navigation.posts-navigation:focus {
  background-color: #652C90;
  text-decoration: none;
  color: #ffffff;
}

.blog .navigation.posts-navigation a {
  padding: 10px 25px;
  color: white;
  text-decoration: none;
}

.blog .comment-navigation .nav-next,
.blog .posts-navigation .nav-next,
.blog .post-navigation .nav-next,
.blog .comment-navigation .nav-previous,
.blog .posts-navigation .nav-previous,
.blog .post-navigation .nav-previous {
  float: none;
  width: auto;
  padding: 0;
}

.single {
  text-align: left;
}

/*
.single img {
  width: 100%;
}
*/
.single .entry-title {
  color: #313131;
}

.single h1,
.single h2,
.single h3,
.single h4 {
  color: #652C90;
  text-transform: none;
}

.single h3 {
  font-size: 1.375rem;
}

.single h4 {
  font-size: 1.1rem;
  text-transform: none;
}

.single ul.alt,
.single ul.alt a {
  color: #652C90;
}

.single ul.alt:hover, .single ul.alt:focus, .single ul.alt:active,
.single ul.alt a:hover,
.single ul.alt a:focus,
.single ul.alt a:active {
  outline: 1px dotted #652C90;
  color: #652C90;
}

.single a {
  text-decoration: underline;
  border-bottom: none;
  font-weight: normal;
}

.single a:hover, .single a:focus, .single a:active {
  outline: 1px dotted #652C90;
  color: #652C90;
}

.single .entry-date::before {
  content: "\f307";
  color: #652C90;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Genericons";
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  margin: 3px;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
}

.single .author::before {
  content: "\f304";
  color: #652C90;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Genericons";
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  margin: 3px;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
}

.single .comments-link a {
  display: none;
}

.single .entry-content a {
  color: #652C90;
}

.single .entry-content a:hover, .single .entry-content a:focus, .single .entry-content a:active {
  outline: 1px dotted #652C90;
  color: #652C90;
}

.single .site-content {
  margin-top: 220.69px;
}

@media (min-width: 55em) {
  .single .site-content {
    margin-top: 237px;
  }
}

.single .posted-on,
.single .blog .entry-meta span.posted-on a,
.single .single .entry-meta span.posted-on a,
.single .archive .entry-meta span.posted-on a {
  border: none;
}

.single .entry-title {
  color: #652C90;
}

blockquote {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}

.ProximaNova-normal-loaded blockquote {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif !important;
  font-weight: normal;
}

blockquote::before {
  font-size: 1.3rem;
}

.entry-meta span a,
.single .entry-meta span a,
.archive .entry-meta span a {
  font-style: normal !important;
  color: #652C90;
  border: none;
}

.entry-meta {
  color: #652C90;
}

#secondary .widget-title {
  margin-bottom: 10px;
  padding-top: 0;
}

.site.error-404-page {
  width: auto;
  margin: 0;
  margin-top: 70px;
}

@media (min-width: 55em) {
  .site.error-404-page {
    margin-top: 140px;
  }
}

.error-404-content {
  margin-bottom: 100px;
}

.error-404-content a {
  color: #652C90;
  text-decoration: underline;
}

@media (max-width: 879px) {
  #fc_frame.fc-mobile-view.h-open-container {
    height: calc(100% - 74px) !important;
  }
}

@media (max-width: 568px) {
  #fc_frame.fc-mobile-view.h-open-container {
    height: calc(100% - 94px) !important;
  }
}

.give-form-wrap {
  border: none !important;
  padding: 0 !important;
}

.give-form-wrap form[id*="give-form"] #give-donation-level-radio-list {
  margin: 2rem 0 !important;
}

.give-form-wrap form[id*="give-form"] #give-donation-level-radio-list > li {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 1rem 0 !important;
}

.give-form-wrap form[id*="give-form"] #give-donation-level-radio-list > li label {
  font-weight: normal;
}

.give-form-wrap form[id*="give-form"] #give-donation-level-radio-list > li input[type="radio"] {
  margin: 0 1rem 0 0;
}

.give-form-wrap form[id*="give-form"] #give-email-wrap {
  float: left;
  width: 50%;
  padding: 0 1.5%;
  padding-left: 0;
}

.give-form-wrap form[id*="give-form"] .donate-title {
  padding-left: 0 !important;
}

.give-form-wrap form[id*="give-form"] #give-ffm-section .give-ffm-form-row-half {
  clear: both !important;
}

.give-form-wrap form[id*="give-form"] .give-loading-animation {
  font-family: give-icomoon !important;
}

.give-form-wrap [class*=" give-icon-"],
.give-form-wrap [class^="give-icon-"] {
  font-family: give-icomoon !important;
  speak: none !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.give-form-wrap #card_name {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0;
  outline: none;
  color: #32325d;
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  margin: 0;
  padding: 0.25em;
  padding-left: 0.5em !important;
  font-family: sans-serif !important;
  font-size: 16px;
  font-weight: 500;
}

.give-form-wrap #card_name::-webkit-input-placeholder {
  color: #32325d;
}

.give-form-wrap #card_name::-moz-placeholder {
  color: #32325d;
}

.give-form-wrap #card_name::-ms-input-placeholder {
  color: #32325d;
}

.give-form-wrap #card_name::placeholder {
  color: #32325d;
}

.give-form-wrap [id*="give_secure_site_wrapper"] span.padlock {
  font-family: give-icomoon !important;
}

.give-form-wrap #give-purchase-button {
  background-color: #652C90;
  padding: 10px 25px !important;
  color: #ffffff;
  border-radius: 40px;
  text-transform: none;
  text-decoration: none !important;
  display: inline-block;
  position: relative;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #652C90;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  margin: auto;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  height: auto;
  font-size: 1rem;
}

.give-form input[type="submit"] {
  background-color: #652C90;
  padding: 10px 25px !important;
  color: #ffffff;
  border-radius: 40px;
  text-transform: none;
  text-decoration: none !important;
  display: inline-block;
  position: relative;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #652C90;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  margin: auto;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  height: auto;
  font-size: 1rem;
}

#give-email-access-form label,
#give-email-access-form input {
  clear: both;
  float: left;
}

#give-email-access-form label {
  margin-bottom: 1em;
}

#heard_about___other-wrap {
  display: none;
}

.documents-and-resources {
  background: #652C90;
  padding: 20px;
  margin-bottom: 30px;
}

.documents-and-resources h2 {
  color: #ffffff;
  font-size: 22px;
  font-family: "ProximaNova", Helvetica, Arial, sans-serif !important;
  font-weight: bold;
}

.documents-and-resources ul {
  list-style: none;
  padding: 0;
  margin-bottom: -10px;
}

.documents-and-resources ul li {
  border-bottom: 1px solid #ffffff;
}

.documents-and-resources ul li:first-of-type {
  border-top: 2px solid #ffffff;
}

.documents-and-resources ul li:last-of-type {
  border-bottom: none;
}

.documents-and-resources ul li a,
.documents-and-resources ul li a:active,
.documents-and-resources ul li a:focus {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif !important;
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
  padding: 15px 25px 15px 0;
  display: block;
  background-image: url("/wp-content/themes/pena-child/images/download.png");
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position-y: center;
  background-position-x: right;
}

.documents-and-resources ul li a:hover {
  color: #ffffff !important;
  outline: none;
  opacity: 0.8;
}

.related-information {
  background: #F7F8F8;
  padding: 20px;
  margin-bottom: 30px;
}

.related-information h2 {
  color: #652C90;
  font-size: 22px;
  font-family: "ProximaNova", Helvetica, Arial, sans-serif !important;
  font-weight: bold;
}

.related-information ul {
  list-style: none;
  padding: 0;
  margin-bottom: -10px;
}

.related-information ul li {
  border-bottom: 1px solid #652C90;
}

.related-information ul li:first-of-type {
  border-top: 2px solid #652C90;
}

.related-information ul li:last-of-type {
  border-bottom: none;
}

.related-information ul li a,
.related-information ul li a:active,
.related-information ul li a:focus {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif !important;
  font-weight: normal;
  text-decoration: none;
  color: #652C90;
  padding: 15px 10px 15px 0;
  display: block;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position-y: center;
  background-position-x: right;
}

.related-information ul li.external_url a {
  background-image: url("/wp-content/themes/pena-child/images/external-link.png");
}

.related-information ul li.internal_url a {
  background-image: url("/wp-content/themes/pena-child/images/chevron-right.png");
  background-size: 15px;
}

.related-information ul li a:hover {
  color: #652C90 !important;
  outline: none;
  opacity: 0.8;
}

#site-navigation {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 880px) {
  #site-navigation {
    height: 60px;
  }
}

#site-navigation.closed {
  overflow: hidden;
  height: 0;
}

a.external_link {
  background-image: url(/wp-content/themes/pena-child/images/external-link.svg);
  background-size: 13px;
  background-repeat: no-repeat;
  padding-right: 20px;
  background-position-x: calc(100% - 0px);
  background-position-y: 3px;
}

a.external_link.white {
  background-image: url(/wp-content/themes/pena-child/images/external-link-white.png);
}

.arc-sticky-footer {
  background: #652C90;
  z-index: 100;
  direction: ltr;
}

@media only screen and (min-width: 880px) {
  #fc_frame,
  #fc_frame.fc-widget-normal {
    bottom: 28px !important;
  }
}

.arc-sticky-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 15px 0px 15px 40px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 18px;
}

@media only screen and (min-width: 931px) {
  .arc-sticky-footer.hide {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
  .arc-sticky-footer.hide #arc-sticky-footer-header {
    margin-left: -10px;
    margin-right: -10px;
    padding: 5px 30px;
    margin-top: -3.15rem;
    border-radius: 10px 10px 0 0;
    font-size: 20px;
  }
}

@media only screen and (min-width: 931px) {
  #arc-sticky-footer-header {
    float: left;
    background: #652C90;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

.arc-sticky-footer-header-wrapper {
  cursor: pointer;
}

.arc-sticky-footer-header-wrapper::after {
  display: block;
  content: "";
  clear: both;
}

.arc-sticky-footer img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  width: 30px;
  margin-right: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.arc-sticky-footer ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0px;
}

.arc-sticky-footer li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 30px;
}

.arc-sticky-footer li .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.arc-sticky-footer li .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.arc-sticky-footer li .text a,
.arc-sticky-footer li .text p {
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 0;
  line-height: 20px;
}

.arc-sticky-footer li .text a:hover {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}

.arc-sticky-footer li .text strong {
  color: #ffffff;
  line-height: 17px;
  margin-bottom: 5px;
  text-decoration: underline;
}

.arc-sticky-footer h2 {
  color: #ffffff;
  margin-bottom: 25px;
}

@media only screen and (min-width: 931px) {
  .arc-sticky-footer h2 img {
    display: none;
  }
}

.arc-sticky-footer h2 img {
  width: 18px;
  margin-left: 30px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: -3px;
}

@media only screen and (max-width: 400px) {
  .arc-sticky-footer h2 img {
    margin-left: 10px;
  }
}

.arc-sticky-footer .footer-fake-button {
  color: #ffffff;
  border: 2px solid #ffffff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 2px 10px;
  border-radius: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 37px;
}

@media (min-width: 768px) {
  .arc-sticky-footer .footer-fake-button {
    display: none;
  }
}

.arc-sticky-footer .footer-fake-button:hover {
  color: #652C90 !important;
  background: #ffffff;
}

.arc-sticky-footer .footer-fake-button:hover a,
.arc-sticky-footer .footer-fake-button a:hover {
  color: #652C90 !important;
  outline: none;
}

.arc-sticky-footer .footer-fake-button a {
  text-decoration: none;
  color: #ffffff !important;
}

.arc-sticky-footer .footer-fake-button a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 930px) {
  .arc-sticky-footer.open {
    height: 100%;
    top: 0;
  }
  .arc-sticky-footer.open h2 img {
    padding-top: 10%;
    margin-bottom: -3px;
  }
  .arc-sticky-footer .arc-sticky-footer__inner {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
  .arc-sticky-footer h2 {
    text-align: center;
    padding: 10px;
    font-size: 20px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .arc-sticky-footer.open h2 img {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .arc-sticky-footer h2:hover {
    cursor: pointer;
  }
  .arc-sticky-footer {
    padding: 0px 0px 60px 0px;
    height: 1500px;
    top: calc(100% - 45px);
    z-index: 1000000;
  }
  .arc-sticky-footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .arc-sticky-footer li {
    padding-bottom: 30px;
  }
  .arc-sticky-footer .footer-fake-button {
    right: auto;
    color: #ffffff;
  }
  #fc_frame,
  #fc_frame.fc-widget-normal {
    bottom: 23px !important;
  }
}

#web-chat:hover {
  cursor: pointer;
}

@media (max-width: 879px) {
  #masthead {
    height: 75px;
  }
  #masthead.closed {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 0;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.block-one .entry-content .child-pages p {
  font-size: 18px;
  margin: 0;
}
