/**
Theme Name: KidSafe Foundation
Author: 2Ton
Author URI: https://www.2ton.com
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kidsafe-foundation
Template: astra
*/
/* General */
.underline {
  text-decoration: underline;
}

.orange {
  color: #fd3e28;
}

.upper {
  text-transform: uppercase;
}

a.upper {
  font-weight: bold;
}

.large-text,
.entry-content .large-text {
  font-size: 62px;
}

.med-large-text {
  font-size: 28px;
}

.med-text {
  font-size: 18px;
}

.small-text {
  font-size: 12px;
  line-height: 1.3;
}

.p-text {
  font-size: 14px;
}

.flex {
  display: flex;
}

.space-between {
  justify-content: space-between;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tt-row {
  display: flex;
}

.tt-40 {
  width: 40%;
}

.tt-30 {
  width: 30%;
}

.tt-50 {
  width: 50%;
}

.tt-60 {
  width: 60%;
}

.tt-70 {
  width: 70%;
}

/* Header Top */
.header-top {
  display: flex;
  border-bottom: 1px solid #eaeaea;
}

.header-top .left {
  width: 50%;
}

.header-top .left .widget_search .search-field {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 30px;
  vertical-align: middle;
  display: inline-block;
}

.header-top .left .search-form {
  max-width: 200px;
}

.header-top .right {
  width: 50%;
  text-align: right;
}

.header-top .right ul {
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
}

.header-top .right ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  line-height: 30px;
}

.header-top .right ul li a {
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
}

/* Header Main */
.main-header-bar {
  line-height: 84px;
}

.main-header-menu > .menu-item > a {
  color: #002587;
  font-size: 12px;
  font-weight: bold;
}

.main-header-menu > .menu-item.blue > a {
  color: #fff;
  background: #002587;
  display: inline-block;
  width: 111px;
  text-align: center;
  height: 40px;
  line-height: 40px;
}

.main-header-menu > .menu-item.red > a {
  color: #fff;
  background: #fd3e28;
  display: inline-block;
  width: 111px;
  text-align: center;
  height: 40px;
  line-height: 40px;
}

/* Footer */
.ast-footer-overlay {
  background-color: #fff;
  color: #002587;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
}

.footer-sml-layout-2 .ast-small-footer-section-2 .menu-item a {
  color: #002587;
  padding: 0 10px;
  border-right: 1px solid #002587;
}

.footer-sml-layout-2 .ast-small-footer-section-2 .menu-item:last-child a {
  border-right: 0;
}

.footer-large {
  font-size: 32px;
  line-height: 1.5;
}

.widget.widget_search input[type="search"] {
  background: transparent;
}

/* Footer Top */
.image-wrapper {
  text-align: right;
}
.image-wrapper a {
  display: block;
  cursor: pointer;
}
.image-wrapper span {
  text-align: left;
  display: block;
}

.footer-top a {
  font-size: 28px;
  font-weight: bold;
}

/* Theme */
.tag-link,
.tag-link a {
  color: #fd3e28;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
}

.social-image-wrapper {
  display: flex;
  align-items: center;
}

.social-image-wrapper a {
  display: inline-block;
  margin-right: 10px;
}

.heart-background {
  position: relative;
}

.heart-background .fl-module-content {
  z-index: 2;
  position: relative;
}

.heart-background:after {
  content: "";
  width: 128px;
  height: 137px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 1;
}

.heart-background.green:after {
  background-image: url("img/small-green-heart.png");
}

.heart-background.blue:after {
  background-image: url("img/small-blue-heart.png");
}

.heart-background.red:after {
  background-image: url("img/small-red-heart.png");
}

.hashtag-background {
  position: relative;
  overflow: hidden;
}

.hashtag-background:after {
  content: "#";
  position: absolute;
  top: 0;
  left: -5px;
  font-size: 302px;
  font-weight: bold;
  line-height: 202px;
  z-index: 1;
}

.hashtag-background .fl-module-content {
  position: relative;
  z-index: 2;
}

.hashtag-background.dark-blue:after {
  color: #001c69;
}

.hashtag-background.light-blue:after {
  color: #1a82e7;
}

.tweet-button-bottom {
  padding: 30px;
  background: #1a82e7;
  font-size: 10px;
}

/* Theme - Form resets */
input[type="email"],
input[type="number"],
input[type="password"],
input[type="reset"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea,
.wpcf7 input:not([type="submit"]):focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  background: transparent;
  border: 0;
  border-bottom: 2px solid white;
  border-radius: 0;
}

.fl-module-content input[type="email"],
.fl-module-content input[type="number"],
.fl-module-content input[type="password"],
.fl-module-content input[type="reset"],
.fl-module-content input[type="search"],
.fl-module-content input[type="tel"],
.fl-module-content input[type="text"],
.fl-module-content input[type="url"],
.fl-module-content select,
.fl-module-content textarea {
  padding: 10px 0 !important;
}

.fancybox-inner input[type="email"],
.fancybox-inner input[type="number"],
.fancybox-inner input[type="password"],
.fancybox-inner input[type="reset"],
.fancybox-inner input[type="search"],
.fancybox-inner input[type="tel"],
.fancybox-inner input[type="text"],
.fancybox-inner input[type="url"],
.fancybox-inner select,
.fancybox-inner textarea {
  border: 1px solid #001f73;
  display: block;
  min-width: 300px;
  margin: 3px 0 20px;
}

.blue input::placeholder,
.blue textarea::placeholder,
.blue input,
.blue textarea {
  color: #1a82e7 !important;
}

.blue input {
  border-bottom: 2px solid #1a82e7;
}

.blue input[type="Submit"] {
  border-bottom: 0;
  color: #fff !important;
  font-weight: bold;
}

.blue textarea,
.blue textarea:focus {
  background-color: #f6f6f6;
  border-top: 2px solid #1a82e7;
  margin-top: 10px;
}

.tt-row label {
  margin-bottom: 10px;
  display: inline-block;
}

.white textarea {
  background-color: #2d97ff;
}

.white input::placeholder,
.white textarea::placeholder,
.white input,
.white textarea {
  color: #fff !important;
  opacity: 1;
}

.white-search input::placeholder,
.white-search input,
.white-search .widget_search .search-field,
.white-search .widget_search .search-field:focus {
  color: #fff;
  background: #001f73 !important;
  border-bottom: 0;
  padding: 0 20px !important;
  border: 0;
  height: 44px;
  opacity: 1;
}

.white-search .widget_search .search-form::after {
  color: #fff;
  right: 10px;
  z-index: 2;
}

.white-search .widget_search .search-form input[type="submit"] {
  height: 100%;
  padding: 0;
}

div.wpcf7 .ajax-loader {
  width: 0;
}

input.wpcf7-form-control.wpcf7-submit {
  margin-top: 30px;
}

.full-btn .fl-button {
  width: 100%;
  text-align: center;
}

.content-wrapper {
  background: #002587;
  padding: 60px;
}
.content-wrapper .ast-breadcrumbs-inner {
  color: #fff;
  max-width: 1200px;
  margin: 0 auto 10px;
}
.content-wrapper .ast-breadcrumbs-inner a {
  color: #fff;
  opacity: 0.5;
}
.content-wrapper .content-inner {
  background: #fff;
  padding: 80px;
  max-width: 1200px;
  margin: auto;
}

.cat-links a {
  color: #fd3e28;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
}

.single .post-thumb {
  margin-bottom: 60px;
}

.single .entry-title {
  color: #002587;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
}

.single .single-entry-header {
  margin-bottom: 20px;
}

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

.single .tip-wrapper {
  background-color: #fd3e28;
  color: #fff;
  padding: 30px;
  display: flex;
  align-items: center;
}
.single .tip-wrapper .cat-links a {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.single .tip-wrapper svg {
  width: 111px !important;
}
.single .tip-wrapper .innercontent {
  padding-left: 30px;
}

.ast-breadcrumbs a,
.ast-breadcrumbs span {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}

.trail-items li.trail-item,
.trail-items li.trail-item:after {
  font-size: 10px;
}

.cat-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cat-links ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.cat-links ul li a {
  color: #fd3e28;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
}

/* Search */
.search .widget_search,
.search .search-form {
  margin-bottom: 0 !important;
}

.search h1.page-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}

.search.ast-page-builder-template .ast-archive-description {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

.single-result {
  border-bottom: 1px solid #eaeaea;
  padding: 40px 0;
}
.single-result h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  margin: 5px 0 20px;
}
.single-result .excerpt {
  margin-bottom: 20px;
}

#donation-form-container .section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  margin: 40px 0;
}
#donation-form-container .section.recurring {
  margin-top: 10px;
}
#donation-form-container .section.donation {
  margin-bottom: 10px;
}

#donation-form-container .field {
  width: calc(50% - 20px);
}

#donation-form-container input,
#donation-form-container select,
#donation-form-container textarea {
  border: 1px solid #002587;
  padding: 10px !important;
  width: 100%;
  display: inline-block;
  max-width: 100%;
  box-sizing: border-box;
}

#donation-form-container input[type="checkbox"] {
  width: auto;
  vertical-align: middle;
  margin-right: 8px;
}

#donation-form-container input[type="submit"] {
  max-width: 260px;
  margin: auto;
  display: block;
}

#donation-form-container h3 {
  display: block;
  width: 100%;
  margin: 15px 0;
}

#donation-form-container .btn-group {
  margin: 40px 0 0;
}

#donation-form-container .field.text.comment,
#donation-form-container .field.text.donation-amount {
  width: 100%;
}

.ast-archive-description {
  margin-bottom: 0;
}

.single-post {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.archive.ast-page-builder-template .ast-pagination {
  padding: 0;
}

@media all and (max-width: 970px) {
  .footer-large {
    font-size: 26px;
    line-height: 1.5;
  }
}

@media all and (max-width: 600px) {
  .large-text,
  .entry-content .large-text {
    font-size: 50px;
  }
  .content-wrapper {
    padding: 30px;
  }
  .content-wrapper .content-inner {
    padding: 30px;
  }
}

/* Beaver Builder */
.fl-content-slider-navigation,
.fl-post-carousel-navigation {
  bottom: 0;
  top: auto !important;
  max-width: 75px;
  left: auto;
  right: -4px;
  margin: 0;
  width: 100%;
}

.fl-content-slider-navigation {
  bottom: -20px;
}

.fl-post-carousel-navigation {
  bottom: -30px;
  right: 20px;
}

.fl-post-carousel {
  padding: 0 20px !important;
}

.fl-content-slider-navigation .fl-content-slider-svg-container,
.fl-post-carousel-navigation .fl-post-carousel-svg-container {
  width: 12px;
  height: 12px;
}

.fl-content-slider-navigation a,
.fl-post-carousel-navigation a {
  border: 2px solid #fff !important;
  border-radius: 50%;
  padding: 4px;
}

.fl-post-carousel-post {
  border: 0 !important;
}

.fl-post-slider-background .fl-post-slider-content {
  width: 100% !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  color: #fff;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  position: absolute !important;
}
.fl-post-slider-background .fl-post-slider-content p {
  font-size: 14px;
  line-height: 1.3;
}
.fl-post-slider-background .fl-post-slider-content a {
  color: #fff !important;
}
.fl-post-slider-background .fl-post-slider-content h2.fl-post-slider-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
}

/* facts module */
.facts_row {
  display: flex;
  justify-content: top;
  margin-bottom: 10px;
}

.facts_row .text h3 {
  font-weight: bold;
  font-size: 54px;
  margin: 0 0 10px;
  line-height: 1;
  color: #fff;
}

.facts_row .text p {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  line-height: 1.3;
}

.facts_row .icons {
  padding-right: 30px;
}

.facts_row .icons img {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.facts_row .icons img.dimmed {
  opacity: 0.5;
}

.facts_row .icons h3 {
  font-size: 54px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  line-height: 1;
  color: #fff;
}

.arrow-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.arrow-list li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid;
}
.arrow-list li:first-child {
  border-top: 1px solid;
}
.arrow-list li a {
  color: inherit;
  padding: 12px 0;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  width: 100%;
  background-image: url("/wp-content/themes/astra-child/img/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 12px;
}
.arrow-list.dark li a {
  background-image: url("/wp-content/themes/astra-child/img/arrow-right.svg");
}
.arrow-list.newsroom li {
  border-color: #002587;
}
.arrow-list.newsroom li a {
  color: #002587;
}

.tt-breadcrumb-wrapper.white {
  color: #fff;
}
.tt-breadcrumb-wrapper.white a {
  color: #fff;
}

.post-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 35px 0 !important;
  background: transparent !important;
  align-items: stretch;
}
.post-list .single-post {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
}
@media (min-width:768px){
	.post-list .single-post {
	  width: calc(33% - 20px);
	}
}
.post-list ul.post-categories {
  list-style-type: none;
  margin: 0 0 10px;
  padding: 0;
  line-height: 1;
}
.post-list ul.post-categories li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.post-list ul.post-categories li a {
  color: #fd3e28;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
}
.post-list h3 {
  margin: 0 0 15px;
  font-weight: bold;
}
.post-list p {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.5;
}
.post-list .content {
  padding: 40px;
  width: 100%;
  background-color: #fff;
  display: inline-block;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

.newsroom-update .single {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
}
.newsroom-update .single h2 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
}
.newsroom-update .single a {
  display: block;
  margin-bottom: 20px;
}

ul.photo-gallery {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style-type: none;
  flex-wrap: wrap;
}
ul.photo-gallery li {
  display: inline-block;
  width: 30%;
  margin-bottom: 15px;
  text-align: center;
}
ul.photo-gallery li img {
  display: block;
  width: 100%;
  position: relative;
  transition: all 300ms ease;
}
ul.photo-gallery li img:hover {
  opacity: 0.5;
}

.home-top-heading h1 {
  line-height: 45px;
}
.home-top-banner {
  position: relative;
  z-index: 1;
}
span.home-top-heading-small {
  text-transform: uppercase;
  font-size: 2.142857142857143rem;
}
.facts-row .facts-icons {
  margin-bottom: 7px;
}
.facts-row .facts-icons img {
  margin-right: 10px;
}
.facts-row .facts-icons img.dimmed {
  opacity: 0.35;
}
.facts-row h4,
.facts-row p {
  margin-bottom: 0;
}
.facts-row h4 {
  line-height: 45px;
}
.home-blog-read-more {
  font-size: 20px;
}
.home-blog-element {
  display: flex;
  flex-flow: column;
}
.home-blog-element .fl-post-grid-text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
.home-instagram-widget .wp-my-instagram .wpmi-list {
  list-style: none;
}
.home-instagram-widget .wp-my-instagram .wpmi-list .wpmi-item {
  width: 100%;
  padding: 0 10px 20px;
}
@media (min-width: 768px) {
  .home-instagram-widget .wp-my-instagram .wpmi-list .wpmi-item {
    width: 25%;
  }
}
.home-instagram-widget .wp-my-instagram .wpmi-list .wpmi-item a {
  box-shadow: 0px 10px 20px #0025871a;
}
@media (max-width: 768px) {
  .home-mission .fl-col-group.fl-col-group-equal-height {
    display: flex;
  }
  .home-mission .fl-col-group.fl-col-group-equal-height .fl-col:first-of-type {
    order: 2;
  }
  .home-mission .fl-col-group.fl-col-group-equal-height .fl-col:last-of-type {
    order: 1;
  }
}
.home-qa-element {
  display: flex;
  flex-flow: column;
}
@media (min-width: 1024px) {
  .home-qa-element {
    flex-flow: row;
  }
  .home-qa-element .fl-post-grid-image {
    order: 2;
  }
}

.home-qa-element .fl-post-grid-title {
  margin-bottom: 30px;
}
.home-askkidsafe-form {
  max-width: 500px;
  margin: 0 auto;
}
.home-askkidsafe-form .tt-50 {
  width: calc(50% - 5px);
}

.blue.home-askkidsafe-form textarea {
  border-top: 0;
  border-bottom: 2px solid #1a82e7;
  background: transparent;
  margin-top: 20px;
  height: 120px;
}
.blue.home-askkidsafe-form textarea:focus {
  border-bottom-color: #fff;
}
input[name="anonymous[]"][disabled] {
  opacity: 0.5;
}
input[name="anonymous[]"][disabled] + span {
  opacity: 0.5;
}
input.wpcf7-form-control.wpcf7-submit.home-askkidsafe-form-submit {
  font-size: 1.428571428571429rem;
  line-height: 1.428571428571429rem;
  background-color: #fd3e28;
  padding: 14px 30px;
  margin-top: 10px;
}
input.wpcf7-form-control.wpcf7-submit.home-askkidsafe-form-submit:hover {
  background-color: #002587;
}
.home-askkidsafe-heading h3 {
  margin-bottom: 0;
}
.home-askkidsafe-subtitle p {
  margin-bottom: 0;
}
.home-partners .fl-rich-text p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.home-partners .fl-rich-text p img {
  margin: 0 45px;
}

.bpa-custom-list {
  position: relative;
  padding-left: 20px;
}

.bpa-custom-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.bpa-custom-list ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #2d97ff;
  left: 0;
  position: absolute;
  margin-top: 8px;
  border-radius: 10px;
}
.bpa-custom-list-w-heading p {
  margin-bottom: 0;
}

.bpa-custom-list ul li h5 {
  margin-bottom: 0;
}

.archive .single-post.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.archive .single-post.flex .single-post-text {
  width: 70%;
  padding-right: 30px;
  order: 2;
}

.archive .single-post.flex .single-post-image {
  width: 30%;
  text-align: right;
  order: 2;
}

@media (max-width: 768px) {
  .archive .single-post.flex {
    flex-wrap: wrap;
  }
  .archive .single-post.flex .single-post-text {
    width: 100%;
  }
  .archive .single-post.flex .single-post-image {
    width: 100%;
    order: 1;
    text-align: center;
    margin-bottom: 30px;
  }
}

.single-video-wrapper {
  margin-bottom: 30px;
}

.text-center {
  text-align: center;
}

.header-main-layout-1 .short-header-bar-navigation .main-navigation {
  vertical-align: middle;
}

@media (max-width: 921px) {
  #short-header-menu .menu-item a.has-icon.social {
    display: none !important;
  }

  .ast-mobile-menu-buttons {
    display: none !important;
  }
}

.ast-header-break-point.menu-open .ast-main-header-bar-alignment {
  position: absolute;
}
.ast-header-break-point .main-navigation #temp-primary-header-menu,
.ast-header-break-point .main-navigation #short-header-menu {
  background: transparent;
}
.ast-header-break-point .main-navigation #short-header-menu li {
  width: auto;
}
.ast-header-break-point .ast-main-header-bar-alignment {
  justify-content: flex-end;
}

.ast-header-break-point
  .main-navigation
  ul#short-header-menu
  li
  a:not(.books-and-more):not(.donate),
.ast-header-break-point .main-navigation ul#temp-primary-header-menu li a {
  border-bottom: 0;
  background: transparent;
}

.ast-header-break-point .main-navigation ul#short-header-menu li a {
  margin: 0;
}

#short-header-menu .menu-item a.has-icon {
  padding: 0 20px;
}
#short-header-menu .menu-item a.has-cart {
  padding: 0 5px;
}
#short-header-menu .menu-item a.has-icon.has-cart:hover i {
  color: #fd3e28;
}
#short-header-menu .menu-item a.has-cart #cart-count {
  position: absolute;
  right: 0;
  margin-bottom: 30px;
  color: #fff;
  width: 20px;
  height: 20px;
  background: #fd3e28;
  border-radius: 20px;
  line-height: 20px;
  text-align: center;
}
#short-header-menu .menu-item a.has-cart:hover #cart-count {
  background: #002587;
}
#short-header-menu .menu-item a.has-cart.hide-cart {
  display: none;
}
#short-header-menu .menu-item a.has-icon i {
  color: #2d97ff;
  font-size: 30px;
}
#short-header-menu .menu-item a.has-cart i {
  color: #002587;
  line-height: 50px;
}
#short-header-menu .menu-item a.has-icon:hover i {
  color: #002587;
}
#short-header-menu .menu-item a:not(.hide-title) i {
  margin-right: 10px;
}
#short-header-menu .menu-item a.books-and-more {
  height: 50px;
  line-height: 48px;
  border: 2px solid #002587;
  color: #002587;
  padding: 0 15px 0 45px;
  font-size: 20px;
  margin: 0 5px 0 20px;
  position: relative;
}
#short-header-menu .menu-item a.books-and-more:hover {
  color: #fff;
  background-color: #002587;
}
@media (max-width: 600px) {
  #short-header-menu .menu-item a.books-and-more {
    display: none;
  }
}
#short-header-menu .menu-item a.books-and-more:before {
  content: "";
  position: absolute;
  background: url("/wp-content/themes/astra-child/img/research.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 50px;
  left: 15px;
}
#short-header-menu .menu-item a.books-and-more:hover:before {
  background: url("/wp-content/themes/astra-child/img/research-white.svg");
  background-repeat: no-repeat;
  background-position: center;
}
#short-header-menu .menu-item a.donate {
  background-color: #fd3e28 !important;
  border-color: #fd3e28 !important;
  color: #fff;
  height: 50px;
  line-height: 48px;
  padding: 0 15px 0 42px;
  margin: 0 15px 0 5px;
  font-size: 20px;
}
#short-header-menu .menu-item a.donate:hover {
  background-color: #002587 !important;
}
@media (max-width: 600px) {
  #short-header-menu .menu-item a.donate {
    display: none;
  }
}
#short-header-menu .menu-item a.donate:before {
  content: "";
  position: absolute;
  background: url("/wp-content/themes/astra-child/img/heart.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 50px;
  left: 15px;
}
.new-header .ast-main-header-bar-alignment {
  display: flex;
}

.new-header header#masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.admin-bar .new-header header#masthead {
  top: 32px;
}
@media (max-width: 780px) {
  .admin-bar .new-header header#masthead {
    top: 46px;
  }
}

.new-header #content {
  margin-top: 92px;
}

@media (min-width: 600px) and (max-width: 1100px) {
  .new-header #content {
    margin-top: 143px;
  }
}

/* MENU */
.menu-toggle-wrapper {
  padding: 0 0 0 15px;
}
.menu-toggle-trigger {
  color: #002587;
  cursor: pointer;
  font-size: 1.428571428571429rem;
  font-weight: bold;
  padding: 0 0 0 40px;
  position: relative;
  z-index: 101;
}
.menu-toggle-trigger:before {
  content: "";
  background-image: url("/wp-content/themes/astra-child/img/menu.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 100%;
  position: absolute;
  left: 0;
}
.menu-open .menu-toggle-trigger:before {
  background-image: url("/wp-content/themes/astra-child/img/close.svg");
}
.menu-toggle-trigger:after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 0;
  height: 0;
  background-image: url("/wp-content/themes/astra-child/img/close.svg");
}

.menu-slide-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: #002587;
  z-index: 99;
  transition: all 0.2s ease-in-out;
}

.in-opened-menu {
  z-index: 101;
}

.admin-bar .menu-slide-wrapper {
  padding-top: 124px;
}
.menu-slide-wrapper {
  position: fixed;
  top: 0;
  right: -100%;
  width: 650px;
  max-width: 100vw;
  height: 100%;
  background: #fff;
  padding-top: 92px;
  box-shadow: 0px 3px 6px #00000029;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}
.menu-open .menu-slide-wrapper {
  right: 0;
}
.ast-header-break-point.menu-open .menu-slide-wrapper {
  right: 0;
}
.ast-header-break-point .menu-slide-wrapper {
  right: -100vw;
}
.ast-header-break-point .menu-slide-content {
  padding: 30px 35px 80px;
}

.menu-open .menu-slide-overlay {
  opacity: 0.7;
  visibility: visible;
}

.menu-open {
  overflow-y: hidden;
}

@media (min-width: 768px) {
  .menu-slide-wrapper {
    width: 33%;
    min-width: 650px;
  }
}

.menu-slide-content {
  padding: 30px 35px 80px 80px;
  overflow-y: auto;
  max-height: calc(100vh - 93px);
}
.admin-bar .menu-slide-content {
  max-height: calc(100vh - 125px);
}
.menu-slide-content .search-form {
  line-height: initial;
}
.menu-slide-content .search-form button.search-submit {
  padding: 0;
  background: transparent;
  color: #1a82e7;
  border: 0;
  padding: 0.73em;
  border-bottom: 2px solid #1a82e7;
}
.menu-slide-content .search-form input[type="search"] {
  color: #1a82e7;
  border-color: #1a82e7;
  width: 360px;
  max-width: calc(100% - 35px);
  margin-right: -5px;
}

.footer-search .search-form input[type="search"]::placeholder,
.menu-slide-content .search-form input[type="search"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #1a82e7;
  opacity: 1; /* Firefox */
}

.footer-search .search-form input[type="search"]:-ms-input-placeholder,
.menu-slide-content .search-form input[type="search"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #1a82e7;
}

.footer-search .search-form input[type="search"]::-ms-input-placeholder,
.menu-slide-content .search-form input[type="search"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #1a82e7;
}
.menu-slide-wrapper .menu-slide-top {
  width: 100%;
  height: 1px;
  background: #cccccc;
}

.header-main-layout-1 .menu-slide-content .main-navigation {
  padding-left: 0;
}

#temp-primary-header-menu .menu-item {
  width: 100%;
  line-height: normal;
}
#temp-primary-header-menu > .menu-item {
  width: 100%;
  margin-top: 35px;
}
#temp-primary-header-menu > .menu-item.menu-item-has-children span {
  margin-left: 5px;
}
#temp-primary-header-menu > .menu-item > a {
  font-size: 2.142857142857143rem;
  font-weight: bold;
  padding: 0;
}
#temp-primary-header-menu .menu-item > a {
  padding: 0;
  color: #002587;
  height: auto;
}
#temp-primary-header-menu .menu-item a:hover {
  color: #fd3e28;
}

#temp-primary-header-menu .menu-item.sub-menu-open .sub-menu-trigger i {
  transform: rotate(-180deg);
}

#temp-primary-header-menu > .menu-item .sub-menu {
  opacity: 1;
  visibility: visible;
  position: relative;
  width: auto;
  left: 0;
  top: 0;
  z-index: auto;
  border-top: 0;
  background: transparent;
  box-shadow: none;
  max-height: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  font-size: 1.428571428571429rem;
}

#temp-primary-header-menu > .menu-item .sub-menu.open {
  max-height: 500px;
}

#temp-primary-header-menu > .menu-item .sub-menu > li:first-of-type {
  margin-top: 15px;
}

#temp-primary-header-menu .menu-slide-topics-list {
  margin: 0 -12px;
}

#temp-primary-header-menu .menu-slide-topics-list div {
  font-size: 1.142857142857143rem;
  color: #002587;
  display: inline-block;
  margin: 0 12px 12px;
  cursor: pointer;
}

#temp-primary-header-menu .menu-slide-topics-list div:before {
  content: "\f0c8";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  margin-right: 3px;
}

#temp-primary-header-menu .menu-slide-topics-list div.selected:before {
  content: "\f14a";
  font-weight: 900;
}

#temp-primary-header-menu .menu-slide-topics-list-button {
  margin: 8px 0 20px;
}

.btn {
  font-size: 20px;
  line-height: 20px;
  padding: 14px 30px;
  border: 2px solid #fff;
  background-color: #fff;
  color: #002587;
  font-weight: bold;
}

.btn.btn-outline {
  border-color: #002587;
}
.btn.btn-outline:hover {
  background-color: #002587;
}

.bpa-footer {
  border: 30px solid #002587;
  color: #186aa5;
}
.bpa-footer .footer-newsletter {
  text-align: center;
  padding: 45px 0 50px;
}

.newsletter-form {
  display: flex;
  justify-content: center;
}

.footer-search .widget_search .search-form:after {
  color: #666;
}

.footer-search .widget_search .search-form .search-field,
.newsletter-form input[type="email"] {
  width: 435px;
  max-width: 100%;
  margin-right: 20px;
  padding-left: 0;
  border-bottom-color: #1a82e7;
  border-bottom-width: 2px;
}
.newsletter-form input[type="email"]::placeholder {
  color: #1a82e7;
}

.newsletter-form input[type="email"]:focus {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  outline: none;
}

.newsletter-form .newsletter-submit {
  background-color: #fd3e28;
  font-size: 1.428571428571429rem;
  line-height: 1.428571428571429rem;
  font-weight: bold;
  padding: 14px 30px;
}

.newsletter-form .newsletter-submit:hover {
  background-color: #002587;
}

@media (max-width: 600px) {
  .ast-header-break-point .ast-site-identity,
  .ast-header-break-point .ast-main-header-bar-alignment {
    width: auto;
  }
  .menu-open.ast-header-break-point .ast-main-header-bar-alignment {
    width: 100%;
  }
}

.bpa-footer-social .fl-icon-group .fl-icon a i {
  width: 63px;
  height: 63px;
  line-height: 63px;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0px 2px 3px #00000029;
}

.bpa-footer-col-1 img {
  max-height: 65px;
  max-width: 100%;
  width: auto;
}

.no-bot-padding,
.no-bot-padding p {
  padding-bottom: 0 !important;
}
.no-bot-margin,
.no-bot-margin p {
  margin-bottom: 0 !important;
}

.bpa-video-tips-video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}

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

.askkidsafe_faq .fl-post-grid-image img {
  width: auto !important;
  max-width: 100vw;
  height: 100% !important;
}
.askkidsafe_faq .fl-post-grid-text {
  display: flex;
  flex-flow: column;
  justify-content: center;
}

#main.video-tips-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
#main.video-tips-wrapper .single-post {
  flex-flow: column;
  width: 100%;
  padding: 0 15px;
  justify-content: flex-start;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  #main.video-tips-wrapper .single-post {
    width: 50%;
  }
}
@media (min-width: 1100px) {
  #main.video-tips-wrapper .single-post {
    width: 33%;
  }
}

.bpa-video-tips-podcast .fl-builder-module-template {
  padding: 0;
  margin-bottom: 10px;
  text-align: center;
}

#main.video-tips-wrapper .single-post .single-post-text {
  width: 100%;
}
#main.video-tips-wrapper .single-post .single-post-image {
  width: 100%;
  order: 1;
}

/* .hover-blue:hover, */
a:hover span.hover-blue i,
a:hover .hover-blue i,
a.hover-blue:hover,
.hover-blue i:hover,
.hover-blue a:hover i,
.hover-blue a:hover {
  color: #002587 !important;
}
/* .hover-orange:hover, */
a.hover-orange:hover,
.hover-orange i:hover,
.hover-orange a:hover i,
.hover-orange a:hover {
  color: #fd3e28 !important;
}

.fl-node-5f2454f1de1be .fl-rich-text,
.fl-node-5f2454f1de1be .fl-rich-text * {
  color: #186aa5;
  font-size: 20px;
}

.fl-node-5f2454f1de1be > .fl-module-content {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.fl-node-5f2454f1de1c0 .fl-module-content .fl-icon i,
.fl-node-5f2454f1de1c0 .fl-module-content .fl-icon i:before {
  color: #186aa5;
}

.fl-node-5f2454f1de1c0 .fl-module-content .fl-icon i:hover,
.fl-node-5f2454f1de1c0 .fl-module-content .fl-icon i:hover:before,
.fl-node-5f2454f1de1c0 .fl-module-content .fl-icon a:hover i,
.fl-node-5f2454f1de1c0 .fl-module-content .fl-icon a:hover i:before {
  color: #fd3e28;
}

.fl-node-5f2454f1de1c0 .fl-module-content .fl-icon i,
.fl-node-5f2454f1de1c0 .fl-module-content .fl-icon i:before {
  font-size: 30px;
}

.fl-node-5f2454f1de1c0 .fl-module-content .fl-icon-text {
  height: 52.5px;
}

.fl-node-5f2454f1de1c0 .fl-module-content .fl-icon:nth-child(1) i,
.fl-node-5f2454f1de1c0 .fl-module-content .fl-icon:nth-child(1) i:before {
  color: #186aa5;
}

.fl-node-5f2454f1de1c0 .fl-module-content .fl-icon:nth-child(1) i:hover,
.fl-node-5f2454f1de1c0 .fl-module-content .fl-icon:nth-child(1) i:hover:before,
.fl-node-5f2454f1de1c0 .fl-module-content .fl-icon:nth-child(1) a:hover i,
.fl-node-5f2454f1de1c0
  .fl-module-content
  .fl-icon:nth-child(1)
  a:hover
  i:before {
  color: #fd3e28;
}

.fl-node-5f2454f1de1c0 .fl-icon {
  margin-right: 20px;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 10px;
}

.fl-node-5f2454f1de1c0 .fl-icon-group {
  text-align: left;
}

.fl-node-5f2454f1de1c0 > .fl-module-content {
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.fl-builder-content .fl-node-5f2454f1de1c2 a.fl-button,
.fl-builder-content .fl-node-5f2454f1de1c2 a.fl-button:hover,
.fl-builder-content .fl-node-5f2454f1de1c2 a.fl-button:visited {
  background: #002587;
}

.fl-builder-content .fl-node-5f2454f1de1c2 a.fl-button,
.fl-builder-content .fl-node-5f2454f1de1c2 a.fl-button:visited,
.fl-builder-content .fl-node-5f2454f1de1c2 a.fl-button *,
.fl-builder-content .fl-node-5f2454f1de1c2 a.fl-button:visited * {
  color: #ffffff;
}

.fl-builder-content .fl-node-5f2454f1de1c2 a.fl-button:hover,
.fl-builder-content .fl-node-5f2454f1de1c2 a.fl-button:focus {
  background: #fd3e28;
}

.fl-node-5f2454f1de1c2 .fl-button-wrap {
  text-align: left;
}

.fl-builder-content .fl-node-5f2454f1de1c2 a.fl-button {
  padding-top: 15px;
  padding-bottom: 15px;
}

.fl-builder-content .fl-node-5f2454f1de1c2 a.fl-button,
.fl-builder-content .fl-node-5f2454f1de1c2 a.fl-button:visited {
  font-weight: 700;
  font-size: 1.428571428571429rem;
  line-height: 20px;
  border: 1px solid #00197b;
  border-style: none;
  border-width: 0;
  background-clip: border-box;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.fl-builder-content .fl-node-5f2454f1de1c2 a.fl-button:hover,
.fl-builder-content .fl-node-5f2454f1de1c2 a.fl-button:focus {
  border: 1px solid #f1321c;
  border-style: none;
  border-width: 0;
  background-clip: border-box;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.fl-node-5f2454f1de1c2 > .fl-module-content {
  margin-top: 30px;
  margin-right: 0px;
  margin-left: 0px;
}

@media (max-width: 768px) {
  .fl-node-5f2454f1de1c2 > .fl-module-content {
    margin-top: 20px;
  }
}

.fl-node-5f2454f1de1c6 .fl-menu .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fl-node-5f2454f1de1c6 .menu a {
  padding-left: 0;
  padding-right: 0;
  padding-top: 14px;
  padding-bottom: 0;
  display: inline-block;
}

.fl-builder-content .fl-node-5f2454f1de1c6 .menu > li > a,
.fl-builder-content
  .fl-node-5f2454f1de1c6
  .menu
  > li
  > .fl-has-submenu-container
  > a,
.fl-builder-content .fl-node-5f2454f1de1c6 .sub-menu > li > a,
.fl-builder-content
  .fl-node-5f2454f1de1c6
  .sub-menu
  > li
  > .fl-has-submenu-container
  > a {
  color: #186aa5;
}

.fl-node-5f2454f1de1c6 .fl-menu .fl-toggle-arrows .fl-menu-toggle:before,
.fl-node-5f2454f1de1c6 .fl-menu .fl-toggle-none .fl-menu-toggle:before {
  border-color: #186aa5;
}

.fl-node-5f2454f1de1c6 .menu > li > a:hover,
.fl-node-5f2454f1de1c6 .menu > li > a:focus,
.fl-node-5f2454f1de1c6 .menu > li > .fl-has-submenu-container:hover > a,
.fl-node-5f2454f1de1c6 .menu > li > .fl-has-submenu-container.focus > a,
.fl-node-5f2454f1de1c6 .sub-menu > li > a:hover,
.fl-node-5f2454f1de1c6 .sub-menu > li > a:focus,
.fl-node-5f2454f1de1c6 .sub-menu > li > .fl-has-submenu-container:hover > a,
.fl-node-5f2454f1de1c6 .sub-menu > li > .fl-has-submenu-container.focus > a,
.fl-node-5f2454f1de1c6 .menu > li.current-menu-item > a,
.fl-node-5f2454f1de1c6
  .menu
  > li.current-menu-item
  > .fl-has-submenu-container
  > a,
.fl-node-5f2454f1de1c6 .sub-menu > li.current-menu-item > a,
.fl-node-5f2454f1de1c6
  .sub-menu
  > li.current-menu-item
  > .fl-has-submenu-container
  > a {
  color: #fd3e28;
}

.fl-node-5f2454f1de1c6
  .fl-menu
  .fl-toggle-arrows
  .fl-has-submenu-container:hover
  > .fl-menu-toggle:before,
.fl-node-5f2454f1de1c6
  .fl-menu
  .fl-toggle-arrows
  .fl-has-submenu-container.focus
  > .fl-menu-toggle:before,
.fl-node-5f2454f1de1c6
  .fl-menu
  .fl-toggle-arrows
  li.current-menu-item
  > .fl-has-submenu-container
  > .fl-menu-toggle:before,
.fl-node-5f2454f1de1c6
  .fl-menu
  .fl-toggle-none
  .fl-has-submenu-container:hover
  > .fl-menu-toggle:before,
.fl-node-5f2454f1de1c6
  .fl-menu
  .fl-toggle-none
  .fl-has-submenu-container.focus
  > .fl-menu-toggle:before,
.fl-node-5f2454f1de1c6
  .fl-menu
  .fl-toggle-none
  li.current-menu-item
  > .fl-has-submenu-container
  > .fl-menu-toggle:before {
  border-color: #fd3e28;
}

.fl-node-5f2454f1de1c6 .menu .fl-has-submenu .sub-menu {
  display: none;
}

.fl-node-5f2454f1de1c6 .fl-menu .sub-menu {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
}

.fl-node-5f2454f1de1c6
  .fl-menu-vertical.fl-toggle-arrows
  .fl-has-submenu-container
  a {
  padding-right: 14px;
}

.fl-node-5f2454f1de1c6 .fl-menu-vertical.fl-toggle-arrows .fl-menu-toggle,
.fl-node-5f2454f1de1c6 .fl-menu-vertical.fl-toggle-none .fl-menu-toggle {
  width: 10px;
  height: 10px;
  margin: -5px 0 0;
}

.fl-node-5f2454f1de1c6 .fl-menu-horizontal.fl-toggle-arrows .fl-menu-toggle,
.fl-node-5f2454f1de1c6 .fl-menu-horizontal.fl-toggle-none .fl-menu-toggle,
.fl-node-5f2454f1de1c6 .fl-menu-vertical.fl-toggle-arrows .fl-menu-toggle,
.fl-node-5f2454f1de1c6 .fl-menu-vertical.fl-toggle-none .fl-menu-toggle {
  width: 14px;
  height: 10px;
  margin: -5px 0 0;
}

.fl-node-5f2454f1de1c6 .fl-menu li {
  border-top: 1px solid transparent;
}

.fl-node-5f2454f1de1c6 .fl-menu li:first-child {
  border-top: none;
}

@media (max-width: 768px) {
  .fl-menu-horizontal {
    text-align: left;
  }

  .fl-node-5f2454f1de1c6 .fl-menu .sub-menu {
    background-color: transparent;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }

  .fl-node-5f2454f1de1c6 .mega-menu.fl-active .hide-heading > .sub-menu,
  .fl-node-5f2454f1de1c6
    .mega-menu-disabled.fl-active
    .hide-heading
    > .sub-menu {
    display: block !important;
  }
}

@media (min-width: 769px) {
  .fl-node-5f2454f1de1c6 .menu .fl-has-submenu .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
  }

  .fl-node-5f2454f1de1c6 .fl-menu .fl-has-submenu:hover > .sub-menu,
  .fl-node-5f2454f1de1c6 .fl-menu .fl-has-submenu.focus > .sub-menu {
    display: block;
    visibility: visible;
    opacity: 1;
  }

  .fl-node-5f2454f1de1c6 .menu .fl-has-submenu.fl-menu-submenu-right .sub-menu {
    left: inherit;
    right: 0;
  }

  .fl-node-5f2454f1de1c6
    .menu
    .fl-has-submenu
    .fl-has-submenu.fl-menu-submenu-right
    .sub-menu {
    top: 0;
    left: inherit;
    right: 100%;
  }

  .fl-node-5f2454f1de1c6
    .fl-menu
    .fl-has-submenu.fl-active
    > .fl-has-submenu-container
    .fl-menu-toggle {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .fl-node-5f2454f1de1c6 .fl-menu .fl-menu-toggle {
    display: none;
  }

  .fl-node-5f2454f1de1c6 ul.sub-menu {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .fl-node-5f2454f1de1c6 ul.sub-menu a {
  }
}

.fl-node-5f2454f1de1c6
  ul.fl-menu-horizontal
  li.mega-menu
  > ul.sub-menu
  > li
  > .fl-has-submenu-container
  a:hover {
  color: #186aa5;
}

.fl-node-5f2454f1de1c6 .fl-menu .menu,
.fl-node-5f2454f1de1c6 .fl-menu .menu > li {
  font-size: 14px;
}

.fl-node-5f2454f1de1c6 > .fl-module-content {
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.fl-node-5f2454f1de1c7 .fl-menu .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fl-node-5f2454f1de1c7 .menu a {
  padding-left: 0;
  padding-right: 0;
  padding-top: 14px;
  padding-bottom: 0;
  display: inline-block;
}

.fl-builder-content .fl-node-5f2454f1de1c7 .menu > li > a,
.fl-builder-content
  .fl-node-5f2454f1de1c7
  .menu
  > li
  > .fl-has-submenu-container
  > a,
.fl-builder-content .fl-node-5f2454f1de1c7 .sub-menu > li > a,
.fl-builder-content
  .fl-node-5f2454f1de1c7
  .sub-menu
  > li
  > .fl-has-submenu-container
  > a {
  color: #186aa5;
}

.fl-node-5f2454f1de1c7 .fl-menu .fl-toggle-arrows .fl-menu-toggle:before,
.fl-node-5f2454f1de1c7 .fl-menu .fl-toggle-none .fl-menu-toggle:before {
  border-color: #186aa5;
}

.fl-node-5f2454f1de1c7 .menu > li > a:hover,
.fl-node-5f2454f1de1c7 .menu > li > a:focus,
.fl-node-5f2454f1de1c7 .menu > li > .fl-has-submenu-container:hover > a,
.fl-node-5f2454f1de1c7 .menu > li > .fl-has-submenu-container.focus > a,
.fl-node-5f2454f1de1c7 .sub-menu > li > a:hover,
.fl-node-5f2454f1de1c7 .sub-menu > li > a:focus,
.fl-node-5f2454f1de1c7 .sub-menu > li > .fl-has-submenu-container:hover > a,
.fl-node-5f2454f1de1c7 .sub-menu > li > .fl-has-submenu-container.focus > a,
.fl-node-5f2454f1de1c7 .menu > li.current-menu-item > a,
.fl-node-5f2454f1de1c7
  .menu
  > li.current-menu-item
  > .fl-has-submenu-container
  > a,
.fl-node-5f2454f1de1c7 .sub-menu > li.current-menu-item > a,
.fl-node-5f2454f1de1c7
  .sub-menu
  > li.current-menu-item
  > .fl-has-submenu-container
  > a {
  color: #fd3e28;
}

.fl-node-5f2454f1de1c7
  .fl-menu
  .fl-toggle-arrows
  .fl-has-submenu-container:hover
  > .fl-menu-toggle:before,
.fl-node-5f2454f1de1c7
  .fl-menu
  .fl-toggle-arrows
  .fl-has-submenu-container.focus
  > .fl-menu-toggle:before,
.fl-node-5f2454f1de1c7
  .fl-menu
  .fl-toggle-arrows
  li.current-menu-item
  > .fl-has-submenu-container
  > .fl-menu-toggle:before,
.fl-node-5f2454f1de1c7
  .fl-menu
  .fl-toggle-none
  .fl-has-submenu-container:hover
  > .fl-menu-toggle:before,
.fl-node-5f2454f1de1c7
  .fl-menu
  .fl-toggle-none
  .fl-has-submenu-container.focus
  > .fl-menu-toggle:before,
.fl-node-5f2454f1de1c7
  .fl-menu
  .fl-toggle-none
  li.current-menu-item
  > .fl-has-submenu-container
  > .fl-menu-toggle:before {
  border-color: #fd3e28;
}

.fl-node-5f2454f1de1c7 .menu .fl-has-submenu .sub-menu {
  display: none;
}

.fl-node-5f2454f1de1c7 .fl-menu .sub-menu {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
}

.fl-node-5f2454f1de1c7
  .fl-menu-vertical.fl-toggle-arrows
  .fl-has-submenu-container
  a {
  padding-right: 14px;
}

.fl-node-5f2454f1de1c7 .fl-menu-vertical.fl-toggle-arrows .fl-menu-toggle,
.fl-node-5f2454f1de1c7 .fl-menu-vertical.fl-toggle-none .fl-menu-toggle {
  width: 10px;
  height: 10px;
  margin: -5px 0 0;
}

.fl-node-5f2454f1de1c7 .fl-menu-horizontal.fl-toggle-arrows .fl-menu-toggle,
.fl-node-5f2454f1de1c7 .fl-menu-horizontal.fl-toggle-none .fl-menu-toggle,
.fl-node-5f2454f1de1c7 .fl-menu-vertical.fl-toggle-arrows .fl-menu-toggle,
.fl-node-5f2454f1de1c7 .fl-menu-vertical.fl-toggle-none .fl-menu-toggle {
  width: 14px;
  height: 10px;
  margin: -5px 0 0;
}

.fl-node-5f2454f1de1c7 .fl-menu li {
  border-top: 1px solid transparent;
}

.fl-node-5f2454f1de1c7 .fl-menu li:first-child {
  border-top: none;
}

@media (max-width: 768px) {
  .fl-menu-horizontal {
    text-align: left;
  }

  .fl-node-5f2454f1de1c7 .fl-menu .sub-menu {
    background-color: transparent;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }

  .fl-node-5f2454f1de1c7 .mega-menu.fl-active .hide-heading > .sub-menu,
  .fl-node-5f2454f1de1c7
    .mega-menu-disabled.fl-active
    .hide-heading
    > .sub-menu {
    display: block !important;
  }
}

@media (min-width: 769px) {
  .fl-node-5f2454f1de1c7 .menu .fl-has-submenu .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
  }

  .fl-node-5f2454f1de1c7 .fl-menu .fl-has-submenu:hover > .sub-menu,
  .fl-node-5f2454f1de1c7 .fl-menu .fl-has-submenu.focus > .sub-menu {
    display: block;
    visibility: visible;
    opacity: 1;
  }

  .fl-node-5f2454f1de1c7 .menu .fl-has-submenu.fl-menu-submenu-right .sub-menu {
    left: inherit;
    right: 0;
  }

  .fl-node-5f2454f1de1c7
    .menu
    .fl-has-submenu
    .fl-has-submenu.fl-menu-submenu-right
    .sub-menu {
    top: 0;
    left: inherit;
    right: 100%;
  }

  .fl-node-5f2454f1de1c7
    .fl-menu
    .fl-has-submenu.fl-active
    > .fl-has-submenu-container
    .fl-menu-toggle {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .fl-node-5f2454f1de1c7 .fl-menu .fl-menu-toggle {
    display: none;
  }

  .fl-node-5f2454f1de1c7 ul.sub-menu {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .fl-node-5f2454f1de1c7 ul.sub-menu a {
  }
}

.fl-node-5f2454f1de1c7
  ul.fl-menu-horizontal
  li.mega-menu
  > ul.sub-menu
  > li
  > .fl-has-submenu-container
  a:hover {
  color: #186aa5;
}

.fl-node-5f2454f1de1c7 .fl-menu .menu,
.fl-node-5f2454f1de1c7 .fl-menu .menu > li {
  font-size: 14px;
}

.fl-node-5f2454f1de1c7 > .fl-module-content {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
}

.fl-node-5f2454f1de1cb .fl-menu .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fl-node-5f2454f1de1cb .menu a {
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.fl-builder-content .fl-node-5f2454f1de1cb .menu > li > a,
.fl-builder-content
  .fl-node-5f2454f1de1cb
  .menu
  > li
  > .fl-has-submenu-container
  > a,
.fl-builder-content .fl-node-5f2454f1de1cb .sub-menu > li > a,
.fl-builder-content
  .fl-node-5f2454f1de1cb
  .sub-menu
  > li
  > .fl-has-submenu-container
  > a {
  color: #000000;
}

.fl-node-5f2454f1de1cb .fl-menu .fl-toggle-arrows .fl-menu-toggle:before,
.fl-node-5f2454f1de1cb .fl-menu .fl-toggle-none .fl-menu-toggle:before {
  border-color: #000000;
}

.fl-node-5f2454f1de1cb .menu > li > a:hover,
.fl-node-5f2454f1de1cb .menu > li > a:focus,
.fl-node-5f2454f1de1cb .menu > li > .fl-has-submenu-container:hover > a,
.fl-node-5f2454f1de1cb .menu > li > .fl-has-submenu-container.focus > a,
.fl-node-5f2454f1de1cb .sub-menu > li > a:hover,
.fl-node-5f2454f1de1cb .sub-menu > li > a:focus,
.fl-node-5f2454f1de1cb .sub-menu > li > .fl-has-submenu-container:hover > a,
.fl-node-5f2454f1de1cb .sub-menu > li > .fl-has-submenu-container.focus > a,
.fl-node-5f2454f1de1cb .menu > li.current-menu-item > a,
.fl-node-5f2454f1de1cb
  .menu
  > li.current-menu-item
  > .fl-has-submenu-container
  > a,
.fl-node-5f2454f1de1cb .sub-menu > li.current-menu-item > a,
.fl-node-5f2454f1de1cb
  .sub-menu
  > li.current-menu-item
  > .fl-has-submenu-container
  > a {
  color: #fd3e28;
}

.fl-node-5f2454f1de1cb
  .fl-menu
  .fl-toggle-arrows
  .fl-has-submenu-container:hover
  > .fl-menu-toggle:before,
.fl-node-5f2454f1de1cb
  .fl-menu
  .fl-toggle-arrows
  .fl-has-submenu-container.focus
  > .fl-menu-toggle:before,
.fl-node-5f2454f1de1cb
  .fl-menu
  .fl-toggle-arrows
  li.current-menu-item
  > .fl-has-submenu-container
  > .fl-menu-toggle:before,
.fl-node-5f2454f1de1cb
  .fl-menu
  .fl-toggle-none
  .fl-has-submenu-container:hover
  > .fl-menu-toggle:before,
.fl-node-5f2454f1de1cb
  .fl-menu
  .fl-toggle-none
  .fl-has-submenu-container.focus
  > .fl-menu-toggle:before,
.fl-node-5f2454f1de1cb
  .fl-menu
  .fl-toggle-none
  li.current-menu-item
  > .fl-has-submenu-container
  > .fl-menu-toggle:before {
  border-color: #fd3e28;
}

.fl-node-5f2454f1de1cb .menu .fl-has-submenu .sub-menu {
  display: none;
}

.fl-node-5f2454f1de1cb .fl-menu .sub-menu {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
}

.fl-node-5f2454f1de1cb
  .fl-menu-horizontal.fl-toggle-arrows
  .fl-has-submenu-container
  a {
  padding-right: 28px;
}

.fl-node-5f2454f1de1cb .fl-menu-horizontal.fl-toggle-arrows .fl-menu-toggle,
.fl-node-5f2454f1de1cb .fl-menu-horizontal.fl-toggle-none .fl-menu-toggle {
  width: 28px;
  height: 28px;
  margin: -14px 0 0;
}

.fl-node-5f2454f1de1cb .fl-menu-horizontal.fl-toggle-arrows .fl-menu-toggle,
.fl-node-5f2454f1de1cb .fl-menu-horizontal.fl-toggle-none .fl-menu-toggle,
.fl-node-5f2454f1de1cb .fl-menu-vertical.fl-toggle-arrows .fl-menu-toggle,
.fl-node-5f2454f1de1cb .fl-menu-vertical.fl-toggle-none .fl-menu-toggle {
  width: 28px;
  height: 28px;
  margin: -14px 0 0;
}

.fl-node-5f2454f1de1cb .fl-menu li {
  border-top: 1px solid transparent;
}

.fl-node-5f2454f1de1cb .fl-menu li:first-child {
  border-top: none;
}

@media (max-width: 768px) {
  .fl-menu-horizontal {
    text-align: left;
  }

  .fl-node-5f2454f1de1cb .fl-menu .sub-menu {
    background-color: transparent;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }

  .fl-node-5f2454f1de1cb .mega-menu.fl-active .hide-heading > .sub-menu,
  .fl-node-5f2454f1de1cb
    .mega-menu-disabled.fl-active
    .hide-heading
    > .sub-menu {
    display: block !important;
  }
}

@media (min-width: 769px) {
  .fl-node-5f2454f1de1cb .fl-menu .menu > li {
    display: inline-block;
  }

  .fl-node-5f2454f1de1cb .menu li {
    border-left: 1px solid transparent;
    border-top: none;
  }

  .fl-node-5f2454f1de1cb .menu li:first-child {
    border: none;
  }

  .fl-node-5f2454f1de1cb .menu li li {
    border-top: 1px solid transparent;
    border-left: none;
  }

  .fl-node-5f2454f1de1cb .menu .fl-has-submenu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    text-align: left;
  }

  .fl-node-5f2454f1de1cb .fl-has-submenu .fl-has-submenu .sub-menu {
    top: 0;
    left: 100%;
  }

  .fl-node-5f2454f1de1cb .fl-menu .fl-has-submenu:hover > .sub-menu,
  .fl-node-5f2454f1de1cb .fl-menu .fl-has-submenu.focus > .sub-menu {
    display: block;
    visibility: visible;
    opacity: 1;
  }

  .fl-node-5f2454f1de1cb .menu .fl-has-submenu.fl-menu-submenu-right .sub-menu {
    left: inherit;
    right: 0;
  }

  .fl-node-5f2454f1de1cb
    .menu
    .fl-has-submenu
    .fl-has-submenu.fl-menu-submenu-right
    .sub-menu {
    top: 0;
    left: inherit;
    right: 100%;
  }

  .fl-node-5f2454f1de1cb
    .fl-menu
    .fl-has-submenu.fl-active
    > .fl-has-submenu-container
    .fl-menu-toggle {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .fl-node-5f2454f1de1cb .fl-menu .fl-menu-toggle {
    display: none;
  }

  .fl-node-5f2454f1de1cb ul.sub-menu {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .fl-node-5f2454f1de1cb ul.sub-menu a {
  }
}

.fl-node-5f2454f1de1cb
  ul.fl-menu-horizontal
  li.mega-menu
  > ul.sub-menu
  > li
  > .fl-has-submenu-container
  a:hover {
  color: #000000;
}

.fl-node-5f2454f1de1cb .fl-menu .menu,
.fl-node-5f2454f1de1cb .fl-menu .menu > li {
  font-size: 16px;
}

.fl-node-5f2454f1de1cb .fl-menu {
  text-align: left;
}

.fl-node-5f2454f1de1cb .fl-menu .menu {
  float: left;
}

@media (max-width: 992px) {
  .fl-node-5f2454f1de1cb .fl-menu .menu {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}

@media (max-width: 768px) {
  .fl-node-5f2454f1de1cb .fl-menu .menu {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}

.fl-node-5f2454f1de1cb > .fl-module-content {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

@media(max-width:768px){
	.newsletter-form {
		justify-content: center;
		flex-flow: column;
		align-items: center;
	}
}
