/*
	Theme Name: Kulttuurikasvatussuunnitelma
	Version: 1.0
	Theme URI: http://muuks.fi
	Description: Custom theme by Muuks Creative
	Author: Muuks Creative
	Author URI: http://muuks.fi
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html

*/


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html {
    overflow-x: hidden;
  }
}

body {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.0rem;
  color: #2C2C2C;
  background: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Fira Sans', sans-serif;
  font-style:normal;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #2C2C2C;
}
label {
  color: #2C2C2C;
}
a {
  color: #227F64;
  font-weight: inherit;
  transition: all 0.25s ease;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #135742;
  text-decoration: underline;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}
hr {
  margin: 2rem auto;
  border-color: #2C2C2C;
  max-width: 100%;
}
footer[role="contentinfo"] hr {
  max-width: 100%;
  margin: 2rem auto;
  border-color: #E09A24;
}
table thead {
  background: transparent;
  color: #2C2C2C;
}
table tfoot {
  border: none;
  background-color: transparent;
  background: transparent;
  color: #2C2C2C;
}
.alignleft {
  float:left;
  margin-right:1rem;
  margin-bottom:1rem;
}
.alignright {
  float:right;
  margin-left:1rem;
  margin-bottom:1rem
}
.aligncenter {
  display: block;
  margin: 0 auto 1rem auto;
}
.alignnone {
  margin: 0 1rem 1rem 0;
}
.entry-content p,
.entry-content ul,
.entry-content ul li,
.entry-content ol,
.entry-content ol li {
  font-family: 'Fira Sans', sans-serif;
}
.entry-content p.has-medium-font-size:first-child {
  font-family: 'Fira Sans', sans-serif;
  font-weight: bold;
  line-height: 1.9;
  font-style: italic;
}
.entry-content h2:not(:first-child),
.entry-content h3:not(:first-child),
.entry-content h4:not(:first-child),
.entry-content h5:not(:first-child),
.entry-content h6:not(:first-child) {
  margin-top: 3rem;
}
.screen-reader-text,
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.toggle-container {
	display:none;
}
p, ul, ol, dl {
  margin-bottom: 1.75rem;
  line-height: 1.7;
  font-size: 1.125rem;
}
dl { overflow:hidden; }
dl dt { margin: 0; }
dt { font-weight:bold; }
dd + dt { padding:5px 0 0; }
dd { padding:0 0 5px; }

dt {
  width:auto;
  margin-right:3.75%;
  padding:5px 0;
  clear:left;
  float:left;
  font-weight:bold;
  border-width:0;
}
dd { padding:5px 0 5px 40%; }
dd + dt + dd { border-width:1px 0 0 0; }
/* Menu */
#mobile-icon {
  width: 40px;
  height: 28px;
  position: relative;
  float:right;
  margin: 15px 0 0 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -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;
  display: none;
  z-index: 999;
}

#mobile-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #2C2C2C;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#mobile-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile-icon span:nth-child(2) {
  top: 11px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile-icon span:nth-child(3) {
  top: 22px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
  left: 6px;
}
#mobile-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#mobile-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 26px;
  left: 6px;
}
#navigation-bar {
  position: relative;
  background-color: #F9F5F1;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
#nav-container {
  display: block;
  z-index: 1000;
  position: relative;
  float: right;
  margin: 0;
}
#secondary-navigation {
  background-color: #F7BA27;
  padding: 0.5rem 0;
}
#container {
  position: relative;
}
.top-secondary-navigation {
  margin: 0;
}
.secondary-menu {
  display: inline-block;
	margin: 0;
  float: right;
}
.secondary-menu ul {
  margin: 0;
  line-height: 1;
}
.secondary-menu li {
	display: inline-block;
	position: relative;
}
.secondary-menu li a {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  text-decoration: none;
  color: #2C2C2C;
  padding: 0;
  margin: 0 0.25rem 0rem;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.3;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
}
.secondary-menu li:first-child a {
  margin-left: 0;
}
.secondary-menu li:last-child a {
  margin-right: 0;
}
.secondary-menu li.current-menu-item a,
.secondary-menu li a:hover {
  color: #2C2C2C;
  border-bottom-color: #2C2C2C;
}
.secondary-menu li a.open-header-search .fa {
  font-size: 1rem;
}
.header-search {
  float:right;
  margin-left: 1rem;
}
nav[role="navigation"].main-navigation {
  position: relative;
  display: block;
  float: right;
  clear: both;
  padding: 0;
  margin: 1.5rem 0 0;
}
.top-bar-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.top-bar-menu ul li,
.top-bar-menu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  position: relative;
}
.top-bar-menu:after,
.top-bar-menu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.top-bar-menu > ul > li {
  display: inline-block;
}
.top-bar-menu > ul > li > a {
  padding: 0 0 1rem 0;
  margin: 0 0.75rem 0;
  text-decoration: none;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  color: #2C2C2C;
  border-bottom: 5px solid transparent;
  font-size: 1rem;
  letter-spacing: 0.04rem;
  line-height: 1.3;
}
.top-bar-menu > ul > li:first-child a {
  margin-left: 0;
}
.top-bar-menu > ul > li:last-child a {
  margin-right: 0;
}
.top-bar-menu > ul > li.current-menu-item > a {
  border-bottom: 5px solid #227F64;
}
.top-bar-menu > ul > li > a:hover {
  border-bottom: 5px solid #227F64;
}
.top-bar-menu ul ul {
  position: absolute;
  display: none;
  z-index: 1000;
  text-align: left;
}
.top-bar-menu li.menu-item-has-children:hover > ul,
.top-bar-menu li.menu-item-has-children.focused > ul {
  left: auto;
  top: auto;
  display: block;
  background: #ffffff;
  box-shadow: 0 10px 10px 0 rgba(0,0,0,.3);
}
.top-bar-menu ul ul li.menu-item-has-children:hover > ul {
  left: 50%;
  transform: translate(-50%, 0);
  margin-left: 100%;
  top: 0;
  display: block;
}
.top-bar-menu ul ul.sub-menu ul.sub-menu:before {
  display: none;
}
.top-bar-menu ul ul ul {
  margin-left: 100%;
  top: 0;
}
.top-bar-menu ul ul li a {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding: 12px 15px;
  min-width: 250px;
  max-width: 250px;
  font-size: 1rem;
  text-decoration: none;
  color: #2C2C2C;
  font-weight: 400;
  font-family: 'Fira Sans', sans-serif;
  line-height: 1.3;
  text-align: left;
}
.top-bar-menu ul ul li:last-child > a,
.top-bar-menu ul ul li.last-item > a {
  border-bottom: 0;
}
.top-bar-menu ul ul li:hover > a,
.top-bar-menu ul ul li a:hover {
  text-decoration: underline;
}
.top-bar-menu li.menu-item-has-children:last-child:hover > ul {
  right: 0;
}
.top-bar-menu ul ul li.menu-item-has-children > a:after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
.top-bar-menu.align-right ul ul li.menu-item-has-children > a:after {
  right: auto;
  left: 11px;
}
.top-bar-menu ul ul li.menu-item-has-children > a:before {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.top-bar-menu.align-right ul ul li.menu-item-has-children > a:before {
  right: auto;
  left: 14px;
}
.top-bar-menu ul ul > li.menu-item-has-children:hover > a:before {
  height: 0;
}

/* header */
.page-breadcrumbs {
  color: #2C2C2C;
  padding: 0;
  margin: 3rem 0 1.5rem;
  position: relative;
  z-index: 1;
}
.page-breadcrumbs a {
  color: #2C2C2C;
  font-weight: 400;
  text-decoration: none;
}
.page-breadcrumbs a:hover {
  color: #2C2C2C;
  text-decoration: underline;
}
.some-share-title {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  display: block;
  color: #6D6D6D;
}
.logo {
  position: relative;
  display: inline-block;
  float: left;
  margin: 1.5rem 0 0;
  padding: 0;
}
.logo a {
  color: #2C2C2C;
  text-decoration: none;
  font-family: 'Fira Sans', sans-serif;
  line-height: 1;
  font-size: 1.625rem;
  font-weight: bold;
}
.logo a:hover {
  opacity: 0.8;
}
.logo a:hover,
.logo a:focus,
.logo a:active,
.logo a:visited {
  color: #2C2C2C;
  text-decoration: none;
}
.pull-up {
  margin-top: -12rem;
}
.grey-container {
  padding: 2.5rem 3.75rem 2rem;
  margin: 3rem 0 4rem;
  position: relative;
  display: block;
  background-color: #F9F5F1;
  border-radius: 10px;
}
.section-link {
  margin-top: 3rem;
  text-align: center;
}
.section-link p,
.section-link p a {
  margin-bottom: 0;
}
.section-header {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 2.125rem;
  margin-bottom: 3rem;
  line-height: 1;
}
.section-container {
  padding: 6rem 0;
  position: relative;
}
.section-container.second {
  padding: 0;
}
.section-container.small {
  padding: 5rem 0;
}
.section-container.large-bottom-padding {
  padding-bottom: 12rem;
}
.section-container.no-bottom-padding {
  padding-bottom: 0;
}
.help-block-after {
  margin-bottom: 0;
}
/* ARROW RIGHT */
.arrow-right {
  text-decoration: none;
  font-weight: 500;
}
.arrow-right:hover,
.arrow-right:focus {
  text-decoration: underline;
}
.arrow-right:after,
.arrow-right:hover:after,
.arrow-right:focus:after {
  font-size: 1rem;
  padding-left: .5em;
  content: "\203A";
  text-decoration: none;
  display: inline-block;
}
.entry-content p a.button,
.button,
.wp-block-button .wp-block-button__link,
[type='submit'],
[type='button'] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 1rem 2rem;
  -webkit-appearance: none;
  border: none;
  transition: all 0.25s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  font-family: 'Fira Sans', sans-serif;
  color: #ffffff;
  border: 2px solid #227F64;
  background-color: #227F64;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  box-shadow: none;
  border-radius: 8px;
}
.button.large {
  font-size: 1.25rem;
  padding: 1.25rem 3rem;
}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'],
[type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea, select {
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  background-color: #ffffff;
}

.mc4wp-form-fields input[type='email'],
.mc4wp-form-fields input[type='text'] {
  border: none;
  box-shadow: none;
}
.mc4wp-form-fields p {
  margin-bottom: 1rem;
}
.mc4wp-form-fields p a {
  color: #2C2C2C;
  text-decoration: none;
}
.mc4wp-form-fields p a:hover {
  color: #2C2C2C;
  text-decoration: underline;
}
.mc4wp-form-fields input[type='submit'] {
  background-color: #2C2C2C;
  color: #ffffff;
}
.mc4wp-form-fields input[type='submit']:hover {
  background-color: #2C2C2C;
  color: red;
}
.wp-block-button .wp-block-button__link:hover, .entry-content p a.button:hover, .button:hover, .button:active, .button:focus, [type='submit']:hover, [type='button']:hover, [type='submit']:active, [type='button']:active  {
  background-color: #144D3A;
  border: 2px solid #144D3A;
  color: #ffffff;
  text-decoration: none;
}
.page-featured-image {
  padding: 0;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
  margin: 0 auto -6rem;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  border-radius: 10px;
}
.page-featured-image.empty {
  background-image: url("images/kops-hands.jpg");
}
.post-featured-image {
  padding: 0;
  position: relative;
  width: 100%;
  padding-bottom: 52.5%;
  margin: 0 auto 3rem;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.header-outer {
  width: 100%;
  margin: 0 auto;
}
.header-inner {
  width:100%;
  height: auto;
  padding-top: 56.25%;
  position:relative;
}
.header-image {
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 1;
}
.intro-title h1 {
  color: #2C2C2C;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
.intro-title p {
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: normal;
  max-width: 30rem;
  margin: 0 auto 1.75rem;
}
.header-title h1 {
  color: #2C2C2C;
  font-size: 2.125rem;
  line-height: 1.3;
  margin: 0;
}
.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table td, .wp-block-table th {
  border: 1px solid #ddd;
  padding: 0.5rem;
}
.wp-block-table tr:nth-child(even){background-color: #f2f2f2;}
.wp-block-table th {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: #2C2C2C;
  color: #ffffff;
}
.wp-block-embed-youtube {
	position: relative;
}
.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  max-width: 100%;
  height: auto;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.wp-block-embed-youtube figcaption {
  position: relative;
}
.wp-block-embed-youtube iframe,
.wp-block-embed-youtube object,
.wp-block-embed-youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.wp-block-group {
  clear: both;
  position: relative;
  margin: 0 0 4rem;
}
.wp-block-columns .wp-block-group {
  margin-bottom: 0;
}
.wp-block-group.yellow {
  background-color: #F7BA27;
}
.wp-block-group.has-background {
  border-radius: 10px;
  padding: 4rem 4rem 2.25rem 4rem;
}
.wp-block-columns > .wp-block-column > .wp-block-group.has-background {
  padding: 2rem 1rem 0.25rem 1rem;
}
.wp-block-file a.wp-block-file__button {
  margin-top: 1.5rem;
  display: inline-block;
}
small {
  font-size: 0.875rem;
}
figcaption {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
/* blockquote */

blockquote {
  margin: 3em 0;
  padding: 0 3rem;
  border-left: none;
  position: relative;
  text-align: center;
}
body.home blockquote {
  margin: 0 0 1.75rem;
}
.wp-block-pullquote cite,
blockquote cite {
  color: #666666;
}
.wp-block-pullquote blockquote {
  background: #ffffff;
  margin: 0;
  text-align: left;
  border-left: none;
  border-left: 6px solid #F7BA27;
}
blockquote.wp-block-quote p {
  display: block;
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #2C2C2C;
  font-weight: bold;
  font-style: italic;
  padding-top: 2.5rem;
}
blockquote.wp-block-quote p:before {
  color: #2C2C2C;
  content: "\201C";
  font-size: 5rem;
  line-height: 0;
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}
.wp-block-pullquote blockquote p {
  font-family: 'Fira Sans', sans-serif;
  color: #2C2C2C;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  font-size: 1.5rem;
  text-align: left;
}
.push-down {
  margin-top: 0.35rem;
}
nav[role="navigation"].category-navigation ul {
  list-style: none;
  margin: 0 0 3rem;
  width: 100%;
  border-bottom: 1px solid #F9F5F1;
  padding-bottom: 1rem;
  text-align: center;
}
nav[role="navigation"].category-navigation ul li {
  display: inline-block;
}
nav[role="navigation"].category-navigation ul li:last-child {
  margin-right: 0;
}
nav[role="navigation"].category-navigation ul li a {
  font-weight: normal;
  font-family: 'Fira Sans', sans-serif;
  color: #ffffff;
  padding: 0.5rem 1rem;
  text-decoration: none;
  font-weight: 400;
  border-bottom: none;
  background-color: #227F64;
  border-radius: 64px;
  margin-right: 1rem;
  line-height: 1;
  margin-bottom: 1rem;
  display: inline-block;
}
nav[role="navigation"].category-navigation ul li a.active,
nav[role="navigation"].category-navigation ul li a:focus,
nav[role="navigation"].category-navigation ul li a:hover {
  color: #ffffff;
  background-color: #2C2C2C;
  text-decoration: none;
}
/* paging navigation */
nav[role="navigation"].pagination {
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  padding:0;
}
nav[role="navigation"].pagination .nav-links {
  position: relative;
  text-align: center;
}
nav[role="navigation"].pagination .nav-links ul {
  margin: 0;
  padding: 0;
}
nav[role="navigation"].pagination .nav-links ul li {
  list-style: none;
  margin:0 10px 0 0;
  padding:0;
  display: inline-block;
  border-radius: 0;
  font-weight: normal;
  display: inline-block;
  line-height: 1;
  font-size:18px;
}
nav[role="navigation"].pagination .nav-links ul li span.current {
  padding: 10px 12px;
  background: transparent;
  line-height: 1;
  color: #6D6D6D;
  display: inline-block;
  font-size:18px;
}
nav[role="navigation"].pagination .nav-links ul li a {
  padding: 10px 12px;
  background: transparent;
  font-weight: normal;
  font-family: 'Fira Sans', sans-serif;
  color: #2C2C2C;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  border-radius: 0;
  border: none;
}
nav[role="navigation"].pagination .nav-links ul li a.prev,
nav[role="navigation"].pagination .nav-links ul li a.next {
  color: #2C2C2C;
}
nav[role="navigation"].pagination .nav-links ul li a:hover {
  background-color: transparent;
  color: #2C2C2C;
  text-decoration: underline;
}
/* footer */
.footer-section {
  padding: 3rem 0;
}
.footer-section:first-child {
  padding-bottom: 0;
}
footer[role="contentinfo"] {
  display: block;
  width: 100%;
  position: relative;
  background-color: #F7BA27;
}
.some-profiles {
  list-style: none;
}
.some-profiles li {
  display: inline-block;
  margin-bottom: 1.5rem;
  margin-right: 1rem;
}
.some-profiles li a {
  color: #2C2C2C;
  text-decoration: none;
}
.some-profiles li a:hover {
  color: #2C2C2C;
  text-decoration: underline;
}
.some-profiles li a i {
  font-size: 1.5rem;
}
.some-profiles li a .text{
  display: none;
  margin-left: 0.5rem;
  font-weight: 400;
}
.some-profiles li a:hover .text {
  color: #2C2C2C;
}
.some-icons {
  display:block;
  vertical-align: middle;
	clear: both;
	margin:0;
	padding:0;
  line-height: 1;
  text-align: center;
}
body.home .some-icons {
  margin-top: 3rem;
}
.some-icons li {
  margin: 0 0.75rem 0 0;
  display: inline-block;
}
.some-icons.large-icons li {
	margin-right: 1.5rem;
}
.some-icons.large-icons li:last-child,
.some-icons li:last-child {
  margin-right: 0;
}
.some-icons li i {
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  vertical-align: middle;
}
.some-icons.large-icons li a {
  padding: 0.8rem 1rem;
}
.some-icons.large-icons li i {
  font-size: 3rem;
}
.some-icons li a {
  display: block;
  border-bottom: none;
  box-shadow: none;
  padding: 0.5rem 0.6rem;
  min-width: 38px;
  text-align: center;
}
.some-icons li a .text {
  display: none;
}
.some-icons li a:focus,
.some-icons li a:hover {
  border-bottom: none;
}
.some-icons li a i {
  color: #2C2C2C;
  font-size: 1.25rem;
}
.single .author {
  font-size: 1.1875rem;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6  {
  font-family: 'Fira Sans', sans-serif;
  color: #2C2C2C;
  font-size: 1.125rem;
}
footer ul li, footer ol li, footer p, footer div, footer span, footer a, footer a:active {
  font-family: 'Fira Sans', sans-serif;
  color: #2C2C2C;
  text-decoration: none;
}
footer[role="contentinfo"] p:last-child {
  margin-bottom: 0;
}
footer ul li, footer ol li, footer p, footer div, footer span, footer a {
  font-size: 1.0rem;
  line-height: 1.4;
  font-weight: 400;
}
footer .small a {
  font-size: 0.875rem;
}
footer .muuks,
footer .muuks a,
footer .muuks a:hover {
  color: #2C2C2C;
}
footer a:hover {
  color: #2C2C2C;
  text-decoration: underline;
}
footer ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
}
footer ul li {
  margin-left: 0;
  margin-bottom: 1.5rem;
}
#search-header {
	background: #F9F5F1;
  position: relative;
}
.header-search-container {
  position: relative;
  display: block;
}

.header-search-container form {
	margin: 0;
}

.header-search-container input#s {
	color: #2C2C2C;
  background: transparent;
	position: relative;
	padding-left: 2.5rem;
	width: 100%;
	min-width: 0;
	max-width: 960px;
	display: block;
	margin: 0;
	border: none;
	box-shadow: none;
	outline: none;
	font-size: 1.5rem;
  height: auto;
  line-height: normal;
}
.header-search-container:before {
  content: "\f002";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #2C2C2C;
  font-size: 1.5rem;
  position: absolute;
  line-height: 1;
  top: 10px;
  left: 0;
}
.header-search-container input#s::-webkit-input-placeholder {
  color: #999999;
}
.header-search-container input#s:-moz-placeholder {
  color: #999999;
}
.header-search-container input#s::-moz-placeholder {
  color: #999999;
}
.header-search-container input#s:-ms-input-placeholder {
  color: #999999;
}
.close-header-search {
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  transform: translate(0, -50%);
  line-height: 1;
  font-size: 1.5rem;
  z-index: 10002;
}
.close-header-search i {
	color: #2C2C2C;
}
.close-header-search:hover i {
	color: #2C2C2C;
}
.skip-to-main {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0.5rem 0;
  transform: translateY(-50px);
}
.skip-to-main:focus {
  transform: translateY(0);
}
#subpage-content {
  padding-top: 3rem;
  padding-bottom: 6rem;
  position: relative;
}
.grey {
  color: #6D6D6D;
}
.footer-logo {
  display: block;
  clear: both;
}
/*
nav[role="navigation"].subpage-navigation {
  margin-top: 0.25rem;
  margin-bottom: 1.5rem;
  max-width: 80%;
}
nav[role="navigation"].subpage-navigation .parent-page {
  padding-bottom: 0;
  margin-bottom: 2rem;
}
nav[role="navigation"].subpage-navigation .parent-page a {
  font-size: 1.125rem;
  font-weight: bold;
  color: #2C2C2C;
}
nav[role="navigation"].subpage-navigation .current-page {
  font-size: 1.125rem;
  color: #2C2C2C;
  padding-bottom: 0;
  margin-bottom: 2rem;
}
nav[role="navigation"].subpage-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav[role="navigation"].subpage-navigation ul li a {
  display: block;
  text-decoration: none;
  color: #2C2C2C;
  font-size: 1rem;
  border-bottom: 1px solid #E0E0E0;
  padding: 1rem 0 0.5rem 0rem;
  line-height: 1.2;
  width: 100%;
}
nav[role="navigation"].subpage-navigation ul li.parent-item > a {
  border-bottom: none;
  padding-bottom: 0;
}
nav[role="navigation"].subpage-navigation ul li a:hover {
  text-decoration: underline;
}
nav[role="navigation"].subpage-navigation ul li.current_page_item > a {
  font-weight: bold;
  color: #2C2C2C;
}
nav[role="navigation"].subpage-navigation ul li:first-child > a {
  padding-top: 0;
}
nav[role="navigation"].subpage-navigation ul li:last-child a {
}
nav[role="navigation"].subpage-navigation ul li.parent-item > a:after {
  font-family: "FontAwesome";
  font-size: 14px;
  padding-left: .5em;
  content: "\f078";
  color: #2C2C2C;
  display: inline-block;
}
nav[role="navigation"].subpage-navigation ul li.parent-item.active > a:after {
  content: "\f077";
}
nav[role="navigation"].subpage-navigation ul li.parent-item ul.child-items {
  display: none;
}
nav[role="navigation"].subpage-navigation ul li.parent-item.active ul.child-items {
  display: block;
}
*/
nav[role="navigation"].subpage-navigation
{
  padding: 0;
  margin-bottom: 1.5rem;
  margin-top: 0;
}
nav[role="navigation"].subpage-navigation .ancestor-page,
nav[role="navigation"].subpage-navigation .ancestor-page a {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #2C2C2C;
}
nav[role="navigation"].subpage-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav[role="navigation"].subpage-navigation ul ul {
  margin: 0;
  padding: 0 0 0 1.5rem;
  list-style: none;
  border-top: 1px solid #E0E0E0;
}
nav[role="navigation"].subpage-navigation ul > li {
  width: 100%;
  display: inline-block;
}
nav[role="navigation"].subpage-navigation ul > li {
  border-bottom: 1px solid #E0E0E0;
}
nav[role="navigation"].subpage-navigation ul > li:hover > a {
  text-decoration: none;
}
/*
nav[role="navigation"].subpage-navigation ul li a:hover,
nav[role="navigation"].subpage-navigation ul li.page_item_has_children > a:hover:after {
  background-color: #F3EFED;
}*/
nav[role="navigation"].subpage-navigation ul li a {
  display: inline-block;
  text-decoration: none;
  color: #2C2C2C;
  font-size: 1rem;
  line-height: 1.2;
  width: 100%;
  padding: 1rem 0 1rem 0;
  position: relative;
}
nav[role="navigation"].subpage-navigation ul li.page_item_has_children > a,
nav[role="navigation"].subpage-navigation ul li.mobile-parent-item > a {
  width: calc(100% - 42px);
}
nav[role="navigation"].subpage-navigation ul li a:hover {
  text-decoration: underline;
}
nav[role="navigation"].subpage-navigation ul li.current_page_ancestor > a,
nav[role="navigation"].subpage-navigation ul li.current_page_item > a {
  font-weight: bold;
  color: #2C2C2C;
}
nav[role="navigation"].subpage-navigation ul li.current_page_ancestor ul.children li.current_page_item > a {
  font-weight: bold;
  color: #2C2C2C;
}
nav[role="navigation"].subpage-navigation ul ul li:first-child > a {

}
nav[role="navigation"].subpage-navigation ul ul li:last-child {
  border-bottom: none;
}
nav[role="navigation"].subpage-navigation ul li.page_item_has_children > a:after,
nav[role="navigation"].subpage-navigation ul li.mobile-parent-item > a:after {
  font-family: "FontAwesome";
  height: 100%;
  font-size: 16px;
  content: "\f078";
  position: absolute;
  right: -42px;
  width: 42px;
  padding: 15px 0;
  text-align: center;
  transform: translate(0, -50%);
  top: 50%;
  color: #2C2C2C;
  transition: all 0.25s ease;
}
nav[role="navigation"].subpage-navigation ul li.mobile-parent-item > a:after {
  color: #2C2C2C;
}
nav[role="navigation"].subpage-navigation ul li.page_item_has_children.current_page_ancestor > a:after,
nav[role="navigation"].subpage-navigation ul li.page_item_has_children.current_page_item > a:after,
nav[role="navigation"].subpage-navigation ul li.mobile-parent-item.active > a:after {
  content: "\f077";
}
nav[role="navigation"].subpage-navigation ul li.page_item_has_children ul.children,
nav[role="navigation"].subpage-navigation ul li.mobile-parent-item ul.mobile-child-items {
  display: none;
}
nav[role="navigation"].subpage-navigation ul li.page_item_has_children.current_page_ancestor ul.children,
nav[role="navigation"].subpage-navigation ul li.page_item_has_children.current_page_item ul.children,
nav[role="navigation"].subpage-navigation ul li.mobile-parent-item.active ul.mobile-child-items {
  display: block;
}
.flex-container {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: center;
  z-index: 1;
}
.flex-container-multi-line {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 1;
}
.yellow-container {
  background-color: #F7BA27;
}
.flex-column-8 {
  width: 66.66667%;
  position: relative;
}
.flex-column-8.first {
  width: calc(66.66667% - 1.5rem);
  padding-right: 1.5rem;
}
.flex-column-6 {
  width: 50%;
  position: relative;
}
.flex-column-6.first {
  width: calc(50% - 1.5rem);
  padding-right: 1.5rem;
}
.flex-column-4 {
  width: 33.33333%;
  position: relative;
}
.flex-column-4.first {
  width: calc(33.33333% - 1.5rem);
  padding-right: 1.5rem;
}
.flex-column-6  > p:last-child {
  margin-bottom: 0;
}
.content-container h2 {
  font-size: 1.75rem;
  margin-bottom: 2rem;
}
.content-container p {
  line-height: 1.7;
  font-size: 1.125rem;
}
.featured-title-container .featured-title {
  margin-bottom: 0.5rem;
  text-decoration: none;
}
.featured-title-container p {
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.5;
}

.featured-title-container {
   padding: 2.5rem;
   position: relative;
   z-index: 2
}
.intro-title {
  position: relative;
  z-index: 2;
}
@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

.background-elements-1 {
  background-image: url("images/kuvio1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px 50px;
  position: absolute;
  bottom: 200px;
  left: calc((50% - 15rem) - 300px);
  width: 50px;
  height: 50px;
  z-index: 1;
  animation: float 6s ease-in-out infinite;
}
.background-elements-2 {
  background-image: url("images/kuvio2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px 50px;
  position: absolute;
  bottom: 150px;
  left: calc((50% - 15rem) - 180px);
  width: 50px;
  height: 50px;
  z-index: 1;
  animation: float 5s ease-in-out infinite;
}
.background-elements-3 {
  background-image: url("images/kuvio3.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px 50px;
  position: absolute;
  bottom: 280px;
  left: calc((50% - 15rem) - 220px);
  width: 50px;
  height: 50px;
  z-index: 1;
  animation: float 4s ease-in-out infinite;
}
.background-elements-4 {
  background-image: url("images/kuvio4.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px 50px;
  position: absolute;
  bottom: 250px;
  left: calc((50% + 15rem) + 120px);
  width: 50px;
  height: 50px;
  z-index: 1;
  animation: float 5s ease-in-out infinite;
}
.background-elements-5 {
  background-image: url("images/kuvio5.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px 50px;
  position: absolute;
  bottom: 150px;
  left: calc((50% + 15rem) + 180px);
  width: 50px;
  height: 50px;
  z-index: 1;
  animation: float 6s ease-in-out infinite;
}
.background-elements-6 {
  background-image: url("images/kuvio6.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px 50px;
  position: absolute;
  bottom: 280px;
  left: calc((50% + 15rem) + 220px);
  width: 50px;
  height: 50px;
  z-index: 1;
  animation: float 4s ease-in-out infinite;
}
.background-elements-7 {
  background-image: url("images/kuvio7.svg");
  background-repeat: repeat-x;
  background-position: center;
  background-size: 126px 50px;
  position: absolute;
  bottom: -25px;
  right: 100px;
  width: 126px;
  height: 50px;
  z-index: 1;
}
.featured-title {
  text-decoration: none;
  font-weight: 400;
  margin: 0;
}
.featured-post {
  position: relative;
  background-color: #ffffff;
  margin: 0 1rem 0 1rem;
  border-radius: 10px;
  box-shadow: 0 10px 10px 0 rgba(0,0,0,.1);
  overflow: hidden;
}
body.home .featured-post.small-image {
  margin-bottom: 1.75rem;
}
.featured-post.three {
  width: calc((100% - 4rem) / 3);
}
.featured-post.four {
  width: calc((100% - 6rem) / 4);
}
.featured-post.four:nth-of-type(4n) {
  margin-right: 0;
}
.featured-post.four:nth-of-type(4n+1) {
  margin-left: 0;
}
.featured-post.three:nth-of-type(3n) {
  margin-right: 0;
}
.featured-post.three:nth-of-type(3n+1) {
  margin-left: 0;
}
.featured-post .featured-post-inner-container {
  padding: 2rem 2rem 2rem 2rem;
}
.featured-post.large-image .featured-post-inner-container {
  padding: 0;
}
.featured-post-link,
.featured-post-link:hover {
  text-decoration: none;
  color: #2C2C2C;
}
.featured-post-link:hover .featured-post-title,
.featured-post-link:hover .intro-title h1 {
  text-decoration: underline;
}
.featured-post-image-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  background-color: #F7BA27;
}
.featured-post.small-image .featured-post-image-container {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
  background-color: transparent;
  padding-top: 0;
  margin: 0 auto 1.5rem;
  display: block;
}
.featured-post-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.featured-post.small-image .featured-post-image {
  background-size: contain;
  background-position: center top;
}
.featured-post-image.empty {
  background-image: url("images/placeholder.jpg");
  background-size: cover;
  background-position: center;
}
.featured-post-content {
  display: block;
  width: 100%;
  text-align: center;
}
.featured-post.large-image .featured-post-content {
  padding: 2rem;
  text-align: left;
}
.featured-post-content p {
  line-height: 1.4;
}
.featured-post-content .post-meta {
  margin-top: 0;
  margin-bottom: 1rem;
}
.featured-post.small-image p {
  margin-bottom: 0;
}
.featured-post-title {
  margin-bottom: 0;
  padding-bottom: 3rem;
  color: #2C2C2C;
  font-size: 1.75rem;
  font-weight: bold;
}
.featured-post.large-image .featured-post-title {
  font-size: 1.375rem;
}
.read-more {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: underline;
  color: #227F64;
  line-height: 1;
}
.read-more:hover {
  color: #2C2C2C;
}
.featured-post .read-more {
  position: absolute;
  bottom: 2rem;
  left: auto;
}
.background-image {
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
}
h1.white,
h2.white,
h3.white,
h4.white {
  color: #ffffff;
}
nav[role="navigation"].pagination .nav-links ul li a.next,
nav[role="navigation"].pagination .nav-links ul li a.prev {
  position: relative;
}
nav[role="navigation"].pagination .nav-links ul li a.next:after {
  color: #2C2C2C;
  content: "\203A";
  line-height: 1;
  position: relative;
  display: inline-block;
  padding-left: 0.375rem;
}
nav[role="navigation"].pagination .nav-links ul li a.prev:before {
  color: #2C2C2C;
  content: "\2039";
  line-height: 1;
  position: relative;
  display: inline-block;
  padding-right: 0.375rem;
}
nav[role="navigation"].pagination .nav-links ul li a.next:hover:after,
nav[role="navigation"].pagination .nav-links ul li a.next:focus:after,
nav[role="navigation"].pagination .nav-links ul li a.next:active:after {
  color: #2C2C2C;
}
nav[role="navigation"].pagination .nav-links ul li a.prev:hover:before,
nav[role="navigation"].pagination .nav-links ul li a.prev:focus:before,
nav[role="navigation"].pagination .nav-links ul li a.prev:active:before {
  color: #2C2C2C;
}
body.home .featured-post.small-image {
  margin-bottom: 2rem;
}
.post-meta {
  font-family: 'Fira Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: 1.5rem;
  display: block;
  color: #227F64;
  letter-spacing: 0.02625rem;
}
.post-meta a {
  color: #227F64;
}
.featured-title {
  margin-bottom: 0.5rem;
}
.post-meta time {
  padding-right: 0.75rem;
}
.post-meta .categories {
  border-left: 1px solid #227F64;
  padding-left: 0.75rem;
}
.post-meta .tags {
  display: block;
}
.post-meta .tags {
  margin-top: 1.5rem;
}
.post-meta .tags a {
  font-weight: 400;
}
.some-share {
  margin: 0;
  padding:0;
  list-style: none;
  width: 100%;
}
.some-share li {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 0.5rem;
}
.some-share li a {
  background-color: #f5f5f5;
  border-radius: 100%;
  padding: 0.55rem 0.85rem;
  display: inline-block;
  border-bottom: none;
}
.some-share li a:hover {
  background-color: #2C2C2C;
}
.some-share li a i {
  color: #2C2C2C;
  min-width: 20px;
  text-align: center;
}
.some-share li a:hover i {
  color: #ffffff;
}
.some-share li:last-child {
  margin-right: 0;
}
.round-image img {
  border-radius: 50%;
}
.row.wide {
  max-width: 80rem;
}
.newsletter-image {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}
#mc_embed_signup input[type='email'] {
  box-shadow: none;
  border: 1px solid #6E6E6E;
  max-width: 400px;
}
#mc_embed_signup input[type='submit'] {
  margin-bottom: 0;
  margin-top: 1.5rem;
}

footer .accessibility-policy-link {
  margin-left: 3rem;
}

.g-recaptcha {
  display: block;
  margin-bottom: 1.5rem;
}
/* Accordion element */
.accordion-outer {
  margin-bottom: 1.5rem;
  display: block;
}
.accordion-item {
  position: relative;
  display: block;
  padding: 0.75rem 4rem 0.75rem 1.0rem;
  width: 100%;
  cursor: pointer;
  font-weight: bold;
  font-size: 1rem;
  background-color: #F9F5F1;
  color: #2C2C2C;
  text-decoration: none;
  border-radius: 5px;
}
.accordion-item.active,
.accordion-item:hover,
.accordion-item:focus {
  background: #227F64;
  color: #ffffff;
}
.accordion-item:hover,
.accordion-item:focus {
  text-decoration: none;
}
.accordion-item.active  {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-item.trigger:before {
  display: none;
}
.accordion-item:after {
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 2rem;
  line-height: 1;
  content: "\f107";
  color: #2C2C2C;
  position: absolute;
  width: auto;
  right: 1.0rem;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
  cursor: pointer;
}
:last-child > .accordion-content:last-child {
  border-bottom: none;
}
.accordion-item.active:after,
.accordion-item:focus:after,
.accordion-item:hover:after {
  color: #ffffff;
}
.accordion-content {
  background: #F9F5F1;
  padding: 1.0rem;
  border: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.accordion-content p {
  font-size: 1rem;
}
.mc-field-group [type='file'], .mc-field-group [type='checkbox'], .mc-field-group [type='radio'] {
  margin-bottom: 0;
}
.gfield_description {
  display: none;
  padding: 13px;
  background-color: #F7BA27;
  border-radius: 5px;
  margin-top: 1rem;
}
.gfield_description.focus {
  display: block;
}
.gsection_title {
  margin-top: 1.75rem;
  margin-bottom: 0;
}
.gform_wrapper .accordion-outer {
  margin-bottom: 0;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
    background-color: #F7BA27!important;
    color: #2C2C2C!important;
}
.gform_wrapper.gravity-theme .gf_progressbar_title {
    color: #666666!important;
}
.cli-bar-btn_container {
  margin: 0.5rem 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: nowrap;
}
#wt-cli-accept-all-btn {
  margin-left: 0 !important;
}
.cli-bar-message {
  font-size: 1rem;
  width: 100%;
}
.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited {
  font-size: 1rem!important;
}
.cli-plugin-button:focus {
  opacity: 1.0!important;
}
/* Override some Foundation styles */
@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 2.5rem;
    line-height: 1.3;
  }
  h2 {
    font-size: 2rem; }
  h3 {
    font-size: 1.375rem; }
  h4 {
    font-size: 1.125rem; }
  h5 {
    font-size: 1.1875rem; }
  h6 {
    font-size: 1.125rem; }
}
/* Tablets */

@media print, screen and (max-width: 63.99em) {
  .newsletter-image {
    margin-bottom: 1.5rem;
  }
  .footer-section {
    padding: 3rem 0;
  }
  .flex-column-6  > p:last-child {
    margin-bottom: 1.5rem;
  }
  .wp-block-table table {
    width:100%;
  }
  .wp-block-table thead {
    display: none;
  }
  .wp-block-table tr:nth-of-type(2n) {
    background-color: inherit;
  }
  .wp-block-table tbody td {
    display: block;
    text-align:center;
  }
  .wp-block-table tbody td:before {
      content: attr(data-th);
      display: block;
      text-align:center;
  }
  .push-down {
    margin-top: 0;
  }
  .flex-column-8 {
    width: 80%;
    padding-right: 0;
  }
  .flex-column-4 {
    width: 80%;
  }
  #newsletter p {
    font-size: 1rem;
  }
  #newsletter .wpcf7-submit {
    margin: 1rem 0 0;
  }
  #newsletter .wpcf7-email {
    display: block;
  }
  #nav-container {
    width: 100%;
    margin: 0;
  }
  hr {
    width: 100%;
    max-width: 100%;
  }
  .tabs-panel {
    padding: 4.5rem 3rem 1.5rem;
  }
  .intro-title h1 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
  .featured-post-image-container {
    padding-top: 56.25%;
  }
  .background-elements-1,
  .background-elements-6 {
    display: none;
  }
  .background-elements-3 {
    left: 50px;
  }
  .background-elements-2 {
    left: 100px;
  }
  .background-elements-4 {
    right: 50px;
    left: auto;
  }
  .background-elements-5 {
    right: 100px;
    left: auto;
  }
  .section-container {
    padding: 3rem 0;
  }
  .section-header,
  h1,
  .header-title h1 {
    font-size: 1.75rem;
  }
  h2 {
    font-size: 1.375rem;
  }
  .featured-title-container .featured-title,
  h3 {
    font-size: 1.125rem;
  }
  blockquote.wp-block-quote {
    padding: 0;
  }
  blockquote.wp-block-quote p,
  .wp-block-pullquote blockquote p,
  blockquote p {
    font-size: 1.25rem;
  }
  .mobile-no-padding {
    padding-left: 0;
    padding-right: 0;
  }
  #subpage-content {
    padding-top: 0;
  }
  body.single #subpage-content {
    padding-top: 1.5rem;
  }
  nav[role="navigation"].category-navigation ul {
    margin-top: 3rem;
  }
  .header-title {
    margin-top: 1.5rem;
  }
  /*
  nav[role="navigation"].subpage-navigation ul li a {
    padding: 0.5rem 0 0.5rem 0rem;
  }
  nav[role="navigation"].subpage-navigation ul li.parent-item > a {
    color: #2C2C2C;
  }
  nav[role="navigation"].subpage-navigation {
    padding: 1rem;
    background-color: #F9F5F1;
    max-width: 100%;
    width: 100%;
    margin: 0 0 1.5rem;
  }
  nav[role="navigation"].subpage-navigation ul li:first-child > a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }*/
  nav[role="navigation"].subpage-navigation {
    margin-top: 0;
    background-color: #ffffff;
  }
  nav[role="navigation"].subpage-navigation ul li a:hover,
  nav[role="navigation"].subpage-navigation ul li.page_item_has_children > a:hover:after {
    background-color: #ffffff;
  }
  nav[role="navigation"].subpage-navigation .mobile-child-items {
    padding-left: 0;
  }
  .header-search {
    float: none;
    margin-left: 0;
  }
  .top-bar-menu ul ul li.menu-item-has-children > a:before,
  .top-bar-menu ul ul li.menu-item-has-children > a:after {
    display: none;
  }
  #navigation-bar {
    margin: 0;
  }
  .top-bar-menu > ul > li > ul.sub-menu:before {
    display: none;
  }
  .top-bar-menu li.menu-item-has-children:hover > ul, .top-bar-menu li.menu-item-has-children.focused > ul {
    left: 0;
    transform: none;
    top: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    display: none;
  }
  .top-bar-menu li.menu-item.menu-item-has-children.open > ul.sub-menu {
    display: block;
  }
  .top-bar-menu ul ul li.menu-item-has-children:hover > ul {
    left: 0;
    transform: none;
    top: 0;
    margin-left: 0;
  }
  .top-bar-menu {
    width: 100%;
    float: left;
  }
  .top-bar-menu ul li.some-link {
    width: auto;
    margin-right: 1rem;
  }
  .top-bar-menu ul li.some-link a {
    width: auto;
    padding-bottom: 1rem;
  }
  nav[role="navigation"].main-navigation {
    float: none;
    display: none;
    margin-top: 0;
  }
  .top-bar-menu ul.menu {
    width: 100%;
  }
  .top-bar-menu ul.menu:first-child {
    margin-top: 1rem;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 1.5rem;
  }
  nav[role="navigation"].main-navigation.open {
    display: block;
  }
  .top-bar-menu ul li {
    width: 100%;
  }
  .top-bar-menu ul ul,
  .top-bar-menu ul ul li,
  .top-bar-menu li.menu-item-has-children > ul > li {
    display: block;
  }
  .top-bar-menu ul li a,
  .top-bar-menu ul ul li a {
    width: 100%;
    max-width: none;
    min-width: 0;
    border-bottom: 0;
    text-align: left;
    padding: 0.75rem 0.5rem 0.25rem 0;
    font-size: 1.25rem;
    margin: 0;
    font-weight: normal;
    color: #2C2C2C;
  }
  .top-bar-menu > ul > li:hover > a {
    border-bottom: none;
  }
  .top-bar-menu > ul > li.donate-item:hover > a {
    border-bottom: 2px solid #2C2C2C;
  }
  .top-bar-menu ul > li.current-page-ancestor > a,
  .top-bar-menu ul > li.current-menu-item > a {
    font-weight: 400;
    font-family: 'Fira Sans', sans-serif;
  }
  .top-bar-menu ul ul li a {
    background: none;
    text-transform: none;
  }
  .top-bar-menu ul ul li:hover > a,
  .top-bar-menu ul ul li.active > a {
    text-decoration: none;
  }
  .top-bar-menu ul ul,
  .top-bar-menu ul ul ul {
    position: relative;
    display: none;
    left: 0;
    width: 100%;
    margin: 0;
    margin-left: 1.5rem;
    text-align: left;
  }
  .top-bar-menu > ul.menu > li.menu-item.menu-item-has-children > a:after {
    font-family: "FontAwesome";
    font-size: 16px;
    content: "\f078";
    position: absolute;
    right: -42px;
    width: 42px;
    height: 100%;
    padding: 10px;
    text-align: center;
    top: 0;
  }
  .top-bar-menu > ul.menu > li.menu-item.menu-item-has-children.open > a:after {
    content: "\f077";
  }
  .top-bar-menu ul.menu.hide-for-large li > a,
  .top-bar-menu li.menu-item-has-children > a {
    padding-bottom: 0.5rem;
  }
  .top-bar-menu li.menu-item-has-children > a {
    width: calc(100% - 42px);
  }
  .top-bar-menu > ul > li.current-menu-item > a {
    border-bottom: none;
  }
  .some-share {
    margin-bottom: 1.5rem;
  }
  #mobile-icon  {
    display: block;
  }
  .featured-title-container {
    padding: 1.5rem 2rem;
  }
  .wp-block-image .alignleft,
  .wp-block-image .alignright,
  .wp-block-image .alignnone,
  .wp-block-image .aligncenter,
  .alignleft,
  .alignright,
  .alignnone,
  .aligncenter {
    float:none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1rem;
    display: block;
    clear: both;
  }
  footer .text-left, footer .text-right {
    text-align: center;
  }
  footer[role="contentinfo"] {
    text-align: center;
  }
  footer[role="contentinfo"] .columns {
    margin-bottom: 3rem;
  }
  footer[role="contentinfo"] .small .columns {
    margin-bottom: 1.5rem;
  }
  footer[role="contentinfo"] .columns:last-child {
    margin-bottom: 0;
  }
  .featured-post.four {
    width: calc((100% - 2rem) / 2);
  }
  .featured-post.four:nth-of-type(2n) {
    margin-right: 0;
  }
  .featured-post.four:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .logo {
    margin: 1rem 0;
  }
  .text-right .read-more {
    text-align: right;
    margin-bottom: 1.5rem;
    display: block;
  }
  .grey-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .page-featured-image {
    margin-bottom: 0;
    padding-bottom: 56.25%;
  }
  .logo a {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 46.25em) {
  #newsletter .inner-container {
    padding: 2rem;
  }
  #newsletter .newsletter-image {
    padding-top: 56.25%;
  }
  .intro-title h1 {
    font-size: 1.5rem;
  }
  .header-title h1 {
    font-size: 1.5rem;
  }
  .section-header,
  h1 {
    font-size: 1.5rem;
  }
  .content-container h2,
  .featured-post-title,
  h2 {
    font-size: 1.25rem;
  }
  h3 {
    font-size: 1.125rem;
  }
  blockquote.wp-block-quote p,
  .wp-block-pullquote blockquote p,
  blockquote p {
    font-size: 1.125rem;
  }
  .single .post-meta {
    margin-bottom: 1.5rem;
  }
  .single .post-meta .tags {
    margin-top: 0.5rem;
  }
  .section-header {
    margin-bottom: 1.5rem;
  }
  .featured-post.four,
  .featured-post.three,
  .featured-post,
  .flex-container .featured-post {
    margin: 0 0 2rem 0;
    width: 100%;
  }
  .featured-post:last-child {
    margin-bottom: 0;
  }
  .featured-post:nth-of-type(3n),
  .featured-post:nth-of-type(4n) {
   margin-right: 0rem;
  }
  .featured-post:nth-of-type(3n+1),
  .featured-post:nth-of-type(4n+1) {
   margin-left: 0rem;
  }
  .flex-column-8,
  .flex-column-6,
  .flex-column-6:first-child,
  .flex-column-4 {
    width: 100%;
  }
  .flex-container-multi-line,
  .flex-container {
    width: 100%;
    display: block;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .some-icons li {
    margin-right: 2rem;
  }
  .header-search-container input#s {
    font-size: 22px;
    padding-left: 35px;
  }
  .header-search-container:before {
    font-size: 22px;
  }
  .text-left, .text-right {
    text-align: center;
  }
  .text-right .read-more {
    text-align: left;
  }
  .some-icons.large-icons li {
      margin-right: 0.5rem;
  }
  .some-icons.large-icons li i {
    font-size: 2rem;
  }
  .some-share li {
    margin-bottom: 1rem;
  }
  .open-header-search .text {
    display: none;
  }
  footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    margin-top: 0;
  }
  footer .privacy-policy-link {
    display: block;
    margin-bottom: 1.5rem;
  }
  footer .accessibility-policy-link {
    margin-left: 0;
    display: block;
  }
  .background-elements-2,
  .background-elements-4 {
    display: none;
  }
  .background-elements-3 {
    bottom: 50px;
    top: auto;
    left: 20px;
  }
  .background-elements-5 {
    bottom: 50px;
    top: auto;
    right: 20px;
  }
  .mobile-margin {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .logo a {
    font-size: 1.125rem;
  }
  .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }
  .section-container.large-bottom-padding {
    padding-bottom: 6rem;
  }
  .pull-up {
    margin-top: -6rem;
  }
  .wp-block-group.has-background {
    padding: 2rem 0.9375rem .25rem 0.9375rem;
  }
  .cli-bar-btn_container {
    flex-wrap: wrap;
    width: 100%;
  }
  #wt-cli-reject-btn,
  #wt-cli-accept-all-btn {
    margin-left: 0!important;
    flex-basis: 100%;
    padding: 0.875rem 1.5rem!important;
  }
  #wt-cli-accept-all-btn {
    margin-bottom: 1rem!important;
  }  
}
