/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 


/* LESS Document */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@font-face {
  font-family: 'Girl Scout Text';
  src: url('../fonts/GirlScout-TextMedium.woff2') format('woff2'),
      url('../fonts/GirlScout-TextMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Girl Scout Text Book';
  src: url('../fonts/GirlScout-TextBook.woff2') format('woff2'),
      url('../fonts/GirlScout-TextBook.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Girl Scout Text';
  src: url('../fonts/GirlScout-TextMediumItalic.woff2') format('woff2'),
      url('../fonts/GirlScout-TextMediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
    font-family: 'Forta';
    src: url('../fonts/Forta-Bold.woff2') format('woff2'),
        url('../fonts/Forta-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Vulf Sans';
    src: url('../fonts/VulfSans-Medium.woff2') format('woff2'),
        url('../fonts/VulfSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Vulf Sans';
    src: url('../fonts/VulfSans-Regular.woff2') format('woff2'),
        url('../fonts/VulfSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neutraface Text';
    src: url('../fonts/NeutrafaceText-Bold.woff2') format('woff2'),
        url('../fonts/NeutrafaceText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trefoil Sans';
    src: url('../fonts/TrefoilSans-Regular.woff2') format('woff2'),
        url('../fonts/TrefoilSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.forta-font{
    font-family: 'Forta';
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0 !important;
  padding: 0;
  background-color: #f4eee8;
  font-family: 'Vulf Sans';
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  color: #1f375d;
  letter-spacing: 0.2px;
}
body .fl-page-content {
  background-color: transparent;
}

body p{
  font-size: 20px;
  line-height:26px;
  margin-bottom: 20px;
}
body p sup {
    font-size: 66% !important;
}
body p:last-child {
    margin-bottom: 0;
}
body .fl-callout-text p {
    margin: 0 0 20px !important;
    padding: 0 !important;
    font-size: inherit;
    line-height: inherit;
}



article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
.home-hero-wrapper .fl-col-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}


[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 500;
}
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-appearance: textfield;
  box-sizing: content-box;
}
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;
}







a {
  color: #0A4282;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #e0363b;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Forta';
    font-weight: bold;
    margin: 0 0 20px;
}
h1,
.h1{
    font-size: 125px;
    line-height: 130px;
}

h2,
.h2{
    font-size: 80px;
    line-height: 84px;
}
h3,
.h3{
    font-size: 60px;
    line-height: 64px;
}
h4,
.h4{
    font-size: 34px;
    line-height: 34px;
}
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
    color: #163860;
}
h5,
h6,
.h5,
.h6 {
    color: inherit;
}
body h2.fl-callout-title,
body h3.fl-callout-title,
body h4.fl-callout-title,
body h5.fl-callout-title,
body h6.fl-callout-title {
    margin: 0 0 20px;
}





.inner-content-page h1,
.inner-content-page .h1{
    font-size: 85px;
    line-height: 90px;
}

.inner-content-page h2,
.inner-content-page .h2{
    font-size: 50px;
    line-height: 55px;
}
.inner-content-page h3,
.inner-content-page .h3{
    font-size: 30px;
    line-height: 35px;
}
.inner-content-page h4,
.inner-content-page .h4{
    font-size: 25px;
    line-height: 30px;
}




ul,
ol {
    line-height:26px;
    margin-top: 0;
    margin-bottom: 15px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
ul li,
ol li {
  padding-bottom: 5px;
}
ul li:last-child,
ol li:last-child {
  padding-bottom: 0px;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}


.home header .header-main-wrapper,
body:has(.home-hero-wrapper) header .header-main-wrapper,
body:has(.inner-page-hero-wrapper) header .header-main-wrapper {
    box-shadow: none;
}

header .header-main-wrapper {
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
}
header.fl-theme-builder-header-shrink .header-main-wrapper {
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3) !important;
}
header.fl-theme-builder-header-shrink .header-main-wrapper .fl-photo-content img {
    max-width: 100px;
    height: auto;
    max-height: max-content !important;
}

.header-main-wrapper ul li a {
    font-weight: 500;
    text-decoration: none !important;
}
.header-main-wrapper nav ul.menu {
    gap: 30px;
}
.header-main-wrapper nav ul.menu:before,
.header-main-wrapper nav ul.menu:after {
    display: none;
}
.header-main-wrapper nav ul.menu li.current-menu-item a {
    color: #e0363b;
}
.header-main-wrapper nav ul.menu li.current-menu-item:after {
    position: absolute;
    content: "";
    top: auto;
    bottom: 8px;
    height: 2px;
    left: 15px;
    right: 15px;
    background: #e0363b;
}
.header-main-wrapper .header-lft-wrapper ul li:first-child a {
    padding-left: 10px !important;
}
.header-main-wrapper .header-lft-wrapper ul li.current-menu-item:first-child:after {
    left: 10px;
}
.header-main-wrapper .header-rgt-wrapper ul li:last-child a {
    padding-right: 10px !important;
}
.header-main-wrapper .header-rgt-wrapper ul li.current-menu-item:last-child:after {
    right: 10px;
}



.content-wrapper-with-rgt-img .fl-row-content .fl-col-group {
    display: flex;
    justify-content: flex-end;
}
.content-wrapper-with-rgt-img .fl-col-group-equal-height .fl-col {
    flex: none;
}
.content-wrapper-lft-col-text {
    max-width: 774px;
    padding-right: 130px;
    display: inline-flex;
    align-items: center;
}




.content-wrapper-with-lft-img .fl-row-content .fl-col-group {
    display: flex;
    justify-content: flex-start;
}
.content-wrapper-with-lft-img .fl-col-group-equal-height .fl-col {
    flex: none;
}
.content-wrapper-rgt-col-text {
    max-width: 774px;
    padding-left: 130px;
    display: inline-flex;
    align-items: center;
}

.content-wrapper-lft-col-text.lft-col-text-with-extra-pl {
    padding-left: 137px;
}



.fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited {
    background-color: #163860;
    color: #fff;
    border-radius: 24px;
    font-size: 16px;
    letter-spacing: 1.2px;
    outline: 0;
    box-shadow: none;
    border: 0px solid;
    padding: 22px 54px;
}




.horizontal-scrolling-text-wrapper {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.horizontal-scrolling-text-wrapper .scroll-content {
    display: inline-flex;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 5s linear infinite;
}

.horizontal-scrolling-text-wrapper .scroll-content .fl-heading {
    display: inline-block;
    padding-right: 0px;
    margin-right: 0;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}





.three-col-thumb-wrapper .fl-col-bg-overlay .fl-col-content::after {
    opacity: 0;
    transition: all ease-in-out 0.3s;
}
.three-col-thumb-wrapper .fl-col-bg-overlay .fl-module.fl-heading {
    opacity: 0;
    transition: all ease-in-out 0.3s;
}
.three-col-thumb-wrapper .fl-col-bg-overlay:hover .fl-col-content::after,
.three-col-thumb-wrapper .fl-col-bg-overlay:hover .fl-module.fl-heading {
    opacity: 1;
}
.fl-builder-edit .three-col-thumb-wrapper .fl-col-bg-overlay .fl-col-content::after,
.fl-builder-edit .three-col-thumb-wrapper .fl-col-bg-overlay .fl-module.fl-heading {
    opacity: 1;
}


body:not(.fl-builder-edit) .three-col-thumb-wrapper .fl-col .fl-col-content,
body:not(.fl-builder-edit) .partnership-products-thumb-wrapper .fl-col .fl-col-content {
    position: relative;
}
body:not(.fl-builder-edit) .three-col-thumb-wrapper .fl-col .fl-col-content .fl-module-heading,
body:not(.fl-builder-edit) .partnership-products-thumb-wrapper .fl-col .fl-col-content .fl-module-photo,
body:not(.fl-builder-edit) .partnership-products-thumb-wrapper .fl-col .fl-col-content .fl-photo-content {
    position: unset;
}
body:not(.fl-builder-edit) .three-col-thumb-wrapper .fl-col .fl-col-content .fl-module-heading a:after,
body:not(.fl-builder-edit) .partnership-products-thumb-wrapper .fl-col .fl-col-content .fl-module-photo a:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}



.main-headign-wrapper h1 {
    margin-bottom: 20px !important;
}

.new-partnership-products-thumb .fl-col-content {
    position: relative;
}
.new-partnership-products-thumb .fl-col-content:after {
    background: #5AB1BC;
    color: #fff;
    font-size: 62px;
    font-weight: 500;
    height: 200px;
    width: 200px;
    position: absolute;
    content: "NEW!";
    border-radius: 200px;
    left: -100px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translate(0, -50%);
}


footer .fl-callout-title-text,
footer .fl-heading-text {
    font-family: 'Vulf Sans';
    font-weight: 500;
}
footer .fl-callout-title {
    margin: 0 0 10px !important;
}


.home-carousel {
    width: 100%;
    margin: 0 auto;
}
.home-carousel .slick-track {
    display: flex;
    align-items: center;
}
.home-carousel .slick-slide {
  margin: 0px 10px;
}
.home-carousel .slick-slide img {
  width: 100%;
}
.home-carousel .home-carousel-img {
  border-radius: 15px;
  overflow: hidden;
}



.certificates-logo-wrapper .fl-row-content {
    padding: 0 20px;
}
.certificates-logo-wrapper .fl-col-group {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    min-width: auto;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    background: #FFFFFF;
    border: 1px #aca2a2 solid;
}
.certificates-logo-wrapper .fl-col-group .fl-col {
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    float: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.certificates-logo-wrapper .fl-col-group .fl-col + .fl-col {
    border-left: 1px #dad3d3 solid;
}
.certificates-logo-wrapper .fl-col-group .fl-col .fl-module-photo {
    margin: 0;
}


.sales-team-contact-wrapper .fl-module.fl-module-callout {
    height: 100%;
    display: inline-flex;
    align-items: normal;
    justify-content: normal;
    width: 100%;
}
.sales-team-contact-wrapper .fl-module.fl-module-callout .fl-module-content {
    width: 100%;
}
.sales-team-contact-wrapper .fl-callout-title {
    margin: 0 0 7px;
    padding: 0;
}
.sales-team-contact-wrapper .fl-callout-text p {
    margin: 0 0 5px !important;
}
.sales-team-contact-wrapper .fl-callout-text p:last-child {
    margin: 0 !important;
}
.sales-team-contact-wrapper .fl-callout-content {
    position: relative;
    min-height: 165px;
    padding-bottom: 30px;
}
.sales-team-contact-wrapper .fl-callout-content .fl-callout-cta-link {
    position: absolute;
    left: 0;
    bottom: 0;
    text-decoration: none !important;
    line-height: 22px !important;
    border-bottom: 2px solid #163860;
}
.sales-team-contact-wrapper .fl-callout-content .fl-callout-cta-link:hover {
    color: #F15D53;
    border-bottom-color: #F15D53;
}




.fl-accordion .fl-accordion-button-label:focus,
.fl-accordion .fl-accordion-button-label:active,
.fl-accordion .fl-accordion-button-icon:focus,
.fl-accordion .fl-accordion-button-icon:active,
.fl-accordion .fl-accordion-item a {
    outline: 0;
}
.fl-accordion .fl-accordion-item {
    position: relative;
    overflow: visible;
}
.fl-accordion .fl-accordion-item .fl-accordion-button {
    width: 100%;
    padding-right: 40px;
}
.fl-accordion .fl-accordion-item .fl-accordion-button-icon {
    opacity: 1;
    font-size: 40px;
    line-height: 30px;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 16px;
}
.fl-accordion .fl-accordion-item .fa-arrow-down:before {
    content: "â†“";
    font-family: 'Forta';
}
.fl-accordion .fl-accordion-item .fa-arrow-up:before {
    content: "â†‘";
    font-family: 'Forta';
}


.contact-form-row-wrapper .fl-callout-cta-link {
    display: inline-block;
}

.contact-form-wrapper .widgettitle,
.contact-form-wrapper .gform_wrapper.gravity-theme .gform_heading {
    display: none;
}
.contact-form-wrapper .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 4%;
    grid-row-gap: 40px;
}
.contact-form-wrapper .gform_wrapper input[type=text],
.contact-form-wrapper .gform_wrapper input[type=password],
.contact-form-wrapper .gform_wrapper input[type=email],
.contact-form-wrapper .gform_wrapper input[type=phone],
.contact-form-wrapper .gform_wrapper select {
    border: 2px solid #163860;
    background: transparent;
    height: 62px;
    border-radius: 24px;
    padding: 0 15px !important;
    color: #163860;
    width: 100% !important;
    font-weight: 500;
    outline: 0;
}
.contact-form-wrapper .gform_wrapper .ginput_container_select{
    position: relative;
}
.contact-form-wrapper .gform_wrapper .ginput_container_select:after {
    position: absolute;
    right: 3px;
    width: 26px;
    height: 18px;
    top: 50%;
    transform: translate(0, -50%);
    content: "â†“";
    font-family: 'Forta';
    background: #f4eee7;
    font-size: 18px;
    line-height: 18px;
}
.contact-form-wrapper .gform_wrapper .ginput_container_select select {
    padding-right: 30px;
}
.contact-form-wrapper .gform_wrapper textarea {
    border: 2px solid #163860;
    color: #163860;
    background: transparent;
    height: 380px !important;
    border-radius: 26px;
    padding: 15px 15px !important;
    font-weight: 500;
    outline: 0;
}
.contact-form-wrapper .gform_wrapper input[type=text]::placeholder,
.contact-form-wrapper .gform_wrapper input[type=password]::placeholder,
.contact-form-wrapper .gform_wrapper input[type=email]::placeholder,
.contact-form-wrapper .gform_wrapper input[type=phone]::placeholder,
.contact-form-wrapper .gform_wrapper textarea::placeholder {
    color: #163860;
}
.contact-form-wrapper .gform_wrapper input[type=submit] {
    background-color: #163860;
    color: #fff;
    border-radius: 24px;
    font-size: 16px;
    letter-spacing: 1.2px;
    outline: 0;
    box-shadow: none;
    border: 0px solid;
    padding: 22px 54px;
}
.contact-form-wrapper .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
    border: 2px solid #163860;
}
.contact-form-wrapper .grecaptcha-badge {
    z-index: 9;
}
.contact-form-wrapper .gform_wrapper.gravity-theme .gfield--type-captcha .validation_message.gfield_validation_message {
    margin: 0 0 30px;
}
.contact-form-wrapper .gform_wrapper.gravity-theme .gform_footer,
.contact-form-wrapper .gform_wrapper.gravity-theme .gform_page_footer {
    margin-top: 0;
    padding-top: 0;
}
.contact-form-wrapper .gform_confirmation_wrapper {
    text-align: center;
}
.contact-form-wrapper .gform_confirmation_message {
    padding: 19px 20px;
    display: inline-block;
    color: #0A4282;
    background: rgb(125 188 106 / 0%);
    border: 1px solid #0A4282;
    border-radius: 24px;
    margin: 15px 0;
    font-size: 18px;
    line-height: 22px;
    width: auto;
}



.gf-custom-select {
    position: relative;
    width: 100%;
    font-family: inherit;
}
.gf-select-display {
    border: 2px solid #163860;
    background: transparent;
    height: 62px;
    line-height: 56px;
    border-radius: 24px;
    padding: 0 15px !important;
    color: #163860;
    width: 100% !important;
    font-size: 15px;
    font-weight: 500;
    outline: 0;
    cursor: pointer;
}
.gf-select-options {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    background: #F4EEE8;
    border: 2px solid #163860;
    border-radius: 24px;
    margin-top: -1px;
    display: none;
    z-index: 9;
    overflow: hidden;
}
.gf-select-options.open {
    display: block;
}
.gf-select-options li {
    padding: 14px 18px !important;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #19345E;
    margin: 0 !important;
}
.gf-select-options li:last-child {
    border-bottom: none;
}
.gf-select-options li:hover {
    background: #ede4da;
}








body.page-id-3040 .fl-page-content,
body.page-id-3040 .fl-page-content p {
    /*font-family: 'Neutraface Text';*/
}

body.page-id-3040 h1,
body.page-id-3040 .h1,
body.page-id-3040 h2,
body.page-id-3040 .h2,
body.page-id-3040 h3,
body.page-id-3040 .h3,
body.page-id-3040 h4,
body.page-id-3040 .h4 {
    font-family: 'Neutraface Text';
}
body.page-id-3040 .sign-up-to-learn-more-from-wrapper .gform_confirmation_message {
    color: #163860;
    background: transparent;
    border: 1px solid #163860;
}

.barbie-product-four-col-wrapper .fl-callout-title {
    margin-top: 30px !important;
}
.coming-soon-tag-top .fl-col-content {
    position: relative;
}
.coming-soon-tag-top .fl-col-content:after {
    background: #05c3de;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    height: 140px;
    width: 140px;
    padding: 5px 20px;
    position: absolute;
    content: "COMING IN 2026";
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -30px;
    right: -30px;
    text-align: center;
}

.center-img-carousel-wrapper{
    width: 100%;
    overflow: hidden;
    min-height: 680px;
    text-align: center;
}

.center-img-carousel {
    width: auto;
    min-width: 100%;
    margin: 0 auto;
}
.center-img-carousel .slick-track {
    display: flex;
    align-items: flex-end;
    transition: 0.3s ease-in-out all;
}
.center-img-carousel .slick-slide {
    margin: 0px 10px;
}
.center-img-carousel .slick-slide img {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.center-img-carousel .center-img-carousel-img {
    /*flex: 1;*/
    padding-bottom: 0;
    transition: all ease-in-out 0.3s;
    position: relative;
    margin-bottom: 90px;
    width: 325px;
}
.center-img-carousel .center-img-carousel-img.slick-current {
    /*flex: 1.75;*/
    width: 568px !important;
}
.center-img-carousel .center-img-carousel-caption {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    margin: 15px 0 0;
    text-align: left;
}
.center-img-carousel .center-img-carousel-img.slick-current .center-img-carousel-caption{
    display: block;
}

.center-img-carousel-arrow-wrapper {
    position: relative;
    z-index: 9;
    max-width: 840px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.center-img-carousel-arrow-wrapper .slick-prev,
.center-img-carousel-arrow-wrapper .slick-next {
    position: absolute;
    transform: none;
    background: #ff3eb5;
    width: 68px;
    height: 68px;
    border-radius: 40px;
    top: 0;
    z-index: 9;
}
.center-img-carousel-arrow-wrapper .slick-prev:hover,
.center-img-carousel-arrow-wrapper .slick-next:hover,
.center-img-carousel-arrow-wrapper .slick-prev:active,
.center-img-carousel-arrow-wrapper .slick-next:active,
.center-img-carousel-arrow-wrapper .slick-prev:focus,
.center-img-carousel-arrow-wrapper .slick-next:focus {
    border-color: #e42f9f;
}
.center-img-carousel-arrow-wrapper .slick-prev {
    right: auto;
    left: 0;
    transform: translate(0) rotate(180deg);
}
.center-img-carousel-arrow-wrapper .slick-next {
    left: auto;
    right: 0;
}
.center-img-carousel-arrow-wrapper .slick-prev:before,
.center-img-carousel-arrow-wrapper .slick-next:before {
    font-size: 32px;
    opacity: 0.9;
}
.center-img-carousel-arrow-wrapper .slick-prev::before  {
    content: "âž”";
}
.center-img-carousel-arrow-wrapper .slick-next::before {
    content: "âž”";
}


.sign-up-to-learn-more-from-wrapper .widget.gform_widget {
    display: flex;
    align-items: center;
    justify-content: space-between;    
    gap: 20px;
}
.sign-up-to-learn-more-from-wrapper .widgettitle {
    font-size: 34px;
    line-height: 36px;
    color: #ff3eb5;
    margin: 0;
}
.sign-up-to-learn-more-from-wrapper .gform_wrapper.gravity-theme form {
    display: flex;
    align-items: center;
    justify-content: flex-end;    
    gap: 10px 25px;
    position: relative;
}
.sign-up-to-learn-more-from-wrapper .gform_wrapper.gravity-theme form .gform-body.gform_body {
    position: relative;
}
.sign-up-to-learn-more-from-wrapper .gform_wrapper.gravity-theme input[type=email] {
    border: 0px solid #163860;
    background: #FFFFFF;
    height: 62px;
    border-radius: 24px;
    padding: 25px !important;
    color: #163860;
    width: 340px !important;
    font-size: 16px;
    line-height: 16px;
}
.sign-up-to-learn-more-from-wrapper .gform_wrapper.gravity-theme input::placeholder {
    color: #2e2c2d;
}
.sign-up-to-learn-more-from-wrapper .gform_wrapper.gravity-theme .gform_footer {
    margin: 0;
    padding: 0;
}
.sign-up-to-learn-more-from-wrapper .gform_wrapper.gravity-theme input[type=submit] {
    background-color: #ff3eb5;
    color: #fff;
    border-radius: 24px;
    font-size: 16px;
    line-height: 19px !important;
    letter-spacing: 1.2px;
    outline: 0;
    box-shadow: none;
    border: 0px solid;
    padding: 22px 35px;
    margin: 0;
}
.sign-up-to-learn-more-from-wrapper .gform_wrapper.gravity-theme .validation_message.gfield_validation_message {
    color: #ffffff;
    position: absolute;
    left: 0;
}
.sign-up-to-learn-more-from-wrapper .gform_confirmation_message {
    padding: 20px 20px;
    display: inline-block;
    color: #163860;
    background: transparent;
    border: 1px solid #163860;
    border-radius: 24px;
    margin: 15px auto;
    font-size: 16px;
    line-height: 20px;
    max-width: 358px;
}


.page-id-3040 .sign-up-to-learn-more-from-wrapper .gform_wrapper.gravity-theme .validation_message.gfield_validation_message {
    color: #bc0d0d;
}








body.page-id-2668 h1 sup,
body.page-id-2668 h2 sup,
body.page-id-2668 h3 sup,
body.page-id-2668 h4 sup,
body.page-id-2668 h5 sup,
body.page-id-2668 h6 sup {
    font-size: 55% !important;
}
body.page-id-2668 .fl-page-content,
body.page-id-2668 .fl-page-content p {
    font-family: 'Girl Scout Text Book';
}

body.page-id-2668 h1,
body.page-id-2668 .h1,
body.page-id-2668 h2,
body.page-id-2668 .h2,
body.page-id-2668 h3,
body.page-id-2668 .h3,
body.page-id-2668 h4,
body.page-id-2668 .h4 {
    font-family: 'Girl Scout Text Book';
    font-weight: 500;
}


body.page-id-2668  .center-img-carousel .center-img-carousel-caption{
    font-family: 'Trefoil Sans';
}

body.page-id-2668 .sign-up-to-learn-more-from-wrapper .widgettitle {
    color: #fff;
    font-size: 29px;
    line-height: 31px;
}
body.page-id-2668 .center-img-carousel-arrow-wrapper .slick-prev,
body.page-id-2668 .center-img-carousel-arrow-wrapper .slick-next{
    background: #00b451;
    outline: 0;
}
body.page-id-2668 .center-img-carousel-arrow-wrapper .slick-prev:hover,
body.page-id-2668 .center-img-carousel-arrow-wrapper .slick-next:hover,
body.page-id-2668 .center-img-carousel-arrow-wrapper .slick-prev:active,
body.page-id-2668 .center-img-carousel-arrow-wrapper .slick-next:active,
body.page-id-2668 .center-img-carousel-arrow-wrapper .slick-prev:focus,
body.page-id-2668 .center-img-carousel-arrow-wrapper .slick-next:focus {
    border-color: #058c42;
    outline: 0;
    background: #00b451;
}
body.page-id-2668 .sign-up-to-learn-more-from-wrapper .gform_wrapper.gravity-theme input[type=submit] {
    background-color: #00b451;
    color: #231f20;
    font-family: 'Girl Scout Text';
}
body.page-id-2668 .sign-up-to-learn-more-from-wrapper .gform_confirmation_message {
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
}


.girl-scout-content-wrapper-with-rgt-img .fl-row-content .fl-col-group {
    display: flex;
    justify-content: flex-end;
}
.girl-scout-content-wrapper-with-rgt-img .fl-col-group-equal-height .fl-col {
    flex: none;
}
.girl-scout-content-wrapper-with-rgt-img .girl-scout-content-wrapper-lft-col-text {
    position: relative;
    max-width: 100%;
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
}
.girl-scout-content-wrapper-with-rgt-img .girl-scout-content-wrapper-lft-col-text .fl-col-content {
    max-width: 774px;
    width: 100%;
}
.girl-scout-content-wrapper-with-rgt-img .girl-scout-content-wrapper-lft-col-text .fl-callout-title {
    margin: 0 0 130px;
    position: relative;
}
.girl-scout-content-wrapper-with-rgt-img .fl-row-content > .fl-col-group {
    position: relative;
    overflow: hidden;
}
.girl-scout-content-wrapper-with-rgt-img .fl-row-content > .fl-col-group:after {
    position: absolute;
    content: "";
    left: -5%;
    right: -5%;
    top: -15%;
    bottom: auto;
    background: #005640;
    z-index: 0;
    clear: unset;
    width: 60%;
    height: 560px;
    border-radius: 100%;
}
.girl-scout-content-wrapper-with-rgt-img .fl-row-content > .fl-col-group .fl-col {
    flex: none;
    z-index: 6;
    position: relative;
}








body.page-id-2666 h1 sup,
body.page-id-2666 h2 sup,
body.page-id-2666 h3 sup,
body.page-id-2666 h4 sup,
body.page-id-2666 h5 sup,
body.page-id-2666 h6 sup {
    font-size: 80% !important;
    top: -5px;
}
body.page-id-2666 .inner-page-hero-wrapper .fl-col-bg-photo > .fl-col-content {
    overflow: hidden;
}
body.page-id-2666 .sign-up-to-learn-more-from-wrapper .widgettitle {
    color: #fff;
    font-size: 45px;
    line-height: 48px;
}
body.page-id-2666 .center-img-carousel-arrow-wrapper .slick-prev,
body.page-id-2666 .center-img-carousel-arrow-wrapper .slick-next{
    background: #e17338;
    outline: 0;
}
body.page-id-2666 .center-img-carousel-arrow-wrapper .slick-prev:hover,
body.page-id-2666 .center-img-carousel-arrow-wrapper .slick-next:hover,
body.page-id-2666 .center-img-carousel-arrow-wrapper .slick-prev:active,
body.page-id-2666 .center-img-carousel-arrow-wrapper .slick-next:active,
body.page-id-2666 .center-img-carousel-arrow-wrapper .slick-prev:focus,
body.page-id-2666 .center-img-carousel-arrow-wrapper .slick-next:focus {
    border-color: #e1683c;
    outline: 0;
    background: #e17338;
}
body.page-id-2666 .sign-up-to-learn-more-from-wrapper .gform_wrapper.gravity-theme input[type=submit] {
    background-color: #1f375d;
    color: #fff;
}
body.page-id-2666 .sign-up-to-learn-more-from-wrapper .gform_confirmation_message {
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
}





.beastmode-hero-section .fl-content-slider-navigation svg {
    stroke: #ffffff;
    stroke-width: 35px;
}

.beastmode-hero-section .fl-content-slider-navigation path {
    fill: #000;
}
.page-id-3194 footer .fl-row-content-wrap {
    background-color: #000;
}
.page-id-3194 header .header-main-wrapper .fl-row-content-wrap {
    background-color: #bea260;
    padding-top: 10px;
    padding-bottom: 10px;
}
.page-id-3194 header .header-main-wrapper .fl-photo-content {
    width: 115px;
}
.page-id-3194 header .header-main-wrapper .fl-photo-content img.fl-photo-img {
    filter: contrast(2) brightness(0);
    width: 115px !important;
    max-width: 115px;
}
.page-id-3194 header .header-main-wrapper .fl-row-content-wrap li a {
    color: #0c0000;
}
.page-id-3194 header .header-main-wrapper .fl-row-content-wrap li a:hover {
    color: #fff;
}






.gform_wrapper.gravity-theme .gform_validation_errors {
    display: none;
}
.gform_wrapper.gravity-theme .validation_message.gfield_validation_message{
    padding: 0;
    margin: 6px 0 0;
    background: transparent;
    border: none;
    color: #db0909;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.3px;
}


@media only screen and (max-width: 1600px) {
    h1,
    .h1{
        font-size: 84px;
        line-height: 84px;
    }
    h2, .h2 {
        font-size: 74px;
        line-height:74px;
    }
    h3, .h3 {
        font-size: 64px;
        line-height:64px;
    }
    h4, .h4 {
        font-size: 54px;
        line-height:54px;
    }
    .content-wrapper-lft-col-text {
        padding-right: 130px;
    }
    .content-wrapper-rgt-col-text {
        padding-left: 130px;
    }
    .content-wrapper-lft-col-text.lft-col-text-with-extra-pl {
        padding-left: 20px;
    }
    .new-partnership-products-thumb .fl-col-content:after {
        font-size: 28px;
        height: 100px;
        width: 100px;
        left: -18px;
    }
    .coming-soon-tag-top .fl-col-content:after{
        font-size: 17px;
        line-height: 19px;
        height: 110px;
        width: 110px;
        top: -25px;
        right: -25px;
    }
    .girl-scout-content-wrapper-with-rgt-img .girl-scout-content-wrapper-lft-col-text .fl-callout-title {
        margin: 0 0 70px;
    }
    .girl-scout-content-wrapper-with-rgt-img .fl-row-content > .fl-col-group:after{
        height: 495px;
    }
}

@media only screen and (max-width: 1440px) {
    body.page-id-3040 h2,
    body.page-id-3040 .h2 {
        font-size: 54px;
        line-height: 56px;
    }
    .sign-up-to-learn-more-from-wrapper .widgettitle {
        font-size: 26px;
        line-height: 30px;
    }
    .girl-scout-content-wrapper-with-rgt-img .fl-row-content > .fl-col-group:after{
        height: 435px;
    }
    .sales-team-contact-wrapper .fl-callout-content {    
        min-height: 210px;
    }
}

@media only screen and (max-width: 1439px) {
    .header-main-wrapper .fl-photo-content,
    .header-main-wrapper .fl-photo-content img {
        width: 150px;
    }
    .home-hero-wrapper .fl-module-heading br {
        display: none;
    }
    .content-wrapper-lft-col-text br,
    .content-wrapper-rgt-col-text br {
        display: none;
    }
    h1,
    .h1{
        font-size: 70x;
        line-height: 70px;
    }
    h2, .h2 {
        font-size: 60px;
        line-height:60px;
    }
    h3, .h3 {
        font-size: 50px;
        line-height:50px;
    }
    h4, .h4 {
        font-size: 40px;
        line-height:40px;
    }
    .content-wrapper-lft-col-text {
        padding-right: 0px;
    }
    .content-wrapper-rgt-col-text {
        padding-left: 0px;
    }
    .coming-soon-tag-top .fl-col-content:after {
        font-size: 15px;
        line-height: 16px;
        height: 90px;
        width: 90px;
        top: -22px;
        right: -22px;
    }
    .center-img-carousel-wrapper {
        min-height: 550px;
    }
    .center-img-carousel .center-img-carousel-img {
        width: 290px;
    }
    .center-img-carousel .center-img-carousel-img.slick-current {
        width: 450px !important;
    }
}

@media only screen and (max-width: 1366px) {
    .footer-wrapper .fl-col.footer-logo-btm, .footer-wrapper .fl-col.footer-rgt-wrapper {
        width: 100%;
    }
    .sign-up-to-learn-more-from-wrapper .gform_wrapper.gravity-theme input[type=email] {
        width: 280px !important;
    }
     .girl-scout-content-wrapper-with-rgt-img .fl-row-content > .fl-col-group:after{
        display: none;
     }
    .girl-scout-content-wrapper-with-rgt-img .girl-scout-content-wrapper-lft-col-text .fl-callout-title {
        font-size: 44px;
        line-height: 44px;
        margin: 0 0 20px;
    }
    .sales-team-contact-wrapper .fl-col-group .fl-col {
        width: 50%;
    }
    .sales-team-contact-wrapper .fl-callout-content {
        min-height: auto;
    }
}
@media only screen and (max-width: 1199px) {
    h1,
    .h1{
        font-size: 64px;
        line-height: 64px;
    }
    h2, .h2 {
        font-size: 54px;
        line-height:54px;
    }
    h3, .h3 {
        font-size: 44px;
        line-height:44px;
    }
    h4, .h4 {
        font-size: 34px;
        line-height:34px;
    }
    .fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited{
        padding: 18px 34px;
    }
    .header-main-wrapper nav ul.menu {
        gap: 0;
    }
    .header-main-wrapper .fl-photo-content,
    .header-main-wrapper .fl-photo-content img {
        width: 100px;
    }
    .three-col-thumb-wrapper .fl-col-content {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .three-col-thumb-wrapper .fl-col-group-equal-height {
        display: contents;
        width: 100%;
    }
    .three-col-thumb-wrapper .fl-col-group .fl-col {
        width: 50%;
    }

    .sign-up-to-learn-more-from-wrapper .widget.gform_widget{
        flex-wrap: wrap;
    }
    .sign-up-to-learn-more-from-wrapper .widgettitle {
        width: 100%;
        text-align: center;
    }
    .sign-up-to-learn-more-from-wrapper .gform_wrapper.gravity-theme {
        width: 100%;
    }
    .sign-up-to-learn-more-from-wrapper .gform_wrapper.gravity-theme form {
        width: 100%;
        justify-content: center;
    }

    .barbie-product-four-col-wrapper .fl-col-group .fl-col {
        width: 50%;
    }

    .sign-up-to-learn-more-from-wrapper .gform_confirmation_wrapper {
        text-align: center;
        margin: 0 auto;
    }
    .sign-up-to-learn-more-from-wrapper .gform_confirmation_message {        
        margin: 5px 0 0;
    }

}



@media only screen and (max-width: 991px) {
    br{
        display: none;
    }
    h1,
    .h1{
        font-size: 60px;
        line-height: 60px;
    }
    h2, .h2 {
        font-size: 50px;
        line-height:50px;
    }
    h3, .h3 {
        font-size: 40px;
        line-height:40px;
    }
    h4, .h4 {
        font-size: 30px;
        line-height:30px;
    }

    .content-wrapper-lft-col-text {
        max-width: 100%;
    }
    .content-wrapper-rgt-col-text {
        max-width: 100%;
    }
    .content-wrapper-lft-col-text.lft-col-text-with-extra-pl {
        padding-left: 0px;
    }


    .header-main-wrapper button.fl-menu-mobile-toggle.hamburger {
        padding-right: 0;
    }
    .header-responsive-wrapper .menu li {
        border-bottom: 1px solid #eaeaea;
        margin: 0;
        border-top: none !important
    }

    .header-responsive-wrapper .menu li a {
        font-size: 15px;
        padding: 15px 20px;
        text-align: left
    }

    .header-responsive-wrapper .menu li a:after {
        display: none
    }

    .header-responsive-wrapper .menu li:last-child {
        border-bottom: none
    }
    .header-main-wrapper nav ul.menu li.current-menu-item:after {
        display: none;
    }

    .header-responsive-wrapper .menu li .fl-menu-toggle {
        width: 0 !important;
        height: 0 !important;
        border-style: solid;
        border-width: 10px 7.5px 0;
        border-color: #fff transparent transparent;
        position: absolute;
        right: 11px;
        top: 20px;
        margin: 0 !important
    }

    .header-responsive-wrapper .menu li.fl-active>.fl-has-submenu-container .fl-menu-toggle {
        transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        border-left: none;
        border-right: 1px solid rgba(155,155,155,.1)
    }

    .header-responsive-wrapper .menu li .sub-menu li.current-menu-item a {
        background: #fdb515;
        color: #000 !important
    }

    .header-responsive-wrapper .menu li .fl-menu-toggle {
        width: 42px !important;
        top: 0;
        background: #fafafa;
        color: #333;
        position: absolute;
        cursor: pointer;
        right: 0;
        margin: 0 !important;
        display: block;
        height: 45px !important;
        border: none;
        border-left: 1px solid rgba(155,155,155,.1)
    }

    .header-responsive-wrapper .menu li .fl-menu-toggle:before {
        border-style: solid;
        border-width: 4px 4px 0 !important;
        border-color: #0d0d0d transparent transparent !important;
        transform: none !important;
        margin-top: -2px !important;
        left: 16px;
        right: inherit;
        width: 0;
        content: '';
        position: absolute;
        height: 0;
        top: 50%;
        z-index: 1;
        display: block;
        margin: -5px -5px 0 0
    }

    .header-responsive-wrapper .menu li .sub-menu {
        background: #fafafa;
        border: none;
        max-width: 100%;
        min-width: 100%;
        border-top: 1px solid rgba(155,155,155,.1);
        padding-left: 0 !important
    }

    .header-responsive-wrapper .menu li .sub-menu li {
        border-bottom: 1px solid #eaeaea!important
    }

    .header-responsive-wrapper .menu li .sub-menu li .fl-menu-toggle {
        height: 51px !important
    }

    .header-responsive-wrapper .menu li .sub-menu li a {
        padding: 10px 20px;
        line-height: normal
    }
    .fl-flyout-left .fl-menu-mobile-close {
        float: right;
        position: absolute;
        right: 0;
        z-index: 9999;
        border-left: 1px solid rgba(155, 155, 155, .1);
        background: #fafafa;
        width: 42px;
        font-size: 15px;
        height: 45px;
        padding: 0;
    }

    .coming-soon-tag-top .fl-col-content:after {
        top: -14px;
        right: 3px;
    }
    .certificates-logo-wrapper .fl-row-content {
        padding: 0;
    }

    .contact-form-wrapper .gform_wrapper textarea {
        height: 190px !important;
    }

}


@media only screen and (max-width: 767px) {
    h1,
    .h1{
        font-size: 44px;
        line-height: 44px;
    }
    h2, .h2 {
        font-size: 38px;
        line-height:38px;
    }
    h3, .h3 {
        font-size: 30px;
        line-height:30px;
    }
    h4, .h4 {
        font-size: 20px;
        line-height:20px;
    }

    .inner-content-page h1,
    .inner-content-page .h1{
        font-size: 55px;
        line-height: 60px;
    }

    .inner-content-page h2,
    .inner-content-page .h2{
        font-size: 42px;
        line-height: 46px;
    }
    .inner-content-page h3,
    .inner-content-page .h3{
        font-size: 28x;
        line-height: 32px;
    }
    .inner-content-page h4,
    .inner-content-page .h4{
        font-size: 22px;
        line-height: 26px;
    }

    .fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited{
        padding: 16px 26px;
    }
    .three-col-thumb-wrapper .fl-col-group .fl-col {
        width: 100%;
    }

    .new-partnership-products-thumb {
        min-height: 300px;
    }
    .new-partnership-products-thumb .fl-col-content:after {
        font-size: 20px;
        height: 80px;
        width: 80px;
        left: -18px;
    }
    .partnership-products-thumb-wrapper .fl-col-content {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .partnership-products-thumb-wrapper .fl-col-group-equal-height {
        display: contents;
        width: 100%;
    }
    .partnership-products-thumb-wrapper .fl-col-group .fl-col {
        width: 50%;
    }

    .certificates-logo-wrapper .fl-col-group {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 0px;
    }
    .certificates-logo-wrapper .fl-col-group .fl-col {
        width: 100% !important;
        max-width: none;
        flex: none;        
        margin: 0;
        padding: 20px;
    }
    .certificates-logo-wrapper .fl-col-group .fl-col + .fl-col {
        border-left: none;
        border-top: 1px #dad3d3 solid;
    }


    .center-img-carousel-arrow-wrapper {
        top: 42%;
        position: absolute;
        width: 100%;
        transform: translate(0, -50%);
        height: 54px;
        left: 0;
        right: 0;
    } 
    .center-img-carousel-arrow-wrapper .slick-prev,
    .center-img-carousel-arrow-wrapper .slick-next {
        height: 54px;
        width: 54px;
    }
    .center-img-carousel-arrow-wrapper .slick-prev:before,
    .center-img-carousel-arrow-wrapper .slick-next:before {
        font-size: 22px;
    }
    .center-img-carousel-wrapper {
        min-height: 500px;
    }
    .center-img-carousel .center-img-carousel-img {
        flex: 1;
        width: inherit;
    }
    .center-img-carousel .center-img-carousel-img.slick-current {
        flex: 1;
        width: inherit !important;
    }
    .barbie-product-four-col-wrapper .fl-col-group .fl-col {
        width: 100%;
    }
}
@media only screen and (max-width: 499px) {
    .sign-up-to-learn-more-from-wrapper .gform_wrapper.gravity-theme form {
        flex-wrap: wrap;
    }
    .sign-up-to-learn-more-from-wrapper .gform_wrapper.gravity-theme .validation_message.gfield_validation_message {
        position: relative;
    }
    .sign-up-to-learn-more-from-wrapper .gform_wrapper.gravity-theme .gform-body,
    .sign-up-to-learn-more-from-wrapper .gform_wrapper.gravity-theme input[type=email],
    .sign-up-to-learn-more-from-wrapper .gform_wrapper.gravity-theme .gform_footer {
        width: 100% !important;
        text-align: center;
    }
    .sign-up-to-learn-more-from-wrapper .gform_wrapper.gravity-theme input[type=submit] {
        width: 100%;
        margin: 10px 0 0;
    }
}
@media only screen and (max-width: 449px) {
    .inner-page-hero-wrapper .fl-photo-content img{
        max-width: 280px;
        width: 100%;
    }

    .center-img-carousel .center-img-carousel-caption {
        font-size: 17px;
        line-height: 25px;
    }       
    .center-img-carousel-wrapper {
        min-height: 400px;
    }
    .center-img-carousel-arrow-wrapper {
        top: 40%;
    }

}

@media only screen and (max-width: 419px){
    .center-img-carousel-wrapper {
        min-height: 360px;
    }
}

#jobsection .container {
    max-width: 1320px;
    width: auto;
}