/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Neat Bourbon Grid System
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Basic Variables + Mixins
--------------------------------------------------------------*/
/*
100	Thin (Hairline)
200	Extra Light (Ultra Light)
300	Light
400	Normal
500	Medium
600	Semi Bold (Demi Bold)
700	Bold
800	Extra Bold (Ultra Bold)
900	Black (Heavy)*/
.cover-img-container.cover-image, .home .newAtMamabear .cover-image.image, .home .blog-block .blog-item .blog-item-container .cover-image.image {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.accordion-title {
  -webkit-transition: color 150ms linear;
  -moz-transition: color 150ms linear;
  -o-transition: color 150ms linear;
  -ms-transition: color 150ms linear;
  transition: color 150ms linear; }

a {
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  transition: all 150ms linear; }

.site-utility-block {
  -webkit-transition: height 0.4s, opacity 0.4s, visibility 0.4s ease-in;
  -moz-transition: height 0.4s, opacity 0.4s, visibility 0.4s ease-in;
  -ms-transition: height 0.4s, opacity 0.4s, visibility 0.4s ease-in;
  -o-transition: height 0.4s, opacity 0.4s, visibility 0.4s ease-in;
  transition: height 0.4s, opacity 0.4s, visibility 0.4s ease-in; }

.accordion-title {
  position: relative; }
  .accordion-title:after, .accordion-title:before {
    content: '';
    position: absolute;
    background-color: #fff;
    -webkit-transition: transform .35s ease-out, background-color .15s linear;
    -moz-transition: transform .35s ease-out, background-color .15s linear;
    -o-transition: transform .35s ease-out, background-color .15s linear;
    -ms-transition: transform .35s ease-out, background-color .15s linear;
    transition: transform .35s ease-out, background-color .15s linear;
    margin: auto;
    position: absolute; }
  .accordion-title:after {
    width: 18px;
    height: 2px; }
  .accordion-title:before {
    width: 2px;
    height: 18px; }
  .open.accordion-title:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg); }
  .open.accordion-title:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg); }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Zilla Slab", serif;
  margin-bottom: .5em; }

h1 {
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 41px;
  font-weight: 300; }
  @media screen and (min-width: 570px) {
    h1 {
      margin: 0px; } }
  @media screen and (min-width: 1025px) {
    h1 {
      font-size: 44px;
      font-size: 2.75rem;
      line-height: 55px;
      font-weight: 300; } }
  @media screen and (max-width: 569px) {
    .entry-header h1 {
      margin-top: 30px; } }
  @media screen and (min-width: 570px) {
    .entry-header h1 {
      position: relative; } }

h2, h3, h4 {
  font-weight: 600; }

h2 {
  color: #1D93B2;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 0px; }
  @media screen and (max-width: 569px) {
    h2 {
      margin-bottom: 5px; } }
  @media screen and (min-width: 570px) {
    h2 {
      font-size: 32px;
      font-size: 2rem;
      line-height: 45px;
      font-weight: 600;
      margin-top: 32.5px;
      margin-bottom: 12px; } }
  @media screen and (min-width: 1025px) {
    h2 {
      margin-top: 65px; } }

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 45px;
  font-weight: 600;
  margin-top: 26px; }
  @media screen and (min-width: 570px) {
    h3 {
      margin-top: -10px;
      margin-bottom: 22px; } }
  @media screen and (min-width: 1025px) {
    h3 {
      margin-top: -4px;
      padding-top: 32px; } }

h4 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 40px;
  font-weight: 600;
  margin-top: 32px; }
  @media screen and (min-width: 570px) {
    h4 {
      margin-top: 50px; } }
  @media screen and (min-width: 1025px) {
    h4 {
      margin-top: 42px; } }

p {
  margin-top: 0px;
  margin-bottom: 1.5em; }
  @media screen and (max-width: 569px) {
    p {
      padding-right: 12px; } }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 1em 0;
  font-style: normal;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 30px;
  font-weight: 300; }
  @media screen and (min-width: 570px) {
    blockquote {
      font-size: 32px;
      font-size: 2rem;
      line-height: 42px;
      font-weight: 300; } }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

.cta-btn, .cta-btn-blue, .cta-btn-red {
  font-family: "Zilla Slab", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 16px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  padding: 12px 0px;
  text-align: center;
  text-transform: uppercase;
  width: 205px;
  letter-spacing: 0.5px;
  margin-top: 7px; }
  @media screen and (min-width: 570px) {
    .cta-btn, .cta-btn-blue, .cta-btn-red {
      width: 320px;
      margin-top: 16px;
      padding: 18px 0px;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 19px;
      font-weight: 700; } }
  @media screen and (min-width: 1025px) {
    .cta-btn, .cta-btn-blue, .cta-btn-red {
      margin-top: 26px;
      padding: 16px 0px; } }
  .cta-btn.sidebar-btn, .cta-btn-blue.sidebar-btn, .cta-btn-red.sidebar-btn {
    display: block;
    margin-bottom: 15px; }

.cta-btn {
  background-color: #C1CD23;
  color: #231F20; }
  .cta-btn:hover, .cta-btn:focus {
    background-color: #E5F056;
    color: #231F20; }

.cta-btn-blue {
  background-color: #1D93B2;
  color: #fff; }
  .cta-btn-blue:hover, .cta-btn-blue:focus {
    background-color: #147891;
    color: #fff; }

.cta-btn-red {
  background-color: #F26152;
  color: #fff; }
  .cta-btn-red:hover, .cta-btn-red:focus {
    background-color: #000;
    color: #fff; }

@media screen and (max-width: 569px) {
  .filter-toggle-btn {
    width: 100% !important; } }

.accordion {
  border-bottom: 1px solid #D6D6D6;
  margin-top: 32px;
  margin-bottom: 32px; }
  @media screen and (min-width: 570px) {
    .accordion {
      margin-top: 55px;
      margin-bottom: 61px; } }
  @media screen and (min-width: 1025px) {
    .accordion {
      margin-top: 54px;
      margin-bottom: 68px; } }

.accordion-title {
  border-top: 1px solid #D6D6D6;
  color: #F26152;
  cursor: pointer;
  font-family: "Zilla Slab", serif;
  font-weight: 600;
  margin: 0;
  padding: 10px 0 12px 45px;
  position: relative;
  outline: none;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  font-weight: 600; }
  .accordion-title:after, .accordion-title:before {
    background-color: #F26152;
    top: 18px;
    left: 12px; }
  .accordion-title:before {
    height: 16px;
    left: 19px; }
  .accordion-title:after {
    width: 16px;
    top: 25px; }

.accordion-content {
  padding: 10px 15px 30px 45px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 21px;
  font-weight: 400; }
  @media screen and (min-width: 570px) {
    .accordion-content {
      font-size: 19px;
      font-size: 1.1875rem;
      line-height: 30px;
      font-weight: 400; } }

sub {
  top: -.4em;
  margin-left: .3em;
  color: #000;
  bottom: auto; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  height: 100%; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  color: #000;
  height: 100%;
  font-family: "Open Sans", sans-serif; }

blockquote, q {
  background-color: #F5F7FA;
  quotes: "" "";
  font-family: "Zilla Slab", serif;
  margin-top: 40px;
  padding: 30px;
  padding-bottom: 35px; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }
  blockquote p, q p {
    padding: 0px;
    margin: 0px; }
  @media screen and (min-width: 570px) {
    blockquote, q {
      margin-top: 40px;
      padding: 35px;
      padding-bottom: 35px;
      padding-right: 22%;
      padding-left: 6.2%;
      background-image: url("../../img/ribbon.svg");
      background-size: 100px 149px;
      background-repeat: no-repeat;
      background-position: 95% center; } }
  @media screen and (min-width: 1025px) {
    blockquote, q {
      padding: 45px;
      padding-bottom: 50px;
      padding-right: 22%;
      padding-left: 6.2%; } }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0.5em 1em;
  list-style: none;
  padding: 0 0 0 1.5em;
  position: relative; }
  ul li, ol li {
    margin-bottom: 8px; }
    ul li:before, ol li:before {
      content: "\25CF";
      color: #000;
      padding: 0 8px;
      position: absolute;
      left: 0; }
    ul li:last-child, ol li:last-child {
      margin-bottom: 0; }

ul {
  margin-top: 16px;
  margin-left: 16px;
  margin-bottom: 22px;
  padding-left: 22px; }
  @media screen and (min-width: 570px) {
    ul {
      margin-left: 22px;
      margin-bottom: 30px; } }
  ul li {
    margin-bottom: 10px; }
    ul li:before {
      font-family: "Arial Black";
      font-size: 10px;
      font-size: 0.625rem;
      line-height: 21px;
      font-weight: 400; }
      @media screen and (min-width: 570px) {
        ul li:before {
          line-height: 27px; } }

ol {
  counter-reset: item;
  margin-left: -5px;
  padding-left: 2.4em; }
  @media screen and (min-width: 570px) {
    ol {
      padding-left: 2em; } }
  @media screen and (min-width: 570px) {
    ol li {
      margin-bottom: 5px; } }
  @media screen and (min-width: 1025px) {
    ol li {
      margin-bottom: 21px; } }
  ol li:before {
    content: counter(item);
    counter-increment: item;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    font-weight: 400;
    margin-top: -4px; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

th {
  background-color: #002B59;
  color: #fff;
  text-align: left;
  display: none; }

tr:nth-child(even) {
  background-color: #F5F7FA; }

table.without-header tr {
  background: none; }
  @media screen and (min-width: 570px) {
    table.without-header tr:nth-child(even) {
      background-color: #F5F7FA; } }
  table.without-header tr td {
    padding: 10px 30px 10px 18px; }
    @media screen and (max-width: 569px) {
      table.without-header tr td:nth-child(odd) {
        background-color: #F5F7FA; } }

@media screen and (min-width: 570px) {
  th, td {
    padding: 9px 20px; } }

td {
  display: block; }

th:last-child, td:last-child {
  border-right: none; }
@media screen and (min-width: 570px) {
  th, td {
    display: table-cell;
    padding: 7px 12px; } }

table tbody td {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  font-weight: 400; }
  @media screen and (min-width: 570px) {
    table tbody td {
      font-size: 16px;
      font-size: 1rem;
      line-height: 24px;
      font-weight: 400; } }

/* 
 * Responsive tables CSS
 * https://github.com/jerrylow/basictable 
 */
table.bt thead,
table.bt tbody th {
  display: none; }

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  /* IE 9 */
  float: left\9;
  width: 100% \9; }

table.bt tfoot th::before,
table.bt tfoot td::before,
table.bt tbody td::before {
  background-color: #002B59;
  color: #fff;
  content: attr(data-th) ": ";
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  font-weight: bold;
  width: 5.2em;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  font-weight: 700;
  padding: 14px 12px; }

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none; }

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top;
  background-color: #F5F7FA;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19px;
  font-weight: 400;
  padding: 10px;
  padding-right: 30px;
  padding-bottom: 17px;
  width: 100%; }

.bt-wrapper.active {
  max-height: 310px;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

table.bt.bt--no-header tfoot td::before,
table.bt.bt--no-header tbody td::before {
  display: none; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  background: none;
  color: #231F20;
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  padding: .625em 1em;
  text-align: center; }
  button:hover, button:focus,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus {
    color: #231F20; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #666;
  border: 1px solid #ccc;
  padding: .5em .75em; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111;
    outline: none; }

input[type="submit"]:focus {
  outline: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ccc;
  width: 100%;
  background: url(../../img/icon-select.svg) center right no-repeat;
  background-size: 42px 42px;
  padding: .5em 3em .5em .75em; }
  @media screen and (min-width: 570px) {
    select {
      width: 300px; } }

textarea {
  width: 100%; }

input[type="radio"],
input[type="checkbox"] {
  opacity: 0;
  cursor: pointer; }

input[type="radio"] + span,
input[type="radio"] + label {
  height: 22px;
  display: inline-block; }

input[type="radio"] + span::before,
input[type="radio"] + label::before,
input[type="checkbox"] + span::before,
input[type="checkbox"] + label::before {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: -3px 10px 0 -15px;
  vertical-align: middle;
  cursor: pointer; }

input[type="radio"] + span::before,
input[type="radio"] + label::before {
  content: '';
  background: url("../../img/radio.svg") no-repeat center center; }

input[type="radio"]:checked + span::before,
input[type="radio"]:checked + label::before {
  content: '';
  background: url("../../img/radio-checked.svg") no-repeat center center; }

input[type="checkbox"] + span::before,
input[type="checkbox"] + label::before {
  content: '';
  background: url("../../img/checkbox.svg") no-repeat center center;
  width: 15px; }

input[type="checkbox"]:checked + span::before,
input[type="checkbox"]:checked + label::before {
  content: '';
  background: url("../../img/checkbox-checked.svg") no-repeat center center; }

input[type="radio"]:focus + span,
input[type="radio"]:focus + label,
input[type="checkbox"]:focus + span,
input[type="checkbox"]:focus + label {
  outline: #3b99fc auto 2px; }

/* Contact Form 7 stylings */
.wpcf7-form-control-wrap {
  margin-top: .5em;
  display: inline-block; }

span.wpcf7-list-item {
  display: block;
  margin: 0 0 .5em; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #1D93B2;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    color: #000;
    text-decoration: none; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#wpadminbar {
  position: fixed;
  top: 0px; }

#primary-menu > li > .sub-menu {
  margin-left: 22px; }
  #primary-menu > li > .sub-menu:before {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    content: '';
    position: absolute;
    top: -10px;
    left: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #1D93B2 transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #1D93B2 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
  #primary-menu > li > .sub-menu.hovered:before {
    border-color: transparent transparent #002B59 transparent; }
  #primary-menu > li > .sub-menu li:first-child:hover {
    background-color: #f00; }

.main-navigation {
  clear: both;
  display: block;
  text-align: right; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      float: left;
      text-align: left;
      position: absolute;
      top: 100%;
      z-index: 99999;
      visibility: hidden;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: 200ms ease;
      -moz-transition: 200ms ease;
      -o-transition: 200ms ease;
      transition: 200ms ease; }
      .main-navigation ul ul ul {
        left: 100%;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        color: #fff;
        width: 200px;
        text-transform: none;
        padding-left: 18px;
        padding-right: 18px;
        padding: 6.5px 18px;
        line-height: 1.25em; }
        @media screen and (min-width: 1025px) {
          .main-navigation ul ul a {
            font-size: 14px;
            font-size: 0.875rem;
            line-height: 20px;
            font-weight: 700; } }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li:focus > ul {
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100); }
  .main-navigation li {
    display: inline-block;
    position: relative; }
    .main-navigation li:hover > a, .main-navigation li:focus > a {
      color: #1D93B2; }
    .main-navigation li:last-of-type a {
      padding-right: 0px; }
  .main-navigation a {
    font-size: 20px;
    font-size: 1.25rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 29px;
    font-weight: 400;
    color: #000;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 23px 17px 11px; }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-ancestor > a {
    color: #1D93B2; }
  .main-navigation .menu {
    max-height: 44px; }
    .main-navigation .menu:after {
      content: '';
      display: inline-block;
      width: 100%;
      height: 1px; }
  .main-navigation .sub-menu {
    background-color: #1D93B2; }
    .main-navigation .sub-menu li.menu-item-has-children > a {
      background-image: url("../../img/icon-arrow-right.svg");
      background-position: calc(100% - 20px) center;
      background-size: auto 40%;
      background-repeat: no-repeat;
      padding-right: 35px; }
      @media screen and (min-width: 1025px) {
        .main-navigation .sub-menu li.menu-item-has-children > a {
          padding-top: 6.5px;
          padding-bottom: 6.5px; } }
    .main-navigation .sub-menu li.current_page_item > a, .main-navigation .sub-menu li.current-menu-item > a, .main-navigation .sub-menu li.current_page_ancestor > a, .main-navigation .sub-menu li.current-menu-ancestor > a {
      background-color: #002B59;
      color: #fff; }
    .main-navigation .sub-menu li:hover > a, .main-navigation .sub-menu li:focus > a {
      background-color: #002B59;
      color: #fff; }
  .main-navigation ul.show-menu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100); }

.menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none; }
.menu-wrapper li:before {
  display: none; }
.menu-wrapper a {
  text-decoration: none; }

.utility-menu-wrapper {
  padding: 15px 0;
  margin-right: -8px; }
  .utility-menu-wrapper #utility-menu {
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase; }
    .utility-menu-wrapper #utility-menu li {
      display: inline-block;
      margin-left: 5px; }
      .utility-menu-wrapper #utility-menu li.menu-btn a {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 14px;
        font-weight: 700;
        background-color: #1D93B2;
        color: #fff;
        font-weight: 700;
        padding: 2px 12px; }
        .utility-menu-wrapper #utility-menu li.menu-btn a:hover {
          background-color: #002B59; }
      .utility-menu-wrapper #utility-menu li.menu-btn.red {
        margin-left: 5px; }
        .utility-menu-wrapper #utility-menu li.menu-btn.red a {
          padding: 2px 6px;
          background-color: #F26152; }
          .utility-menu-wrapper #utility-menu li.menu-btn.red a:hover {
            background-color: #000; }
    .utility-menu-wrapper #utility-menu a {
      color: #58595B;
      text-transform: uppercase; }
      .utility-menu-wrapper #utility-menu a:hover, .utility-menu-wrapper #utility-menu a:focus {
        color: #1D93B2; }
    .utility-menu-wrapper #utility-menu .current_page_item > a,
    .utility-menu-wrapper #utility-menu .current-menu-item > a,
    .utility-menu-wrapper #utility-menu .current_page_ancestor > a,
    .utility-menu-wrapper #utility-menu .current-menu-ancestor > a {
      color: #1D93B2; }

.site-navigation {
  margin-top: 12px;
  margin-bottom: 12px; }
  @media screen and (min-width: 570px) and (max-width: 1024px) {
    .site-navigation {
      margin-top: 32px;
      margin-bottom: 32px; } }
  .site-navigation .main-navigation {
    margin-right: -8px; }

/* Small menu. */
#mobile-menu .active > a {
  background-color: #002B59; }
#mobile-menu .active.line > a {
  border-top: 1px solid #fff; }
#mobile-menu > li {
  text-transform: uppercase;
  position: relative; }
  #mobile-menu > li.open > a {
    background-color: #002B59; }
  #mobile-menu > li > a {
    color: #fff;
    background-color: #1D93B2;
    padding: 12px 6.26%; }
    @media screen and (min-width: 570px) {
      #mobile-menu > li > a {
        padding: 15px 7%; } }
#mobile-menu ul.sub-menu {
  background-color: #002B59;
  display: none; }
  #mobile-menu ul.sub-menu .active > a {
    color: #E5F056; }
  @media screen and (min-width: 1025px) {
    #mobile-menu ul.sub-menu {
      padding: 10px 0 5px; } }
  #mobile-menu ul.sub-menu li a {
    font-weight: 400;
    padding: 8px 6.26%;
    text-transform: none;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 29px;
    font-weight: 400; }
    @media screen and (min-width: 570px) {
      #mobile-menu ul.sub-menu li a {
        padding: 9px 7%; } }
    @media screen and (min-width: 570px) {
      #mobile-menu ul.sub-menu li a:hover {
        color: #E5F056; } }
  #mobile-menu ul.sub-menu .sub-menu {
    margin-left: 10%;
    display: block;
    padding-bottom: 30px; }
    #mobile-menu ul.sub-menu .sub-menu li a {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 14px;
      font-weight: 400;
      line-height: 14px;
      padding: 6px 6.26%; }

#mobile-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #1D93B2; }
  #mobile-navigation ul a {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    font-weight: 400;
    color: #fff;
    display: block;
    text-decoration: none;
    border-top: 1px solid rgba(255, 255, 255, 0); }
    @media screen and (min-width: 570px) {
      #mobile-navigation ul a {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 29px;
        font-weight: 400; } }

.menu-toggle {
  background-position: center;
  height: 60%;
  background-image: url(../../img/nav-burger.svg);
  background-repeat: no-repeat;
  padding: 0;
  background-size: 22px;
  height: 22px;
  position: absolute;
  outline: none;
  outline-style: none; }
  @media screen and (max-width: 569px) {
    .menu-toggle {
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
      width: 26%;
      right: 0px;
      margin-top: 42px; } }
  @media screen and (min-width: 570px) {
    .menu-toggle {
      background-position: right bottom;
      right: 42px;
      padding-right: 42.5px;
      margin-top: 42px;
      text-transform: uppercase;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 29px;
      font-weight: 400; } }
  .menu-toggle.open {
    background-image: url(../../img/nav-burger-close-black.svg); }
    @media screen and (min-width: 570px) {
      .menu-toggle.open {
        background-image: url(../../img/nav-burger-close-white.svg);
        color: #fff;
        z-index: 11;
        line-height: 20px;
        margin-top: 46px; } }

.mobile-nav-toggle {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-image: url(../../img/arrow-mobile-menu.svg);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0;
  background-size: 28px 14px;
  width: 27%;
  height: 59px;
  position: absolute;
  z-index: 11;
  right: 0px;
  top: 0;
  outline: none;
  -webkit-transition: 200ms linear all;
  -moz-transition: 200ms linear all;
  -o-transition: 200ms linear all;
  transition: 200ms linear all; }
  .mobile-nav-toggle.open {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }

.mobile-menu-wrapper {
  background-color: #1D93B2;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 10;
  overflow-y: scroll;
  overflow-x: hidden;
  top: 119px;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease; }
  .admin-bar .mobile-menu-wrapper {
    top: 215px; }
    @media screen and (min-width: 570px) {
      .admin-bar .mobile-menu-wrapper {
        top: 0px; } }
  @media screen and (min-width: 570px) {
    .mobile-menu-wrapper {
      width: 49.5%;
      right: 0;
      left: initial;
      left: auto;
      top: 0;
      padding-top: 184px; }
      .admin-bar .mobile-menu-wrapper {
        padding-top: 234px; } }

.mobile-navigation.toggled .mobile-menu-wrapper {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100); }

@media screen and (min-width: 1025px) {
  .menu-toggle, .main-navigation span {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before::after,
.clear:after::after,
.entry-content:before::after,
.entry-content:after::after,
.comment-content:before::after,
.comment-content:after::after,
.site-header:before::after,
.site-header:after::after,
.site-content:before::after,
.site-content:after::after,
.site-footer:before::after,
.site-footer:after::after {
  clear: both;
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Overall grid
--------------------------------------------------------------*/
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto; }
  .container::after {
    clear: both;
    content: "";
    display: block; }
  .container::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 1025px) {
    .container {
      max-width: 1320px; } }

.clearfix::after {
  clear: both;
  content: "";
  display: table; }

.row::after {
  clear: both;
  content: "";
  display: table; }
@media screen and (min-width: 1025px) {
  .row {
    margin-left: -3.13%;
    margin-right: -3.13%; } }

@media (min-width: 240px) {
  .col-full, .section-page-header .contact-header, .col-content, .col-quarter, .col-half,
  .col-preview-content, .col-preview-img, .col-third {
    width: calc(100% - 12.52%);
    float: left;
    margin-left: 6.26%; } }
@media (min-width: 570px) {
  .col-full, .section-page-header .contact-header, .col-content, .col-quarter, .col-half,
  .col-preview-content, .col-preview-img, .col-third {
    width: calc(100% - 14%);
    float: left;
    margin-left: 7%; } }
@media (min-width: 1025px) {
  .col-full, .section-page-header .contact-header, .col-content, .col-quarter, .col-half,
  .col-preview-content, .col-preview-img, .col-third {
    width: calc(100% - 6.26%);
    float: left;
    margin-left: 3.13%; } }

@media (min-width: 240px) {
  .col-wide-content {
    width: calc(100% - 12.52%);
    float: left;
    margin-left: 6.26%; } }
@media (min-width: 570px) {
  .col-wide-content {
    width: calc(75% - 12.25%);
    float: left;
    margin-left: 7%;
    margin-left: calc(12.5% - 7.875% + 14%); } }
@media (min-width: 1025px) {
  .col-wide-content {
    width: calc(83.3333333333% - 5.7383333333%);
    float: left;
    margin-left: 3.13%;
    margin-left: calc(8.3333333333% - 3.3908333333% + 6.26%); } }

@media (min-width: 1025px) {
  .col-half {
    width: calc(50% - 4.695%);
    float: left;
    margin-left: 3.13%; } }

@media (min-width: 570px) {
  .col-quarter, .col-third {
    width: calc(50% - 10.5%);
    float: left;
    margin-left: 7%; } }
@media (min-width: 1025px) {
  .col-quarter, .col-third {
    width: calc(25% - 3.9125%);
    float: left;
    margin-left: 3.13%; } }

@media (min-width: 1025px) {
  .col-third {
    width: calc(33.3333333333% - 4.1733333333%);
    float: left;
    margin-left: 3.13%; } }

@media (min-width: 1025px) {
  .col-content {
    width: calc(75% - 5.4775%);
    float: left;
    margin-left: 3.13%;
    margin-left: calc(8.3333333333% - 3.3908333333% + 6.26%); } }

.col-sidebar {
  display: none; }
  @media (min-width: 1025px) {
    .col-sidebar {
      width: calc(25% - 3.9125%);
      float: left;
      margin-left: 3.13%; } }
  @media screen and (min-width: 1025px) {
    .col-sidebar {
      display: block; } }

@media (min-width: 570px) {
  .col-preview-img {
    width: calc(25% - 8.75%);
    float: left;
    margin-left: 7%; } }
@media (min-width: 1025px) {
  .col-preview-img {
    width: calc(25% - 3.9125%);
    float: left;
    margin-left: 3.13%; } }

@media (min-width: 570px) {
  .col-preview-content {
    width: calc(75% - 12.25%);
    float: left;
    margin-left: 7%; } }
@media (min-width: 1025px) {
  .col-preview-content {
    width: calc(75% - 5.4775%);
    float: left;
    margin-left: 3.13%; } }

@media (min-width: 1025px) {
  header .site-navigation {
    width: calc(75% - 5.4775%);
    float: left;
    margin-left: 3.13%; } }

@media screen and (max-width: 569px) and (min-width: 240px) {
  #site-footer .newsletter {
    width: calc(100% - 12.52%);
    float: left;
    margin-left: 6.26%; } }

@media screen and (min-width: 570px) {
  #site-footer .newsletter {
    width: 272px;
    display: inline-block; } }

.breadcrumb {
  display: none; }
  @media (min-width: 1025px) {
    .breadcrumb {
      display: block;
      width: calc(41.6666666667% - 4.4341666667%);
      float: left;
      margin-left: 3.13%;
      margin-left: calc(8.3333333333% - 3.3908333333% + 6.26%); } }

@media (min-width: 240px) {
  .page-template-default .share-buttons {
    width: calc(100% - 12.52%);
    float: left;
    margin-left: 6.26%; } }
@media (min-width: 570px) {
  .page-template-default .share-buttons {
    width: calc(100% - 14%);
    float: left;
    margin-left: 7%; } }
@media (min-width: 1025px) {
  .page-template-default .share-buttons {
    width: calc(50% - 4.695%);
    float: left;
    margin-left: 3.13%; } }

@media (min-width: 240px) {
  .section-page-header .entry-header {
    width: calc(100% - 12.52%);
    float: left;
    margin-left: 6.26%;
    order: 1; } }
@media (min-width: 570px) {
  .section-page-header .entry-header {
    width: calc(50% - 10.5%);
    float: left;
    margin-left: 7%;
    order: 0; } }
@media (min-width: 1025px) {
  .section-page-header .entry-header {
    width: calc(41.6666666667% - 4.4341666667%);
    float: left;
    margin-left: 3.13%;
    margin-left: calc(8.3333333333% - 3.3908333333% + 6.26%); } }
@media (min-width: 1025px) {
  .section-page-header .contact-header {
    width: calc(75% - 5.4775%);
    float: left;
    margin-left: 3.13%;
    margin-left: calc(8.3333333333% - 3.3908333333% + 6.26%); } }
@media (min-width: 240px) {
  .section-page-header .col-page-img {
    float: left;
    width: 100%;
    order: 0; } }
@media (min-width: 570px) {
  .section-page-header .col-page-img {
    width: calc(50% - 10.5%);
    float: left;
    margin-left: 7%;
    float: right;
    margin-left: 0;
    margin-right: 7%;
    order: 1; } }
@media (min-width: 1025px) {
  .section-page-header .col-page-img {
    width: calc(50% - 4.695%);
    float: left;
    margin-left: 3.13%;
    float: right;
    margin-left: 0;
    margin-right: 3.13%; } }

@media (min-width: 240px) {
  .blog-content, .blog-pagination {
    width: calc(100% - 12.52%);
    float: left;
    margin-left: 6.26%; } }
@media (min-width: 570px) {
  .blog-content, .blog-pagination {
    width: calc(100% - 14%);
    float: left;
    margin-left: 7%; } }
@media (min-width: 1025px) {
  .blog-content, .blog-pagination {
    width: calc(91.6666666667% - 5.9991666667%);
    float: left;
    margin-left: 3.13%;
    margin-left: calc(8.3333333333% - 3.3908333333% + 6.26%); } }

@media (min-width: 240px) {
  .home .front-site-header .site-title {
    width: calc(100% - 12.52%);
    float: left;
    margin-left: 6.26%; } }
@media (min-width: 570px) {
  .home .front-site-header .site-title {
    width: calc(100% - 14%);
    float: left;
    margin-left: 7%; } }
@media (min-width: 1025px) {
  .home .front-site-header .site-title {
    width: calc(66.6666666667% - 5.2166666667%);
    float: left;
    margin-left: 3.13%; } }
@media (min-width: 240px) {
  .home .front-site-header .cta-btn {
    width: calc(100% - 12.52%);
    float: left;
    margin-left: 6.26%; } }
@media (min-width: 570px) {
  .home .front-site-header .cta-btn {
    width: calc(37.5% - 9.625%);
    float: left;
    margin-left: 7%; } }
@media (min-width: 1025px) {
  .home .front-site-header .cta-btn {
    width: calc(33.3333333333% - 4.1733333333%);
    float: left;
    margin-left: 3.13%; } }
@media (min-width: 240px) {
  .home .mission {
    width: calc(100% - 12.52%);
    float: left;
    margin-left: 6.26%; } }
@media (min-width: 570px) {
  .home .mission {
    width: calc(100% - 14%);
    float: left;
    margin-left: 7%; } }
@media (min-width: 1025px) {
  .home .mission {
    width: calc(91.6666666667% - 5.9991666667%);
    float: left;
    margin-left: 3.13%;
    padding: 3;
    margin-left: calc(8.3333333333% - 3.3908333333% + 6.26%); } }
@media (min-width: 240px) {
  .home .feature .left {
    width: calc(100% - 12.52%);
    float: left;
    margin-left: 6.26%; } }
@media (min-width: 570px) {
  .home .feature .left {
    width: 42%;
    float: left;
    margin-left: 3%;
    margin-left: 7%; } }
@media (min-width: 1025px) {
  .home .feature .left {
    width: calc(33.3333333333% - 4.1733333333%);
    float: left;
    margin-left: 3.13%; } }
@media (min-width: 240px) {
  .home .feature .right {
    width: calc(100% - 12.52%);
    float: left;
    margin-left: 6.26%; } }
@media (min-width: 570px) {
  .home .feature .right {
    width: 41%;
    float: left;
    margin-left: 3%; } }
@media (min-width: 1025px) {
  .home .feature .right {
    width: calc(66.6666666667% - 5.2166666667%);
    float: left;
    margin-left: 3.13%; } }
@media (min-width: 240px) {
  .home .statistic-item {
    width: calc(100% - 12.52%);
    float: left;
    margin-left: 6.26%; } }
@media (min-width: 570px) {
  .home .statistic-item {
    width: calc(100% - 14%);
    float: left;
    margin-left: 7%; } }
@media (min-width: 1025px) {
  .home .statistic-item {
    width: 22.32%;
    float: left;
    margin-left: 1.5%; } }
@media screen and (min-width: 1025px) {
  .home .statistic-item.first {
    margin-left: 3.13%; } }
@media (min-width: 1025px) {
  .home .newAtMamabear .image {
    width: calc(50% - 4.695%);
    float: left;
    margin-left: 3.13%; } }
@media (min-width: 240px) {
  .home .newAtMamabear .content {
    width: calc(100% - 12.52%);
    float: left;
    margin-left: 6.26%; } }
@media (min-width: 570px) {
  .home .newAtMamabear .content {
    width: calc(100% - 14%);
    float: left;
    margin-left: 7%; } }
@media (min-width: 1025px) {
  .home .newAtMamabear .content {
    width: calc(50% - 4.695%);
    float: left;
    margin-left: 3.13%; } }
@media (min-width: 240px) {
  .home .blog-block .blog-item {
    width: calc(100% - 12.52%);
    float: left;
    margin-left: 6.26%; } }
@media (min-width: 570px) {
  .home .blog-block .blog-item {
    width: calc(100% - 14%);
    float: left;
    margin-left: 7%; } }
@media (min-width: 1025px) {
  .home .blog-block .blog-item {
    width: calc(33.3333333333% - 4.1733333333%);
    float: left;
    margin-left: 3.13%; } }
@media screen and (min-width: 570px) and (max-width: 1024px) {
  .home .blog-block .blog-item .image, .home .blog-block .blog-item .content-container {
    width: 50%;
    float: left; } }

@media (min-width: 240px) {
  .contact-page .contact_data, .contact-page .wpcf7-response-output {
    width: calc(100% - 12.52%);
    float: left;
    margin-left: 6.26%; } }
@media (min-width: 570px) {
  .contact-page .contact_data, .contact-page .wpcf7-response-output {
    width: calc(100% - 14%);
    float: left;
    margin-left: 7%; } }
@media (min-width: 1025px) {
  .contact-page .contact_data, .contact-page .wpcf7-response-output {
    width: calc(91.6666666667% - 5.9991666667%);
    float: left;
    margin-left: 3.13%;
    margin-left: calc(8.3333333333% - 3.3908333333% + 6.26%); } }
@media screen and (min-width: 1025px) {
  .contact-page .form {
    margin-left: 8.3333333333%; } }
@media (min-width: 240px) {
  .contact-page .form > .first, .contact-page .form > .last, .contact-page .form > .mail, .contact-page .form > .reasonForContact, .contact-page .form > .comment, .contact-page .form > .capthca, .contact-page .form > .submit {
    width: calc(100% - 12.52%);
    float: left;
    margin-left: 6.26%; } }
@media (min-width: 570px) {
  .contact-page .form > .first, .contact-page .form > .last, .contact-page .form > .mail, .contact-page .form > .reasonForContact, .contact-page .form > .comment, .contact-page .form > .capthca, .contact-page .form > .submit {
    width: calc(100% - 14%);
    float: left;
    margin-left: 7%; } }
@media (min-width: 1025px) {
  .contact-page .form > .first, .contact-page .form > .last, .contact-page .form > .mail, .contact-page .form > .reasonForContact, .contact-page .form > .comment, .contact-page .form > .capthca, .contact-page .form > .submit {
    width: calc(100% - 6.26%);
    float: left;
    margin-left: 3.13%; } }
@media (min-width: 570px) {
  .contact-page .form > .first, .contact-page .form > .last {
    width: 42.25%;
    float: left;
    margin-left: 1.5%; } }
@media (min-width: 1025px) {
  .contact-page .form > .first, .contact-page .form > .last {
    width: calc(50% - 4.695%);
    float: left;
    margin-left: 3.13%; } }
@media screen and (min-width: 570px) and (max-width: 1024px) {
  .contact-page .form > .first {
    margin-left: 7%; } }
.contact-page .form .wpcf7-list-item {
  width: 100%; }
  @media screen and (min-width: 570px) {
    .contact-page .form .wpcf7-list-item {
      width: 50%;
      float: left; } }
  @media screen and (min-width: 1025px) {
    .contact-page .form .wpcf7-list-item {
      width: auto;
      padding-right: 5em; } }

/*--------------------------------------------------------------
## Header and Footer
--------------------------------------------------------------*/
.site-header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid #BEBEBE; }
  @media screen and (min-width: 1025px) {
    .site-header * {
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      transition: all 0.4s ease; } }
  .admin-bar .site-header {
    top: 46px; }
  .site-header .search-form, .site-header .utility-menu-wrapper {
    display: none;
    visibility: hidden; }
    @media screen and (min-width: 1025px) {
      .site-header .search-form, .site-header .utility-menu-wrapper {
        display: inline-block;
        visibility: hidden; } }
  .site-header li {
    margin-bottom: 0; }
    .site-header li:before {
      display: none; }
  @media screen and (min-width: 765px) {
    .admin-bar .site-header {
      top: 32px; } }
  @media screen and (min-width: 1025px) {
    .site-header {
      border-bottom: none;
      padding: 0; }
      .site-header .utility-menu-wrapper {
        visibility: visible; }
      .admin-bar .site-header {
        top: 32px; }
      .site-header.small {
        border-bottom: 1px solid #BEBEBE; } }

.section-page-header .container {
  display: flex; }
  .section-page-header .container .categories {
    display: none; }
    @media screen and (min-width: 570px) {
      .section-page-header .container .categories {
        display: block; } }
  @media screen and (max-width: 569px) {
    .section-page-header .container {
      flex-direction: column; } }
  @media screen and (min-width: 570px) {
    .section-page-header .container {
      align-items: center; }
      .section-page-header .container .cover-img-container, .section-page-header .container .home .newAtMamabear .image, .home .newAtMamabear .section-page-header .container .image, .section-page-header .container .home .blog-block .blog-item .blog-item-container .image, .home .blog-block .blog-item .blog-item-container .section-page-header .container .image {
        height: 100%; } }
  .section-page-header .container .entry-header, .section-page-header .container .col-page-img {
    margin-top: auto;
    margin-bottom: auto; }
    @media screen and (min-width: 570px) {
      .section-page-header .container .entry-header, .section-page-header .container .col-page-img {
        width: 50%; } }
  .section-page-header .container .col-page-img {
    overflow: hidden; }
  @media screen and (min-width: 570px) {
    .section-page-header .container .entry-header {
      width: 49%;
      margin-right: 1%;
      padding: 65px;
      padding-left: 0px;
      padding-right: 30px; } }
  .section-page-header .container .entry-header .categories {
    display: none;
    color: #1D93B2;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif; }
    @media screen and (min-width: 570px) {
      .section-page-header .container .entry-header .categories {
        display: block;
        margin-top: 1em; } }
    .section-page-header .container .entry-header .categories a {
      color: #1D93B2; }

.site-branding {
  margin: 0; }
  .site-branding a {
    display: block; }
  @media screen and (min-width: 1025px) {
    .site-branding {
      padding: 32px 0px; } }

.logo-img {
  width: 177px;
  height: 95px; }
  @media screen and (min-width: 570px) {
    .logo-img {
      width: 210px;
      height: 113px; } }
  @media screen and (min-width: 1025px) {
    .logo-img {
      width: 182px;
      height: 98px;
      display: block; } }

@media (min-width: 240px) {
  .site-branding {
    width: calc(83.3333333333% - 11.4766666667%);
    float: left;
    margin-left: 6.26%; } }
@media (min-width: 570px) {
  .site-branding {
    width: calc(50% - 10.5%);
    float: left;
    margin-left: 7%; } }
@media (min-width: 1025px) {
  .site-branding {
    width: calc(25% - 3.9125%);
    float: left;
    margin-left: 3.13%; } }

.site-utility-block {
  text-align: right; }
  @media (min-width: 240px) {
    .site-utility-block {
      width: calc(16.6666666667% - 7.3033333333%);
      float: left;
      margin-left: 6.26%; } }
  @media (min-width: 570px) {
    .site-utility-block {
      width: calc(50% - 10.5%);
      float: left;
      margin-left: 7%; } }
  @media (min-width: 1025px) {
    .site-utility-block {
      width: calc(75% - 5.4775%);
      float: left;
      margin-left: 3.13%; } }
  @media screen and (min-width: 570px) {
    .site-utility-block {
      display: block;
      text-align: right; } }

.primary-menu-wrapper {
  width: 100%; }

.small-header .site-branding {
  padding: 12px 0px; }
  @media screen and (min-width: 1025px) {
    .small-header .site-branding .logo-img {
      width: 138px;
      height: 74px; } }
.small-header .site-utility-block {
  overflow: hidden;
  padding: 0px;
  opacity: 0;
  transform: scaleY(0); }
.small-header .site-navigation {
  margin-top: -40px; }
.small-header .main-navigation > a {
  padding: 25px 22px; }

@media screen and (max-width: 569px) and (min-width: 240px) {
  .single-post .share-buttons {
    width: calc(100% - 12.52%);
    float: left;
    margin-left: 6.26%; } }

@media screen and (min-width: 570px) {
  .single-post .share-buttons {
    float: right;
    margin-right: 7%; } }
@media screen and (min-width: 1025px) {
  .single-post .share-buttons {
    margin-right: 3.13%; } }
@media screen and (min-width: 1025px) {
  .share-buttons {
    width: 25%; } }
.share-buttons .ssba {
  width: 100%; }
  .share-buttons .ssba > div {
    padding: 13.5px 0px !important;
    background-color: #E2E9F2; }
    @media screen and (min-width: 570px) {
      .share-buttons .ssba > div {
        width: 181px;
        float: right; } }
  .share-buttons .ssba .ssba-share-text {
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 12px;
    font-weight: 700; }
  .share-buttons .ssba .ssbp-list {
    display: inline;
    margin: 0px;
    padding: 0px; }
    .share-buttons .ssba .ssbp-list li {
      display: inline;
      list-style: none;
      margin: 0px !important; }
      .share-buttons .ssba .ssbp-list li img {
        max-height: 16px;
        max-width: 22px;
        display: inline-block;
        margin-bottom: -0.2em; }
      .share-buttons .ssba .ssbp-list li:before {
        content: ""; }
      .share-buttons .ssba .ssbp-list li .email {
        margin-left: 5px; }
.share-buttons .ssbp-wrap *, .share-buttons .ssbp-wrap *:before, .share-buttons .ssbp-wrap *:after {
  line-height: 0px; }

#site-footer {
  text-align: center;
  background-color: #002B59; }
  #site-footer button, #site-footer input[type="button"], #site-footer input[type="reset"], #site-footer input[type="submit"] {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
    font-weight: 700;
    padding: 10px;
    text-transform: uppercase; }
    @media screen and (min-width: 570px) {
      #site-footer button, #site-footer input[type="button"], #site-footer input[type="reset"], #site-footer input[type="submit"] {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 15px;
        font-weight: 700; } }

ul.social-links {
  color: #fff;
  margin-bottom: 16px;
  position: relative;
  margin-top: 52px; }
  ul.social-links .fa-lg {
    font-size: 17.5px;
    font-size: 1.09375rem;
    line-height: 17.5px;
    font-weight: 400; }
    @media screen and (min-width: 820px) {
      ul.social-links .fa-lg {
        font-size: 19.5px;
        font-size: 1.21875rem;
        line-height: 19.5px;
        font-weight: 400; } }
  ul.social-links li {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 17px;
    font-weight: 700;
    display: inline;
    margin-right: .75em;
    margin-right: 8px;
    margin-right: 8px; }
  ul.social-links a {
    display: inline-block;
    color: #fff; }
    ul.social-links a:hover {
      color: #E5F056; }
  @media screen and (min-width: 570px) {
    ul.social-links {
      margin-bottom: 22px; }
      ul.social-links li {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 20px;
        font-weight: 700;
        margin-right: 1.125em;
        margin-left: 9px;
        margin-right: 9px; } }
  @media screen and (min-width: 1025px) {
    ul.social-links {
      margin-bottom: 20px;
      margin-top: 45px; } }

.site-info {
  color: #fff; }
  .site-info a {
    color: #fff;
    text-decoration: underline; }
    .site-info a:hover, .site-info a:focus {
      color: #E5F056; }
  .site-info .website-info p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    font-weight: 700; }
  .site-info .newsletter {
    padding-bottom: 20px; }
    .site-info .newsletter label {
      text-transform: uppercase;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 17px;
      font-weight: 700;
      color: #C1CD23; }
    .site-info .newsletter input[type="email"] {
      text-align: center;
      width: 100%;
      display: block;
      border: 1px solid #C1CD23;
      background-color: #002B59;
      color: #fff; }
    .site-info .newsletter .cta-btn {
      font-family: "Zilla Slab", serif;
      margin-top: 0px;
      width: 100%;
      background-color: #C1CD23; }
      .site-info .newsletter .cta-btn:hover, .site-info .newsletter .cta-btn:focus {
        background-color: #E5F056; }

.opus-credit-block {
  margin-top: 5px;
  padding-bottom: 30px; }
  .opus-credit-block .opus-credit-link {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 9px;
    font-size: 0.5625rem;
    line-height: 10px;
    font-weight: 400; }

/*--------------------------------------------------------------
## Website sidebar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
#page {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  /* Avoid the IE 10-11 `min-height` bug. */ }

.section-page-header {
  background-color: #F5F7FA; }
  @media screen and (min-width: 570px) {
    .section-page-header {
      position: relative; } }
  .contact-page .section-page-header {
    padding: 30px 0px; }
    @media screen and (min-width: 570px) {
      .contact-page .section-page-header {
        padding: 65px 0px; } }
    @media screen and (min-width: 1025px) {
      .contact-page .section-page-header {
        padding: 60px 0px; } }
    .contact-page .section-page-header h1 {
      font-size: 38px;
      font-size: 2.375rem;
      line-height: 48px;
      font-weight: 300;
      margin-bottom: 0px; }
      @media screen and (max-width: 569px) {
        .contact-page .section-page-header h1 {
          margin-top: 0px; } }
      @media screen and (min-width: 570px) {
        .contact-page .section-page-header h1 {
          line-height: 64px; } }
      @media screen and (min-width: 1025px) {
        .contact-page .section-page-header h1 {
          font-size: 55px;
          font-size: 3.4375rem;
          line-height: 64px;
          font-weight: 400; } }
    @media screen and (max-width: 569px) {
      .contact-page .section-page-header .entry-content {
        margin-top: 1.5em; } }
  .section-page-header p {
    margin-bottom: 0.5em; }

#content {
  margin-top: 119px;
  flex: 1 0 auto;
  font-size: 15px;
  font-size: 0.9375rem; }
  .admin-bar #content {
    margin-top: 119px; }
  @media screen and (min-width: 570px) {
    #content {
      font-size: 19px;
      font-size: 1.1875rem;
      margin-top: 184px; }
      .admin-bar #content {
        margin-top: 184px; } }
  @media screen and (min-width: 765px) {
    .admin-bar #content {
      margin-top: 152px; } }
  @media screen and (min-width: 1025px) {
    #content {
      margin-top: 168px; }
      .admin-bar #content {
        margin-top: 168px; } }

#footer {
  flex-shrink: 0; }

.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 2em 0 0; }
  @media screen and (min-width: 570px) {
    .page-content,
    .entry-content,
    .entry-summary {
      margin-top: .7em; } }

.entry-content {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 21px;
  font-weight: 400; }
  @media screen and (min-width: 570px) {
    .entry-content {
      font-size: 19px;
      font-size: 1.1875rem;
      line-height: 30px;
      font-weight: 400; } }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.cover-img-container > img, .home .newAtMamabear .image > img, .home .blog-block .blog-item .blog-item-container .image > img {
  display: block;
  height: 100%;
  max-width: 1000%;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
  width: 100%; }
.cover-img-container.cover-image img, .home .newAtMamabear .cover-image.image img, .home .blog-block .blog-item .blog-item-container .cover-image.image img {
  display: none; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-container.calendar-container {
    min-height: 500px; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.entry-content iframe,
.entry-content object,
.entry-content embed {
  max-width: 100%; }

#crumbs {
  margin-top: 2px; }
  #crumbs a {
    color: #8D8D8D;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 9px;
    font-size: 0.5625rem;
    line-height: 20px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif; }
    #crumbs a:hover, #crumbs a:focus {
      color: #000; }
  #crumbs .divider-crums {
    background-image: url("../../img/crumpArrow.svg");
    width: 6px;
    height: 10px;
    display: inline-block;
    margin-bottom: -2px; }

@media screen and (min-width: 570px) {
  .posts-list .share-buttons .ssba > div {
    float: left; } }

.contact-page .hentry {
  margin: 0px; }
.contact-page h3 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #1D93B2; }
  @media screen and (min-width: 570px) {
    .contact-page h3 {
      font-size: 32px;
      font-size: 2rem;
      line-height: 45px;
      font-weight: 600; } }
.contact-page h4 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 21px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin-top: 0.4em; }
  @media screen and (min-width: 570px) {
    .contact-page h4 {
      font-size: 19px;
      font-size: 1.1875rem;
      line-height: 30px;
      font-weight: 400; } }
  .contact-page h4 p {
    margin-bottom: 0px; }
.contact-page .form {
  margin-bottom: 40px;
  margin-top: 0.5em; }
  .contact-page .form::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 570px) {
    .contact-page .form {
      margin-bottom: 50px; } }
  .contact-page .form .wpcf7-form-control-wrap {
    margin-top: 0px;
    width: 100%; }
  .contact-page .form input {
    padding: .8em;
    width: 100%; }
    .contact-page .form input[type="checkbox"] {
      display: none; }
  .contact-page .form .label {
    margin-top: 1em; }
  .contact-page .form label {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 40px;
    font-weight: 700; }
  .contact-page .form .capthca {
    margin-top: 1.7em;
    margin-bottom: 1em; }
  .contact-page .form p {
    margin-bottom: 0px;
    padding-right: 0px; }
  .contact-page .form .wpcf7-list-item-label {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 28px;
    font-weight: 400; }
  .contact-page .form input[type="checkbox"] + span::before,
  .contact-page .form input[type="checkbox"] + label::before {
    width: 40px;
    height: 34px;
    background: url("../../img/checkbox-contacts.svg") no-repeat center center; }
  .contact-page .form input[type="checkbox"]:checked + span::before,
  .contact-page .form input[type="checkbox"]:checked + label::before {
    content: '';
    background: url("../../img/checkbox-checked-contacts.svg") no-repeat center center; }
  .contact-page .form input[type="radio"] + span::before,
  .contact-page .form input[type="radio"] + label::before,
  .contact-page .form input[type="checkbox"] + span::before,
  .contact-page .form input[type="checkbox"] + label::before {
    margin-left: 0px; }
  .contact-page .form .cta-btn {
    background-color: #C1CD23;
    width: auto;
    padding: .8em 2.3em; }
@media screen and (min-width: 570px) {
  .contact-page .contact_data {
    margin-top: 2.8em; } }
@media screen and (min-width: 1025px) {
  .contact-page .contact_data h3 {
    padding-top: 0px; } }

.blog {
  background-color: #F5F7FA; }
  .blog .section-page-header {
    margin-bottom: 20px; }
    @media screen and (min-width: 570px) {
      .blog .section-page-header {
        margin-top: 16px; } }
  @media (min-width: 570px) {
    .blog .entry-header {
      width: calc(100% - 14%);
      float: left;
      margin-left: 7%; } }
  @media (min-width: 1025px) {
    .blog .entry-header {
      width: calc(91.6666666667% - 5.9991666667%);
      float: left;
      margin-left: 3.13%;
      margin-left: calc(8.3333333333% - 3.3908333333% + 6.26%); } }
  .blog .entry-header .entry-title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 48px;
    font-weight: 300; }
    @media screen and (min-width: 570px) {
      .blog .entry-header .entry-title {
        font-size: 38px;
        font-size: 2.375rem;
        line-height: 64px;
        font-weight: 300;
        margin-top: 35px; } }
    @media screen and (min-width: 1025px) {
      .blog .entry-header .entry-title {
        font-size: 55px;
        font-size: 3.4375rem;
        line-height: 64px;
        font-weight: 300; } }
  .blog .filter-toggle-btn .arrow {
    display: none;
    position: absolute;
    z-index: 6;
    bottom: -8px;
    left: 48%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 7.5px 0 7.5px;
    border-color: #1D93B2 transparent transparent transparent;
    line-height: 0px;
    _border-color: #1D93B2 #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
    .blog .filter-toggle-btn .arrow.open {
      display: block; }
  .blog .filter-toggle-btn:hover .arrow, .blog .filter-toggle-btn:focus .arrow {
    border-color: #147891 transparent transparent transparent;
    _border-color: #147891 #000000 #000000 #000000; }
  .blog article.post {
    position: relative;
    background-color: #fff;
    min-height: 246px; }
    @media screen and (max-width: 569px) {
      .blog article.post {
        margin-bottom: 40px; } }
    .blog article.post .entry-title {
      margin: 10px 0px 15px;
      color: #1D93B2;
      font-family: "Zilla Slab", serif;
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 29px;
      font-weight: 400; }
      @media screen and (min-width: 570px) {
        .blog article.post .entry-title {
          font-size: 32px;
          font-size: 2rem;
          line-height: 36px;
          font-weight: 400; } }
      @media screen and (min-width: 1025px) {
        .blog article.post .entry-title {
          font-size: 32px;
          font-size: 2rem;
          line-height: 42px;
          font-weight: 400; } }
    @media screen and (min-width: 570px) {
      .blog article.post .entry-header {
        margin-left: 6.5%; } }
    @media screen and (min-width: 1025px) {
      .blog article.post .entry-header {
        margin-left: 3%; } }
    .blog article.post .col-preview-img {
      width: 100%;
      margin-left: 0px; }
      @media screen and (min-width: 570px) {
        .blog article.post .col-preview-img {
          width: 38%; } }
      @media screen and (min-width: 1025px) {
        .blog article.post .col-preview-img {
          width: 30%; } }
      .blog article.post .col-preview-img img {
        display: block;
        height: 100%;
        max-width: 1000%;
        -o-object-fit: cover;
        object-fit: cover;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
        width: 100%; }
    .blog article.post .col-preview-content {
      margin-left: 0px;
      width: 100%;
      text-align: center; }
      @media screen and (max-width: 569px) {
        .blog article.post .col-preview-content {
          margin-bottom: 15px;
          padding-bottom: 30px;
          padding: 16px; } }
      @media screen and (min-width: 570px) {
        .blog article.post .col-preview-content {
          width: 62%;
          text-align: left;
          display: flex;
          justify-content: space-between;
          flex-direction: column; } }
      @media screen and (min-width: 1025px) {
        .blog article.post .col-preview-content {
          width: 70%; } }
      .blog article.post .col-preview-content .entry-meta {
        text-transform: uppercase;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 28px;
        font-weight: 400; }
        @media screen and (min-width: 570px) {
          .blog article.post .col-preview-content .entry-meta {
            margin-top: 32px; } }
        @media screen and (min-width: 1025px) {
          .blog article.post .col-preview-content .entry-meta {
            margin-top: 46px; } }
      @media screen and (max-width: 569px) {
        .blog article.post .col-preview-content .entry-content {
          margin: 1.5em 0px 1em; } }
      @media screen and (min-width: 570px) {
        .blog article.post .col-preview-content .entry-content .categories, .blog article.post .col-preview-content .entry-content .read-more {
          float: left; } }
      .blog article.post .col-preview-content .entry-content .categories {
        width: 100%;
        padding: 0px 10px;
        position: relative;
        font-size: 11px;
        font-size: 0.6875rem;
        line-height: 14px;
        font-weight: 400; }
        .blog article.post .col-preview-content .entry-content .categories a {
          text-transform: uppercase;
          color: #000; }
        @media screen and (min-width: 570px) {
          .blog article.post .col-preview-content .entry-content .categories {
            width: 65%;
            padding-left: 6.5%; } }
        @media screen and (min-width: 1025px) {
          .blog article.post .col-preview-content .entry-content .categories {
            width: 75%;
            padding-left: 3%; } }
        @media screen and (min-width: 570px) {
          .blog article.post .col-preview-content .entry-content .categories .content {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%); } }
      @media screen and (max-width: 569px) {
        .blog article.post .col-preview-content .entry-content .read-more {
          width: 100%;
          position: absolute;
          bottom: -18px;
          left: 0px;
          display: inline-block; }
          .blog article.post .col-preview-content .entry-content .read-more .read-more-btn {
            margin-top: 0px;
            width: 50%; } }
      @media screen and (min-width: 570px) {
        .blog article.post .col-preview-content .entry-content .read-more {
          width: 35%; } }
      @media screen and (min-width: 1025px) {
        .blog article.post .col-preview-content .entry-content .read-more {
          width: 25%; } }
      .blog article.post .col-preview-content .entry-content .read-more a.cta-btn {
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 16px;
        font-weight: 700; }
        @media screen and (min-width: 570px) {
          .blog article.post .col-preview-content .entry-content .read-more a.cta-btn {
            width: 100%;
            margin-top: 0px; } }
        @media screen and (min-width: 1025px) {
          .blog article.post .col-preview-content .entry-content .read-more a.cta-btn {
            font-size: 18px;
            font-size: 1.125rem;
            line-height: 19px;
            font-weight: 700; } }
      .blog article.post .col-preview-content .entry-footer {
        position: absolute;
        right: 5px;
        top: 0px; }
  @media screen and (min-width: 570px) {
    .blog .share-buttons {
      float: left; } }
  @media screen and (min-width: 570px) {
    .blog .share_filter {
      margin-top: 25px; } }
  .blog .filter {
    position: relative; }
    @media screen and (max-width: 569px) {
      .blog .filter {
        margin-top: 14px; } }
    @media screen and (min-width: 570px) {
      .blog .filter {
        float: right; } }
    .blog .filter form {
      padding: 8px 12px 32px;
      position: absolute;
      z-index: 5;
      background-color: #E2E9F2;
      width: 100%; }
      .blog .filter form ul {
        margin-left: 0.5em;
        margin-bottom: 1em; }
      .blog .filter form li {
        list-style: none;
        margin-bottom: 16px;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 22px;
        font-weight: 700; }
        .blog .filter form li:before {
          content: ''; }
        .blog .filter form li input {
          display: none; }
    .blog .filter #news-filter-toggle {
      letter-spacing: .5px;
      margin-top: 0px; }
      @media screen and (min-width: 570px) {
        .blog .filter #news-filter-toggle {
          padding: 12px 0px; } }
    .blog .filter #news-filter-submit-wrapper {
      margin-left: 16px; }
    .blog .filter .filter-btn {
      background-color: #1D93B2;
      color: #fff;
      text-transform: uppercase;
      padding: 10px;
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 13px;
      font-weight: 700;
      padding: 5px 10px; }
      .blog .filter .filter-btn:hover, .blog .filter .filter-btn:focus {
        background-color: #147891; }
    .blog .filter .clear-btn {
      background-color: #fff;
      color: #3D3A3D; }
      .blog .filter .clear-btn:hover, .blog .filter .clear-btn:focus {
        background-color: #D6D6D6; }

.blog-pagination {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 37px;
  font-weight: 700; }
  .blog-pagination .prev {
    background-image: url(../../img/arrow-prev.svg); }
  .blog-pagination .next {
    background-image: url(../../img/arrow-next.svg); }
  .blog-pagination .prev, .blog-pagination .next {
    color: #F5F7FA;
    color: transparent;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 1.15em;
    width: 0.6em;
    margin-bottom: -0.285em;
    margin-left: 0px;
    margin-right: 0px; }
  @media screen and (max-width: 569px) {
    .blog-pagination {
      text-align: center;
      padding: 12px 0px 32px; }
      .blog-pagination a {
        margin-left: 9.5px;
        margin-right: 9.5px; } }
  @media screen and (min-width: 570px) {
    .blog-pagination {
      text-align: center;
      letter-spacing: 3px;
      padding-bottom: 36px; }
      .blog-pagination .prev {
        margin-right: 10px; }
      .blog-pagination .next {
        margin-left: 10px; } }
  @media screen and (min-width: 1025px) {
    .blog-pagination {
      text-align: left; } }

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
.home .cta-btn {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 16px;
  font-weight: 700; }
  @media screen and (min-width: 570px) {
    .home .cta-btn {
      padding: 18px 22px;
      width: auto; } }
  @media screen and (min-width: 1025px) {
    .home .cta-btn {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 19px;
      font-weight: 700; } }
.home .front-site-header .site-title h1 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  font-weight: 300; }
  @media screen and (min-width: 570px) {
    .home .front-site-header .site-title h1 {
      font-size: 62px;
      font-size: 3.875rem;
      line-height: 64px;
      font-weight: 300;
      margin-top: 0.8em;
      margin-bottom: 0.4em; } }
  @media screen and (min-width: 1025px) {
    .home .front-site-header .site-title h1 {
      margin-top: 0.45em; } }
.home .front-site-header .container {
  position: relative; }
  .home .front-site-header .container .cta-btn {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: -1.5em; }
    @media screen and (min-width: 570px) {
      .home .front-site-header .container .cta-btn {
        width: auto; } }
.home .front-site-header .home-page-hero {
  position: relative;
  margin-top: 1.5em; }
  .home .front-site-header .home-page-hero img {
    height: 169px; }
    @media screen and (min-width: 570px) {
      .home .front-site-header .home-page-hero img {
        height: 340px; } }
    @media screen and (min-width: 1025px) {
      .home .front-site-header .home-page-hero img {
        height: 500px; } }
.home .mission {
  padding: 0px 0px 50px; }
  @media screen and (min-width: 1025px) {
    .home .mission {
      background-image: url(../../img/tape.svg);
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 20% auto;
      padding: 0px 20% 50px 0px; } }
  .home .mission .title h2 {
    margin-top: 1em;
    margin-bottom: .8em;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 26px;
    font-weight: 700;
    color: #F26152; }
    @media screen and (min-width: 570px) {
      .home .mission .title h2 {
        font-size: 38px;
        font-size: 2.375rem;
        line-height: 38px;
        font-weight: 700; } }
    @media screen and (min-width: 1025px) {
      .home .mission .title h2 {
        margin-top: 1.7em; } }
  .home .mission .text {
    font-family: "Open Sans", sans-serif; }
    @media screen and (min-width: 1025px) {
      .home .mission .text {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 35px;
        font-weight: 400; } }
  .home .mission .hinglight_text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    font-weight: 700;
    font-style: italic;
    margin: 10px 0px 15px;
    font-family: "Zilla Slab", serif; }
    @media screen and (min-width: 570px) {
      .home .mission .hinglight_text {
        font-size: 27px;
        font-size: 1.6875rem;
        line-height: 38px;
        font-weight: 700; } }
    @media screen and (min-width: 1025px) {
      .home .mission .hinglight_text {
        margin-top: 0px; } }
  .home .mission strong {
    display: block;
    font-family: "Zilla Slab", serif;
    font-style: italic;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    font-weight: 700; }
    @media screen and (min-width: 570px) {
      .home .mission strong {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 38px;
        font-weight: 700; } }
    @media screen and (min-width: 570px) {
      .home .mission strong {
        font-size: 27px;
        font-size: 1.6875rem;
        line-height: 38px;
        font-weight: 700; } }
.home .features {
  background-color: #F5F7FA;
  padding: 25px 0; }
  @media screen and (min-width: 570px) {
    .home .features {
      padding: 50px 0; } }
  .home .features .feature {
    margin-bottom: 50px; }
    .home .features .feature::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 570px) {
      .home .features .feature {
        margin-bottom: 3.5em; } }
  .home .features .left {
    position: relative; }
    .home .features .left .title {
      font-family: "Zilla Slab", serif;
      position: relative;
      background-color: #1D93B2;
      height: 160px;
      text-align: center; }
      .home .features .left .title .text {
        padding: 0px 15%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        width: 100%;
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 30px;
        font-weight: 700;
        color: #fff; }
        @media screen and (min-width: 570px) and (max-width: 1024px) {
          .home .features .left .title .text {
            padding: 0px 10%; } }
        @media screen and (min-width: 570px) {
          .home .features .left .title .text {
            font-size: 38px;
            font-size: 2.375rem;
            line-height: 39px;
            font-weight: 700; } }
    .home .features .left .cta {
      position: relative;
      margin-top: -1.7em;
      width: 100%;
      text-align: center; }
      @media screen and (min-width: 570px) {
        .home .features .left .cta {
          position: absolute;
          margin-top: -1.4em; } }
      .home .features .left .cta .cta-btn {
        padding: 16px 2em;
        margin-top: 0; }
  @media screen and (max-width: 569px) {
    .home .features .right {
      margin-top: 14px; } }
  .home .features .right p:last-child {
    margin-bottom: 0px; }
  .home .features p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 23px;
    font-weight: 400; }
    @media screen and (min-width: 570px) {
      .home .features p {
        font-size: 17px;
        font-size: 1.0625rem;
        line-height: 23px;
        font-weight: 400; } }
    @media screen and (min-width: 1025px) {
      .home .features p {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 25px;
        font-weight: 400; } }
    .home .features p a {
      font-weight: 700; }
.home .statistic {
  background-color: #1D93B2; }
  .home .statistic::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 570px) {
    .home .statistic {
      padding-bottom: 50px; } }
  .home .statistic .container {
    position: relative; }
  .home .statistic .home-page-hero img {
    height: 160px; }
    @media screen and (min-width: 570px) {
      .home .statistic .home-page-hero img {
        height: 300px; } }
    @media screen and (min-width: 1025px) {
      .home .statistic .home-page-hero img {
        height: 490px; } }
  .home .statistic .items {
    margin-top: -38px;
    position: relative; }
    .home .statistic .items::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 570px) {
      .home .statistic .items {
        margin-top: -58px; } }
    @media screen and (min-width: 1025px) {
      .home .statistic .items {
        margin-top: -140px; } }
  .home .statistic .statistic-item {
    margin-bottom: 15px;
    padding: 18px 16px 40px;
    background-color: #fff; }
    @media screen and (max-width: 569px) {
      .home .statistic .statistic-item {
        background-image: none !important; } }
    @media screen and (min-width: 570px) {
      .home .statistic .statistic-item {
        background-repeat: no-repeat;
        background-position: 7.5% center;
        background-size: auto 50px;
        padding-left: 20%; } }
    @media screen and (min-width: 570px) and (max-width: 1024px) {
      .home .statistic .statistic-item {
        padding-top: 2em;
        padding-bottom: 3em;
        padding-right: 7.5%; } }
    @media screen and (min-width: 1025px) {
      .home .statistic .statistic-item {
        background-position: center 18%;
        padding: 1.5%;
        padding-top: 8%;
        text-align: center; } }
    .home .statistic .statistic-item .title h3 {
      color: #F26152;
      font-size: 43px;
      font-size: 2.6875rem;
      line-height: 75px;
      font-weight: 700;
      font-family: "Open Sans", sans-serif;
      margin: 0px;
      padding-bottom: 20px; }
      @media screen and (max-width: 569px) {
        .home .statistic .statistic-item .title h3 {
          background-repeat: no-repeat;
          background-position: center left;
          background-size: 50px auto;
          padding: 0px;
          padding-left: 28%; } }
      @media screen and (min-width: 570px) and (max-width: 1024px) {
        .home .statistic .statistic-item .title h3 {
          padding-bottom: 6px; } }
      @media screen and (min-width: 570px) {
        .home .statistic .statistic-item .title h3 {
          background: none !important;
          font-size: 62px;
          font-size: 3.875rem;
          line-height: 75px;
          font-weight: 700; } }
      @media screen and (min-width: 1025px) and (max-width: 1150px) {
        .home .statistic .statistic-item .title h3 {
          font-size: 52px;
          font-size: 3.25rem;
          line-height: 75px;
          font-weight: 700; } }
      @media screen and (min-width: 1025px) {
        .home .statistic .statistic-item .title h3 {
          padding-top: 12px; } }
    .home .statistic .statistic-item .text {
      font-family: "Open Sans", sans-serif;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 21px;
      font-weight: 400;
      color: #000; }
      .home .statistic .statistic-item .text strong, .home .statistic .statistic-item .text b {
        color: #F26152; }
      @media screen and (min-width: 1025px) {
        .home .statistic .statistic-item .text {
          padding-bottom: 35px; } }
  .home .statistic .cta {
    padding: 5px 0px 20px; }
    @media screen and (max-width: 569px) {
      .home .statistic .cta {
        padding: 15px 0px 25px; } }
    @media screen and (min-width: 570px) {
      .home .statistic .cta {
        width: 100%;
        position: absolute;
        margin-top: -2.5em; } }
    .home .statistic .cta .cta-btn {
      width: 204px;
      margin: auto;
      display: block; }
      @media screen and (min-width: 570px) {
        .home .statistic .cta .cta-btn {
          width: 320px; } }
.home .newAtMamabear::after {
  clear: both;
  content: "";
  display: table; }
.home .newAtMamabear .image img {
  height: 168px; }
  @media screen and (min-width: 570px) {
    .home .newAtMamabear .image img {
      height: 406px; } }
.home .newAtMamabear .title h4 {
  font-family: "Zilla Slab", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 19px;
  font-weight: 400;
  color: #000;
  margin-top: 1.4em; }
  @media screen and (min-width: 570px) {
    .home .newAtMamabear .title h4 {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 19px;
      font-weight: 400;
      margin-top: 2.15em;
      margin-bottom: 1em; } }
.home .newAtMamabear .title_text {
  font-family: "Zilla Slab", serif;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 29px;
  font-weight: 700;
  margin: 10px 0px;
  color: #002B59; }
  @media screen and (min-width: 570px) {
    .home .newAtMamabear .title_text {
      font-size: 38px;
      font-size: 2.375rem;
      line-height: 44px;
      font-weight: 700; } }
.home .newAtMamabear .content {
  margin-bottom: 35px; }
.home .blog-block {
  padding-bottom: 25px;
  background-color: #F5F7FA; }
  .home .blog-block::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 1025px) {
    .home .blog-block {
      padding-bottom: 50px; } }
  .home .blog-block .title h4 {
    color: #1D93B2;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 26px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 18px; }
    @media screen and (min-width: 570px) {
      .home .blog-block .title h4 {
        margin-top: 36px;
        margin-bottom: 41px;
        font-size: 38px;
        font-size: 2.375rem;
        line-height: 38px;
        font-weight: 700; } }
    @media screen and (min-width: 1025px) {
      .home .blog-block .title h4 {
        margin-top: 64px;
        margin-bottom: 15px; } }
  .home .blog-block .blog-item {
    margin-bottom: 40px;
    text-align: center; }
    @media screen and (min-width: 570px) and (max-width: 1024px) {
      .home .blog-block .blog-item {
        margin-bottom: 17px;
        height: auto !important; } }
    .home .blog-block .blog-item .blog-item-container {
      background-color: #fff;
      position: relative;
      text-align: center; }
      .home .blog-block .blog-item .blog-item-container::after {
        clear: both;
        content: "";
        display: table; }
      @media screen and (min-width: 570px) and (max-width: 1024px) {
        .home .blog-block .blog-item .blog-item-container {
          text-align: left; } }
      @media screen and (max-width: 569px) {
        .home .blog-block .blog-item .blog-item-container .content-container {
          height: auto !important; } }
      @media screen and (min-width: 570px) and (max-width: 1024px) {
        .home .blog-block .blog-item .blog-item-container .content-container {
          display: flex;
          height: 100%;
          justify-content: space-between;
          flex-direction: column;
          padding-bottom: 0; } }
      .home .blog-block .blog-item .blog-item-container .title {
        font-family: "Zilla Slab", serif;
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 27px;
        font-weight: 400;
        color: #231F20;
        padding: 2em 1em 2.5em; }
        @media screen and (min-width: 570px) and (max-width: 1024px) {
          .home .blog-block .blog-item .blog-item-container .title {
            padding: 2.5em 1.5em 1em; } }
    .home .blog-block .blog-item .btn {
      bottom: 0px;
      margin-bottom: -1.5em;
      position: absolute;
      width: 100%;
      text-align: center; }
      @media screen and (min-width: 570px) and (max-width: 1024px) {
        .home .blog-block .blog-item .btn {
          text-align: right;
          position: relative;
          margin-top: 0px;
          margin-bottom: 0; } }
  .home .blog-block .cta-btn {
    width: auto;
    padding: 16px; }
.home .cta-btn-red {
  width: auto;
  padding: 16px 20px; }

.home-hero-media .video-js {
  min-height: 100%;
  min-width: 100%;
  height: 100%;
  width: 100%; }

.error-404 {
  margin-bottom: 25px; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-top: .5em;
  margin-bottom: 0;
  margin-right: 2em;
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
    font-weight: 400;
    background-color: #C1CD23;
    padding: 16px 22px; }
    @media screen and (min-width: 1025px) {
      .wp-caption .wp-caption-text {
        padding: 16px 22px; } }

.wp-caption-text {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #D8D8D8;
  padding: 13px 15px; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

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