/*
	Theme Name: Helsingin latu & polku
	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: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.0rem;
  color: #2C2C2C;
  background: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
  font-style:normal;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #2C2C2C;
}
label {
  color: #2C2C2C;
}
a {
  color: #226DB3;
  font-weight: inherit;
  transition: all 0.25s ease;
  text-decoration: underline;
}
a:hover {
  color: #226DB3;
  text-decoration: underline;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}
hr {
  margin: 2rem auto;
  border-color: #cccccc;
  max-width: 100%;
}
footer[role="contentinfo"] hr {
  max-width: 100%;
  margin: 2rem auto;
  border-color: #C6C6C6;
}
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: 'Lato', sans-serif;
}
.entry-content p.has-medium-font-size:first-child {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
.entry-content p a,
.entry-content ul a,
.entry-content ol a {
	color: #226DB3;
	text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid #226DB3;
}
.entry-content p a:hover,
.entry-content ul a:hover,
.entry-content ol a:hover {
  color: #ffffff;
	text-decoration: none;
  font-weight: bold;
  background: #226DB3;
  border-bottom: 1px solid #226DB3;
}
.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;
  display: block;
}
dl dt {
  display: block;
  margin: 0;
}
dt { font-weight:bold; }
dd + dt { padding:0.5rem 0 0; }
dd { padding:0 0 5px; }

dt {
  width:35%;
  margin-right:3.75%;
  padding:0.5rem 0;
  clear:left;
  float:left;
  font-weight:bold;
  border-width:0;
}
dd { padding:5px 0 5px 40%; }
/* Menu */
#mobile-icon {
  width: 40px;
  height: 28px;
  position: relative;
  float:right;
  margin: 30px 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: #ffffff;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
#nav-container {
  display: block;
  z-index: 1000;
  position: relative;
  float: right;
  margin: 1rem 0 0;
}
#secondary-navigation {
  background-color: #226DB3;
  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: 'Lato', sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0;
  margin: 0 1rem 0rem;
  display: inline-block;
  font-size: 0.875rem;
  letter-spacing: 0.04375rem;
  line-height: 1.3;
}
.secondary-menu li.separator a {
  margin-right: 0;
}
.secondary-menu li.separator + li a {
  margin-left: 0.5rem;
}
.secondary-menu li.separator a:after {
  margin-left: 0.5rem;
  content: "\002F";
}
.secondary-menu li.lang-item a {
  margin: 0 1rem 0rem;
}
.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: #ffffff;
}
.secondary-menu li.some-link a i {
  width: 1rem;
  text-align: center;
  font-size: 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;
  margin: 0 1rem 1rem;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #2C2C2C;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.05rem;
}
.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 {
  color: #226DB3;
}
.top-bar-menu > ul > li > a:hover {
  color: #226DB3;
}
.top-bar-menu ul ul {
  position: absolute;
  display: none;
  z-index: 1000;
  text-align: left;
}
.top-bar-menu > ul.menu > li.menu-item.menu-item-has-children > a:after {
  font-family: "FontAwesome";
  font-size: 14px;
  padding-left: .5em;
  vertical-align: top;
  content: "\f078";
  color: #226DB3;
}
.top-bar-menu li.menu-item-has-children:hover > ul,
.top-bar-menu li.menu-item-has-children.focused > ul {
  border: 1px solid #F4F4F4;
  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: 200px;
  max-width: 250px;
  font-size: 1rem;
  text-decoration: none;
  color: #2C2C2C;
  font-weight: 400;
  font-family: 'Lato', 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 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 */
.breadcrumbs-container {
  background-color: #F1EEEA;
  padding: 1rem 0;
}
.page-breadcrumbs {
  color: #2C2C2C;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
  font-size: 0.875rem;
}
.page-breadcrumbs a {
  color: #2C2C2C;
  font-weight: 400;
  text-decoration: none;
  font-size: 0.875rem;
}
.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: 0;
  padding: 0;
}
.logo img {
  margin: 1rem 0 0;
  width: 200px;
}
.padded-container {
  padding: 2.5rem 3rem 2rem;
  margin: 0;
  position: relative;
}
.padded-container .columns {
  position: relative;
}
.padded-container p:last-child,
.padded-container ul:last-child,
.padded-container ol:last-child {
  margin-bottom: 0;
}
.section-link {
  margin-top: 3rem;
  text-align: center;
}
.section-header {
  font-family: 'Rubik', sans-serif;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: bold;
  font-size: 1.75rem;
  margin-bottom: 3rem;
  line-height: 1;
  letter-spacing: 0.05rem;
}
.section-header.small {
  font-size: 1.3125rem;
  margin-bottom: 2rem;
}
.section-container {
  padding: 6rem 0;
  position: relative;
}
.section-container.first {
  padding: 12rem 0 9rem;
}
.section-container.small-padding {
  padding: 3rem 0;
}
.section-container.no-bottom-padding {
  padding-bottom: 0;
}
.section-container.small {
  padding: 1rem 0;
}
.help-block-after {
  margin-bottom: 0;
}
.pull-down {
  margin-bottom: -3rem;
}
button,
.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: 0.75rem 1.5rem;
  -webkit-appearance: none;
  border: none;
  transition: all 0.25s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  color: #ffffff;
  border: 2px solid #226DB3;
  background-color: #226DB3;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 700;
  box-shadow: none;
  border-radius: 0;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  color: #226DB3;
}
.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 {
  max-width: 600px;
  width: 100%;
  border: 1px solid #226DB3;
  background-color: #ffffff;
  border-radius: 0;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #2C2C2C;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #2C2C2C;
}
textarea::placeholder,
input::placeholder {
  color: #2C2C2C;
}
.wp-caption-text {
  margin: 0;
}
.wp-caption {
  margin-bottom: 1.5rem;
}
button:hover,
.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: #3B5C47;
  border: 2px solid #3B5C47;
  color: #ffffff;
  text-decoration: none;
}
.subpage-header {
  position: absolute;
  width: 100%;
  z-index: 0;
  padding-top: 20%;
}

.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;
}
.intro-image {
  position: relative;
  width: 100%;
  padding-top: 70%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.top-border {
  border-top: 1px solid #F4F4F4;
}
.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-file a.wp-block-file__button {
  margin-top: 1.5rem;
  display: inline-block;
}
.wp-block-group {
  clear: both;
  position: relative;
  margin: 0 0 4rem;
}
.flex-container .wp-block-group {
  margin-bottom: 0;
}
.wp-block-columns .wp-block-group {
  margin-bottom: 0;
}
.wp-block-group.has-background {
  padding: 3rem 3rem 1.25rem 3rem;
}
body.home .wp-block-group.has-background {
  padding: 3rem 1rem 1.25rem 3rem;
}
.grey-background {
  background-color: #F1EEEA;
}
.blue-background {
  background-color: #E2EDF4;
}
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;
}
.wp-block-pullquote cite,
blockquote cite {
  color: #666666;
}
.wp-block-pullquote {
  text-align: left;
}
blockquote.wp-block-quote {
  margin: 3em 0;
  padding: 0;
  border-left: none;
  position: relative;
}
blockquote.wp-block-quote {
  border-left: 5px solid #226DB3;
  padding-left: 2rem;
}
blockquote.wp-block-quote p {
  font-family: 'Lato', sans-serif;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.6;
  font-size: 1.5rem;
  color: #2C2C2C;
  font-weight: bold;
  font-style: normal;
}
.wp-block-pullquote blockquote {
  background: #ffffff;
  margin: 0;
  padding: 0;
}
.wp-block-pullquote blockquote p {
  font-family: 'Lato', sans-serif;
  color: #226DB3;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  font-size: 1.625rem;
}
.push-down {
  margin-top: 0.35rem;
}
nav[role="navigation"].category-navigation ul {
  list-style: none;
  margin: 0 0 1.75rem;
  width: 100%;
  display: block;
}
nav[role="navigation"].category-navigation ul li {
  display: inline-block;
  margin-right: 1rem;
  margin-left: 1rem;
  width: calc((100% - 6rem) / 4);
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
body.home nav[role="navigation"].category-navigation:not(.single-column) ul li {
  width: calc((100% - 4rem) / 3);
}
nav[role="navigation"].category-navigation.single-column ul li {
  display: block;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
body:not(.home) nav[role="navigation"].category-navigation:not(.single-column) ul li:nth-of-type(4n) {
  margin-right: 0;
}
body:not(.home) nav[role="navigation"].category-navigation:not(.single-column) ul li:nth-of-type(4n+1) {
  margin-left: 0;
}
body.home nav[role="navigation"].category-navigation:not(.single-column) ul li:nth-of-type(3n) {
  margin-right: 0;
}
body.home nav[role="navigation"].category-navigation:not(.single-column) ul li:nth-of-type(3n+1) {
  margin-left: 0;
}
nav[role="navigation"].category-navigation ul li a {
  font-weight: normal;
  font-family: 'Lato', sans-serif;
  color: #226DB3;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.05rem;
}
nav[role="navigation"].category-navigation ul li a:focus,
nav[role="navigation"].category-navigation ul li a:hover {
  color: #226DB3;
  text-decoration: underline;
}
nav[role="navigation"].category-navigation ul li a.active {
  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: 'Lato', sans-serif;
  color: #2C2C2C;
  font-weight: 600;
  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;
}
#social-float {
  position: fixed;
  right: 0px;
  top: 40%;
  height: auto;
  z-index: 99;
  overflow: hidden;
  display:none;
  padding: 0 0 0 5px;
}
#social-float.active {
  display: block;
}
#social-float ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#social-float ul li {
  margin: 0 0 5px;
  padding: 0;
  float: none;
  background-color: #ffffff;
  text-align: center;
  border-left: 2px solid #2C2C2C;
  border-top: 2px solid #2C2C2C;
  border-bottom: 2px solid #2C2C2C;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#social-float ul li:last-child {
  margin-bottom: 0;
}
#social-float ul li a {
  display: block;
  padding: 0.5rem;
  line-height: 1;
}
#social-float ul li i {
	font-size: 1.5rem;
	color: #2C2C2C;
  line-height: 1;
  vertical-align: middle;
}
#social-float ul li:hover i {
  color: #ffffff;
}
#social-float ul li.facebook:hover {
	background-color: #3b5998;
}
#social-float ul li.twitter:hover {
	background-color: #00a0d1;
}
#social-float ul li.linkedin:hover {
	background-color: #168ab9;
}
#social-float ul li.whatsapp:hover {
	background-color: #43d854;
}
/* footer */
.footer-section {
  padding: 9rem 0 6rem;
}
.footer-section.small {
  background-color: #ffffff;
  padding: 2rem 0;
}
footer[role="contentinfo"] {
  display: block;
  width: 100%;
  position: relative;
  background-color: #226DB3;
}
.some-profiles {
  list-style: none;
}
.some-profiles li {
  margin-right: 1rem;
  display: inline-block;
}
.some-profiles.large li {
  margin-right: 1.5rem;
}
.some-profiles li:last-child {
  margin-right: 0;
}
.some-profiles li a {
  color: #ffffff;
  text-decoration: none;
}
.some-profiles li a:hover {
  color: #3B5C47;
  text-decoration: underline;
}
.some-profiles li a i {
  font-size: 1.5rem;
}
.some-profiles.large li a i {
  font-size: 2.5rem;
}
.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: 'Lato', sans-serif;
  font-weight: bold;
  color: #ffffff;
  font-size: 1.125rem;
  text-transform: uppercase;
}
footer ul li, footer ol li, footer p, footer div, footer span, footer a, footer a:active {
  font-family: 'Lato', sans-serif;
  color: #ffffff;
  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 {
  color: #ffffff;
}
footer a:hover,
footer .muuks a:hover {
  color: #2C2C2C;
  text-decoration: underline;
}
a[href^=tel],
a[href^=mailto],
a[href^=tel]:hover,
a[href^=mailto]:hover,
.entry-content a[href^=tel],
.entry-content a[href^=mailto],
.entry-content a[href^=tel]:hover,
.entry-content a[href^=mailto]:hover {
  border-bottom: none;
}
a[href^=tel]:before,
a[href^=mailto]:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  position: relative;
  color: inherit;
  cursor: pointer;
  padding-right: 0.5rem;
  border-bottom:none;
  box-shadow: none;
  display: inline-block;
  text-decoration: none;
}
a[href^=tel]:before {
  content: "\f095";
}
a[href^=mailto]:before {
  content: "\f0e0";
}
#logo-container {
	text-align: center;
  margin: 0 0 2rem;
}
#logo-container .logo-item {
	margin: 1rem 2rem;
	display: inline-block;
	vertical-align: middle;
}
#logo-container .logo-item:first-child {
  margin-left: 0;
}
#logo-container .logo-item:last-child {
  margin-right: 0;
}
#logo-container .logo-item img {
	max-height: 30px;
  vertical-align: middle;
}
footer ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
}
footer ul li {
  margin-left: 0;
  margin-bottom: 1.5rem;
}
.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: 0;
  padding-bottom: 6rem;
  position: relative;
}
body.single #subpage-content {
  padding-top: 3rem;
}
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: #272727;
}
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 {
  display: inline-block;
  text-decoration: none;
  color: #272727;
  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 {
  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: #272727;
}
nav[role="navigation"].subpage-navigation ul li.current_page_ancestor ul.children li.current_page_item > a {
  font-weight: bold;
  color: #272727;
}
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 {
  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: #272727;
  transition: all 0.25s ease;
}
nav[role="navigation"].subpage-navigation ul li.page_item_has_children.open > a:after,
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.open > ul.children,
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.pull-up {
  margin-top: -15rem;
  margin-bottom: 6rem;
}
.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;
}
.backround-image {
  height: auto;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}
.flex-column-8 {
  width: 66.66667%;
  position: relative;
}
.flex-column-8.first {
  width: calc(66.66667% - 2rem);
  margin-right: 2rem;
}
.flex-column-6 {
  width: 50%;
  position: relative;
}
.flex-column-6.first {
  width: calc(50% - 2rem);
  margin-right: 2rem;
}
.flex-column-4 {
  width: 33.33333%;
  position: relative;
}
.flex-column-4.first {
  width: calc(33.33333% - 2rem);
  margin-right: 2rem;
}
.flex-column-6  > p:last-child {
  margin-bottom: 0;
}
.content-container p {
  font-size: 1rem;
  line-height: 1.5;
}
.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
}
.featured-title {
  text-decoration: none;
  font-weight: 400;
  margin: 0;
}
.featured-link {
  position: relative;
  width: calc((100% - 4rem) / 3);
  margin: 0 1rem;
}
.featured-link:nth-of-type(3n) {
  margin-right: 0;
}
.featured-link:nth-of-type(3n+1) {
  margin-left: 0;
}
.featured-link .button {
  display: block;
  margin-bottom: 0;
}
.text-post {
  display: block;
  margin-bottom: 1.75rem;
}
.text-post:last-child {
  margin-bottom: 3rem;
}
.text-post h2 {
  font-size: 1.125rem;
  margin-bottom: 0;
}
.featured-post {
  position: relative;
  width: calc((100% - 6rem) / 4);
  margin: 0 1rem;
}
.flex-container-multi-line .featured-post {
  margin-bottom: 2rem;
}
.featured-post-link,
.featured-post-link:hover,
.featured-post-link:focus {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #2C2C2C;
}
.featured-post-link:hover h2 {
  text-decoration: underline;
}
.featured-post:nth-of-type(4n) {
  margin-right: 0;
}
.featured-post:nth-of-type(4n+1) {
  margin-left: 0;
}
.featured-link-image-container {
  position: relative;
  width: 100%;
  padding-top: 120%;
  overflow: hidden;
  border-top-right-radius: 25px;
  margin-bottom: 1.75rem;
}
.featured-post-image-container {
  position: relative;
  width: 100%;
  padding-top: 70%;
  overflow: hidden;
  background-color: #F1EEEA;
}
.featured-post-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.intro-title {
  position: absolute;
  left: auto;
  top: 50%;
  transform: translate(0, -50%);
  text-align: left;
  max-width: 40rem;
  z-index: 3;
  padding-bottom: 3rem;
}
.intro-title h1 {
  font-family: 'Rubik', sans-serif;
  color: #ffffff;
  font-size: 2.875rem;
  line-height: 1.3;
  margin: 0 0 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
}
.intro-title p {
  color: #ffffff;
  font-size: 1.3125rem;
  font-weight: bold;
  margin-bottom: 0;
}
.intro-title .wp-block-buttons .wp-block-button {
  margin-bottom: 0;
}
.intro-title .wp-block-button .wp-block-button__link {
  margin-bottom: 0;
}
.header-title h1 {
  color: #2C2C2C;
  font-size: 2.5rem;
  line-height: 1.3;
  margin: 0 0 1.5rem;
  font-weight: bold;
}
.flex-inner-container-left {
  padding-left: 0.9375rem;
  padding-right: 6rem;
  width: auto;
  margin-right: 0;
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin-left: calc((100vw - 72.5rem) / 2);
}
.flex-inner-container-right {
  padding-right: 0.9375rem;
  padding-left: 6rem;
  width: auto;
  margin-left: 0;
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin-right: calc((100vw - 72.5rem) / 2);
}
.background-image {
  width: 100%;
  height: auto;
  padding-top: 25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 3rem;
}
.background-image.empty {
  background-image: url("images/page-placeholder.jpg");
}
.featured-post-image.empty {
  background-image: url("images/post-placeholder.jpg");
  background-size: cover;
  background-position: center;
}
.featured-post-content {
  padding: 0.75rem 0 0 0;
}
.featured-link .featured-post-content {
  padding: 2rem 2rem 4rem;
}
.featured-post-content .excerpt {
  font-size: 1.125rem;
  line-height: 1.375;
}
.featured-post-content p {
  line-height: 1.5;
}
.featured-post-title {
  margin-bottom: 0;
  color: #2C2C2C;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
}
.read-more {
  letter-spacing: 0.05rem;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
  color: #226DB3;
  border-bottom: 1px solid transparen;
  text-decoration: none;
}
.read-more:hover {
  color: #226DB3;
  text-decoration: none;
  border-bottom: 1px solid #226DB3;
}
.read-more.white:hover {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
}
.section-background-container {
  margin: 0;
  padding: 9rem 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.blue-container {
  position: relative;
  padding: 3rem 6rem;
  background-color: #E2EDF4;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 3;
}
.blue-container-inner {
  max-width: 40rem;
  display: block;
  margin: 0 auto;
}
.blue-container .wp-block-button .wp-block-button__link,
.blue-container .wp-block-buttons > .wp-block-button {
  margin-bottom: 0;
}
/* ARROW RIGHT */
.arrow-right {
  text-decoration: none;
  border-bottom: none;
}
.arrow-right:hover,
.arrow-right:focus {
  text-decoration: underline;
  border-bottom: none;
}
nav[role="navigation"].category-navigation ul li a:before,
nav[role="navigation"].category-navigation ul li a:hover:before,
nav[role="navigation"].category-navigation ul li a:focus:before,
.arrow-right:before,
.arrow-right:hover:before,
.arrow-right:focus:before {
  margin-right: 0.5em;
  content: "";
  background-image: url("images/arrow-right-blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 7px;
  line-height: 7px;
  background-position: center;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 2px;
}
.arrow-right.white:before,
.arrow-right.white:hover:before,
.arrow-right.white:focus:before {
  background-image: url("images/arrow-right-white.svg");
}
.header-outer {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
}
.header-inner {
  width:100%;
  padding-bottom: 42.5%;
  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;
  background-color: #000000;
  z-index: 1;
}
.image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.4);
  z-index: 2;
}
.white,
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;
}
.post-meta {
  font-family: 'Lato', sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 1rem;
  display: block;
  color: #2C2C2C;
}
.event .post-meta {
  background-color: #F1EEEA;
  padding: 2px;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.post-meta a {
  color: #2C2C2C;
}
.featured-title {
  margin-bottom: 0.5rem;
}
.post-meta time {
  padding-right: 0.75rem;
}
.post-meta .categories {
  border-left: 1px solid #2C2C2C;
  padding-left: 0.75rem;
}
.post-meta .tags {
  display: block;
}
.post-meta .tags {
  margin-top: 1.5rem;
}
.post-meta .tags a {
  font-weight: 400;
  background-color: #F4F4F4;
  padding: 0.5rem;
  font-size: 0.875rem;
  color: #2C2C2C;
  text-transform: uppercase;
  margin-right: 1rem;
  text-decoration: none;
}
.post-meta .tags a:hover {
  text-decoration: underline;
}
.post-meta .tags a:last-child {
  margin-right: 0;
}
.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: #ffffff;
  border: 2px solid #226DB3;
  border-radius: 100%;
  padding: 0.75rem 0.75rem;
}
.some-share li a:hover {
  border: 2px solid #226DB3;
  background-color: #226DB3;
}
.some-share li a i {
  color: #226DB3;
  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%;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
/* Big screens */
@media print, screen and (max-width: 72.5rem) {
  .flex-inner-container-left {
    margin-left: 0;
  }
  .flex-inner-container-right {
    margin-right: 0;
  }
}
/* Override some Foundation styles */
@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 2.5rem;
    line-height: 1.3;
  }
  h2 {
    font-size: 1.5rem; }
  h3 {
    font-size: 1.25rem; }
  h4 {
    font-size: 1.25rem; }
  h5 {
    font-size: 1.1875rem; }
  h6 {
    font-size: 1.125rem; }
}

/* Tablets */
@media print, screen and (max-width: 63.99em) {
  .logo img {
      margin: 1rem 0;
  }
  #social-float { display: none!important; }
  .flex-inner-container-left {
    padding-right: 3rem;
    max-width: none;
  }
  .subpage-header {
    padding-top: 40%;
  }
  .flex-column-6  > p:last-child  {
    margin-bottom: 1.5rem;
  }
  #logo-container .logo-item:first-child {
    margin-left: 1rem;
  }
  #logo-container .logo-item:last-child {
    margin-right: 1rem;
  }
  .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%;
  }
  #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;
  }
  .intro-title .wp-block-buttons {
    text-align: center;
  }
  .featured-post {
    width: calc((100% - 2rem) / 2);
  }
  .featured-post:nth-of-type(2n) {
    margin-right: 0;
  }
  .featured-post:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .featured-post-content .excerpt,
  .featured-post-content p {
    font-size: 1rem;
  }
  .section-container.first {
    padding: 0 0 3rem;
  }
  .intro-image {
    margin: 0 auto;
    display: block;
    position: relative;
    margin-bottom: 2.5rem;
  }
  .section-header,
  h1,
  .header-title h1 {
    font-size: 1.5rem;
  }
  .featured-post-title,
  h2 {
    font-size: 1.25rem;
  }
  .featured-title-container .featured-title,
  h3 {
    font-size: 1.125rem;
  }
  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;
  }
  body.single #subpage-content {
    padding-top: 1.5rem;
  }
  nav[role="navigation"].subpage-navigation {
    margin-top: 0;
    background-color: #F9F7F4;
  }
  nav[role="navigation"].subpage-navigation ul {
    padding: 0 1rem 1rem;
  }
  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: #F9F7F4;
  }
  nav[role="navigation"].subpage-navigation .mobile-child-items {
    padding-left: 0;
  }
  nav[role="navigation"].subpage-navigation ul li.mobile-parent-item > a,
  nav[role="navigation"].subpage-navigation ul.mobile-child-items li > a {
    width: 100%;
  }
  nav[role="navigation"].subpage-navigation ul li.mobile-parent-item > a:after,
  nav[role="navigation"].subpage-navigation ul.mobile-child-items li.page_item_has_children > a:after {
    font-family: "FontAwesome";
    height: 100%;
    font-size: 16px;
    content: "\f078";
    position: absolute;
    right: 0;
    width: 42px;
    padding: 15px 0;
    text-align: right;
    transform: translate(0, -50%);
    top: 50%;
    color: #272727;
    transition: all 0.25s ease;
  }
  .padded-container p:last-child, .padded-container ul:last-child, .padded-container ol:last-child {
    margin-bottom: 1.5rem;
  }
  .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 {
    border: none;
    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: 1rem 0.5rem 0.25rem 0;
    font-size: 1.125rem;
    margin: 0;
    color: #2C2C2C;
  }
  .top-bar-menu > ul > li:hover > a {
    border-bottom: none;
  }
  .top-bar-menu ul > li.current-page-ancestor > a,
  .top-bar-menu ul > li.current-menu-item > a {
    font-weight: bold;
    font-family: 'Lato', 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: 16px 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.menu.hide-for-large li:last-child > a {
    padding-bottom: 1rem;
  }
  .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;
  }
  .text-right .read-more {
    text-align: right;
    margin-bottom: 1.5rem;
    display: block;
  }
  .header-inner {
    padding-bottom: 0;
  }
  .header-image {
    position: relative;
  }
  .flex-container.pull-up {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .intro-title {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    text-align: left;
    max-width: 100%;
    padding: 8rem 0;
  }
  body.home nav[role="navigation"].category-navigation:not(.single-column) ul li,
  body.home nav[role="navigation"].category-navigation ul li,
  nav[role="navigation"].category-navigation ul li {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    display: block;
  }
  .flex-column-8.first {
    width: calc(50% - 1rem);
    margin-right: 1rem;
  }
  .flex-column-4 {
    width: calc(50% - 1rem);
    margin-left: 1rem;
  }
  .flex-inner-container-left,
  .flex-inner-container-right {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 46.25em) {
  .blue-container {
    padding: 3rem 2rem;
  }
  .background-image {
    padding-top: 40%;
  }
  .wp-block-pullquote blockquote {
    padding-left: 27px;
  }
  .intro-title h1 {
    font-size: 2rem;
  }
  body.single .header-title h1,
  .header-title h1 {
    font-size: 1.5rem;
  }
  .featured-post-title,
  h2 {
    font-size: 1.25rem;
  }
  h3 {
    font-size: 1.125rem;
  }
  .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,
  .featured-link {
    margin: 0 0 1.5rem 0;
    width: 100%;
  }
  .featured-post:last-child,
  .featured-link:last-child {
    margin-bottom: 0;
  }
  .featured-post {
    border-bottom: 1px solid #F4F4F4;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
  }
  .flex-column-6,
  .flex-column-6:first-child,
  .flex-column-6.first {
    width: 100%;
  }
  .flex-column-8,
  .flex-column-8.first,
  .flex-column-4 {
    width: 100%;
    margin: 0 0 2rem;
  }
  .backround-image {
    padding-top: 52.5%;
    height: auto;
  }
  .flex-container-multi-line,
  .flex-container {
    width: 100%;
    display: block;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .some-icons li {
    margin-right: 2rem;
  }
  .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;
  }
  .section-container {
    padding: 3rem 0;
  }
  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;
  }
  dt {
    width: 100%;
  }
  dd + dt,
  dd {
    padding: 0;
  }
  .wp-block-buttons {
    display: block;
  }
  .wp-block-buttons > .wp-block-button {
    display: block;
  }
  .blue-container .wp-block-button .wp-block-button__link,
  .blue-container .wp-block-buttons > .wp-block-button {
    margin: 0 0 1rem 0;
  }
  .blue-container .wp-block-button .wp-block-button__link:last-child,
  .blue-container .wp-block-buttons > .wp-block-button:last-child {
    margin-bottom: 0;
  }
}
