@import url("https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Merriweather:ital,wght@0,300;0,400;1,300;1,400&display=swap");
/*
 Theme Name:   Epworth Children's Home
 Theme URI:    https://epworthchildrenshome.org
 Description:  Custom designed theme for Epworth Children's Home
 Author:       Nick Kask
 Author URI:   https://kaskcreativity.com
 Template:     generatepress
 Version:      1.0.1
*/
/* BLACKBAUD FORM STYLING */
/* BLACKBAUD FORM STYLING */
.BBFormContainer {
  border: none !important; }

.BBFormSubmitbutton {
  border: none !important;
  border-radius: 3px !important; }

.BBFormTextbox {
  padding: 10px !important; }

.newsletter-signup .BBFormSectionHeading {
  font-size: 40px !important;
  text-align: center !important;
  font-weight: 100 !important;
  margin-bottom: 0px !important;
  line-height: 1.1em !important; }
  .newsletter-signup .BBFormSectionHeading label {
    margin-bottom: 2px; }
.newsletter-signup .BBFormSubSectionHeading {
  font-weight: 100 !important;
  margin-bottom: 20px;
  display: inline-block; }
.newsletter-signup .BBFormSubmitbutton {
  width: auto !important;
  border-radius: 90px !important; }

/*SELECTION COLOR */
::-moz-selection {
  color: white;
  background-color: #ba000d; }

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

body {
  font-family: "Merriweather Sans", serif;
  font-weight: 300;
  color: #000; }

html {
  font-size: 20px; }
  @media screen and (max-width: 1199px) {
    html {
      font-size: 18px; } }
  @media screen and (max-width: 767px) {
    html {
      font-size: 16px; } }

ol, ul {
  margin: 0 0 1.5em 1em; }

.one-container .container {
  background: transparent; }

.elementor-kit-6102 p {
  margin-bottom: 1rem; }

body .grid-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  body .grid-container {
    max-width: 540px; } }
@media (min-width: 768px) {
  body .grid-container {
    max-width: 720px; } }
@media (min-width: 992px) {
  body .grid-container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  body .grid-container {
    max-width: 1140px; } }
.navbar-brand {
  width: 320px;
  max-width: 50%; }
  .navbar-brand img {
    width: 100%; }

a.button, .button {
  border-radius: 90px;
  padding: 9px 29px;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: .05em;
  background-color: #DB3B39;
  color: white;
  font-weight: 600; }
  a.button:hover, .button:hover {
    text-decoration: none;
    background-color: #1B365D; }
  a.button.blue-button, .button.blue-button {
    background: #1B365D; }
    a.button.blue-button:hover, .button.blue-button:hover {
      background: #225574; }

.navigation {
  position: relative; }
  .navigation .mobile-search {
    position: relative;
    padding-left: 24px; }
    .navigation .mobile-search i {
      color: white;
      position: absolute;
      font-size: 16px;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
    .navigation .mobile-search input {
      width: 100%;
      padding: 6px 74px 6px 7px; }
    .navigation .mobile-search .button {
      position: absolute;
      right: 0;
      border-radius: 0px;
      color: white !important;
      background: #DB3B39 !important;
      padding: 10px 15px;
      font-size: 14px;
      padding: 7px 12px 8px; }
  @media screen and (max-width: 767px) {
    .navigation .navbar-toggler {
      width: 60px;
      height: 45px;
      position: relative;
      -webkit-transform: rotate(0deg) scale(0.6);
      -moz-transform: rotate(0deg) scale(0.6);
      -o-transform: rotate(0deg) scale(0.6);
      transform: rotate(0deg) scale(0.6);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      cursor: pointer;
      background: white; }
      .navigation .navbar-toggler span {
        display: block;
        position: absolute;
        height: 5px;
        width: 100%;
        background: #1B365D;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out; }
        .navigation .navbar-toggler span:nth-child(1) {
          top: 18px;
          -webkit-transform: rotate(135deg);
          -moz-transform: rotate(135deg);
          -o-transform: rotate(135deg);
          transform: rotate(135deg); }
        .navigation .navbar-toggler span:nth-child(2) {
          opacity: 0;
          left: -60px;
          top: 18px; }
        .navigation .navbar-toggler span:nth-child(3) {
          top: 18px;
          -webkit-transform: rotate(-135deg);
          -moz-transform: rotate(-135deg);
          -o-transform: rotate(-135deg);
          transform: rotate(-135deg); }
    .navigation .navbar-toggler.collapsed span {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg); }
      .navigation .navbar-toggler.collapsed span:nth-child(1) {
        top: 0px; }
      .navigation .navbar-toggler.collapsed span:nth-child(2) {
        top: 18px;
        left: 0;
        opacity: 1; }
      .navigation .navbar-toggler.collapsed span:nth-child(3) {
        top: 36px; }
    .navigation .main-nav {
      width: 100%;
      position: absolute;
      top: 100%;
      padding-top: 0px;
      padding-bottom: 0px;
      background: #213459;
      z-index: 9999; }
      .navigation .main-nav .navbar-nav {
        background: #213459; }
        .navigation .main-nav .navbar-nav .nav-item {
          border-bottom: 2px solid #71C1D1;
          width: 100%;
          text-align: left; }
          .navigation .main-nav .navbar-nav .nav-item:last-child {
            border-bottom: 0px; }
          .navigation .main-nav .navbar-nav .nav-item .nav-link {
            font-weight: 100; }
          .navigation .main-nav .navbar-nav .nav-item .button {
            color: #1B365D;
            background: white; }
            .navigation .main-nav .navbar-nav .nav-item .button:hover {
              background: #71C1D1;
              color: white; }
          .navigation .main-nav .navbar-nav .nav-item.has-submenu {
            padding-right: 45px;
            position: relative; }
            .navigation .main-nav .navbar-nav .nav-item.has-submenu .fas {
              position: absolute;
              right: 0;
              top: 13px;
              color: white;
              font-size: 24px;
              padding: 6px 17px;
              cursor: pointer; }
        .navigation .main-nav .navbar-nav .submenu {
          max-height: 0px;
          overflow: hidden;
          transition: max-height .5s ease; }
          .navigation .main-nav .navbar-nav .submenu .nav-item {
            padding: 0px;
            padding-top: 4px;
            border-bottom: 0px;
            margin-bottom: 1px; }
            .navigation .main-nav .navbar-nav .submenu .nav-item .nav-link {
              font-size: 18px;
              font-weight: 600; }
        .navigation .main-nav .navbar-nav .has-submenu.active .submenu {
          max-height: 700px; }
        .navigation .main-nav .navbar-nav .nav-link {
          color: white;
          border-bottom: 0px;
          font-size: 21px; }
          .navigation .main-nav .navbar-nav .nav-link:hover, .navigation .main-nav .navbar-nav .nav-link.active {
            color: #71C1D1;
            border-color: #71C1D1; }
        .navigation .main-nav .navbar-nav .subnav-section {
          padding-bottom: 20px; }
          .navigation .main-nav .navbar-nav .subnav-section .section-name {
            padding-top: 4px; }
          .navigation .main-nav .navbar-nav .subnav-section .nav-item .nav-link {
            font-weight: 300;
            padding-bottom: 0px; } }
  .navigation .subnav-section {
    text-align: left; }
    .navigation .subnav-section .section-name {
      color: white;
      display: block;
      border-bottom: 2px solid #71C1D1;
      font-size: 16px;
      font-weight: 600;
      padding-bottom: 8px; }
    .navigation .subnav-section ul {
      list-style-type: none;
      margin-left: 14px;
      white-space: normal;
      max-width: 400px; }
      .navigation .subnav-section ul .nav-item {
        padding-bottom: 2px; }

.top-nav .container {
  padding: 0px; }
.top-nav .nav-link {
  color: #1B365D;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  position: relative; }
.top-nav .button {
  font-weight: 600; }
.top-nav form label {
  margin-bottom: 0px; }
.top-nav form input {
  opacity: 0;
  width: 0px;
  transition: all .4s ease;
  position: absolute;
  left: 15px;
  top: 100%;
  padding: 7px 10px;
  border: 8px solid #1B365D !important;
  border-radius: 7px; }
.top-nav form input:focus {
  opacity: 1;
  width: 420px;
  max-width: 800px; }

.main-nav .nav-item {
  width: 28%;
  text-align: center;
  padding: 15px 2.5%; }
  @media screen and (min-width: 768px) {
    .main-nav .nav-item:first-child {
      padding-left: 0px; }
    .main-nav .nav-item:nth-child(4) {
      padding-right: 0px; } }
  .main-nav .nav-item .nav-link {
    padding: 2px 0px;
    border-bottom: 5px solid #71C1D1;
    font-size: 1.6rem;
    font-weight: 100;
    color: #213459; }
    .main-nav .nav-item .nav-link:hover, .main-nav .nav-item .nav-link.active {
      color: #1B365D;
      border-color: #1B365D;
      font-weight: 400; }
@media screen and (min-width: 768px) {
  .main-nav .container {
    padding: 0px; }
  .main-nav .nav-item.has-submenu {
    position: relative; }
    .main-nav .nav-item.has-submenu:hover .submenu {
      display: block !important;
      position: absolute;
      background: #1B365D;
      margin-left: 0px;
      width: auto;
      min-width: 100%;
      padding: 15px;
      white-space: nowrap;
      list-style-type: none;
      z-index: 9; }
      .main-nav .nav-item.has-submenu:hover .submenu .subnav-section {
        padding-bottom: 16px; }
        .main-nav .nav-item.has-submenu:hover .submenu .subnav-section ul {
          padding-top: 12px; }
      .main-nav .nav-item.has-submenu:hover .submenu .subnav-section .nav-item {
        padding-bottom: 7px;
        padding-top: 0px;
        line-height: 1.2em;
        padding-left: 15px;
        text-indent: -15px; }
      .main-nav .nav-item.has-submenu:hover .submenu .nav-item {
        width: 100%;
        padding: 8px 3px;
        border-bottom: 0px;
        text-align: left; }
        .main-nav .nav-item.has-submenu:hover .submenu .nav-item a {
          color: white;
          font-size: 20px;
          border-bottom: 0px;
          line-height: 1.4em; }
          .main-nav .nav-item.has-submenu:hover .submenu .nav-item a:hover {
            color: #71C1D1; } }

.pre-footer {
  padding-top: 2.5rem;
  padding-bottom: 3rem; }
  .pre-footer .container {
    padding: 0px; }
  .pre-footer .newsletter-signup {
    background: #dbeef2;
    border-radius: 12px; }
    .pre-footer .newsletter-signup input {
      width: 100%;
      border-color: #707070;
      border-radius: 6px; }
  .pre-footer .form-intro h2, .pre-footer .form-intro p {
    font-weight: 100;
    color: #1B365D; }
  .pre-footer .form-intro h2 {
    font-size: 1.6rem; }
  .pre-footer .form-intro p {
    font-size: 18px; }
  .pre-footer .captcha-disclaimer p {
    color: #9F9F9F;
    font-size: 16px; }
    .pre-footer .captcha-disclaimer p a {
      color: #3C89B5; }

.footer {
  padding-top: 1rem;
  padding-bottom: 2rem; }
  .footer a, .footer p {
    color: #1B365D; }
  .footer hr {
    border-top: 6px solid #EFEFEF; }
  .footer .button {
    color: white; }
  .footer .footer-logo {
    width: 215px;
    max-width: 50%;
    margin-bottom: 30px; }
  .footer .footer-contact {
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px; }
    .footer .footer-contact:last-child {
      margin-bottom: 10px; }
    .footer .footer-contact img {
      position: absolute;
      left: 0;
      width: 29px; }
    .footer .footer-contact p {
      font-size: 18px;
      font-weight: 100; }
  .footer .footer-nav ul {
    list-style-type: none;
    margin-left: 0px;
    margin-bottom: 0px; }
    .footer .footer-nav ul li {
      margin-bottom: 20px; }
    .footer .footer-nav ul a {
      font-size: 30px;
      font-weight: 100; }
      @media screen and (max-width: 991px) {
        .footer .footer-nav ul a {
          font-size: 24px; } }
  .footer .footer-social {
    max-width: 180px;
    margin: 0 auto; }
    .footer .footer-social a {
      display: inline-block; }

.accredited {
  background: #EFEFEF; }
  .accredited p {
    font-size: 18px;
    max-width: 949px;
    margin: 10px auto 30px; }
  .accredited .org-logos {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 30px auto;
    max-width: 768px; }
    .accredited .org-logos a {
      display: inline-block; }
      .accredited .org-logos a img {
        height: 112px;
        width: auto;
        max-width: 100%; }
    @media screen and (max-width: 767px) {
      .accredited .org-logos a img {
        height: 80px; } }
    @media screen and (max-width: 540px) {
      .accredited .org-logos a img {
        height: 60px; } }

.copyright {
  font-size: 16px; }
  .copyright a, .copyright p {
    color: #1B365D; }
  .copyright a {
    text-decoration: underline; }
  .copyright img {
    max-width: 180px; }
  .copyright .container {
    max-width: 1000px; }

.subpage .sidebar ul {
  padding-left: 0px;
  margin-left: 0px;
  list-style-type: none; }
  .subpage .sidebar ul li {
    margin-bottom: 25px; }
  .subpage .sidebar ul a {
    color: #000; }
    .subpage .sidebar ul a.active {
      font-weight: 600; }
.subpage .sidebar .subnav-section {
  margin-bottom: 40px; }
  .subpage .sidebar .subnav-section ul {
    padding-left: 12px;
    padding-top: 8px; }
  .subpage .sidebar .subnav-section li {
    margin-bottom: 10px;
    padding-left: 15px;
    text-indent: -15px; }
  .subpage .sidebar .subnav-section .section-name {
    display: block;
    border-bottom: 1px solid #71C1D1;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 8px;
    max-width: 272px; }
.subpage .page-title {
  font-size: 1.3rem;
  font-weight: 100; }
.subpage .page-subtitle {
  font-size: 1.2rem;
  font-weight: 600; }
.subpage .subpage-content h2 {
  font-family: "Merriweather", serif;
  font-size: 1.9rem;
  font-weight: 100;
  margin-bottom: 1.1rem; }
.subpage .subpage-content h3 {
  font-family: "Merriweather Sans", serif;
  font-weight: 600;
  font-size: 1.2rem; }
.subpage .subpage-content p, .subpage .subpage-content li {
  font-family: "Merriweather", serif; }
.subpage .subpage-content .subhead {
  font-size: 1.1rem;
  font-family: "Merriweather Sans", serif;
  margin-bottom: 0px; }

.one-container .site-content {
  padding: 0px; }

.staff-departments .row > div {
  margin-bottom: 30px; }
.staff-departments .department {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-width: 350px;
  padding: 30px;
  margin: 0 auto;
  background: #3c89b5;
  color: #fff;
  border-radius: 8px;
  font-size: 1.3rem;
  font-weight: 100;
  line-height: 1.4;
  text-align: center;
  text-decoration: none; }
  .staff-departments .department:hover, .staff-departments .department:focus {
    background: #286689; }
  @media (min-width: 576px) {
    .staff-departments .department {
      min-height: 120px; } }
  @media (min-width: 768px) {
    .staff-departments .department {
      min-height: 135px; } }

.department-links {
  font-family: "Merriweather", serif; }
  .department-links ul {
    padding: 0;
    margin-left: 0;
    list-style: none; }
    .department-links ul a {
      color: #008bb9;
      text-decoration: none; }
      .department-links ul a:hover, .department-links ul a:focus {
        color: #50c5d3;
        text-decoration: underline; }

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